@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 60px;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #444;
}

select,
button,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

.a, .interface-toggle .interface-toggle__info:after, .faq-item .faq-item__question:before, .faq-item:after, .requirements:after, .benefit .benefit__icon:after, .offer-author:before, .offer-author:after, .information .information__list details summary:before, .information .information__list details:after, .advantage:after, .conditions .conditions__content:after, .service .service__icon:after, .offer:after, .offer:before, .info:after, .chats-link > li > a:before,
.phones > li > a:before, .days-off:after, .contacts-pop:after, .phone-link-open:after, .phone-link-open:before, .client-office:before, .wpcf7-form:after, .breadcrumbs:after, .text-style-1 ul li:before {
  content: "";
  display: block;
}

.content {
  max-width: 1182px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 32px;
}

.title_max900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.title_left {
  text-align: left;
}

.title_bold {
  font-weight: bold;
}

.title_bottom40 {
  margin-bottom: 40px;
}

.title_bottom47 {
  margin-bottom: 47px;
}

.text-style-1 {
  font-size: 14px;
  line-height: 1.57;
}
.text-style-1 p {
  padding-bottom: 24px;
}
.text-style-1 ul {
  padding-left: 30px;
}
.text-style-1 ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.text-style-1 ul li:before {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 1px;
  background: #402A18;
  left: 0;
  top: 12px;
}
.text-style-1 .ul-style li {
  padding-left: 35px;
}
.text-style-1 .ul-style li:before {
  width: 14px;
}

.breadcrumbs {
  color: #93877E;
  font-size: 14px;
  padding: 18px 0 3px;
  margin-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.breadcrumbs:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 81px;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs a {
  font-weight: 500;
  border-bottom: 1px dashed transparent;
}
.breadcrumbs a:hover {
  border-bottom-color: inherit;
}
.breadcrumbs .breadcrumbs__separator {
  display: inline-block;
  background: url(../images/separator.svg) center no-repeat;
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    white-space: normal;
  }
  .breadcrumbs:after {
    display: none;
  }
  .breadcrumbs.minimal {
    overflow: hidden;
    height: 52px;
  }
  .breadcrumbs.minimal:after {
    display: block;
    top: 35px;
  }
}
@media screen and (max-width: 370px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.loader {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  z-index: 600;
  display: none;
}
.loader.show {
  background: url(../images/loading.svg) center no-repeat;
  display: block;
}

@media (hover: hover) {
  ::-webkit-scrollbar-button {
    width: 7px;
    height: 0px;
  }
  ::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-left: 0;
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #5F433B;
    border-radius: 0;
  }
  ::-webkit-resizer {
    width: 7px;
    height: 0px;
  }
  ::-webkit-scrollbar {
    width: 7px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v=2");
  src: url("../fonts/icomoon.eot?v=2") format("embedded-opentype"), url("../fonts/icomoon.ttf?v=2") format("truetype"), url("../fonts/icomoon.woff?v=2") format("woff"), url("../fonts/icomoon.svg?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-success:before {
  content: "\e909";
}

.icon-shield:before {
  content: "\e908";
}

.icon-phone2:before {
  content: "\e906";
}

.icon-quote:before {
  content: "\e907";
}

.icon-x:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-avatar:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e904";
}

.icon-down-bold:before {
  content: "\e905";
}

.entry-content {
  line-height: 1.5;
  font-size: 16px;
  max-width: 1032px;
}
.entry-content a {
  font-weight: 600;
  border-bottom: 1px dashed #402A18;
}
.entry-content a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: 0.694em;
}
.entry-content h3,
.entry-content h2 {
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 1.1em;
  padding-top: 0.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em;
}
.entry-content p {
  padding-bottom: 1.35em;
}
.entry-content b,
.entry-content strong {
  font-weight: 600;
}
.entry-content ul {
  padding-bottom: 1.25em;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  min-width: 7px;
  margin-right: 8px;
  margin-top: 0.53em;
  background: url(../images/list-style.svg) center no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.entry-content ol {
  padding-bottom: 1.25em;
  counter-reset: ol;
  padding-left: 33px;
}
.entry-content ol li {
  padding-bottom: 0.7em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol);
  color: #fff;
  font-weight: bold;
  display: block;
  width: 22px;
  min-width: 22px;
  background: #65B96D;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin-right: 14px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #65B96D;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table thead tr {
  font-weight: 700;
}

.entry-content_width-820 {
  max-width: 960px;
}

.entry-content_blank-page {
  font-size: 14px;
}
.entry-content_blank-page ol {
  padding-left: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 630px) {
  .entry-content {
    font-size: 14px;
  }
  .entry-content ol {
    padding-left: 0;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 0 auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/*-----------------submit----------------------*/
button,
button[type=submit],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  outline: 0;
}

/*-----------------input----------------------*/
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 54px;
  background: #F3F3F3;
  padding: 0 28px;
  font-size: 15px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 500;
  -webkit-appearance: none;
}
textarea.i-dark,
input[type=search].i-dark,
input[type=number].i-dark,
input[type=password].i-dark,
input[type=email].i-dark,
input[type=text].i-dark,
input[type=tel].i-dark {
  background: #525252;
  color: #fff;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: normal;
}

*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: normal;
}

*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: normal;
}

*:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: normal;
}

textarea:focus::-webkit-input-placeholder,
input[type=select-one]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=select-one]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=select-one]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=select-one]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: #D9383B;
}

