@charset "UTF-8";
@font-face {
  font-family: 'Igra Sans';
  src: url("../fonts/IgraSans.eot");
  src: url("../fonts/IgraSans.eot?#iefix") format("embedded-opentype"), url("../fonts/IgraSans.woff2") format("woff2"), url("../fonts/IgraSans.woff") format("woff"), url("../fonts/IgraSans.ttf") format("truetype"), url("../fonts/IgraSans.svg#IgraSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

div, form, input, p, a, span {
  box-sizing: border-box;
}

ul, li, p {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, a:hover, button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #AD0C3C;
}

button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

:focus {
  outline: none !important;
}

.svg path {
  transition: all 0.5s ease-in-out;
}

button {
  border: none;
  background: transparent;
}

.d-flex {
  display: flex;
}

.btn {
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 65px;
  background: #AD0C3C;
  border-radius: 116px;
  color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:hover {
  cursor: pointer;
  box-shadow: none;
  color: #F5F5F5;
}

.btn:hover:after {
  left: 0;
}

.btn:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #920731;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.btn-outline {
  border: 1px solid #F5F5F5;
  background: transparent;
  box-sizing: border-box;
  border-radius: 120px;
  color: #F5F5F5;
}

.btn-outline:hover {
  border: 1px solid #AD0C3C;
}

.btn-outline:after {
  background: #AD0C3C;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
  }
}

body {
  background: #14191B;
  font-size: 16px;
  font-family: "SF Pro Display";
  color: #F5F5F5;
  margin: 0;
  line-height: 130%;
}

.overflow-hidden {
  overflow: hidden;
}

.body__wrap {
  overflow: hidden;
}

h1 {
  font-size: 56px;
  line-height: 120%;
  font-family: "Igra Sans";
  letter-spacing: -0.025em;
  font-weight: normal;
}

h2 {
  font-size: 45px;
  line-height: 130%;
  letter-spacing: -0.025em;
  font-family: "Igra Sans";
  font-weight: normal;
}

h3 {
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
  font-weight: normal;
}

.list {
  counter-reset: section;
}

.list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 27px;
  padding-top: 5px;
}

.list li:before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  opacity: 0.3;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
  h3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 19px;
  }
  h3 br {
    display: none;
  }
}

.nav {
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.5s ease-in-out;
}

.nav__box {
  justify-content: space-between;
  align-items: center;
}

.nav.top {
  top: -200px;
}

.nav.sticky {
  position: fixed;
  top: 0;
  background: #14191B;
  padding: 9px 0;
}

.nav__logo {
  max-width: 86px;
}

.nav__logo img {
  width: 100%;
}

.nav__logo span {
  font-size: 12px;
  line-height: 130%;
  color: #F5F5F5;
  white-space: nowrap;
  position: relative;
  display: block;
  padding-top: 17px;
  margin-left: 2px;
  position: relative;
}

.nav__logo span p {
  position: relative;
}

.nav__logo span p:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #F5F5F5;
}

.nav__link {
  margin-left: 13px;
}

.nav__link:hover {
  transform: scale(1.1);
}

.header {
  background: url(../img/main-bg.jpg) no-repeat left center/contain;
  background-color: #1f1f1f;
  background-size:cover !important;
}

