/* font */
@font-face {
  font-family: 'Gilroy-Light';
  src: url('../fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'),
      url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Light.woff2') format('woff2'),
      url('../fonts/Gilroy-Light.woff') format('woff'),
      url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('Gilroy-Bold'), local('Gilroy-Bold'),
      url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff'),
      url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy-Regular'), local('Gilroy-Regular'),
      url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff'),
      url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy-Medium'), local('Gilroy-Medium'),
      url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff'),
      url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Thin';
  src: url('../fonts/Gilroy-Thin.eot');
  src: local('Gilroy-Thin'), local('Gilroy-Thin'),
      url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Thin.woff2') format('woff2'),
      url('../fonts/Gilroy-Thin.woff') format('woff'),
      url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Black';
  src: url('../fonts/Gilroy-Black.eot');
  src: local('Gilroy-Black'), local('Gilroy-Black'),
      url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Black.woff2') format('woff2'),
      url('../fonts/Gilroy-Black.woff') format('woff'),
      url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TrajanPro3Regular';
  src: url('../fonts/TrajanPro3Regular.eot');
  src: local('TrajanPro3Regular'), local('TrajanPro3Regular'),
      url('../fonts/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TrajanPro3Regular.woff2') format('woff2'),
      url('../fonts/TrajanPro3Regular.woff') format('woff'),
      url('../fonts/TrajanPro3Regular.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  }

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  }

ul[class],
ol[class] {
  list-style: none;
  }

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  }

a {
  color: #b47234;
  text-decoration: none;
  transition: color .3s linear;
  }

a:hover { 
  color: #bf8753;
  }

a:focus,
a:hover,
a:active { 
  outline: none !important;
  }

button:focus,
button:hover,
button:active { 
  outline: none !important;
  }

img {
  max-width: 100%;
  display: block;
  }

article > * + * {
  margin-top: 1em;
  }

input,
button,
textarea,
select {
  font: inherit;
  }

fieldset { 
  margin: 0;
  padding: 0;
  border: 0;
  }

iframe { vertical-align: top; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.text-center { text-align: center; }

p { 
  margin: 0 0 40px;
  color: #9091a3;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  }

/* container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1170px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* body */
body { 
  min-width: 320px;
  color: #000;
  font: 14px 'Gilroy-Regular', sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  }

/* header */
.header { 
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 47;
  }

.header__in { 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 22px 20px 30px;
  max-width: 1214px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.18);
  }

.header.border-none .header__in { border: 0; }

.logo-wrap { 
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  }

/* logo */
.logo { 
  width: 180px;
  }

.logo__mb { 
  display: none;
  }

.logo-text { 
  position: relative;
  margin: 0 0 0 18px;
  padding: 0 0 0 17px;
  }

.logo-text:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 65px;
  top: 50%;
  left: 0;
  background: url(../img/bg/line.png) center no-repeat;
  content: "";
  transform: translateY(-50%);
  }

.logo-text p { 
  margin: 0; 
  color: #fff;
  font-size: 14px;
  font-family: 'Gilroy-Light', sans-serif;
  line-height: 20px;
  }

/* language */
.language { 
  display: flex;
  align-items: center;
  }

.language dt {  
  margin: 0 15px 0 0;
  font-size: 14px;
  font-family: 'Gilroy-Light', sans-serif;
  }

.language dd {
  margin: 0 15px 0 0;
  }

/* brands */
.brands dt {
  position: relative;
  font-size: 14px;
  font-family: 'Gilroy-Light', sans-serif;
  line-height: 16px;
  z-index: 3;
  }

.brands ul { 
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -10px;
  }

.brands ul li { 
  padding: 7px 10px;
  list-style: none;
  }

/* mail */
.mail { 
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  }

.mail:before { 
  position: absolute;
  display: block;
  width: 26px;
  height: 17px;
  top: 2px;
  left: 0;
  background: url(../img/bg/mail-sm.png) center no-repeat;
  content: "";
  }

.mail a { 
  color: #fff;
  }

.mail span { 
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 20px;
  }

.mail small { 
  display: block;
  font-size: 14px;
  }

/* telegram */
.telegram { 
  position: relative;
  padding: 0 0 0 38px;
  }

.telegram:before { 
  position: absolute;
  display: block;
  width: 25px;
  height: 21px;
  top: 8px;
  left: 0;
  background: url(../img/bg/telegram-sm.png) center no-repeat;
  content: "";
  }

.telegram span { 
  display: block;
  font-size: 14px;
  line-height: 20px;
  }

.telegram span a { 
  color: #fff; 
  text-decoration: underline;
  }

.telegram span a:hover { text-decoration: none; }

/* work-status */
.work-status { 
  position: relative;
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  }