/*------------------checkbox---------------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + span,
input[type=checkbox] + span {
  display: block;
  border: 1px solid #746D6B;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: 0;
  cursor: pointer;
  margin-right: 5px;
  min-width: 16px;
}

input[type=radio] + span {
  border-radius: 50%;
}

input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  background: #E1DAC3 url(../images/check.svg) center no-repeat;
  background-size: 10px 10px;
  border-color: #E1DAC3;
}

input[type=radio]:checked + span {
  background: #fff;
  border-width: 5px;
}

.input-list__item_privaci {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-list__item_privaci span.wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 58px;
  background: #65B96D;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 0 23px;
}
.button span {
  position: relative;
  z-index: 100;
}
.button:hover {
  background: rgb(118.53125, 192.96875, 125.6205357143);
}
.button:disabled {
  background: #fbe189;
  color: #b5a171;
  cursor: default;
}
.button:active {
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.button._dark {
  background: #444;
}
.button._dark:hover {
  background: rgb(80.75, 80.75, 80.75);
}
.button._small {
  height: 46px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .button._small {
    font-size: 14px;
    border-radius: 10px;
    padding: 0 15px;
    height: 40px;
  }
}

.button_black-border {
  border: 1px solid #000;
  background: 0;
  color: #402A18;
}
.button_black-border:hover {
  background: #FAD75F;
  color: #402A18;
}

.button_orange {
  background: #FAD75F;
  color: #402A18;
}
.button_orange:hover {
  background: rgb(250.7727272727, 221.1818181818, 119.7272727273);
}

.button_calc {
  height: 66px;
  font-size: 18px;
  margin: -33px auto 21px;
  max-width: 276px;
  border-radius: 5px;
}

.button_order {
  width: 162px;
}

.button_call-to-action {
  max-width: 247px;
  margin: 0 18px 22px;
  height: 54px;
}

.link-with-border span {
  display: inline-block;
  border-bottom: 1px dashed #402A18;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.link-with-border:hover {
  color: #FAD75F;
}
.link-with-border:hover span {
  border-bottom: 1px dashed rgba(233, 196, 70, 0.7);
}

.button_light {
  background: #FDF1C7;
  border-radius: 5px;
  color: #402A18;
}
.button_light:hover {
  background: #FAD75F;
}

.button_faq {
  height: 54px;
  max-width: 320px;
  margin-left: 33px;
}

.button_price {
  height: 34px;
  font-size: 14px;
  font-weight: 600;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 3px;
  border: 1px solid #E7E0DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  font-weight: 500;
}
.nice-select .current {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nice-select:after {
  content: "";
  display: block;
  background: url(../images/arrow-select-2.svg) 0 0 no-repeat;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 12px;
}
.nice-select:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 46px;
  top: 0;
  bottom: 0;
  background: #F9F6F4;
  border-left: 1px solid #E7E0DE;
  border-radius: 0 3px 3px 0;
}
.nice-select.niceSelect-style-dark {
  border: 1px solid #402A18;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
}
.nice-select.niceSelect-style-dark:after {
  background: url(../images/arrow-select.svg) 0 0 no-repeat;
  right: 11px;
  margin-top: -3px;
}
.nice-select.niceSelect-style-dark:before {
  display: none;
}
.nice-select.niceSelect-style-dark .list {
  border-color: #402A18;
}
.nice-select.open {
  border-radius: 3px 3px 0 0;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nice-select.open:before {
  background: #EEE9E5;
  border-radius: 0 3px 0 0;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: rgb(113.5833333333, 74.9166666667, 60.4166666667);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  border: 1px solid #E7E0DE;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-top: 0;
  left: -1px;
  right: -1px;
  background-color: #fff;
  padding: 11px 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-24px);
          transform: scale(0.75) translateY(-24px);
  z-index: 700;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list {
  -webkit-overflow-scrolling: touch;
}
.nice-select .list::-webkit-scrollbar-button {
  width: 3px;
  height: 0px;
}
.nice-select .list::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: #D3CCC6;
  border-radius: 10px;
}
.nice-select .list::-webkit-resizer {
  width: 3px;
  height: 0px;
}
.nice-select .list::-webkit-scrollbar {
  width: 3px;
}
.nice-select .list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 203px;
}
.nice-select .option {
  cursor: pointer;
  line-height: 32px;
  list-style: none;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: #FCF6DF;
}
.nice-select .option.disabled {
  background-color: transparent;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.c-datepicker {
  position: relative;
  display: block;
}
.c-datepicker:after {
  content: "";
  display: block;
  background: url(../images/arrow-select.svg) 0 0 no-repeat;
  height: 6px;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.c-datepicker:before {
  content: "";
  display: block;
  position: absolute;
  right: 68px;
  top: 0;
  height: 40px;
  width: 1px;
  background: #B7A9A4;
}
.c-datepicker.open {
  border-radius: 3px 3px 0 3px;
}
.c-datepicker.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFFFFF;
  border: 1px solid #E6D9CF;
  -webkit-box-shadow: 0px 7px 10px rgba(143, 127, 114, 0.1);
          box-shadow: 0px 7px 10px rgba(143, 127, 114, 0.1);
  width: 43px;
  height: 43px;
  border-radius: 3px;
  z-index: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-a-next:after,
.slick-a-prev:after,
.slick-arrow-prev.slick-arrow:after,
.slick-arrow-next.slick-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/arrow-button-slider.svg) center no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-a-next:hover,
.slick-a-prev:hover,
.slick-arrow-prev.slick-arrow:hover,
.slick-arrow-next.slick-arrow:hover {
  background: #FAD75F;
  border-color: #FAD75F;
  color: #000;
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -36px;
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -36px;
}
.slick-a-next:after,
.slick-arrow-next.slick-arrow:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-a-next,
.slick-a-prev {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 300;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots li button {
  display: block;
  background: #F4F0EE;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  outline: none;
}
.slick-dots .slick-active button {
  background: #65B96D;
}

/* ------- Slick ARROW, DOTS Finish---------- */
#circle2 {
  display: block;
  height: 18px;
  width: 18px;
  border: 3px solid #E8DFDF;
  border-top-color: #B9A9A3;
  border-radius: 50%;
  -webkit-animation: spin2 0.8s infinite linear;
          animation: spin2 0.8s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/*
 *  webui popover plugin  - v1.2.17
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}

.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}

/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99993;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .webui-popover {
    font-size: 12px;
    max-width: 300px;
    border-radius: 12px;
  }
}
.webui-popover p:first-child,
.webui-popover .webui-popover-t {
  margin-bottom: 1em;
}
.webui-popover p:first-child strong,
.webui-popover .webui-popover-t strong {
  font-size: 1.14em;
  font-weight: 600;
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webui-popover .webui-popover-content {
  padding: 30px 35px;
  overflow: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .webui-popover .webui-popover-content {
    padding: 20px;
  }
}

.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}

.webui-popover-inner .close {
  margin: 6px 7px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.webui-popover-inner .close:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 30px;
}
@media (hover: hover) {
  .webui-popover-inner .close {
    display: none;
  }
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.webui-popover-inner .close:after {
  content: "×";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}

.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}

.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover > .webui-arrow {
  border-width: 11px;
}

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
}

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
}

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}

.webui-popover i.icon-refresh:before {
  content: "";
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: none;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form.submitting .size-14,
.wpcf7-form.submitting .form__item,
.wpcf7-form.submitting .form__content {
  opacity: 0.3;
  pointer-events: none;
}
.wpcf7-form.submitting:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/circle.svg) center no-repeat;
  background-size: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

body .wpcf7-not-valid-tip {
  left: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #D9383B url(../images/error.svg) 5px center no-repeat;
  background-size: 16px;
  color: #fff;
  padding: 3px 3px 3px 25px;
  font-size: 10px;
  border-radius: 5px 0 5px 0;
}

.txt-success {
  color: green;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-success {
    text-align: center;
  }
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.row._offset-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row._offset-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row._offset-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row._offset-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}
.row._offset-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row._offset-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row._offset-26 {
  margin-left: -13px;
  margin-right: -13px;
}
.row._offset-26 > * {
  padding-left: 13px;
  padding-right: 13px;
}
.row._offset-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row._offset-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.hidden {
  display: none;
}

strong {
  font-weight: 600;
}

.w-300 {
  width: 300px;
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .w-mob-100 {
    width: 100%;
  }
}

.h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 37px;
}
.h2 strong {
  font-weight: 700;
  color: #65B96D;
}
@media screen and (max-width: 991px) {
  .h2:not(._small) {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h2:not(._small) {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.h2._small {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .h2._small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h2._small {
    font-size: 18px;
  }
}

h3.h2 {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  h3.h2:not(._small) {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3.h2:not(._small) {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.after-title {
  max-width: 864px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.5;
}
.after-title strong {
  font-weight: 600;
}

.has-link [data-content],
.has-link a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 9%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .has-link [data-content]:hover,
  .has-link a:hover {
    color: #65B96D;
  }
}

.font-500 {
  font-weight: 500;
}

.size-14 {
  font-size: 14px;
}

.max-w-610 {
  max-width: 610px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.center {
  text-align: center;
}

.social-link {
  min-width: 165px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  border-radius: 16px;
  background: #F9F8F8;
  height: 60px;
  font-weight: 500;
  font-size: 15px;
  color: #444;
  padding: 0 20px;
}
.social-link img {
  width: 30px;
  height: 30px;
}
@media (hover: hover) {
  .social-link:hover {
    background: rgb(244.2923076923, 242.5076923077, 242.5076923077);
  }
}

.form {
  border-radius: 42px;
  background: #444;
  color: #fff;
  padding: 44px 20px 50px;
}
@media screen and (max-width: 767px) {
  .form {
    border-radius: 30px;
  }
}
.form .form__title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form .form__title {
    font-size: 24px;
  }
}
.form .form__content {
  max-width: 300px;
  margin: 0 auto;
}
.form .form__item {
  margin-bottom: 12px;
  position: relative;
}
.form .form__item._submit {
  padding-top: 14px;
}
.form .form__nda {
  padding-top: 14px;
}

.nda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  color: #9B9292;
  font-size: 14px;
}
.nda [data-content],
.nda a {
  font-weight: normal;
}
.nda [data-content].active,
.nda a.active {
  color: #65B96D;
}
.nda .icon-shield {
  background: #525252;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #65B96D;
}
.nda._light {
  color: #707070;
}
.nda._light .icon-shield {
  background: #F7FAF7;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.header {
  height: 75px;
  position: relative;
}
.header.active .header__bottom {
  top: 0;
  position: fixed;
  background: #fff;
}

.header__top {
  background: #F2F0F0;
  position: relative;
  z-index: 901;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__top {
    display: block;
  }
}
.header__top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 35px;
}

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

.client-office {
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.client-office:before {
  z-index: 1;
  background: #E4E3E3;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.client-office span {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border-bottom: 1px dashed transparent;
  display: inline-block;
}
.client-office:hover span {
  border-bottom-color: inherit;
}

.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 50px;
  font-size: 13px;
}
.menu-top li {
  padding-left: 50px;
}
.menu-top li a {
  border-bottom: 1px dashed transparent;
}
.menu-top li a:hover {
  border-bottom-color: inherit;
}

.phone-link-open {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-link-open:before {
  z-index: 1;
  background: url(../images/phone.svg) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  margin-right: 9px;
}
.phone-link-open:after {
  z-index: 1;
  background: url(../images/arrow-2.svg) center no-repeat;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.phone-link-open span {
  border-bottom: 1px dashed rgba(64, 42, 24, 0.5);
}
.phone-link-open.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.phone-link-open.active .phone-link-open__arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.header__bottom {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 900;
  border-bottom: 1px solid #E2E2E2;
}
.header__bottom .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 74px;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5F433B;
  font-size: 24.7555px;
  margin-right: auto;
}
.logo img {
  display: block;
  width: 207px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .logo img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 53px;
  }
}

.menu {
  margin-left: auto;
  padding-right: 15px;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu ul li {
  padding: 0 20px;
}
.menu ul li a {
  font-weight: 500;
}
.menu ul li a:hover {
  color: #65B96D;
}

.bg-menu,
.bg-close {
  background: rgba(68, 68, 68, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}

.header__contacts {
  position: relative;
}

.contacts-pop {
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 568px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-pop:after {
  position: absolute;
  z-index: 1;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: 0;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-pop.active {
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  visibility: visible;
  opacity: 1;
}
.contacts-pop.active:after {
  top: -10px;
}

.contacts-pop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}

.contacts-pop__col-1 {
  width: 205px;
  min-width: 205px;
}

.contacts-pop__col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacts-pop__col-2_pl {
  padding-left: 40px;
  border-left: 1px solid #E3E3E3;
}

.contacts-pop__col-2_bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.contacts-pop__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}

.info-about-order {
  border: 3px solid #FAD75F;
  border-radius: 3px;
  padding: 22px 25px;
  line-height: 1.37;
}
.info-about-order a {
  font-weight: 600;
}

.time-work {
  max-width: 202px;
}

.time-work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.time-work__row span {
  font-weight: 600;
  width: 110px;
}

.days-off {
  border-radius: 15px;
  background: linear-gradient(102deg, #FFFDF1 2.43%, #EAF7ED 100%);
  padding: 24px 0 24px 82px;
  position: relative;
  font-weight: bold;
  line-height: 1.37;
}
.days-off:after {
  position: absolute;
  z-index: 1;
  background: url(../images/time.svg) 0 0 no-repeat;
  width: 42px;
  height: 42px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chats-link > li,
.phones > li {
  padding-bottom: 28px;
  position: relative;
}
.chats-link > li:last-child,
.phones > li:last-child {
  padding-bottom: 0;
}
.chats-link > li > a,
.phones > li > a {
  font-weight: 600;
  padding-left: 33px;
  position: relative;
}
.chats-link > li > a:before,
.phones > li > a:before {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.chats-link > li > a strong,
.phones > li > a strong {
  font-weight: normal;
}
.chats-link > li > a > span,
.phones > li > a > span {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.chats-link > li > a:hover,
.phones > li > a:hover {
  color: #FAD75F;
}
.chats-link > li > a:hover span,
.phones > li > a:hover span {
  border-bottom: 1px dashed rgba(233, 196, 70, 0.7);
}
.chats-link > li > a.phones__kyiv:before,
.phones > li > a.phones__kyiv:before {
  background: url(../images/telephone.svg) 0 0 no-repeat;
}
.chats-link > li > a.phones__vodafon:before,
.phones > li > a.phones__vodafon:before {
  background: url(../images/vodafone.svg) 0 0 no-repeat;
}
.chats-link > li > a.phones__kyivstar:before,
.phones > li > a.phones__kyivstar:before {
  background: url(../images/kyivstar.png) 0 0 no-repeat;
  background-size: 19px auto;
}
.chats-link > li > a.phones__lifecell:before,
.phones > li > a.phones__lifecell:before {
  background: url(../images/lifecell.png) 0 0 no-repeat;
  background-size: 20px auto;
}

.chats-link li a {
  font-weight: normal;
}
.chats-link li a.chats-link__viber:before {
  background: url(../images/viber.svg) center no-repeat;
  background-size: 19px auto;
}
.chats-link li a.chats-link__telegram:before {
  background: url(../images/telegram.svg) center no-repeat;
  width: 23px;
  height: 23px;
  left: -2px;
}
.chats-link li a.chats-link__messenger:before {
  background: url(../images/messenger.svg) center no-repeat;
  background-size: 19px auto;
}
.chats-link li a.chats-link__chat:before {
  background: url(../images/logo.svg) center no-repeat;
  width: 24px;
  background-size: 24px 24px;
  left: -3px;
  top: 53%;
}

.c-info {
  position: relative;
}

.info {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -23px);
          transform: translate(-50%, -23px);
  width: 320px;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #85726B;
  padding: 16px 27px 16px 18px;
  font-weight: normal;
  line-height: 1.38;
  z-index: 700;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
  font-size: 13px;
}
.info:after {
  border-top: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
.info p {
  padding-bottom: 10px;
}
.info ol {
  counter-reset: ol;
}
.info ol li {
  padding-bottom: 3px;
  list-style: none;
}
.info ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  font-weight: 600;
  min-width: 15px;
  display: inline-block;
}
.info a {
  border-bottom: 1px dashed #85726B;
  color: #85726B;
  font-weight: 500 !important;
}
.info a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.contacts-pop__close {
  font-size: 24px;
  position: absolute;
  color: #595252;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-pop__close:hover {
  color: rgba(255, 0, 0, 0.5);
}

.info__close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #E0D7D3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info__close:hover {
  color: rgba(255, 0, 0, 0.5);
}

.info_chat-1 {
  left: -25px;
  -webkit-transform: translate(0, -23px);
          transform: translate(0, -23px);
}
.info_chat-1:after {
  left: 26px;
}

.info_chat-2 {
  left: -3px;
  -webkit-transform: translate(0, -23px);
          transform: translate(0, -23px);
}
.info_chat-2:after {
  left: 26px;
}

.show .info {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.show .info_chat-2 {
  bottom: 30px;
}

.icon-menu {
  width: 42px;
  height: 42px;
  background: #FFFAFA;
  border: 1px solid #E4DCDC;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  display: none;
  padding: 11px 10px;
  margin-left: 18px;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 21px;
  height: 3px;
  background: #594139;
  border-radius: 3px;
  border: none;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
  top: 4px;
}

.sw-footer {
  top: 8px;
}

.icon-menu.active .sw-topper {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.menu_mobile {
  display: none;
}

.contacts-mobile {
  display: none;
  padding-left: 24px;
  padding-top: 15px;
}
.contacts-mobile .phones-small li a > span {
  border-bottom: 1px dashed rgba(64, 42, 24, 0.5);
}

@media screen and (max-width: 1200px) {
  .menu ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    max-width: 768px;
  }
  .menu ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .menu {
    padding-right: 10px;
  }
  .button_order {
    width: 120px;
  }
  .menu-top li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 67px;
  }
  .header {
    position: fixed;
    z-index: 901;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header__bottom {
    position: relative;
    top: auto;
    z-index: 700;
  }
  .icon-menu {
    display: block;
  }
  .header__bottom .content {
    height: 67px;
  }
  .menu {
    display: none;
  }
  .button_order {
    height: 40px;
    font-size: 13px;
  }
  .button_order {
    width: 105px;
    margin-left: auto;
  }
  .contacts-pop {
    display: none;
  }
  .header__top {
    position: fixed;
    right: 0;
    top: 68px;
    bottom: 0;
    width: 265px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 600;
  }
  .header__top .content {
    display: block;
    padding: 67px 25px 14px;
    position: relative;
  }
  .header__top.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.2);
  }
  .header__nav {
    display: block;
  }
  .client-office {
    font-size: 16px;
    position: absolute;
    top: 14px;
    left: 25px;
  }
  .client-office:before {
    width: 29px;
    height: 29px;
    margin-right: 10px;
    background-size: 15px 15px;
  }
  .menu-top {
    display: block;
    padding: 0;
    padding-top: 26px;
  }
  .menu-top li {
    padding: 0 0 18px;
  }
  .menu-top li a {
    font-size: 16px;
  }
  .phone-link-open {
    font-size: 16px;
  }
  .phone-link-open:before {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    margin-right: 11px;
  }
  .phone-link-open:after {
    width: 13px;
    height: 13px;
    background-size: 11px 11px;
    display: none;
  }
  .phone-link-open .phone-link-open__arrow {
    background: url(../images/arrow-2.svg) 10px center no-repeat;
    width: 50px;
    height: 20px;
    background-size: 11px 11px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu_mobile {
    display: block;
    background: #fff;
    padding: 0;
  }
  .menu_mobile ul {
    display: block;
  }
  .menu_mobile ul li {
    padding: 0;
    border-bottom: 1px solid #E7E0DE;
  }
  .menu_mobile ul li:last-child {
    border-bottom: 0;
  }
  .menu_mobile ul li a {
    font-size: 16px;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
  }
}
@media screen and (max-width: 460px) {
  .logo_header {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .logo_header {
    font-size: 16px;
  }
  .button_order {
    width: 85px;
    font-size: 12px;
  }
  .icon-menu {
    margin-left: 10px;
  }
}
.footer .footer__top {
  border-top: 1px solid #E7E0DE;
  padding: 25px 0;
}
.footer .footer__top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer .footer__top .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .footer__copyright {
  background: #444;
  color: #CDC8C4;
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
}
.footer .footer__title {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer__col {
  padding: 15px 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  .footer .footer__col {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__col {
    width: 100%;
  }
}
.footer .footer__col.footer__col-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1200px) {
  .footer .footer__col.footer__col-1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__col.footer__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__col.footer__col-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .footer .footer__col.footer__col-2 {
    width: 45%;
  }
}
.footer .footer__col.footer__col-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 991px) {
  .footer .footer__col.footer__col-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__col.footer__col-3 {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .footer__col.footer__col-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 991px) {
  .footer .footer__col.footer__col-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__col.footer__col-4 {
    width: calc(100% - 150px);
  }
}
.footer .footer__col.footer__col-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 767px) {
  .footer .footer__col.footer__col-5 {
    width: 150px;
  }
}
.footer .footer__logo {
  width: 140px;
}
.footer .footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .social-link {
    width: 100%;
    min-width: 1px;
  }
}

.phone-big {
  display: block;
  text-align: left;
}
.phone-big .icon-phone2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.phone-big .icon-phone2:before {
  color: #E7E0DE;
}

.social-links li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-nav {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    font-size: 14px;
  }
}
.footer-nav li {
  padding-bottom: 15px;
  line-height: 1.37;
}
.footer-nav li:last-child {
  padding-bottom: 0;
}
.footer-nav li a {
  border-bottom: 1px dashed transparent;
}
.footer-nav li a:hover {
  border-bottom-color: inherit;
}

.we-accept {
  border: 1px solid #E7E0DE;
  border-radius: 3px;
}
.we-accept .we-accept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-bottom: 1px solid #E7E0DE;
}
.we-accept .we-accept__item:last-child {
  border-bottom: 0;
}
.we-accept .we-accept__item img {
  display: block;
  width: 91px;
  height: auto;
}

section {
  position: relative;
  z-index: 110;
}

.offer {
  position: relative;
  z-index: 100;
  padding: 70px 0 70px;
}
@media screen and (max-width: 992px) {
  .offer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.offer .content {
  position: relative;
  z-index: 100;
}
.offer:before {
  position: absolute;
  z-index: 10;
  top: 53px;
  width: 820px;
  height: 580px;
  background: url(../images/offer-figure.svg) center no-repeat;
  background-size: contain;
  left: calc(50% - 74px);
}
@media screen and (max-width: 767px) {
  .offer:before {
    top: -13px;
    left: calc(50% - 150px);
  }
}
.offer:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 990px;
  background: url(../images/offer-bg.webp) center bottom no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
}
@media screen and (max-width: 992px) {
  .offer:after {
    height: auto;
    bottom: -400px;
  }
}
.offer h1 {
  font-size: 41px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .offer h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .offer h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.offer h1 strong {
  font-weight: 600;
  display: inline-block;
}
.offer .offer__desc {
  text-align: center;
  font-size: 20px;
  margin: -10px 0 30px;
}
@media screen and (max-width: 767px) {
  .offer .offer__desc {
    font-size: 17px;
  }
}
.offer .offer__quote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  border-radius: 18px;
  border-left: 3px solid #65B96D;
  padding: 0.5em 0.8em 0.5em 2em;
  position: relative;
  max-width: 542px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .offer .offer__quote {
    max-width: 100%;
    font-size: 24px;
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .offer .offer__quote {
    font-size: 18px;
  }
}
.offer .offer__quote:before {
  position: absolute;
  font-size: 1.9em;
  color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  right: 0;
}
.offer .offer__form {
  max-width: 400px;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .offer .offer__form {
    max-width: inherit;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .offer .offer__form {
    padding-top: 30px;
  }
}
.offer-benefit {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.55);
  padding: 40px 25px 30px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .offer-benefit {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.offer-benefit .offer-benefit__title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .offer-benefit .offer-benefit__title {
    font-size: 22px;
  }
}

.expertise {
  padding: 100px 0 94px;
}
@media screen and (max-width: 991px) {
  .expertise {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .expertise {
    padding: 60px 0 40px;
  }
}
.service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 41px;
  background: #F7F8F6;
  margin-bottom: 20px;
  padding: 35px 35px 35px;
}
.service._pro {
  background: linear-gradient(102deg, #EAF7ED 2.43%, #FFFDF1 100%);
  background: #FFFDF1;
}
@media screen and (max-width: 991px) {
  .service {
    padding: 35px 20px 20px;
    border-radius: 20px;
  }
}
.service .service__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 20;
}
.service .service__icon:after {
  inset: 0;
  position: absolute;
  background: url(../images/icon-bg.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.6;
}
.service .service__icon._2:after {
  -webkit-transform: rotate(-110.724deg);
          transform: rotate(-110.724deg);
}
.service .service__icon._3:after {
  -webkit-transform: rotate(89.727deg);
          transform: rotate(89.727deg);
}
.service .service__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .service .service__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.service .service__list {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 35px 32px 27px;
  color: #979797;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .service .service__list {
    padding: 25px 20px;
  }
}
.service .service__list p {
  color: #444;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}
.service .service__list ul {
  text-align: left;
}
.service .service__list ul li {
  padding-top: 2px;
  padding-left: 37px;
  background: url(../images/check.svg) 0 0 no-repeat;
  background-size: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 15px;
  color: #444;
}
.service .service__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .service .service__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
}
.service .service__bottom._without-price .service__price {
  display: none;
}
.service .service__bottom._without-price .service__btn {
  width: 100%;
}
.service .service__bottom._without-price .service__btn .button {
  width: 100%;
  max-width: inherit;
}
.service .service__btn .button {
  max-width: 300px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .service .service__btn {
    width: 100%;
  }
  .service .service__btn .button {
    width: 100%;
    max-width: 100%;
  }
}
.service .service__price {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .service .service__price {
    font-size: 18px;
  }
}

.conditions .conditions__content {
  position: relative;
  z-index: 100;
  overflow: hidden;
  border-radius: 41px;
  background: linear-gradient(102deg, #FFFDF1 2.43%, #EAF7ED 100%);
  padding: 87px 20px 95px;
}
@media screen and (max-width: 767px) {
  .conditions .conditions__content {
    border-radius: 0;
    margin: 0 -15px;
    padding: 70px 20px;
  }
}
.conditions .conditions__content img {
  display: block;
  margin: 0 auto 50px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .conditions .conditions__content img {
    width: 90px;
    margin-bottom: 30px;
  }
}
.conditions .conditions__content .h2 {
  max-width: 820px;
  margin: 0 auto 62px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conditions .conditions__content .h2 {
    margin-bottom: 50px;
  }
}
.conditions .conditions__content:after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/circle-bg-top.svg) 0 0 no-repeat, url(../images/circle-bg-bottom.svg) right bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .conditions .conditions__content:after {
    background-position: -150px 0, right bottom;
    background-size: 300px auto, 200px auto;
  }
}
.conditions .phone-big {
  font-weight: 500;
}
.conditions .phone-big .icon-phone2:before {
  color: #444;
}

.advantages {
  padding: 110px 0 20px;
}
@media screen and (max-width: 767px) {
  .advantages {
    padding: 60px 0 0px;
  }
}
.advantages .advantages__list {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .advantages .advantages__list {
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .advantages .advantages__list .col-12:nth-child(2) .advantage, .advantages .advantages__list .col-12:nth-child(3) .advantage, .advantages .advantages__list .col-12:nth-child(6) .advantage, .advantages .advantages__list .col-12:nth-child(7) .advantage {
    background: #FAFBF9;
    border-color: transparent;
  }
  .advantages .advantages__list .col-12:nth-child(2) .advantage:after, .advantages .advantages__list .col-12:nth-child(3) .advantage:after, .advantages .advantages__list .col-12:nth-child(6) .advantage:after, .advantages .advantages__list .col-12:nth-child(7) .advantage:after {
    display: none;
  }
  .advantages .advantages__list .col-12:nth-child(2) .advantage .icon-star, .advantages .advantages__list .col-12:nth-child(3) .advantage .icon-star, .advantages .advantages__list .col-12:nth-child(6) .advantage .icon-star, .advantages .advantages__list .col-12:nth-child(7) .advantage .icon-star {
    color: #444;
  }
}
@media screen and (max-width: 992px) {
  .advantages .advantages__list .col-12:nth-child(even) .advantage {
    background: #FAFBF9;
    border-color: transparent;
  }
  .advantages .advantages__list .col-12:nth-child(even) .advantage:after {
    display: none;
  }
  .advantages .advantages__list .col-12:nth-child(even) .advantage .icon-star {
    color: #444;
  }
}
.advantages .advantages__btns {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .advantages .advantages__btns {
    padding-top: 30px;
  }
}

.advantage {
  width: 100%;
  border-radius: 41px;
  border: 1px solid #65B96D;
  position: relative;
  padding: 54px 55px;
  line-height: 1.35;
  margin-bottom: 24px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .advantage {
    padding: 30px 30px;
  }
}
.advantage .icon-star {
  font-size: 27px;
  color: #65B96D;
  position: absolute;
  top: 33px;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .advantage .icon-star {
    top: 20px;
    right: 20px;
    font-size: 22px;
  }
}
.advantage:after {
  width: 174px;
  height: 150px;
  background: linear-gradient(89deg, rgba(241, 229, 85, 0.1) -4.97%, rgba(101, 185, 109, 0.1) 88.5%);
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 7px;
  z-index: -1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.advantage .advantage__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .advantage .advantage__title {
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

.section-group {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #F5F5F5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #F5F5F5 80%, rgba(255, 255, 255, 0) 100%);
}

.prices {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .prices {
    padding: 50px 0 20px;
  }
}
.prices .prices__caption {
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .prices .prices__caption {
    font-size: 14px;
  }
}
.prices .prices__table {
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .prices .prices__table {
    padding-top: 0;
  }
}

.price-table {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .price-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .price-table {
    border-radius: 10px;
  }
}
.price-table._hidden-term td:nth-child(2) {
  display: none;
}
.price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .price-table table {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .price-table table thead {
    display: none;
  }
}
.price-table table thead tr {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.82%, #65B96D), color-stop(121.35%, #E3D06C));
  background: linear-gradient(90deg, #65B96D 1.82%, #E3D06C 121.35%);
  font-weight: 600;
  color: #fff;
}
.price-table table thead tr td {
  padding: 18px 0 18px 55px;
}
@media screen and (max-width: 991px) {
  .price-table table thead tr td {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price-table table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    row-gap: 5px;
    padding: 0 0 14px;
    overflow: hidden;
  }
  .price-table table tbody tr:not(:last-child) {
    margin-bottom: 5px;
  }
}
.price-table table tbody tr td {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: #fff;
  padding: 18px 0 18px 55px;
}
@media screen and (max-width: 991px) {
  .price-table table tbody tr td {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr td {
    padding: 0;
    background: 0 !important;
    border-radius: 0 !important;
  }
}
.price-table table tbody tr td:nth-child(1) {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr td:nth-child(1) {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.82%, #65B96D), color-stop(121.35%, #E3D06C)) !important;
    background: linear-gradient(90deg, #65B96D 1.82%, #E3D06C 121.35%) !important;
    padding: 7px 15px;
    color: #fff;
    margin-bottom: 8px;
  }
}
.price-table table tbody tr td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr td:nth-child(2) {
    padding: 0 15px;
  }
}
.price-table table tbody tr td:nth-child(3) {
  font-weight: 500;
  color: #65B96D;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr td:nth-child(3) {
    padding: 0 15px;
  }
}
.price-table table tbody tr td:nth-child(4) {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .price-table table tbody tr td:nth-child(4) {
    padding: 0 15px;
    margin-left: auto;
  }
}
.price-table table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
  .price-table table tbody tr:hover td {
    background: rgba(101, 185, 109, 0.05) !important;
  }
}
.price-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.price-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.price-table table a {
  color: #848484;
  font-weight: normal;
}

.how-order {
  padding: 110px 0 10px;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .how-order {
    padding: 50px 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .how-order .h2 {
    margin-bottom: 50px;
  }
}
.how-order .phone-big {
  font-weight: 500;
}
.how-order .phone-big .icon-phone2:before {
  color: #444;
}
.how-order {
  /*
  &:after{
    @extend .a;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 1565px;
    background: url(../images/steps-bg.svg) center no-repeat;
    @media screen and (min-width: 1910px){
      background-size: 100% 100%;
    }
    @media screen and (max-width: 992px) {
      background-position: 72% center;
    }
  }

   */
}
.how-order .how-order__btns {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .how-order .how-order__btns {
    padding-top: 20px;
  }
}

