@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&display=swa);
@import url(https://necolas.github.io/normalize.css/8.0.1/normalize.css);
html {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Alegreya Sans";
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.wrapper__content {
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  will-change: transform;
}

.container {
  padding: 0px 0px;
  margin: 0 auto;
  max-width: 940px;
  width: 95%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}

.title {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.1111111111rem 0;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #1968B1;
    height: 5.0555555556rem;
    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 1.1111111111rem;
  }
}

.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;
}

.logo {
  display: block;
  margin-right: 2.5555555556rem;
}

.menu {
  margin: 0 20px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__link {
  white-space: nowrap;
}

.menu__item {
  font-style: normal;
  font-weight: bold;
  margin-right: 1.2222222222rem;
  margin-bottom: 0.5555555556rem;
}
.menu__item:last-child {
  margin-right: 0rem;
}

.menu__item :hover {
  color: #000000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 768px) {
  .contacts__phone.header__contacts-phone {
    display: none;
  }
}

.contacts {
  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;
}

.contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2222222222rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.7777777778rem;
  height: 0.7777777778rem;
  margin-right: 0.3333333333rem;
}

.phone-icon__white {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}

.contacts__number-white {
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
}

.hello {
  background: url(../img/bg.png) center top no-repeat;
  background-size: cover;
  height: 100vh;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hello {
    background-position: 80% 50px;
  }
}
@media screen and (max-width: 480px) {
  .hello {
    background: url(../img/bgphones.jpg) center top no-repeat;
  }
}

.hello__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
}
@media screen and (max-width: 768px) {
  .hello__container {
    width: 100%;
  }
}

.hello-content {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .hello-content {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.hello-content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
  color: #FFFFFF;
  margin-bottom: 1.1111111111rem;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .hello-content__title {
    font-size: 2.2222222222rem;
    padding: 1%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 36px;
  }
}
@media screen and (max-width: 320px) {
  .hello-content__title {
    font-size: 1.6666666667rem;
  }
}

.hello-content__text {
  font-size: 1.1666666667rem;
  line-height: 1.3888888889rem;
  color: #FFFFFF;
  margin-bottom: 2.2222222222rem;
}
@media screen and (max-width: 480px) {
  .hello-content__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .hello-content__text {
    font-size: 0.7777777778rem;
  }
}

.offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3.6111111111rem;
}

.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1.6666666667rem;
}
.offer__item:last-child {
  margin-right: 0rem;
}

@media screen and (max-width: 768px) {
  .offers {
    display: none;
  }
}

.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer__icon-pic {
  fill: #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.3888888889rem;
}

.offer__item-text {
  font-size: 0.8888888889rem;
  max-width: 4.7222222222rem;
  font-weight: bold;
}

.button {
  background: #FEDB3F;
  border-radius: 5.5555555556rem;
  padding: 1.1666666667rem 2.2777777778rem;
  font-weight: bold;
  font-size: 0.8888888889rem;
  line-height: 1;
  text-transform: uppercase;
  width: 8.6666666667rem;
  color: #000000;
  display: block;
  border: 0.0555555556rem solid transparent;
}
.button:hover {
  background: #000000;
  color: #FEDB3F;
  border: 0.0555555556rem solid transparent;
}
.button--transperent {
  background: transparent;
  color: #FFFFFF;
  text-transform: none;
  font-size: 1rem;
}
.button--transperent:hover {
  color: #292929;
  background: transparent;
}
@media screen and (max-width: 320px) {
  .button {
    border-radius: 5.5555555556rem;
    padding: 0.5555555556rem 0.5555555556rem;
    font-style: bold;
    font-size: 0.7777777778rem;
    width: 5.5555555556rem;
  }
}

.section {
  height: 100vh;
  color: #666666;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title {
  text-transform: uppercase;
  color: #292929;
  font-weight: bold;
  font-size: 2.6666666667rem;
  margin-bottom: 2.7777777778rem;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .section__title {
    font-size: 1.6666666667rem;
  }
}

.headline {
  text-align: center;
  margin-bottom: 2.7222222222rem;
}

