@charset "UTF-8";
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-ExtraBold.eot");
  src: local("Commissioner ExtraBold"), local("Commissioner-ExtraBold"), url("../fonts/Commissioner-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-ExtraBold.woff2") format("woff2"), url("../fonts/Commissioner-ExtraBold.woff") format("woff"), url("../fonts/Commissioner-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Light.eot");
  src: local("Commissioner Light"), local("Commissioner-Light"), url("../fonts/Commissioner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Light.woff2") format("woff2"), url("../fonts/Commissioner-Light.woff") format("woff"), url("../fonts/Commissioner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Bold.eot");
  src: local("Commissioner Bold"), local("Commissioner-Bold"), url("../fonts/Commissioner-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Bold.woff2") format("woff2"), url("../fonts/Commissioner-Bold.woff") format("woff"), url("../fonts/Commissioner-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Medium.eot");
  src: local("Commissioner Medium"), local("Commissioner-Medium"), url("../fonts/Commissioner-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Medium.woff2") format("woff2"), url("../fonts/Commissioner-Medium.woff") format("woff"), url("../fonts/Commissioner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-ExtraLight.eot");
  src: local("Commissioner ExtraLight"), local("Commissioner-ExtraLight"), url("../fonts/Commissioner-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-ExtraLight.woff2") format("woff2"), url("../fonts/Commissioner-ExtraLight.woff") format("woff"), url("../fonts/Commissioner-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Black.eot");
  src: local("Commissioner Black"), local("Commissioner-Black"), url("../fonts/Commissioner-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Black.woff2") format("woff2"), url("../fonts/Commissioner-Black.woff") format("woff"), url("../fonts/Commissioner-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Regular.eot");
  src: local("Commissioner Regular"), local("Commissioner-Regular"), url("../fonts/Commissioner-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Regular.woff2") format("woff2"), url("../fonts/Commissioner-Regular.woff") format("woff"), url("../fonts/Commissioner-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-SemiBold.eot");
  src: local("Commissioner SemiBold"), local("Commissioner-SemiBold"), url("../fonts/Commissioner-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-SemiBold.woff2") format("woff2"), url("../fonts/Commissioner-SemiBold.woff") format("woff"), url("../fonts/Commissioner-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Thin.eot");
  src: local("Commissioner Thin"), local("Commissioner-Thin"), url("../fonts/Commissioner-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Thin.woff2") format("woff2"), url("../fonts/Commissioner-Thin.woff") format("woff"), url("../fonts/Commissioner-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Commissioner", sans-serif;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
  background: #e7e3e0;
}
@media (max-width: 1359.98px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

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

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1359.98px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 710px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 1023.98px) {
  .wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    padding-top: 60px;
  }
}

.content__wrapper {
  flex: 1 0 auto;
}

.pd__header {
  padding-top: 100px;
}

.no-display {
  display: none;
}

@media (max-width: 1699.98px) {
  .hide-desktop-lg {
    display: none !important;
  }
}

@media (max-width: 1359.98px) {
  .hide-desktop-md {
    display: none !important;
  }
}

@media (max-width: 1359.98px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-tablet-sm {
    display: none !important;
  }
}