.step-item {
  border-radius: 40px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  padding: 39px 41px 30px 55px;
  width: 100%;
  margin-bottom: 22px;
  line-height: 1.4;
  min-height: 226px;
}
@media screen and (max-width: 992px) {
  .step-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step-item {
    margin-bottom: 15px;
  }
}
.step-item .step-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.step-item .step-item__number {
  color: #65B96D;
  font-weight: 500;
  font-size: 70px;
  min-width: 60px;
  line-height: 0.8;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media screen and (max-width: 767px) {
  .step-item .step-item__number {
    font-size: 60px;
    min-width: 50px;
  }
}
.step-item h3 {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .step-item h3 {
    font-size: 18px;
  }
}

.first-step {
  padding: 30px 0 130px;
}
@media screen and (max-width: 767px) {
  .first-step {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.first-step .form {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .first-step .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.faqs {
  padding: 80px 0 110px;
}
@media screen and (max-width: 767px) {
  .faqs {
    padding: 50px 0 40px;
  }
  .faqs .h2:not(._small) {
    margin-bottom: 10px;
  }
}

.information {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .information {
    padding-bottom: 50px;
  }
}
.information .information__list {
  max-width: 810px;
  margin: 0 auto;
}
.information .information__list details {
  position: relative;
}
@media screen and (max-width: 767px) {
  .information .information__list details:last-child:after {
    display: none;
  }
}
.information .information__list details:after {
  position: absolute;
  bottom: 0;
  left: 55px;
  right: 0;
  height: 1px;
  background: #E9E7E4;
}
.information .information__list details[open] > summary:before {
  background: url(../images/faq-up.svg) center no-repeat;
  background-size: contain;
}
.information .information__list details summary {
  display: block;
  padding: 25px 0 25px 55px;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-weight: 600;
}
.information .information__list details summary:before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 20px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/faq-down.svg) center no-repeat;
  background-size: contain;
}
.information .information__list details summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .information .information__list details summary {
    padding-left: 45px;
  }
}
.information .information__list details .entry-content {
  font-size: 15px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .information .information__list details .entry-content {
    padding-left: 45px;
  }
}

.site-txt {
  position: relative;
  z-index: 500;
  padding-top: 60px;
}
.site-txt .entry-content {
  max-width: inherit;
}

.basic-requirements {
  padding-top: 70px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .basic-requirements {
    padding-top: 40px;
  }
}
.basic-requirements .basic-requirements__item {
  width: 100%;
  color: #fff;
  background: #444;
  padding: 35px;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .basic-requirements .basic-requirements__item {
    padding: 30px 20px 20px;
    border-radius: 20px;
  }
}
.basic-requirements .basic-requirements__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .basic-requirements .basic-requirements__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .basic-requirements .basic-requirements__title {
    font-size: 20px;
  }
}
.basic-requirements .basic-requirements__btn {
  margin-top: auto;
  padding-top: 30px;
}
.basic-requirements .basic-requirements__desc {
  opacity: 0.7;
  max-width: 260px;
  margin: 0 auto;
}

