/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Manrope", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #13171a;
}

.ftitle * {
  font-family: "Manrope", sans-serif;
  color: #242D39;
}

a {
  display: inline-block;
}

img {
  max-width: 100%;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Manrope", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  border-radius: 0px 0px 50px 50px;
  background-color: #1b1f23;
  padding: 27px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f5d307;
  z-index: 100;
}
.header__logo {
  width: 115px;
}
.header__nav ul {
  list-style: none;
}
.header__nav ul.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav ul li a {
  padding: 0.5rem 1.5rem;
  color: #626c75;
  color: #6f4d31;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.header__social a {
  width: 40px;
  margin-left: 20px;
}
.header__toggle {
  width: 30px;
  display: none;
}
.header__toggle span {
  background: #fff;
  display: block;
  width: 100%;
  height: 2.5px;
  border-radius: 5px;
  margin-bottom: 6px;
}
.header__toggle span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .header__toggle {
    display: block;
  }
  .header__nav {
    display: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 30px 0;
  }
  .header__nav ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.footer {
  padding: 40px 0;
  border-top: 1px dashed #3b4753;
}
.footer__text {
  color: #626c75;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(/img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

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

.banner {
  background-image: url(/img/round.svg);
  background-position: -1500px -1500px;
  background-size: auto;
  background-repeat: no-repeat;
}
.banner .wrapper {
  min-height: 100vh;
  padding-top: 90px;
}
.banner__box {
  width: 50%;
  position: relative;
}
.banner__title {
  color: #fff;
  font-size: 50px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 0px;
}
.banner__text {
  color: #626c75;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin-top: 30px;
}
.banner__btns {
  margin-top: 40px;
}
.banner__btns.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner__btn {
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
.banner__btn_1 {
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #e9b55e;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  margin-right: 20px;
}
.banner__btn_2 {
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #262b30;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.banner__image {
  width: 650px;
  position: absolute;
  right: -5%;
/*  filter: blur(20px);*/
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.when {
  border-radius: 50px;
  background-color: #1b1f23;
  background-image: url(/img/round.svg);
  background-position: 800px 900px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.when__title {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 80px;
}
.when__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.when__item {
  width: 32.5%;
  background: #262b30;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.when__head p {
  font-size: 24px;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.when__btn {
  margin-right: 0;
  position: relative;
  z-index: 2;
}
.when__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
}
.when_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
  object-fit: cover;
}
.when__line {
  height: 5px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  border-style: none none dashed;
  border-width: 1px;
  border-color: #fff #fff #3b4753;
  border-radius: 1px;
}
.when__price {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9b55e;
}
.when__serv {
  padding: 40px;
  width: 49.5%;
  border: 1px dashed #3b4753;
  border-radius: 20px;
  margin-bottom: 1%;
}
.when__serv.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.when__serv p {
  font-size: 24px;
  color: #fff;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
}

.why {
  padding: 100px 0;
}
.why__title {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 80px;
}
.why__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.why__item {
  width: 32%;
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  background-color: #1b1f23;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.why__item_1 {
  background-image: url(/img/bg-1.svg);
}
.why__item_2 {
  background-image: url(/img/bg-2.svg);
}
.why__item_3 {
  background-image: url(/img/bg-3.svg);
}
.why__image {
  display: block;
}
.why__text {
  color: #fff;
  line-height: 140%;
  font-size: 24px;
  font-weight: 700;
}

.servs {
  border-radius: 50px;
  background-color: #1b1f23;
  background-image: url(/img/round.svg);
  background-position: 800px 900px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.servs__title {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 80px;
}
.servs__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.servs__box {
  height: 400px;
  overflow: hidden;
}
.servs__box .slick-slide {
  padding: 0 10px;
}
.servs__item {
  /* width: 26vw !important; */
  height: 400px;
  padding: 40px;
  border-radius: 20px;
  background-color: #1b1f23;
  background-position: 50% 50%;
  background-size: 570px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex !important;
}
.servs__item.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.servs__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.servs__item:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
}
.servs__text {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  position: relative;
  z-index: 2;
}
.servs__box-arrows,
.testimonials-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.servs__box-arrow-prev,
.testimonials-arrow-prev {
  margin-right: 20px;
}
.servs__box-arrow,
.testimonials-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e9b55e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.servs__box-arrow-svg,
.testimonials-arrow-svg {
  width: 10px;
  height: 10px;
}

.testimonials__box .slick-slide {
  padding: 0 10px;
}

.testimonials__item {
  padding: 20px;
  background: #1C1F24;
  border-radius: 20px;
  height: 300px;
}

.testimonials__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.testimonials-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  max-height: 220px;
  overflow: hidden;
}

.brands {
  padding: 80px 0 40px;
}
.brands__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.brands__title {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 80px;
}
.brands__item {
  width: 24%;
  border-radius: 20px;
  background-color: #1b1f23;
  margin-bottom: 1%;
  overflow: hidden;
}
.brands__serv {
  width: 24%;
  border-radius: 20px;
  border: 1px dashed #3b4753;
  border-radius: 20px;
  background-color: rgba(27, 31, 35, 0);
  text-align: center;
  margin-bottom: 1%;
}
.brands__serv.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands__serv p {
  padding: 0px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.faq {
  padding: 50px 0 50px;
}
.faq__title {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 80px;
}
.faq__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__col {
  width: 49.5%;
}
.faq__item {
  margin-bottom: 2%;
  padding: 40px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #1b1f23;
  -webkit-box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
          box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq__item.active .faq__more {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item.active .faq__more:before, .faq__item.active .faq__more:after {
  background: #fff;
}
.faq__head {
  position: relative;
  padding-right: 60px;
}
.faq__head p {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 800;
  text-decoration: none;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__more {
  border-radius: 8px;
  background-color: #1f2327;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__more:before {
  content: "";
  border-radius: 500px;
  width: 18px;
  height: 2.6px;
  background: rgb(81, 79, 110);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.faq__more:after {
  content: "";
  border-radius: 500px;
  width: 18px;
  height: 2.6px;
  background: rgb(81, 79, 110);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.faq__text {
  margin-top: 20px;
  color: #626c75;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  display: none;
}

.contact {
  padding: 50px 0 100px;
}
.contact__box.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact__left {
  width: 50%;
  padding-right: 90px;
}
.contact__logo {
  width: 115px;
  margin-bottom: 40px;
}
.contact__item {
  margin-bottom: 40px;
}
.contact__item span {
  display: block;
  color: #626c75;
  font-size: 16px;
  line-height: 140%;
  font-weight: 800;
  margin-bottom: 6px;
}
.contact__item a {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  font-weight: 800;
}
.contact__right {
  width: 49.5%;
  border-radius: 20px;
  overflow: hidden;
}

.modal {
  padding: 40px !important;
  border-radius: 20px;
  background-color: #fff;
  width: 600px;
  max-width: 90%;
  display: none;
}
.modal__title {
  font-size: 26px;
  text-align: left;
  background-color: rgba(27, 31, 35, 0);
  color: #111;
  font-weight: 800;
}
.modal__subtitle {
  font-size: 16px;
  margin-top: 20px;
  color: #626c75;
  line-height: 140%;
  font-weight: 700;
}

.modal__form {
  margin-top: 40px;
}
.modal__input {
  width: 100%;
  padding: 30px 30px;
  border-radius: 4px;
  background-color: #f0f0f0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #cccccc;
  color: #333333;
  height: 38px;
  margin-bottom: 20px;
}
.modal__btn {
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #e9b55e;
  font-family: Manrope, sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  border: 0;
  margin-top: 20px;
}
.modal__btn.mt0{
  margin-top: 0;
}
.modal .fancybox-slide--html .fancybox-close-small {
  right: 30px;
  top: 30px;
}


.helps{
  padding: 80px 0 30px;
}
.helps__title{
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.helps__box.flex{
  justify-content: space-between;
}
.helps__left{
  flex: 1;
  margin-right: 50px;
}
.helps__line{
  background: #e9b55e;
  height: 3px;
  width: 100px;
  margin-bottom: 30px;
}
.helps__subtitle{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.helps__text{
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.8;
}
.helps__text p {
  margin-bottom: 15px;
}
.helps__text.big{
  opacity: 1;
  color: #e9b55e;
  font-size: 24px;
  font-weight: 600;
}
.helps__right{
  width: 360px;
  background: #262b30;
  padding: 30px;
  border-radius: 20px;
}
.helps__input{
  position: relative;
  margin-bottom: 20px;
}
.helps__label{
  position: absolute;
  left: 20px;
  top: 23px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  pointer-events: none;
  color: #fff;
}
.helps__row{
  margin-bottom: 20px;
  position: relative;
}
.helps__row:before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  bottom: 20px;
  background: url(/img/arrow.svg);
  background-size: 100% 100%;
  pointer-events: none;
}
.helps__select{
  width: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #1b1f23;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #515151;
  color: #fff;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
.helps__input input{
  width: 100%;
  padding: 26px 20px 10px;
  border-radius: 4px;
  background-color: #1b1f23;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #515151;
  color: #fff;
}
.helps__input input:focus + label,
.helps__input input:active + label,
.helps__input input:not(:placeholder-shown) + label{
  font-size: 12px;
  top: 11px;
}
.helps__date{
  margin-bottom: 20px;
  position: relative;
}
.helps__date input{
  width: 100%;
  padding: 18px 20px 18px;
  border-radius: 4px;
  background-color: #1b1f23;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #515151;
  color: #fff;
}
.helps__date input::placeholder {
  color: #fff;
}
.helps__date:before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 15px;
  bottom: 21px;
  background: url(/img/cal.svg);
  background-size: 100% 100%;
  pointer-events: none;
}
.helps__image{
  display: block;
  width: 100%;
}
.helps__selectlabel{
  display: block;
  font-weight: 800;
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .banner__title {
    font-size: 42px;
  }
  .why__item {
    padding: 30px 20px;
  }
  .why__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 700px;
  }
  .banner .wrapper {
    min-height: initial;
    padding-bottom: 50px;
  }
  .banner__image {
    position: static;
    width: 400px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner__box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .when {
    padding: 70px 0;
  }
  .when__item {
    width: 100%;
    margin-bottom: 2%;
  }
  .when__serv {
    width: 100%;
  }
  .why {
    padding: 60px 0;
  }
  .why__title {
    margin-bottom: 50px;
  }
  .why__item {
    width: 49%;
    margin-bottom: 2%;
  }
  .servs {
    padding: 60px 0;
  }
  .servs__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servs__item {
    width: 100%;
    max-width: 460px;
    margin-bottom: 30px;
  }
  .brands__item, .brands__serv {
    width: 49%;
    margin-bottom: 2%;
  }
  .faq__col {
    width: 100%;
  }
  .contact__left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 92%;
  }
  .banner__title {
    font-size: 30px;
  }
  .banner__btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .when {
    padding: 40px 0;
  }
  .when__title {
    font-size: 26px;
  }
  .when__head p {
    margin-top: 0;
  }
  .when__item {
    padding: 30px;
    margin-bottom: 5%;
  }
  .when__bottom {
    text-align: center;
  }
  .when__bottom.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .when__price {
    margin-top: 10px;
  }
  .when__serv p {
    font-size: 20px;
  }
  .why__title {
    font-size: 26px;
  }
  .why__item {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5%;
  }
  .servs {
    border-radius: 30px;
    padding: 40px 0;
  }
  .servs__title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .servs__box {
    height: 320px;
  }
  .servs__item {
    height: 320px;
  }
  .brands__title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .brands__serv p {
    font-size: 15px;
  }
  .faq__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__head p {
    font-size: 18px;
  }
  .faq__more {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .faq__text {
    font-size: 14px;
  }
  .contact {
    padding-bottom: 60px;
  }
  .contact__left {
    width: 100%;
  }
  .contact__right {
    width: 100%;
    height: 300px;
  }
  .modal {
    padding: 40px 30px !important;
  }
  .modal__subtitle br {
    display: none;
  }
  .modal__form {
    margin-top: 20px;
  }
  .modal__btn {
    margin-top: 10px;
  }
  .helps__left{
    width: 100%;
    flex: initial;
    margin-right: 0;
  }
  .helps__right{
    width: 100%;
  }
  .helps__title{
    font-size: 32px;
    line-height: 1.3;
    bottom: 30px;
  }
  .helps__line{
    margin-left: auto;
    margin-right: auto;
  }
  .helps__subtitle{
    line-height: 1.3;
  }
}



.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}

.loader.dark {
  background-color: rgba(0, 0, 0, 0.7);
  transition: .5s;
  z-index: 100;
}

.loader.active {
  opacity: 1;
  pointer-events: auto;
}

.loader path {
  fill: #e9b55e;
}

.modal__box-answer,
.helps-answer {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.modal__box-answer.success,
.helps-answer.success {
  color: #2ad240;
}

.modal__box-answer.error,
.helps-answer.error {
  color: #de2828;
}

.img_chatbtn {
  width: 30px;
  height: 30px;
}

.chatbtn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9b55e;
  transition: .3s;
}

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