.headline__title {
  margin-bottom: 0.8888888889rem;
}
@media screen and (max-width: 480px) {
  .headline__title {
    font-size: 40px;
    margin-bottom: 0.5555555556rem;
  }
}
@media screen and (max-width: 320px) {
  .headline__title {
    font-size: 1.6666666667rem;
  }
}

.headline__subtitle {
  padding: 0 27%;
}
@media screen and (max-width: 480px) {
  .headline__subtitle {
    padding: 0 7%;
  }
}
@media screen and (max-width: 320px) {
  .headline__subtitle {
    font-size: 0.7777777778rem;
  }
}

.why__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .why__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.why__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3%;
  position: relative;
}
.why__item:before {
  content: url(../../img/cercl.png);
  position: absolute;
  top: 2.7777777778rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .why__item:before {
    display: none;
  }
}
.why__item:first-child {
  padding: 0;
}
.why__item:last-child {
  padding: 0;
}
.why__item:last-child:before {
  display: none;
}
@media screen and (max-width: 480px) {
  .why__item {
    padding: 0;
    margin: 0.5555555556rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.elem {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .elem {
    text-align: left;
  }
}

.elem__img {
  margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 480px) {
  .elem__img {
    margin-bottom: 0;
    margin-right: 0.6666666667rem;
  }
}

.elem__img-wrappwer {
  display: inline-block;
  width: 7.1111111111rem;
  height: 7.1111111111rem;
  position: relative;
  background: #F2F5F4;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .elem__img-wrappwer {
    width: 4.4444444444rem;
    height: 4.4444444444rem;
  }
}

.elem__icon {
  width: 3.7777777778rem;
  height: 3.7777777778rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 320px) {
  .elem__icon {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
  }
}

.elem__title {
  margin-bottom: 1.1111111111rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #292929;
}
@media screen and (max-width: 480px) {
  .elem__title {
    margin-bottom: 0.3888888889rem;
  }
}
@media screen and (max-width: 320px) {
  .elem__title {
    font-size: 1.1111111111rem;
  }
}

.elem__desq {
  color: #666666;
}
@media screen and (max-width: 320px) {
  .elem__desq {
    font-size: 0.7777777778rem;
  }
}

.reviews__display {
  background: #F8FAF9;
  padding: 2.7777777778rem 1.9444444444rem 2.4444444444rem;
  margin-bottom: 0.8333333333rem;
  color: #292929;
}
@media screen and (max-width: 320px) {
  .reviews__display {
    padding: 0.2777777778rem 0.2777777778rem 0.2777777778rem;
  }
}

.reviews__list {
  position: relative;
  min-height: 19.4444444444rem;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reviews__item.active {
  opacity: 1;
  pointer-events: unset;
  position: static;
}

.reviews__avatar {
  width: 14.0555555556rem;
  height: 14.6666666667rem;
}
@media screen and (max-width: 768px) {
  .reviews__avatar {
    width: 7.2222222222rem;
    height: 7.2222222222rem;
  }
}

.reviews__avatar-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.reviews__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.1111111111rem 3.8888888889rem;
}
@media screen and (max-width: 768px) {
  .reviews__text {
    padding: 5%;
  }
}

.reviews__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.7777777778rem;
}

.reviews__desq {
  margin-bottom: 1.3888888889rem;
  color: #666666;
}
@media screen and (max-width: 320px) {
  .reviews__desq {
    font-size: 0.7777777778rem;
  }
}

.reviews-switcher {
  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;
}

.reviews__item.active {
  position: static;
  opacity: 1;
  pointer-events: unset;
}

.reviews-switcher__item {
  width: 4.1111111111rem;
  height: 4.1111111111rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 0.2777777778rem solid transparent;
}

.reviews-switcher__item.active {
  border-color: #FEDB3F;
}

.interactive-avatar__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.interactive-avatar__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.order-section {
  background: url(../img/cta-2.png) center top no-repeat;
  background-size: cover;
  color: #FFFFFF;
}