.offer-author {
  padding-bottom: 33px;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .offer-author {
    padding-bottom: 10px;
  }
}
.offer-author:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 906px;
  background: url(../images/offer-lines.svg) center 0 no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1910px) {
  .offer-author:after {
    background-size: 100% 100%;
  }
}
.offer-author:before {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 300px;
  width: 100%;
  height: 555px;
  background: url(../images/offer-line.svg) center 0 no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1910px) {
  .offer-author:before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .offer-author:before {
    top: 270px;
  }
}
.offer-author .offer-author__content {
  padding: 106px 0;
}
@media screen and (max-width: 992px) {
  .offer-author .offer-author__content {
    padding: 40px 0;
    text-align: center;
  }
}
.offer-author .offer-author__content h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 86px;
}
@media screen and (max-width: 992px) {
  .offer-author .offer-author__content h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .offer-author .offer-author__content h1 {
    font-size: 28px;
  }
}
.offer-author .offer-author__content .button {
  min-width: 240px;
  height: 65px;
}
.offer-author .offer-author__thumb {
  width: 100%;
  max-width: 510px;
}
@media screen and (max-width: 992px) {
  .offer-author .offer-author__thumb {
    margin: 0 auto;
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .offer-author .offer-author__thumb {
    max-width: 300px;
  }
}
.offer-author .offer-author__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.offer-author .offer-author__quote {
  z-index: 30;
  position: relative;
  border-radius: 27px;
  background: #444;
  padding: 40px 65px;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .offer-author .offer-author__quote {
    padding: 30px 70px 30px 30px;
    font-size: 16px;
  }
}
.offer-author .offer-author__quote:before {
  position: absolute;
  font-size: 1.47em;
  color: #FAD75F;
  top: 26px;
  right: 37px;
}
@media screen and (max-width: 767px) {
  .offer-author .offer-author__quote:before {
    right: 25px;
  }
}

.benefits {
  padding: 70px 0 110px;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 60px 0 55px;
  }
}
.benefits .benefits__list {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__list {
    padding-top: 10px;
  }
}

