@import '../fonts/CenturyGothic/stylesheet.css';
@import '../fonts/poppins/poppins.css';
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #FFF;
}

img {
  width: 100%;
}

body {
  font-weight: 700;
  font-size: calc(8px + 6 * ((100vw - 425px) / 1075));
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.all {
  position: relative;
  z-index: 99;
}

p {
  font-size: calc(9px + 5 * ((100vw - 425px) / 1075));
}

h1,
h2,
h3,
h4 {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

h1 {
  color: #464439;
  font-size: calc(20px + 18 * ((100vw - 425px) / 1075));
}

h2 {
  font-size: calc(18px + 8 * ((100vw - 425px) / 1075));
}

h3 {
  font-size: calc(12px + 8 * ((100vw - 425px) / 1075));
}

input,
button {
  cursor: pointer;
  outline: none;
  border: none;
}

section.container {
  padding-top: 20px;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  min-height: 100vh;
  padding-bottom: 100px;
  color: #1B1B1B;
}
.main a {
  color: #1B1B1B;
}

.mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #696969;
}
.mainTitle a {
  color: #696969;
}
.mainTitle a:hover {
  text-decoration: underline;
}

.mySwiper.swiper {
  margin-top: 10px;
}
.mySwiper.swiper .swiper-slide {
  height: 100%;
  margin-bottom: calc(15px + 15 * ((100vw - 425px) / 1075));
}
.mySwiper.swiper .swiper-slide img {
  height: 37.037037037vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.mySwiper.swiper .swiper-pagination {
  bottom: 0px;
  z-index: 98;
}
.mySwiper.swiper .swiper-pagination span {
  background-color: #464439;
  width: calc(8px + 10 * ((100vw - 425px) / 1075));
  height: calc(8px + 10 * ((100vw - 425px) / 1075));
}

.main table {
  font-size: calc(12px + 4 * ((100vw - 425px) / 1075));
}
.main table a {
  color: rgb(44, 44, 200);
}
.main table span {
  color: rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.header__top {
  background: #464439;
  color: #FFF;
}
.header__top .container {
  padding: calc(10px + 10 * ((100vw - 425px) / 1075));
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .burger {
  width: 30px;
  height: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.header .line {
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .line1 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.header .line3 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header__title {
  display: grid;
  grid-template-columns: minmax(50px, 70px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(5px + 5 * ((100vw - 425px) / 1075));
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(5px + 5 * ((100vw - 425px) / 1075));
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #B6A796;
}
.header__icons a {
  color: #B6A796;
}
.header__icons svg {
  width: 20px;
  height: 20px;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(5px + 5 * ((100vw - 425px) / 1075));
}
.header__lang div {
  cursor: pointer;
}
.header__lang .active a {
  color: #FFF;
  cursor: auto;
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search input {
  width: 130px;
  padding: 5px 10px;
}
.header__search button {
  cursor: pointer;
  background: #7A6F41;
  color: #FFF;
  height: 100%;
  padding: 5px 10px;
}
.header a.header__visually {
  color: #FFF;
  display: block;
  text-align: center;
}

.nav {
  background: #7A6F41;
  font-size: calc(7px + 7 * ((100vw - 425px) / 1075));
}
.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .container > div {
  height: 100%;
}
.nav .active {
  background: #464439;
  color: #FFF;
}
.nav__item {
  display: block;
  font-weight: 700;
  color: #F2F2F2;
  padding: 15px 10px;
  padding-top: calc(10px + 5 * ((100vw - 425px) / 1075));
  padding-right: calc(5px + 5 * ((100vw - 425px) / 1075));
  padding-bottom: calc(10px + 5 * ((100vw - 425px) / 1075));
  padding-left: calc(5px + 5 * ((100vw - 425px) / 1075));
}
.nav__item:hover {
  color: #FFF;
  text-decoration: underline;
}
.nav .razdel:hover {
  text-decoration: none;
}
.nav .razdel {
  cursor: pointer;
}
.nav .sub__razdel {
  position: relative;
}
.nav .sub__razdel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
}
.nav .sub__razdel-hide .sub__razdel-more {
  display: none;
}
.nav .sub__razdel-hide .right {
  display: block;
}
.nav .sub__razdel-hide .left {
  display: none;
}
.nav .sub__razdel-show .sub__razdel-more {
  display: block;
}
.nav .sub__razdel-show .right {
  display: none;
}
.nav .sub__razdel-show .left {
  display: block;
}
.nav .sub__razdel-more {
  background: #7A6F41;
  position: absolute;
  top: 0;
  left: 100%;
  text-align: center;
  width: 120%;
}
.nav__razdel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__razdel .up {
  display: none;
}
.nav__razdel-more {
  display: none;
}
.nav__razdel-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
.nav__razdel-active .down {
  display: none;
}
.nav__razdel-active .nav__razdel-more {
  display: block;
  position: absolute;
  background: #7A6F41;
  top: calc(25px + 15 * ((100vw - 425px) / 1075));
  left: -25%;
  width: 150%;
  text-align: center;
}
.nav__razdel-active .nav__razdel-more a {
  display: block;
  padding: 5px;
}
.nav__razdel-active .nav__razdel-more a:hover {
  text-decoration: underline;
}

.footer {
  background: #7A6F41;
  text-align: center;
  padding: 50px 0;
  color: #FFF;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.footer__content a:hover {
  text-decoration: underline;
  color: #FFF;
}
.footer__content-line {
  height: 10px;
  border-right: 1px solid #fff;
  margin: 0 20px;
}

@media (max-width: 1300px) {
  .header__top .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 650px) {
  body {
    font-size: calc(14px + 4 * ((100vw - 425px) / 1075));
  }
  .header__top {
    z-index: 10;
  }
  .header__top .container {
    padding-bottom: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .header__title {
    width: 89%;
  }
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  .header__right {
    margin-top: 10px;
    background: #7A6F41;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 16px;
  }
  .header__search button {
    background: #464439;
  }
  .header__burger {
    display: block;
  }
  .header .nav {
    top: -150%;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    min-height: 100%;
    text-align: center;
    background: url("../images/background/backgroundMain.png") no-repeat 0 0/cover;
    font-size: 10px;
    padding-top: 150px;
  }
  .header .nav .container {
    display: grid;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
  }
  .header .nav__item {
    padding: 10px;
    background: #464439;
  }
  .header .nav__razdel-active {
    display: block;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .header .nav__razdel-active .nav__razdel-more {
    position: static;
    width: auto;
    margin-top: 10px;
  }
  .header .nav__razdel-active .nav__razdel-more .sub__razdel-more {
    width: auto;
  }
  .header .nav .sub__razdel-more {
    position: static;
  }
  .header.active .header__top {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header.active .header__left .line1 {
    -webkit-transform: translate(0px, -3px) rotate(45deg);
            transform: translate(0px, -3px) rotate(45deg);
  }
  .header.active .header__left .line2 {
    opacity: 0;
  }
  .header.active .header__left .line3 {
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
  .header.active .nav {
    top: 0;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  .footer__content {
    display: block;
    text-align: center;
  }
  .footer__content-line {
    width: 5px;
    margin: 10px auto;
  }
}
@media (max-width: 500px) {
  .header__right {
    display: block;
  }
  .header__icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .header.active .nav {
    padding-top: 160px;
  }
}/*# sourceMappingURL=style.css.map */