.section__title-white {
  font-weight: bold;
  font-size: 2.6666666667rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3.4444444444rem;
  margin-bottom: 3.3888888889rem;
}
@media screen and (max-width: 320px) {
  .section__title-white {
    font-size: 1.6666666667rem;
    margin-bottom: 0.5555555556rem;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 0 19%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .form {
    padding: 0 1%;
  }
}

.form__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1.1111111111rem;
}
.form__col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .form__col {
    margin-right: 0;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.form__order {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1.1111111111rem;
}
.form__order:last-child {
  margin-right: 0;
}

.form__input {
  width: 100%;
  border: 0;
  padding: 0.6111111111rem 1rem;
  border: 0.1666666667rem solid transparent;
}
.form__input--textarea {
  height: 8.4444444444rem;
  resize: none;
}
@media screen and (max-width: 320px) {
  .form__input--textarea {
    height: 5.5555555556rem;
  }
}
.form__input:focus {
  border-color: #FFD517;
  outline: none;
}
@media screen and (max-width: 320px) {
  .form__input {
    padding: 0.1666666667rem 0.1666666667rem;
  }
}

.form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .form__controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form__btns {
  margin-top: 2.4444444444rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .form__btns {
    margin-top: 0.5555555556rem;
  }
}

@media screen and (max-width: 320px) {
  .form__title {
    font-size: 0.7777777778rem;
  }
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.6666666667rem;
  margin-bottom: 0.8888888889rem;
}
.radio--checkbox .radio__visible {
  border-radius: 0;
}
.radio--checkbox .radio__visible::before {
  background-color: transparent;
  background-image: url(../img/Vector.png);
  background-repeat: no-repeat;
}

.radio__elem {
  opacity: 0;
}
.radio__elem:checked ~ .radio__visible:before {
  display: block;
}

.radio__visible {
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  border-radius: 50%;
  position: relative;
  background: #FFFFFF;
  margin-right: 0.5555555556rem;
}
.radio__visible:before {
  content: "";
  width: 0.7222222222rem;
  height: 0.7222222222rem;
  background: #FEDB3F;
  border-radius: 50%;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 320px) {
  .radio__title {
    font-size: 0.7777777778rem;
  }
}

.fixed-menu {
  position: fixed;
  top: 20%;
  right: 3%;
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fixed-menu {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .fixed-menu {
    display: none;
  }
}
.fixed-menu.fixed-menu--shadowed {
  color: #000;
}

.fixed-menu__item {
  margin-bottom: 0.2777777778rem;
}
.fixed-menu__item--active .fixed-menu__link {
  border-color: currentColor;
}

.fixed-menu__link {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  border-radius: 50%;
  border: 0.0555555556rem solid transparent;
  display: block;
  position: relative;
}
.fixed-menu__link:before {
  content: "";
  display: block;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 480px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 20px/18px0rem;
}
@media screen and (max-width: 480px) {
  .contacts__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contacts-phone {
  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;
}

.contacts__text {
  margin-bottom: 0.2777777778rem;
  font-style: normal;
  font-size: 1.1666666667rem;
}
@media screen and (max-width: 480px) {
  .contacts__text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .contacts__text {
    font-size: 0.7777777778rem;
  }
}

.contacts__number {
  font-style: normal;
  font-weight: normal;
  font-size: 1.1666666667rem;
}
@media screen and (max-width: 320px) {
  .contacts__number {
    font-size: 0.7777777778rem;
  }
}

.contacts__icon {
  display: block;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  margin-right: 0.3888888889rem;
}
@media screen and (max-width: 320px) {
  .contacts__icon {
    width: 0.4444444444rem;
    height: 0.4444444444rem;
  }
}

.phone-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.social__list {
  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;
}

.social__item {
  margin-right: 0.7777777778rem;
}

.social__link {
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
@media screen and (max-width: 320px) {
  .social__link {
    width: 0.6666666667rem;
    height: 0.6666666667rem;
  }
}

.vk-icon, .fb-icon, .inst-icon, .tw-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #B3B3B3;
}
.vk-icon:hover, .fb-icon:hover, .inst-icon:hover, .tw-icon:hover {
  fill: #292929;
}

.hamburger {
  width: 24px;
  height: 20px;
  -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;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
}

.hamburger__plank {
  display: block;
  background: #fff;
  height: 4px;
  border-radius: 10px;
}

.container.container-product {
  position: relative;
  height: auto;
  padding: 2%;
}
@media screen and (max-width: 480px) {
  .container.container-product {
    padding: 7%;
  }
}

.product__arrow {
  background: url(../img/right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 1.3333333333rem;
  height: 2.2222222222rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  fill: #000000;
  stroke: #000000;
}
.product__arrow-prev {
  left: -2%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 480px) {
  .product__arrow-prev {
    left: 0;
  }
}
.product__arrow-next {
  right: -2%;
}
@media screen and (max-width: 480px) {
  .product__arrow-next {
    right: 0;
  }
}

.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider .bx-wrapper {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product__item {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .product__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__options {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .product__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .options {
    display: none;
  }
}

.product__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 480px) {
  .product__pic {
    max-height: 18.3333333333rem;
  }
}

.product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .product__text {
    font-size: 0.7777777778rem;
  }
}

.product__title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.3333333333rem;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  .product__title {
    font-size: 1.6666666667rem;
  }
}

@media screen and (max-width: 320px) {
  .product__desq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.7777777778rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-size__list {
  margin-top: 1.3333333333rem;
  margin-bottom: 1.6666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .product-size__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-size__elem {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .product-size__elem {
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .product-size__elem {
    max-width: 100%;
  }
}

.product-size__desq {
  font-weight: bold;
  color: #000000;
  text-align: start;
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 768px) {
  .product-size__desq {
    text-align: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .product-size__desq {
    font-size: 0.7777777778rem;
  }
}

.product__cost-title {
  font-size: 3.3333333333rem;
  line-height: 83%;
  color: #151515;
  white-space: nowrap;
}
@media screen and (max-width: 320px) {
  .product__cost-title {
    font-size: 1.6666666667rem;
  }
}

.options {
  position: relative;
  display: inline-block;
  margin-bottom: 3.5555555556rem;
}
@media screen and (max-width: 768px) {
  .options {
    display: none;
  }
}

.options__img-wrappwer {
  display: inline-block;
  width: 5.0555555556rem;
  height: 5.0555555556rem;
  background: #3A587E;
  border-radius: 20%;
  overflow: hidden;
}

.options__icon {
  width: 2.1111111111rem;
  height: 2.1111111111rem;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFFFFF;
}

.options__link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.options:hover .options__dropdown {
  top: 0;
  left: 100%;
  opacity: 1;
  pointer-events: visible;
}

.options__dropdown {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2222222222rem;
  padding: 0.7777777778rem 1.1111111111rem;
  width: 15.1666666667rem;
  font-size: 0.8888888889rem;
  position: absolute;
  right: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #1E1F20;
}
.options__dropdown ::before {
  content: "";
  width: 100%;
  position: absolute;
}
.options__dropdown :after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 0;
  position: absolute;
}

.option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.img__icon {
  width: 1.7777777778rem;
  height: 1.7777777778rem;
}

.fullscreen-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333537;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .fullscreen-menu.open {
    opacity: 0.99;
    visibility: visible;
    height: 100%;
  }
}

.menu__list-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.menu__item-vertical {
  margin-bottom: 3.3333333333rem;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .menu__item-vertical {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 320px) {
  .menu__item-vertical {
    font-size: 1.6666666667rem;
  }
}

.fullscreen-menu__close {
  display: block;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  top: 2%;
  right: 2%;
  opacity: 0.7;
  position: absolute;
}

.close__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .body_active_menu {
    overflow: hidden;
  }
}

.team.team__list-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .team.team__list-desktop {
    display: none;
  }
}

.team__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-right: 1.1111111111rem;
  max-width: 12.3333333333rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .team__item {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #666666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #292929;
  font-weight: bold;
  font-size: 1.1666666667rem;
  margin-top: 1.1111111111rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .team__title {
    margin-bottom: 0.7222222222rem;
  }
}

.team__title.active {
  color: #FEDB3F;
}

.team__title::after {
  content: "";
  position: absolute;
  background: url(../img/Polygon.svg) center center no-repeat;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: -0.5555555556rem;
}

.team__title.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button {
  cursor: pointer;
}

.team__content {
  top: 100%;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.team__avatar {
  display: block;
}
@media screen and (max-width: 480px) {
  .team__avatar {
    width: 7.6666666667rem;
    height: 10rem;
    margin: auto;
  }
}

.team__img {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
}

.team__profession {
  margin-top: 0.4444444444rem;
  margin-bottom: 0.2222222222rem;
}
@media screen and (max-width: 480px) {
  .team__profession {
    margin-bottom: 0.9444444444rem;
  }
}

.team__desq {
  color: #666666;
  font-weight: lighter;
}

.team__profession {
  color: #292929;
  margin-bottom: 0.2222222222rem;
}

.team.team__list-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .team.team__list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #313131;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.modal__container {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.9444444444rem 3.3333333333rem;
  width: 16.6666666667rem;
  height: 11.1111111111rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.modal__content {
  margin-bottom: 1rem;
}

.form__input.input-error {
  border-color: red;
}

.menu-section {
  background: url(../img/Slider.png) center top no-repeat;
  background-size: cover;
  height: 100vh;
  color: #FFFFFF;
  position: relative;
}

.menu__title {
  font-weight: bold;
  font-size: 2.6666666667rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6.0555555556rem;
  position: absolute;
  margin-left: 4.6666666667rem;
}
@media screen and (max-width: 320px) {
  .menu__title {
    margin-top: 2.2222222222rem;
    margin-left: 2.2222222222rem;
    font-size: 1.6666666667rem;
  }
}

.menu-acco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-acco__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-acco__item.active {
  background-color: rgba(51, 53, 55, 0.9);
}
.menu-acco__item.active .menu-acco__link-text {
  color: #FEDB3F;
}
@media screen and (max-width: 480px) {
  .menu-acco__item.active {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-transition: color 0.4s 0.3s;
    transition: color 0.4s 0.3s;
  }
}

.menu-acco__link {
  background: url(../img/Slide.png) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  text-decoration: none;
  width: 5.6666666667rem;
}
@media screen and (max-width: 480px) {
  .menu-acco__link {
    width: 3.8888888889rem;
  }
}

.menu-acco__link.short {
  background: url(../img/Slide-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-acco__link.soft {
  background: url(../img/Slide-3.png) no-repeat;
  background-size: cover;
}

.menu-acco__link-text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2.6666666667rem;
  color: #fff;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-top: 2.2222222222rem;
}
@media screen and (max-width: 320px) {
  .menu-acco__link-text {
    font-size: 1.6666666667rem;
  }
}

.menu-acco__content {
  height: 100%;
  width: 0;
  overflow: hidden;
  background: #333537;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #FFFFFF;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
}
@media screen and (max-width: 480px) {
  .menu-acco__content {
    -webkit-transition: none;
    transition: none;
  }
}

.menu-acco__text {
  width: 100%;
  font-size: 0.8888888889rem;
  font-weight: 300;
  padding: 2.7777777778rem;
  color: #FFFFFF;
}

.menu-acco-close {
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  top: 2%;
  right: 4%;
  opacity: 0.7;
  position: absolute;
  background: transparent;
}

.close__btn {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}

.map-section {
  position: relative;
}

.map {
  height: 100vh;
}

.player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.player__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#player {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.play.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.play.video-play--hidden {
  opacity: 0;
}

.player__controls {
  height: 1.9444444444rem;
  width: 100%;
  background: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duration__length {
  width: 100%;
  height: 0.2222222222rem;
  border-radius: 0.0555555556rem;
  background-color: #626262;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.duration__length .sound {
  width: 3.3333333333rem;
}

.duration__length::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.7222222222rem;
  height: 0.7222222222rem;
  border-radius: 50%;
  background-color: #626262;
  cursor: pointer;
}

.player__duration {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.player__duration, .player__sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.3888888889rem;
}

.play__start-img, .play-sound {
  cursor: pointer;
  margin-right: 1.1111111111rem;
}