.benefit {
  width: 100%;
  border-radius: 41px;
  background: #FAFBF9;
  margin-bottom: 15px;
  text-align: center;
  padding: 20px 30px 35px;
  line-height: 1.37;
}
.benefit .benefit__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  z-index: 30;
}
.benefit .benefit__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 20;
  margin: 0 auto -10px;
}
.benefit .benefit__icon:after {
  inset: 0;
  position: absolute;
  background: url(../images/icon-bg.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}
.benefit .benefit__icon._2:after {
  -webkit-transform: rotate(61.214deg);
          transform: rotate(61.214deg);
}
.benefit .benefit__icon._4:after {
  -webkit-transform: rotate(110.921deg);
          transform: rotate(110.921deg);
}
.benefit .benefit__icon._5:after {
  -webkit-transform: rotate(-76.943deg);
          transform: rotate(-76.943deg);
}
.benefit .benefit__icon._6:after {
  -webkit-transform: rotate(-137.74deg);
          transform: rotate(-137.74deg);
}

.section-group-2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F5F5F5), color-stop(70%, rgba(245, 245, 245, 0)));
  background: linear-gradient(180deg, #F5F5F5 50%, rgba(245, 245, 245, 0) 70%);
}

.requirements {
  padding: 90px 0 35px;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .requirements {
    padding: 60px 0 20px;
  }
}
.requirements:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 920px;
  background: url(../images/requirements-bg.svg) center 0 no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1910px) {
  .requirements:after {
    background-size: 100% 100%;
  }
}
.requirements .requirements__list {
  padding-top: 14px;
  max-width: 760px;
  margin: 0 auto;
}
.requirements .requirements__item {
  border-radius: 26px;
  border: 1px solid #FFF;
  background: #FCFCFC url(../images/check.svg) 35px center no-repeat;
  background-size: 25px;
  padding: 30px 30px 30px 85px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__item {
    background-position: 25px center;
    padding-left: 75px;
  }
}

