@font-face {
  font-family: light;
  src: url(../fonts/Gilroy-Light.ttf);
}

@font-face {
  font-family: regular;
  src: url(../fonts/Gilroy-Regular.ttf);
}

@font-face {
  font-family: semi-bold;
  src: url(../fonts/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: bold;
  src: url(../fonts/Gilroy-Bold.ttf);
}

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
}

body.active {
  overflow-y: hidden;
}

p, a {
  font-family: regular;
  font-size: 16px;
  text-decoration: none;
}

h2 {
  font-family: light;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.3em;
}

span {
  font-family: semi-bold;
}

header {
  width: 100vw;
  color: #ffffff;
  background: #160a06;
  padding: 20px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1180px;
  margin: 0 auto;
}

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

.header_topper__address {
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_topper__address::before {
  content: '';
  display: block;
  background: url(../img/menu/metka.png) center no-repeat;
  width: 15px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}

.header_topper__logo {
  background: url(../img/menu/mini-logo.png) center no-repeat;
  width: 53px;
  height: 53px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.header_topper__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_topper__phone a {
  color: #ffffff;
  text-decoration: none;
}

.header_topper__phone .number a {
  font-family: semi-bold;
  font-size: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_topper__phone .number a:hover {
  color: #cba349;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_topper__phone .callme {
  margin-left: 20px;
}

.header_topper__phone .callme a {
  padding: 15px 20px;
  border: 1px solid #cba349;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_topper__phone .callme a:hover {
  background: #cba349;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu {
  margin: 25px auto 0;
  max-width: 970px;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_menu ul li {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-bottom: 1px solid #160a06;
}

.header_menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: medium;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu ul li a:hover {
  color: #cba349;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu ul li:hover {
  border-bottom: 1px solid #cba349;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background: #160a06;
  padding: 20px;
  z-index: 1000;
}

.content {
  max-width: 1180px;
  margin: 0 auto;
}

.screen_1 {
  background: url(../img/screen_1/fon.png) center no-repeat;
  background-size: cover;
  height: 755px;
  width: 100vw;
  padding-top: 50px;
}

.screen_1__logo {
  background: url(../img/logo.png) center no-repeat;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto 90px;
}

.screen_1__offer {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.screen_1__offer p {
  font-family: medium;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.screen_1__scroll {
  margin-top: 80px;
  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;
}

.screen_1__scroll_next {
  margin-top: 10px;
}

.screen_2 {
  background: url(../img/screen_2/fon.png) center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 880px;
  padding-top: 50px;
}

.screen_2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.screen_2__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  height: 640px;
  -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;
  color: #ffffff;
  margin-bottom: 100px;
}

.screen_2__offer span {
  color: #ceac78;
}

.screen_2__offer .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.screen_2__offer .text p {
  font-family: light;
  font-size: 18px;
  line-height: 1.7em;
}

.screen_2__offer .text span {
  font-family: bold;
  color: #ffffff;
}

.screen_2__offer .text::before {
  content: '';
  display: block;
  background: #f3b85b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px 35px 0 0;
}

.screen_2__popup {
  max-width: 470px;
  background: #160a06;
  padding: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #ffffff;
}

.screen_2__popup .label {
  background: #231511;
  padding: 15px 0 15px 50px;
  margin-left: -50px;
  margin-bottom: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen_2__popup .label::before {
  content: '';
  display: block;
  background: url(../img/screen_2/flag.png) center no-repeat;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 5px 15px 0 0;
}

.screen_2__popup .label p {
  line-height: 1.5em;
  font-family: semi-bold;
  font-size: 18px;
}

form p {
  font-family: semi-bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 10px;
}

form input {
  padding: 15px 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #492a1f;
  margin-bottom: 50px;
  color: #ffffff;
  width: 100%;
  font-family: regular;
  font-size: 21px;
}

form .submit input {
  color: #000000;
  background: #e6b975;
  padding: 25px 30px;
  font-family: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 50px rgba(226, 180, 111, 0.5);
          box-shadow: 0 0 50px rgba(226, 180, 111, 0.5);
}

form .attention {
  margin: -20px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

form .attention p, form .attention a {
  font-family: regular;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  color: #ffffff;
  line-height: 1.5em;
}

form .attention span {
  cursor: pointer;
  text-decoration: underline;
}

.screen_3 {
  background: url(../img/screen_3/fon.png) center no-repeat;
  background-size: cover;
  width: 100vw;
  padding: 50px 0;
}

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

.screen_3__logo {
  background: url(../img/screen_3/logo.png);
  display: block;
  width: 232px;
  height: 31px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px auto 30px;
}

.screen_3__caption {
  margin-bottom: 50px;
}

.screen_3__subcaption {
  max-width: 800px;
  text-align: center;
  margin-bottom: 50px;
}

.screen_3__subcaption p {
  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;
  line-height: 1.5em;
  font-size: 18px;
}

.screen_3__subcaption p span {
  font-family: semi-bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.screen_3__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 70px;
  overflow: hidden;
}

.screen_3__block .body {
  max-width: 560px;
  background: #1d120e;
  color: #ffffff;
  padding: 35px 45px 35px 35px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 45px;
}

.screen_3__block .body .caption {
  font-family: bold;
  font-size: 24px;
  position: relative;
}

.screen_3__block .body .caption::after {
  content: '01';
  display: block;
  color: #fad493;
  position: absolute;
  font-family: semi-bold;
  font-size: 80px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -70px;
  top: 40px;
}

.screen_3__block .body p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.screen_3__block .body p:last-child {
  margin-bottom: 0;
}

.screen_3__block::before {
  content: '';
  background: url(../img/screen_3/block1.png);
  display: block;
  width: 870px;
  height: 508px;
}

.screen_3 .reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.screen_3 .reversed .body {
  left: 0;
  right: auto;
  margin-top: 80px;
  padding-right: 60px;
  overflow: hidden;
}

.screen_3 .reversed .body .caption::after {
  content: '02';
  right: -90px;
}

.screen_3 .reversed::before {
  content: '';
  background: url(../img/screen_3/block2.png);
}

.screen_3 .label p {
  font-family: semi-bold;
  font-size: 18px;
  text-align: center;
}

.screen_3 .label p span {
  color: #c27f0b;
}

.screen_4 {
  width: 100vw;
  padding: 50px 0;
  background: #fdfdfe;
}

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

.screen_4 .content .caption {
  text-align: center;
  margin-bottom: 40px;
}

.screen_4 .content .caption h2 {
  margin-bottom: 10px;
}

.screen_4 .content .caption p {
  text-transform: uppercase;
  font-size: 18px;
}

.screen_4 .content .collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.screen_4 .content .collection .item {
  width: 370px;
  height: 385px;
  padding: 50px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 10px -10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px -10px 30px rgba(0, 0, 0, 0.1);
}

.screen_4 .content .collection .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.screen_4 .content .collection .item .caption p {
  font-family: semi-bold;
  font-size: 24px;
  text-transform: none;
}

.screen_4 .content .collection .item .caption a {
  color: #000000;
  font-family: semi-bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #f3c169;
  padding: 20px 0;
  width: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.screen_4 .content .collection .item .caption a:hover {
  background: #f3c169;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.screen_4 .content .collection .item1 {
  background: url(../img/screen_4/item1.png) center no-repeat;
}

.screen_4 .content .collection .item2 {
  background: url(../img/screen_4/item2.png) center no-repeat;
}

.screen_4 .content .collection .item3 {
  background: url(../img/screen_4/item3.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item3 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item4 {
  background: url(../img/screen_4/item4.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item4 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item5 {
  background: url(../img/screen_4/item5.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item5 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item6 {
  background: url(../img/screen_4/item6.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item6 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item7 {
  background: url(../img/screen_4/item7.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item7 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item8 {
  background: url(../img/screen_4/item8.png) center no-repeat;
}

.screen_4 .content .collection .item9 {
  background: url(../img/screen_4/item9.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item9 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item10 {
  background: url(../img/screen_4/item10.png) center no-repeat;
  color: #ffffff;
}

.screen_4 .content .collection .item10 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item11 {
  background: url(../img/screen_4/item11-1.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item12 {
  background: url(../img/screen_4/item12.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item13 {
  background: url(../img/screen_4/item13.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item14 {
  background: url(../img/screen_4/item14.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item15 {
  background: url(../img/screen_4/item15.png) center no-repeat;
  background-size: 148%;
}


.screen_4 .content .collection .item16 {
  background: url(../img/screen_4/item16.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item17 {
  background: url(../img/screen_4/item17.png) center no-repeat;
   color: #ffffff;
   background-size: 148%;
}

.screen_4 .content .collection .item17 a {
  color: #ffffff !important;
  background-size: 148%;
}

.screen_4 .content .collection .item18 {
  background: url(../img/screen_4/item18.png) center no-repeat;
  background-size: 148%;
}

.screen_4 .content .collection .item19 {
  background: url(../img/screen_4/item19.png) center no-repeat;
  color: #ffffff;
  background-size: 148%;
}

.screen_4 .content .collection .item19 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item20 {
  background: url(../img/INFINITY_BLICK_PINK/infinity_blick_pink_H.jpg) center no-repeat;
  background-size: 177%;
}

.screen_4 .content .collection .item21 {
  background: url(../img/INFINITY_BLICK_PITCH/infinity_blick_pitch.jpg) center no-repeat;
  background-size: 181%;
   color: #ffffff !important;
}

.screen_4 .content .collection .item21 a {
  color: #ffffff !important;
}

.screen_4 .content .collection .item22 {
  background: url(../img/INFINITY_BELL_ONYX_NATURAL/INFINITY_BELL_ONYX_NATURAL-B.jpg) center no-repeat;
      background-size: 138%;
}

.screen_4 .content .collection .item23 {
  background: url(../img/INFINITY_BLICK_MINT/infinity_blick_mint_H.jpg) center no-repeat;
  background-size: 168%;
}



.screen_5 {
  background: url(../img/screen_5/fon.png) center no-repeat;
  width: 100vw;
  padding: 50px 0;
  height: 400px;
}

.screen_5 .content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  height: 100%;
}

.screen_5 .content .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 850px;
}

.screen_5 .content .caption h2 {
  margin-bottom: 10px;
}

.screen_5 .content .caption h2 span {
  font-family: regular;
  color: #fbe0b6;
}

.screen_5 .content .caption p {
  line-height: 1.5em;
}

.screen_5 .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.screen_5 .content form .item {
  width: 100%;
  margin-right: 50px;
}

.screen_5 .content form input {
  margin-bottom: 0;
}

.screen_6 {
  background: url(../img/screen_6/fon.png) center no-repeat;
  width: 100vw;
  padding: 50px 0;
}

.screen_6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.screen_6 .content .caption {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.screen_6 .content .caption span {
  position: relative;
}

.screen_6 .content .caption span::after {
  content: '';
  display: block;
  background: url(../img/screen_6/icon.png) center no-repeat;
  width: 66px;
  height: 79px;
  position: absolute;
  top: -15px;
  right: -80px;
}

.screen_6 .content .caption a {
  color: #000000;
  background: #e6b975;
  padding: 25px 30px;
  font-family: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.screen_6 .content .sertificats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 375px;
}

.screen_6 .content .sertificats img {
  margin-bottom: 10px;
}

.screen_7 {
  width: 100vw;
  padding: 50px 0	0 0;
  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;
}

.screen_7 h2 {
  margin-bottom: 30px;
}

.screen_7 .collection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.screen_7 .collection .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}

.screen_7 .collection .item {
  width: 100%;
  height: 350px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.screen_7 .collection .item .label {
  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;
  color: #ffffff;
  font-family: semi-bold;
  font-size: 30px;
}

.screen_7 .collection .item .label::before {
  content: '';
  display: block;
  background: #f3b85b;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 10px;
}

.screen_7 .collection .item1 {
  background: url(../img/screen_7/01.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item2 {
  background: url(../img/screen_7/02.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item3 {
  background: url(../img/screen_7/03.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item4 {
  background: url(../img/screen_7/04.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item5 {
  background: url(../img/screen_7/05.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item6 {
  background: url(../img/screen_7/06.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item7 {
  background: url(../img/screen_7/07.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item8 {
  background: url(../img/screen_7/08.png) center no-repeat;
  background-size: cover;
}

.screen_7 .collection .item9 {
  background: url(../img/screen_7/09.png) center no-repeat;
  background-size: cover;
}

.screen_8 {
  background: url(../img/screen_8/fon.png) center no-repeat;
  width: 100vw;
  padding: 85px 0;
  min-height: 420px;
}

.screen_8 .content {
  color: #ffffff;
}

.screen_8 .content h2 {
  color: #fbe0b6;
  margin-bottom: 30px;
}

.screen_8 .content p {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 20px;
}

.screen_8 .content p:last-child {
  margin-bottom: 0;
}

.screen_9 {
  width: 100vw;
  min-height: 925px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen_9 .map {
  width: 60%;
  background: url(../img/screen_9/map.png);
  position: relative;
}

.screen_9 .map .contacts {
  position: absolute;
  top: 25px;
  right: 40px;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 5px;
}

.screen_9 .map .contacts h2 {
  margin-bottom: 30px;
}

.screen_9 .map .contacts .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.screen_9 .map .contacts .call::before {
  content: '';
  display: block;
  background: url(../img/screen_9/phone.png);
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  margin-left: 20px;
}

.screen_9 .map .contacts .call a {
  font-family: semi-bold;
  font-size: 24px;
  color: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.screen_9 .map .contacts .call a:hover {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #f3b85b;
}

.screen_9 .map .contacts .call .label {
  margin-bottom: 5px;
}

.screen_9 .map .contacts .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.screen_9 .map .contacts .location::before {
  content: '';
  display: block;
  background: url(../img/screen_9/location.png);
  width: 30px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  margin-left: 20px;
}

.screen_9 .map .contacts .location .label {
  font-family: semi-bold;
  font-size: 18px;
  margin-top: 5px;
}

.screen_9 .map .contacts .instagram {
  position: relative;
  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;
  background: #f8f4ee;
  border-radius: 5px;
}

.screen_9 .map .contacts .instagram::before {
  content: '';
  display: block;
  background: url(../img/screen_9/instagram.png);
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.screen_9 .map .contacts .instagram a {
  font-family: semi-bold;
  font-size: 18px;
  color: #000000;
  padding: 25px 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.screen_9 .form {
  padding: 60px 45px;
  width: 400px;
}

.screen_9 .form .write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen_9 .form .write a {
  font-family: regular;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #d9a761;
  margin-left: 5px;
}

.screen_9 .form .write p {
  font-family: light;
  margin-bottom: 15px;
}

.screen_9 .form p {
  font-family: semi-bold;
  margin-bottom: 30px;
}

.screen_9 .form form input {
  color: #000000;
}

.screen_9 .form form p {
  margin-bottom: 15px;
}

.screen_9 .form form .attention p {
  color: #cdcbcc;
}

.screen_9 .form form .attention p span {
  text-decoration: underline;
}

footer {
  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;
  width: 100vw;
  height: 65px;
  background: #fefefe;
  padding: 0 50px;
}

footer p, footer a {
  color: #c2c2c4;
  margin-right: 30px;
}

footer .inscale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c2c2c4;
  text-decoration: underline;
}

footer .inscale::before {
  content: '';
  display: block;
  background: url(../img/inscale.png);
  width: 63px;
  height: 34px;
  margin-right: 15px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}

.popup-opener {
  cursor: pointer;
}

.popup.active {
  display: block;
  overflow-y: scroll;
}

.popup-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 50px auto;
  padding: 40px;
  background: #ffffff;
  z-index: 9999;
}

.popup-callback {
  width: 430px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.popup-callback h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.popup-callback p {
  font-size: 18px;
  line-height: 1.7em;
}

.popup-callback form {
  margin-top: 40px;
}

.popup-callback form input {
  color: #000000;
}

.popup-callback form .submit input {
  font-size: 18px;
}

.popup-callback form .attention p {
  color: #cdcbcc;
}

.popup-callback form .attention p span {
  text-decoration: underline;
}

.popup-thanks {
  width: 430px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup-thanks h2 {
  margin-bottom: 15px;
}

.popup-thanks h2 span {
  font-family: regular !important;
  color: #e5b264;
}

.popup-thanks p {
  font-size: 18px;
  line-height: 1.7em;
}

.popup-thanks p a {
  font-family: semi-bold;
  color: #000000;
}

.popup-specification {
  width: 1030px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 30px 55px;
}

.popup-specification .title {
  margin-bottom: 35px;
}

.popup-specification__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  background: #fbf6ef;
  margin: 0 -55px 30px;
  padding: 0 55px;
}

.popup-specification__header p {
  font-family: semi-bold;
  font-size: 18px;
}

.popup-specification .col1 {
  width: 390px;
}

.popup-specification .col2 {
  width: 175px;
}

.popup-specification .col3 {
  width: 215px;
}

.popup-specification .col4 {
  width: 155px;
}

.popup-specification__caption {
  margin-bottom: 20px;
}

.popup-specification__caption p {
  color: #dcdcdc;
  font-family: semi-bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.popup-specification__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  border-top: 1px solid #e8e5e1;
  border-bottom: 1px solid #e8e5e1;
}

.popup-specification__row .col4 p {
  font-family: semi-bold;
}

.popup-specification__table {
  margin-bottom: 90px;
}

.popup-specification__sublabel {
  margin-top: -60px;
  margin-bottom: 50px;
  max-width: 830px;
  text-align: center;
}

.popup-specification__sublabel p {
  color: #a4a4a4;
  line-height: 1.7em;
}

.popup-program {
  width: 970px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 45px 60px;
}

.popup-program h2 {
  font-family: regular;
  font-size: 30px;
  margin-bottom: 25px;
}

.popup-program .description {
  margin-bottom: 20px;
}

.popup-program .description p {
  line-height: 1.8em;
}

.popup-program h3 {
  font-family: regular;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.popup-program .gallary {
  margin-bottom: 20px;
  position: relative;
}

.popup-program .gallary__item {
  position: relative;
  margin-right: 5px;
}

.popup-program .gallary__item::before {
  content: '';
  display: none;
  position: absolute;
  background: url(../img/magnifier.png);
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.popup-program .gallary__item:hover::before {
  display: block;
}

.popup-program .gallary__item img {
  width: 65px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-program .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
  position: relative;
}

.popup-program .preview__item {
  max-width: 746px;
  max-height: 425px;
}

.popup-program .preview__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-program .preview::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/magnifier_big.png);
  width: 67px;
  height: 67px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

.popup-program .tocall {
  margin: 0 -60px -45px;
  padding: 60px;
}

.popup .popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  z-index: 1001;
}

.popup .popup-overlay::before, .popup .popup-overlay::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}

.popup .close:hover {
  opacity: 1;
}

.popup .close:before, .popup .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.popup .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tocall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #160a06;
  margin: 0 -55px -30px;
  padding: 55px;
  color: #ffffff;
}

.tocall__item {
  max-width: 450px;
}

.tocall__item h2 {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 75px;
}

.tocall__item form {
  width: 350px;
}

.tocall__item form .attention span {
  text-decoration: underline;
}

.tocall__phone {
  font-family: semi-bold;
  font-size: 24px;
  margin-bottom: 5px;
  color: #ffffff;
}

.tocall__mail {
  color: #fbe0b6;
}

label.error {
  display: block;
  font-family: semi-bold;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -45px;
  margin-bottom: 40px;
}

#catalog_name-error, #catalog_email-error, #catalog_phone-error {
  margin: 5px 0;
}

#contacts_name-error, #contacts_email-error, #contacts_phone-error, #contacts_question-error, #callbackMe_name-error, #callbackMe_email-error, #callbackMe_phone-error, #callbackMe_question-error {
  color: #000000;
}

.slick-prev::before, .slick-next::before {
  content: '';
  display: block;
  background: url(../img/arrow.png) center no-repeat;
  width: 20px;
  height: 7px;
  cursor: pointer;
  position: absolute;
  top: 38px;
}

.slick-prev::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -25px;
}

.slick-next::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -25px;
}

.alkarz-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 936px !important;
}

.alkarz-slider .slick-track .slick-slide {
  width: 78px !important;
  position: relative;
}

.alkarz-slider .slick-track .slick-slide::before {
  content: '';
  display: none;
  position: absolute;
  background: url(../img/magnifier.png);
  width: 35px;
  height: 35px;
  top: -15px;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  z-index: 10;
  pointer-events: none;
}

.alkarz-slider .slick-track .slick-slide:hover::before {
  display: block;
}

.gray-link {
  color: #cdcbcc !important;
}

.gm-style div {
  -webkit-transform: scale(1.002);
}