.header__box {
  width: 420px;
  margin-left: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.header__title {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  margin-bottom: 16px;
  font-family: "Igra Sans";
}

.header__text {
  color: #F5F5F5;
  display: block;
}

.header__btn {
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F1D3BC;
  background: transparent;
  flex: 1 0 auto;
  max-width: 98px;
  margin-left: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.header__btn img {
  position: relative;
  z-index: 2;
}

.header__btn:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #AD0C3C;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.header__link {
  margin-bottom: 55px;
}

.header__link:hover .header__btn {
  border: 2px solid #AD0C3C;
}

.header__link:hover .header__btn:after {
  left: 0;
}

.header__links {
  margin-top: 110px;
}

@media screen and (min-height: 800px) {
  .header {
    background: url(../img/main-bg.jpg) no-repeat left center/cover;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    background: url(../img/main-bg.jpg) no-repeat left center/cover;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background: url(../img/main-bg.jpg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .header__box {
    width: 100%;
  }
  .header__links {
    margin-top: 59px;
  }
}

@media screen and (max-width: 575px) {
  .header__btn {
    width: 70px;
    height: 70px;
    max-width: 70px;
    margin-left: 20px;
  }
  .header__btn img {
    max-width: 35px;
    max-height: 35px;
  }
}

.nav-catalog .nav__box {
  align-items: center;
  justify-content: flex-start;
}

.nav-catalog .nav__desc {
  font-size: 14px;
  line-height: 130%;
  color: #F5F5F5;
  width: 257px;
  margin-left: 87px;
}

.nav-catalog .nav__phone {
  font-size: 18px;
  line-height: 130%;
  color: #F5F5F5;
  margin: 0 54px 0 auto;
}

.nav-catalog .nav__btn {
  height: 55px;
}

.nav-catalog .nav__socials {
  margin-left: auto;
}

.nav-catalog .nav__logo {
  max-width: 141px;
}

.nav-catalog .nav__logo span {
  padding-top: 15px;
}

.nav-catalog.sticky .nav__desc, .nav-catalog.sticky .nav__logo span {
  display: none;
}

.catalog {
  position: relative;
  padding: 195px 0 73px;
  overflow: visible;
}

.catalog:before {
  background: #0E1214;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 985px;
}

.catalog__box {
  position: relative;
}

.catalog__elem1 {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog__elem2 {
  position: absolute;
  left: 0;
  top: 3%;
}

.catalog__elem3 {
  position: absolute;
  right: 0;
  bottom: -77%;
}

.catalog__flex {
  flex-wrap: wrap;
  margin: 78px -30px 0;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

.catalog__item {
  width: 360px;
  margin: 0 30px 143px;
}

.catalog__item:nth-child(n+4) {
  margin-bottom: 60px;
}

.catalog__link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 218px;
}

.catalog__link:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background: rgba(18, 22, 23, 0.45);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.catalog__link img {
  width: 100%;
  filter: drop-shadow(0px 37px 45px rgba(31, 36, 39, 0.15));
}

.catalog__link .catalog__go {
  width: 89px;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.catalog__link:hover:after {
  opacity: 1;
}

.catalog__link:hover .catalog__go {
  opacity: 1;
}

.catalog__row {
  background: #242A2F;
  height: 101px;
  align-items: center;
  justify-content: space-between;
}

.catalog__title {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  height: 100%;
  padding-left: 26px;
  display: flex;
  align-items: center;
}

.catalog__price {
  width: 118px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid rgba(250, 250, 250, 0.2);
}

.catalog__btn {
  width: 100%;
  height: 55px;
  border-radius: 0;
}

.catalog__bottom {
  background: #0E1214;
  padding: 188px 50px 63px;
  text-align: center;
  margin-top: -147px;
  width: 112%;
  margin-left: -6%;
}

.catalog__no {
  color: #F1D3BC;
  margin-bottom: 8px;
}

.catalog__order {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
  margin-bottom: 28px;
}

.catalog__button {
  width: 215px;
  height: 55px;
  margin: 0 auto;
}

.light {
  position: relative;
  padding-bottom: 100px;
}

.light__elem1 {
  position: absolute;
  top: 230px;
  left: 0;
}

.light__elem2 {
  position: absolute;
  right: 0;
  top: 150px;
}

.light h3 {
  text-align: center;
  max-width: 467px;
  margin: 93px auto 30px;
  position: relative;
  z-index: 3;
}

.light__title_elem {
  position: absolute;
  left: 0;
  top: -47px;
  z-index: 2;
}

.light__item > img {
  width: 100%;
}

.light__slider {
  position: relative;
  z-index: 3;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.light__item {
  position: relative;
}

.slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 41.5px;
  background: #fff;
  z-index: 2;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  padding: 0 29px;
  z-index: 10;
}

.slick-arrow:hover {
  width: 267px;
}

.slick-arrow:hover span {
  opacity: 1;
  width: auto;
}

.slick-arrow span {
  opacity: 0;
  position: absolute;
  width: 0;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.slick-dots {
  bottom: 39px;
}

.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 7px;
  background: #F5F5F5;
}

.slick-dots li.slick-active {
  background: #AD0C3C;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #1C1C1C;
  background: #fff;
}

.slick-prev {
  left: 46px;
}

.slick-prev span {
  left: 68px;
}

.slick-next {
  right: 46px;
}

.slick-next span {
  left: 78px;
}

.light__slider .slick-small {
  width: 27px;
  height: 27px;
  top: auto;
  bottom: 17px;
  padding: 0;
}

.light__slider .slick-small.slick-next {
  right: calc(50% - 75px);
}

.light__slider .slick-small.slick-prev {
  left: calc(50% - 75px);
}

.wrapper {
  position: relative;
  width: 679px;
  height: 655px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.playpause {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video {
  position: relative;
  padding: 0px 0 50px;
}

.video-play {
  width: auto;
  height: 100%;
  cursor: pointer;
}

.video__elem {
  position: absolute;
  left: 0;
  top: -43%;
}

.video__elem2 {
  position: absolute;
  right: 0;
  bottom: 0%;
}

.video__info {
  width: 588px;
  border-top: 2px solid rgba(250, 250, 250, 0.2);
  padding-top: 28px;
  flex: 1 0 auto;
  max-width: 588px;
  margin-top: 136px;
}

.video__relative {
  background: #242B2F;
  padding: 38px 41px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-top: 50px;
}

.video__box {
  position: relative;
}

.video .list {
  padding-left: 12px;
}

.step {
  position: relative;
  padding: 125px 0 100px;
}

.step__item {
  background: #14191B;
  border: 1px solid #F1D3BC;
  width: 420px;
  height: 366px;
  margin-right: 57px;
  margin-bottom: 47px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.step__item:nth-child(2n) {
  margin-right: 0;
  width: 723px;
}

.step__item:nth-child(2n) .step__text {
  width: 217px;
}

.step__item:nth-child(2), .step__item:nth-child(3) {
  background: #242A2F;
  border: none;
}

.step__item:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.46);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.step__item:hover {
  box-shadow: 0px 37px 45px rgba(31, 36, 39, 0.15);
}

.step__item:hover:after {
  opacity: 1;
}

.step__item:hover .step__img {
  opacity: 1;
}

.step__box {
  flex-wrap: wrap;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}

.step__img {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.step__number {
  font-size: 53.8182px;
  line-height: 140%;
  letter-spacing: -0.02em;
  opacity: 0.2;
  position: absolute;
  left: 33px;
  bottom: 33px;
  font-family: "Igra Sans";
  z-index: 2;
}

.step__number:after {
  display: block;
  content: '';
  height: 1px;
  width: 102px;
  background: rgba(250, 250, 250, 0.2);
}

.step__text {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  width: 190px;
  position: absolute;
  top: 65px;
  left: 197px;
  z-index: 2;
  font-family: "Igra Sans";
}

.step__elem {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.reason {
  position: relative;
  margin-top: -125px;
  padding-top: 53px;
  padding-bottom: 0px;
}

.reason__bgtitle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.reason__elem {
  position: absolute;
  left: 0;
  top: -55%;
}

.reason h3 {
  text-align: center;
  position: relative;
  z-index: 3;
}

.reason__flex {
  position: relative;
  display: grid;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 102px;
  grid-template-columns: 360px 360px 450px;
  grid-template-rows: 260px 347px 260px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.reason__item {
  background: #242A2F;
  position: relative;
  padding: 29px 65px;
}

.reason__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.reason__item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}

.reason__item:nth-child(2) .reason__text {
  width: 279px;
}

.reason__item:nth-child(3) {
  grid-row: 3;
  grid-column: 1 / 3;
}

.reason__item:nth-child(3) .reason__text {
  width: 389px;
}

.reason__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  padding-top: 66px;
}

.reason__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2 / 4;
  padding-top: 52%;
}

.reason__item:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.46);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.reason__item:hover {
  box-shadow: 0px 37px 45px rgba(31, 36, 39, 0.15);
}

.reason__item:hover:before {
  opacity: 1;
}

.reason__num {
  font-size: 53.8182px;
  line-height: 140%;
  letter-spacing: -0.02em;
  font-family: "Igra Sans";
  margin-bottom: -11px;
}

.reason__title {
  padding-bottom: 20px;
  position: relative;
}

.reason__title:after {
  display: block;
  content: '';
  width: 244px;
  height: 1px;
  background: rgba(250, 250, 250, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.reason__text {
  width: 198px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-top: 61px;
  position: relative;
}

.reason__transparent {
  background: transparent;
  border: 1px solid #F1D3BC;
}

.reason__transparent .reason__text {
  margin-top: 29px;
}

.reason__box {
  position: relative;
  z-index: 3;
}

.look {
  position: relative;
  padding-top: 122px;
  padding-bottom: 100px;
  /*ACCORDION*/
}

.look__title {
  position: absolute;
  left: 0;
  top: 122px;
}

.look h3 {
  text-align: center;
}

.look__elem {
  position: absolute;
  right: 0;
  top: -50%;
}

.look__box {
  position: relative;
  padding-top: 46px;
}

.look__block {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.look .light__slider {
  margin-top: 30px;
}

.look .accordion-container {
  position: relative;
  height: auto;
}

.look .set {
  position: relative;
  width: 100%;
  height: auto;
}

.look .set .set__info {
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
}

.look .set .set__open.active img {
  transform: rotate(180deg);
}

.look .content {
  position: relative;
  height: auto;
  display: none;
  overflow: auto;
  padding: 0px 0 86px;
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  margin-right: -138px;
  padding-right: 138px;
  margin-left: -45px;
  padding-left: 45px;
}

.look .content .look__text {
  opacity: 0.7;
}

.look .set__col {
  padding: 33px 15px 40px 48px;
}

.look .set__col:first-child {
  width: 417px;
  padding-left: 0;
}

.look .set__col:nth-child(2) {
  width: 404px;
}

.look .set__col:nth-child(3) {
  width: 320px;
}

.look .set__bottom .set__col:last-child {
  width: 418px;
}

.look .set__open {
  width: 112px;
  height: 124px;
  background: #AD0C3C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.look .set__open img {
  transition: all 0.5s ease-in-out;
}

.look__review {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-bottom: 12px;
}

.look__price {
  font-weight: bold;
}

.look .set__bottom {
  border-top: 2px solid rgba(250, 250, 250, 0.2);
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  margin-bottom: 40px;
}

.look .set__top {
  justify-content: space-between;
  height: 124px;
}

.look .set__top .set__col:not(:first-child) {
  background: #242A2F;
  border-left: 2px solid rgba(250, 250, 250, 0.2);
}

.look .set__name {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
  margin-bottom: 2px;
}

.look .set__job {
  line-height: 140%;
  letter-spacing: -0.02em;
  opacity: 0.3;
  font-family: "Igra Sans";
}

.address {
  position: relative;
  padding: 43px 0 66px;
}

.address__elem {
  position: absolute;
  top: 0%;
  right: 0;
}

.address h3 {
  text-align: center;
  position: relative;
}

.address__title {
  position: absolute;
  left: 0;
  top: 0;
}

.address__box {
  position: relative;
}

.address #map {
  width: 980px;
  height: 707px;
  margin-right: -319px;
  margin-left: -114px;
}

.address__flex {
  margin-top: 38px;
}

.address__subtitle {
  letter-spacing: -0.02em;
  color: #F1D3BC;
  padding: 32px 38px;
  background: #242A2F;
  margin-bottom: 103px;
  width: 420px;
  font-family: "Igra Sans";
}

.address__block {
  background: #0E1214;
  padding: 55px  81px;
  width: 600px;
  height: 512px;
  margin-left: -72px;
}

.address__row {
  margin-bottom: 5px;
}

.address__schedule {
  opacity: 0.7;
  margin: 31px 0 36px;
}

.address__left {
  padding-top: 138px;
}

.photo {
  position: relative;
  padding: 40px 0 123px;
}

.photo__look {
  background: #242A2F;
  padding: 56px 34px;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-bottom: 64px;
  width: 456px;
}

.photo__look p {
  max-width: 303px;
}

.photo__box {
  justify-content: space-between;
}

.photo__text {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  max-width: 309px;
  margin-bottom: 27px;
}

.photo__btn {
  width: 219px;
  height: 55px;
}

.photo__info {
  margin-left: -31px;
}

.photo__gallery .photo__img:not(:last-child) {
  margin-left: 0;
}

.photo__img {
  margin-left: 55px;
  transform: translateY(var(--translateY));
}

.light__wrap_slider {
  position: relative;
}

.ymaps-layers-pane {
  filter: invert(100%);
  -ms-filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
}

.modal__form .card__fl .custom-radio + label {
  flex-direction: column-reverse;
  height: 53px;
}

.nav__box {
  position: relative;
}

.nav__cities {
  position: absolute;
  background: #0D1012;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.45);
  padding: 11px 0px 33px 20px;
  columns: 4;
  left: 0;
  top: 122px;
  z-index: 20;
}

.nav-catalog .nav__cities {
  top: 99px;
}

.nav__one {
  margin-bottom: 20px;
  margin-right: 46px;
}

.nav__letter {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #F5F5F5;
}

.nav__city {
  font-size: 10px;
  line-height: 130%;
  color: #F5F5F5;
  display: block;
}

@media screen and (max-width: 1399px) {
  .catalog {
    padding-top: 150px;
  }
  .video {
    padding-bottom: 0;
  }
  .main {
    padding-top: 290px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-catalog .nav__phone {
    margin: 0 25px;
  }
  .nav-catalog .nav__desc {
    width: 243px;
    margin-left: 15px;
  }
  .nav-catalog.sticky .nav__phone {
    margin-left: auto;
  }
  .catalog h2 {
    text-align: center;
  }
  .catalog__flex {
    justify-content: space-around;
    margin: 78px 0px 0;
  }
  .video__info {
    width: 42%;
    margin-top: 30px;
  }
  .video .wrapper {
    height: 550px;
    width: 550px;
  }
  .step {
    padding-top: 97px;
  }
  .step__item {
    width: 36%;
    height: 310px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .step__item:nth-child(2n) {
    width: 60%;
  }
  .step__text {
    left: 110px;
  }
  .reason__flex {
    grid-template-columns: 300px 300px 300px;
    grid-template-rows: 265px 300px 265px;
  }
  .reason__item {
    padding: 29px 40px;
  }
  .reason__item:nth-child(4) {
    padding-top: 35px;
  }
  .reason__item__text {
    margin-top: 40px;
  }
  .address #map {
    width: 600px;
  }
  .photo {
    padding-bottom: 89px;
  }
  .photo__info {
    margin-left: 0;
  }
  .photo__gallery {
    margin-top: -195px;
    flex-direction: column;
  }
  .photo__img {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .nav-catalog .nav__desc {
    display: none;
  }
  .nav-catalog .nav__phone {
    font-size: 15px;
    margin: 0 15px;
  }
  .nav-catalog .nav__btn {
    height: 41px;
    width: 121px;
    font-size: 12px;
  }
  .nav__logo {
    max-width: 65px;
  }
  .nav-catalog .nav__logo {
    max-width: 110px;
  }
  .catalog {
    padding-top: 170px;
    padding-bottom: 52px;
  }
  .catalog__item {
    width: 315px;
    margin: 0 15px 105px;
  }
  .catalog__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog__link img {
    width: auto;
    height: 100%;
  }
  .light {
    padding-bottom: 78px;
  }
  .video {
    padding-top: 50px;
    padding-bottom: 85px;
  }
  .video__box {
    flex-direction: column;
  }
  .video__info {
    width: 100%;
    max-width: 100%;
  }
  .video .wrapper {
    width: 100%;
  }
  .step__item {
    margin-right: 25px;
    margin-bottom: 25px;
    height: 265px;
  }
  .step__text {
    left: 48px;
  }
  .reason {
    padding-bottom: 50px;
  }
  .reason__title:after {
    width: 100%;
  }
  .reason__flex {
    grid-template-columns: 220px 220px 220px;
    grid-template-rows: 205px 215px 205px;
  }
  .reason__num {
    font-size: 39px;
    margin-bottom: -6px;
  }
  .reason__item {
    padding: 20px;
  }
  .reason__item:nth-child(4) {
    padding-top: 20px;
  }
  .reason__item:nth-child(3) .reason__text {
    width: 100%;
  }
  .reason__text {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
  }
  .reason .reason__transparent .reason__text {
    margin-top: 15px;
  }
  .look {
    padding-top: 55px;
  }
  .look__title {
    top: 55px;
  }
  .look .set__col {
    padding: 33px 15px 30px 30px;
  }
  .look .set__open {
    flex: 1 0 auto;
  }
  .look .set__bottom .set__col:last-child {
    width: 565px;
  }
  .address {
    padding-bottom: 50px;
  }
  .address__flex {
    flex-direction: column;
  }
  .address__left {
    padding-top: 38px;
  }
  .address #map {
    width: 100%;
    height: 600px;
    margin-right: 0;
    margin-left: 0;
    margin-top: -220px;
  }
  .address__subtitle {
    margin-bottom: -40px;
    margin-left: auto;
    z-index: 2;
    position: relative;
  }
  .photo {
    padding-top: 50px;
  }
  .photo__box {
    flex-direction: column;
  }
  .photo__gallery {
    margin-top: 30px;
    flex-direction: row;
  }
  .photo__look {
    margin-bottom: 18px;
  }
  .photo__img {
    margin: 0 5px;
  }
  .photo__img img {
    width: 100%;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
  .look {
    padding-bottom: 100px;
  }
  .modal__form .card__fl .custom-radio + label {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-catalog .nav__desc {
    display: none;
  }
  .catalog__item {
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
  .catalog__link {
    height: 140px;
  }
  .catalog__title {
    padding: 0 20px;
  }
  .light {
    padding-bottom: 0;
  }
  .video .wrapper {
    height: 350px;
  }
  .step__item {
    width: 100%;
    margin-right: 0;
  }
  .step__item:nth-child(2n) {
    width: 100%;
  }
  .step__box {
    padding-bottom: 75px;
  }
  .reason__flex {
    grid-template-columns: 160px 160px 160px;
    grid-template-rows: 165px 165px 165px;
  }
  .reason__item {
    padding: 10px;
  }
  .reason__item:nth-child(5) {
    padding-top: 32%;
  }
  .reason__text {
    font-size: 13px;
    margin-top: 10px;
  }
  .reason__num {
    font-size: 33px;
  }
  .reason__title {
    padding-bottom: 10px;
  }
  .look {
    padding-bottom: 50px;
  }
  .look .set .set__info {
    margin-left: 0;
    font-size: 13px;
  }
  .look .set .set__col {
    padding: 20px;
  }
  .look .content {
    padding-bottom: 35px;
    font-size: 13px;
  }
  .address #map {
    height: 400px;
  }
  .nav__logo span {
    padding-top: 4px;
  }
}

@media screen and (max-width: 575px) {
  .nav .nav__logo {
    max-width: 97px;
  }
  .nav .nav__logo span {
    font-size: 8px;
    padding-top: 3px;
  }
  .nav__btn {
    display: none;
  }
  .nav-catalog .nav__phone {
    font-size: 13px;
    margin: 0 15px;
    margin-left: auto;
    margin-right: 0;
  }
  .nav-catalog .nav__socials {
    display: none;
  }
  .catalog {
    padding-top: 125px;
  }
  .catalog__flex {
    margin-top: 35px;
  }
  .catalog__link .catalog__go {
    width: 50px;
  }
  .catalog__link img {
    width: 100%;
    height: auto;
  }
  .catalog__item {
    width: 100%;
  }
  .catalog {
    padding-bottom: 0;
  }
  .slick-arrow {
    width: 60px;
    height: 60px;
    padding: 0 24px;
  }
  .slick-arrow:hover {
    width: 200px;
  }
  .slick-small:hover {
    width: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-next span {
    left: 54px;
    font-size: 12px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-prev span {
    left: 54px;
    font-size: 12px;
  }
  .video .wrapper {
    height: 300px;
  }
  .step {
    padding-top: 75px;
  }
  .step__img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .reason__flex {
    display: flex;
    flex-direction: column;
  }
  .reason__item:nth-child(4) {
    padding-top: 10px;
  }
  .reason__item:nth-child(5) {
    padding-top: 10px;
  }
  .playpause {
    height: 60px;
    width: 60px;
  }
  .playpause img {
    width: 100%;
  }
  .look .set__top {
    flex-direction: column;
    height: auto;
  }
  .look .set__bottom {
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }
  .look .set__col {
    width: 100% !important;
  }
  .look .set__open {
    position: absolute;
    bottom: -89px;
    height: 89px;
    left: 0;
    width: 100%;
  }
  .look .set__info {
    margin-bottom: 100px;
    position: relative;
  }
  .look .content {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding: 10px 17px;
  }
  .address__subtitle {
    width: 100%;
  }
  .address #map {
    height: 300px;
  }
  .photo__look {
    width: 100%;
  }
  .light__slider .slick-small {
    bottom: -5px;
  }
  .look .set__top {
    border-top: none;
  }
  .look .set__top .set__col:not(:first-child) {
    border-left: 0;
  }
  .look .content {
    padding: 10px 0;
  }
  .look .set__bottom {
    margin-bottom: 25px;
  }
  .look .set {
    margin-bottom: 20px;
  }
  .nav__cities {
    columns: 3;
    left: 0;
    max-width: 100%;
    top: 106px;
    right: 0;
  }
  .nav-catalog .nav__cities {
    top: 58px;
  }
}

.go_to {
  position: relative;
  z-index: 2;
}

.main {
  position: relative;
  padding: 365px 0 135px;
}

.main #main-video, .main .main__img {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.main__box {
  position: relative;
}

.main h2 span {
  color: #F1D3BC;
  display: block;
}

.main__flex {
  margin-top: 61px;
}

.main__btn {
  width: 360px;
  height: 65px;
  margin-right: 41px;
}

.main__text {
  width: 378px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.bus {
  position: relative;
  padding: 50px 0 100px;
}

.bus__elem {
  position: absolute;
  right: 0;
  top: 0;
}

.bus__elem2 {
  position: absolute;
  left: 0;
  bottom: 4%;
}

.bus__title {
  position: absolute;
  top: 122px;
  left: 0;
}

.bus__box {
  position: relative;
}

.bus__left {
  margin-top: 100px;
}

.bus__right {
  margin-right: -200px;
}

.bus__right img {
  filter: drop-shadow(0px 39.2424px 47.7273px rgba(31, 36, 39, 0.15));
}

.bus h3 {
  max-width: 422px;
}

.bus .list li {
  max-width: 204px;
}

.bus__name {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-bottom: 23px;
}

.bus__list {
  padding: 46px 30px 17px 12px;
  padding-left: 75px;
}

.bus__list:first-child {
  border-right: 2px solid rgba(250, 250, 250, 0.2);
  width: 288px;
  padding-left: 12px;
}

.bus__list:last-child .list {
  counter-reset: section 3;
}

.bus__flex {
  margin-top: 30px;
}

.bus__row {
  margin-bottom: 47px;
}

.bus__pay {
  background: #242B2F;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  padding: 38px 52px;
}

.bus__fire {
  margin-left: 13px;
  padding: 38px 70px;
}

.bus__btn {
  width: 292px;
  height: 65px;
  margin-right: 42px;
}

.bus__dev {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  max-width: 319px;
  font-family: "Igra Sans";
}

.self {
  position: relative;
  padding: 50px 0 57px;
}

.self__elem {
  position: absolute;
  left: 0;
  top: 0;
}

.self__elem2 {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 47%;
}

.self__title {
  position: absolute;
  right: 0;
  top: 80px;
}

.self__box {
  position: relative;
}

.self__pic {
  margin-left: -200px;
}

.self__pic img {
  filter: drop-shadow(0px 39.2424px 47.7273px rgba(31, 36, 39, 0.15));
}

.self__info {
  margin-top: 56px;
}

.self__name {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-top: 32px;
  padding-left: 132px;
  border-right: 2px solid rgba(250, 250, 250, 0.2);
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  padding-top: 46px;
  padding-bottom: 48px;
}

.self h3 {
  padding-left: 132px;
}

.self__list {
  padding-left: 132px;
  padding-top: 24px;
  border-right: 2px solid rgba(250, 250, 250, 0.2);
  padding-bottom: 1px;
}

.self__pay {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
  margin-bottom: 25px;
  margin-top: 56px;
  padding-left: 132px;
}

.self__btn {
  margin-left: 132px;
}

.kid {
  position: relative;
  padding: 80px 0;
}

.kid__elem {
  position: absolute;
  right: 0;
  top: 0;
}

.kid__elem2 {
  position: absolute;
  right: -117px;
  bottom: -104px;
}

.kid__title {
  position: absolute;
  left: 0;
  top: 123px;
}

.kid__name {
  max-width: 360px;
  line-height: 140%;
  letter-spacing: -0.02em;
  font-family: "Igra Sans";
  color: #F1D3BC;
  margin-top: 96px;
  padding-left: 12px;
  margin-bottom: 48px;
}

.kid__video {
  margin-right: -65px;
}

.kid__box {
  position: relative;
}

.kid__left {
  margin-top: 90px;
}

.kid__top {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.kid__list {
  width: 588px;
  border-top: 2px solid rgba(250, 250, 250, 0.2);
  padding-top: 33px;
  padding-left: 12px;
}

.kid__list li {
  padding-right: 300px;
}

.kid__no {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  background: #242B2F;
  padding: 27px 41px;
}

.kid__light {
  max-width: 420px;
  margin-left: 46px;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
}

.kid__btn {
  width: 292px;
  height: 65px;
  margin-left: auto;
}

.kid__bottom {
  margin-top: 15px;
  position: relative;
}

.kid__botwrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.gift {
  position: relative;
  z-index: 2;
  padding: 85px 0;
  margin-bottom: 166px;
}

.gift__elem {
  position: absolute;
  left: 0;
  top: 0;
}

.gift__elem2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.gift__title {
  position: absolute;
  right: 0;
  top: 137px;
}

.gift__box {
  position: relative;
}

.gift__pic {
  margin-left: -200px;
}

.gift__info {
  margin-top: 110px;
}

.gift h3 {
  padding-left: 132px;
}

.gift__name {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-top: 49px;
  padding: 44px 0;
  padding-left: 132px;
  padding-right: 50px;
  border-right: 2px solid rgba(250, 250, 250, 0.2);
}

.gift__form {
  padding: 57px 0 38px 132px;
  border-top: 2px solid rgba(250, 250, 250, 0.2);
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  border-right: 2px solid rgba(250, 250, 250, 0.2);
}

.gift__form p {
  margin-top: 37px;
  display: block;
  line-height: 140%;
  letter-spacing: -0.02em;
  font-family: "Igra Sans";
  margin-left: 6px;
}

.gift__img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 6px;
}

.gift__img img {
  width: 100%;
}

.gift__pay {
  margin-top: 70px;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  margin-left: 132px;
  margin-bottom: 20px;
  font-family: "Igra Sans";
}

.gift__pay span {
  color: #F1D3BC;
}

.gift__btn {
  width: 333px;
  height: 65px;
  margin-left: 132px;
  position: relative;
  z-index: 2;
}

.gift__photo {
  padding: 38px 41px;
  background: #242B2F;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  margin-top: -132px;
  width: max-content;
  margin-left: auto;
}

.light__ind_elem {
  position: absolute;
  bottom: -43%;
  left: 7%;
}

.reason-ind {
  margin-top: 116px;
  padding-bottom: 0px;
}

.look-ind .look__ind_elem {
  position: absolute;
  left: 0;
  top: 0;
}

.order {
  position: relative;
  padding: 43px 0 186px;
}

.order .step__item {
  margin: 6px;
  width: calc(33% - 9px);
  background: transparent;
}

.order .step__item .step__number {
  opacity: 1;
  padding-bottom: 12px;
  bottom: 25px;
}

.order .step__item .step__number span {
  font-size: 16px;
  line-height: 130%;
  font-family: "SF Pro Display";
  display: block;
  margin-top: -5px;
  margin-bottom: 16px;
}

.order .step__item:nth-child(1) {
  height: 481px;
  margin-top: -110px;
  background: #14191B;
}

.order .step__item:nth-child(1) .step__text {
  top: 178px;
}

.order .step__item:nth-child(2n) {
  background: #242A2F;
  border: none;
}

.order .step__item:nth-child(3) {
  background: transparent;
  border: 1px solid #F1D3BC;
  width: 593px;
  margin-right: -200px;
}

.order .step__item:nth-child(4) {
  width: 592px;
  margin-left: -196px;
}

.order .step__item:nth-child(4) .step__number {
  left: 231px;
}

.order .step__item:nth-child(4) .step__text {
  left: 393px;
}

.order .step__item:nth-child(9) {
  height: 476px;
  background: #14191B;
  border: none;
  width: 427px;
  margin-right: -100px;
}

.order .step__item .step__text {
  width: 160px !important;
  color: #F5F5F5;
  top: 56px;
}

.order .step__item .step__text a {
  color: #F1D3BC;
  display: block;
  margin-top: 15px;
}

.order .step__item .step__beige {
  color: #F1D3BC;
}

.order__box {
  position: relative;
}

.order__elem1 {
  position: absolute;
  right: 0;
  top: 10%;
}

.order__elem2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.order__title {
  position: absolute;
  left: 0;
  top: 0;
}

.order__flex {
  position: relative;
  display: flex;
  margin-top: 146px;
  flex-wrap: wrap;
}

.order h3 {
  text-align: center;
}

.order-ind {
  padding-bottom: 120px;
}

.ready {
  position: relative;
  padding: 46px 0 100px;
}

.ready__elem1 {
  position: absolute;
  left: 0;
  top: 0;
}

.ready__flex {
  align-items: flex-start;
}

.ready__elem2 {
  position: absolute;
  right: 0;
  top: 0;
}

.ready__title {
  position: absolute;
  top: 0;
  right: 0;
}

.ready h3 {
  text-align: center;
}

.ready__box {
  position: relative;
}

.ready__link {
  height: auto;
  display: flex;
  margin: 0 33px;
}

.ready__link img {
  width: auto;
}

.ready__link:first-child {
  width: 572px;
  flex: 1 0 auto;
  margin-left: 0;
}

.ready__link:last-child {
  margin-top: 70px;
  margin-right: -180px;
}

.ready__flex {
  margin-top: 156px;
}

.ready__btn {
  margin: 50px auto 0;
  width: 237px;
}

.ready .catalog__item {
  margin-bottom: 0;
}

.quiz {
  position: relative;
  border-top: 2px solid rgba(250, 250, 250, 0.2);
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  padding: 78px 0 0;
  margin-bottom: 100px;
}

.quiz h3 {
  text-align: center;
}

.quiz__name {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F1D3BC;
  font-family: "Igra Sans";
  padding: 29px 0 52px;
  text-align: center;
  border-bottom: 2px solid rgba(250, 250, 250, 0.2);
}

.quiz__form {
  padding: 72px 0 95px;
  padding-left: 98px;
  border-left: 2px solid rgba(250, 250, 250, 0.2);
  margin-left: 387px;
}

.quiz__btn {
  width: 155px;
  margin-top: 50px;
}

.radio {
  cursor: pointer;
  margin-bottom: 11px;
}

/* для элемента input c type="radio" */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1.5px solid #DCDCDC;
  border-radius: 50%;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #F1D3BC;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 211, 188, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
  border-color: #F1D3BC;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::before {
  border-color: #F1D3BC;
  background-color: transparent;
  background-image: url(../img/checked.svg);
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 200;
}

.modal__step {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 198px;
  background: #14191B;
}

.modal .quiz1__elem1 {
  position: absolute;
  left: 0;
  top: 0;
}

.modal .quiz1__elem2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal .quiz2__elem1 {
  position: absolute;
  right: 0px;
  top: 0;
}

.modal .quiz2__elem2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal .quiz3__elem1 {
  position: absolute;
  left: 0px;
  top: 0;
}

.modal .quiz3__elem2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal .quiz4__elem1 {
  position: absolute;
  left: 0px;
  top: 0;
}

.modal .quiz4__elem2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal__close {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 41px;
  cursor: pointer;
}

.modal__close img {
  transition: all 0.5s ease-in-out;
}

.modal__close:hover img {
  transform: rotate(180deg);
}

.modal__form {
  position: relative;
  z-index: 2;
  width: 400px;
  margin: 0 auto;
  margin-left: 43%;
}

.modal__ask {
  margin-bottom: 21px;
  text-align: center;
  opacity: 0.5;
  position: relative;
}

.modal h3 {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.light__only_slider {
  position: relative;
  z-index: 3;
}

.modal__fl {
  align-items: flex-start;
  justify-content: space-between;
}

.modal__fl .card__fl {
  margin: 0;
  margin-left: 70px;
}

.modal__fl .card__fl .custom-radio + label::before {
  border: 1px solid rgba(250, 250, 250, 0.4);
  background-size: 11px;
  border-radius: 0;
  width: 9px;
  height: 9px;
  margin-top: auto;
}

.modal__fl .card__fl .radio-message {
  margin-right: 33px;
}

.modal__fl .card__fl .custom-radio:checked + label::before {
  background-image: url(../img/checked.svg);
}

.modal__step4 .modal__form {
  margin-left: 25%;
  width: 760px;
}

.modal__step4 .quiz__btn {
  margin: 50px auto 0;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-file-upload img {
  margin-right: 30px;
}

.form__upload {
  margin-bottom: 20px;
}

.modal__thx {
  text-align: center;
}

.modal__thx > * {
  z-index: 2;
  position: relative;
}

.modal__thx .nav__socials {
  justify-content: center;
}

.modal__thx .nav__socials .nav__link {
  width: 44px;
  height: 44px;
  margin: 0 12px;
}

.modal__thx .nav__socials .nav__link img {
  width: 100%;
}

.modal__thx video {
  top: 0;
  position: absolute;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.thx__text {
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 468px;
  margin: 46px auto 88px;
  color: #F1D3BC;
  font-family: "Igra Sans";
}

.thx__cat {
  text-align: center;
  max-width: 468px;
  margin: 0px auto 40px;
}

.modal__call_el1 {
  position: absolute;
  right: 0px;
  top: 0;
}

.modal__call_el2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal__call h2 {
  text-align: center;
  margin-bottom: 62px;
  position: relative;
}

.modal__call .modal__form {
  margin-left: 25%;
  width: 760px;
  position: relative;
}

.modal__call .quiz__btn {
  margin: 50px auto 0;
}

.modal__call .form__upload {
  width: 221px;
  margin: 75px auto 66px;
}

.modal__call .quiz__btn {
  width: 203px;
}

.address-ind {
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .bus__right {
    margin-top: 60px;
  }
  .bus__right img {
    max-width: 500px;
  }
  .self__pic img {
    max-width: 700px;
  }
  .self h3, .self__name, .self__list, .self__pay {
    padding-left: 25px;
  }
  .self__btn {
    margin-left: 25px;
  }
  .kid__left {
    margin-right: 0px;
  }
  .kid .wrapper {
    width: 500px;
    height: 500px;
  }
  .kid__video {
    margin-right: -32px;
    margin-top: 187px;
  }
  .kid__light {
    max-width: 327px;
    margin-left: 26px;
  }
  .gift__pic img {
    max-width: 700px;
  }
  .gift h3, .gift__name, .gift__form {
    padding-left: 25px;
  }
  .gift__btn, .gift__pay {
    margin-left: 25px;
  }
  .gift__elem2 {
    bottom: -86px;
  }
  .gift__photo {
    width: 500px;
  }
  .order .step__item {
    height: 310px !important;
    width: calc(33% - 9px) !important;
    margin: 6px  !important;
  }
  .order .step__item .step__text {
    top: 56px !important;
    left: 110px !important;
  }
  .order .step__item .step__number {
    left: 33px !important;
  }
  .ready__link img {
    width: 100%;
  }
  .ready__link:first-child {
    width: 50%;
  }
  .ready__link:last-child {
    margin-right: 0;
  }
  .modal__form {
    margin-left: 40%;
  }
  .modal__step4 .modal__form {
    margin: 0 12%;
    width: auto;
  }
  .modal__call .modal__form {
    margin: 0 10%;
    width: auto;
  }
  .ready .catalog__item:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .video .wrapper {
    position: relative;
    z-index: 3;
  }
  .main h2 span {
    display: inline;
  }
  .bus .title__wrap, .self .title__wrap, .kid .title__wrap, .gift .title__wrap {
    position: relative;
    width: 100%;
  }
  .bus .title__wrap:before, .self .title__wrap:before, .kid .title__wrap:before, .gift .title__wrap:before {
    background: #1A2124;
    border-top: 2px solid rgba(250, 250, 250, 0.2);
    border-bottom: 2px solid rgba(250, 250, 250, 0.2);
    position: absolute;
    width: 120%;
    left: -10%;
    height: 170%;
    top: -35%;
    display: block;
    content: '';
  }
  .bus h3, .self h3, .kid h3, .gift h3 {
    position: relative;
    width: 100%;
  }
  .gift__photo {
    margin-top: -6px;
  }
  .gift__elem2 {
    bottom: -100px;
  }
  .bus {
    padding-top: 100px;
  }
  .bus__box {
    flex-direction: column-reverse;
  }
  .bus__right {
    margin-right: 0;
  }
  .bus__right img {
    max-width: 100%;
    width: 100%;
  }
  .bus__title {
    display: none;
  }
  .bus__elem2 {
    bottom: 0;
  }
  .self__box {
    flex-direction: column;
  }
  .self__title {
    display: none;
  }
  .self__pic {
    margin-left: 0;
    margin-top: 60px;
  }
  .self__pic img {
    max-width: 100%;
    width: 100%;
  }
  .self__elem2 {
    width: 100%;
  }
  .kid__top {
    flex-direction: column-reverse;
  }
  .kid__title {
    display: none;
  }
  .kid__video {
    margin-right: 0;
    margin-top: 60px;
  }
  .kid .wrapper {
    width: 100%;
  }
  .kid__botwrap {
    flex-wrap: wrap;
  }
  .kid__bottom {
    margin-top: 0;
  }
  .kid__no {
    margin-bottom: 20px;
  }
  .gift__box {
    flex-direction: column;
  }
  .gift__title {
    display: none;
  }
  .gift__pic {
    margin-top: 60px;
    margin-left: 0;
  }
  .gift__pic img {
    max-width: 100%;
    width: 100%;
  }
  .order .step__item {
    width: calc(50% - 12px) !important;
  }
  .quiz__form {
    margin-left: 33%;
  }
  .modal__form {
    margin-left: 30%;
  }
  .modal__step {
    padding: 100px 20px 20px;
  }
  .modal__step4 .modal__form {
    margin: 0 0;
    width: auto;
  }
  .video {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 265px;
  }
  .main__flex {
    flex-direction: column;
  }
  .main__text {
    margin-top: 23px;
  }
  .bus {
    padding-top: 0;
  }
  .bus__title {
    top: 42%;
  }
  .bus__flex {
    margin-top: 57px;
  }
  .bus__list {
    padding-left: 60px;
  }
  .bus__list:first-child {
    width: auto;
  }
  .bus__row {
    flex-direction: column;
  }
  .bus__fire {
    margin-left: 0;
    margin-top: 10px;
  }
  .bus__bottom {
    flex-direction: column;
  }
  .bus__dev {
    margin-top: 20px;
    max-width: 100%;
  }
  .self {
    padding-top: 20px;
  }
  .self__title {
    top: 30px;
  }
  .self__name {
    margin-top: 22x;
  }
  .self__pay {
    margin-top: 42px;
  }
  .kid {
    padding-top: 0;
  }
  .kid__left {
    margin-right: 0;
    margin-top: 50px;
  }
  .kid__title {
    top: 0;
  }
  .kid__btn {
    margin-top: 20px;
  }
  .gift {
    padding: 0;
    margin-bottom: 222px;
  }
  .gift__info {
    margin-top: 0;
  }
  .gift__title {
    top: -56px;
  }
  .gift__name {
    margin-top: 21px;
  }
  .reason-ind {
    margin-top: 60px;
  }
  .order {
    padding-bottom: 50px;
  }
  .order .step__item {
    height: 240px !important;
  }
  .order .step__item .step__text {
    top: 31px !important;
    left: 76px !important;
    font-size: 13px;
  }
  .quiz {
    margin-bottom: 100px;
  }
  .quiz__form {
    margin-left: 17%;
  }
  .ready {
    padding-bottom: 50px;
  }
  .ready__link {
    margin: 0 10px;
  }
  .modal__form {
    margin-left: 90px;
  }
  .modal__fl {
    flex-direction: column;
  }
  .modal__fl .card__fl {
    margin-left: 0;
    margin-top: 23px;
  }
  .modal__fl .form__field {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .main {
    padding-top: 135px;
  }
  .main__btn {
    width: 100%;
  }
  .bus__flex {
    flex-direction: column;
    margin-top: 27px;
  }
  .bus__left {
    margin-top: 75px;
  }
  .bus__elem2 {
    bottom: 31px;
  }
  .bus__list {
    padding-left: 17px;
  }
  .bus__list:first-child {
    border-right: 0;
    border-bottom: 2px solid rgba(250, 250, 250, 0.2);
  }
  .bus__btn {
    width: 100%;
  }
  .self__name, .self__list {
    border-right: 0;
  }
  .self__btn {
    width: 100%;
    margin-left: 0;
  }
  .self__pay {
    padding-left: 0;
  }
  .self__elem2 {
    width: auto;
    height: 230px;
  }
  .self__pic {
    margin-top: 30px;
  }
  .kid {
    padding-bottom: 20px;
  }
  .kid .wrapper {
    height: 300px;
  }
  .kid__btn {
    margin-left: 0;
    width: 100%;
  }
  .kid__light {
    margin-left: 0;
  }
  .kid__name {
    margin-top: 77px;
  }
  .kid__elem2 {
    height: 324px;
  }
  .gift {
    margin-bottom: 122px;
  }
  .gift__name, .gift__form {
    border-right: 0;
  }
  .gift__btn {
    margin-left: 0;
    width: 100%;
  }
  .gift__pay {
    margin-left: 0;
  }
  .gift__pay br {
    display: none;
  }
  .gift__photo {
    width: 100%;
  }
  .gift__elem2 {
    height: 300px;
  }
  .slick-dots {
    bottom: 15px;
  }
  .order__flex {
    margin-top: 115px;
  }
  .order .step__item {
    width: 100% !important;
  }
  .quiz__form {
    margin-left: 0;
    padding: 35px;
  }
  .modal h3 {
    margin-bottom: 65px;
  }
  .modal__fl .form__field {
    width: 100%;
  }
  .modal__form {
    width: 100%;
    margin-left: 0;
  }
  .modal__form .quiz__btn {
    margin: 50px auto 0;
  }
  .thx__text {
    margin-bottom: 60px;
  }
  .modal__call h2 {
    margin-bottom: 33px;
  }
  .modal__call .form__upload {
    margin: 35px auto;
  }
  .address__left {
    padding-top: 0;
  }
  .ready .catalog__item {
    margin-bottom: 50px;
  }
  .ready__btn {
    margin-top: 0;
  }
  .modal__fl .card__fl .radio-message {
    margin-right: 19px;
  }
  .main__img {
    height: 100%;
  }
}

.card {
  position: relative;
  padding: 159px 0 184px;
}

.card__elem1 {
  position: absolute;
  right: 0;
  top: 0;
}

.card__elem2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.card__right {
  width: 420px;
  text-align: right;
  flex: 1 0 auto;
  margin-left: 85px;
}

.card__right img {
  max-width: 100%;
  margin-bottom: 47px;
}

.card__left {
  position: sticky;
  top: 20px;
}

.card__box {
  align-items: flex-start;
}

.card__back {
  font-size: 12px;
  line-height: 130%;
  opacity: 0.7;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #F5F5F5;
}

.card__back img {
  margin-right: 6px;
}

.card__title {
  font-size: 23px;
  line-height: 130%;
  letter-spacing: -0.035em;
  font-family: "Igra Sans";
}

.card__info {
  margin-bottom: 22px;
  align-items: baseline;
}

.card__price {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.035em;
  margin-left: auto;
  font-family: "Igra Sans";
  color: #F1D3BC;
  margin-right: 10px;
}

.card__oldprice {
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  font-family: "Igra Sans";
}

.card .card__item {
  border: 1px solid rgba(250, 250, 250, 0.2);
  padding: 23px 30px;
  width: 21%;
}

.card__middle .card__item {
  width: 100%;
}

.card .card__item_color {
  width: 197px;
  flex: 1 0 auto;
}

.card .card__item_desc {
  width: 409px;
}

.card .card__item_reg {
  width: 41%;
  flex: 1 0 auto;
}

.card__bottom .card__item {
  width: 50%;
}

.card__bottom .card__item .radio {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.card__block {
  border: 1px solid rgba(250, 250, 250, 0.2);
  margin-bottom: 36px;
}

.card__name {
  font-size: 12px;
  line-height: 130%;
  color: #F1D3BC;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.card__name img {
  margin-left: 9px;
}

.card__color {
  flex-wrap: wrap;
}

.card__box {
  position: relative;
}

.card__color input[type="checkbox"] {
  display: none;
}

.card__color input[type="checkbox"]:checked + label span {
  transform: scale(1.25);
}

.card__color input[type="checkbox"]:checked + label .blue {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #2185D0;
}

.card__color input[type="checkbox"]:checked + label .white {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #ffffff;
}

.card__color input[type="checkbox"]:checked + label .yellow {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #FBB505;
}

.card__color input[type="checkbox"]:checked + label .lightblue {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #1687F0;
}

.card__color input[type="checkbox"]:checked + label .pink {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #E11A6E;
}

.card__color input[type="checkbox"]:checked + label .green {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #41C91F;
}

.card__color input[type="checkbox"]:checked + label .violet {
  border: 2px solid #F5F5F5;
  box-shadow: 0px 0px 13px #6214b1;
}

.card__color label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-bottom: 7px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.card__color label:hover span {
  transform: scale(1.25);
}

.card__color label span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .2s ease-in-out;
}

.card__color label span.blue {
  background: #2185D0;
}

.card__color label span.white {
  background: #ffffff;
}

.card__color label span.yellow {
  background: #FBB505;
}

.card__color label span.lightblue {
  background: #1687F0;
}

.card__color label span.pink {
  background: #E11A6E;
}

.card__color label span.green {
  background: #41C91F;
}

.card__color label span.violet {
  background: #6214b1;
}

.card__btn {
  width: 213px;
  height: 55px;
  margin-left: 52px;
}

.card__tel {
  margin-bottom: 25px;
}

.card__text p {
  margin: 20px 0;
}

.card .custom-radio + label::before {
  margin-right: 15px;
}

.card__fl {
  margin-top: 19px;
  margin-bottom: 98px;
}

.card__fl .custom-radio + label {
  display: flex;
  flex-direction: column;
}

.card__fl .custom-radio + label::before {
  border: transparent;
  margin-right: 0;
  margin-bottom: 5px;
}

.card__fl .custom-radio:focus + label::before {
  box-shadow: none;
}

.card__fl .radio-message {
  margin-right: 20px;
}

.card__fl .custom-radio + label::before {
  border: 1px solid rgba(250, 250, 250, 0.4);
  background-size: 11px;
  border-radius: 0;
  width: 9px;
  height: 9px;
  margin-top: auto;
}

.card__fl .radio-message {
  margin-right: 33px;
}

.card__fl .custom-radio:checked + label::before {
  background-image: url(../img/checked.svg);
}

.card__fl .custom-radio + label {
  flex-direction: column-reverse;
  height: 53px;
}

.form__field {
  width: 361px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  padding: 4px 0;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F5F5F5;
  opacity: 0.7;
  font-family: "Igra Sans";
}

.select2-container--default .select2-results > .select2-results__options, .select2-dropdown {
  background: #0D1012;
  border: none;
  border-radius: 0;
}

.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #242A2F;
}

.select2-dropdown {
  border: none;
  padding: 14px 0;
}

.select2-results__option {
  padding: 4px 19px;
  font-size: 10px;
  line-height: 130%;
  color: #F5F5F5;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 130%;
  color: #F5F5F5;
}

.select2-container--open .select2-dropdown--below {
  min-width: 170px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 130%;
  color: #F5F5F5;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #F5F5F5;
}

#brightness ~ .select2-container {
  min-width: 300px;
}

#size ~ .select2-container, #thick ~ .select2-container {
  min-width: 100px;
}

#thick ~ .select2-container .select2-selection--single .select2-selection__arrow {
  left: 90px;
}

#size ~ .select2-container .select2-selection--single .select2-selection__arrow {
  left: 46px;
}

#length ~ .select2-container .select2-selection--single .select2-selection__arrow {
  left: 91px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 105px;
  top: -28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../img/ar-down.svg) no-repeat center/cover;
  width: 8px;
  height: 5px;
  border: none;
  transition: all 0.5s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.card__top .card__item {
  width: auto;
}

@media screen and (max-width: 1199px) {
  .card {
    overflow: hidden;
  }
  .card__box {
    flex-direction: column-reverse;
  }
  .card__left {
    position: relative;
    top: auto;
  }
  .card__right {
    width: 100%;
    text-align: right;
    flex: 1 0 auto;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px !important;
  }
  .card__right img {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .card__left {
    width: 100%;
  }
  .card__info {
    flex-wrap: wrap;
  }
  .card__title {
    width: 75%;
  }
  .card__price {
    margin-right: 0;
  }
  .card__oldprice {
    margin-left: auto;
  }
  .card .card__item {
    padding: 23px 20px;
  }
  .card .card__item_color {
    width: 159px;
  }
  .card .card__item_reg {
    width: 41%;
  }
}

@media screen and (max-width: 575px) {
  .card {
    padding-top: 112px;
    padding-bottom: 50px;
  }
  .card__info {
    flex-direction: column;
  }
  .card__title {
    width: 100%;
  }
  .card__top {
    flex-direction: column;
  }
  .card .card__item {
    width: 100% !important;
  }
  .card__bottom, .card__middle, .card__tel {
    flex-direction: column;
  }
  .card .form__field {
    width: 100%;
  }
  .card__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .card__fl {
    margin-bottom: 50px;
  }
  .card__back {
    margin-bottom: 20px;
  }
  .card .card__item {
    padding: 10px 21px;
  }
  .card .card__item .form-control {
    margin-bottom: -10px;
  }
  .card__fl .radio-message {
    margin-right: 26px;
  }
}

.footer {
  padding: 79px 0 45px;
  background: #0E1214;
  color: #fff;
  position: relative;
}

.footer__top {
  align-items: center;
  margin-bottom: 62px;
}

.footer__info {
  font-size: 14px;
  margin-left: auto;
  margin-right: 77px;
}

.footer .nav__desc {
  margin-left: 157px;
  max-width: 250px;
}

.footer .nav__phone {
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
  display: block;
}

.footer .nav__phone:hover {
  color: #AD0C3C;
}

.footer__policy {
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  opacity: 0.4;
}

.footer .nav__logo {
  margin-top: -10px;
}

.footer .nav__logo span p:after {
  display: none;
}

.footer__contacts {
  margin-top: 23px;
}

@media screen and (max-width: 991px) {
  .footer .nav__desc {
    margin-left: 26px;
    max-width: 165px;
    font-size: 12px;
    margin-left: 20px;
    width: 170px;
  }
  .footer__info {
    margin-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
  .footer__top {
    margin-bottom: 20px;
  }
  .footer__contacts {
    margin-top: 10px;
  }
  .footer .nav__desc {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__info {
    margin: 20px auto;
    text-align: center;
  }
  .footer .nav__socials {
    justify-content: center;
  }
  .footer .nav__link {
    margin: 0 6px;
  }
  .footer__policy {
    text-align: center;
    display: block;
  }
  .footer .nav__logo {
    max-width: 85px;
  }
}
/*# sourceMappingURL=style.css.map */