html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1380px;
  }
}
h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

.iti {
  width: 100%;
  display: block;
}

.page-heading-section {
  padding: 10px 0;
}
.page-heading-section .page-heading .page-title {
  margin-bottom: 0;
}
.page-section.shaded {
  background: #eee;
}
.page-section .page-section-title {
  margin-bottom: 30px;
}
.page-section-padded {
  padding: 30px 0;
}

.goods-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .goods-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .goods-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .goods-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.topics-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .topics-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topics-list .topic {
  text-align: center;
  background-color: #eee;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
}
.topics-list .topic a {
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 10px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
.topics-list .topic a:hover {
  background: rgba(255, 255, 255, 0.95);
}

.header-mobile {
  display: none;
}

.header {
  background: #ecd7ce;
  padding: 10px 0;
}
.header .header-line .logo-block {
  text-align: center;
}
.header .header-line .logo-block .companyname {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.header .header-line .buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .header .header-line .buttons .menu_toggle {
    display: none;
  }
}
.header .header-line .buttons .menu_toggle .menu_toggle-closed,
.header .header-line .buttons .menu_toggle .menu_toggle-opened {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-line .buttons .menu_toggle .menu_toggle-closed {
  display: flex;
}
.header .header-line .buttons .menu_toggle .menu_toggle-opened {
  display: none;
}
.header .header-line .buttons .menu_toggle.opened .menu_toggle-closed {
  display: none;
}
.header .header-line .buttons .menu_toggle.opened .menu_toggle-opened {
  display: flex;
}

.navigation {
  background: #fff;
  display: none;
}
.navigation .mob-heading {
  position: fixed;
  height: 40px;
  background: #fff;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px solid #eee;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .navigation .mob-heading {
    display: none;
  }
}
.navigation.mobop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .navigation {
    display: block;
    background-color: #b7a8a2;
  }
}
.navigation .navigation-menu {
  position: relative;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .navigation .navigation-menu {
    margin-top: 0;
  }
}
.navigation .navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .navigation .navigation-menu ul {
    display: flex;
    justify-content: space-between;
  }
  .navigation .navigation-menu ul ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .navigation .navigation-menu ul ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .navigation .navigation-menu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  }
}
.navigation .navigation-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.navigation .navigation-menu .menu-item a {
  display: block;
  position: relative;
  color: #1b5773;
  line-height: 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .menu-item a {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
}
.navigation .navigation-menu .menu-item .menu-toggler {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .menu-item .menu-toggler {
    display: none;
  }
}
.navigation .navigation-menu .menu-item.opened .menu-toggler {
  transform: rotate(90deg);
}
.navigation .navigation-menu .submenu {
  display: none;
  margin-left: 20px;
}
.navigation .navigation-menu .submenu a {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .submenu a {
    color: #000;
  }
}
@media (min-width: 992px) {
  .navigation .navigation-menu .submenu {
    gap: 15px;
    position: absolute;
    left: 0;
    z-index: 5;
    width: auto;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
    background: #fff;
    margin: 0;
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    display: block;
  }
  .navigation .navigation-menu .submenu li:hover > .menu-item > a {
    color: #ecd7ce;
  }
}

.footer {
  background-color: #b7a8a2;
  padding: 30px 0;
}

.faq_block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.faq_block .faq_item {
  padding: 20px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.faq_block .faq_item .faq_question {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.faq_block .faq_item .faq_question a {
  color: #000;
}
.faq_block .faq_item .faq_question .faq_plus {
  font-weight: bolder;
  font-size: 20px;
}
.faq_block .faq_item .faq_answer {
  display: none;
  transition: all 2s ease;
  line-height: 23px;
}
.faq_block .faq_item .faq_answer.active {
  display: block;
}

.gotop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: rgba(238, 238, 238, 0.65);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}/*# sourceMappingURL=main.css.map */