.first-step._author {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .first-step._author {
    padding-bottom: 40px;
  }
}

.fancybox-bg {
  background: #444444;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.fancybox-content {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  max-width: 690px;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .fancybox-content {
    padding: 40px 25px 30px;
  }
}
.fancybox-content .h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}
.fancybox-content .button {
  padding: 0 45px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #595252;
  opacity: 1;
  padding: 5px;
  top: 34px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 20px;
  }
}

.modal-form .h2 {
  text-align: left;
  padding-right: 40px;
}
.modal-form .form {
  padding: 0;
  background: 0;
  color: #444;
}
.modal-form .form .form__content {
  max-width: inherit;
}

.modal-success {
  max-width: 440px;
}
.modal-success .modal-success__content {
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
  line-height: 1.45;
}
.modal-success .modal-success__content p {
  margin-bottom: 30px;
}
.modal-success .modal-success__content .icon-success {
  color: #65B96D;
  margin-bottom: 20px;
  font-size: 42px;
  display: block;
}
.modal-success .fancybox-close-small {
  top: 15px;
  right: 15px;
}

.page-404 {
  padding-top: 50px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.page-404 .title {
  margin-bottom: 20px;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 20px;
  font-weight: 500;
}

.page-404__links {
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 25px 20px 15px;
}
.page-404__links p {
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    -webkit-transform: none;
            transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
.faq-item {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-item:last-child:after {
    display: none;
  }
}
.faq-item:after {
  position: absolute;
  bottom: 0;
  left: 55px;
  right: 0;
  height: 1px;
  background: #E9E7E4;
}
@media screen and (max-width: 767px) {
  .faq-item:after {
    left: 45px;
  }
}
.faq-item .faq-item__question {
  padding: 25px 0 25px 55px;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-item__question {
    padding-left: 45px;
  }
}
.faq-item .faq-item__question:before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 20px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/faq-down.svg) center no-repeat;
  background-size: contain;
}
.faq-item .faq-item__question.active:before {
  background: url(../images/faq-up.svg) center no-repeat;
  background-size: contain;
}
.faq-item .faq-item__answer {
  display: none;
  padding-left: 55px;
  color: #767676;
  font-size: 15px;
  padding-bottom: 25px;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-item__answer {
    padding-left: 45px;
  }
}
.faq-item .faq-item__answer p:not(:last-child) {
  margin-bottom: 1em;
}