.work-status:before { 
  position: absolute;
  display: block;
  margin: -3px 0 0;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  background: #9ce053;
  border-radius: 100%;
  content: "";
  animation: glowing 1700ms infinite;
  }

 @keyframes glowing {
  0% { background-color: #2ba805; box-shadow: 0 0 3px #2ba805; }
  50% { background-color: #49e819; box-shadow: 0 0 3px #49e819; }
  100% { background-color: #2ba805; box-shadow: 0 0 3px #2ba805; }
  }

/* phone */
.phone { 
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 33px;
  font-size: 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.phone:before { 
  position: absolute;
  display: block;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  background: url(../img/bg/phone-sm.png) center no-repeat;
  content: "";
  }

.phone a { color: #fff; }

/* transparent-btn */
.transparent-btn { 
  display: inline-block;
  padding: 0 45px;
  vertical-align: top;
  border: 1px solid #c9925c;
  color: #e8b682;
  font-size: 15px;
  line-height: 44px;
  border-radius: 5px;
  transition: .3s all;
  }

.transparent-btn:hover {
  color: #fff; 
  background: #c9925c;
  }

/* menu-btn
   ---------------------------------------- */
.menu-btn {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
  }

.menu-btn .menu-btn__in,
.menu-btn .menu-btn__in:before,
.menu-btn .menu-btn__in:after {
  position: absolute;
  display: block;
  height: 3px;
  width: 30px;
  transition: background ease .3s, top ease .3s .3s, transform ease .3s;
  background: #fff;
  border-radius: 3px;
  content: '';
  }

.menu-btn .menu-btn__in {
  left: 0;
  top: 14px;
  }

.menu-btn .menu-btn__in:before { top: -10px; }

.menu-btn .menu-btn__in:after { top: 10px; }

.menu-btn.collapsed .menu-btn__in { background: transparent; }

.menu-btn.collapsed .menu-btn__in:before { transform: rotate(45deg); }

.menu-btn.collapsed .menu-btn__in:after { transform: rotate(-45deg); }

.menu-btn.collapsed .menu-btn__in:before,
.menu-btn.collapsed .menu-btn__in:after {
  top: 0;
  background: #fff;
  transition: top ease .3s, 
  transform ease .3s .3s;
  }

.header__mob-col { 
  display: none;
  align-items: center;
  }

.header__mob-col__telegram { 
  margin: 0 20px 0 0;
  }

.header__mob-col__telegram a { 
  display: block;
  width: 26px;
  height: 26px;
  font: 0px/0 a;
  background: url(../img/bg/telegram-m.png) center no-repeat;
  background-size: 100%;
  }

.header__mob-col__phone { 
  margin: 0 20px 0 0;
  }

.header__mob-col__phone a { 
  display: block;
  width: 26px;
  height: 26px;
  font: 0px/0 a;
  background: url(../img/bg/phone-m.png) center no-repeat;
  background-size: 100%;
  }

/* header__dropdown */
.header__dropdown { 
  position: absolute;
  padding: 0 15px 30px;
  width: 100%;
  top: 116px;
  left: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translate(0, 20px);
  transition: .4s;
  z-index: 20;
  }

.header__dropdown.show { 
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  }

.header__nav { 
  margin: 0 0 30px;
  }

.header__nav li { 
  font-size: 16px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.18);
  list-style-type: none;
  }

.header__nav li:first-child { border-top: 1px solid rgb(255, 255, 255, 0.18); }

.header__nav a { 
  position: relative;
  display: block;
  padding: 18px 0;
  color: #fff;
  }

.header__nav a:after { 
  position: absolute;
  display: block;
  margin: -7px 0 0;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 10px;
  background: url(../img/bg/right-s-arrow-w.png) center no-repeat;
  background-size: 100%;
  content: "";
  }

.header__dropdown .language { 
  display: flex;
  margin: 0 0 30px;
  }

.header__dropdown .language dt { 
  color: #fff;
  }

/* promo */
.promo { 
  position: relative;
  padding: 160px 0 0;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 46;
  }

.promo.indent-none { 
  height: auto;
  }

.promo__in { 
  margin: 0 auto;
  padding: 70px 20px 175px;
  max-width: 1214px;
  }

.promo.indent-none .promo__in { 
  padding-top: 0;
  padding-bottom: 0;
  }

/* title */
.title {  
  display: block;
  margin: 0 0 30px;
  color: #e8b682;
  font-size: 50px;
  font-family: 'TrajanPro3Regular', sans-serif;
  line-height: 70px;
  }

.title.black-color { color: #000; }

/* gl-text */
.gl-text {  
  margin: 0 0 50px;
  font-size: 23px;
  line-height: 34px;
  }

.gl-text.color-white { color: #fff; }

/* product-nav */
.product-nav ul { 
  display: flex;
  margin: 0 -4px 70px;
  }

.product-nav li { 
  padding: 0 4px;
  width: 25%;
  list-style-type: none;
  }

.product-nav__item { 
  position: relative;
  padding: 18px 25px;
  background: #fff;
  border-radius: 20px;
  }

.product-nav__item span { 
  display: block;
  color: #000;
  font-size: 19px;
  line-height: 26px;
  }

.product-nav__item img { 
  position: absolute;
  right: 25px;
  bottom: 0;
  }

.product-nav li:nth-child(1) img { bottom: 10px; }

.product-nav li:nth-child(3) img { bottom: 5px; }

.product-nav li:nth-child(4) img { bottom: 10px; }

/* promo__bottom-panel */
.promo__bottom-panel { 
  display: flex;
  justify-content: center;
  }

.promo__bottom-panel__item { 
  padding: 0 20px; 
  }

.big-btn { 
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 104px;
  color: #130d07;
  text-align: center;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #b38454;
  transition: .3s opacity;
  }

.big-btn:hover { 
  color: #130d07;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

.big-btn__in { 
  display: block; 
  }

.big-btn__in span { 
  display: block;
  font-size: 21px;
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 0.5px;
  }

.big-btn small { 
  display: block;
  padding: 3px 0 0;
  font-size: 17px;
  }

.promo-link { 
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 104px;
  color: #f7c79d;
  font-size: 17px;
  text-align: center;
  text-decoration: underline;
  border: 2px solid #e8b682;
  background: rgb(0, 0, 0, 0.15);
  border-radius: 5px;
  }

.promo-link:hover { 
  color: #fff;
  text-decoration: none;
  }

/* page */
.page { 
  overflow: hidden;
  }

/* section */
.section { 
  position: relative;
  padding: 100px 0;
  background: url(../img/bg/section-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

.section.changed { 
  padding: 210px 0 0;
  }

.section.no-dec { background: #fff; }

.section.indent-top-none { padding-top: 0; }

.section.indent-top-big { padding-top: 180px; }

.section.indent-none { padding: 0; }

.section.indent-bt-none { 
  padding-bottom: 0;
  }

.section__in { 
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1244px;
  z-index: 5;
  }

.section.gl-dec { 
  background: url(../img/bg/gl-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

.section.gl-dec:before {
  display: block;
  position: absolute;
  width: 260px;
  height: 519px;
  left: 0;
  bottom: 550px;
  background: url(../img/bg/section-dec1.png) bottom right no-repeat;
  content: "";
  }

.section.gl-dec:after {
  display: block;
  position: absolute;
  width: 219px;
  height: 511px;
  right: 0;
  bottom: 0;
  background: url(../img/bg/section-dec2.png) bottom right no-repeat;
  content: "";
  }

/* nav-panel */
.nav-panel { 
  position: fixed;
  display: flex;
  align-items: center;
  max-width: 1154px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #b8b7b4; /* Old browsers */
  background: -moz-linear-gradient(top,  #b8b7b4 0%, #8e8d8a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #b8b7b4 0%,#8e8d8a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #b8b7b4 0%,#8e8d8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b7b4', endColorstr='#8e8d8a',GradientType=0 ); /* IE6-9 */
  border-radius: 0 0 30px 30px;
  z-index: 45;
  }

.nav-panel.changed { margin: 0 -5px 130px; }

/* main-navi */
.main-navi { 
  flex-grow: 1;
  }

.main-navi ul { 
  display: flex;
  padding: 0 45px;
  justify-content: space-between;
  }

.main-navi ul li { 
  font-size: 16px;
  font-family: 'Gilroy-Medium', sans-serif;
  list-style-type: none;
  }

.main-navi ul li a { color: #fff; }

.main-navi ul li a:hover { color: #e8b682; }

.nav-panel__link { 
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgb(255, 255, 255, 0.22);
  border-radius: 0 0 30px 0;
  }

.nav-panel__link img { 
  display: inline-block;
  width: 20px;
  vertical-align: top;
  }

.nav-panel__link a { 
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.nav-panel__link a:hover {
  color: #fff;
  text-decoration: none;
  }

/* section__panel */
.section__panel { 
  margin: 0 0 30px;
  }

/* small-title */
.small-title {
  display: block;
  margin: 0 0 30px;
  color: #2a2a2a;
  font-size: 40px;
  font-family: 'TrajanPro3Regular', sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  }

.section__panel .small-title { margin: 0 0 10px; }

.small-title.text-normal { text-transform: none; }

.small-title.white-color { color: #fff; }

.small-title strong { 
  position: relative;
  top: 5px;
  font-size: 60px;
  font-family: 'Gilroy-Black', sans-serif;
  letter-spacing: 5px;
  background: -moz-linear-gradient(top,  #878787 30%, #1d1d1d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #878787 30%,#1d1d1d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #878787 30%,#1d1d1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

.small-title.small-size strong { font-size: 55px; }

.small-title span { 
  color: #222;
  font-family: 'Gilroy-Thin', sans-serif;
  }

.small-title.small-size { font-size: 36px; }

.section__panel p { 
  color: #000;
  font-size: 20px;
  }

/* clients */
.clients { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 115px;
  }

.clients > li {
  margin: 0 0 30px; 
  padding: 0 15px;
  width: 50%;
  }

.clients__item { 
  position: relative;
  padding: 45px 45px 200px;
  height: 100%;
  min-height: 490px;
  border-radius: 0 20px 20px 20px;
  background-size: cover;
  background-position: center;
  }

/* gl-sm-title */
.gl-sm-title { 
  display: block;
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 30px;
  }

/* gl-list */
.gl-list { 
  margin: 0;
  padding: 0;
  }

.gl-list li { 
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 18px;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 24px;
  }

.gl-list li:last-child { margin: 0; }

.gl-list li:before { 
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0;
  background: #dfa168;
  border-radius: 100%;
  content: "";
  }

.clients__item .big-btn { 
  position: absolute;
  left: 45px;
  bottom: 45px;
  }

/* places */
.places { 
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  z-index: 5;
  }

.places li { 
  margin: 0 0 30px;
  padding: 0 8px;
  width: 25%;
  list-style-type: none;
  }

.places__item { 
  position: relative; 
  padding: 0 0 25px;
  }

.questions .places__item { 
  padding: 0;
  cursor: pointer;
  transition: .3s all;
  }

.questions .places__item:hover { 
  opacity: 0.8;
  }

.places__item img { 
  width: 100%;
  border-radius: 20px;
  }

.places__text { 
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 56px;
  bottom: 0;
  left: 15px;
  right: 15px;
  color: #1e1d1d;
  font-size: 17px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.1px;
  border: 1px solid #e3e0e0;
  background: url(../img/bg/places-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 5px;
  }

.places.changed .places__item img { 
  display: none;
  }

.places.changed .places__text { 
  position: static;
  }

/* ypes-furniture */
.section.types-furniture { 
  margin: -155px 0 0;
  padding: 240px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.types-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
  padding: 35px;
  background: #21201f;
  border-radius: 25px;
  }

.types-list > li { 
  padding: 15px;
  width: 50%;
  }

.type-item { 
  padding: 45px;
  height: 100%;
  min-height: 390px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }

.type-item__wrap { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  }

.type-item__col { 
  padding: 0 5px; 
  }

.type-item__col:first-child { 
  width: 60%; 
  }

.type-item__col:last-child { 
  width: 40%; 
  }

/* service */
.section.service { 
  padding: 120px 0 115px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  }

/* service-list */
.service-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  }

.service-list.indent-bt { 
  margin-bottom: 105px;
  }

.service-list > li {
  margin: 0 0 24px; 
  padding: 0 12px;
  width: 50%;
  list-style-type: none;
  }

.service-list__item { 
  display: flex;
  align-items: flex-end;
  padding: 72px 60px;
  height: 100%;
  min-height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }

.service-list > li:nth-child(1) .service-list__item { 
  border-radius: 25px 25px 0 25px;
  }

.service-list > li:nth-child(2) .service-list__item { 
  padding-bottom: 40px;
  border-radius: 25px 25px 25px 0;
  }

.service-list > li:nth-child(3) .service-list__item { 
  padding-bottom: 40px;
  border-radius: 25px 0 25px 25px;
  }

.service-list > li:nth-child(4) .service-list__item { 
  padding-bottom: 40px;
  border-radius: 0 25px 25px 25px;
  }

.gl-list.white-dec li:before { 
  background: #fff;
  }

.service-list__wrap { 
  position: relative;
  display: flex; 
  flex-wrap: wrap;
  margin: 0 -10px 15px;
  }

.service-list__col { 
  padding: 0 10px;
  width: 50%; 
  }

/* calculate */
.section.calculate { 
  position: relative;
  padding: 90px 0 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 6;
  }

.section.calculate .small-title { 
  margin: 0 0 50px;
  font-size: 36px; 
  line-height: 50px;
  }

.calculate-photo { 
  position: absolute;
  width: 1407px;
  left: 50%;
  bottom: -265px;
  transform: translateX(-50%);
  }

.calculate-photo img {
  width: 100%;
  }

.calculate-wrap { 
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
  }

/* gl-form */
.gl-form.small-size { 
  padding: 55px;
  width: 100%;
  max-width: 490px;
  background: #fff;
  border-radius: 25px;
  }

.gl-md-title { 
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 39px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.gl-form p {
  margin: 0 0 40px;
  color: #000;
  }

.gl-form fieldset { 
  margin: 0 0 25px;
  }

.gl-form fieldset:last-child { 
  margin: 0;
  }

.gl-form__phone dt { 
  color: #130d07;
  font-size: 16px;
  }

.gl-form__phone dd { 
  font-size: 35px;
  }

.gl-form__phone dd a { 
  color: #130d07;
  }

.btn-wrap { 
  position: relative;
  display: inline-block;
  vertical-align: top;
  }

.btn-wrap.full-size { 
  display: block;
  width: 100%;
  }

.btn-wrap:before { 
  position: absolute;
  display: block;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: -35px;
  background: url(../img/bg/shadow-btn.png) center no-repeat;
  content: "";
  }

.btn-wrap .btn { 
  position: relative;
  z-index: 5;
  }

.btn-wrap.full-size .btn { 
  width: 100%;
  }

.btn.big-size.changed { 
  padding: 30px 50px; 
  }


/* section.projects */
.section.projects { 
  padding: 150px 0 100px;
  background: url(../img/bg/projects-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

/* projects-wrap */
.projects-wrap { 
  margin: 0 -60px;
  padding: 40px 60px 60px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 40px 0 rgb(0, 0, 0, 0.09);
  }

/* project-navi */
.project-navi { 
  margin: 0 0 60px;
  }

.project-navi .swiper-button-next, 
.project-navi .swiper-button-prev { 
  width: 46px;
  height: 46px;
  color: #000;
  z-index: 15;
  transition: .3s all;
  }

.project-navi .swiper-button-next span, 
.project-navi .swiper-button-prev span { 
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  z-index: 50;
  }

.project-navi .swiper-button-next span { 
  background: url(../img/bg/right-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.project-navi .swiper-button-prev span { 
  background: url(../img/bg/left-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.project-navi .swiper-button-prev:before { 
  position: absolute;
  display: block;
  margin: -52px 0 0;
  width: 150px;
  height: 104px;
  top: 50%;
  left: -20px;
  transform: rotate(180deg);
  background: url(../img/bg/project-navi-dec-r.png) center no-repeat;
  background-size: 100%;
  content: '';
  z-index: 10;
  }

.project-navi .swiper-button-next:before { 
  position: absolute;
  display: block;
  margin: -52px 0 0;
  width: 150px;
  height: 104px;
  top: 50%;
  right: -20px;
  background: url(../img/bg/project-navi-dec-r.png) center no-repeat;
  background-size: 100%;
  content: '';
  z-index: 10;
  }

.project-navi .swiper-button-next:after, 
.project-navi .swiper-button-prev:after { 
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0px;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  z-index: 15;
  }

.project-navi .swiper-button-next { right: 0; }

.project-navi .swiper-button-prev { left: 0; }

.project-navi .swiper-button-next.swiper-button-disabled, 
.project-navi .swiper-button-prev.swiper-button-disabled { 
  visibility: hidden;
  opacity: 0;
  }

.project-navi .swiper-slide.active { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  }

.project-navi .swiper-slide {
  background: #ebebeb;
  border-radius: 20px;
  transition: .3s all;
  cursor: pointer;
  }

.project-navi .swiper-slide a { 
  display: block;
  padding: 25px 40px;
  }

.project-navi .swiper-slide span { 
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  }

.project-navi .swiper-slide.active span { 
  font-family: 'Gilroy-Bold', sans-serif;
  }

/* project-info */
.project-info { 
  display: flex;
  }

/* projec-slider */
.projec-slider { 
  margin: 0 40px 0 0;
  width: 667px;
  min-width: 667px;
  }

.project-slider__big { 
  margin: 0 0 17px;
  }

.project-slider__big img { 
  width: 100%;
  border-radius: 20px;
  }

.project-slider__small img { 
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  }

.project-slider__big-wrap { 
  position: relative;
  }

.project-slider__big-wrap .swiper-button-next, 
.project-slider__big-wrap .swiper-button-prev { 
  width: 46px;
  height: 46px;
  color: #000;
  z-index: 15;
  transition: .3s all;
  }

.project-slider__big-wrap .swiper-button-next span, 
.project-slider__big-wrap .swiper-button-prev span { 
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  z-index: 50;
  }

.project-slider__big-wrap .swiper-button-next span { 
  background: url(../img/bg/right-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.project-slider__big-wrap .swiper-button-prev span { 
  background: url(../img/bg/left-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.project-slider__big-wrap .swiper-button-next:after, 
.project-slider__big-wrap .swiper-button-prev:after { 
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0px;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  z-index: 15;
  }

.project-slider__big-wrap .swiper-button-next { right: -23px; }

.project-slider__big-wrap .swiper-button-prev { left: -23px; }

.project-slider__big-wrap .swiper-button-next.swiper-button-disabled, 
.project-slider__big-wrap .swiper-button-prev.swiper-button-disabled { 
  opacity: 1;
  }

.project-slider__big-wrap .swiper-button-next.swiper-button-disabled:after, 
.project-slider__big-wrap .swiper-button-prev.swiper-button-disabled:after { 
  background: #f4f4f4;
  }

/* project-info__description */
.project-info__description { flex-grow: 1; }

.project-info__request { 
  margin: 0 0 30px -15px;
  padding: 32px 48px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  }

.project-info .gl-md-title { 
  margin: 0 0 20px;
  font-size: 30px; 
  }

.project-info__request .project-info__text { margin: 0; }

.project-info__text.border-bt { 
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #c7c7c7;
  }

.project-info__text { 
  margin: 0 0 15px;
  }

.project-info__text dt { 
  margin: 0 0 5px;
  color: #9d9d9d;
  font-size: 17px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.project-info__text dd { 
  color: #000;
  }

.project-info__text dd span { 
  font-size: 20px;
  line-height: 26px;
  }

.project-info__text dd small { 
  font-size: 17px;
  line-height: 24px;
  }

.user-review { 
  display: flex;
  align-items: center;
  }

.user-review__photo { 
  position: relative;
  margin: 0 30px 0 0;
  width: 212px;
  min-width: 212px;
  }

.user-review__btn { 
  position: absolute;
  margin: -44px 0 0 -44px;
  width: 88px;
  height: 88px;
  top: 50%;
  left: 50%;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  box-shadow: 0 13px 32px 0 rgb(0, 0, 0, 0.59);
  content: "";
  }

.user-review__btn:hover { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

.user-review__btn:before { 
  position: absolute;
  display: block;
  margin: -14px 0 0 -11px;
  width: 22px;
  height: 28px;
  top: 50%;
  left: 50%;
  background: url(../img/bg/play-i.png) top center no-repeat;
  background-size: 100%;
  content: "";
  }

.user-review__photo img { 
  width: 100%;
  border-radius: 25px;
  }

.user-review__description { 
  flex-grow: 1;
  }

.user-review__description span { 
  position: relative;
  display: block;
  color: #000;
  font-size: 21px;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 28px;
  }

.user-review__description span:before { 
  position: absolute;
  display: block;
  width: 76px;
  height: 64px;
  top: -45px;
  left: -15px;
  background: url(../img/bg/quote-i.png) top center no-repeat;
  background-size: 100%;
  content: "";
  }

/* info-list */
.info-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  }

.info-list li { 
  padding: 13px;
  width: 50%;
  }

.info-list__item { 
  padding: 60px;
  height: 100%;
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  }

.info-list__item p {
  margin: 0; 
  color: #fff;
  }

/* request */
.section.request { 
  padding: 90px 0 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }

/* request-form */
.request-form { 
  position: relative;
  padding: 75px 240px 80px 95px;
  background: #fff;
  border-radius: 25px;
  }

.request-form:after { 
  position: absolute;
  display: block;
  width: 414px;
  height: 461px;
  right: 65px;
  bottom: 0;
  background: url(../img/src/request-form-img.jpg) center no-repeat;
  content: "";
  }

.request-form__in { 
  position: relative;
  z-index: 5;
  }

.request-form p {
  margin: 0 0 50px; 
  color: #000;
  }

.request-form__wrap {
  display: flex;
  }

.request-form__col:first-child { 
  margin: 0 30px 0 0;
  width: 520px;
  }

.request-form__col:last-child { 
  flex-grow: 1;
  }

.request-form__list li { 
  margin: 0 0 26px;
  list-style-type: none;
  }

.request-form__list li:last-child { margin: 0; }

/* form */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  margin: 0;
  padding: 38px 40px;
  width: 100%;
  vertical-align: top;
  color: #130d07;
  font-size: 16px;
  font-family: 'Gilroy-Regular', sans-serif;
  background: #eaeaea;
  border: 0;
  border-radius: 5px;
  outline: none;
  transition: .3s background;
  }

textarea { 
  height: 224px;
  overflow: auto;
  resize: none;
  }

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder { 
  color: #130d07;
  opacity: 1;
  outline: none;
  }

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
  color: #130d07;
  opacity: 1;
  outline: none;
  }

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search],
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus { 
  background: #e3e3e3;
  outline: none;
  } 

.request-form .btn { width: 100%; }

/* gallery-list */
.gallery-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  }

.gallery-list li { 
  padding: 15px;
  width: 50%;
  }

.gallery-list__item img { 
  width: 100%;
  border-radius: 25px;
  }

/* success-form */
.success-form { 
  display: flex;
  }

.success-form__left-col { 
  margin: 0 25px 0 0;
  width: 434px;
  min-width: 434px;
  }

.success-form fieldset { 
  margin: 0 0 16px;
  }

.success-form fieldset:last-child { 
  margin: 0;
  }

.success-form .btn.changed { 
  padding: 30px;
  width: 100%;
  letter-spacing: normal;
  }

.notification { 
  padding: 28px 30px;
  width: 276px;
  text-align: center;
  background: #a5a5a3; /* Old browsers */
  background: -moz-linear-gradient(top,  #a5a5a3 0%, #bdbbb9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #a5a5a3 0%,#bdbbb9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #a5a5a3 0%,#bdbbb9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a3', endColorstr='#bdbbb9',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  }

.notification__icon { 
  margin: 0 auto 15px;
  width: 55px;
  }

.notification__icon img { 
  width: 100%;
  }

.notification__text { 
  display: block;
  color: #130d07;
  font-size: 16px;
  line-height: 20px;
  }

/* product-info */
.product-info { 
  position: relative;
  margin: 0 -68px;
  padding: 35px 68px 50px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  z-index: 10;
  }

/* bread-crumbs */
.bread-crumbs { 
  display: flex;
  margin: 0 0 40px;
  }

.bread-crumbs li { 
  margin: 0 5px 0 0;
  font-size: 14px;
  font-family: 'Gilroy-Light', sans-serif;
  }

.bread-crumbs li:last-child { 
  margin: 0; 
  }

.bread-crumbs li span { 
  margin: 0 0 0 5px; 
  }

.bread-crumbs .active { 
  font-family: 'Gilroy-Bold', sans-serif; 
  }

.bread-crumbs li a { 
  color: #000; 
  }

.product-info__in { 
  display: flex;
  }

.product-info-slider { 
  margin: 0 45px 0 0;
  max-width: 600px;
  width: 600px;
  }

.product-info-slider__big { 
  margin: 0 0 30px; 
  }

.product-info-slider__big .swiper-slide { 
  padding: 0 0 1px;
  }

.product-info-slider__big img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  }

.product-info-slider__small .swiper-slide { 
  padding: 0 0 1px;
  }

.product-info-slider__small img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  }

.product-info__description { flex-grow: 1; }

.product-info__widget { 
  margin: 0 0 45px;
  padding: 35px 40px 60px;
  border: 1px solid #0f0f0f;
  border-radius: 20px;
  }

.product-info__widget .gl-md-title { 
  margin: 0 0 30px;
  font-size: 30px;
  }

.product-info__widget p { 
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy-Light';
  }

.product-info__list { 
  color: #000;
  font-size: 15px;
  font-family: 'Gilroy-Light';
  line-height: 22px;
  }

.product-info__price { 
  margin: 0 0 30px;
  }

.product-info__price dt { 
  margin: 0 0 10px;
  font-size: 15px;
  }

.product-info__price del { 
  display: block;
  margin: 0 0 3px;
  font-size: 20px;
  }

.product-info__price span { 
  display: block;
  font-size: 28px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.product-info__col { 
  display: flex;
  justify-content: space-between;
  }

.product-info__form { 
  width: 372px;
  min-width: 372px;
  }

.product-info__form fieldset { 
  margin: 0 0 15px;
  }

.product-info__form fieldset:last-child { 
  margin: 0;
  }

.product-info__form .btn { 
  padding: 25px;
  width: 100%;
  font-size: 19px;
  line-height: 24px;
  }

.gl-checkbox { 
  display: flex;
  align-items: center;
  }

.gl-checkbox input {
  position: relative;
  margin: 0 7px 0 0;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #c7c6c6;
  border-radius: 3px;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }

.gl-checkbox input:before {
  position: absolute;
  display: block;
  margin: -3px 0 0 -4px;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 6px;
  background: url(../img/bg/check-i.png) center no-repeat;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  }

.gl-checkbox input:checked:before { opacity: 1; }

.gl-checkbox label { 
  color: #000;
  font-size: 12px;
  font-family: 'Gilroy-Light', sans-serif;
  }

.gl-checkbox label a { text-decoration: underline; }

.download-link { 
  display: block;
  margin: 0 0 0 30px;
  }

.download-link img { 
  position: relative;
  margin: 0 0 10px;
  left: -5px;
  }

.download-link span { 
  display: block;
  color: #130d07;
  font-size: 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-decoration: underline;
  line-height: 22px;
  }

.download-link:hover span { 
  text-decoration: none;
  }

.download-link small { 
  display: block;
  color: #130d07;
  font-size: 15px;
  line-height: 22px;
  }

/* solution */
.solution { 
  display: flex;
  margin: 0 -7px 125px;
  }

.solution > li { 
  padding: 0 7px;
  width: 33.33%;
  }

.solution__item { 
  padding: 35px 45px;
  min-height: 525px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 25px 25px 25px;
  }

.solution__list li { 
  position: relative;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  }

.solution__list li:before { 
  position: absolute;
  display: block;
  margin: -4px 0 0;
  width: 10px;
  height: 8px;
  top: 50%;
  left: 0;
  background: url(../img/bg/check-i-w.png) top center no-repeat;
  content: "";
  }

/* order-details-wpar */
.order-details-wpar { 
  position: relative;
  margin: 0 -135px 120px;
  padding: 0 0 10px;
  }

.order-details-wpar:before { 
  position: absolute;
  display: block;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 0;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 25px;
  content: "";
  }

.order-details-left-dec { 
  position: absolute;
  bottom: 20px;
  left: -230px;
  }

.order-details-right-dec { 
  position: absolute;
  width: 494px;
  top: -285px;
  right: -260px; 
  }

.order-details-right-dec img { width: 100%; }

.order-details-form { 
  position: relative;
  padding: 115px 570px 135px 135px;
  border: 1px solid rgb(0, 0, 0, 0.14);
  background: url(../img/bg/order-details-form-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 25px;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  z-index: 3;
  }

.order-details-form__photo { 
  position: absolute;
  right: 50px;
  bottom: 37px;
  }

.order-details-form__in { 
  position: relative;
  z-index: 5;
  }

.order-details-form .gl-md-title { 
  margin: 0 0 20px;
  font-size: 34px;
  }

.order-details-form p { 
  font-size: 20px; 
  }

.order-details-form .gl-form fieldset { 
  margin: 0 0 40px;
  }

.order-details-form .gl-form fieldset:last-child { 
  margin: 0;
  }

.order-details-form__list { 
  display: flex;
  margin: 0 -6px;
  }

.order-details-form__list li { 
  padding: 0 6px;
  width: 50%;
  list-style-type: none;
  }

.order-details-form input { 
  background: #fff; 
  }

.order-details-form input:focus { 
  background: #fcfcfc;
  }

.order-details-form .btn-wrap { 
  width: 100%; 
  }

.order-details-form .btn.big-size { 
  padding: 38px;
  width: 100%;
  text-align: center;
  }

/* quality-assessment */
.quality-assessment { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  }

.quality-assessment.indent-bt { 
  margin-bottom: 130px;
  }

.quality-assessment > li { 
  padding: 0 15px;
  width: 50%;
  list-style-type: none;
  }

.quality-assessment__item { 
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  padding: 60px 65px 65px;
  height: 100%;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  }

.quality-assessment__col { 
  width: 100%;
  }

.quality-assessment__number { 
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 65px;
  color: #000;
  font-size: 26px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 100%;
  content: "";
  }

.quality-assessment__item p { 
  color: #fff;
  font-size: 20px;
  }

.quality-assessment__item .gl-list { 
  margin: 0 0 30px;
  }

.quality-assessment__item .btn { 
  text-align: center;
  }

/* steps */
.section.steps { 
  background-size: cover;
  background-position: top center;
  background-size: cover;
  }

.section.steps .title { 
  margin: 0 0 60px;
  font-size: 40px;
  }

/* advantages */
.advantages { 
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  }

.advantages li { 
  list-style-type: none;
  }

.advantages__item { 
  display: flex;
  }

.advantages__icon { 
  position: relative;
  margin: 0 15px 0 0;
  }

.advantages li:nth-child(1) .advantages__icon { 
  margin-top: -5px;
  }

.advantages li:nth-child(2) .advantages__icon {  
  margin-top: -25px;
  }

.advantages li:nth-child(3) .advantages__icon { 
  margin-top: -40px;
  }

.advantages__description { 
  flex-grow: 1;
  }

.advantages__description p { 
  margin: 0;
  color: #fff;
  font-size: 16px;
  }

/* questions */
.questions { 
  position: relative;
  margin: 0 -65px;
  padding: 0 0 10px;
  }

.questions:before { 
  position: absolute;
  display: block;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: 0;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  background: #f2f2f2;
  border-radius: 25px;
  content: "";
  }

.questions.first.hide { 
  display: none;
  }

.questions.second { 
  display: none;
  }

.questions.second.show { 
  display: block;
  }

.questions.third { 
  display: none;
  }

.questions.third.show { 
  display: block;
  }

.questions.fourth { 
  display: none;
  }

.questions.fourth.show { 
  display: block;
  }

.questions__in { 
  position: relative;
  padding: 45px 65px 40px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  z-index: 5;
  }

/* steps-panel */
.steps-panel { 
  margin: 0 0 70px;
  }

.steps-panel__text { 
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.steps-panel__text span { font-family: 'Gilroy-Regular', sans-serif; }

.progress-bar {
  position: relative;
  width: 100%; 
  height: 14px;
  background: #ebebeb;
  border-radius: 10px;
  }

.progress-bar__in { 
  position: absolute;
  height: 14px;
  top: 0;
  left: 0;
  background: #f2b176;
  border-radius: 10px;
  }

/* questions__title */
.questions__title { 
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  }

.questions__title__number { 
  margin: 0 30px 0 0;
  width: 44px;
  height: 44px;
  color: #130d07;
  font-size: 14px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-align: center;
  line-height: 44px;
  background: #ebebeb;
  border-radius: 100%;
  }

.questions__title__text { 
  display: block;
  flex-grow: 1;
  color: #130d07;
  font-size: 23px;
  }

/* questions__bottom-panel */
.questions__bottom-panel { 
  position: relative;
  display: flex;
  justify-content: flex-end;
  }

.questions__notification { 
  position: absolute;
  padding: 20px;
  width: 300px;
  right: 0;
  bottom: -100px;
  border: 1px solid #e8b682;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  }

.questions__notification.show { 
  opacity: 1;
  visibility: visible;
  }

.questions__notification:before { 
  position: absolute;
  display: block;
  margin: 0 0 0 -12px;
  top: -24px;
  left: 50%;
  border: 12px solid transparent; border-bottom: 12px solid #fff;
  content: "";
  z-index: 5;
  }

.questions__notification:after { 
  position: absolute;
  display: block;
  margin: 0 0 0 -12.5px;
  top: -26px;
  left: 50%;
  border: 13px solid transparent; border-bottom: 13px solid #e8b682;
  content: "";
  }

.questions__notification__text { 
  font-size: 14px;
  }

.btn.arrow-r-i { 
  position: relative;
  padding: 25px 65px 25px 35px;
  border-radius: 40px;
  }

.btn.arrow-r-i:after { 
  position: absolute;
  display: block;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 35px;
  background: url(../img/bg/right-arrow.png) center no-repeat;
  background-size: 100%;
  content: "";
  }

/* acquisition-format */
.acquisition-format { 
  display: flex;
  align-items: flex-end;
  margin: 0 -32px 100px ;
  }

.acquisition-format li { 
  padding: 0 32px;
  width: 33.33%;
  list-style-type: none;
  }

.acquisition-format__item { 
  transition: .3s opacity;
  }

.acquisition-format__item:hover { 
  opacity: 0.8;
  }

.acquisition-format__photo { 
  position: relative; 
  cursor: pointer;
  }

.acquisition-format__photo:before { 
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  content: "";
  }

.acquisition-format__photo__in { 
  position: absolute;
  padding: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  }

.acquisition-format__info { 
  display: inline-block;
  margin: 0 0 20px;
  padding: 12px 15px;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  }

.acquisition-format__photo img { 
  width: 100%;
  border-radius: 25px;
  }

.acquisition-format__text { 
  display: inline-block;
  padding: 12px 15px;
  vertical-align: top;
  color: #130d07;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  border-radius: 10px;
  }

.acquisition-format__text.text-center { 
  position: absolute;
  margin: -23px 0 0;
  top: 50%;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  }

/* deadlines */
.deadlines { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 120px;
  }

.deadlines li { 
  padding: 0 8px;
  width: 25%;
  }

.deadlines__item { 
  transition: .3s opacity;
  cursor: pointer;
  }

.deadlines__item:hover { 
  opacity: 0.8;
  }

.deadlines__photo { 
  position: relative;
  }

.deadlines__photo img { 
  width: 100%;
  border-radius: 20px;
  }

.deadlines__photo:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  content: "";
  }

.deadlines__text-wrap { 
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  }

.deadlines__text {
  display: inline-block;
  padding: 12px 15px;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  }

/* contact-form */
.contact-form .questions__in { 
  background: url(../img/src/contact-form-bg.jpg) center no-repeat #fff;
  background-size: cover;
  }

.contact-form .gl-md-title { 
  margin: 0 0 45px;
  }

.offers-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
  max-width: 600px;
  }

.offers-list li { 
  margin: 0 0 35px;
  padding: 0 40px 0 0;
  width: 50%;
  } 

.offers-list__item { 
  display: flex;
  align-items: center;
  }

.offers-list__icon { 
  margin: 0 10px 0 0;
  min-width: 40px;
  }

.offers-list__icon img { 
  width: 100%;  
  }

.offers-list__info { 
  flex-grow: 1;
  }

.offers-list__text { 
  display: block;
  font-size: 16px;
  line-height: 20px;
  }

.contact-form form { 
  display: flex;
  max-width: 800px;
  }

.contact-form fieldset {
  padding: 0 25px 0 0;
  width: 50%;
  }

.contact-form input.white-color { 
  border: 1px solid #d2d3d3;
  background: #fff;
  }

.contact-form .btn-wrap { margin: 0 0 15px; }

.contact-form .btn.big-size { 
  padding: 28px 30px;
  font-size: 17px; 
  }

.contact-form .gl-checkbox { margin: 0 0 0 10px; }

/* catalog */
.section.catalog { 
  background: url(../img/bg/catalog-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

/* cursor-icon */
.cursor-icon { 
  display: none;
  justify-content: center;
  }

/* catalog-info */
.catalog-info-wrap { 
  margin-bottom: 25px;
  }

.catalog-info { 
  display: flex;
  margin: 0 -9px;
  }

.catalog-info li { 
  padding: 0 9px;
  width: 25%;
  }

.catalog-info__item { 
  position: relative;
  }

.catalog-info__item img { 
  width: 100%;
  border-radius: 10px;
  }

.catalog-info__text { 
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 22px;
  }

/* directions-product */
.directions-product { 
  margin: 0 0 35px;
  }

.directions-product__item { 
  padding: 7px 0;
  cursor: pointer;
  border-radius: 5px;
  }

.directions-product__item.active { 
  background: rgb(0, 0, 0, 0.05);
  }

.directions-product__img { 
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 10px;
  min-height: 88px;
  }

.directions-product__text {
  display: block;
  color: #000; 
  font-size: 13px;
  text-align: center;
  }

/* filters */
.filters { 
  display: flex;
  margin: 0 0 15px;
  padding: 5px 2px;
  border: 1px solid rgb(0, 0, 0, 0.19);
  border-radius: 15px;
  }

.filters li { 
  padding: 0 4px;
  width: 25%;
  }

.gl-select { 
  position: relative;
  background: rgb(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: .3s all;
  }

.gl-select:after { 
  position: absolute;
  display: block;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 24px;
  background: url(../img/bg/down-arrow.png) center no-repeat;
  background-size: 100%;
  content: "";
  }

.gl-select:hover { 
  background: rgb(255, 255, 255, 0.15);
  box-shadow: 0 13px 32px 0 rgb(0, 0, 0, 0.059);
  } 

.gl-select select {
  position: relative;
  margin: 0; 
  padding: 0 45px 0 15px;
  width: 100%;
  height: 46px;
  vertical-align: top;
  color: #000;
  font-size: 14px;
  font-family: 'Gilroy-Regular', sans-serif;
  border: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 5;
  }

/* tags */
.tags { 
  display: flex;
  margin: 0 0 55px;
  padding: 0 10px;
  }

.tags dt { 
  margin: 0 10px 0 0;
  font-size: 14px;
  opacity: 0.63;
  }

.tags dd { 
  margin: 0 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  }

.tags dd a { 
  color: #000;
  text-decoration: underline;
  }

.tags dd a:hover { 
  text-decoration: none;
  }

/* product-list */
.product-list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 5px;
  }

.product-list > li { 
  margin: 0 0 25px;
  padding: 0 4px;
  width: 25%;
  }

.product-item { 
  padding: 10px 10px 25px;
  background: #f3f3f3;
  border-radius: 10px;
  transition: .3s all;
  }

.product-item:hover { 
  background: #dcdcdc;
  box-shadow: 0 13px 54px 0 rgb(0, 0, 0, 0.09);
  }

.product-item__photo { 
  position: relative;
  margin: 0 0 20px; 
  }

.product-item__photo img { 
  width: 100%;
  border-radius: 10px;
  }

.product-item__stickers { 
  position: absolute;
  display: flex;
  top: 8px;
  left: 8px;
  z-index: 30;
  }

.product-item__stickers li { 
  margin: 0 5px 0 0;
  list-style-type: none;
  }

.product-item__stickers li:last-child { 
  margin: 0;
  }

.product-item__sticker { 
  position: relative;
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  background: #e33a28;
  border-radius: 5px;
  }

.product-item__sticker.hot { 
  padding-left: 23px;
  background: #fc9026;
  }

.product-item__sticker.hot:before { 
  position: absolute;
  display: block;
  margin: -7px 0 0;
  width: 11px;
  height: 13px;
  top: 50%;
  left: 8px;
  background: url(../img/bg/hot-i.png) center no-repeat;
  content: "";
  }

.product-item__description { 
  padding: 0 15px;
  }

.product-item__title { 
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.product-item__title a { color: #1c1c1c; }

.product-item__description p { 
  margin: 0 0 20px;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 22px;
  }

.product-item__price { 
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  }

.product-item__price del { 
  display: block;
  margin: 0 0 5px;
  font-size: 15px;
  }

.product-item__price span { 
  display: block;
  font-size: 21px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

/* bottom-panel */
.bottom-panel { 
  display: flex;
  justify-content: center;
  }

/* more-btn */
.more-btn { 
  position: relative;
  display: inline-block;
  padding: 25px 45px;
  vertical-align: top;
  color: #130d07;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  text-align: center;
  border: 1px solid #e4b78e;
  border-radius: 40px;
  transition: .3s all;
  }

.more-btn:hover { 
  color: #130d07;
  background: #e4b78e;
  }

.more-btn.arrow-down { 
  padding-right: 65px;
  }

.more-btn.arrow-down:after { 
  position: absolute;
  display: block;
  margin: -7px 0 0;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 40px;
  background: url(../img/bg/down-arrow.png) center no-repeat;
  background-size: 100%;
  content: "";
  }

/* catalog-form */
.section.catalog-form { 
  padding: 70px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.section.catalog-form .title { 
  margin: 0 0 50px;
  }

.section.catalog-form .gl-md-title { 
  font-size: 32px;
  }

.catalog-form__photo { 
  position: absolute;
  right: -110px;
  bottom: -50px;
  }

.section.catalog-form .btn.changed small { font-size: 19px; }

/* gray-bg */
.section.gray-bg { 
  background: url(../img/bg/gray-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

/* gl-tabs */
.gl-tabs.indent-bt { margin: 0 0 115px; }

/* gl-tabs__nav */
.gl-tabs__nav { 
  margin: 0 0 30px;
  padding: 4px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  }

.gl-tabs__nav ul { 
  display: flex;
  justify-content: space-between;
  }

.gl-tabs__nav li { 
  font-size: 20px;
  list-style-type: none;
  }

.gl-tabs__nav a { 
  display: block;
  padding: 0 20px;
  color: #000;
  line-height: 54px;
  border-radius: 10px;
  }

.gl-tabs__nav .active { 
  font-family: 'Gilroy-Bold', sans-serif;
  }

.gl-tabs__nav .active a { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  }

/* gl-tabs__col */
.gl-tabs__col { 
  display: flex;
  align-items: flex-start;
  }

/* photo-slider */
.photo-slider.swiper { 
  margin: 0;
  min-width: 765px;
  width: 100%;
  }

.photo-slider img { 
  width: 100%;
  border-radius: 20px;
  }

/* .gl-tabs__button { 
  position: absolute;
  width: 125px;
  height: 46px;
  left: 35px;
  bottom: 28px;
  }*/

.gallery-slder__nav { 
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 120px;
  height: 50px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  z-index: 30;
  border-radius: 30px;
  }

.gallery-slder__nav .swiper-button-next { 
  position: static;
  margin: 0;
  background: url(../img/bg/right-s-arrow.png) center no-repeat;
  background-size: 100%;
  }

.gallery-slder__nav .swiper-button-next:after { 
  display: none;
  }

.gallery-slder__nav .swiper-button-prev { 
  position: static;
  margin: 0;
  background: url(../img/bg/left-s-arrow.png) center no-repeat;
  background-size: 100%;
  }

.gallery-slder__nav .swiper-button-prev:after { 
  display: none;
  }

.gallery-slder__nav .swiper-pagination { 
  position: static;
  }

.photo-slider__next.swiper-button-next, 
.photo-slider__prev.swiper-button-prev { 
  margin: 0;
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  }

.photo-slider__next.swiper-button-next { 
  right: 10px;
  }

.photo-slider__prev.swiper-button-prev { 
  left: 10px;
  }

.photo-slider__next.swiper-button-next:after, 
.photo-slider__prev.swiper-button-prev:after { 
  display: block;
  width: 46px;
  height: 46px;
  font-size: 0px;
  }

.photo-slider__next.swiper-button-next:after { 
  background: url(../img/bg/right-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.photo-slider__prev.swiper-button-prev:after { 
  background: url(../img/bg/left-s-arrow.png) center no-repeat;
  background-size: 16px;
  }

.photo-slider__next.swiper-button-next.swiper-button-disabled, 
.photo-slider__prev.swiper-button-prev.swiper-button-disabled { 
  background: #fff;
  opacity: 1;
  }

/* content-slider */
.content-slider.swiper { 
  margin: 0 0 0 30px;
  }

/* gl-tabs__description */
.gl-tabs__description {
  padding: 0 0 30px;
  }

/* gl-tabs__widget */
.gl-tabs__widget { 
  margin: 0 0 45px;
  padding: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 0 25px 25px 25px;
  }

.gl-tabs__title {   
  display: block;
  margin: 0 0 30px;
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.gl-tabs__list li { 
  margin: 0 0 5px;
  font-size: 20px;
  list-style-type: none;
  }

.gl-tabs__list li:last-child { 
  margin: 0;
  }

.gl-tabs__list li strong { 
  font-family: 'Gilroy-Bold', sans-serif;
  } 

/* price */
.price { 
  margin: 0 0 40px;
  padding: 0 0 0 50px;
  }

.price span { 
  display: block;
  font-size: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.price small { 
  display: block;
  font-size: 20px;
  }

.gl-tabs__description .btn-wrap { 
  width: 100%;
  }

.gl-tabs__description .btn { 
  width: 100%;
  text-align: center;
  }

/* info */
.section.info { 
  padding: 110px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.info-widget { 
  padding: 80px 100px;
  max-width: 800px;
  background: rgb(0, 0, 0, 0.42);
  border-radius: 25px;
  }

.info-widget__list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  }

.info-widget__list li { 
  padding: 20px 30px;
  width: 33.33%;
  }

.info-widget__icon { 
  margin: 0 0 20px;
  min-height: 75px;
  }

.info-widget__text { 
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  }

/* b-de */
.section.b-dec { 
  background: url(../img/bg/b-dec-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

.section.b-dec:before {
  display: block;
  position: absolute;
  width: 260px;
  height: 519px;
  top: 670px;
  left: 0;
  background: url(../img/bg/section-dec1.png) bottom right no-repeat;
  content: "";
  }

.section.b-dec:after {
  display: block;
  position: absolute;
  width: 219px;
  height: 511px;
  top: 1300px;
  right: 0;
  background: url(../img/bg/section-dec2.png) bottom right no-repeat;
  content: "";
  }

/* work-info */
.work-info { 
  position: relative;
  margin: 0 -70px 85px;
  padding: 0 75px 70px 70px;
  }

.work-info:before { 
  position: absolute;
  display: block;
  width: 165px;
  top: 29px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-radius: 25px 0 0 25px;
  content: "";
  }

.work-info:after { 
  position: absolute;
  display: block;
  width: 165px;
  top: 29px;
  bottom: 0;
  right: 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-radius: 0 25px 25px 0;
  content: "";
  }

.work-info__in { 
  position: relative;
  z-index: 5;
  }

.work-info__in:after { 
  position: absolute;
  display: block;
  height: 1px;
  bottom: -70px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #bfbfbf;
  content: "";
  }

.work-info__top-panel { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 45px;
  }

.work-stage { 
  display: inline-block;
  padding: 0 54px;
  vertical-align: top;
  font-size: 25px;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 58px;
  background: #ebc5a1;
  border-radius: 10px;
  }

.work-info__top-panel .work-stage { 
  margin: 0 25px 0 0;
  }

.work-text { 
  display: block;
  font-size: 25px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.work-info__list { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  }

.work-info__list > li { 
  padding: 0 14px;
  width: 50%;
  }

.work-info__list > li:first-child { 
  margin: 0 0 28px;
  }

.work-info__list > li.full-size { 
  width: 100%;
  }

.work-info__list__item { 
  padding: 85px 100px;
  height: 100%;
  min-height: 365px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  }

.work-info__title { 
  display: block;
  margin: 0 0 20px;
  color: #fff;
  font-size: 34px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.work-info__list__item p { 
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  }

.work-info__list__item p.left-dec { 
  position: relative;
  padding: 0 0 0 60px;
  }

.work-info__list__item p.left-dec:before { 
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  top: 15px;
  left: 0;
  background: #fff;
  content: "";
  }

/* work-list */
.work-list > li { 
  margin: 0 0 90px;
  }

.work-list > li:last-child { 
  margin: 0;
  }

.work-list__item { 
  padding: 0 110px 90px;
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  }

.work-list__item .work-stage { 
  margin: -28px 0 45px;
  }

.work-list__info__item { 
  display: flex;
  align-items: center;
  }

.work-list__info___icon { 
  margin: 0 15px 0 0;
  }

.work-list__info__text { 
  display: block;
  }

.work-list__info { 
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  }

.work-list__info__text { 
  display: block;
  flex-grow: 1;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  }

.work-list__item p { 
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  }

/* project-form */
.section.project-form { 
  padding: 150px 0 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.project-form__in { 
  padding: 75px 85px 95px;
  background: #fff;
  border-radius: 25px;
  }

.project-form__photo { 
  position: absolute;
  right: 80px;
  bottom: 0;
  }

.project-form__content { 
  position: relative;
  z-index: 5;
  }

.project-form__title { 
  display: block;
  margin: 0 0 20px;
  font-size: 38px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.project-form__title span { 
  font-family: 'Gilroy-Regular', sans-serif;
  }

.project-form__content p { 
  margin: 0 0 40px;
  color: #000;
  font-size: 18px;
  }

.project-form__content form { 
  display: flex;
  margin: 0 0 20px;
  }

.project-form__content fieldset:first-child { 
  margin: 0 35px 0 0;
  min-width: 375px;
  } 

.project-form__content .btn.big-size.changed { 
  padding: 36px 30px;
  }

.project-form__phone { 
  display: flex;
  align-items: center;
  }

.project-form__phone dt { 
  margin: 0 20px 0 0;
  font-size: 16px;
  }

.project-form__phone dd { 
  font-size: 28px;
  }

.project-form__phone dd a { 
  color: #000;
  }

/* section */
.section.white-dec {  
  background: url(../img/bg/white-bg.jpg) top center no-repeat;
  background-size: 100%;
  }

/* production */
.production { 
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 75px;
  }

.production > li {
  margin: 0 0 25px;
  padding: 0 8px; 
  width: 50%;
  list-style-type: none;
  }

.production__item { 
  display: flex;
  align-items: flex-end;
  padding: 60px;
  height: 100%;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 25px 25px 25px;
  }

/* warranty */
.warranty { 
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  }

.warranty > li { 
  padding: 0 15px;
  }

.warranty__icon { 
  margin: 0 0 10px;
  min-height: 126px; 
  }

.warranty__title { 
  display: block;
  margin: 0 0 10px;
  font-size: 19px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.warranty .gl-list li { 
  color: #130d07;
  }

/* leader */
.section.leader { 
  padding: 120px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

/* leader-col */
.leader-col { 
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 90px;
  }

.leader__photo { 
  position: absolute;
  left: -150px;
  bottom: 0;
  }

.leader__photo.mob-b { 
  display: none;
  }

.leader__mov { 
  position: absolute;
  top: 400px;
  left: 185px;
  }

.eader__mov__play { 
  position: relative;
  display: block;
  margin: 0 0 30px;
  width: 223px;
  height: 224px;
  background: url(../img/bg/play-dec.png) 0 0 no-repeat;
  }

.eader__mov__play:before { 
  position: absolute;
  margin: -80px 0 0 -80px;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  box-shadow: 0 13px 32px 0 rgb(0, 0, 0, 0.14);
  content: "";
  }

.eader__mov__play:hover:before { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

.eader__mov__play:after {   
  position: absolute;
  display: block;
  margin: -26px 0 0 -16px;
  width: 41px;
  height: 51px;
  top: 50%;
  left: 50%;
  background: url(../img/bg/play-i-big.png) center no-repeat;
  background-size: 100%;
  content: "";
  }

.eader__mov__text { 
  position: relative;
  padding: 25px 40px;
  max-width: 270px;
  left: -23px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 13px 32px 0 rgb(0, 0, 0, 0.18);
  }

.eader__mov__text:before { 
  position: absolute;
  display: block;
  margin: 0 0 0 -14px;
  top: -28px;
  left: 50%;
  border: 14px solid transparent; border-bottom: 14px solid #fff;
  content: "";
  }

.eader__mov__text span { 
  display: block;
  font-size: 18px;
  line-height: 26px;
  }

.eader__mov__text span strong { 
  font-family: 'Gilroy-Bold', sans-serif;
  }

.leader__description { 
  position: relative;
  max-width: 620px;
  z-index: 10;
  }

.section.leader .small-title { 
  color: #e8b682;
  }

.leader__name { 
  display: block;
  margin: 0 0 50px;
  font-size: 33px;
  font-family: 'Gilroy-Bold', sans-serif;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #aaaaaa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#aaaaaa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#aaaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

.leader__advantages { 
  position: relative;
  margin: 0 0 40px;
  padding: 55px;
  background: #fff;
  border-radius: 20px;
  }

.leader__advantages:before { 
  position: absolute;
  display: block;
  top: 18px;
  bottom: 18px;
  left: 18px;
  right: 18px;
  border: 1px solid #e8b682;
  border-radius: 20px;
  content: "";
  }

.leader__advantages ul { 
  position: relative;
  z-index: 5;
  }

.leader__advantages li { 
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  list-style-type: none;
  }

.leader__advantages li:last-child { 
  margin: 0;
  }

.leader__advantages__icon { 
  margin: 0 15px 0 0;
  min-width: 66px;
  }

.leader__advantages__description { 
  flex-grow: 1;
  }

.leader__advantages__description p { 
  margin: 0;
  color: #130d07;
  font-size: 16px;
  line-height: 24px;
  }

/* people */
.people dt { 
  margin: 0 0 15px;
  color: #fff;
  font-size: 24px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.people ul { 
  display: flex;
  margin: 0 -22px;
  }

.people ul li { 
  width: 33.33%;
  list-style-type: none;
  }

.people__item { 
  padding: 0 22px;
  }

.people__photo { 
  margin: 0 0 15px;
  }

.people__photo a { 
  position: relative;
  display: block;
  }

.people__btn { 
  position: absolute;
  margin: -44px 0 0 -44px;
  width: 88px;
  height: 88px;
  top: 50%;
  left: 50%;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  box-shadow: 0 13px 32px 0 rgb(0, 0, 0, 0.59);
  content: "";
  }

.people__btn:hover { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

.people__btn:before { 
  position: absolute;
  display: block;
  margin: -14px 0 0 -11px;
  width: 22px;
  height: 28px;
  top: 50%;
  left: 50%;
  background: url(../img/bg/play-i.png) top center no-repeat;
  background-size: 100%;
  content: "";
  }

.people__photo img { 
  width: 100%;
  border-radius: 20px;
  }

.people__company { 
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.people__name { 
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  }

.people__text { 
  display: block;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
  }

/* footer */
.footer { 
  padding: 60px 0 80px;
  background: #ededed;
  }

.footer__in { 
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1244px;
  }

/* footer__top-col */
.footer__top-col { 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 75px;
  }

.footer__top-col__item { 
  display: flex;
  }

/* logo-text */
.footer .logo-wrap { 
  display: flex;
  align-items: center;
  margin: 0 75px 0 0; 
  }

.footer .logo-text:before {
  background: url(../img/bg/line-gray.png) center no-repeat;
  }

.footer .logo-text p { 
  color: #535353;
  }

/* footer-link */
.footer-link { 
  color: #535353;
  font-size: 12px;
  text-decoration: underline;
  line-height: 20px;
  }

.footer-link a { 
  color: #535353;
  text-decoration: underline;
  }

.footer-link a:hover { 
  color: #000;
  text-decoration: none;
  }

/* btn */
.btn { 
  display: inline-block;
  margin: 0;
  padding: 20px 50px;
  vertical-align: top;
  color: #1a1917;
  font-size: 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 0.5px;
  line-height: 20px;
  border: 0;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #b38454;
  transition: .3s opacity;
  cursor: pointer;
  }

.btn:hover {  
  color: #1a1917;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

.btn.big-size { 
  padding: 40px 50px; 
  font-size: 20px;
  box-shadow: 0 3px 0 0 #b38454;
  }

.btn.changed { 
  padding: 30px 40px;
  }

.btn.changed span { 
  display: block;
  margin: 0 0 2px;
  font-size: 19px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.btn.changed small {
  display: block; 
  font-size: 16px;
  font-family: 'Gilroy-Regular', sans-serif;
  }

/* info-col */
.info-col { 
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
  }

/* info-item */
.info-item { 
  display: flex;
  }

.info-item__icon { 
  margin: 0 15px 0 0; 
  }

.info-item__description { 
  flex-grow: 1;
  }

.info-title { 
  display: block;
  margin: 0 0 5px;
  color: #363636;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.info-item p { 
  margin: 0 0 15px;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  }

.info-link { 
  display: block;
  font-size: 14px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.info-link a { 
  color: #363636; 
  text-decoration: underline;
  }

.info-link a:hover { 
  color: #000;
  text-decoration: none;
  }

.info-text { 
  display: block;
  font-size: 21px;
  }

.info-text a { color: #5c5c5c; }

/* contacts */
.contacts {
  padding: 50px 12px 0;
  border-top: 1px solid #b4b4b4;
  }

/* contacts__title */
.contacts__title { 
  display: block;
  margin: 0 0 35px;
  color: #363636;
  font-size: 16px;
  }

/* contacts__list */
.contacts__list { 
  display: flex;
  justify-content: space-between;
  }

.contact__title { 
  display: block;
  margin: 0 0 5px;
  color: #363636;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  }

.contact__text { 
  display: block;
  color: #5c5c5c;
  font-size: 18px;
  }

.contact__text a { 
  color: #5c5c5c; 
  }

.contact__text a:hover { 
  color: #000; 
  }

/* hystmodal */
.hystmodal__wrap { 
  padding: 25px;
  }

button.hystmodal__close { 
  padding: 0;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9b97e 0%, #e1a66d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9b97e 0%,#e1a66d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9b97e 0%,#e1a66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b97e', endColorstr='#e1a66d',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #b38454;
  }

button.hystmodal__close:before { 
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(../img/bg/close-i.png) center no-repeat;
  background-size: 18px;
  content: "";
  }

button.hystmodal__close:hover { 
  background: #e9b97e; /* Old browsers */
  background: -moz-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e1a66d 0%, #e9b97e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e1a66d 0%, #e9b97e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a66d', endColorstr='#e9b97e',GradientType=0 ); /* IE6-9 */
  }

div.hystmodal__window { 
  padding: 30px;
  max-width: 800px; 
  width: 100%;
  background: #fff;
  border-radius: 5px;
  }

.hystmodal.small-size div.hystmodal__window {
  max-width: 500px; 
  }

#modalProduct .hystmodal__window { 
  padding: 50px 68px;
  max-width: 1300px;
  border-radius: 30px 0 30px 30px;
  }

.hystmodal .product-info { 
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  } 

.hystmodal__window iframe { 
  width: 100%;
  height: 500px;
  border: 0;
  }

.hystmodal .gl-md-title { 
  margin: 0 0 20px;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  }

.hystmodal .gl-md-title.indent-bt-big {  
  margin: 0 0 40px;
  }

.hystmodal .project-info .gl-md-title { 
  text-align: left;
  }

.modal-text { 
  margin: 0 0 30px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  }

.modal-form fieldset { 
  margin: 0 0 30px;
  }

.modal-form fieldset:last-child { 
  margin: 0;
  }

.btn.full-size { 
  width: 100%;
  }

#modalBrand .hystmodal__window { 
  padding: 0;
  max-width: 1440px;
  background: none;
  border-radius: 0;
  }

#modalBrand .projects-wrap { 
  margin: 0;
  }

.gl-md-title.changed { 
  text-align: left;
  }

.form-list { 
  margin: 0 0 30px;
  }

.form-list li { 
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 24px;
  }

.form-list li:before { 
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0;
  background: #dfa168;
  border-radius: 100%;
  content: "";
  }

.form-list li:last-child { 
  margin: 0;
  }

#modalСalculation .hystmodal__window { 
  padding: 50px;
  max-width: 1244px;
  background: #fff;
  }

#modalСalculation .questions { 
  margin: 0;
  }

#modalСalculation .questions:before { 
  display: none;
  }

#modalСalculation .questions__in { 
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  }

#modalСalculation .advantages { 
  margin: 0 0 30px;
  }

#modalСalculation .advantages__description p { 
  color: #000;
  }

#modalСalculation .title { 
  margin: 0 0 70px;
  }

#modalСalculation .contact-form .questions__in { 
  padding: 25px;
  border-radius: 10px;
  }