@media (max-width: 609.98px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

@media (min-width: 1360px) {
  .show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 610px) {
  .show-mobile-lg {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.content__text {
  font-size: 18px;
  line-height: 1.5555555556;
}
.content__text > * {
  margin-bottom: 35px;
}
.content__text a {
  text-decoration: underline;
}
.content__text a:hover {
  text-decoration: none;
}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5 {
  color: #333333;
  line-height: 1.1;
  font-weight: 700;
}
.content__text h1 {
  font-size: 36px;
  margin: 45px 0;
}
.content__text h2 {
  font-size: 32px;
  margin: 45px 0;
}
.content__text h3 {
  font-size: 24px;
  margin: 30px 0;
}
.content__text h4 {
  font-size: 20px;
  margin: 30px 0;
}
.content__text h5 {
  font-size: 18px;
  margin: 30px 0;
}
.content__text ul,
.content__text ol {
  padding-left: 26px;
}
.content__text ol {
  list-style-type: none;
  counter-reset: num;
}
.content__text li {
  position: relative;
}
.content__text ul li:before {
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 11px;
  color: #333333;
  font-size: 16px;
  content: "•";
}
.content__text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 8px;
  text-align: right;
}
.content__text img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .content__text {
    font-size: 16px;
  }
  .content__text > * {
    margin-bottom: 40px;
  }
  .content__text h1 {
    font-size: 28px;
    margin: 40px 0;
  }
  .content__text h2 {
    font-size: 24px;
    margin: 40px 0;
  }
  .content__text h3 {
    font-size: 24px;
    margin: 25px 0;
  }
  .content__text h4 {
    font-size: 18px;
    margin: 25px 0;
  }
  .content__text h5 {
    font-size: 16px;
    margin: 25px 0;
  }
}

.section__head {
  margin-bottom: 30px;
}
.section__head.mb--smx {
  margin-bottom: 10px;
}
.section__head.mb--sm {
  margin-bottom: 15px;
}
.section__head.mb--lg {
  margin-bottom: 60px;
}
.section__head.hcols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.section__title {
  font-size: 41px;
  font-weight: 600;
}
.section__title.mw {
  max-width: 1100px;
}
.section__title mark {
  color: #ff6b00;
}
.section__intro {
  margin-top: 10px;
}
.text--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}
.section__buttons {
  margin-top: 68px;
  text-align: center;
}
.section__first {
  margin-top: 0 !important;
}
.section__mg {
  margin: 20px 0;
}
.section__mg--md {
  margin: 40px 0;
}
.section__pd {
  padding: 30px 0;
}
.section__pdt {
  padding-top: 70px;
}
.section__bg {
  background: url("../images/pattern_bg.png") #333333;
  padding: 30px 0;
  color: #fff;
}
.section__tab {
  display: none;
}
.section__tab.show {
  display: block;
}
@media (max-width: 1359.98px) {
  .section__head.mb--lg {
    margin-bottom: 40px;
  }
  .section__title {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 1023.98px) {
  .section__head.hcols {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .section__head.mb--smx {
    margin-bottom: 20px;
  }
  .section__head.mb--sm {
    margin-bottom: 20px;
  }
  .section__head.mb--lg {
    margin-bottom: 30px;
  }
  .section__title {
    font-size: 28px;
    text-wrap: balance;
  }
}
.title {
  font-size: 28px;
  font-weight: 600;
  text-wrap: balance;
}
@media (max-width: 1359.98px) {
  .title {
    font-size: 24px;
  }
}

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

.text--white {
  color: white;
}

.icon {
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.icon--fill {
  fill: currentColor;
  stroke: initial;
}
.icon path {
  stroke: currentColor;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social__item {
  width: 70px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6b00;
  border-radius: 100px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.social__item img {
  max-width: 90%;
  transition: all 0.3s ease-in-out;
}
.social__item .icon {
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  .social__item:hover {
    background: #d95d04;
  }
  .social__item:hover img {
    transform: scale(0.8);
  }
}
@media (max-width: 1359.98px) {
  .social__item {
    width: 50px;
    height: 47px;
  }
}
@media (max-width: 1023.98px) {
  .social {
    gap: 12px;
  }
  .social__item {
    width: 45px;
    height: 43px;
  }
/*   .hero__imgbg {
    display:none !important;
} */
}
@media (min-width: 1025.98px){
.hero__imgbg_mob {
      display:none !important;
  }
}
.link {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.link .icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.link__more .close_t {
  display: none;
}
.link__more.opened .open_t {
  display: none;
}
.link__more.opened .close_t {
  display: block;
}
@media (max-width: 1359.98px) {
  .link {
    font-size: 16px;
  }
}

/**************************************************************
swiper
**************************************************************/
.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
}
.swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 12px;
  height: 12px;
  border: 1px solid #737373;
  background: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-button {
  width: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
}
.swiper-button:after {
  display: none;
}
.swiper-button .icon {
  width: 100%;
}
@media (hover: hover) {
  .swiper-button:hover {
    color: #ff6b00;
  }
}
.swiper-button-nav {
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-button-nav .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 -6px;
}
@media (max-width: 1023.98px) {
  .swiper-button {
    width: 20px;
    height: 40px;
  }
}

.swiper-scrollbar {
  background: none;
}

/***************************************************/
.noUi-target {
  height: 5px;
  background: #eeeaeb;
  margin: 30px 0;
}
.noUi-target.range--md {
    height: 10px;
}

.noUi-connect {
  background: #ff6b00;
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  right: -8px;
  width: 15px;
  height: 15px;
  background: #ff6b00;
  box-shadow: none;
  border: none;
}
.range--md.noUi-horizontal .noUi-handle {
    width: 20px; height: 20px;
}
.noUi-tooltip {
  height: auto;
  width: auto;
  font-size: 14px;
  color: #999;
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.noUi-tooltip::after {
  display: none;
}
.noUi-pips-horizontal {
  padding: 5px 0 0;
}

.noUi-marker-horizontal.noUi-marker {
  display: none;
}

.noUi-value-horizontal {
  transform: initial;
  font-size: 12px;
}
.noUi-value-horizontal:last-child {
  transform: translateX(-100%);
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input::-o-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input::-moz-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input:-moz-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input::placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input:placeholder-shown {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=text], input[type=tel], button {
  -webkit-appearance: none;
}

.form__row {
  margin-bottom: 15px;
}
.form__policy {
  margin-top: 17px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  cursor: pointer;
}
.form__policy.mt--sm {
  margin-top: 12px;
}
.form__policy.fs--md {
  font-size: 16px;
  gap: 10px;
}
.form__policy.color--dark {
  color: #333333;
}
.form__policy input {
  display: none;
}
.form__policy-t {
  min-height: 18px;
  display: flex;
  align-items: center;
}
.form__policy-t a {
  text-decoration: underline;
}
.form__policy-t a:hover {
  text-decoration: none;
}
.form__policy-sq {
  flex: 0 0 auto;
  margin-top: 3px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #fff;
}
.form__policy.policy--nobd .form__policy-sq {
  border: none;
}
.form__policy.fs--md .form__policy-sq {
  width: 18px;
  height: 18px;
}
.form__policy.color--dark .form__policy-sq {
  border-color: #333333;
}
.form__policy :checked + .form__policy-sq {
  background-image: url(../images/icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.form__policy input.error + .form__policy-sq {
  border: 2px solid #A63636;
}
.form__submit {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.form__submit .form__policy {
  margin-top: 0;
}
@media (max-width: 1359.98px) {
  .form__policy {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .form__submit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.input {
  width: 100%;
  height: 75px;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 100px;
  padding: 0 40px;
  font-family: "Commissioner", sans-serif;
  color: #333333;
  font-size: 22px;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
}
.input--md {
  height: 55px;
  font-size: 16px;
  padding: 0 25px;
}
.input--nobd {
  border: none;
}
.input:focus {
  border-color: #ff6b00;
}
.input.is-invalid, .input.error {
  border-color: #A63636;
  color: #A63636;
}
.input.is-invalid::-webkit-input-placeholder, .input.error::-webkit-input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid::-o-input-placeholder, .input.error::-o-input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid::-moz-input-placeholder, .input.error::-moz-input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid:-moz-input-placeholder, .input.error:-moz-input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid::-ms-input-placeholder, .input.error::-ms-input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid input-placeholder, .input.error input-placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid::placeholder, .input.error::placeholder {
  color: #A63636;
  opacity: 1;
}
.input.is-invalid:placeholder-shown, .input.error:placeholder-shown {
  color: #A63636;
  opacity: 1;
}
.input__error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  font-size: 14px;
  color: #A63636;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
[class*=col-] > .input__error {
  padding-left: 15px;
}
.input.error ~ .input__error {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1359.98px) {
  .input {
    height: 55px;
    padding: 0 30px;
    font-size: 18px;
  }
}

textarea.input {
  line-height: normal;
  padding: 10px 15px;
  resize: none;
  height: 100px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  min-width: 280px;
  padding: 0 50px;
  border: none;
  border-radius: 100px;
  background: #ff6b00;
  font-family: "Commissioner", sans-serif;
  font-size: 22px;
  color: #000;
  text-align: center;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.btn::after {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -70px;
  top: 0;
  width: 50px;
  height: 110%;
  transform: skew(-30deg);
  transition: all 0.3s;
  animation-name: slideme;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-delay: 0.8s;
  content: "";
}
.btn--dark {
  background: #333333;
  color: #fff;
}
@media (hover: hover) {
  .btn:hover {
    background: #d95d04;
    color: #fff;
  }
  .btn--dark:hover {
    background: #ff6b00;
    color: #333333;
  }
  .btn--dark.btn--hovdark:hover {
    background: #444;
    color: #fff;
  }
}
.btn--md {
  height: 55px;
  font-size: 18px;
  min-width: 220px;
}
.btn--wall {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1359.98px) {
  .btn {
    height: 55px;
    min-width: 220px;
    font-size: 18px;
    padding: 0 30px;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -70px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: calc(100% + 70px);
  }
}
.switcher {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}
.switcher input {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.switcher__wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 48px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25%/50%;
  vertical-align: top;
  background: #eee;
  transition: 0.2s;
}
.switcher__wrap:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}
:checked + .switcher__wrap {
  background: #ff6b00;
}
:checked + .switcher__wrap:before {
  transform: translateX(24px);
}

/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.95;
}
.popup__container {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  background: url(../images/bg-form.jpg) no-repeat center;
  background-size: cover;
  background-color: #ff6b00;
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup--thank .popup__container {
  max-width: 500px;
  min-height: 250px;
}
.popup--info .popup__container {
  max-width: 700px;
  text-align: left;
  background: #fff;
  color: black;
  font-size: 16px;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.popup--info .popup__close {
    color: #ff6b00;
}
.popup__close .icon {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .popup__close:hover {
    color: #333333 !important;
  }
}
.popup__body {
    width: 100%;
}
.popup__head {
  margin-bottom: 30px;
}
.popup__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.popup__title.fs--md {
  font-size: 36px;
}
.popup__intro {
  margin-top: 10px;
}
.popup__iconthank {
  margin-bottom: 50px;
}
.popup-thank .popup__title {
  margin-bottom: 0;
}

/**************************************************************
header
**************************************************************/
.header {
  width: 100%;
  background: #3a3938;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header__logo {
  max-width: 190px;
}
.header__btn {
  height: 45px;
  padding: 0 35px;
  font-size: 20px;
}
.header__burger {
  display: none;
}
.header__switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.header__switch .switcher__wrap {
  background: #ff6b00;
}
.header__switch a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.header__switch a:hover {
  color: #ff6b00;
}

.header_wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.menu_wrapper {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.menu_item_link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.menu_item_link:hover {
  color: #ff6b00;
}

.phone_icon_img {
  max-width: 34px;
  height: auto;
}

.popup_biz_wrapper {
  padding: 10px 35px;
  background: #ff6b00;
  text-transform: uppercase;
  color: #000;
  border-radius: 20px;
  font-weight: 400;
}

.popup_biz_wrapper:hover {
  background: #fff;
  color: #000;
}

.popup_biz {
  text-decoration: none;
  margin-left: 40px;
}

@media (max-width: 1359.98px) {
  .header__logo {
    margin-right: auto;
  }
  .header__btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .header__switch {
    display: none;
  }
  .header__burger {
    flex: 0 0 auto;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    outline: 0;
    cursor: pointer;
  }
  .header_wrapper {
    gap: 25px;
  }
  .menu_wrapper {
    display: none;
    gap: 20px;
  }
  .menu_item_link {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .header__logo {
    max-width: 150px;
    margin-right: auto;
  }
  .header_wrapper {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header_wrapper {
    height: 60px;
  }
  .header__btn {
    display: none;
  }
}
.navfix {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto;
  margin: 0;
}
.navfix.opened {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}
.navfix__bg {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #333333;
  opacity: 0.95;
}
.navfix__box {
  width: 100%;
  max-width: 375px;
  height: calc(var(--vh) * 100);
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: #e7e3e0;
  box-shadow: 4px 4px 8px 8px rgba(211, 211, 211, 0.15);
  overflow: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
.navfix.opened .navfix__box {
  transform: translateX(0%);
}
.navfix__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  margin-bottom: 50px;
}
.navfix__logo {
  max-height: 52px;
  display: flex;
  max-width: 200px;
}
.navfix__logo img {
  max-height: 52px;
}
.navfix__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.navfix__close .icon {
  width: 100%;
  height: 100%;
}
.navfix__menu li {
  position: relative;
  z-index: 1;
}
.navfix__menu li + li {
  margin-top: 25px;
}
.navfix__menu li a {
  font-size: 20px;
  color: #333333;
  position: relative;
  display: block;
}
.navfix__switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.navfix__switch .switcher__wrap {
  background: #ff6b00;
}
.navfix__switch a {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.navfix__switch a:hover {
  color: #ff6b00;
}
.navfix__buttons {
  margin-top: 50px;
}
@media (max-width: 609.98px) {
  .navfix__box {
    padding: 20px;
  }
}

/**************************************************************
footer
**************************************************************/
.footer {
  padding: 40px 0 40px;
  background: #333333;
  color: #fff;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__logo {
  max-width: 200px;
  margin-bottom: 30px;
}
.footer__contacts {
  font-weight: 600;
}
.footer__phone {
  color: #ff6b00;
}
.footer__addr {
  margin-top: 20px;
}
.footer__social {
  margin-top: 25px;
}
.footer__nav li + li {
  margin-top: 10px;
}
.footer__nav li a {
  transition: all 0.3s ease-in-out;
}
.footer__nav li a:hover {
  color: #ff6b00;
}
.footer__switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px auto 0;
}
.footer__switch .switcher__wrap {
  background: #ff6b00;
}
.footer__switch a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.footer__switch a:hover {
  color: #ff6b00;
}
.footer__info {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__tt {
  margin-bottom: 25px;
  color: #ff6b00;
}
.footer__develop {
  padding-top: 30px;
}
.footer__develop img {
  margin-top: 5px;
  height: 48px;
}
@media (max-width: 1023.98px) {
  .footer__nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 609.98px) {
  .footer__inner {
    flex-direction: column;
  }
  .footer__tt {
    margin-bottom: 15px;
  }
  .footer__info {
    text-align: left;
    align-items: flex-start;
  }
  .footer__develop {
    padding-top: 40px;
  }
}

/**************************************************************

**************************************************************/
.hero_wrapper {
  width: 100%;
  height: 680px;
  background: #e7e3e0;
  position: relative;
}
.hero_wrapper.pd {
  padding: 80px 0;
}

.bg {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}

.hero__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 710px;
}
.hero__img img {
  max-width: 100%;
}

.hero__imgbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__imgbg_mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__imgbg_mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__switch {
  display: none;
}

.hero_s {
  color: #3a3938;
  font-weight: 400;
  font-size: 21px;
  max-width: 800px;
  text-wrap: balance;
  padding-top: 90px;
  display: flex;
  align-items: center;
}

.hero_s:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ff6b00;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.hero_s2 {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 21px;
  text-wrap: balance;
  max-width: 800px;
  padding-top: 60px;
  display: flex;
  align-items: center;
}
.hero_s2:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ff6b00;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.hero_s2.s2--gift:before {
    display: none;
}
.hero_s2.s2--gift img {
    flex: 0 0 auto;
    width: 50px;
  margin-right: 10px;
}
.hero_s2 mark {
  color: #ff6b00;
}

.hero_header {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  max-width: 650px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.hero_header:first-child {
  margin-top: 0;
}
.hero_header.mw {
  max-width: 790px;
}
.hero_header mark {
  color: #ff6b00;
}

.popup_biz_wrapper2 {
  padding: 10px 35px;
  background: #ff6b00;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  font-weight: 400;
  width: 237px;
  height: 55px;
  line-height: 55px;
}

.popup_biz_wrapper2:hover {
  background: #fff;
  color: #000;
}

.popup_biz2 {
  text-decoration: none;
  display: block;
  width: 308px;
}

.offer_header {
  width: 100%;
  min-height: 75px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  margin-top: 60px;
  display: flex;
  gap: 60px;
  padding: 0 80px 0 0;
  position: relative;
  z-index: 2;
}

.offer_header_btn {
  flex: 0 0 auto;
  height: auto;
}

.offer_header_text {
  color: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-wrap: balance;
}

@media (max-width: 1359.98px) {
  .bg {
    background-size: 600px;
  }
  .hero_s {
    padding-top: 50px;
  }
  .hero_s2 {
    max-width: 500px;
  }
  .offer_header {
    gap: 30px;
    padding-right: 40px;
  }
  .hero__img {
    max-width: 540px;
  }
}
@media (max-width: 1023.98px) {
  .bg {
    background-image: none;
    min-height: 1px;
  }
  .hero_wrapper {
    height: auto;
    margin-bottom: 40px;
  }
  .hero_header {
    margin-top: 30px;
  }
  .hero_s2 {
    padding-top: 30px;
  }
  .hero__img {
    position: relative;
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 30px auto 0;
  }
  .offer_header {
    margin-top: 0;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
  }
  .offer_header.mt {
    margin-top: 40px;
  }
  .offer_header_btn {
    order: 2;
    height: 50px;
  }
  .offer_header_text {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .hero_wrapper {
    padding-top: 50px;
  }
  .hero_s {
    padding-top: 30px;
    font-size: 15px;
  }
  .hero_s::before {
    margin-left: 0;
    width: 25px;
    flex: 0 0 auto;
  }
  .hero_header {
    font-size: 28px;
    text-wrap: balance;
  }
  .hero_s2 {
    padding-top: 20px;
    font-size: 17px;
  }
  .hero_s2::before {
    margin-left: 0;
    width: 25px;
    flex: 0 0 auto;
  }
  .offer_header {
    border-radius: 20px;
  }
  .hero__switch {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    margin-top: 10px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .hero__switch .switcher__wrap {
    background: #ff6b00;
  }
  .hero__switch a {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  .hero__switch a:hover {
    color: #ff6b00;
  }
}
/**************************************************************

**************************************************************/
.why {
  background: url("../images/pattern_bg.png") #333333;
  min-height: 720px;
  margin-top: -190px;
  padding-top: 240px;
  color: #fff;
}

.why_adv {
  margin-top: -94px;
  z-index: 1;
  position: relative;
}
.why_adv__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.why_adv__item {
  flex: 1 0 0;
  max-width: 390px;
  background: #ff6b00;
  border-radius: 30px;
  padding: 20px 30px;
  color: #fff;
}
.why_adv__item-text {
  margin-top: 20px;
  text-wrap: balance;
}
@media (max-width: 1023.98px) {
  .why_adv {
    margin-top: 0;
  }
  .why_adv__items {
    flex-direction: column;
    gap: 10px;
  }
  .why_adv__item {
    max-width: 100%;
  }
  .why_adv__item-text {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .why_adv__item {
    padding: 15px 20px;
    border-radius: 20px;
  }
}

.why_row_wrapper {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.why_big, .why_big2 {
  color: #fff;
}

.why_big {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.why_big2 {
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 30px;
}

.why_item {
  max-width: 520px;
}
.why_item + .why_item {
  margin-top: 15px;
}
.why_item.mw {
  max-width: 450px;
}

.why_inner_title {
  color: #ff6b00;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.pd_100 {
  padding-left: 100px;
}

.why_row {
  position: relative;
  padding-bottom: 35px;
}

.why_img {
  flex: 0 0 auto;
  width: 285px;
  display: flex;
  align-items: flex-end;
}
.why_img.v--2 {
  align-items: center;
}

.img_s_o {
  margin-left: -100px;
}
.why_img.v--2 .img_s_o {
  margin: 0;
}

.mrg_btn {
  margin-top: 100px;
}

.why_buttons {
  margin-top: 60px;
}

@media (max-width: 1359.98px) {
  .why {
    margin-top: -120px;
  }
  .img_s_o {
    margin-left: -40px;
  }
}
@media (max-width: 1023.98px) {
  .why {
    margin-top: 50px;
    padding-top: 50px;
  }
  .why_row_wrapper {
    flex-wrap: wrap;
  }
  .why_row {
    width: calc(50% - 15px);
  }
  .why_item {
    max-width: 100% !important;
  }
  .why_img {
    order: 2;
    margin: 0 auto;
  }
  .why_img.v--2 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .why_img.v--2 .img_s_o {
    max-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .why_row {
    width: 100%;
    padding-bottom: 15px;
  }
  .why_inner_title {
    font-size: 20px;
  }
  .why_buttons {
    margin-top: 30px;
  }
  .why_img {
    width: 190px;
    margin-top: 30px;
  }
  .why_buttons .btn {
    width: 100%;
    max-width: 480px;
  }
}
/**************************************************************

**************************************************************/
.grey_dev {
  width: 100%;
  background: #e7e3e0;
  padding: 35px 0;
}
.grey_dev__wrapper {
  display: flex;
  gap: 55px;
}
.grey_dev__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grey_dev__item {
  padding-left: 55px;
  position: relative;
}
.grey_dev__item.item--wall {
  grid-column: span 2;
}
.grey_dev__item-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 41px;
  font-weight: 600;
  border: 3px solid #ff6b00;
  border-radius: 100px;
}
.grey_dev__item-title {
  color: #ff6b00;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 48px;
  text-transform: lowercase;
}
.grey_dev__item-title::first-letter{
 text-transform: uppercase;}
.grey_dev__item-text {
  font-size: 19px;
  font-weight: 400;
}
.grey_dev__owner {
  flex: 0 0 auto;
  width: 310px;
  font-weight: 600;
}
.grey_dev__owner-title {
  font-size: 28px;
}
.grey_dev__owner-img {
  margin-top: 15px;
  position: relative;
}
.grey_dev__owner-img img {
  width: 100%;
}
.grey_dev__owner-img a:before {
  width: 120px;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/icons/play.png) no-repeat center;
  background-size: 100%;
  content: "";
  transition: all 0.3s ease-in-out;
  transform-origin: left top;
}
@media (hover: hover) {
  .grey_dev__owner-img a:hover:before {
    transform: scale(0.8) translate(-50%, -50%);
  }
}
@media (max-width: 1359.98px) {
  .grey_dev__wrapper {
    flex-direction: column;
  }
  .grey_dev__owner {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .grey_dev__item {
    padding-left: 45px;
  }
  .grey_dev__item-number {
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-width: 2px;
  }
  .grey_dev__item-title {
    font-size: 20px;
    min-height: 40px;
  }
  .grey_dev__item-text {
    font-size: 16px;
  }
}
@media (max-width: 609.98px) {
  .grey_dev__wrapper {
    gap: 30px;
  }
  .grey_dev__items {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .grey_dev__item {
    grid-column: initial !important;
  }
}

/**************************************************************

**************************************************************/
.stat {
  background: #333333;
  border-top: 4px solid #ff6b00;
  color: #fff;
  padding-bottom: 50px;
}
.stat__head {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  border-bottom: 4px solid #ff6b00;
  margin-bottom: 30px;
}
.stat__flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.stat__left {
  width: 42%;
}
.stat__li {
  color: #ff6b00;
  font-weight: 600;
  font-size: 28px;
  display: flex;
  align-items: center;
}
.stat__li + .stat__li {
  padding-top: 30px;
}
.stat__li:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #ff6b00;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 2px;
}
.stat__header {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 25px;
}
.stat__text {
  margin-top: 30px;
}
.stat__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 60px;
}
.stat__item {
  background: #ff6b00;
  padding: 30px 15px 25px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
}
.stat__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.stat__item-title.al-end {
  align-items: flex-end;
}
.stat__item-val {
  font-size: 110px;
  font-weight: 600;
  line-height: 0.8;
}
.stat__item-text {
  margin-top: 25px;
}
@media (max-width: 1359.98px) {
  .stat__flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .stat__left {
    width: 100%;
    max-width: 700px;
  }
  .stat__li {
    font-size: 24px;
  }
  .stat__li + .stat__li {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .stat {
    border-top-width: 2px;
  }
  .stat__head {
    border-bottom-width: 2px;
    font-size: 22px;
  }
  .stat__header {
    font-size: 32px;
  }
  .stat__li {
    font-size: 20px;
  }
  .stat__li::before {
    height: 2px;
  }
  .stat__items {
    grid-gap: 20px;
  }
  .stat__item {
    padding: 20px 15px 15px;
    border-radius: 20px;
  }
  .stat__item-val {
    font-size: 90px;
  }
  .stat__item-text {
    margin-top: 15px;
  }
}
@media (max-width: 609.98px) {
  .stat__items {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/**************************************************************

**************************************************************/
.raschet {
  width: 100%;
  padding: 20px 0 0;
  background: linear-gradient(45deg, #e6e6e6, #c1c1c1);
}
.raschet__inner {
  display: flex;
  justify-content: space-between;
}
.raschet__img {
  flex: 0 0 auto;
  width: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.raschet__img img {
  max-width: 474px;
}
.raschet__left {
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.raschet__right {
  text-align: right;
  padding-top: 15px;
}
.raschet__tt {
  margin-bottom: 30px;
  font-size: 41px;
  font-weight: 600;
}
.raschet__list li {
  padding-left: 20px;
  position: relative;
}
.raschet__list li + li {
  margin-top: 20px;
}
.raschet__list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #ff6b00;
  content: "";
}
.raschet__list li b {
  color: #ff6b00;
  font-weight: 600;
}
.raschet__list.no-marker li {
  padding-left: 0;
}
.raschet__list.no-marker li::before {
  display: none;
}
.raschet__blprices {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.raschet__right .raschet__blprices {
  justify-content: flex-end;
}
.raschet__price {
  text-align: center;
  background: #ff6b00;
  border-radius: 30px;
  min-width: 205px;
  padding: 20px 10px 5px;
  color: #fff;
}
.raschet__price-val {
  white-space: nowrap;
  font-size: 41px;
  line-height: 1;
  font-weight: 600;
}
.raschet__price-text {
  margin-top: 10px;
}
.raschet__buttons {
  margin-top: 20px;
  max-width: 440px;
}
.raschet__buttons .btn {
  width: 100%;
}
@media (max-width: 1359.98px) {
  .raschet__img {
    width: 250px;
  }
  .raschet__img img {
    max-width: 400px;
  }
  .raschet__tt {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .raschet__list {
    font-size: 16px;
  }
  .raschet__price {
    min-width: 160px;
    font-size: 16px;
  }
  .raschet__price-val {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .raschet {
    padding: 40px 0;
  }
  .raschet__inner {
    flex-wrap: wrap;
  }
  .raschet__left {
    width: 55%;
    padding-top: 0;
  }
  .raschet__right {
    width: 44%;
  }
  .raschet__img {
    display: none;
    order: 2;
    margin: 30px auto 0;
    width: 200px;
  }
  .raschet__img img {
    max-width: 300px;
  }
  .raschet__list li {
    padding-left: 15px;
  }
  .raschet__list li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
@media (max-width: 767.98px) {
  .raschet__inner {
    flex-direction: column;
  }
  .raschet__left {
    width: 100%;
  }
  .raschet__right {
    padding-top: 0;
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }
  .raschet__tt {
    font-size: 24px;
  }
  .raschet__left .raschet__blprices {
    justify-content: center;
  }
  .raschet__right .raschet__blprices {
    justify-content: flex-start;
  }
  .raschet__buttons {
    margin-top: 40px;
  }
}

/**************************************************************

**************************************************************/
.finmodel {
  padding: 50px 0;
  background: #e7e3e0;
}
.finmodel__cols {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.finmodel__col {
  display: flex;
  flex-direction: column;
}
.finmodel__left {
  max-width: 640px;
  width: 100%;
}
.finmodel__right {
  max-width: 380px;
  width: 100%;
}
.finmodel__cprice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 160px;
  background: #ff6b00;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.finmodel__cprice.h--md {
  min-height: 110px;
}
.finmodel__cprice-t:first-child {
  margin-bottom: 5px;
}
.finmodel__cprice-t:last-child {
  margin-top: 5px;
}
.finmodel__cprice-vt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.finmodel__cprice-val {
  font-size: 80px;
  line-height: 0.8;
  font-weight: 800;
  white-space: nowrap;
}
.finmodel__cprice-val.fs--md {
  font-size: 60px;
}
.finmodel__list {
  margin-top: 35px;
  font-size: 24px;
}
.finmodel__list b {
  font-weight: bold;
}
.finmodel__list li + li {
  margin-top: 25px;
}
.finmodel__bottom {
  padding-top: 40px;
  margin-top: auto;
}
.finmodel__tt {
  margin-bottom: 15px;
  color: #ff6b00;
  font-size: 26px;
  font-weight: 600;
}
.finmodel__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.finmodel__img {
  margin: 25px 0;
  text-align: center;
}
@media (max-width: 1359.98px) {
  .finmodel__cprice {
    font-size: 22px;
  }
  .finmodel__cprice-val {
    font-size: 65px;
  }
  .finmodel__cprice-val.fs--md {
    font-size: 40px;
  }
}
@media (max-width: 1023.98px) {
  .finmodel__cols {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 609.98px) {
  .finmodel__list {
    font-size: 18px;
  }
  .finmodel__list li + li {
    margin-top: 15px;
  }
  .finmodel__tt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .finmodel__cprice {
    font-size: 18px;
    min-height: 100px;
    border-radius: 15px;
  }
  .finmodel__cprice.h--md {
    min-height: 80px;
  }
  .finmodel__cprice-val {
    font-size: 40px;
  }
  .finmodel__cprice-val.fs--md {
    font-size: 30px;
  }
  .finmodel__items {
    grid-gap: 10px;
  }
  .finmodel__img {
    margin: 25px auto;
    width: 80%;
  }
}

/**************************************************************

**************************************************************/
.simple {
  padding: 40px 0;
  background: #333333;
  color: #fff;
}
.simple__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.simple__item {
  flex: 1 0 0;
  max-width: 390px;
  background: #ff6b00;
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.simple__item.item--gray {
  background: #e7e3e0;
  color: #333333;
}
.simple__item-tt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2px;
}
.simple__item-tt > :first-child:not(.simple__item-val) {
  transform: translateY(15px);
}
.simple__item-val {
  font-size: 110px;
  line-height: 0.8;
  transform: translateY(0);
}
@media (max-width: 1023.98px) {
  .simple__item-val {
    font-size: 90px;
  }
  .simple__item-text {
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .simple__items {
    flex-direction: column;
    gap: 10px;
  }
  .simple__item {
    border-radius: 20px;
    max-width: 100%;
  }
  .simple__item-val {
    font-size: 90px;
  }
  .simple__item-text {
    margin-top: 5px;
  }
}

/**************************************************************

**************************************************************/
.calc {
  padding: 20px 0 0;
  background: #333333;
  color: #fff;
}
.calc__wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.calc__img {
  flex: 0 0 auto;
  max-width: 400px;
}
.calc__inner {
  flex: 1 0 0;
  padding: 45px 45px 50px;
  background: #fff;
  border-radius: 11px;
  display: flex;
  gap: 50px;
  color: #333333;
}
.calc__calculations {
  flex: 1 0 0;
}
.calc__label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.calc__row + .calc__row {
  margin-top: 40px;
}
.calc__results {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.calc__results-val {
  width: 160px;
  height: 35px;
  display: flex;
  align-items: center;
  background: #eeeaeb;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 14px;
}
.calc__btext {
  margin-top: 20px;
  font-size: 14px;
}
.calc__form {
  width: 280px;
  flex: 0 0 auto;
}
.calc__form-tt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1359.98px) {
  .calc {
    padding-bottom: 30px;
  }
  .calc__img {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .calc__inner {
    flex-direction: column;
  }
  .calc__form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .calc__inner {
    border-radius: 20px;
  }
}
@media (max-width: 609.98px) {
  .calc__inner {
    padding: 20px;
  }
  .calc__results {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

/**************************************************************

**************************************************************/
.ctools__inner {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.ctools__img {
  width: 35%;
  text-align: center;
}
.ctools__info {
  padding-top: 35px;
}
.ctools__tt {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 40px;
}
.ctools__list {
  max-width: 380px;
}
.ctools__list li {
  padding-left: 40px;
  min-height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: balance;
  font-size: 16px;
  font-weight: 400;
}
.ctools__list li + li {
  margin-top: 30px;
}
.ctools__list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url(../images/icons/check-li.jpg);
  background-size: 100%;
  content: "";
}
@media (max-width: 1359.98px) {
  .ctools__tt {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .ctools__tt {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .ctools__list li + li {
    margin-top: 20px;
  }
}
@media (max-width: 609.98px) {
  .ctools__inner {
    flex-direction: column;
    gap: 40px;
  }
  .ctools__info {
    padding-top: 0;
  }
  .ctools__tt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ctools__list li {
    padding-left: 30px;
    min-height: 25px;
  }
  .ctools__list li:before {
    width: 18px;
    height: 18px;
  }
  .ctools__img {
    width: 100%;
    order: 2;
  }
  .ctools__img img {
    max-height: 300px;
  }
}

/**************************************************************

**************************************************************/
.start__navs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.start__itnav {
  flex: 1 0 0;
  max-width: 390px;
  background: #fff;
  border-radius: 30px;
  border: 4px solid transparent;
  padding: 20px 30px;
  color: #333333;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.start__itnav:hover {
  border-color: #ff8f3e;
}
.start__itnav.active {
  background: #ff6b00;
  border-color: #ff8f3e;
}
.start__itnav-text {
  margin-top: 15px;
}
.start__content {
  border-radius: 30px;
  border: 4px solid #ff6b00;
  padding-top: 30px;
  background: #fff;
  color: #333333;
  overflow: hidden;
}
.start__slider {
  padding: 0 80px;
}
.start__slider::before, .start__slider::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: #fff;
  content: "";
  display: block;
  z-index: 2;
}
.start__slider::after {
  left: auto;
  right: 0;
}
.start__item {
  display: flex;
  gap: 30px;
}
.start__item-left {
  width: 350px;
  flex: 0 0 auto;
}
.start__item-head {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.start__item-icon {
  flex: 0 0 auto;
  width: 70px;
}
.start__item-icon img {
  max-height: 80px;
}
.start__item-title {
  font-size: 41px;
  font-weight: 600;
}
.start__item-body {
  padding-bottom: 30px;
  flex: 1 0 0;
}
.start__item-body p {
  margin-bottom: 5px;
}
.start__item-box:not(:first-child) {
  margin-top: 35px;
}
.start__item-tt {
  color: #ff6b00;
  margin-bottom: 5px;
}
.start__form {
  margin-top: 25px;
}
@media (max-width: 1359.98px) {
  .start__itnav {
    border-width: 3px;
    padding: 15px 20px;
  }
  .start__item-left {
    width: 300px;
  }
  .start__item-icon {
    width: 50px;
  }
  .start__item-icon img {
    max-height: 60px;
  }
  .start__item-title {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .start {
    overflow: hidden;
  }
  .start__navs {
    overflow: auto;
    gap: 10px;
    padding: 0 100px 5px;
    margin: 0 -100px 30px;
  }
  .start__itnav {
    flex: 0 0 auto;
    max-width: 300px;
  }
  .start__slider {
    padding: 0 60px;
  }
  .start__slider::before, .start__slider::after {
    width: 60px;
  }
  .start__item {
    flex-direction: column;
  }
  .start__item-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .start__item-img img {
    max-width: 100%;
    max-height: 400px;
  }
  .start__item-head {
    justify-content: center;
  }
  .start__item-box {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .start__itnav {
    border-width: 3px;
    padding: 8px 15px;
    border-radius: 20px;
    max-width: 260px;
  }
  .start__itnav-title {
    font-size: 20px;
  }
  .start__itnav-text {
    margin-top: 5px;
    font-size: 14px;
  }
  .start__content {
    padding-top: 0;
    border-radius: 20px;
    border-width: 2px;
    overflow: initial;
    border: none;
    background: none;
  }
  .start__slider {
    overflow: initial;
    padding: 0;
  }
  .start__slider::before, .start__slider::after {
    display: none;
  }
  .start__slider .swiper-button {
    display: none;
  }
  .start__item {
    background: #fff;
    border-radius: 20px;
    border: 2px solid #ff6b00;
    padding: 15px;
  }
  .start__item-title {
    font-size: 24px;
  }
  .start__item-tt {
    font-size: 20px;
  }
}

.start__carousel {
    overflow: initial;
}
.start__card {
    border-radius: 10px;
    border: 2px solid #ff6b00;
    background: #2a1100;
    overflow: hidden;
    text-align: center;
    color: #fff;
/*     display: flex;
flex-direction: column; */
}
.start__card-photo {
    padding-bottom: 60%;
    position: relative;
}
.start__card-photo  img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.start__card-info {
    padding: 0 15px 15px;
}
.start__card-title {
display: inline-block;
  padding: 5px 20px 7px;
  font-size: 18px;
  min-width: 150px;
  background: #ff6b00;
  border-radius: 100px;
  transform: translateY(-15px);
  font-weight: 500;
}
.start__card-text {
    font-size: 14px;
    margin-top: 10px;
}
.start__card-prices {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.start__card-prices__label {
    margin-bottom: 7px;
  font-size: 14px;
}
.start__card-prices__innr {
    color: black; font-size: 12px;
    background: #fff;
    border-radius: 100px;
    height: 45px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.start__card-prices__val {
    font-size: 18px;
    font-weight: 600;
}
.start__card-prices__val span {
    font-size: 15px;
    font-weight: 500;
}
.start__card-prices__old {
    position: relative;
}
.start__card-prices__old:after {
    border-top: 1px solid red;
    position: absolute;
    top: 50%; left: 0;
    width: 100%;
    transform: translateY(-50%) rotate(15deg);
    content: '';
}
.start__card-buttons {
    margin-top: 15px;
}
.start__card-mlink {
    margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #ff6b00;
  text-decoration: underline;
}
.start__card-mlink:hover {
    text-decoration: none;
    color: #fff;
    
}
.start__item-popup {
    display: none;
}
.start__photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px
}
.start__photos-item {
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2px solid #ff6b00;
}
.start__photos-item img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023.98px) {
    
    .start__photos {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 609.98px) {
    .start__card-prices {
        grid-gap: 15px;
    }
    .start__photos {
        grid-gap: 7px
    }
}

.ordform {
  padding: 45px 70px 45px 45px;
  border-radius: 30px;
  background: url(../images/bg-form.jpg) no-repeat center;
  background-size: cover;
  background-color: #ff6b00;
  color: #fff;
}
.ordform__cols {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ordform__info {
  width: 40%;
}
.ordform__form {
  flex: 1 0 0;
}
@media (max-width: 1359.98px) {
  .ordform {
    padding: 35px;
  }
}
@media (max-width: 1023.98px) {
  .ordform__cols {
    flex-direction: column;
    align-items: flex-start;
  }
  .ordform__info {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ordform {
    padding: 20px;
    border-radius: 20px;
  }
  .ordform__form {
    width: 100%;
  }
}

/**************************************************************

**************************************************************/
.will__item {
  display: flex;
  gap: 20px;
}
.will__item + .will__item {
  margin-top: 30px;
}
.will__item-info {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.will__item-info *:first-child {
  margin-top: 0;
}
.will__item-info h3 {
  margin-top: 30px;
  font-size: 28px;
  color: #ff6b00;
  font-weight: 600;
  text-wrap: balance;
}
.will__item-info p {
  margin-top: 10px;
}
.will__item-photo {
  position: relative;
  flex: 0 0 auto;
  width: 46%;
  min-height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.will__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1359.98px) {
  .will__item-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .will__item-info {
    font-size: 16px;
  }
  .will__item-info h3 {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .will__item {
    flex-direction: column;
  }
  .will__item-info h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .will__item-photo {
    width: 100%;
    order: 2;
    min-height: 1px;
    padding-bottom: 50%;
  }
}

/**************************************************************

**************************************************************/
.succeed__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.succeed__item {
  flex: 1 0 0;
  max-width: 615px;
  padding: 20px;
  border-radius: 30px;
  background: #ff6b00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.succeed__item:nth-child(2n) {
  background: #ffbc86;
}
.succeed__item-info {
  flex: 1 0 0;
  max-width: 65%;
}
.succeed__item-text {
  margin-top: 25px;
}
.succeed__item-photo {
  max-width: 50%;
}
.succeed__item-photo img {
  max-height: 280px;
}
@media (max-width: 1023.98px) {
  .succeed__items {
    flex-direction: column;
    gap: 10px;
  }
  .succeed__item {
    max-width: 100%;
  }
  .succeed__item-photo img {
    max-height: 220px;
  }
}
@media (max-width: 609.98px) {
  .succeed__item {
    flex-direction: column;
    border-radius: 20px;
  }
  .succeed__item-info {
    max-width: 100%;
  }
  .succeed__item-text {
    margin-top: 15px;
  }
  .succeed__item-photo img {
    max-height: 220px;
  }
}

/**************************************************************

**************************************************************/
.risks__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.risks__item {
  flex: 1 0 0;
  max-width: 400px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffbc86;
}
.risks__item-photo {
  position: relative;
  padding-bottom: 58%;
}
.risks__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.risks__item-info {
  padding: 15px 20px 20px 20px;
}
.risks__item-text {
  margin-top: 10px;
  text-wrap: balance;
  font-size:14px;
}
.risks__offer {
  width: 100%;
  min-height: 75px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  margin-top: 20px;
  display: flex;
  gap: 60px;
  padding: 0 80px 0 0;
}
.risks__offer-buttons {
  flex: 0 0 auto;
}
.risks__offer-buttons .btn {
  height: 100%;
}
.risks__offer-info {
  color: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .risks__items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .risks__item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 340px;
  }
  .risks__offer {
    border-radius: 20px;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .risks__offer-buttons {
    order: 2;
  }
  .risks__offer-buttons .btn {
    height: 50px;
  }
  .risks__offer-info {
    padding: 0;
  }
}
@media (max-width: 609.98px) {
  .risks__item {
    border-radius: 20px;
    max-width: 480px;
  }
}

/**************************************************************

**************************************************************/
.partners__map {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 609.98px) {
  .partners__map {
    border-radius: 20px;
  }
  .partners__map > * {
    height: 400px;
  }
}

/**************************************************************

**************************************************************/
.steps__cols {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.steps__items {
  flex: 0 0 auto;
  width: 37%;
}
.steps__item + .steps__item {
  margin-top: 30px;
}
.steps__item-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.steps__item-img {
  width: 80px;
  text-align: center;
}
.steps__item-text {
  margin-top: 15px;
}
.steps__form {
  flex: 1 0 0;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
}
.steps__form-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.steps__form-bottom {
  margin-top: 25px;
}
@media (max-width: 1359.98px) {
  .steps__item-img {
    width: 50px;
  }
  .steps__item-text {
    margin-top: 10px;
  }
}
@media (max-width: 1023.98px) {
  .steps__cols {
    flex-direction: column;
  }
  .steps__items {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .steps__form {
    border-radius: 20px;
    padding: 20px;
  }
  .steps__form-title {
    font-size: 22px;
  }
}

/**************************************************************

**************************************************************/
.faq__item {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item + .faq__item {
  margin-top: 25px;
}
.faq__item-header {
  cursor: pointer;
  font-weight: 600;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq__item-plus {
  width: 26px;
  height: 26px;
  padding: 6px;
  position: relative;
}
.faq__item-plus:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #8e8d8c;
  transform: translate(-50%, -50%);
  content: "";
  transition: all 0.3s ease-in-out;
}
.faq__item-plus:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 2px;
  background: #8e8d8c;
  transform: translate(-50%, -50%);
  content: "";
  transition: all 0.3s ease-in-out;
}
.faq__item.active .faq__item-plus:after {
  height: 0;
}
.faq__item-content {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  display: none;
  padding: 20px 40px 10px 0;
}
@media (max-width: 767.98px) {
  .faq__item + .faq__item {
    margin-top: 15px;
  }
  .faq__item-plus {
    width: 20px;
    height: 20px;
  }
  .faq__item-content {
    font-size: 14px;
    padding: 10px 0 0;
  }
}

.risks__item-title{
    font-size: 20px;
}

/**************************************************************

**************************************************************/