.days-off_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 12px 15px;
  margin-bottom: 20px;
}
.days-off_line:after, .days-off_line::after {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.label-text {
  color: #402A18;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.time-work__row_head {
  padding-bottom: 8px;
  padding-top: 5px;
}
.time-work__row_head:last-child {
  padding-bottom: 0;
}

.contacts-pop__col-1_phone {
  width: 215px;
}

.phone-big {
  font-size: 14px;
}
.phone-big li {
  padding-bottom: 2px;
}
.phone-big li:last-child {
  padding-bottom: 0;
}
.phone-big a {
  font-size: 22px;
  white-space: nowrap;
  line-height: 1.6;
}
.phone-big a span {
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .phone-big a:hover span {
    color: #65B96D;
    border-bottom-color: #65B96D;
  }
}
.phone-big a svg {
  color: #E7E0DE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.phone-big a.phone-big_icon {
  padding-left: 32px;
  position: relative;
}
.phone-big .phone-big__caption {
  background: rgba(254, 246, 217, 0.5);
  border-radius: 3px;
  line-height: 1.37;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
}

.phone-big_contacts {
  padding-top: 5px;
}
.phone-big_contacts li {
  padding-bottom: 10px;
}
.phone-big_contacts a {
  font-size: 30px;
}

.phone-big_footer {
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.phone-big_footer a {
  font-size: 26px;
}

.chats-link-icon a.chats-link__chat:before {
  background: url(../images/logo.svg) center no-repeat;
  width: 24px;
  background-size: 24px 24px;
  left: -3px;
  top: 53%;
}

.chats-link-icon_footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 -5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chats-link-icon_footer > li {
  padding-left: 5px;
  padding-right: 5px;
}
.chats-link-icon_footer > li:first-child {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.chats-link-icon_footer > li > a {
  width: 38px;
  height: 38px;
  border: 1px solid #E7E0DE;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chats-link-icon_footer > li > a:before, .chats-link-icon_footer > li > a::before {
  margin: 0;
}

.info ol li a {
  display: inline;
  width: auto;
  height: auto;
  opacity: 1 !important;
}
.info ol li a:before, .info ol li a::before {
  display: none;
}

.info_chat-3 {
  left: 0;
  -webkit-transform: translate(0, -23px);
          transform: translate(0, -23px);
}
.info_chat-3:after, .info_chat-3::after {
  left: 16px;
}

@media screen and (max-width: 767px) {
  .phone-link-open {
    display: none;
  }
  .header__top .content {
    padding-top: 20px;
  }
  .menu-top {
    margin-bottom: 25px;
  }
  .contacts-mobile {
    display: block !important;
    padding: 0 0 50px;
  }
  .contacts-mobile .chats-link-icon {
    padding-top: 12px;
  }
  .label-text {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  .footer__col-4 {
    width: 66.6666%;
  }
}
@media screen and (max-width: 650px) {
  .footer__col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .phone-big_footer {
    margin-bottom: 46px;
  }
  .footer__col-4 {
    width: calc(100% - 140px);
  }
  .footer__col-5 {
    width: 120px;
  }
  .we-accept {
    max-width: 100%;
  }
  .chats-link-icon_footer > li:first-child,
  .footer__title {
    font-size: 14px;
  }
  .phone-big_footer {
    font-size: 14px;
  }
  .phone-big_footer a {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .phone-big_footer {
    margin-bottom: 20px;
  }
  .footer__col-4,
  .footer__col-5 {
    width: 100%;
  }
}
.header__bottom {
  z-index: 901;
  background: #fff;
}

.contacts-pop {
  top: calc(100% + 10px);
}
@media screen and (max-width: 991px) {
  .contacts-pop {
    width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.menu {
  margin-left: 0;
}

.header__contacts {
  margin-right: 30px;
}
@media screen and (max-width: 1020px) {
  .header__contacts {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .header__contacts .phone-link-open {
    font-size: 15px;
    font-weight: 500;
  }
  .header__contacts .phone-link-open:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .header__contacts .phone-link-open:after {
    width: 10px;
    height: 10px;
    background-size: contain;
  }
}

.logo.logo_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5F433B;
  font-size: 24.7555px;
}
.logo.logo_header img {
  display: block;
  width: 207px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .logo.logo_header img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .logo.logo_header img {
    width: 170px;
  }
}

.header-order-mob {
  display: none;
  padding: 20px 25px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header-order-mob {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-order-pc {
    display: none;
  }
}

.hidden-mobile {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    margin-right: 0;
  }
}

.icon-menu {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .icon-menu {
    margin-left: auto;
  }
}

.interface-toggle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interface-toggle {
    margin-left: 15px;
  }
}
.interface-toggle .interface-toggle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  color: #8B8B8B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__list {
    background: #F8F6F6;
    color: #988A7E;
    border-radius: 8px;
    font-size: 15px;
  }
}
.interface-toggle .interface-toggle__list .interface-toggle__btn {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__list .interface-toggle__btn {
    height: 40px;
    padding: 0 12px;
  }
}
.interface-toggle .interface-toggle__list .interface-toggle__btn.current {
  background: #444;
  color: #fff;
  font-weight: 600;
  cursor: default;
}
@media (hover: hover) {
  .interface-toggle .interface-toggle__list .interface-toggle__btn:not(.current):hover {
    color: #65B96D;
  }
}
.interface-toggle .interface-toggle__info {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 15px;
  color: #595252;
  padding: 30px;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__info {
    width: calc(100vw - 30px);
    max-width: 400px;
    left: -68px;
  }
  .interface-toggle .interface-toggle__info:after {
    left: 200px !important;
  }
}
.interface-toggle .interface-toggle__info.active {
  -webkit-transform: translate(0, 13px);
          transform: translate(0, 13px);
  visibility: visible;
  opacity: 1;
}
.interface-toggle .interface-toggle__info.active:after {
  top: -10px;
}
.interface-toggle .interface-toggle__info p {
  max-width: 290px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.interface-toggle .interface-toggle__info:after {
  position: absolute;
  z-index: 1;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: 0;
  left: 114px;
  margin-left: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interface-toggle .interface-toggle__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.interface-toggle .interface-toggle__btns a:not(.button) {
  color: #8E8E8E;
  font-weight: 500;
}
@media (hover: hover) {
  .interface-toggle .interface-toggle__btns a:not(.button):hover {
    color: #65B96D;
  }
}

.bg-close2 {
  background: rgba(68, 68, 68, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}

.grecaptcha-badge {
  z-index: 200 !important;
  opacity: 0;
  visibility: hidden;
}