.roistat-multiwidget-pulsator-holder {
  display:none !important;
}

.calc-nets__btn {
  width: 100%
}

.calc-nets__tt {
  color: #293939;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 12px;
  opacity: .5;
  text-align: center
}

.calc-nets__title {
  padding-bottom: 10px
}

.calc-nets__subtitle {
  font-size: 20px
}

@media(max-width:575px) {
  .calc-nets__subtitle {
    font-size: 17px
  }
}

.calc-nets__head {
  padding-bottom: 40px;
  text-align: center
}

@media(max-width:575px) {
  .calc-nets__head {
    padding-bottom: 20px
  }
}

.calc-nets__body {
  background: #f1f1f1;
  border-radius: 20px;
  padding: 60px 30px 30px 14px
}

@media(max-width:1100px) {
  .calc-nets__body {
    padding: 60px 15px 30px
  }
}

@media(max-width:575px) {
  .calc-nets__body {
    padding: 30px 12px
  }
}

.calc-nets__grid {
  display: flex;
  flex-wrap: wrap
}

.calc-nets__visual-sizes {
  padding-left: 57px;
  padding-right: 85px;
  position: relative
}

@media(max-width:575px) {
  .calc-nets__visual-sizes {
    padding-left: 0;
    padding-right: 0
  }
}

.calc-nets__preview {
  max-width: 100%;
  width: 555px
}

@media(max-width:1100px) {
  .calc-nets__preview {
    margin: 0 auto
  }
}

@media(max-width:575px) {
  .calc-nets__preview {
    width: 266px
  }
}

.calc-nets__main {
  width: calc(100% - 555px)
}

@media(max-width:1100px) {
  .calc-nets__main {
    padding-top: 20px;
    width: 100%
  }
}

.calc-nets__sizer {
  background: #fff;
  border: 2px solid #757575;
  border-radius: 33px;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 90px
}

@media(max-width:575px) {
  .calc-nets__sizer {
    font-size: 12px;
    height: 22px;
    width: 60px
  }
}

.calc-nets__sizer_type_width {
  left: 53%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media(max-width:575px) {
  .calc-nets__sizer_type_width {
    left: 55%
  }
}

.calc-nets__sizer_type_trapezoid {
  left: 49%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media(max-width:575px) {
  .calc-nets__sizer_type_trapezoid {
    left: 51%;
    -webkit-transform: translate(-50%, -8%);
    transform: translate(-50%, -8%)
  }
}

.calc-nets__sizer_type_provedal {
  right: 25%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media(max-width:575px) {
  .calc-nets__sizer_type_provedal {
    right: 12%
  }
}

.calc-nets__sizer_type_height {
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:575px) {
  .calc-nets__sizer_type_height {
    left: 0
  }
}

.calc-nets__sizer_type_right {
  right: 30px;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:575px) {
  .calc-nets__sizer_type_right {
    right: 0
  }
}

.calc-nets__box {
  padding-bottom: 25px
}

@media(max-width:575px) {
  .calc-nets__box {
    padding-bottom: 12px
  }
}

.calc-nets__box .calc-select__title {
  color: #121212
}

.calc-nets__box .calc-select__box {
  background: transparent;
  border: 1px solid #121212;
  border-radius: 20px;
  color: #121212
}

.calc-nets__info {
  background: #e1e1e1;
  border-radius: 33px;
  color: #888;
  font-size: 15px;
  padding: 16px 45px;
  text-align: center
}

@media(max-width:575px) {
  .calc-nets__info {
    font-size: 14px;
    padding: 15px
  }
}

.calc-nets__group {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.calc-nets__col {
  padding: 10px
}

.calc-nets__col_w50 {
  width: 50%
}

@media(max-width:575px) {
  .calc-nets__col_w50 {
    width: 100%
  }
}

.calc-nets__col_w33 {
  width: 33.3333333333%
}

@media(max-width:575px) {
  .calc-nets__col_w33 {
    width: 100%
  }
}

.calc-nets__label {
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px;
  padding-left: 28px
}

@media(max-width:575px) {
  .calc-nets__label {
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 12px
  }
}

.calc-nets__field {
  position: relative
}

.calc-nets__field .input {
  background: transparent;
  border: 1px solid #121212;
  border-radius: 20px;
  color: #121212
}

.calc-nets__helper {
  color: #c1c1c1;
  font-size: 18px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.calc-nets__switch {
  padding: 5px 8px;
  width: 33.33%
}

@media(max-width:575px) {
  .calc-nets__switch {
    width: 50%
  }
}

@media(max-width:370px) {
  .calc-nets__switch {
    width: 100%
  }
}

.calc-nets__informer {
  padding: 5px 8px;
  width: 100%
}

.calc-nets__count {
  background: transparent;
  border: 1px solid #141414;
  border-radius: 10px;
  color: #141414;
  margin: 20px auto 0;
  max-width: 336px;
  width: 100%
}

.calc-nets__error {
  color: #c50c0c;
  font-size: .8em;
  font-weight: 600;
  line-height: 125%
}

.calc-nets__plate {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px
}

@media(max-width:575px) {
  .calc-nets__plate {
    padding: 20px 15px
  }
}

.calc-nets__output {
  font-size: 20px
}

.calc-nets__list {
  font-size: .8em;
  font-weight: 600
}

.calc-nets__callback {
  padding-top: 15px;
  text-align: center
}

.ral-modal {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
  padding: 70px;
  position: relative;
  width: 1170px
}

@media(max-width:992px) {
  .ral-modal {
    padding: 45px
  }
}

@media(max-width:575px) {
  .ral-modal {
    padding: 50px 20px 30px
  }
}

.ral-modal__title {
  text-align: center
}

.ral-modal__close {
  height: 30px;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px
}

.ral-modal__icon {
  fill: #232323;
  height: 100%;
  width: 100%
}

.ral-modal__col {
  padding: 15px 8px;
  width: 12.5%
}

@media(max-width:1200px) {
  .ral-modal__col {
    padding: 10px 8px;
    width: 14.2857142857%
  }
}

@media(max-width:800px) {
  .ral-modal__col {
    padding: 8px;
    width: 20%
  }
}

@media(max-width:575px) {
  .ral-modal__col {
    width: 25%
  }
}

@media(max-width:380px) {
  .ral-modal__col {
    width: 33.3333333333%
  }
}

.ral-modal__border {
  border: 1px solid #121212;
  border-radius: 10px;
  height: 60px
}

.ral-modal__border.active {
  border-color: #c50c0c
}

@media(max-width:768px) {
  .ral-modal__border {
    height: 40px
  }
}

.ral-modal__box {
  cursor: pointer;
  text-align: center
}

.ral-modal__index {
  line-height: 125%
}

.units {
  align-items: center;
  display: flex;
  min-width: 332px
}

.units__info {
  color: #141414;
  flex-grow: 1;
  font-size: 15px;
  padding-right: 17px;
  text-align: center
}

@media(max-width:575px) {
  .units__info {
    font-size: 14px;
    padding-right: 10px
  }
}

.units__btn, .units__group {
  align-items: center;
  display: flex
}

.units__btn {
  fill: #141414;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  margin: 0 7px;
  -webkit-user-select: none;
  user-select: none;
  width: 50px
}

@media(any-hover:hover) {
  .units__btn:hover {
    fill: #141414
  }
}

@media(max-width:575px) {
  .units__btn {
    height: 37px;
    width: 37px
  }
}

.units__icon {
  fill: inherit;
  transition: fill .3s ease
}

.units__icon_minus {
  height: 3px;
  width: 16px
}

@media(max-width:575px) {
  .units__icon_minus {
    width: 10px
  }
}

.units__icon_plus {
  height: 17px;
  width: 17px
}

@media(max-width:575px) {
  .units__icon_plus {
    height: 11px;
    width: 11px
  }
}

.units__input {
  border-radius: 33px;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 2px;
  text-align: center;
  width: 30px
}

@media(max-width:575px) {
  .units__input {
    padding: 7px 2px;
    width: 80px
  }
}

.radio-img {
  cursor: pointer
}

.radio-img.active .radio-img__border {
  border-color: #a2c614
}

.radio-img__border {
  align-items: center;
  background: #fff;
  border: 1px solid #121212;
  border-radius: 20px;
  display: flex;
  height: 74px;
  justify-content: center;
  padding: 2px
}

.radio-img__img {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.radio-img__title {
  color: #121212;
  padding-top: 10px;
  text-align: center
}

*, :after, :before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0
}

body {
  line-height: 1;
  min-height: 100vh
}

ol[class], ul[class] {
  list-style: none
}

img {
  display: block;
  max-width: 100%
}

button, form, input, option, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none
}

table, tbody, td, tfoot, th, thead, tr {
  -webkit-appearance: none;
  appearance: none;
  border-collapse: collapse;
  border-spacing: 0
}

a, button {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none
}

body, html {
  color: #141414;
  font-family: Open Sans, Arial, "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
  scroll-behavior: smooth
}

@media(max-width:575px) {
  body, html {
    font-size: 14px
  }
}

.swiper-slide {
  height: auto !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important
}

.main, .page-wrapper {
  overflow: hidden
}

.page-wrapper {
  display: flex;
  flex-direction: column
}

.flex {
  display: flex;
  flex-wrap: wrap
}

.col {
  padding: 15px
}

.container {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 15px;
  width: 100%
}

._fw {
  height: auto;
  width: 100%
}

.h1-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width:1600px) {
  .h1-title {
    font-size: calc(20.5px + 1.71875vw)
  }
}

.h1-title_center {
  text-align: center
}

.h1-title_white {
  color: #fff
}

.h1-title span {
  font-size: .8em;
  font-weight: 300
}
.city .h2-title{
  font-size:42px;
}
.h2-title {
  color: #141414;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width:1600px) {
  .h2-title {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.h2-title_center {
  text-align: center
}

.h2-title_color strong {
  color: #ffc922;
  font-weight: 600
}

.h2-title_white {
  color: #fff
}

.h3-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 130%
}

@media screen and (max-width:1600px) {
  .h3-title {
    font-size: calc(19.5px + .78125vw)
  }
}

.btn-rect {
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  transition: background-color .3s ease
}

.btn-rect_md {
  padding: 15px 30px
}

.btn-rect_primary {
  background-color: #232323;
  color: #fff
}

@media(any-hover:hover) {
  .btn-rect_primary:hover {
    background-color: #000
  }
}

.btn-rect_secondary {
  background-color: #a2c614;
  color: #232323
}

@media(any-hover:hover) {
  .btn-rect_secondary:hover {
    background-color: #7c980f
  }
}

.btn-base {
  border-radius: 28px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease
}

.btn-base_md {
  padding: 6.4px 40px
}

.btn-base_sm {
  padding: 6.4px 20px
}

.btn-base_xl {
  padding: 13.9px 80px
}

.btn-base_primary {
  background-color: #232323;
  color: #fff
}

.btn-base_secondary {
  background-color: #a2c614;
  color: #fff
}

@media(hover:hover)and (pointer:fine) {
  .btn-base_secondary:hover {
    background-color: #7c980f
  }
}

.btn-base_gray {
  background-color: #c1c1c1;
  color: #888
}

@media(hover:hover)and (pointer:fine) {
  .btn-base_gray:hover {
    background-color: #a8a8a8
  }
}

.btn-base_outline {
  border: 1px solid #141414
}

.btn-base_outline_green {
  border: 1px solid #a2c614;
  color: #a2c614
}

._editor p {
  margin-bottom: .5em
}

._editor ul {
  margin-bottom: 1.1em;
  padding-left: 18px
}

._editor ul li {
  list-style-type: disc
}

._editor ol {
  padding-left: 18px
}

._editor ol li {
  list-style: decimal
}

._editor h2 {
  font-size: 42px
}

@media screen and (max-width:1600px) {
  ._editor h2 {
    font-size: calc(19.5px + 1.40625vw)
  }
}

._editor h3 {
  font-size: 36px
}

@media screen and (max-width:1600px) {
  ._editor h3 {
    font-size: calc(18.5px + 1.09375vw)
  }
}

._editor h4 {
  font-size: 30px
}

@media screen and (max-width:1600px) {
  ._editor h4 {
    font-size: calc(16.25px + .85938vw)
  }
}

._editor h2, ._editor h3, ._editor h4 {
  font-weight: 600;
  line-height: 125%;
  margin-bottom: .8em
}

._editor img {
  display: block;
  margin-bottom: .6em
}

.seo-txt {
  font-size: 18px;
  line-height: 200%
}

@media(max-width:575px) {
  .seo-txt {
    font-size: 16px
  }
}

.seo-txt p {
  margin-bottom: 1.5em
}

.seo-txt ul {
  margin-bottom: 1.1em;
  padding-left: 18px
}

.seo-txt ul li {
  list-style-type: disc
}

.seo-txt ol {
  padding-left: 18px
}

.seo-txt ol li {
  list-style: decimal
}

.seo-txt h2 {
  font-size: 42px
}

@media screen and (max-width:1600px) {
  .seo-txt h2 {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.seo-txt h3 {
  font-size: 36px
}

@media screen and (max-width:1600px) {
  .seo-txt h3 {
    font-size: calc(18.5px + 1.09375vw)
  }
}

.seo-txt h4 {
  font-size: 30px
}

@media screen and (max-width:1600px) {
  .seo-txt h4 {
    font-size: calc(16.25px + .85938vw)
  }
}

.seo-txt h2, .seo-txt h3, .seo-txt h4 {
  font-weight: 600;
  line-height: 125%;
  margin-bottom: .8em
}

.seo-txt img {
  display: block;
  margin-bottom: .6em
}

.simplebar-scrollbar:before {
  background-color: #fff;
  content: ""
}

.social {
  display: flex;
  gap: 14px
}

.social__item {
  background: #a2c614;
  background: var(--main-green, #a2c614);
  border-radius: 10px;
  flex-shrink: 0;
  height: 50px;
  padding: 11px;
  width: 50px
}

.social__item, .social__link {
  align-items: center;
  display: flex;
  justify-content: center
}

.social__link {
  fill: #fff;
  height: 38px;
  transition: fill .3s ease;
  width: 38px
}

.social__link_primary {
  fill: #232323
}

@media(any-hover:hover) {
  .social__link_primary:hover {
    fill: #a2c614
  }
}

.social__link_secondary {
  fill: #a2c614
}

@media(any-hover:hover) {
  .social__link_secondary:hover {
    fill: #fff
  }
}

.social__icon {
  fill: inherit;
  shape-rendering: geometricPrecision;
  width: 100%
}

.f-icon {
  border-radius: 50%;
  justify-content: center
}

.f-icon, .icon-btn {
  align-items: center;
  display: flex
}

.icon-btn {
  background: #fff;
  border-radius: 10px;
  color: #a2c614;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  transition: background-color .3s ease, fill .3s ease
}

.icon-btn_md {
  font-size: 15px;
  padding: 12px 30px 12px 15px
}

.icon-btn_lg {
  border-radius: 77px;
  padding: 9px 5px 10px 10px
}

.icon-btn_primary {
  fill: #232323;
  background-color: #232323;
  color: #fff
}

.icon-btn_primary .icon-btn__shape {
  background-color: #a2c614
}

@media(any-hover:hover) {
  .icon-btn_primary:hover {
    fill: #a2c614;
    background-color: #a2c614;
    color: #232323
  }

  .icon-btn_primary:hover .icon-btn__shape {
    background-color: #232323
  }
}

.icon-btn_secondary {
  fill: #a2c614;
  background-color: #a2c614;
  color: #232323
}

.icon-btn_secondary .icon-btn__shape {
  background-color: #232323
}

@media(any-hover:hover) {
  .icon-btn_hover_white:hover {
    fill: #fff;
    background-color: #fff
  }

  .icon-btn_hover_white:hover .icon-btn__shape {
    background-color: #a2c614
  }
}

.icon-btn__shape {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: background-color .3s ease
}

.icon-btn__shape_md {
  height: 29px;
  padding: 6px 5px 9px;
  width: 29px
}

.icon-btn__shape_lg {
  height: 57px;
  padding: 13px;
  width: 57px
}

.icon-btn__shape_center {
  height: 29px;
  padding: 6px;
  width: 29px
}

.icon-btn__icon {
  fill: #a2c614;
  height: 100%;
  width: 100%
}

.icon-btn__text {
  line-height: 110%;
  padding-left: 13px
}

.input {
  border-radius: 54px;
  color: #141414;
  font-family: inherit;
  line-height: 1;
  padding: 12.4px 40px 12.4px 20px;
  width: 100%
}

.input_bg_white {
  background-color: #fff;
  color: #232323
}

.input_outline_grey {
  border: 1px solid #141414
}

.input_outline_white {
  border: 1px solid #fff;
  color: #fff
}

.input::placeholder{color:#141414;color:var(--black-text-color, #141414);}

.input_border_white {
  border: 1px solid #fff;
  color: #fff
}

.input.input_border_white::-webkit-input-placeholder {
  color: #fff
}

.input.input_border_white::placeholder {
  color: #fff
}

.input::-webkit-input-placeholder {
  color: #141414;
  color: var(--black-text-color, #141414)
}

.input::placeholder {
  color: #141414;
  color: var(--black-text-color, #141414)
}

.input.error {
  border-color: #df0f0f
}

.input:focus {
  border: 1px solid #a2c614
}

.input__access {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 15px;
  margin: 10px 0 0;
  text-align: center
}

.input__access p {
  margin: 0;
  padding: 0
}

.input__access a {
  text-decoration: underline
}

.textarea {
  border-radius: 10px;
  font-family: inherit;
  line-height: 120%;
  min-height: 70px;
  padding: 15px 30px;
  resize: none;
  width: 100%
}

.textarea_outline_grey {
  border: 1px solid #888
}

.textarea_height_150 {
  min-height: 150px
}

.file-field {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  position: relative
}

.file-field__input {
  height: 0;
  left: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0
}

.file-field__icon {
  fill: inherit;
  flex-shrink: 0;
  height: 23px;
  width: 23px
}

.file-field__icon_fill_primary {
  fill: #232323
}

.file-field__helper {
  padding-right: 14px;
  text-decoration: underline
}

.icon-input {
  position: relative
}

.icon-input__icon {
  left: 17px;
  position: absolute;
  top: 19px;
  width: 17px
}

.icon-input__icon_secondary {
  fill: #a2c614
}

.icon-input__input {
  border-radius: 41px;
  line-height: 1;
  padding: 15px 30px 15px 40px;
  width: 100%
}

.icon-input__input_bg_white {
  background-color: #fff;
  color: #232323
}

.icon-input__input_outline_grey {
  border: 1px solid #888
}

.icon-input__input.error {
  border-color: #df0f0f
}

.icon-input_light {
  color: #fff
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px
}

.swiper-pagination.swiper-pagination-lock {
  display: none
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #a2c614;
  
}
span.swiper-pagination-bullet{
  background: #A2C614;
}

.swiper-pagination-bullet {
  background: #e1e1e1;
  border-radius: 50%;
  height: 10px;
  margin-right: 7px;
  transition: width .3s ease;
  width: 10px
}

.swiper-pagination-bullet-active {
  background-color: #a2c614;
  border-radius: 15px;
  width: 40px
}

.ft-subtitle {
  font-size: 20px;
  font-weight: 400
}

@media(max-width:575px) {
  .ft-subtitle {
    font-size: 16px
  }
}

.error-label {
  font-size: 14px;
  line-height: 120%;
  padding-top: 4px
}

.js-acc-panel {
  overflow: hidden
}

.info {
  background: rgba(255, 201, 34, .5);
  padding: 8px
}

.info, .info__round {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.info__round {
  background: #ffc922
}

.info__icon {
  fill: #fff;
  width: 7px
}

.tab-btn {
  border: 2px solid #888;
  border-radius: 34px;
  color: #888;
  cursor: pointer;
  font-weight: 600
}

.tab-btn.active {
  border-color: #a2c614;
  color: #fff
}

.tab-view {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden
}

.tab-view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.simplebar-track {
  background-color: #e5e5e5
}

.simplebar-track.simplebar-vertical {
  border-radius: 7px;
  width: 6px !important
}

.simplebar-track.simplebar-vertical>.simplebar-scrollbar:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.cp-picture {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.cp-info {
  align-items: center;
  color: #888;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700
}

.cp-info span {
  padding-left: 12px
}

.cp-info__icon {
  height: 20px;
  width: 20px
}

.steper__switch {
  border-radius: 20px;
  color: #888;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 19px 20px 18px;
  position: relative;
  text-align: center;
  width: 100%
}

.steper__switch_grey {
  background-color: #e1e1e1
}

.steper__switch.active {
  background-color: #232323;
  color: #fff
}

.steper__switch.active .steper__shape {
  background-color: #a2c614
}

@media(max-width:640px) {
  .steper__switch {
    font-size: 18px
  }
}

.steper__shape {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 53px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  width: 53px;
  z-index: 2
}

.steper__arrow {
  fill: #fff;
  width: 100%
}

.section {
  padding: 50px 0
}

.section_space_top_70 {
  padding-top: 70px
}

@media(max-width:992px) {
  .section_space_top_70 {
    padding-top: 35px
  }
}

.section-100 {
  padding: 100px 0
}

@media(max-width:992px) {
  .section-100 {
    padding: 35px 0
  }
}

@media(max-width:575px) {
  .section {
    padding: 25px 0
  }
}

.section_bg_grey {
  background-color: #f1f1f1
}

.section__head {
  text-align: center
}

.section__head_space_bot_20 {
  padding-bottom: 20px
}

.section__head_space_bot_30 {
  padding-bottom: 30px
}

.section__head_space_bot_60 {
  padding-bottom: 60px
}

@media(max-width:992px) {
  .section__head_space_bot_60 {
    padding-bottom: 30px
  }
}

.section__title {
  padding-bottom: 40px
}

@media(max-width:600px) {
  .section__title {
    padding-bottom: 20px
  }
}

.section__title_center {
  text-align: center
}

.section__subtitle {
  font-size: 20px;
  font-weight: 400
}

.section__subtitle_center {
  text-align: center
}

@media(max-width:575px) {
  .section__subtitle {
    font-size: 17px
  }
}

.section__body {
  padding-top: 40px
}

.sv-switch {
  cursor: pointer;
  overflow: hidden;
  position: relative
}

.sv-switch__input {
  left: 100%;
  position: absolute;
  visibility: hidden
}

.sv-switch__input:checked+.sv-switch__pallete {
  border-color: #121212
}

.sv-switch__input:checked+.sv-switch__pallete .sv-switch__mark {
  opacity: 1
}

.sv-switch__label {
  cursor: pointer;
  display: block
}

.sv-switch__pallete {
  border: 1px solid #121212;
  border-radius: 20px;
  height: 50px
}

.sv-switch__mark, .sv-switch__pallete {
  align-items: center;
  display: flex;
  justify-content: center
}

.sv-switch__mark {
  background-color: #a2c614;
  border-radius: 50%;
  height: 30px;
  opacity: 0;
  padding: 10px 9px;
  width: 30px
}

.sv-switch__icon {
  height: 100%;
  width: 100%
}

.sv-switch__name {
  display: block;
  font-size: 14px;
  text-align: center
}

.st-slider {
  padding: 0 15px
}

.st-slider__group {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.st-slider__row {
  width: calc(100% - 180px)
}

@media(max-width:768px) {
  .st-slider__row {
    width: calc(100% - 44px)
  }
}

.st-slider__control {
  fill: #232323;
  cursor: pointer;
  flex-shrink: 0;
  width: 20px
}

.st-slider__control.disabled {
  opacity: .4
}

@media(max-width:500px) {
  .st-slider__control {
    width: 12px
  }
}

.st-slider__control_prev {
  margin-right: 70px
}

@media(max-width:768px) {
  .st-slider__control_prev {
    margin-right: 20px
  }
}

@media(max-width:500px) {
  .st-slider__control_prev {
    margin-right: 10px
  }
}

.st-slider__control_next {
  margin-left: 70px
}

@media(max-width:768px) {
  .st-slider__control_next {
    margin-left: 20px
  }
}

@media(max-width:500px) {
  .st-slider__control_next {
    margin-left: 10px
  }
}

.st-slider__arrow {
  fill: inherit
}

.st-slider__pagination {
  padding-top: 50px
}

@media(max-width:768px) {
  .st-slider__pagination {
    padding-top: 20px
  }
}

.progress-bar {
  background: #d9d9d9;
  border-radius: 13px;
  height: 9px;
  width: 55%
}

.progress-bar__fill {
  background-color: #a2c614;
  border-radius: 13px;
  height: 100%
}

.play-btn {
  fill: #fff;
  display: block;
  height: 78px;
  transition: fill .3s ease;
  width: 78px
}

@media(any-hover:hover) {
  .play-btn:hover {
    fill: #a2c614
  }
}

.play-btn__icon {
  fill: inherit;
  display: block;
  height: 100%;
  width: 100%
}

.text-content {
  font-size: 1.1em
}

.text-content_space_bot_140 {
  padding-bottom: 140px
}

@media(max-width:992px) {
  .text-content_space_bot_140 {
    padding-bottom: 50px
  }
}

.text-content__content p {
  line-height: 200%;
  margin-bottom: 1.5em
}

.text-content__content ul {
  margin-bottom: 1.1em;
  padding-left: 18px
}

.text-content__content ul li {
  list-style-type: disc
}

.text-content__content ol {
  padding-left: 18px
}

.text-content__content ol li {
  list-style: decimal
}

.text-content__content h2 {
  font-size: 42px
}

@media screen and (max-width:1600px) {
  .text-content__content h2 {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.text-content__content h3 {
  font-size: 36px
}

@media screen and (max-width:1600px) {
  .text-content__content h3 {
    font-size: calc(18.5px + 1.09375vw)
  }
}

.text-content__content h4 {
  font-size: 30px
}

@media screen and (max-width:1600px) {
  .text-content__content h4 {
    font-size: calc(16.25px + .85938vw)
  }
}

.text-content__content h2, .text-content__content h3, .text-content__content h4 {
  font-weight: 600;
  line-height: 125%;
  margin-bottom: .8em
}

.text-content__content img {
  display: inline-block;
  margin-bottom: .6em
}

.swiper-wrapper-center {
  justify-content: center
}

.obj-fit {
  display: block;
  overflow: hidden;
  position: relative
}

.obj-fit__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%
}

.spacer_pt_70 {
  padding-top: 70px
}

@media(max-width:720px) {
  .spacer_pt_70 {
    padding-top: 35px
  }
}

.spacer_pt_100 {
  padding-top: 100px
}

@media(max-width:720px) {
  .spacer_pt_100 {
    padding-top: 50px
  }
}

.size-input {
  background: #fff;
  border: 2px solid #757575;
  border-radius: 33px;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  text-align: center;
  width: 90px
}

.radio {
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative
}

.radio__input {
  height: 1px;
  left: 100%;
  opacity: 0;
  position: absolute;
  width: 1px
}

.radio__input:checked+.radio__mark:before {
  opacity: 1
}

.radio__mark {
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 20px;
  padding: 3px;
  width: 20px
}

.radio__mark:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%
}

.radio__mark_grey {
  background-color: #e6e6e6
}

.radio__mark_grey:before {
  background-color: #a2c614
}

.radio__txt {
  font-family: inherit;
  font-size: inherit;
  line-height: 130%;
  padding-left: 18px;
  -webkit-user-select: none;
  user-select: none
}

.special-counter {
  align-items: center;
  counter-increment: section;
  display: flex;
  font-weight: 600;
  line-height: 170%;
  padding: 10px 0
}

.special-counter_secondary:before {
  border-color: #a2c614;
  color: #a2c614
}

.special-counter:before {
  align-items: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: counter(section);
  display: flex;
  flex-shrink: 0;
  font-size: 32px;
  height: 64px;
  justify-content: center;
  line-height: 1;
  margin-right: 24px;
  width: 64px
}

@media screen and (max-width:1600px) {
  .special-counter:before {
    font-size: calc(15.75px + 1.01563vw)
  }
}

@media(max-width:768px) {
  .special-counter:before {
    height: 44px;
    margin-right: 12px;
    width: 44px
  }
}

.mb-35 {
  margin-bottom: 35px
}

.mb-100 {
  margin-bottom: 100px
}

@media(max-width:768px) {
  .mb-100 {
    margin-bottom: 40px
  }
}

.mb-50-0 {
  margin-bottom: 50px
}

@media(max-width:768px) {
  .mb-50-0 {
    margin-bottom: 0
  }
}

@-webkit-keyframes glowing {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes glowing {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.icon-btn_alarm {
  overflow: hidden;
  position: relative
}

.icon-btn_alarm:before {
  -webkit-animation: glowing 4s linear infinite;
  animation: glowing 4s linear infinite;
  background: linear-gradient(320deg, hsla(0, 0%, 100%, .52), hsla(0, 0%, 100%, .26), hsla(0, 0%, 100%, .24));
  content: "";
  -webkit-filter: blur(11px);
  filter: blur(11px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%
}

.checkbox {
  align-items: center;
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: normal
}

.checkbox__label {
  margin: 0
}

.checkbox__input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  flex-basis: 31px;
  flex-shrink: 0;
  height: 31px;
  margin-right: 16px;
  outline: none;
  padding: 0;
  position: relative;
  transition: all .2s ease;
  width: 31px
}

.checkbox__input:checked:after {
  display: block
}

.checkbox__input:before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 31px
}

.checkbox__input:after {
  border: 4px solid #000;
  border-radius: 2px;
  border-right: none;
  border-top: none;
  content: "";
  display: none;
  height: 14px;
  left: 6px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px
}

.drawer {
  background-color: #fff;
  bottom: 0;
  box-shadow: -6px 0 14px 2px hsla(0, 0%, 49%, .25);
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: opacity .4s ease .2s, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease .2s;
  transition: transform .4s ease, opacity .4s ease .2s, -webkit-transform .4s ease;
  width: 320px;
  z-index: 3000
}

.drawer._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease
}

.drawer__wrapper {
  padding: 15px
}

.drawer__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px
}

.drawer__logo {
  width: 80px
}

.drawer__close {
  align-items: center;
  background-color: #a2c614;
  border-radius: 5px;
  display: flex;
  height: 29px;
  justify-content: center;
  width: 29px
}

.drawer__icon {
  fill: #fff;
  height: 15px;
  width: 15px
}

.drawer__body {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative
}

.drawer__body .simplebar-track.simplebar-vertical {
  background-color: #e5e5e5;
  width: 7px
}

.drawer__list {
  height: 100%;
  overflow: hidden;
  padding-right: 15px;
  position: relative
}

.drawer__item {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.drawer__link {
  display: block;
  padding: 10px 0
}

.drawer__btn {
  align-items: center;
  background-color: #a2c614;
  border-radius: 5px;
  display: flex;
  flex-shrink: 0;
  height: 29px;
  justify-content: center;
  margin-left: 10px;
  width: 29px
}

.drawer__arrow {
  fill: #fff;
  height: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 15px
}

.drawer__subnav {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  z-index: 200
}

.drawer__subnav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.drawer__prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 15px 0 10px
}

.drawer__icon-prev {
  fill: #232323;
  height: 15px;
  width: 15px
}

.drawer__info {
  font-weight: 700;
  line-height: 1;
  padding-left: 10px
}

.drawer__phone {
  display: block;
  padding-bottom: 10px;
  text-align: center
}

.drawer__callback {
  margin: 0 auto;
  max-width: 220px
}

.drawer__footer {
  padding-top: 10px
}

.drawer__box {
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center
}

.tf-modal {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden auto;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999
}

.tf-modal._active {
  opacity: 1;
  visibility: visible
}

.tf-modal__container {
  margin: 20px 0;
  min-height: calc(100% - 40px);
  position: relative;
  z-index: 2200
}

.tf-modal__container_vertical_center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.tf-modal__container_align_bot {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.tf-modal__layer {
  background: rgba(36, 36, 36, .8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%
}

.callback {
  background-color: none;
  border-radius: 20px;
  color: #232323;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  width: 950px;
  z-index: 2000
}

.callback__close {
  height: 17px;
  position: absolute;
  right: 60px;
  top: 160px;
  width: 15px;
  z-index: 10;
  z-index: 777;
}

.callback__icon {
  fill: #232323;
  height: 100%;
  width: 100%
}

.callback__wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 950px
}

.callback__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 120%
}

@media(max-width:992px) {
  .callback__title {
    font-size: 24px
  }
}

.callback__subtitle {
  font-size: 18px
}

@media(max-width:992px) {
  .callback__subtitle {
    font-size: 16px
  }
}

.callback__head {
  padding-bottom: 40px
}

@media(max-width:992px) {
  .callback__head {
    padding-bottom: 20px
  }
}

.callback__form {
  margin: 0 auto;
  max-width: 480px;
  width: 100%
}

.callback__form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.callback__field {
  padding: 10px
}

.callback__field_w50 {
  width: 50%
}

@media(max-width:480px) {
  .callback__field_w50 {
    width: 100%
  }
}

.callback__field_w100 {
  width: 100%
}

.callback__file {
  padding-top: 10px;
  text-align: right
}

.callback__submit {
  padding-top: 30px;
  text-align: center
}

.callback__btn {
  max-width: 100%;
  width: 275px
}

.callback__note {
  color: #888;
  font-size: 12px;
  line-height: 120%;
  padding-top: 15px
}

.callback__note a {
  text-decoration: underline
}

.callback__label {
  font-weight: 600
}

.header {
  background: #fff;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative
}
.header .container {
  max-width: 1600px;
}

@media(max-width:1200px) {
  .header {
    padding-bottom: 12px;
    padding-top: 12px
  }
}

.header__grid {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between
}

.header__logo-group {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.7;
  padding-right: 25px
}

@media(max-width:1600px) {
  .header__logo-group {
    flex-shrink: 0
  }
}

@media(max-width:1200px) {
  .header__logo-group img {
    height: 50px;
    width: 50px
  }
}

.header__info {
  border-left: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 12px 25px
}

@media(max-width:1600px) {
  .header__info {
    max-width: 200px
  }
}

@media(max-width:1200px) {
  .header__info {
    display: none
  }
}

.header__info p {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37
}

.header__info p a {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-weight: 700
}

.header__mail {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzLjA4NCA1LjM2NWgtMTkuNWEuODEzLjgxMyAwIDAgMC0uODEzLjgxM1YxOS45OWExLjYyNSAxLjYyNSAwIDAgMCAxLjYyNSAxLjYyNWgxNy44NzVhMS42MjUgMS42MjUgMCAwIDAgMS42MjUtMS42MjVWNi4xNzhhLjgxMi44MTIgMCAwIDAtLjgxMi0uODEzWm0tMi4wOSAxLjYyNS03LjY2IDcuMDIzLTcuNjYtNy4wMjNoMTUuMzJabTEuMjc3IDEzSDQuMzk2VjguMDI1bDguMzg5IDcuNjlhLjgxMy44MTMgMCAwIDAgMS4wOTggMGw4LjM4OS03LjY5VjE5Ljk5WiIgZmlsbD0iI0EyQzYxNCIvPjwvc3ZnPg==);
  background-position: 0;
  background-repeat: no-repeat;
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  padding-left: 34px
}

.header__item {
  line-height: 120%;
  padding: 5px 0
}

.header__calc {
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjE1MyA3LjI2YS43NS43NSAwIDAgMS0uNzUuNzVoLTZhLjc1Ljc1IDAgMSAxIDAtMS41aDZhLjc1Ljc1IDAgMCAxIC43NS43NVptLS43NSA5Ljc1aC0yLjI1di0yLjI1YS43NS43NSAwIDEgMC0xLjUgMHYyLjI1aC0yLjI1YS43NS43NSAwIDEgMCAwIDEuNWgyLjI1djIuMjVhLjc1Ljc1IDAgMSAwIDEuNSAwdi0yLjI1aDIuMjVhLjc1Ljc1IDAgMSAwIDAtMS41Wm00LjUgMGg2YS43NS43NSAwIDEgMCAwLTEuNWgtNmEuNzUuNzUgMCAxIDAgMCAxLjVabTYgMS41aC02YS43NS43NSAwIDEgMCAwIDEuNWg2YS43NS43NSAwIDEgMCAwLTEuNVptLTUuNzgxLTguNDdhLjc0Ny43NDcgMCAwIDAgMS4wNjEgMGwxLjcyLTEuNzIgMS43MTkgMS43MmEuNzUuNzUgMCAxIDAgMS4wNjEtMS4wNmwtMS43Mi0xLjcyIDEuNzItMS43MmEuNzUuNzUgMCAwIDAtMS4wNjEtMS4wNmwtMS43MiAxLjcyLTEuNzE5LTEuNzJhLjc1Ljc1IDAgMSAwLTEuMDYxIDEuMDZsMS43MiAxLjcyLTEuNzIgMS43MmEuNzQ4Ljc0OCAwIDAgMCAwIDEuMDZaIiBmaWxsPSIjQTJDNjE0Ii8+PC9zdmc+);
  background-position: center left 29px;
  background-repeat: no-repeat;
  border: 1px solid #a2c614;
  border: 1px solid var(--green, #a2c614);
  border-radius: 100px;
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.37;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 232px;
  padding: 10px 56px 10px 74px
}

@media(max-width:1200px) {
  .header__calc {
    display: none
  }
}

.header__wt {
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, .1);
  /* border-right: 1px solid rgba(0, 0, 0, .1); */
  display: flex;
  gap: 14px;
  min-height: 75px;
  min-width: 218px;
  padding-left: 25px;
  padding-right: 25px
}

@media(max-width:1200px) {
  .header__wt {
    display: none
  }
}

.header__wt p {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  max-width: 130px;
  position: relative;
  text-align: right
}

.header__wt p:before {
  background-color: #a2c614;
  background-color: var(--green, #a2c614);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px
}

.header__wt-link {
  background: rgba(162, 198, 20, .15);
  background: var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 50%;
  display: block;
  height: 64px;
  padding: 17px;
  width: 64px
}

.header__tt {
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  gap: 20px;
  max-width: 290px;
  min-height: 75px;
  padding-left: 25px;
  padding-right: 25px
}

.header__tt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25
}

.header__tt a {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline
}

@media(max-width:1500px) {
  .header__tt {
    display: none
  }
}

.header__tt-img {
  background: rgba(162, 198, 20, .15);
  background: var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 50%;
  height: 64px;
  padding: 17px;
  width: 64px
}

.header__messager {
  font-weight: 700;
  text-decoration: underline;
  transition: color .3s ease
}

.header__messager:hover {
  color: #a2c614
}

.header__address {
  font-size: 14px;
  font-style: normal
}

.header__round {
  fill: #232323;
  height: 39px;
  margin-left: 20px;
  transition: fill .3s ease;
  width: 39px
}

@media(any-hover:hover) {
  .header__round:hover {
    fill: #a2c614
  }
}

@media(max-width:1200px) {
  .header__round {
    fill: #fff
  }
}

.header__round_hide_desctop {
  display: none
}

@media(max-width:1200px) {
  .header__round_hide_desctop {
    display: block
  }
}

.header__icon {
  fill: #a2c614;
  fill: var(--green, #a2c614);
  height: 100%;
  width: 100%
}

.header__action {
  display: none;
  flex-shrink: 0
}

@media(max-width:1200px) {
  .header__action {
    display: flex;
    padding-left: 10px
  }
}

.header__callback {
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  flex-shrink: 0;
  gap: 25px;
  padding-left: 25px;
  text-align: right
}

@media(max-width:1600px) {
  .header__callback {
    width: auto
  }
}

@media(max-width:1200px) {
  .header__callback {
    display: none
  }
}

.header__callback p {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.header__callback-img {
  background: rgba(162, 198, 20, .15);
  background: var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 50%;
  height: 75px;
  overflow: hidden;
  width: 75px
}

.header__callback-img img {
  border-radius: 50%;
  object-fit: contain;
  object-position: center bottom
}

.header__call {
  padding-left: 9px;
  position: relative
}

.header__call:before {
  background: #a2c614;
  background: var(--green, #a2c614);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: calc(50% - 2.5px);
  width: 5px
}

@media(max-width:1200px) {
  .header__call {
    display: none
  }
}

.header__burger {
  display: none;
  flex-shrink: 0;
  height: 39px;
  margin-left: 15px;
  width: 39px
}

@media(max-width:1200px) {
  .header__burger {
    display: block
  }
}

.header__burger-icon {
  fill: #a2c614;
  fill: var(--green, #a2c614);
  height: 100%;
  width: 100%
}

.header__worker {
  padding-left: 40px;
  padding-right: 40px
}

@media(max-width:1200px) {
  .header__worker {
    display: none
  }
}

.header__dropdown {
  background-color: #a2c614;
  border-top: 1px solid #fff;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10
}

.header__dropdown.active {
  opacity: 1;
  visibility: visible
}

@media(max-width:1200px) {
  .header__dropdown {
    bottom: 0;
    height: auto;
    top: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

.header-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 10px 10px
}

.header-dropdown__close {
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px
}

.header-dropdown__icon {
  fill: #a2c614;
  fill: var(--green, #a2c614)
}

.header-dropdown__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.header-dropdown__item {
  padding: 10px
}

.header-dropdown__item_size_lg {
  width: 65%
}

@media(max-width:575px) {
  .header-dropdown__item_size_lg {
    width: 100%
  }
}

.header-dropdown__item_size_md {
  width: 35%
}

@media(max-width:575px) {
  .header-dropdown__item_size_md {
    width: 100%
  }
}

@media(max-width:420px) {
  .header-dropdown__item {
    width: 100%
  }
}

.header-dropdown__phone {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline
}

.header-dropdown__btn {
  padding: 10px 15px;
  width: 100%
}

.header-dropdown__search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.header-dropdown__submit {
  padding: 10px 20px;
  width: 100%
}

.icon-link {
  align-items: center;
  display: flex;
  transition: color .3s ease
}

.icon-link_primary {
  fill: #232323;
  color: #232323
}

@media(any-hover:hover) {
  .icon-link_primary:hover {
    fill: #a2c614;
    color: #a2c614
  }
}

.icon-link__icon {
  fill: inherit;
  transition: fill .3s ease;
  width: 20px
}

.icon-link__text {
  padding-left: 10px
}

.phone-select {
  position: relative
}

.phone-select:hover .phone-select__list {
  -webkit-transform: translateY(100%) scaleY(1);
  transform: translateY(100%) scaleY(1)
}

.phone-select:hover .phone-select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.phone-select__group {
  align-items: center;
  display: flex;
  justify-content: flex-end
}

.phone-select__group.phone-select__group {
  justify-content: flex-start
}

.phone-select__item {
  fill: #232323;
  align-items: center;
  display: flex;
  transition: color .3s ease, fill .3s ease
}

@media(any-hover:hover) {
  .phone-select__item:hover {
    fill: #a2c614;
    color: #a2c614
  }
}

.phone-select__icon {
  fill: inherit;
  height: 19px;
  width: 19px
}

.phone-select__title {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: .8;
  margin: 10px 0;
  text-align: right
}

.phone-select__switch {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 20px;
  justify-content: flex-end;
  width: 20px
}

.phone-select__arrow {
  fill: #232323;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 10px
}

.phone-select__box {
  padding: 5px 0
}

.phone-select__list {
  background-color: #ececec;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%) scaleY(0);
  transform: translateY(100%) scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 5
}

#navbar {
  display: none
}

.navbar {
  background: #141414;
  background: var(--black-text-color, #141414);
  color: #fff;
  position: relative;
  z-index: 2200
}

@media(max-width:1200px) {
  .navbar {
    display: none
  }
}

.navbar__list {
  justify-content: space-between;
  margin: 0 -10px
}

.navbar__item {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  padding: 21px 10px 19px;
  position: relative
}

.navbar__item.active .navbar__dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible
}

.navbar__item.active>.navbar__switch {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.navbar__item:hover {
  border-bottom: 3px solid #a2c614;
  border-bottom: 3px solid var(--green, #a2c614)
}

.navbar__item:hover .navbar__link {
  color: #a2c614;
  color: var(--green, #a2c614)
}

/* .navbar__item:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: -60px;
  top: calc(50% - 3px);
  width: 6px
} */

.navbar .container{
  max-width: 1600px;
}

@media(max-width:1580px) {
  .navbar__item:after {
    display: none
  }
}

.navbar__item:last-child:after {
  display: none
}

.navbar__item_level_3 {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px
}

.navbar__item_level_3 a, .navbar__link {
  font-weight: 400
}

.navbar__link {
  font-size: 16px;
  line-height: 1.2
}

.navbar__switch {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 15px;
  justify-content: center;
  margin-left: 7px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 15px
}

.navbar__arrow {
  width: 9px
}

.navbar__arrow_fill_white {
  fill: #fff
}

.navbar__arrow_fill_primary {
  fill: #232323
}

.navbar__dropdown {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 17px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;
  visibility: hidden;
  z-index: 100
}

.navbar__subnav {
  color: #232323;
  display: flex;
  overflow: hidden;
  width: 900px
}

.navbar__aside, .navbar__subnav {
  border-radius: 10px;
  position: relative
}

.navbar__aside {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25);
  padding: 20px 15px 20px 20px;
  width: 300px;
  z-index: 1
}

.navbar__main {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  width: 590px
}

.navbar__control {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 6px 0;
  transition: color .3s ease
}

.navbar__control.active {
  color: #a2c614
}

.navbar__control.active .navbar__switch {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.navbar__control.active .navbar__switch .navbar__arrow {
  fill: #a2c614
}

.navbar__children {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25);
  -webkit-column-count: 2;
  column-count: 2;
  flex-grow: 1;
  padding: 20px 20px 20px 30px;
  position: absolute;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  transition: visibility .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, visibility .3s ease;
  transition: transform .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  visibility: hidden;
  width: 100%
}

.navbar__children.active {
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible
}

.navbar__child {
  font-size: 16px;
  padding: 8px 0
}

.navbar__child-link {
  font-weight: 400
}

.navbar__child-link.active {
  font-weight: 600;
  text-decoration: underline
}

@media(any-hover:hover) {
  .navbar__child-link:hover {
    text-decoration: underline
  }
}

@media(max-width:768px) {
  .fscreen__title {
    font-size: 28px;
    margin-top: 10px
  }
}

.fscreen__bg {
  background: linear-gradient(103deg, #141414, #191a14 60.21%, #829e14 129.15%, #a2c614 129.34%);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 700px
}

@media(max-width:768px) {
  .fscreen__bg {
    height: auto;
    min-height: 0;
    min-height: auto
  }
}

.fscreen__layer {
  /* align-items: center; */
  color: #fff;
  display: flex;
  flex-grow: 1;
  gap: 5%;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 100px
}

@media(max-width:768px) {
  .fscreen__layer {
    height: auto;
    padding-top: 40px
  }
}

.fscreen__subtitle {
  background: #a2c614;
  background: var(--green, #a2c614);
  border-radius: 60px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  max-width: -webkit-max-content;
  max-width: max-content;
  padding: 8px 30px
}

@media(max-width:1280px) {
  .fscreen__subtitle {
    font-size: 25px
  }
}

@media(max-width:768px) {
  .fscreen__subtitle {
    font-size: 18px;
    padding: 8px 20px
  }
}

.fscreen__note {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px
}

.fscreen__note_line {
  padding-left: 45px;
  position: relative
}

.fscreen__note_line:before {
  background-color: #a2c614;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 30px
}

.fscreen__price {
  font-size: 24px
}

.fscreen__price b {
  font-size: 48px;
  font-weight: 600;
  padding-left: 24px;
  padding-right: 24px
}

@media(max-width:1280px) {
  .fscreen__price b {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px
  }
}

.fscreen__price span {
  font-size: .75em
}

.fscreen__group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px
}

.fscreen__col {
  margin-right: 20px
}

@media(max-width:600px) {
  .fscreen__col {
    margin-right: 0;
    margin-top: 10px;
    width: 100%
  }
}

.fscreen__btn {
  max-width: 100%
}

.fscreen__btn_bold {
  font-weight: 600
}

.fscreen__btn_normal {
  font-weight: 400
}

.fscreen__control {
  fill: #fff;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: fill .3s ease;
  width: 30px;
  z-index: 100
}

.fscreen__control.hide {
  display: none
}

.fscreen__control_prev {
  left: 9%
}

@media(max-width:1600px) {
  .fscreen__control_prev {
    left: 20px
  }
}

@media(max-width:600px) {
  .fscreen__control_prev {
    left: 10px
  }
}

.fscreen__control_next {
  right: 9%
}

@media(max-width:1600px) {
  .fscreen__control_next {
    right: 20px
  }
}

@media(max-width:600px) {
  .fscreen__control_next {
    right: 10px
  }
}

@media(any-hover:hover) {
  .fscreen__control:hover {
    fill: #a2c614
  }
}

@media(max-width:1200px) {
  .fscreen__control {
    width: 15px
  }
}

.fscreen__arrow {
  fill: inherit;
  height: 100%;
  width: 100%
}

.fscreen__container {
  max-width: 1024px;
  position: relative
}

.fscreen__plate {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  margin-bottom: -345px;
  padding: 20px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}

@media(max-width:1280px) {
  .fscreen__plate {
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none
  }
}

.fscreen__plate-border {
  border: 2px solid rgba(51, 130, 0, .2);
  border-radius: 11px;
  padding: 60px 45px
}

@media(max-width:1200px) {
  .fscreen__plate-border {
    padding: 40px 30px
  }
}

@media(max-width:768px) {
  .fscreen__plate-border {
    padding: 25px 15px
  }
}

.fscreen__wrapper {
  width: 58%
}

@media(max-width:1600px) {
  .fscreen__wrapper {
    width: calc(58% - 25px)
  }
}

@media(max-width:1280px) {
  .fscreen__wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media(max-width:768px) {
  .fscreen__wrapper {
    width: 100%
  }
}

.fscreen__footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 40px
}

.fscreen__img {
  width: 35%
}

@media(max-width:1600px) {
  .fscreen__img {
    width: calc(30% - 25px)
  }
}

@media(max-width:768px) {
  .fscreen__img {
    display: none;
    width: 100%
  }
}

.fscreen__img img {
  height: auto;
  object-fit: contain;
  width: 100%
}



.fscreen__b-list {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 40px;
  line-height: normal;
  margin: 32px 0 0
}

@media(max-width:1200px) {
  .fscreen__b-list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px
  }
}

@media(max-width:500px) {
  .fscreen__b-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    line-height: normal;
    margin: 32px 0 0;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px
  }
}

.fscreen__b-list li {
  align-items: center;
  display: flex;
  font-weight: 400px;
  gap: 15px;
  max-width: 250px
}

@media(max-width:768px) {
  .fscreen__b-list li {
    gap: 10px
  }
}

@media(max-width:992px) {
  .fscreen__b-list img {
    height: 40px;
    width: 40px
  }
}

.fscreen__plate-flex {
  grid-gap: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(200px, 1.2fr) 1fr
}

@media(max-width:768px) {
  .fscreen__plate-flex {
    grid-template-columns: minmax(200px, 1fr)
  }

  .fscreen__plate-slider {
    order: 2
  }
}

.fscreen .plate_control {
  background-color: #64b32c;
  background-color: var(--main-color-green, #64b32c);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 3px;
  cursor: pointer;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  width: 34px;
  z-index: 4
}

.fscreen .plate_control_prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjU4NyA0Ljg4M2EuNzUxLjc1MSAwIDAgMSAwIDEuMDYybC02LjIyIDYuMjE5IDYuMjIgNi4yMmEuNzUuNzUgMCAxIDEtMS4wNiAxLjA2bC02Ljc1LTYuNzVhLjc0OS43NDkgMCAwIDEgMC0xLjA2bDYuNzUtNi43NWEuNzUuNzUgMCAwIDEgMS4wNiAwWiIgZmlsbD0iIzFCMUIxQSIvPjwvc3ZnPg==);
  left: 0
}

.fscreen .plate_control_next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDEzIDQuODgzYS43NS43NSAwIDAgMCAwIDEuMDYybDYuMjIgNi4yMTktNi4yMiA2LjIyYS43NS43NSAwIDEgMCAxLjA2IDEuMDZsNi43NS02Ljc1YS43NS43NSAwIDAgMCAwLTEuMDZsLTYuNzUtNi43NWEuNzUuNzUgMCAwIDAtMS4wNiAwWiIgZmlsbD0iIzFCMUIxQSIvPjwvc3ZnPg==);
  right: 0
}

.fscreen__plate-ttl {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px;
  text-align: center
}

@media(max-width:992px) {
  .fscreen__plate-ttl {
    font-size: 28px;
    margin: 0 0 30px
  }
}

@media(max-width:768px) {
  .fscreen__plate-ttl {
    font-size: 24px;
    margin: 0 0 20px
  }
}

.fscreen__plate-text {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 6px;
  max-width: 380px;
  text-align: center
}

.fscreen__plate-text span {
  color: #64b32c;
  color: var(--main-color-green, #64b32c);
  font-weight: 600
}

.fscreen__plate-sn {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 13px;
  text-align: center
}

.fscreen__plate-form {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.fscreen__plate-slider .swiper {
  margin: 0 0 24px;
  position: relative
}

.fscreen__plate-slider img {
  height: 100%;
  margin: auto;
  object-fit: contain;
  width: auto
}

ul[class].fscreen__list {
  list-style: disc;
  padding-left: 26px
}

@media(max-width:768px) {
  ul[class].fscreen__list {
    font-size: 20px
  }
}

ul[class].fscreen__list li {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

@media(max-width:1280px) {
  ul[class].fscreen__list li {
    font-size: 22px
  }
}

@media(max-width:768px) {
  ul[class].fscreen__list li {
    font-size: 16px;
    font-weight: 400
  }
}

ul[class].fscreen__list li::marker {
  color: #a2c614;
  font-size: 20px
}

@media(max-width:768px) {
  ul[class].fscreen__list li::marker {
    font-size: 14px
  }
}

ul[class].fscreen__list--regular li {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px
}

.fscreen__slider-wrap {
  max-width: 1590px;
  /* padding-right: 100px !important; */
  /* padding-left: 100px !important; */
  gap: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .fscreen__title {
    margin-top: 10px;
    font-size: 28px;
  }
}
.fscreen__bg {
  min-height: 560px;
  height: 100%;
}
@media (max-width: 768px) {
  .fscreen__bg {
    min-height: unset;
    height: unset;
  }
}
.fscreen__swrap {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 10%;
}
.fscreen__swrap-text {
  max-width: 601px;
}
.fscreen__swrap-text-title {
  color: #fff6f6;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.fscreen__swrap-text-price {
  color: #fff6f6;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.fscreen__swrap-text-price-line {
  background: var(--green, #a2c614);
  width: 45px;
  height: 2px;
  margin-right: 30px;
  display: inline-block;
}
.fscreen__swrap-text-price-t {
  color: var(--green, #a2c614);
  margin-left: 8px;
  display: inline-block;
}
.fscreen__swrap-text-price-a {
  color: var(--green, #a2c614);
  margin-left: 8px;
  font-weight: 700;
  display: inline-block;
}
.fscreen__swrap-text-price-v {
  color: var(--green, #a2c614);
  margin-left: 8px;
  font-weight: 400;
  display: inline-block;
}
.fscreen__swrap-text-btn {
  border-radius: 54px;
  background: var(--green, #a2c614);
  padding: 17px 20px;
  max-width: 415px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.fscreen__swrap-text-btn:hover {
  background-color: #7c980f;
}
.fscreen__swrap-img {
  display: inline-block;
}
.fscreen__paginations {
  display: none;
}
@media (max-width: 1024px) {
  .fscreen__swrap {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .fscreen__swrap-text {
    max-width: none;
  }
  .fscreen__swrap-text-title {
    font-size: 40px;
  }
  .fscreen__swrap-text-price {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .fscreen__swrap-text-btn {
    padding: 16px 20px;
    max-width: 315px;
  }
  .fscreen__swrap-img {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .fscreen__swrap {
    padding-top: 40px;
    padding-bottom: 0;
    gap: 12px;
    flex-direction: column-reverse;
  }
  .fscreen__swrap-text-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .fscreen__swrap-text-price {
    font-size: 20px;
  }
  .fscreen__swrap-text-price-line {
    width: 35px;
    margin-right: 20px;
  }
  .fscreen__swrap-text-price-t {
    margin-left: 6px;
  }
  .fscreen__swrap-text-price-a {
    margin-left: 6px;
  }
  .fscreen__swrap-text-price-v {
    margin-left: 6px;
  }
  .fscreen__swrap-text-btn {
    padding: 14px 18px;
    max-width: 280px;
    font-size: 14px;
  }
  .fscreen__slider-wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
    gap: 0px;
  }
  .fscreen__paginations {
    display: flex;
    padding-bottom: 40px;
    margin-top: 20px;
  }
}
.fscreen__layer {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .fscreen__layer {
    height: unset;
    padding-top: 40px;
  }
}
.fscreen__layer-text {
  max-width: 601px;
}
.fscreen__layer-text-title {
  color: #fff6f6;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.fscreen__layer-text-price {
  color: #fff6f6;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.fscreen__layer-text-price-line {
  background: var(--green, #a2c614);
  width: 45px;
  height: 2px;
  margin-right: 30px;
  display: inline-block;
}
.fscreen__layer-text-price-t {
  color: var(--green, #a2c614);
  margin-left: 8px;
  display: inline-block;
}
.fscreen__layer-text-price-a {
  color: var(--green, #a2c614);
  margin-left: 8px;
  font-weight: 700;
  display: inline-block;
}
.fscreen__layer-text-price-v {
  color: var(--green, #a2c614);
  margin-left: 8px;
  font-weight: 400;
  display: inline-block;
}
.fscreen__layer-text-btn {
  border-radius: 54px;
  background: var(--green, #a2c614);
  padding: 17px 20px;
  max-width: 415px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.fscreen__layer-text-btn:hover {
  background-color: #7c980f;
}
.fscreen__layer-img {
  display: inline-block;
}
.fscreen__subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  padding: 8px 30px;
  border-radius: 60px;
  background: var(--green, #a2c614);
  max-width: max-content;
}
@media (max-width: 1280px) {
  .fscreen__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .fscreen__subtitle {
    padding: 8px 20px;
    font-size: 18px;
  }
}
.fscreen__note {
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
}
.fscreen__note_line {
  position: relative;
  padding-left: 45px;
}
.fscreen__note_line::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  left: 0;
  top: 15px;
}
.fscreen__price {
  font-size: 24px;
}
.fscreen__price b {
  font-weight: 600;
  font-size: 48px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1280px) {
  .fscreen__price b {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fscreen__price span {
  font-size: 0.75em;
}
.fscreen__group {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.fscreen__col {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .fscreen__col {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.fscreen__btn {
  max-width: 100%;
}
.fscreen__btn_bold {
  font-weight: 600;
}
.fscreen__btn_normal {
  font-weight: 400;
}
.fscreen__control {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  transition: fill 0.3s ease;
  border-radius: 10px;
  background: rgba(162, 198, 20, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.fscreen__control.hide {
  opacity: 0.5;
}
.fscreen__control_prev {
  left: 15px;
}
.fscreen__control_next {
  right: 15px;
}
@media (max-width: 768px) {
  .fscreen__control {
    display: none;
  }
}
.fscreen__arrow {
  width: 100%;
  height: 100%;
  fill: inherit;
}
.fscreen__container {
  position: relative;
  max-width: 1024px;
}
.fscreen__plate {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 20px;
  margin-bottom: -345px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1280px) {
  .fscreen__plate {
    margin-bottom: 0;
    transform: none;
  }
}
.fscreen__plate-border {
  border-radius: 11px;
  border: 2px solid rgba(51, 130, 0, 0.2);
  padding: 60px 45px;
}
@media (max-width: 1200px) {
  .fscreen__plate-border {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .fscreen__plate-border {
    padding: 25px 15px;
  }
}
.fscreen__wrapper {
  width: 75%;
}
@media (max-width: 1600px) {
  .fscreen__wrapper {
    width: calc(70% - 25px);
  }
}
@media (max-width: 1280px) {
  .fscreen__wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .fscreen__wrapper {
    width: 100%;
  }
}
.fscreen__footer {
  padding-top: 40px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
.fscreen__img {
  width: 20%;
}
@media (max-width: 1600px) {
  .fscreen__img {
    width: calc(30% - 25px);
  }
}
@media (max-width: 768px) {
  .fscreen__img {
    display: none;
    width: 100%;
  }
}
.fscreen__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fscreen__b-list {
  line-height: normal;
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .fscreen__b-list {
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
  }
}
.fscreen__b-list li {
  display: flex;
  align-items: center;
  font-weight: 400px;
  gap: 15px;
  max-width: 230px;
}
@media (max-width: 768px) {
  .fscreen__b-list li {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .fscreen__b-list img {
    width: 40px;
    height: 40px;
  }
}
.fscreen__plate-flex {
  display: grid;
  grid-template-columns: minmax(200px, 1.2fr) 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .fscreen__plate-flex {
    grid-template-columns: minmax(200px, 1fr);
  }
}
@media (max-width: 768px) {
  .fscreen__plate-slider {
    order: 2;
  }
}
.fscreen .plate_control {
  position: absolute;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-color: var(--main-color-green, #64b32c);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  z-index: 4;
}
.fscreen .plate_control_prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjU4NzQgNC44ODMzOUMxNS42NTcxIDQuOTUzMDQgMTUuNzEyNCA1LjAzNTc2IDE1Ljc1MDIgNS4xMjY4MUMxNS43ODc5IDUuMjE3ODYgMTUuODA3MyA1LjMxNTQ1IDE1LjgwNzMgNS40MTQwMUMxNS44MDczIDUuNTEyNTcgMTUuNzg3OSA1LjYxMDE3IDE1Ljc1MDIgNS43MDEyMkMxNS43MTI0IDUuNzkyMjcgMTUuNjU3MSA1Ljg3NDk4IDE1LjU4NzQgNS45NDQ2NEw5LjM2NzA2IDEyLjE2NEwxNS41ODc0IDE4LjM4MzRDMTUuNzI4MSAxOC41MjQxIDE1LjgwNzIgMTguNzE1IDE1LjgwNzIgMTguOTE0QzE1LjgwNzIgMTkuMTEzIDE1LjcyODEgMTkuMzAzOSAxNS41ODc0IDE5LjQ0NDZDMTUuNDQ2NiAxOS41ODU0IDE1LjI1NTggMTkuNjY0NCAxNS4wNTY3IDE5LjY2NDRDMTQuODU3NyAxOS42NjQ0IDE0LjY2NjggMTkuNTg1NCAxNC41MjYxIDE5LjQ0NDZMNy43NzYxMiAxMi42OTQ2QzcuNzA2MzkgMTIuNjI1IDcuNjUxMDcgMTIuNTQyMyA3LjYxMzMyIDEyLjQ1MTJDNy41NzU1OCAxMi4zNjAyIDcuNTU2MTUgMTIuMjYyNiA3LjU1NjE1IDEyLjE2NEM3LjU1NjE1IDEyLjA2NTUgNy41NzU1OCAxMS45Njc5IDcuNjEzMzIgMTEuODc2OEM3LjY1MTA3IDExLjc4NTggNy43MDYzOSAxMS43MDMgNy43NzYxMiAxMS42MzM0TDE0LjUyNjEgNC44ODMzOUMxNC41OTU4IDQuODEzNjUgMTQuNjc4NSA0Ljc1ODMzIDE0Ljc2OTUgNC43MjA1OUMxNC44NjA2IDQuNjgyODUgMTQuOTU4MiA0LjY2MzQyIDE1LjA1NjcgNC42NjM0MkMxNS4xNTUzIDQuNjYzNDIgMTUuMjUyOSA0LjY4Mjg1IDE1LjM0MzkgNC43MjA1OUMxNS40MzUgNC43NTgzMyAxNS41MTc3IDQuODEzNjUgMTUuNTg3NCA0Ljg4MzM5WiIgZmlsbD0iIzFCMUIxQSIvPgo8L3N2Zz4K);
}
.fscreen .plate_control_next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDEyNjMgNC44ODMzOUM4LjM0MjkgNC45NTMwNCA4LjI4NzU4IDUuMDM1NzYgOC4yNDk4NCA1LjEyNjgxQzguMjEyMDkgNS4yMTc4NiA4LjE5MjY3IDUuMzE1NDUgOC4xOTI2NyA1LjQxNDAxQzguMTkyNjcgNS41MTI1NyA4LjIxMjA5IDUuNjEwMTcgOC4yNDk4NCA1LjcwMTIyQzguMjg3NTggNS43OTIyNyA4LjM0MjkgNS44NzQ5OCA4LjQxMjYzIDUuOTQ0NjRMMTQuNjMyOSAxMi4xNjRMOC40MTI2MyAxOC4zODM0QzguMjcxOSAxOC41MjQxIDguMTkyODQgMTguNzE1IDguMTkyODQgMTguOTE0QzguMTkyODQgMTkuMTEzIDguMjcxOSAxOS4zMDM5IDguNDEyNjMgMTkuNDQ0NkM4LjU1MzM2IDE5LjU4NTQgOC43NDQyMyAxOS42NjQ0IDguOTQzMjYgMTkuNjY0NEM5LjE0MjI4IDE5LjY2NDQgOS4zMzMxNSAxOS41ODU0IDkuNDczODggMTkuNDQ0NkwxNi4yMjM5IDEyLjY5NDZDMTYuMjkzNiAxMi42MjUgMTYuMzQ4OSAxMi41NDIzIDE2LjM4NjcgMTIuNDUxMkMxNi40MjQ0IDEyLjM2MDIgMTYuNDQzOCAxMi4yNjI2IDE2LjQ0MzggMTIuMTY0QzE2LjQ0MzggMTIuMDY1NSAxNi40MjQ0IDExLjk2NzkgMTYuMzg2NyAxMS44NzY4QzE2LjM0ODkgMTEuNzg1OCAxNi4yOTM2IDExLjcwMyAxNi4yMjM5IDExLjYzMzRMOS40NzM4OCA0Ljg4MzM5QzkuNDA0MjMgNC44MTM2NSA5LjMyMTUxIDQuNzU4MzMgOS4yMzA0NiA0LjcyMDU5QzkuMTM5NDEgNC42ODI4NSA5LjA0MTgyIDQuNjYzNDIgOC45NDMyNiA0LjY2MzQyQzguODQ0NyA0LjY2MzQyIDguNzQ3MSA0LjY4Mjg1IDguNjU2MDUgNC43MjA1OUM4LjU2NSA0Ljc1ODMzIDguNDgyMjkgNC44MTM2NSA4LjQxMjYzIDQuODgzMzlaIiBmaWxsPSIjMUIxQjFBIi8+Cjwvc3ZnPgo=);
}
.fscreen__plate-ttl {
  color: var(--main-color-gray, #1b1b1a);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .fscreen__plate-ttl {
    font-size: 28px;
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .fscreen__plate-ttl {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.fscreen__plate-text {
  max-width: 380px;
  text-align: center;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 6px;
}
.fscreen__plate-text span {
  color: var(--main-color-green, #64b32c);
  font-weight: 600;
}
.fscreen__plate-sn {
  text-align: center;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 13px;
}
.fscreen__plate-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wrapper-home {
  height: 1100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 300px;
}

.fscreen.wrapper-home.js-fscreen-slider.js-lazy{
  background: linear-gradient(180deg, #141414, #191a14 60.21%, #829e14 129.15%, #a2c614 129.34%);
  height: 840px;
}

.wrapper-home-partner{
  margin-bottom: 100px;
}

.quizCardSecond-wrap-partner{
  max-width: 470px;
  border: none;
  padding: 20px;
  background-color: #fff;
}

.quizCardSecond-partner{
  margin: 0 auto;
  max-width: 1169px;
  padding: 25px;
  display: flex;
  /* align-items: center; */
}



a.btn-base.btn-base_md-partner {
  padding: 6px 18px;
}

@media (max-width: 768px) {
  .wrapper-home {
    height: auto;
    padding-bottom: 0;
  }
}
.fscreen__plate-slider .swiper {
  position: relative;
  margin: 0 0 24px;
}

.fscreen__plate-slider img {
  height: 100%;
  width: auto;
  object-fit: contain;
  margin: auto;
}

ul[class].fscreen__list {
  list-style: disc;
  padding-left: 26px;
}
@media (max-width: 768px) {
  ul[class].fscreen__list {
    font-size: 20px;
  }
}
ul[class].fscreen__list li {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1280px) {
  ul[class].fscreen__list li {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  ul[class].fscreen__list li {
    font-size: 16px;
    font-weight: 400;
  }
}
ul[class].fscreen__list li::marker {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 768px) {
  ul[class].fscreen__list li::marker {
    font-size: 14px;
  }
}

ul[class].fscreen__list--regular li {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  ul[class].fscreen__list--regular li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  ul[class].fscreen__list--regular li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.fs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 94px;
}
.fs__cp {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
.fs__cp-left {
  max-width: 601px;
}
.fs__cp-left-btn {
  padding: 8px 40px;
  border-radius: 60px;
  background: var(--green, #a2c614);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 14px;
}
.fs__cp-left-btn span {
  font-weight: 600;
}
.fs__cp-left-title {
  color: #fff6f6;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.fs__cp-left-time {
  color: #fff6f6;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}
.fs__cp-left-time span {
  background: var(--green, #a2c614);
  display: inline-block;
  width: 45px;
  height: 2px;
  margin-right: 30px;
}
.fs__cp-left-listTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.fs__cp-left-listItem + .fs__cp-left-listItem {
  margin-top: 12px;
}
.fs__cp-left-listItem {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.fs__cp-left-listItem svg {
  margin-right: 20px;
}
.fs__cp-right {
  max-width: 635px;
  width: 100%;
}
.fs__cp-right-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}



.fs__cp-right-wrap-img {
  width: 255px;
}
.fs__cp-right-wrap-img img {
  width: 100%;
}
.fs__cp-right-wrap-rate {
  width: 240px;
  text-align: center;
}
.fs__cp-right-wrap-rate-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}
.fs__cp-right-wrap-rate-text90 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.fs__cp-right-wrap-rate-midd {
  margin-bottom: 16px;
}
.fs__cp-right-wrap-rate-bottom {
  display: inline-block;
}
.fs__cp-right-wrap-rate-price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
  margin-top: 19px;
}
.fs__cp-right-wrap-rate-price-word {
  color: var(--green, #a2c614);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-right: 4px;
}
.fs__cp-right-wrap-rate-price-amount {
  color: var(--green, #a2c614);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-right: 4px;
}
.fs__cp-right-wrap-rate-price-r {
  color: var(--green, #a2c614);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
.fs__cp-right-wrap-rate-btn {
  padding: 17px 20px;
  border-radius: 54px;
  background: var(--green, #a2c614);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  transition: all 0.3s ease;
}
.fs__cp-right-wrap-rate-btn:hover {
  background-color: #7c980f;
}
.fs__cp-right-avatar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 34px;
  margin-bottom: 34px;
  gap: 20px;
}
.fs__cp-right-avatar-item {
  display: flex;
  align-items: center;
}
.fs__cp-right-avatar-item img {
  border-radius: 50px;
  background: var(--green, #a2c614);
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.fs__cp-right-avatar-item p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.fs__cp-right-avatar-item p span {
  font-weight: 700;
}
.fs__cp-right-btn {
  border-radius: 63px;
  border: 2px solid #fff;
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  transform: all 0.3s ease;
}
.fs__cp-right-btn:hover {
  background: var(--green, #a2c614);
  border: 2px solid var(--green, #a2c614);
}
.fs .js-screen-bottom-slider {
  margin-top: 17px;
}
.fs .js-screen-bottom-slider .screen__bottom {
  height: auto;
  max-width: 140px;
}
.fs .js-screen-bottom-slider .screen__bottom img {
  height: auto;
}

@media (max-width: 1024px) {
  .fs {
    padding-bottom: 60px;
  }
  .fs__cp {
    padding: 60px 0;
  }
  .fs__cp-left-btn {
    font-size: 24px;
  }
  .fs__cp-left-title {
    font-size: 40px;
  }
  .fs__cp-left-time {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .fs__cp-left-listTitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .fs__cp-left-listItem {
    font-size: 16px;
  }
  .fs__cp-left-listItem svg {
    margin-right: 16px;
  }
  .fs__cp-right-wrap-img {
    width: 205px;
  }
  .fs__cp-right-wrap-rate {
    width: 220px;
    text-align: left;
  }
  .fs__cp-right-wrap-rate svg {
    max-width: 100%;
  }
  .fs__cp-right-wrap-rate-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
  }
  .fs__cp-right-wrap-rate-text90 {
    font-size: 16px;
  }
  .fs__cp-right-wrap-rate-midd {
    margin-bottom: 16px;
  }
  .fs__cp-right-wrap-rate-btn {
    padding: 16px 20px;
  }
  .fs__cp-right-avatar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
    margin-bottom: 34px;
    gap: 20px;
  }
  .fs__cp-right-avatar-item img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .fs__cp-right-avatar-item p {
    color: #fff;
    font-size: 16px;
  }
  .fs__cp-right-btn {
    padding: 16px 20px;
  }
  .fs .js-screen-bottom-slider {
    margin-top: 12px;
  }
  .fs .js-screen-bottom-slider .screen__bottom {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .fs {
    padding-bottom: 40px;
  }
  .fs__cp {
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }
  .fs__cp-left-btn {
    font-size: 18px;
    padding: 12px 16px;
  }
  .fs__cp-left-title {
    font-size: 32px;
  }
  .fs__cp-left-time {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .fs__cp-left-time span {
    width: 35px;
    margin-right: 20px;
  }
  .fs__cp-left-listTitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .fs__cp-left-listItem {
    font-size: 14px;
  }
  .fs__cp-left-listItem svg {
    margin-right: 14px;
  }
  .fs__cp-right-wrap-img {
    width: 160px;
  }
  .fs__cp-right-wrap-rate {
    width: auto;
    padding-left: 12px;
    text-align: center;
  }
  .fs__cp-right-wrap-rate-text {
    font-size: 14px;
  }
  .fs__cp-right-wrap-rate-text90 {
    font-size: 14px;
  }
  .fs__cp-right-wrap-rate-midd {
    margin-bottom: 16px;
  }
  .fs__cp-right-wrap-rate-btn {
    padding: 14px 18px;
    font-size: 14px;
  }
  .fs__cp-right-avatar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fs__cp-right-avatar-item img {
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }
  .fs__cp-right-avatar-item p {
    font-size: 14px;
  }
  .fs__cp-right-btn {
    padding: 14px 18px;
    font-size: 14px;
  }
  .fs .js-screen-bottom-slider {
    margin-top: 12px;
  }
  .fs .js-screen-bottom-slider .screen__bottom {
    max-width: 100px;
  }
}

.fs__cp-right-wrap span {
  font-weight: 700;
}

.fs__cp-right-wrap-rate-price-setki{
  display: block;
}

.fs__cp-right-wrap-rate-setki{
  text-align: left;
}

.quizBanner{
  margin-top: 100px;
}

.quizBanner-wrap-item+.quizBanner-wrap-item {
  margin-top: 6px;
}

.ft-int__text-partner-2{
  margin-top: 30px;
}

@media(max-width:1280px) {
  ul[class].fscreen__list--regular li {
    font-size: 20px
  }
}

@media(max-width:768px) {
  ul[class].fscreen__list--regular li {
    font-size: 16px;
    margin-bottom: 5px
  }
}
.fscreen__img {
  width: 35%;
}

.fscreen__b-list {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  line-height: normal;
  margin: 55px 0 0;
}

.fscreen__wrapper {
  width: 58%;
}



.slider__right-bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.slider__right-img-type {
  position: absolute;
  bottom: 0;
  z-index: 1;
}


.fscreen__layer {
  /* align-items: center; */
  color: #fff;
  display: flex;
  flex-grow: 1;
  gap: 5%;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-top: 100px;
}

.fscreen__bg {
  background: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 800px;
}

.fscreen__layer-polotno{
  justify-content: flex-start;
  gap: 8%;
}

.slider__right {
  position: relative;
  max-width: 350px;
}

.slider__right-img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.fscreen__img.slider__right-bg {
  width: 980px;
  top: -156px;
  left: -203px;
}

.fscreen__img.slider__right-img-type {
  max-width: 700px;
  right: -154px;
  bottom: -55px;
  width: 700px;
}

.slider__right-items {
}
.slider__right-icon {
}
.slider__right-icon-one {
  position: absolute;
  top: -11px;
  right: -46px;
  z-index: 2;
}
.slider__right-icon-two {
  position: absolute;
  top: 44px;
  left: -70px;
  z-index: 2;
}
.slider__right-icon-three {
  position: absolute;
  top: 280px;
  z-index: 2;
}



.slider__right-img{
  
}

.fscreen__img.slider__right-img-type {
  max-width: 700px;
}
.fscreen__img.slider__right-img-type-standart {
  max-width: 344px;
}
.fscreen__img.slider__right-img-type-antiptica {
  max-width: 700px;
  right: -500px;
  bottom: 0px;
  width: 700px;
}


.ft-dor__swiper.swiper.swiper-polotno {
    margin-bottom: -25px;
    margin-top: -100px;
    padding: 25px;
}

.intro {
  margin: 100px 0
}

@media(max-width:768px) {
  .intro {
    margin: 40px 0
  }
}

.intro__head {
  text-align: center
}

.intro__col {
  max-width: 370px
}

@media(max-width:700px) {
  .intro__col {
    width: 100%
  }
}

@media(max-width:1125px) {
  .intro__col-arr {
    display: none
  }
}

.swiper-slide__width{
  width: 298px !important;
  max-width: 298px !important;
}

.ft-dor__swiper.swiper{
  min-width: 0;
}

.swiper-wrapper{
  min-width: 0;
}

.swiper-slide{
  min-width: 0;
}
.st-slider__body{
  min-width: 0;
}

.intro__grid {
  align-items: center;
  justify-content: space-between
}

.slider_display-none{
  display: none;
}

.ft-dor__mt40 .my-slider__container.custom-slider.ft-dor__slider.st-slider {
  margin-top: 200px;
}

@media(max-width:780px) {
  .intro__grid {
    flex-direction: column;
    gap: 25px
  }
}

.intro__subtitle {
  font-size: 20px;
  font-weight: 600
}

@media(max-width:575px) {
  .intro__subtitle {
    font-size: 14px
  }
  .fn-int-swiper {
    display: none;
}
}

.intro__aside {
  padding-right: 30px;
  width: 54%
}

@media(max-width:1200px) {
  .intro__aside {
    padding-bottom: 15px;
    padding-right: 0;
    width: 100%
  }
}

.intro__main {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  width: 46%
}

@media(max-width:1200px) {
  .intro__main {
    width: 100%
  }
}

@media(max-width:575px) {
  .intro__main {
    grid-template-columns: repeat(1, 1fr)
  }
}

.intro__descr {
  line-height: 170%;
  padding-top: 35px;
  text-align: justify
}

@media(max-width:768px) {
  .intro__descr {
    font-size: 14px
  }
}

@media(max-width:575px) {
  .intro__descr {
    padding-top: 15px
  }
}

.intro__round {
  display: block !important;
  /* flex-shrink: 0; */
  /* margin-bottom: 20px; */
}

.intro__group, .intro__round {
  align-items: center;
  display: flex;
  height: 48px;
  width: 40px;
  margin: 0;
}

.intro__group {
  padding-bottom: 18px
}

.intro__line {
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 2px solid #A2C61426;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  padding: 15px;
  height: 100%;
  background: #fff;
  position: relative;
}

.intro__line-wrap{
  border-radius: 11px;
  height: 100%;
  padding: 15px;
  border: 2px solid #A2C61426;
  min-height: 250px;
  
}

.intro__line-item{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
}

.intro__line-num{
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0px 0px 10px 10px;
  background-color: #A2C614;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.intro__line-btn{
  display: flex;
  justify-content: center;
}

.intro__box_h100 {
  height: 100%
}

.intro__heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 20px
}

.intro__title {
  margin-bottom: 50px
}

@media(max-width:768px) {
  .intro__title {
    margin-bottom: 25px
  }
}

.intro__text {
  font-size: 17px;
  font-weight: 400;
  /* margin-top: auto */
  text-align: left;
}

.intro__label {
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 7px;
  letter-spacing: -0.5px;
}

@media(max-width:450px) {
  .intro__label {
    font-size: 16px;
    line-height: 130%
  }
}

.intro__callback {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px
}


.icon-play-partner {
  margin: auto;
}

.intro__line-wrap-partner{
  border: none;
  padding: 0;
  min-height: 155px;
}
.intro__col-partner{
  max-width: 217px;
}

.intro-wrap {
  display: flex;
  gap: 20px;
  max-width: 1169px;
  margin: 0 auto;
}

.intro__label-partner{
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  letter-spacing: ;
}

.intro__text-partner{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}

.intro__line-item-partner{
  margin-top: 13px

}

/* .ft-dor__mt40 .my-slider__container.custom-slider.ft-dor__slider.st-slider{
  margin-left: calc(50vw - 795px);
} */

.intro-partner{
  margin: 30px 0;
}



.awards__wrapper {
  background-color: #f1f1f1;
  padding-bottom: 90px;
  padding-top: 45px
}

.awards__title {
  padding-bottom: 70px;
  text-align: center
}

@media(max-width:650px) {
  .awards__title {
    padding-bottom: 25px
  }
}

.awards__grid {
  margin: 0 -10px
}

.awards__col {
  padding: 10px
}

.awards__col_type_card {
  width: 300px
}

.awards__col_type_plate {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 190px
}

.awards__col_type_info {
  width: 230px
}

@media(max-width:1200px) {
  .awards__col {
    height: 100%;
    width: 100%
  }
}

.awards__plate {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px
}

.awards__year {
  font-size: 73px;
  line-height: 130%
}

.awards__subtitle {
  font-size: 23px;
  line-height: 130%
}

.awards__group {
  margin-top: 20px
}

.awards__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 8px
}

.awards__note {
  font-size: 14px;
  line-height: 120%
}

.awards__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 60px;
  position: relative
}

.awards__shape {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: flex;
  height: 76px;
  justify-content: center;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 76px
}

.awards__icon {
  fill: #232323;
  width: 100%
}

.awards__desk {
  background-color: #fff;
  border-radius: 10px;
  flex-grow: 1;
  padding: 42px 14px 20px 20px
}

.awards__desk_bg_grey {
  background-color: #f1f1f1
}

.awards__text {
  padding-top: 20px
}

.award-card {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 30px
}

.award-card_white {
  background-color: #fff;
  color: #232323
}

.award-card_dark {
  background-color: #232323;
  color: #fff
}

.award-card_grey {
  background-color: #f1f1f1
}

.award-card__subtitle {
  color: #888;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px
}

.award-card__logo {
  margin-bottom: 14px;
  width: 98px
}

.award-card__heading {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px
}

.award-card__success {
  flex-shrink: 0;
  height: 10px;
  margin-left: 5px;
  width: 10px
}

.award-card__stars {
  display: flex;
  margin: 0 -4px
}

.award-card__box {
  padding: 0 4px
}

.award-card__star {
  fill: #ffca41;
  width: 25px
}

.award-card__number {
  font-size: 54px;
  font-weight: 700;
  line-height: 1
}

.award-card__total {
  color: #c4c4c4;
  font-size: 15px;
  padding-bottom: 16px
}

.award-card__link {
  color: #ffca41;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  text-decoration: underline
}

.parthners {
  background-color: #141414;
  background-color: var(--black-text-color, #141414);
  background-position: center right calc(100% + 340px), center left calc(100% + 340px);
  background-repeat: no-repeat;
  margin: 80px 0;
  padding: 70px 0
}

@media(max-width:1500px) {
  .parthners {
    background-image: none !important
  }
}

@media(max-width:768px) {
  .parthners {
    margin: 40px 0;
    padding: 50px 0
  }
}

.parthners .container {
  max-width: 1260px;
  position: relative;
  z-index: 2
}

.parthners .swiper-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px
}

.parthners .swiper-pagination {
  display: none
}

@media(max-width:768px) {
  .parthners .swiper-pagination {
    display: flex
  }
}

.parthners .swiper-button-disabled {
  opacity: .5
}

.parthners__title {
  margin-bottom: 10px
}

.parthners__subtitle {
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 0 auto;
  padding-left: 0px;
  position: relative;
  text-align: center;
  
}

@media(max-width:768px) {
  .parthners__subtitle {
    font-size: 20px
  }
}

.parthners__subtitle:before {
  background: #a2c614;
  background: var(--green, #a2c614);
  content: "";
  height: 2px;
  left: 65px;
  position: absolute;
  top: 14px;
  width: 45px
}

.parthners__rating {
  color: #141414;
  flex-grow: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: normal
}

.parthners__flex {
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 12px
}

.parthners__flex img {
  flex-shrink: 1;
  margin-bottom: 0;
  max-width: calc(100% - 180px)
}

.parthners__rg {
  align-items: center;
  gap: 5px
}

.parthners__card, .parthners__rg {
  display: flex;
  flex-direction: column
}

.parthners__card {
  height: 100%;
  justify-content: center
}

.parthners__card_type_plate {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 14.9px 0 rgba(0, 0, 0, .1);
  padding: 20px
}

.parthners__card-wrap {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 11px;
  padding: 28px 18px 20px
}

.parthners__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px
}

@media(max-width:768px) {
  .parthners__group {
    margin-top: 30px
  }
}

.parthners__slider {
  width: 100%
}

.parthners__slider_with_nav {
  width: calc(100% - 172px)
}

@media(max-width:768px) {
  .parthners__slider_with_nav {
    width: 100%
  }
}

.parthners__pager {
  width: 100%
}

.parthners__control {
  fill: #232323;
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  transition: fill .3s ease;
  width: 56px
}

.parthners__control_prev {
  margin-right: 28px
}

.parthners__control_next {
  margin-left: 28px
}

@media(any-hover:hover) {
  .parthners__control:hover {
    fill: #a2c614
  }
}

@media(max-width:768px) {
  .parthners__control {
    display: none
  }
}

.parthners__arrow {
  fill: inherit;
  width: 100%
}

.parthners__logo {
  margin-bottom: 15px
}

.parthners__link {
  background-color: #fff;
  border-radius: 15px;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  padding: 10px;
  text-align: center;
  transition: background-color .3s ease
}

.parthners__link:hover {
  background-color: #a2c614
}

@media(max-width:500px) {
  .parthners__link {
    font-size: 12px
  }
}

.parthners__btn {
  width: 100%
}

.showcase {
  padding-bottom: 100px;
  padding-top: 60px
}

@media(max-width:575px) {
  .showcase {
    padding-bottom: 40px;
    padding-top: 30px
  }
}

.showcase__head {
  padding-bottom: 30px;
  text-align: center
}

.showcase__control {
  font-size: 22px;
  margin-right: 16px;
  padding: 14px 50px
}

@media(max-width:575px) {
  .showcase__control {
    font-size: 15px;
    margin-right: 10px;
    padding: 5px 30px
  }
}

.showcase__group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px
}

@media(max-width:575px) {
  .showcase__group {
    padding-bottom: 10px
  }
}

.showcase__body {
  overflow: hidden;
  position: relative
}

.showcase__grid {
  margin: 0 -15px
}

.showcase__col {
  padding: 0 15px;
  width: 33.3333333333%
}

.showcase__card {
  display: flex;
  flex-direction: column;
  position: relative
}

.showcase__img {
  height: 200px;
  margin: 0 auto;
  width: auto
}

@media(max-width:575px) {
  .showcase__img {
    height: 160px
  }
}

.showcase__name {
  font-size: 20px;
  font-weight: 600;
  padding: 35px 0
}

@media(max-width:992px) {
  .showcase__name {
    padding: 15px 0
  }
}

.showcase__specs {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 30px 25px
}

@media(max-width:992px) {
  .showcase__specs {
    padding: 20px 15px
  }
}

.showcase__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
  padding: 3px 0
}

.showcase__item span {
  padding: 5px
}

.showcase__item span:first-child {
  font-weight: 600
}

@media(max-width:992px) {
  .showcase__item {
    padding: 0
  }
}

.showcase__note {
  font-size: 17px;
  padding-top: 25px
}

@media(max-width:992px) {
  .showcase__note {
    padding-top: 15px
  }
}

.showcase__row {
  display: flex;
  padding-top: 18px
}

@media(max-width:768px) {
  .showcase__row {
    padding-top: 5px
  }
}

.showcase__price {
  font-weight: 600
}

.showcase__price_current {
  font-size: 42px
}

@media(max-width:992px) {
  .showcase__price_current {
    font-size: 25px
  }
}

.showcase__price_prev {
  color: #c1c1c1;
  font-size: 32px;
  padding-left: 1em;
  text-decoration-line: line-through
}

@media(max-width:992px) {
  .showcase__price_prev {
    font-size: 20px
  }
}

.showcase__action {
  margin-top: auto;
  padding-top: 50px
}

@media(max-width:992px) {
  .showcase__action {
    padding-top: 20px
  }
}

.showcase__btn {
  width: 100%
}

.showcase__brand {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .07);
  left: 0;
  position: absolute;
  top: 23px;
  width: 80px;
  z-index: 10
}

.showcase__logo {
  padding: 2px 12px;
  width: 100%
}

.prof__wrapper {
  background: #f1f1f1;
  padding: 50px 0 100px
}

@media(max-width:575px) {
  .prof__wrapper {
    padding: 30px 0
  }
}

.prof__head {
  padding-bottom: 40px;
  text-align: center
}

@media(max-width:575px) {
  .prof__head {
    padding-bottom: 20px
  }
}

.prof__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 20px
}

@media(max-width:575px) {
  .prof__group {
    padding-bottom: 0
  }
}

.prof__col {
  padding: 15px
}

.prof__control {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700
}

.prof__control.active {
  color: #a2c614;
  text-decoration: underline
}

@media(max-width:768px) {
  .prof__control {
    font-size: 15px
  }
}

.prof__body {
  position: relative
}

.prof__view {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden
}

.prof__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.prof__item {
  padding: 20px 0
}

@media(max-width:575px) {
  .prof__item {
    padding: 10px 0 0
  }
}

.prof-card {
  border-radius: 10px;
  display: flex;
  overflow: hidden
}

@media(max-width:1200px) {
  .prof-card {
    flex-wrap: wrap
  }
}

.prof-card__mark {
  bottom: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  min-width: 40px;
  padding: 0 7px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}

.prof-card__mark_primary {
  background-color: #232323;
  color: #fff
}

.prof-card__mark_secondary {
  background-color: #a2c614;
  color: #fff
}

@media(max-width:575px) {
  .prof-card__mark {
    font-size: 14px
  }
}

.prof-card__plate {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  padding-left: 40px;
  position: relative
}

@media(max-width:480px) {
  .prof-card__plate {
    flex-wrap: wrap
  }
}

.prof-card__img {
  flex-shrink: 0;
  margin-top: auto;
  width: 189px
}

@media(max-width:768px) {
  .prof-card__img {
    width: 150px
  }
}

@media(max-width:575px) {
  .prof-card__img {
    margin-left: auto;
    margin-right: auto
  }
}

.prof-card__descr {
  flex-grow: 1;
  padding: 24px 60px 28px 70px
}

@media(max-width:992px) {
  .prof-card__descr {
    padding: 20px
  }
}

.prof-card__box {
  background-color: #232323;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 20px 26px;
  text-align: center;
  width: 270px
}

@media(max-width:1200px) {
  .prof-card__box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
  }
}

.prof-card__part {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.prof-card__part_space_top {
  padding-top: 40px
}

@media(max-width:1200px) {
  .prof-card__part {
    padding: 0 15px
  }
}

@media(max-width:575px) {
  .prof-card__part {
    width: 100%
  }
}

.prof-card__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%
}

.prof-card__title span {
  font-size: .5em
}

@media(max-width:768px) {
  .prof-card__title {
    font-size: 30px
  }
}

@media(max-width:575px) {
  .prof-card__title {
    font-size: 25px
  }
}

.prof-card__subtitle {
  line-height: 110%
}

.prof-card__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px
}

@media(max-width:768px) {
  .prof-card__group {
    padding-top: 10px
  }
}

.prof-card__col {
  padding: 0 15px
}

@media(max-width:768px) {
  .prof-card__col {
    padding: 5px 15px;
    width: 50%
  }
}

@media(max-width:575px) {
  .prof-card__col {
    width: 100%
  }
}

.prof-card__item {
  align-items: center;
  display: flex
}

.prof-card__key {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding-right: 5px
}

.prof-card__value {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600
}

.prof-card__line {
  background: #e5e5e5;
  border-radius: 13px;
  height: 9px;
  margin-left: 10px;
  position: relative;
  width: 102px
}

.prof-card__fill {
  background-color: #a2c614;
  border-radius: 13px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.prof-card__offer {
  font-size: 17px;
  font-weight: 700
}

.prof-card__adds {
  font-size: 15px
}

.prof-card__price {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 20px
}

.prof-card__price span {
  font-size: 40px;
  font-weight: 600
}

@media(max-width:768px) {
  .prof-card__price span {
    font-size: 28px
  }
}

@media(max-width:575px) {
  .prof-card__price {
    padding-top: 10px
  }
}

.prof-card__link {
  color: #676767;
  font-weight: 700;
  margin-top: auto;
  transition: color .3s ease
}

@media(any-hover:hover) {
  .prof-card__link:hover {
    color: #a2c614;
    text-decoration: underline
  }
}

.ft-callback {
  padding-bottom: 70px
}

.ft-callback_no_space {
  padding-bottom: 0;
  padding-top: 0
}

.ft-callback__wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0 0
}

.ft-callback__container {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 15px;
  width: 100%
}

.ft-callback__grid {
  align-items: flex-end;
  margin: 0 -15px
}

.ft-callback__col {
  padding-left: 15px;
  padding-right: 15px
}

.ft-callback__col_type_aside {
  padding-bottom: 70px;
  width: 40.7142857143%
}

@media(max-width:1200px) {
  .ft-callback__col_type_aside {
    padding-top: 40px;
    width: 60%
  }
}

@media(max-width:920px) {
  .ft-callback__col_type_aside {
    width: 100%
  }
}

@media(max-width:575px) {
  .ft-callback__col_type_aside {
    padding-bottom: 30px
  }
}

.ft-callback__col_type_center {
  position: relative;
  width: 26.4285714286%
}

@media(max-width:1200px) {
  .ft-callback__col_type_center {
    display: none
  }
}

.ft-callback__col_type_main {
  padding-bottom: 40px;
  width: 32.8571428571%
}

@media(max-width:1200px) {
  .ft-callback__col_type_main {
    width: 40%
  }
}

@media(max-width:920px) {
  .ft-callback__col_type_main {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }
}

.ft-callback__col_mb_40 {
  margin-bottom: 40px
}

.ft-callback__worker {
  bottom: 0;
  left: 0;
  max-width: none;
  position: absolute;
  width: 114%
}

.ft-callback__title {
  padding-bottom: 1.1em
}

.ft-callback__subtitle {
  padding-bottom: 25px
}

.ft-callback__descr {
  font-size: 18px
}

@media(max-width:575px) {
  .ft-callback__descr {
    font-size: 16px
  }
}

.ft-callback__editor {
  font-size: 16px
}

.ft-callback__editor ul {
  padding-left: 25px
}

.ft-callback__editor ul li {
  padding: 4px 0
}

.ft-callback__editor ul li::marker {
  font-size: 1.4em
}

.ft-callback__form {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  text-align: center
}

@media(max-width:575px) {
  .ft-callback__form {
    padding: 20px 10px
  }
}

.ft-callback__info {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 11px
}

.ft-callback__field {
  margin: 0 auto;
  max-width: 290px;
  padding: 7px 0
}

.ft-callback__text {
  padding-bottom: 30px
}

.ft-callback__submit {
  width: 100%
}

.ft-callback__policy {
  color: #888;
  font-size: 13px
}

.ft-callback__field-cont {
  align-items: center;
  display: flex;
  gap: 20px
}

@media(max-width:992px) {
  .ft-callback__field-cont {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    max-width: 500px
  }
}

.ft-callback__field-cont .ft-callback__field {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: none;
  width: 100%
}

.ft-serv {
  padding: 0 30px 80px
}

@media(max-width:1200px) {
  .ft-serv {
    padding: 0 15px 40px
  }
}

.ft-serv__head {
  padding-bottom: 50px;
  text-align: center
}

@media(max-width:768px) {
  .ft-serv__head {
    padding-bottom: 25px
  }
}

.ft-serv__body {
  margin: 0 -10px
}

.ft-serv__col {
  padding: 10px;
  width: 25%
}

@media(max-width:1200px) {
  .ft-serv__col {
    width: 33.3333333333%
  }
}

@media(max-width:850px) {
  .ft-serv__col {
    width: 50%
  }
}

@media(max-width:500px) {
  .ft-serv__col {
    width: 100%
  }
}

.ft-serv-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@media(any-hover:hover) {
  .ft-serv-card:hover .ft-serv-card__bg {
    height: 100%
  }

  .ft-serv-card:hover .ft-serv-card__shape {
    background-color: #a2c614
  }

  .ft-serv-card:hover .ft-serv-card__arrow {
    fill: #fff
  }
}

.ft-serv-card__box {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-grow: 1;
  padding-top: 66.1469933185%;
  position: relative
}

.ft-serv-card__bg {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0), rgba(35, 35, 35, .9));
  border-radius: 10px;
  display: block;
  height: 80%;
  transition: height .3s ease
}

.ft-serv-card__bg, .ft-serv-card__layer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}

.ft-serv-card__layer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 40px 50px;
  text-align: right;
  top: 0;
  z-index: 10
}

@media(max-width:1600px) {
  .ft-serv-card__layer {
    padding: 10px 28px 30px
  }
}

@media(max-width:1200px) {
  .ft-serv-card__layer {
    padding: 10px 15px 30px
  }
}

.ft-serv-card__name {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 700
}

@media(max-width:1600px) {
  .ft-serv-card__name {
    font-size: 16px
  }
}

.ft-serv-card__shape {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 53px;
  justify-content: center;
  padding: 15px;
  position: absolute;
  right: 22px;
  top: 22px;
  transition: background-color .3s ease;
  width: 53px
}

@media(max-width:1600px) {
  .ft-serv-card__shape {
    height: 43px;
    width: 43px
  }
}

.ft-serv-card__arrow {
  fill: #c1c1c1;
  transition: fill .3s ease;
  width: 100%
}

.text-column {
  font-size: 1.14rem
}

@media(max-width:1600px) {
  .text-column {
    font-size: 15px
  }
}

.text-column_space_top {
  padding-top: 80px
}

.text-column_space_bot {
  padding-bottom: 80px
}

.text-column__col {
  padding: 15px;
  width: 50%
}

@media(max-width:1200px) {
  .text-column__col {
    width: 100%
  }
}

.text-column__grid {
  margin: 0 -15px
}

.repair_space_bot {
  padding-bottom: 40px
}

.repair__wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 40px 0
}

.repair__content {
  margin-left: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 600px
}

.repair__text {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 7px
}

.repair__text span {
  font-size: 2em;
  font-weight: 600;
  padding-left: 10px
}

@media(max-width:575px) {
  .repair__text {
    font-size: 18px
  }
}

.repair__title {
  padding-bottom: 30px
}

.repair__footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px
}

.repair__link {
  margin-right: 17px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center
}

@media(max-width:575px) {
  .repair__link {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%
  }
}

.repair__waranty {
  border: 1px solid #232323;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 240px
}

@media(max-width:575px) {
  .repair__waranty {
    width: 100%
  }
}

.fs-preview_space_bot {
  padding-bottom: 100px
}

@media(max-width:575px) {
  .fs-preview_space_bot {
    padding-bottom: 50px
  }
}

.fs-preview__grid {
  align-items: flex-end
}

@media(max-width:768px) {
  .fs-preview__grid {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px 20px 0
  }
}

.fs-preview__content {
  padding-right: 30px;
  width: 41.6666666667%
}

@media(max-width:768px) {
  .fs-preview__content {
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%
  }
}

.fs-preview__title {
  padding-bottom: 7px
}

.fs-preview__subtitle {
  padding-bottom: 25px
}

.fs-preview__preview {
  width: 58.3333333333%
}

@media(max-width:768px) {
  .fs-preview__preview {
    width: 100%
  }
}

.fs-preview__link {
  min-width: 200px;
  text-align: center
}

@media(max-width:575px) {
  .fs-preview__link {
    width: 100%
  }
}

.fs-preview__footer {
  padding-top: 50px
}

@media(max-width:768px) {
  .fs-preview__footer {
    padding-top: 25px
  }
}

.promo {
  margin: 0 0 100px
}

@media(max-width:768px) {
  .promo {
    margin: 0 0 40px
  }
}

.promo__wrapper {
  background: #141414;
  background: var(--black-text-color, #141414);
  position: relative
}

@media(max-width:1200px) {
  .promo__wrapper_bg_right {
    background-position: 100%
  }

  .promo__wrapper_bg_left {
    background-position: 0
  }
}

.promo__wrapper_dark {
  background-color: #232323;
  border-radius: 20px;
  position: relative
}

.promo__shadow {
  border-radius: 30px 0 0 30px;
  box-shadow: 5px 7px 26.8px 0 rgba(35, 35, 35, .1);
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 15px;
  width: 100%
}

@media(max-width:1400px) {
  .promo__shadow {
    margin-left: 15px
  }
}

.promo__content {
  max-width: 773px;
  padding: 77px 0;
  width: 44%
}

@media(max-width:1200px) {
  .promo__content {
    max-width: 100%;
    width: 100%
  }
}

.promo__content_ml_auto {
  margin-left: auto
}

.promo__content_ml_40p {
  margin-left: 56%
}

@media(max-width:1200px) {
  .promo__content_ml_40p {
    margin-left: auto
  }
}

.promo__content._promo-7 {
  max-width: 600px;
  position: relative;
  width: 60%
}

@media(max-width:1200px) {
  .promo__content._promo-7 {
    max-width: 100%;
    width: 570px
  }
}

.promo__content_dark {
  margin-left: 400px;
  padding: 20px;
  width: 60%
}

@media(max-width:991px) {
  .promo__content_dark {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    width: 570px
  }
}

@media(max-width:1200px) {
  .promo__content--w60 {
    max-width: 60%;
    width: 60%
  }
}

@media(max-width:850px) {
  .promo__content--w60 {
    max-width: 100%;
    width: 100%
  }
}

.promo__subtitle {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0 31px
}

@media(max-width:992px) {
  .promo__subtitle {
    font-size: 24px
  }
}

@media(max-width:768px) {
  .promo__subtitle {
    font-size: 18px
  }
}

.promo__subtitle._promo-7 {
  line-height: 1;
  margin-bottom: 50px
}

@media(max-width:575px) {
  .promo__subtitle._promo-7 {
    margin-bottom: 20px
  }
}

.promo__subtitle_light {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 30px
}

.promo__subtitle:before {
  top: 20px
}

.promo__subttl {
  color: #232323;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 40px;
  padding: 0
}

@media(max-width:992px) {
  .promo__subttl {
    font-size: 20px;
    margin: 0 0 20px
  }
}

@media(max-width:768px) {
  .promo__subttl {
    font-size: 16px
  }
}

.promo__text {
  color: #293939;
  color: var(--main-dark, #293939);
  font-size: 18px;
  margin: 15px 0 0;
  padding: 0
}

@media(max-width:768px) {
  .promo__text {
    font-size: 14px
  }
}

.promo__title_light {
  color: #fff
}

.promo__info {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px
}

@media(max-width:992px) {
  .promo__info {
    font-size: 18px;
    padding-bottom: 20px
  }
}

@media(max-width:768px) {
  .promo__info {
    font-size: 14px;
    padding-bottom: 15px
  }
}

.promo__info li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjE1IiBjeT0iMTUiIHJ4PSIxNSIgcnk9IjE0LjkiIGZpbGw9IiM2NEIzMkMiLz48cGF0aCBkPSJNMjAuNTA4IDEyLjkzOXYuMDAxbC4zNDctLjMzMmExLjE2IDEuMTYgMCAwIDAgLjM2LS44MzcgMS4xNiAxLjE2IDAgMCAwLS4zNi0uODM3IDEuMjE3IDEuMjE3IDAgMCAwLS44NDItLjMzNmMtLjMxMiAwLS42MTYuMTE4LS44NDIuMzM2bC02LjYyOSA2LjM2LTIuNDI3LTIuMzI5YTEuMjA0IDEuMjA0IDAgMCAwLS44NDItLjMzNiAxLjIyNiAxLjIyNiAwIDAgMC0uODQyLjMzNiAxLjE3MSAxLjE3MSAwIDAgMC0uMzYuODM3IDEuMTUgMS4xNSAwIDAgMCAuMzYuODM3bDMuMjY4IDMuMTM2YTEuMjAzIDEuMjAzIDAgMCAwIC44NDIuMzM3IDEuMjI3IDEuMjI3IDAgMCAwIC44NDMtLjMzN2w3LjEyNC02LjgzNloiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin: 17px 0 0;
  min-height: 30px;
  padding-left: 50px
}

.promo__info_lg {
  font-size: 1.14em
}

.promo__info._mosd {
  max-width: 320px
}

.promo__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px
}

.promo__field {
  padding: 6px
}

@media(max-width:480px) {
  .promo__field {
    width: 100%
  }
}

.promo__field_lg {
  width: 56.1403508772%
}

@media(max-width:480px) {
  .promo__field_lg {
    width: 100%
  }
}

.promo__field_sm {
  width: 43.8596491228%
}

@media(max-width:480px) {
  .promo__field_sm {
    width: 100%
  }
}

.promo__submit {
  width: 100%
}

.promo__note {
  color: #888;
  font-size: 13px;
  padding-top: 20px
}

.promo__img {
  bottom: 0;
  max-height: 540px;
  overflow: hidden;
  position: absolute;
  right: 0
}

@media(max-width:1200px) {
  .promo__img {
    display: none
  }
}

.promo__img._promo-9 {
  max-width: 600px;
  top: 40px
}

.promo ._pr {
  position: relative
}

.promo._mosd {
  margin-bottom: 70px
}

@media screen and (max-width:1600px) {
  .promo._mosd {
    margin-bottom: calc(20px + 3.125vw)
  }
}

.promo__dark {
  padding: 80px 0
}

@media(max-width:991px) {
  .promo__dark {
    padding: 0 0 50px
  }
}

.promo__abs-img {
  bottom: 0;
  left: 0;
  position: absolute
}

@media(max-width:991px) {
  .promo__abs-img {
    display: none
  }
}

.promo__form--mt40 {
  margin-top: 40px
}

@media(max-width:991px) {
  .promo__form--mt40 {
    margin-top: 20px
  }
}

.promo-list {
  margin-bottom: 30px
}

.promo-list__item {
  padding-left: 70px;
  position: relative
}

@media(max-width:1200px) {
  .promo-list__item {
    padding-left: 50px
  }
}

@media(max-width:575px) {
  .promo-list__item {
    padding-left: 20px
  }
}

.promo-list__item:not(:last-child) {
  margin-bottom: 10px
}

.promo-list__item:before {
  background-color: #232323;
  border-radius: 50%;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px
}

@media(max-width:1200px) {
  .promo-list__item:before {
    height: 30px;
    width: 30px
  }
}

@media(max-width:575px) {
  .promo-list__item:before {
    height: 10px;
    width: 10px
  }
}

.promo-list__title {
  color: #141414;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px
}

.card-list {
  padding: 50px 0 100px
}

@media(max-width:575px) {
  .card-list {
    padding-bottom: 50px
  }
}

.card-list__title {
  padding-bottom: 60px;
  text-align: center
}

@media(max-width:768px) {
  .card-list__title {
    padding-bottom: 25px
  }
}

.card-list__grid {
  margin: 0 -7px
}

.card-list__col {
  padding: 7px;
  width: 25%
}

@media(max-width:1200px) {
  .card-list__col {
    width: 33.3333333333%
  }
}

@media(max-width:768px) {
  .card-list__col {
    width: 50%
  }
}

@media(max-width:460px) {
  .card-list__col {
    width: 100%
  }
}

.card-list__col--md {
  padding: 7px;
  width: 33.3%
}

@media(max-width:768px) {
  .card-list__col--md {
    width: 50%
  }
}

@media(max-width:460px) {
  .card-list__col--md {
    width: 100%
  }
}

.card-list__col--lg {
  padding: 7px;
  width: 50%
}

@media(max-width:460px) {
  .card-list__col--lg {
    width: 100%
  }
}

.es-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 187px;
  overflow: hidden;
  position: relative
}

@media(any-hover:hover) {
  .es-card:hover .es-card__shape {
    background-color: #a2c614
  }

  .es-card:hover .es-card__arrow {
    fill: #fff
  }
}

.es-card__preview {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.es-card__body {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0), rgba(35, 35, 35, .9));
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px 15px 30px 20px;
  position: relative;
  z-index: 1
}

@media(max-width:1600px) {
  .es-card__body {
    padding: 12px 15px 22px
  }
}

.es-card__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 20px;
  text-align: right
}

@media(max-width:1200px) {
  .es-card__title {
    font-size: 16px
  }
}

@media(max-width:575px) {
  .es-card__title {
    font-size: 14px
  }
}

.es-card__head {
  align-items: center;
  display: flex
}

.es-card__price {
  display: block;
  padding-right: 10px
}

.es-card__price span {
  font-size: 32px;
  font-weight: 600
}

@media(max-width:992px) {
  .es-card__price span {
    font-size: 26px
  }
}

@media(max-width:575px) {
  .es-card__price span {
    font-size: 20px
  }
}

.es-card__shape {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-left: auto;
  padding: 6px 7px 6px 10px;
  transition: background-color .3s ease;
  width: 34px
}

.es-card__arrow {
  fill: #c1c1c1;
  transition: fill .3s ease;
  width: 100%
}

.about_space_top {
  padding-top: 80px
}

@media(max-width:768px) {
  .about_space_top {
    padding-top: 35px
  }
}

.about_space_bot {
  padding-bottom: 80px
}

@media(max-width:768px) {
  .about_space_bot {
    padding-bottom: 35px
  }
}

.about__grid {
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  overflow: hidden
}





.about__grid--cg {
  background-color: #f1f1f1;
  color: #000
}

.about__preview {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 44.188034188%
}


@media(max-width:870px) {
  .about__preview {
    min-height: 400px;
    width: 100%
  }
}






.about__preview--fg {
  width: 30%
}

@media(max-width:870px) {
  .about__preview--fg {
    min-height: 400px;
    width: 100%
  }
}

.about__content {
  padding: 50px 40px 60px;
  width: 55.811965812%
}

@media(max-width:870px) {
  .about__content {
    width: 100%
  }
}

@media(max-width:480px) {
  .about__content {
    padding: 35px 20px
  }
}

.about__content--fg {
  width: 70%
}

@media(max-width:870px) {
  .about__content--fg {
    min-height: 400px;
    width: 100%
  }
}

.about__subtitle {
  padding-bottom: 7px
}

.about__title {
  font-weight: 600;
  padding-bottom: 40px
}

@media(max-width:480px) {
  .about__title {
    padding-bottom: 20px
  }
}

.about__descr {
  font-size: 18px;
  line-height: 200%
}

@media(max-width:480px) {
  .about__descr {
    font-size: 15px
  }
}

.about__descr ul {
  margin-top: 30px
}

.about__descr .yellow-list {
  margin: 0;
  padding: 0
}

.about__descr .yellow-list li {
  list-style: none;
  padding-left: 30px;
  position: relative
}

.about__descr .yellow-list li:not(:last-child) {
  margin-bottom: 5px
}

.about__descr .yellow-list li:before {
  background-color: #ffc922;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px
}

.about__info {
  font-size: .9em
}

.about__play {
  fill: #fff;
  display: block;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: fill .3s ease;
  width: 78px
}

@media(any-hover:hover) {
  .about__play:hover {
    fill: #a2c614
  }
}

.about__icon {
  fill: inherit;
  height: 100%;
  width: 100%
}

.about__footer {
  text-align: right
}

.about__callback, .about__footer {
  padding-top: 40px
}

.about__order {
  max-width: 100%;
  width: 256px
}

.about__btn {
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 14px;
  line-height: 120%;
  padding: 14px 40px;
  text-align: center;
  transition: background-color .3s ease
}

.about__btn_no_border {
  border: none
}

@media(any-hover:hover) {
  .about__btn:hover {
    background-color: #fff;
    color: #000
  }
}

.about__group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 9px
}

.about__note {
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 18px
}

.about__tel {
  font-size: 27px;
  line-height: 1
}

@media(max-width:575px) {
  .about__tel {
    font-size: 22px
  }
}

.about__head {
  margin-bottom: 40px;
  text-align: center
}

.about-cg__title {
  margin-bottom: 10px
}

.about-cg__subtitle {
  font-size: 20px;
  font-weight: 400
}

.about-w1400 .container {
  max-width: 1400px
}

.about__moskit {
  background-color: #fff;
  justify-content: space-between;
}

.about__wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  display: block;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  padding: 20px
}

.about__border{
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
    border-radius: 11px;
    padding: 40px;
    position: relative;
}

.about__mokit-left{
  width: 45%;
}

.about__title-moskit{
  text-align: center;
  font-size: 48px;
  color: #293939;
}

.about__descr-moskit{
  color: #293939;
  line-height: 24px;
}


.about__content-photo-title{
font-weight: 700;
font-size: 24px;
color: #141414;
padding-top: 30px;
padding-bottom:20px;
}

.about__preview-moskit{
  border-radius: 20px;
  height: 276px;
  width: 100%;
}

.about__content-moskit{
  padding:0;
  width: 52%;
}

.about__content-images {
  display: flex;
  gap: 10px; /* расстояние между изображениями */
  list-style-type: none; /* убираем маркеры у списка */
  padding: 0; /* убираем внутренние отступы */
  margin: 0; /* убираем внешние отступы */
}

.about__content-img {
  width: 98.6px;
  height: 82px;
  border-radius: 10px;
  /* cursor: pointer; */
  overflow: hidden; /* скрываем изображение, которое не вмещается */
  transition: transform 0.3s ease-in-out;
}

.about__content-bottom{
  display: flex;
  width: 100%;
  padding-top: 20px;
}

.about__bottom{
  margin-top: 30px !important;
}
.about__bottom p{
  border-bottom: 1px dashed #141414 !important;
  font-size: 24px;
  font-weight: 700;
}

.about__bottom-btn {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.about__content-bottom .header__call{
  font-size: 14px;
  color: #000;
}

.about__content-bottom .phone-select__title{
  margin-top: 5px;
}

.about__content-bottom .akc__btn{
  font-size: 15px;
  padding: 12px 42px;
  margin: 0 0 0 25px;
  max-width: 58%;
}
.about__content-bottom .header__callback-content{
  width: 195px;
}


.cloth {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cloth__title {
  max-width: 450px;
  margin-bottom: 10px;
}
.cloth__grid {
  margin: 0 -7px;
}
.cloth__col {
  width: 25%;
  padding: 20px 7px;
}
@media (max-width: 992px) {
  .cloth__col {
    width: width(3, 1);
  }
}
@media (max-width: 720px) {
  .cloth__col {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .cloth__col {
    width: 100%;
  }
}
.cloth__col._w-33 {
  width: 33.3%;
}
@media (max-width: 720px) {
  .cloth__col._w-33 {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .cloth__col._w-33 {
    width: 100%;
  }
}
.cloth__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.cloth__header {
  width: calc(45% - 10px);
}
@media (max-width: 1200px) {
  .cloth__header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cloth__text {
  font-size: 14px;
}

.cloth-card {
  display: flex;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 16px;
  height: 100%;
}
.cloth-card__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 11px;
  border: 1px solid var(--green, #a2c614);
  padding: 23px;
  width: 100%;
}
.cloth-card__img {
  position: relative;
}
.cloth-card__img-pic {
  width: 154px;
  height: 154px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(162, 198, 20, 0.2);
}
.cloth-card__ico {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: var(--green, #a2c614);
  padding: 9px;
  bottom: -10px;
  right: -10px;
}
.cloth-card__plate {
  width: 100%;
  align-self: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 450px) {
  .cloth-card__plate {
    min-height: initial;
  }
}
.cloth-card__line {
  color: var(--green, #a2c614);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 4px 0 16px;
}
.cloth-card__title {
  color: var(--black-text-color, #141414);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 24px 0 4px;
}
.cloth-card__descr {
  padding-bottom: 1em;
  font-size: 15px;
  line-height: normal;
}
.cloth-card__chars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid rgba(162, 198, 20, 0.3);
  border-bottom: 1px solid rgba(162, 198, 20, 0.3);
}
.cloth-card__item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 140%;
  text-align: left;
  padding: 2px 0;
}
.cloth-card__proggress {
  position: relative;
  background: radial-gradient(circle at center, #e5e5e5 60%, transparent 50%) top left/9px 6px repeat-x;
  height: 6px;
}
.cloth-card__fill {
  height: 6px;
  background: radial-gradient(circle at center, #000000 60%, transparent 50%) top left/9px 6px repeat-x;
}
.cloth-card__price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 16px 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.cloth-card__price p {
  color: var(--green, #a2c614);
}
.cloth-card__price p strong {
  font-size: 20px;
}
.cloth-card__btn {
  width: 100%;
  max-width: 100%;
}
.cloth-card__footer {
  margin-top: auto;
}
.cloth-card__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cloth-card__btns {
    justify-content: center;
  }
}
.cloth-card__btns_sm {
  justify-content: center;
}

.cloth-ben {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cloth-ben {
    margin: 0 auto;
    width: 100%;
  }
}
.cloth-ben__item {
  width: 180px;
}
@media (max-width: 575px) {
  .cloth-ben__item {
    width: 100%;
    max-width: 100%;
  }
}
.cloth-ben__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 15px;
  border-radius: 20px;
  border: 2px solid var(--green, #a2c614);
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  height: 100%;
  text-align: center;
}
.cloth-ben__text {
  margin: 11px 0 0;
  color: var(--green, #a2c614);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.clothSp {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 20px 20px 20px 20px;
  margin: 100px 40px;
}
.clothSp-wrap {
  border-radius: 11px;
  border: 2px solid var(--green-light, rgba(162, 198, 20, 0.15));
  padding: 66px 55px 55px 55px;
}
.clothSp-wrap-title {
  color: var(--main-dark, #293939);
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}
.clothSp-wrap-main {
  display: flex;
  gap: 32px;
}
.clothSp-wrap-main-video {
  flex: 9;
  text-align: center;
}
.clothSp-wrap-main-video-vie {
  width: 100%;
  position: relative;
}
.clothSp-wrap-main-video-vie img {
  width: 100%;
}
.clothSp-wrap-main-video-vie svg {
  position: absolute;
  z-index: 2;
  width: 107px;
  height: 107px;
  opacity: 0.8;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.clothSp-wrap-main-video-youtube {
  color: var(--black-text-color, #141414);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.clothSp-wrap-main-video-youtube-icon {
  margin-right: 16px;
}
.clothSp-wrap-main-video-youtube-line {
  display: inline-block;
  stroke-width: 1.5px;
  stroke: var(--black-text-color, #141414);
}
.clothSp-wrap-main-video-review {
  border-radius: 30px;
  background: var(--green, #a2c614);
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  max-width: 306px;
  width: 100%;
  transition: all 0.3s ease;
}
.clothSp-wrap-main-video-review:hover {
  background-color: #7c980f;
}
.clothSp-wrap-main-desc {
  flex: 11;
}
.clothSp-wrap-main-desc-text {
  color: var(--main-dark, #293939);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 49px;
}
.clothSp-wrap-main-desc-vid_title {
  color: var(--black-text-color, #141414);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.clothSp-wrap-main-desc-images {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.clothSp-wrap-main-desc-images img {
  max-width: 99px;
  width: 100%;
  height: 82px;
  border-radius: 10px;
  flex: 1;
  display: inline-block;
}
.clothSp-wrap-main-desc-time {
  display: flex;
  align-items: center;
}
.clothSp-wrap-main-desc-time-text {
  margin-right: 30px;
}
.clothSp-wrap-main-desc-time-text p {
  color: var(--black-text-color, #141414);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.49px;
  display: flex;
  align-items: center;
}
.clothSp-wrap-main-desc-time-text p span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--green, #a2c614);
  display: inline-block;
  margin-right: 9px;
}
.clothSp-wrap-main-desc-time-text a {
  color: var(--green, #a2c614);
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-top: 4px;
}
.clothSp-wrap-main-desc-time-button {
  width: 334px;
  height: 50px;
  padding: 12px 40px;
  border-radius: 30px;
  background: var(--green, #a2c614);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.clothSp-wrap-main-desc-time-button:hover {
  background-color: #7c980f;
}

@media (max-width: 1024px) {
  .clothSp-wrap {
    padding: 35px;
  }
  .clothSp-wrap-main {
    flex-direction: column;
  }
  .clothSp-wrap-main-video-youtube {
    max-width: 500px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .clothSp-wrap {
    padding: 15px;
  }
  .clothSp-wrap-main {
    flex-direction: column;
  }
  .clothSp-wrap-main-video-youtube {
    text-align: center;
  }
  .clothSp-wrap-main-desc-time {
    flex-direction: column;
    gap: 14px;
  }
}
.clothInstall {
  background: var(--black-text-color, #141414);
  padding: 77px 0;
  text-align: left;
  position: relative;
}
.clothInstall-bgImage {
  position: absolute;
  top: 0;
  right: 0;
  height: 114%;
}
.clothInstall-wrap {
  max-width: 774px;
  position: relative;
  z-index: 1;
}
.clothInstall-wrap-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
}
.clothInstall-wrap-key {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.clothInstall-wrap-key span {
  background: var(--green, #a2c614);
  width: 45px;
  height: 2px;
  margin-right: 30px;
  display: inline-block;
}
.clothInstall-wrap-desc {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 31px;
}
.clothInstall-wrap-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.clothInstall-wrap-form-tel {
  width: 100%;
  border-radius: 54px;
  border: 1px solid #fff;
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.clothInstall-wrap-form-tel::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.clothInstall-wrap-form-sub {
  border-radius: 54px;
  background: var(--green, #a2c614);
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 10px;
}
.clothInstall-wrap-form-sub:hover {
  background-color: #7c980f;
}
.clothInstall-wrap-form .error-label {
  color: white;
}

@media (max-width: 768px) {
  .clothInstall {
    padding: 40px 0;
  }
  .clothInstall-bgImage {
    display: none;
  }
  .clothInstall-wrap-title {
    font-size: 24px;
  }
  .clothInstall-wrap-key {
    font-size: 20px;
    margin-top: 12px;
  }
  .clothInstall-wrap-key span {
    width: 35px;
    margin-right: 20px;
  }
  .clothInstall-wrap-desc {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .clothInstall-wrap-form {
    grid-template-columns: 1fr;
  }
  .clothInstall-wrap-form-tel {
    padding: 12px 18px;
    font-size: 14px;
  }
  .clothInstall-wrap-form-tel::placeholder {
    font-size: 14px;
  }
  .clothInstall-wrap-form-sub {
    padding: 12px 18px;
    font-size: 14px;
  }
}


.fn-int {
  margin: 100px 0 80px;
}
@media (max-width: 768px) {
  .fn-int {
    margin: 40px 0;
  }
}
.fn-int .container {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fn-int__content {
  max-width: 600px;
}
@media (max-width: 768px) {
  .fn-int__content {
    max-width: 100%;
    width: 100%;
  }
}
.fn-int__img {
  max-width: 448px;
  width: 45%;
  height: auto;
  object-fit: contain;
}

.new-slider-fn {
  max-width: 548px;
}

.fn-int-swiper {
  display: flex;
  align-items: center;
}
.fn-int__control_next{
  margin-left: -60px;
  z-index: 500;
}
.fn-int__control_prev{
  margin-right: -60px;
  z-index: 500;
}

@media (max-width: 768px) {
  .fn-int__img {
    display: none;
  }
}
.fn-int__ttl {
  margin: 0 0 55px;
}
@media (max-width: 768px) {
  .fn-int__ttl {
    margin: 0 0 30px;
  }
}
.fn-int__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .fn-int__list {
    grid-template-columns: 1fr;
  }
}
.fn-int__list-item {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 50px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjE1IiBjeT0iMTQuOTk5OCIgcng9IjE1IiByeT0iMTQuOTAwMiIgZmlsbD0iI0EyQzYxNCIvPgo8cGF0aCBkPSJNMjAuNTA3NiAxMi45Mzg5TDIwLjUwODcgMTIuOTQwMUwyMC44NTUxIDEyLjYwNzdDMjEuMDgyNiAxMi4zODk0IDIxLjIxNDQgMTIuMDg4OCAyMS4yMTQ0IDExLjc3MDlDMjEuMjE0NCAxMS40NTI5IDIxLjA4MjYgMTEuMTUyNCAyMC44NTUxIDEwLjkzNDFDMjAuNjI4MyAxMC43MTY1IDIwLjMyNSAxMC41OTc3IDIwLjAxMjggMTAuNTk3N0MxOS43MDA3IDEwLjU5NzcgMTkuMzk3NCAxMC43MTY1IDE5LjE3MDYgMTAuOTM0QzE5LjE3MDYgMTAuOTM0MSAxOS4xNzA2IDEwLjkzNDEgMTkuMTcwNiAxMC45MzQxTDEyLjU0MiAxNy4yOTM5TDEwLjExNTQgMTQuOTY1M0MxMC4wMDI5IDE0Ljg1NzQgOS44NzA1MiAxNC43NzI4IDkuNzI2MjUgMTQuNzE1NUM5LjU4MjAxIDE0LjY1ODEgOS40MjgwOSAxNC42Mjg5IDkuMjczMDkgMTQuNjI4OUM5LjExODA5IDE0LjYyODkgOC45NjQxNyAxNC42NTgxIDguODE5OTMgMTQuNzE1NUM4LjY3NTY2IDE0Ljc3MjggOC41NDMyNyAxNC44NTc0IDguNDMwODIgMTQuOTY1M0M4LjMxODMzIDE1LjA3MzIgOC4yMjc5NCAxNS4yMDI1IDguMTY1ODggMTUuMzQ2M0M4LjEwMzc5IDE1LjQ5MDIgOC4wNzE1MyAxNS42NDUxIDguMDcxNTMgMTUuODAyMUM4LjA3MTUzIDE1Ljk1OTEgOC4xMDM3OSAxNi4xMTQgOC4xNjU4OCAxNi4yNTc5QzguMjI3OTQgMTYuNDAxNyA4LjMxODMzIDE2LjUzMSA4LjQzMDgyIDE2LjYzODlMMTEuNjk4NSAxOS43NzQ2QzExLjY5ODUgMTkuNzc0NiAxMS42OTg2IDE5Ljc3NDcgMTEuNjk4NyAxOS43NzQ4QzExLjgxMSAxOS44ODI5IDExLjk0MzQgMTkuOTY3NyAxMi4wODc3IDIwLjAyNTJDMTIuMjMyMSAyMC4wODI3IDEyLjM4NjIgMjAuMTEyMSAxMi41NDE0IDIwLjExMjFDMTIuNjk2NSAyMC4xMTIxIDEyLjg1MDYgMjAuMDgyNyAxMi45OTUgMjAuMDI1MkMxMy4xMzkzIDE5Ljk2NzcgMTMuMjcxNiAxOS44ODMgMTMuMzgzOSAxOS43NzQ5QzEzLjM4NCAxOS43NzQ4IDEzLjM4NDEgMTkuNzc0NyAxMy4zODQyIDE5Ljc3NDZMMjAuNTA3NiAxMi45Mzg5WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: 30px 30px;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 30px;
}
@media (max-width: 768px) {
  .fn-int__list-item {
    font-size: 18px;
  }
}
.fn-int__flex {
  display: flex;
  gap: 25px;
}
@media (max-width: 576px) {
  .fn-int__flex {
    flex-direction: column;
  }
}
.fn-int__flex .ft-int__tel {
  color: #A2C614;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  margin-top: 9px;
}
.fn-int__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 267px;
}
.fn-int__call {
  color: #A2C614;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}
.fn-int__work {
  position: relative;
  color: var(--black-text-color, #141414);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  padding-left: 20px;
}
.fn-int__work::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 62.99px;
  background: #A2C614;
}


.ft-options {
  /* padding: 80px 0; */
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .ft-options {
    margin: 50px 0;
  }
}
.ft-options__title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ft-options__title {
    margin-bottom: 25px;
  }
}
.ft-options__grid {
  margin: 0 -5px;
}
.ft-options__col {
  padding: 15px;
  overflow: hidden;
}
.ft-options__col_size_sm {
  width: width(12, 2.5);
}
@media (max-width: 1100px) {
  .ft-options__col_size_sm {
    width: 100%;
  }
}
.ft-options__col_size_lg {
  width: width(12, 6);
}
@media (max-width: 1100px) {
  .ft-options__col_size_lg {
    width: 100%;
  }
}
.ft-options__col_size_md {
  width: width(12, 3.5);
}
@media (max-width: 1100px) {
  .ft-options__col_size_md {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ft-options__col--bottom {
    display: none;
  }
}
.ft-options__plate {
  display: flex;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(27, 27, 26, 0.1);
  background-color: #fff;
  text-align: center;
  padding: 20px;
  min-height: 100%;
}
.ft-options__wrap {
  height: auto;
  padding: 25px;
  border-radius: 11px;
  border: 2px solid var(--green-light, rgba(162, 198, 20, 0.15));
}
.ft-options__heading {
  color: #141414;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 25px;
}
.ft-options__heading_text_left {
  text-align: left;
}
.ft-options__row {
  margin: 0 -15px;
}
.ft-options__box {
  padding: 10px 5px;
}
.ft-options__box_w100 {
  width: 100%;
}
.ft-options__box_w50 {
  width: 50%;
}
@media (max-width: 1100px) {
  .ft-options__box_w50 {
    width: 25%;
  }
}
@media (max-width: 520px) {
  .ft-options__box_w50 {
    width: 50%;
  }
}
.ft-options__box_w25 {
  width: 25%;
}
@media (max-width: 600px) {
  .ft-options__box_w25 {
    width: 50%;
  }
}
.ft-options__box_w33 {
  width: calc(100% / 3);
}
@media (max-width: 600px) {
  .ft-options__box_w33 {
    width: 50%;
  }
}
.ft-options__preview {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.ft-options__preview_border {
  border: 1px solid #888888;
}
.ft-options__preview_height_70 {
  height: 70px;
}
.ft-options__preview_height_58 {
  height: 58px;
}
.ft-options__preview_color_white {
  border: 1px solid #141414;
  background-color: #fff;
}
.ft-options__preview_color_brown {
  background-color: #855a41;
}
.ft-options__preview_color_grey {
  background-color: #c1c1c1;
}
.ft-options__preview_color_ral {
  background: linear-gradient(91.51deg, #ff0000 2.41%, #ffa800 14.72%, #ffe600 32.63%, #adff00 49.26%, #00ffc2 61.18%, #0075ff 78.87%, #7000ff 95.81%);
}
.ft-options__text {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #141414;
}
.ft-options__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(27, 27, 26, 0.1);
}

.optionY {
  display: flex;
  align-items: center;
  gap: 81px;
  padding: 0 0 0 80px;
}
.optionY-text {
  flex: 1;
}
.optionY-text-view {
  color: var(--black-text-color, #141414);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.optionY-text-title {
  color: var(--black-text-color, #141414);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.optionY-text-desc {
  color: var(--black-text-color, #141414);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.optionY-text-btn {
  color: var(--black-text-color, #141414);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: left;
}
.optionY-text-btn-icon {
  display: inline-block;
  margin-right: 14px;
}
.optionY-text-btn span {
  display: flex;
  flex-direction: column;
}
.optionY-text-btn-line {
  display: inline-block;
  margin-top: 8px;
}
.optionY-image {
  flex: 2;
}
.optionY-image img {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .optionY {
    padding: 0;
    gap: 30px;
    flex-direction: column;
  }
  .optionY-text-view {
    font-size: 18px;
  }
  .optionY-text-title {
    font-size: 24px;
  }
  .optionY-text-desc {
    font-size: 15px;
  }
  .optionY-text-btn {
    font-size: 18px;
  }
  .optionY-text-btn-icon {
    margin-right: 10px;
    width: 40px;
  }
  .optionY-text-btn-line {
    max-width: 100%;
  }
}
.ft-optionsS {
  margin-top: 20px;
  padding: 0 80px;
  margin-bottom: 80px;
}
.ft-optionsS-item {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
  border-radius: 10px;
}
.ft-optionsS-item img {
  width: 100%;
  border-radius: 10px;
}
.ft-optionsS-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .ft-optionsS-item-icon {
    max-width: 75px;
  }
}
.ft-optionsS-dot .swiper-pagination {
  margin-top: 30px;
}
.ft-optionsS-dot .swiper-pagination span {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .ft-optionsS {
    padding: 0;
  }
  .ft-optionsS-dot .swiper-pagination {
    margin-top: 0px;
  }
}
.ft-optionsF {
  position: relative;
  max-width: 1500px;
  /* padding: 0 15px; */
  margin: 0 auto;
}
.ft-optionsF-slider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ft-optionsF-slider-dot {
  width: 100%;
  display: none;
}
.ft-optionsF-slider-dot .swiper-pagination {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.ft-optionsF .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1320px;
}
.ft-optionsF-item-img {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: rgba(20, 20, 20, 0.3);
  border-radius: 100%;
}
@media (max-width: 500px){
.ft-optionsF-item {
padding: 0 15px;
}
}

.ft-optionsF-item-img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 100%;
}
.ft-optionsF-item-img-time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-25%, 25%);
  background-color: var(--green, #a2c614);
  border-radius: 50%;
  width: 84px;
  height: 84px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.ft-optionsF-item-text {
  margin-top: 30px;
}
.ft-optionsF-item-text-desc {
  color: var(--black-text-color, #141414);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.35px;
  margin-bottom: 10px;
  height: 50px;
}
.ft-optionsF-item-text-name {
  color: var(--black-text-color, #141414);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .ft-optionsF-item-text-name {
    min-height: 60px;
  }
}
.ft-optionsF-item-text-time {
  color: var(--black-text-color, #141414);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.49px;
  margin-bottom: 10px;
}
.ft-optionsF-item-text-time span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 27px;
  background: var(--green, #a2c614);
  margin-right: 10px;
}
.ft-optionsF-item-text-val {
  color: var(--black-text-color, #141414);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.ft-optionsF-item-text-val span {
  color: var(--green, #a2c614);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.ft-optionsF-item-text-btn {
  border-radius: 54px;
  border: 2px solid var(--green, #a2c614);
  padding: 17px 20px;
  width: calc(100% - 20px);
  color: var(--green, #a2c614);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.ft-optionsF-item-text-btn:hover {
  background: var(--green, #a2c614);
  color: #fff;
}
.ft-optionsF__control {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
  z-index: 100;
  cursor: pointer;
  transition: fill 0.3s ease;
  border-radius: 10px;
  background: var(--green, #a2c614);
}
.ft-optionsF__control.hide {
  opacity: 0.5;
}
.ft-optionsF__control_prev {
  margin-right: 14px;
}
.ft-optionsF__control_next {
  margin-left: 14px;
}
@media (max-width: 1024px) {
  .ft-optionsF-slider {
    flex-wrap: wrap;
  }
  .ft-optionsF-slider-dot {
    display: block;
  }
  .ft-optionsF__control {
    display: none;
  }
}
@media (max-width: 768px) {
  .ft-optionsF .container {
    padding: 0;
  }
  /* .ft-optionsF-item-img-time {
    position: absolute;
    bottom: -70px;
    transform: translate(0);
    width: 100%;
    height: 84px;
    font-size: 14px;
    background-color: transparent;
    border-radius: none;
    color: var(--black-text-color, #141414);
    text-align: left;
    text-transform: capitalize;
  } */
  .ft-optionsF-item-text {
    margin-top: 50px;
  }
  .ft-optionsF-item-text-desc {
    font-size: 16px;
  }
  .ft-optionsF-item-text-name {
    font-size: 18px;
    margin-bottom: -6px;
  }
  .ft-optionsF-item-text-time {
    font-size: 15px;
  }
  .ft-optionsF-item-text-time span {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .ft-optionsF-item-text-val {
    font-size: 15px;
  }
  .ft-optionsF-item-text-val span {
    font-size: 22px;
    margin-right: 6px;
  }
  .ft-optionsF-item-text-btn {
    padding: 14px 18px;
    font-size: 14px;
  }
  .ft-optionsF-slider-dot .swiper-pagination {
    margin-top: 0;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
  z-index: 100;
  cursor: pointer;
  transition: fill 0.3s ease;
  border-radius: 10px;
  background: var(--green, #a2c614);
}


.chapters {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .chapters {
    margin: 40px 0;
  }
}
.chapters .container {
  max-width: 1320px;
}
.chapters__wrap {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 20px;
}
@media (max-width: 992px) {
  .chapters__wrap {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .chapters__wrap {
    padding: 10px;
  }
}
.chapters__line {
  border-radius: 11px;
  border: 2px solid var(--green-light, rgba(162, 198, 20, 0.15));
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .chapters__line {
    padding: 40px 25px;
  }
}
@media (max-width: 768px) {
  .chapters__line {
    padding: 30px 15px;
  }
}
.chapters__title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .chapters__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .chapters__title {
    margin-bottom: 20px;
  }
}
.chapters__introtext {
  padding-top: 16px;
}
.chapters__tags {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: -4px -7px;
}
@media (max-width: 575px) {
  .chapters__tags {
    padding-top: 15px;
  }
}
.chapters__box {
  padding: 4px 7px;
}
@media (max-width: 575px) {
  .chapters__box {
    width: 100%;
  }
}
.chapters__btn {
  width: 100%;
  border-color: #888888;
  color: #888888;
  padding: 8px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chapters__btn.active {
  color: #888888;
  border-color: #888888;
}
@media (hover: hover) and (pointer: fine) {
  .chapters__btn:hover {
    color: #888888;
    border-color: #888888;
  }
}
@media (max-width: 768px) {
  .chapters__btn {
    padding: 6px 12px;
  }
}
.chapters__body {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .chapters__body {
    margin-top: 20px;
  }
}
.chapters__view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.chapters__view.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.chapters__bottom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 40px;
  border-radius: 20px;
  background: #f4f4f3;
}
@media (max-width: 768px) {
  .chapters__bottom {
    grid-template-columns: 1fr;
    margin-top: 20px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .chapters__bottom .input_bg_white {
    width: calc(100% - 2px);
    margin-left: 1px;
    margin-right: 1px;
    background-color: #f4f4f3;
  }
}
.chapters__b-flex {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1500px) {
  .chapters__b-flex {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .chapters__b-flex {
    margin-top: 20px;
  }
}
.chapters__b-form {
  padding: 40px 0 40px 40px;
}
@media (max-width: 1200px) {
  .chapters__b-form {
    grid-column: span 2;
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .chapters__b-form {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .chapters__b-form {
    padding: 20px 0 0;
  }
}
.chapters__b-form h3 {
  color: var(--main-color-gray, #1b1b1a);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 50px;
}
@media (max-width: 992px) {
  .chapters__b-form h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .chapters__b-form h3 {
    font-size: 22px;
  }
}
.chapters__b-column--flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .chapters__b-column--right {
    display: none;
  }
}
.chapters__b-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .chapters__b-img {
    display: none;
  }
}
.chapters__b-img img {
  margin-top: -20px;
  width: 100%;
  height: calc(100% + 20px);
  object-fit: contain;
  object-position: right bottom;
}
.chapters__b-acs {
  margin: 0;
  display: flex;
  text-align: center;
  gap: 10px;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 13px;
  line-height: normal;
}
.chapters__b-acs a {
  text-decoration: underline;
}
.chapters__b-ttl {
  color: #a2c614;
  font-size: 25.5px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 18px;
}
.chapters__b-subttl {
  color: var(--main-color-gray, #1b1b1a);
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.chapters__b-time {
  position: relative;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
  padding: 0 0 0 25px;
  margin: 0 0 16px;
}
.chapters__b-time::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #a2c614;
  top: 6px;
  left: 0;
}
.chapters__b-phone {
  color: #a2c614;
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1500px) {
  .chapters__b-phone {
    font-size: 28px;
  }
}

.gallery-page__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 600px) {
  .gallery-page__grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-page__picture {
  display: block;
  padding-top: width(370, 336);
  border-radius: 10px;
}
.gallery-page__pager {
  padding-top: 50px;
}
@media (max-width: 600px) {
  .gallery-page__pager {
    padding-top: 20px;
  }
}

.faq-page__el {
  margin: 14px 0 0;
  padding: 30px 30px 30px 40px;
  border-radius: 20px;
  background: #f4f4f3;
}
@media (max-width: 992px) {
  .faq-page__el {
    padding: 15px 15px 15px 20px;
  }
}
.faq-page__el.active {
  background-color: #a2c614;
  color: #fff;
}
.faq-page__el.active .faq-page__title {
  font-weight: 700;
  color: #fff;
}
.faq-page__el.active .faq-page__head {
  margin-bottom: 20px;
}
.faq-page__el.active .faq-page__trigger {
  background: #fff;
}
.faq-page__el.active .faq-page__trigger::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjU4MTQgMjIuMDgyNkMyNy40ODI3IDIyLjE4MTQgMjcuMzY1NSAyMi4yNTk4IDI3LjIzNjYgMjIuMzEzM0MyNy4xMDc2IDIyLjM2NjcgMjYuOTY5MyAyMi4zOTQzIDI2LjgyOTcgMjIuMzk0M0MyNi42OTAxIDIyLjM5NDMgMjYuNTUxOCAyMi4zNjY3IDI2LjQyMjggMjIuMzEzM0MyNi4yOTM4IDIyLjI1OTggMjYuMTc2NiAyMi4xODE0IDI2LjA3OCAyMi4wODI2TDE3LjI2NzIgMTMuMjcwNUw4LjQ1NjQxIDIyLjA4MjZDOC4yNTcwNCAyMi4yODIgNy45ODY2NCAyMi4zOTQgNy43MDQ2OSAyMi4zOTRDNy40MjI3NCAyMi4zOTQgNy4xNTIzNCAyMi4yODIgNi45NTI5NyAyMi4wODI2QzYuNzUzNjEgMjEuODgzMyA2LjY0MTYgMjEuNjEyOSA2LjY0MTYgMjEuMzMwOUM2LjY0MTYgMjEuMDQ5IDYuNzUzNjEgMjAuNzc4NiA2Ljk1Mjk3IDIwLjU3OTJMMTYuNTE1NSAxMS4wMTY3QzE2LjYxNDEgMTAuOTE3OSAxNi43MzEzIDEwLjgzOTUgMTYuODYwMyAxMC43ODYxQzE2Ljk4OTMgMTAuNzMyNiAxNy4xMjc2IDEwLjcwNTEgMTcuMjY3MiAxMC43MDUxQzE3LjQwNjggMTAuNzA1MSAxNy41NDUxIDEwLjczMjYgMTcuNjc0MSAxMC43ODYxQzE3LjgwMzEgMTAuODM5NSAxNy45MjAyIDEwLjkxNzkgMTguMDE4OSAxMS4wMTY3TDI3LjU4MTQgMjAuNTc5MkMyNy42ODAyIDIwLjY3NzkgMjcuNzU4NiAyMC43OTUxIDI3LjgxMiAyMC45MjRDMjcuODY1NSAyMS4wNTMgMjcuODkzIDIxLjE5MTMgMjcuODkzIDIxLjMzMDlDMjcuODkzIDIxLjQ3MDUgMjcuODY1NSAyMS42MDg4IDI3LjgxMiAyMS43Mzc4QzI3Ljc1ODYgMjEuODY2OCAyNy42ODAyIDIxLjk4NCAyNy41ODE0IDIyLjA4MjZaIiBmaWxsPSIjQTJDNjE0Ii8+Cjwvc3ZnPgo=);
}
.faq-page__title {
  color: var(--main-color-gray, #1b1b1a);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1200px) {
  .faq-page__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .faq-page__title {
    font-size: 16px;
  }
}
.faq-page__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: margin 0.3s ease;
}
.faq-page__trigger {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #a2c614;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .faq-page__trigger {
    width: 22px;
    height: 22px;
  }
}
.faq-page__trigger::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 6px;
  left: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDE4NTkgMTEuOTE4M0M3LjUxNzI3IDExLjgxOTYgNy42MzQ0NSAxMS43NDEyIDcuNzYzNDQgMTEuNjg3N0M3Ljg5MjQyIDExLjYzNDIgOC4wMzA2OCAxMS42MDY3IDguMTcwMzEgMTEuNjA2N0M4LjMwOTk0IDExLjYwNjcgOC40NDgyIDExLjYzNDIgOC41NzcxOCAxMS42ODc3QzguNzA2MTcgMTEuNzQxMiA4LjgyMzM1IDExLjgxOTYgOC45MjIwMyAxMS45MTgzTDE3LjczMjggMjAuNzMwNUwyNi41NDM2IDExLjkxODNDMjYuNzQzIDExLjcxOSAyNy4wMTM0IDExLjYwNyAyNy4yOTUzIDExLjYwN0MyNy41NzczIDExLjYwNyAyNy44NDc3IDExLjcxOSAyOC4wNDcgMTEuOTE4M0MyOC4yNDY0IDEyLjExNzcgMjguMzU4NCAxMi4zODgxIDI4LjM1ODQgMTIuNjcwMUMyOC4zNTg0IDEyLjk1MiAyOC4yNDY0IDEzLjIyMjQgMjguMDQ3IDEzLjQyMThMMTguNDg0NSAyMi45ODQzQzE4LjM4NTggMjMuMDgzMSAxOC4yNjg3IDIzLjE2MTQgMTguMTM5NyAyMy4yMTQ5QzE4LjAxMDcgMjMuMjY4NCAxNy44NzI0IDIzLjI5NTkgMTcuNzMyOCAyMy4yOTU5QzE3LjU5MzIgMjMuMjk1OSAxNy40NTQ5IDIzLjI2ODQgMTcuMzI1OSAyMy4yMTQ5QzE3LjE5NjkgMjMuMTYxNCAxNy4wNzk4IDIzLjA4MzEgMTYuOTgxMSAyMi45ODQzTDcuNDE4NTkgMTMuNDIxOEM3LjMxOTggMTMuMzIzMSA3LjI0MTQzIDEzLjIwNTkgNy4xODc5NiAxMy4wNzY5QzcuMTM0NDkgMTIuOTQ4IDcuMTA2OTcgMTIuODA5NyA3LjEwNjk3IDEyLjY3MDFDNy4xMDY5NyAxMi41MzA0IDcuMTM0NDkgMTIuMzkyMiA3LjE4Nzk2IDEyLjI2MzJDNy4yNDE0MyAxMi4xMzQyIDcuMzE5OCAxMi4wMTcgNy40MTg1OSAxMS45MTgzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-page__trigger::before {
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    object-fit: contain;
  }
}
.faq-page__body {
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .faq-page__body {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .faq-page__body {
    font-size: 15px;
    padding-right: 0;
  }
}

.look__for {
  background-color: rgba(20, 20, 20, 0.98);
  backdrop-filter: blur(40.5px);
  margin-bottom: 60px;
}
.look__for .container {
  padding: 70px 80px 80px 80px;
}
.look__for-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.look__for-desc {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.look__for-desc span {
  background: var(--green, #a2c614);
  width: 45px;
  height: 2px;
  display: inline-block;
  margin-right: 30px;
}
.look__for-cards_top {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}
.look__for-cards_top-item {
  border-radius: 20px;
  background-color: rgba(27, 27, 26, 0.9);
  backdrop-filter: blur(7px);
  padding: 48px 30px 30px 30px;
  border: 1px solid white;
  min-height: 270px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.look__for-cards_top-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.look__for-cards_top-item-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.look__for-cards_top-item-btn {
  border-radius: 54px;
  background: var(--green, #a2c614);
  padding: 17px 20px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.look__for-cards_top-item-btn:hover {
  background-color: #7c980f;
}
.look__for-bottom {
  display: grid;
  gap: 23px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 36px;
}
.look__for-bottom-item {
  background: rgba(27, 27, 26, 0.9);
  backdrop-filter: blur(7px);
  padding: 30px;
  border: 1px solid white;
  border-radius: 20px;
  min-height: 185px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.look__for-bottom-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.look__for-bottom-item-btn {
  border-radius: 54px;
  background: var(--green, #a2c614);
  display: block;
  padding: 17px 20px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
.look__for-bottom-item-btn:hover {
  background-color: #7c980f;
}
.look__for-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 120px;
}
.look__for-footer-left {
  flex: 3;
}
.look__for-footer-left-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.look__for-footer-left-main {
  display: flex;
  gap: 50px;
}
.look__for-footer-left-main-input, .look__for-footer-left-main-connect {
  flex: 1;
}
.look__for-footer-left-main-input-form-tel {
  width: 100%;
  border-radius: 54px;
  border: 1px solid #fff;
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.look__for-footer-left-main-input-form-tel::placeholder {
  color: #fff;
}
.look__for-footer-left-main-input-form-sub {
  border-radius: 54px;
  background: var(--green, #a2c614);
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 10px;
}
.look__for-footer-left-main-input-form-sub:hover {
  background-color: #7c980f;
}
.look__for-footer-left-main-input-form-acc {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.look__for-footer-left-main-input-form-acc a {
  text-decoration-line: underline;
}
.look__for-footer-left-main-input-form .error-label {
  color: white;
}
.look__for-footer-left-main-connect-title {
  color: var(--green, #a2c614);
  font-size: 25.5px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.look__for-footer-left-main-connect-phone {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.look__for-footer-left-main-connect-time {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}
.look__for-footer-left-main-connect-time span {
  width: 14px;
  height: 14px;
  display: inline-block;
  fill: var(--green, #a2c614);
  margin-right: 8px;
}
.look__for-footer-left-main-connect-number {
  color: var(--green, #a2c614);
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
.look__for-footer-right {
  flex: 1;
}
.look__for-footer-right-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.look__for-footer-right-icons {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.look__for-footer-right-icons button + button {
  margin-left: 14px;
}
.look__for-footer-right-icons button {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: var(--green, #a2c614);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.look__for-footer-right-icons button svg {
  width: 30px;
  height: 30px;
}
.look__for-footer-right-free {
  border-radius: 10px;
  background: #fff;
  padding: 13px 30px;
  color: var(--green, #a2c614);
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 256px;
}
.look__for-footer-right-free svg {
  width: 21px;
  height: 21px;
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .look__for .container {
    padding: 20px;
  }
  .look__for-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .look__for-title {
    font-size: 24px;
  }
  .look__for-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .look__for-desc span {
    width: 35px;
    margin-right: 20px;
  }
  .look__for-cards_top {
    grid-template-columns: 1fr;
  }
  .look__for-cards_top-item {
    border-radius: 16px;
    padding: 20px;
  }
  .look__for-cards_top-item-title {
    font-size: 18px;
  }
  .look__for-cards_top-item-desc {
    font-size: 14px;
  }
  .look__for-cards_top-item-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .look__for-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .look__for-bottom-item {
    padding: 20px;
    border-radius: 16px;
  }
  .look__for-bottom-item-title {
    font-size: 16px;
  }
  .look__for-bottom-item-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .look__for-footer {
    gap: 40px;
  }
  .look__for-footer-left-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .look__for-footer-left-main {
    gap: 28px;
  }
  .look__for-footer-left-main-input-form-tel {
    padding: 12px 18px;
    font-size: 14px;
  }
  .look__for-footer-left-main-input-form-sub {
    padding: 14px 18px;
    font-size: 14px;
  }
  .look__for-footer-left-main-input-form-acc {
    font-size: 14px;
  }
  .look__for-footer-left-main-connect-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .look__for-footer-left-main-connect-phone {
    font-size: 17px;
  }
  .look__for-footer-left-main-connect-time {
    font-size: 14px;
  }
  .look__for-footer-left-main-connect-time span {
    width: 8px;
    height: 8px;
  }
  .look__for-footer-left-main-connect-number {
    font-size: 18px;
  }
  .look__for-footer-right-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .look__for-footer-right-icons {
    margin-bottom: 20px;
  }
  .look__for-footer-right-icons button {
    width: 40px;
    height: 40px;
  }
  .look__for-footer-right-icons button svg {
    width: 24px;
    height: 24px;
  }
  .look__for-footer-right-free {
    font-size: 14px;
  }
  .look__for-footer-right-free svg {
    width: 18px;
    height: 18px;
    margin-right: 16px;
  }
}
@media (max-width: 420px) {
  .look__for-cards_top {
    grid-template-columns: 1fr;
  }
  .look__for-cards_top-item {
    padding: 14px;
  }
  .look__for-bottom {
    grid-template-columns: 1fr;
  }
  .look__for-bottom-item {
    padding: 14px;
  }
  .look__for-footer {
    gap: 30px;
  }
  .look__for-footer-left {
    flex: 1;
  }
  .look__for-footer-left-main {
    flex-direction: column;
  }
}


.look__for-title-partner{
  text-align: center;
  margin-bottom: 50px;
}

.look__for-bottom-item-title-partner{
  color: #141414;
  font-size: 18px;
  margin-top: 15px;
}

.look__for-bottom-item-partner{
  background-color: #fff;
  padding: 33px;
}


.look__for-bottom-item-partner{
  align-items: center;
  text-align: center;
}
.look__for-bottom-item-partner-block2 img{
  width: 142px;
  
}

.look__for-cards_top-item-partner{
  background-color: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 20px;
  justify-content: flex-start;
}

.look__for-cards_top-partner{
  margin: 0 auto;
  max-width: 1169px;
  margin-top: 50px;

}

.fn-int__content-our-production{
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 40px 0px rgba(27, 27, 26, 0.1);
  padding: 20px 20px 20px 20px;
}

.look__for-cards_top-title-partner{
  color: #141414;
  font-size: 18px;
  margin-top: 15px;
}

.look__for-cards_top-item-desc-partner{
  color: #141414;
}

.quizCardSecond-wrap-partner-our-production{
  
    max-width: 470px;
    border: 2px solid var(--green-light, #a2c61426);
    padding: 43px 20px;
    background-color: #fff;
}


.fs-setki {
  position: relative;
  overflow: hidden;
}

.fs-setki::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%; /* Занимаем только правую половину блока */
  background-image: url('/local/templates/static/dist/assets/images/fscreen-bg.png');
  background-size: cover;
  z-index: -1; 
  height: 71%;
  opacity: 0.6;
}

.video-block-text-bottom{
  display: flex;
  justify-content: space-between;
}

.look__for-bottom-video-block{
  grid-template-columns: 1fr 1fr 1fr;
  
}

.look__for-bottom-item-partner-video-block{
  background-image: url(/local/templates/static/dist/assets/images/video-block1-3.png);
  background-repeat: no-repeat;
  border: none;
  justify-content: center;
  background-size: cover;
  height: 280px;
}



.look__for-bottom-item-title-video-block{
  color: #fff;
    font-size: 18px;
    margin-top: 17px;
    font-weight: 400;
}


.fs__cp-setki p{
  color: #293939;
}

p.fs__cp-left-btn-setki {
  color: #fff;
  font-size: 18px;
}

.fs__cp-setki .fs__cp-right-btn{
  color: #293939;
  border-color: #293939;
}
.fs__cp-right-btn:hover {
  background: var(--green, #a2c614);
  border: 2px solid var(--green, #a2c614);
  color: #fff;
}

.bn-offer__wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0
}

@media(max-width:1200px) {
  .bn-offer__wrapper {
    background-position: 0
  }
}

.bn-offer__plate {
  background-color: #fff;
  border-radius: 20px;
  max-width: 700px;
  padding: 40px 30px 37px 50px
}

@media(max-width:480px) {
  .bn-offer__plate {
    padding: 30px 20px
  }
}

.bn-offer__title {
  font-size: 32px;
  line-height: 110%;
  padding-bottom: 15px
}

@media(max-width:480px) {
  .bn-offer__title {
    font-size: 24px
  }
}

.bn-offer__descr {
  padding-bottom: 40px
}

.bn-offer__grid {
  grid-row-gap: 20px;
  grid-column-gap: 45px;
  -webkit-column-gap: 45px;
  column-gap: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px
}

@media(max-width:670px) {
  .bn-offer__grid {
    grid-template-columns: 1fr
  }
}

.bn-offer__item, .bn-offer__shape {
  align-items: center;
  display: flex
}

.bn-offer__shape {
  background-color: #a2c614;
  border-radius: 50%;
  flex-shrink: 0;
  height: 57px;
  justify-content: center;
  padding: 12px 15px;
  width: 57px
}

.bn-offer__text {
  padding-left: 1em
}

.bn-offer__icon {
  fill: #232323;
  height: 100%;
  width: 100%
}

.bn-offer__footer {
  padding-top: 30px;
  text-align: right
}

.bn-offer__link {
  width: 230px
}

.link-list {
  font-size: 17px;
  padding: 65px 0
}

@media(max-width:768px) {
  .link-list {
    padding: 28px 0
  }
}

.link-list__grid {
  margin: 0 -15px
}

.link-list__col {
  padding: 15px;
  width: 25%
}

@media(max-width:992px) {
  .link-list__col {
    font-size: 14px;
    width: 50%
  }
}

@media(max-width:520px) {
  .link-list__col {
    width: 100%
  }
}



.team__title{
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 80px;
}

.usage_bg_grey {
  background-color: #f1f1f1
}

.usage__wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 80px 15px;
  width: 100%
}

@media(max-width:1600px) {
  .usage__wrapper {
    max-width: 1200px
  }
}

.usage__wrapper._full-width {
  max-width: 1800px
}

.usage__content {
  padding-right: 80px;
  width: 53.75%
}

@media(max-width:1280px) {
  .usage__content {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%
  }
}

.usage__content._full-width {
  padding-right: 60px;
  width: 44.4444444444%
}

@media(max-width:1280px) {
  .usage__content._full-width {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%
  }
}

.usage__grid {
  align-items: flex-end
}

.usage__showcase {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 46.25%
}

@media(max-width:1280px) {
  .usage__showcase {
    width: 100%
  }
}

.usage__showcase._four-fr {
  grid-template-columns: repeat(4, 1fr);
  width: 55.5555555556%
}

@media(max-width:1280px) {
  .usage__showcase._four-fr {
    width: 100%
  }
}

.usage__head {
  padding-bottom: 40px
}

.usage__info {
  align-items: center;
  display: flex;
  padding-bottom: 28px
}

.usage__icon {
  height: 43px;
  width: 43px
}

.usage__note {
  font-size: 24px;
  font-weight: 600;
  padding-left: 15px
}

@media(max-width:1600px) {
  .usage__note {
    font-size: 18px
  }
}

@media(max-width:575px) {
  .usage__note {
    font-size: 18px
  }
}

.usage__descr {
  font-size: 18px;
  line-height: 200%
}

.usage__descr p {
  margin-bottom: 1.4em
}

.usage__descr p:last-child {
  margin-bottom: 0
}

@media(max-width:1600px) {
  .usage__descr {
    font-size: 16px
  }
}

@media(max-width:575px) {
  .usage__descr {
    font-size: 16px
  }
}

.usage__name {
  font-size: 28px;
  font-weight: 600
}

@media(max-width:1600px) {
  .usage__name {
    font-size: 22px
  }
}

.usage__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 160px;
  position: relative
}

.usage__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

@media(max-width:768px) {
  .usage__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.usage__desk {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  min-height: 300px;
  padding: 35px;
  text-align: center
}

@media(max-width:1600px) {
  .usage__desk {
    min-height: 230px
  }
}

@media(max-width:768px) {
  .usage__desk {
    min-height: 220px
  }
}

.usage .swiper {
  width: 100%
}

.usage .swiper-wrapper {
  height: auto
}

.docs {
  padding: 85px 0 90px
}

.docs__aside {
  width: 280px
}

@media(max-width:900px) {
  .docs__aside {
    padding-bottom: 20px;
    width: 100%
  }
}

.docs__main {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 280px)
}

@media(max-width:900px) {
  .docs__main {
    padding-left: 0;
    width: 100%
  }
}

.docs__content {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: calc(100% - 223px)
}

@media(max-width:575px) {
  .docs__content {
    order: 1;
    padding-left: 0;
    text-align: center;
    width: 100%
  }
}

.docs__award {
  height: 100%
}

.docs__slider-main {
  width: 223px
}

.docs__slider-main .swiper {
  height: auto
}

.docs__slider-main .swiper-pagination {
  display: none
}

@media(max-width:575px) {
  .docs__slider-main .swiper-pagination {
    display: flex
  }

  .docs__slider-main {
    order: 2;
    width: 100%
  }
}

.docs__subtitle {
  display: block;
  font-weight: 400;
  padding-top: 8px
}

.docs__title {
  padding-bottom: 20px;
  padding-top: 20px
}

.docs__group {
  margin-top: auto
}

.docs__control, .docs__group {
  align-items: center;
  display: flex
}

.docs__control {
  background-color: #a2c614;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  margin-left: 35px;
  padding: 14px;
  transition: background-color .3s ease;
  width: 50px
}

@media(any-hover:hover) {
  .docs__control:hover {
    background-color: #232323
  }

  .docs__control:hover .docs__arrow {
    fill: #fff
  }
}

@media(max-width:575px) {
  .docs__control {
    display: none
  }
}

.docs__slider-thumb {
  width: calc(100% - 85px)
}

@media(max-width:575px) {
  .docs__slider-thumb {
    display: none
  }
}

.docs__arrow {
  fill: #232323;
  transition: fill .3s ease;
  width: 100%
}

.docs .swiper-slide-thumb-active .docs__thumb {
  opacity: 1
}

.docs__thumb {
  opacity: .5
}

.answer {
  padding: 70px 0 45px
}

@media(max-width:768px) {
  .answer {
    padding: 35px 0 25px
  }
}

.answer__content {
  padding-right: 60px;
  width: calc(100% - 370px)
}

@media(max-width:992px) {
  .answer__content {
    padding-right: 15px
  }
}

@media(max-width:850px) {
  .answer__content {
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%
  }
}

.answer__content._pad_left {
  padding-left: 60px;
  padding-right: 0
}

@media(max-width:992px) {
  .answer__content._pad_left {
    padding-left: 15px
  }
}

@media(max-width:850px) {
  .answer__content._pad_left {
    padding-left: 0;
    width: 100%
  }
}

.answer__aside {
  width: 370px
}

@media(max-width:850px) {
  .answer__aside {
    width: 100%
  }
}

.answer__title {
  padding-bottom: 50px
}

@media(max-width:850px) {
  .answer__title {
    padding-bottom: 25px
  }
}

.answer__item {
  padding: 8px 0
}

.answer__item.active .answer__head {
  padding-bottom: 20px
}

.answer__item.active .answer__head:before {
  background-color: #a2c614
}

.answer__head {
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  transition: padding .3s ease
}

@media(max-width:992px) {
  .answer__head {
    font-size: 16px
  }
}

.answer__head:before {
  background-color: #e5e5e5;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 29px;
  margin-right: 35px;
  width: 29px
}

@media(max-width:575px) {
  .answer__head:before {
    height: 19px;
    margin-right: 20px;
    width: 19px
  }
}

.answer__panel {
  font-size: 14px;
  padding-left: 65px
}

@media(max-width:575px) {
  .answer__panel {
    padding-left: 39px
  }
}

.answer__img-wrapper {
  border-radius: 10px;
  overflow: hidden
}

@media(max-width:850px) {
  .answer__img-wrapper {
    height: 300px;
    margin-bottom: 30px
  }
}

.ant-slider {
  border-radius: 20px;
  padding: 20px 30px 35px;
  text-align: center
}

.ant-slider__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
  padding-bottom: 18px
}

@media(max-width:992px) {
  .ant-slider__title {
    font-size: 22px
  }
}

.ant-slider_dark {
  fill: #fff;
  background-color: #232323;
  color: #fff
}

.ant-slider__group {
  align-items: center;
  display: flex;
  justify-content: center
}

.ant-slider__counter {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-bottom: 24px
}

.ant-slider__page {
  line-height: .8
}

.ant-slider__page_current {
  font-size: 40px;
  font-weight: 400
}

.ant-slider__page_total {
  font-size: 31px;
  font-weight: 300
}

.ant-slider__control {
  cursor: pointer;
  flex-shrink: 0;
  width: 22px
}

.ant-slider__control_prev {
  margin-right: 30px
}

@media(max-width:575px) {
  .ant-slider__control_prev {
    margin-right: 15px
  }
}

.ant-slider__control_next {
  margin-left: 30px
}

@media(max-width:575px) {
  .ant-slider__control_next {
    margin-left: 15px
  }
}

.ant-slider__control.disabled {
  opacity: .3
}

.ant-slider__arrow {
  fill: inherit
}

.ant-slider__box {
  height: 200px;
  position: relative;
  width: 200px
}

.ant-slider__round, .ant-slider__slider {
  height: 100%;
  width: 100%
}

.ant-slider__round {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.ant-slider__proggress {
  stroke-dasharray: 620;
  transition: stroke-dashoffset .3s ease
}

.ant-slider__note {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 30px
}

.ant-slider__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}

.reviews {
  margin: 80px 0;
  padding: 0 15px
}

@media(max-width:768px) {
  .reviews {
    margin: 40px 0
  }
}

.reviews_type_pages {
  padding: 40px 0 60px
}

@media(max-width:575px) {
  .reviews_type_pages {
    padding: 30px 0
  }
}

.reviews__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width:768px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:600px) {
  .reviews__grid {
    gap: 15px
  }
}

.reviews__heading {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center
}

.reviews__pager {
  padding-top: 50px
}

@media(max-width:575px) {
  .reviews__pager {
    padding-top: 20px
  }
}

.reviews__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1360px;
  position: relative
}

.reviews__slider {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  width: 100%
}

@media(min-width:1100px) {
  .reviews__slider .swiper {
    padding: 60px 0
  }
}

@media(min-width:768px)and (max-width:1100px) {
  .reviews__slider .swiper {
    padding: 90px 0
  }
}

.reviews__slider .swiper-pagination {
  display: none;
  position: relative;
  z-index: 100
}

@media(max-width:768px) {
  .reviews__slider .swiper-pagination {
    display: flex
  }
}

.reviews__slider .swiper-slide {
  -webkit-filter: saturate(30%);
  filter: saturate(30%)
}

.reviews__slider .swiper-slide.swiper-slide-active {
  -webkit-filter: none;
  filter: none;
  z-index: 3
}

@media(min-width:768px) {
  .reviews__slider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
  }
}

.reviews__slider .swiper-slide.swiper-slide-next, .reviews__slider .swiper-slide.swiper-slide-prev {
  z-index: 2
}

@media(min-width:768px) {
  .reviews__slider .swiper-slide.swiper-slide-next, .reviews__slider .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

.reviews__slider .swiper-slide-active .reviews__play {
  display: block
}

.reviews__slider_centered {
  justify-content: center;
  width: 100%
}

.reviews__item {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative
}

@media(any-hover:hover) {
  .reviews__item:hover .reviews__play {
    fill: #a2c614
  }
}

.reviews__item img {
  margin: auto
}

.reviews__item-text {
  color: #293939;
  color: var(--main-dark, #293939);
  font-size: 18px;
  margin-top: 14px;
  text-align: center
}

.reviews__play {
  fill: #fff;
  height: 68px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: fill .3s ease;
  width: 68px
}

.reviews__control {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  position: absolute;
  width: 56px;
  z-index: 2
}

@media(max-width:768px) {
  .reviews__control {
    display: none
  }
}

.reviews__control.disabled {
  opacity: .4
}

.reviews__control_prev {
  left: 50px
}

.reviews__control_next {
  right: 50px
}

.reviews__arrow {
  fill: inherit
}

.reviews__bottom {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 50px
}

.reviews__bottom p {
  border-bottom: dashed #141414;
  font-size: 24px;
  font-weight: 700
}

.reviews__bottom p, .reviews__title {
  color: #141414;
  font-style: normal;
  line-height: 1.2
}

.reviews__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px
}

@media(max-width:768px) {
  .reviews__title {
    font-size: 28px
  }
}

.reviews__subtitle {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 30px;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 75px;
  position: relative
}

.reviews__subtitle:before {
  background: #a2c614;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 45px
}

@media(max-width:768px) {
  .reviews__subtitle:before {
    top: 12px
  }

  .reviews__subtitle {
    font-size: 18px;
    padding-left: 50px
  }
}

.reviews__btn {
  padding-left: 80px;
  padding-right: 80px
}

@media(max-width:1200px) {
  .reviews__btn {
    padding-left: 40px;
    padding-right: 40px
  }
}

.personal__wrapper {
  padding: 40px 15px 60px
}

.personal__container, .personal__wrapper_bg_grey {
  background-color: #f1f1f1
}

.personal__container {
  padding: 40px 0
}

.personal__head {
  padding-bottom: 50px;
  text-align: center
}

@media(max-width:992px) {
  .personal__head {
    padding-bottom: 20px
  }
}

.personal__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.personal__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

@media(max-width:1200px) {
  .personal__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:768px) {
  .personal__grid {
    gap: 0 15px;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:420px) {
  .personal__grid {
    grid-template-columns: 1fr
  }
}

.personal__slider {
  width: calc(100% - 180px)
}

@media(max-width:992px) {
  .personal__slider {
    width: calc(100% - 80px)
  }
}

.personal__control {
  fill: #232323;
  cursor: pointer;
  flex-shrink: 0;
  width: 20px
}

.personal__control.disabled {
  opacity: .4
}

.personal__control_prev {
  margin-right: 70px
}

@media(max-width:992px) {
  .personal__control_prev {
    margin-right: 20px
  }
}

.personal__control_next {
  margin-left: 70px
}

@media(max-width:992px) {
  .personal__control_next {
    margin-left: 20px
  }
}

.personal__arrow {
  fill: inherit
}

.personal__photo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  padding-top: 100%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}

.personal__desk {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 78px 10px 30px;
  text-align: center
}

.personal__name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px
}

@media(max-width:1440px) {
  .personal__name {
    font-size: 20px
  }
}

.personal__surname {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px
}

@media(max-width:500px) {
  .personal__surname {
    font-size: 18px
  }
}

.personal__position {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 14px
}

.personal__btn {
  align-items: center;
  color: #a2c614;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin-top: auto;
  text-decoration: underline
}

.personal__info {
  fill: #a2c614;
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 10px;
  width: 18px
}

.personal__slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative
}

@media(any-hover:hover) {
  .personal__slide:hover .personal__detail {
    opacity: 1
  }
}

.gallery {
  padding: 40px 0
}

.gallery-portfolio {
  padding: 0 0 50px
}

@media(max-width:768px) {
  .gallery-portfolio {
    padding: 0 0 40px
  }
}

.gallery-portfolio .gallery__control {
  font-size: 15px;
  margin-right: 10px;
  min-width: 160px
}

@media(min-width:1200px) {
  .gallery-portfolio .gallery__control {
    flex-grow: 1
  }
}

.gallery__head {
  padding-bottom: 30px;
  text-align: center
}

.gallery__container {
  position: relative
}

.gallery__control {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 10px;
  min-width: 180px;
  padding: 8px 20px 11px
}

@media(max-width:600px) {
  .gallery__control {
    font-size: 16px;
    margin-right: 0;
    width: 100%
  }
}

.gallery__switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  text-align: center
}

@media(max-width:575px) {
  .gallery__switch {
    padding-bottom: 15px
  }
}

.gallery__grid {
  grid-gap: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 52% 48%
}

@media(max-width:575px) {
  .gallery__grid {
    grid-template-columns: 100%
  }
}

.gallery__aside {
  grid-gap: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr)
}

.gallery__zoom {
  border-radius: 10px;
  display: block;
  padding-top: 68.1506849315%
}

.gallery__preview, .gallery__zoom {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.gallery__preview {
  border-radius: 5px;
  height: 100%;
  padding-top: 67.9144385027%
}

.gallery__footer {
  padding-top: 35px;
  text-align: center
}

.gallery__link {
  width: 230px
}

.gallery__box.active .gallery__preview {
  outline: 2px solid #a2c614
}

.switch {
  align-items: center;
  display: inline-flex;
  justify-content: center
}

.switch__item {
  color: #c1c1c1;
  cursor: pointer;
  font-weight: 600;
  padding: 0 22px
}

.switch__item.active {
  color: #a2c614
}

.switch__proggress {
  border: 2px solid #a2c614;
  border-radius: 34px;
  height: 43px;
  position: relative;
  width: 83px
}

.switch__proggress:before {
  background-color: #a2c614;
  border-radius: 50%;
  content: "";
  height: 31px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease;
  width: 31px
}

.switch__proggress.active:before {
  -webkit-transform: translate(32px, -50%);
  transform: translate(32px, -50%)
}

.gallery-portfolio .container {
  max-width: 1450px
}

.gallery-portfolio__grid {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 360px minmax(calc(100% - 376px), 1044px)
}

.gallery-portfolio__left {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 40px 25px
}

.gallery-portfolio__right {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(calc(33.33333% - 10px), 338px))
}

.gallery-portfolio__checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 40px
}

.gallery-portfolio__checkbox-container .gallery-checkbox {
  min-width: calc(50% - 5px)
}

.gallery-portfolio__item-bottom {
  background: #f4f4f4;
  border-radius: 10px;
  margin-top: 6px;
  padding: 28px 26px
}

.gallery-portfolio__item-bottom .btn-base {
  width: 100%
}

.gallery-portfolio__item__list {
  margin-bottom: 14px;
  margin-top: 14px
}

.gallery-portfolio__item__item {
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7
}

.gallery-portfolio__item__item:before {
  background: #ffc922;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 6px;
  margin-top: 4px;
  width: 7px
}

.gallery-checkbox {
  cursor: pointer;
  display: flex
}

.gallery-checkbox__label {
  border: 2px solid #888;
  border-radius: 28px;
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 25px;
  text-align: center;
  transition: all .3s ease;
  width: 100%
}

.gallery-checkbox__input {
  display: none
}

.gallery-checkbox__input:checked~.gallery-checkbox__label {
  background: #232323;
  border-color: #232323;
  color: #fff
}

.gallery-checkbox__input:hover~.gallery-checkbox__label {
  border-color: #232323;
  color: #232323
}

.primer__slider-gallery .primer-main {
  height: 210px
}

.reviews__body--gallery-portfolio {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px
}

@media(min-width:992px) {
  .reviews__body--gallery-portfolio .swiper-pagination {
    display: none
  }
}


.reviews-partneram{
  background-color: #000;
  padding: 70px 15px;
}
.reviews-partneram p{
  color: #fff;
  
}
.reviews-partneram h2{
  color: #fff;
  
}
.reviews-partneram .reviews__bottom p{
  border-color: #fff;
}


.gallery-portfolio__card {
  align-items: stretch;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px
}

@media(max-width:992px) {
  .gallery-portfolio__card {
    flex-direction: column
  }
}

.gallery-portfolio__card-content, .gallery-portfolio__card-slider {
  width: calc(50% - 15px)
}

@media(max-width:992px) {
  .gallery-portfolio__card-content, .gallery-portfolio__card-slider {
    width: 100%
  }
}

.pr__slider {
  display: flex;
  gap: 8px;
  max-height: 380px
}

@media(max-width:767.98px) {
  .pr__slider {
    flex-direction: column;
    max-height: -webkit-max-content;
    max-height: max-content
  }
}

.pr-main {
  width: calc(100% - 126px)
}

@media(max-width:767.98px) {
  .pr-main {
    height: 400px;
    width: 100%
  }
}

@media(max-width:576px) {
  .pr-main {
    height: 300px
  }
}

.pr-main .swiper-slide {
  border-radius: 10px;
  overflow: hidden
}

.pr-main img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.pr-thumbs {
  width: 118px
}

@media(max-width:767.98px) {
  .pr-thumbs {
    width: 100%
  }
}

.pr-thumbs .swiper-wrapper {
  align-items: stretch
}

.pr-thumbs .swiper-slide {
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden
}

.pr-thumbs img {
  border-radius: 10px;
  height: 90px;
  width: 100%
}

.gallery-portfolio__card-content {
  display: flex;
  flex-direction: column;
  font-size: 18px
}

.gallery-portfolio__card-content h2 {
  margin: 20px 0 30px
}

.gallery-portfolio__card-content p {
  margin: 0 0 10px;
  padding: 0
}

.gallery-portfolio__card-content ul {
  margin-bottom: 20px;
  padding-left: 20px
}

.gallery-portfolio__card-content ul li {
  line-height: 1.7
}

.gallery-portfolio__card-content ul li::marker {
  color: #ffc922
}

.gallery-portfolio__card-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto
}

.gallery-portfolio__card-bottom .btn-base {
  flex-grow: 1
}

.gallery-span {
  background: #232323;
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 40px;
  text-align: center
}

.footer {
  -webkit-backdrop-filter: blur(40.5px);
  backdrop-filter: blur(40.5px);
  background: hsla(0, 0%, 8%, .88);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 17px
}

.footer .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px
}

.footer__logo {
  margin-bottom: 24px;
  max-width: 100%
}

@media(max-width:768px) {
  .footer__logo {
    margin-bottom: 20px
  }
}

.footer__grid {
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between
}

@media(max-width:1200px) {
  .footer__grid {
    flex-wrap: wrap
  }
}

.footer__main {
  padding: 50px 0
}

.footer__heading {
  font-size: 1.25em;
  font-weight: 600
}

.footer__info {
  max-width: 242px;
  width: 33.3333333333%
}

@media(max-width:1100px) {
  .footer__info {
    order: 1;
    width: 50%
  }
}

@media(max-width:600px) {
  .footer__info {
    padding-bottom: 20px;
    width: 100%
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 265px;
  width: 33%
}

@media(max-width:1100px) {
  .footer__nav {
    order: 3;
    width: 50%
  }
}

@media(max-width:792px) {
  .footer__nav {
    margin-top: 20px;
    width: 50%
  }
}

@media(max-width:650px) {
  .footer__nav {
    width: 100%
  }
}

@media(max-width:520px) {
  .footer__nav {
    display: none
  }
}

.footer__req {
  max-width: 270px;
  width: 33%
}

@media(max-width:1100px) {
  .footer__req {
    margin-left: 15px;
    margin-right: 15px;
    order: 4;
    width: 50%
  }
}

@media(max-width:1091.98px) {
  .footer__req {
    margin-top: 20px;
    max-width: 100%;
    width: 100%
  }
}

@media(max-width:792px) {
  .footer__req {
    width: 50%
  }
}

.footer__box {
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px
}

.footer__box_w100 {
  width: 100%
}

@media(max-width:1200px) {
  .footer__box {
    padding-bottom: 20px
  }
}

.footer__link {
  display: block;
  transition: color .3s ease
  font-size: 14px
}

.footer__link:hover {
  color: #a2c614
}

.footer__work {
  font-size: 16px;
  margin-bottom: 30px
}

.footer__address {
  font-style: normal
}

.footer__list {
  padding: 20px 0
}

.footer__note {
  padding-bottom: 14px
}

.footer__ads {
  padding: 5px 0
}

.footer__copyright {
  align-items: center;
  font-size: 14px
}

.footer__plate {
  background-color: #fff;
  color: #232323;
  flex-shrink: 0;
  max-width: 225px;
  width: 225px
}

@media(max-width:1100px) {
  .footer__plate {
    margin-left: 15px;
    margin-right: 15px;
    order: 2;
    width: 50%
  }
}

@media(max-width:600px) {
  .footer__plate {
    margin-left: 0;
    margin-right: 0;
    max-width: 250px;
    width: 100%
  }
}

.footer h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px
}

.footer h5.social__ttl {
  margin: 0 0 20px
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 24px
}

.copyright__item a {
  text-decoration: underline
}

.qr-link {
  border-radius: 10px;
  padding: 35px 25px
}

.qr-link__head {
  font-weight: 600;
  padding-bottom: 20px
}

.qr-link__head, .qr-link__title {
  color: #141414;
  line-height: normal
}

.qr-link__title {
  font-weight: 400
}

.qr-link__img {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%
}

.qr-link__link {
  max-width: 220px;
  padding: 10px 20px;
  width: 100%
}

@media(max-width:600px) {
  .qr-link__link {
    max-width: 100%
  }
}

.contact__wrapper {
  min-height: 536px;
  padding: 60px 15px;
  position: relative
}

@media(max-width:575px) {
  .contact__wrapper {
    min-height: 380px;
    padding: 30px 15px
  }
}

.contact__map {
  background-color: #e5e5e5;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:1200px) {
  .contact__map {
    height: 400px;
    position: relative
  }
}

.contact__plate {
  background-color: #fff;
  border-radius: 20px;
  line-height: 120%;
  margin-left: 20%;
  max-width: 570px;
  padding: 30px 50px 50px 70px;
  position: relative;
  width: 100%;
  z-index: 200
}

@media(max-width:1500px) {
  .contact__plate {
    margin-left: 0
  }
}

@media(max-width:1200px) {
  .contact__plate {
    padding: 20px 0
  }
}

@media(max-width:575px) {
  .contact__plate {
    padding: 30px 0
  }
}

.contact__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%
}

@media(max-width:575px) {
  .contact__title {
    font-size: 22px
  }
}

.contact__item {
  padding: 15px 0
}

@media(max-width:575px) {
  .contact__item {
    padding: 7px 0
  }
}

.contact__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.contact__list_align_end {
  align-items: flex-end
}

.contact__box {
  padding: 10px;
  width: 50%
}

@media(max-width:450px) {
  .contact__box {
    width: 100%
  }
}

.contact__key {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 10px
}

.contact__key_space_top {
  margin-top: 10px
}

.contact__value {
  font-style: normal;
  font-weight: 600
}

.contact__link {
  display: block;
  margin-bottom: 10px;
  transition: color .3s ease
}

@media(any-hover:hover) {
  .contact__link:hover {
    color: #a2c614
  }
}

.contact__link_tel {
  font-size: 20px;
  font-weight: 700
}

@media(max-width:575px) {
  .contact__link_tel {
    font-size: 16px
  }
}

.contact__btn {
  font-size: 15px;
  padding: 10px 20px
}

.contact__content {
  font-size: 14px;
  max-height: 150px;
  overflow: auto;
  padding: 0 20px 0 0;
  text-align: left
}

.contact__slide {
  overflow: hidden
}

.contact__adds {
  padding: 5px 0
}

.contact__trigger {
  display: block;
  margin: 15px auto 0;
  max-width: 220px;
  padding: 10px 15px
}

.compare {
  padding: 0 0 40px
}

.compare__images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  width: 47.5%
}

@media(max-width:880px) {
  .compare__images {
    order: 2;
    width: 100%
  }
}

.compare__box {
  padding: 6px;
  width: 50%
}

@media(max-width:400px) {
  .compare__box {
    width: 100%
  }
}

.compare__content {
  padding-left: 60px;
  width: 52.5%
}

@media(max-width:1200px) {
  .compare__content {
    padding-left: 20px
  }
}

@media(max-width:880px) {
  .compare__content {
    order: 1;
    padding-bottom: 25px;
    padding-left: 0;
    width: 100%
  }
}

.compare__item {
  align-items: flex-start;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 340px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px
}

@media(max-width:440px) {
  .compare__item {
    min-height: 260px
  }
}

.compare__name {
  background-color: #a2c614;
  border-radius: 26px;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  padding-bottom: 3px;
  text-align: center;
  width: 143px
}

@media(max-width:1440px) {
  .compare__name {
    font-size: 15px
  }
}

.compare__title {
  padding-bottom: 20px
}

.compare__descr {
  font-size: 18px;
  line-height: 200%
}

@media(max-width:1440px) {
  .compare__descr {
    font-size: 15px
  }
}

.variants {
  padding: 40px 15px
}

.variants__title {
  padding-bottom: 40px;
  text-align: center
}

.variants__grid {
  margin: 0 -10px
}

.variants__col {
  padding: 10px
}

.variants__col_w100 {
  width: 100%
}

.variants__col_w50 {
  width: 50%
}

@media(max-width:1200px) {
  .variants__col_w50 {
    width: 100%
  }
}

.variants__card {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  padding: 160px 70px 42px;
  position: relative
}

.variants__card:before {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .456) 40.63%, rgba(0, 0, 0, .8));
  bottom: 0;
  content: "";
  height: 65.9942363112%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

@media(max-width:1600px) {
  .variants__card {
    padding: 128px 56px 33px
  }
}

@media(max-width:768px) {
  .variants__card {
    padding-left: 15px;
    padding-right: 15px
  }

  .variants__card:before {
    height: 100%
  }
}

.variants__heading {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px
}

@media(max-width:1600px) {
  .variants__heading {
    font-size: 22px
  }
}

@media(max-width:575px) {
  .variants__heading {
    font-size: 20px
  }
}

.variants__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}

.variants__content_mw_795 {
  margin: 0 auto;
  max-width: 795px
}

@media(max-width:1600px) {
  .variants__content_mw_795 {
    max-width: 636px
  }
}

@media(max-width:1200px) {
  .variants__content_mw_795 {
    max-width: 100%;
    width: 100%
  }
}

.variants__intro {
  padding-right: 20px;
  width: calc(100% - 255px)
}

@media(max-width:1600px) {
  .variants__intro {
    width: calc(100% - 204px)
  }
}

@media(max-width:520px) {
  .variants__intro {
    width: 100%
  }
}

@media(max-width:1600px) {
  .variants__descr {
    font-size: 12px;
    line-height: 120%
  }
}

.variants__aside {
  width: 255px
}

@media(max-width:1600px) {
  .variants__aside {
    width: 204px
  }
}

@media(max-width:520px) {
  .variants__aside {
    padding-top: 20px;
    width: 100%
  }
}

.variants__group {
  align-items: flex-end;
  display: flex;
  line-height: 1;
  padding-bottom: 16px
}

.variants__price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 0 11px
}

.variants__price sup {
  font-size: .6em
}

@media(max-width:1600px) {
  .variants__price {
    font-size: 20px
  }
}

.variants__previous {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  text-decoration-line: line-through
}

@media(max-width:1600px) {
  .variants__previous {
    font-size: 16px
  }
}

.variants__link {
  font-size: 18px;
  line-height: 110%;
  width: 100%
}

@media(max-width:1600px) {
  .variants__link {
    font-size: 14px
  }
}

.variants__action {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  transition: color .3s ease
}

@media(any-hover:hover) {
  .variants__action:hover {
    color: #a2c614
  }
}

.variants__question {
  align-items: center;
  background-color: #eee;
  border-radius: 50%;
  color: #232323;
  display: flex;
  flex-shrink: 0;
  height: 26px;
  justify-content: center;
  margin-right: 1em;
  width: 26px
}

.variants__note {
  font-size: 14px;
  text-decoration: underline
}

@media(max-width:1600px) {
  .variants__note {
    font-size: 11px
  }
}

.variants-modal {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  padding: 45px 25px;
  position: relative;
  width: 950px
}

.explain {
  padding: 60px 0
}

@media(max-width:992px) {
  .explain {
    padding: 35px 0
  }
}

@media(max-width:575px) {
  .explain {
    padding: 20px 0
  }
}

.explain__grid {
  margin: 0 -15px
}

.explain__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px;
  position: relative;
  width: 58.3333333333%
}

@media(max-width:992px) {
  .explain__aside {
    margin: 0 auto;
    width: 70%
  }
}

@media(max-width:768px) {
  .explain__aside {
    width: 100%
  }
}

.explain__main {
  padding: 15px;
  width: 41.6666666667%
}

@media(max-width:992px) {
  .explain__main {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
}

.explain__head {
  padding-bottom: 30px;
  padding-right: 50.5970149254%
}

@media(max-width:500px) {
  .explain__head {
    padding: 0 0 15px
  }
}

.explain__title {
  padding-bottom: 10px
}

.explain__subtitle {
  line-height: 120%
}

.explain__btn {
  padding-left: 30px;
  padding-right: 30px
}

.explain__plate {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 43px 50% 42px 44px
}

@media(max-width:1200px) {
  .explain__plate {
    padding-left: 15px
  }
}

@media(max-width:500px) {
  .explain__plate {
    padding: 25px 15px;
    text-align: center
  }
}

.explain__persone {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 46%
}

@media(max-width:768px) {
  .explain__persone {
    width: 35%
  }
}

@media(max-width:500px) {
  .explain__persone {
    display: none
  }
}

.explain__item {
  align-items: center;
  display: flex;
  padding-bottom: 35px
}

.explain__item:last-child {
  padding-bottom: 0
}

@media(max-width:992px) {
  .explain__item {
    padding: 10px;
    width: 50%
  }
}

@media(max-width:620px) {
  .explain__item {
    width: 100%
  }
}

.explain__shape {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 88px;
  justify-content: center;
  padding: 25px;
  width: 88px
}

@media(max-width:1200px) {
  .explain__shape {
    height: 65px;
    padding: 18px;
    width: 65px
  }
}

@media(max-width:420px) {
  .explain__shape {
    height: 45px;
    padding: 12px;
    width: 45px
  }
}

.explain__icon {
  fill: #232323;
  width: 100%
}

.explain__benefit {
  font-size: 24px;
  font-weight: 600
}

@media(max-width:1440px) {
  .explain__benefit {
    font-size: 19px
  }
}

@media(max-width:420px) {
  .explain__benefit {
    font-size: 16px
  }
}

.explain__text {
  padding-left: 28px
}

@media(max-width:420px) {
  .explain__text {
    padding-left: 12px
  }
}

.explain__descr {
  font-size: 18px
}

@media(max-width:1440px) {
  .explain__descr {
    font-size: 16px
  }
}

.types {
  background-color: #f1f1f1
}

.types_bg_white {
  background-color: #fff
}

.types__wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 40px 2.6041666667% 70px
}

.types__head {
  padding-bottom: 40px;
  text-align: center
}

@media(max-width:1200px) {
  .types__head {
    padding-bottom: 25px
  }
}

.types__grid {
  margin: 0 -10px
}

.types__col {
  padding: 20px 10px;
  width: 33.3333333333%
}

.types__group {
  display: flex;
  flex-direction: column
}

.types__call {
  margin-top: auto;
  padding-top: 20px;
  text-align: center
}

.types__btn {
  max-width: 100%;
  width: 255px
}

.types__box {
  flex-grow: 1
}

.types-card {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 14px 15px 35px;
  width: 100%
}

.types-card_bg_grey {
  background-color: #f1f1f1
}

.types-card__preview {
  padding-bottom: 12px
}

.types-card__preview_bg_white {
  background-color: #fff
}

.types-card__preview .js-lazy {
  width: auto
}

.types-card__preview .js-lazy.loaded {
  width: 100%
}

.types-card__head {
  align-items: flex-end;
  display: flex;
  line-height: 120%;
  padding-bottom: 30px
}

@media(max-width:1650px) {
  .types-card__head {
    padding-bottom: 12px
  }
}

@media(max-width:992px) {
  .types-card__head {
    flex-wrap: wrap;
    text-align: center
  }
}

.types-card__title {
  font-size: 24px;
  font-weight: 600
}

@media(max-width:1650px) {
  .types-card__title {
    font-size: 19px
  }
}

@media(max-width:992px) {
  .types-card__title {
    padding-bottom: 10px;
    width: 100%
  }
}

.types-card__size {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 110%;
  margin-left: auto;
  padding-left: 10px
}

@media(max-width:992px) {
  .types-card__size {
    width: 100%
  }
}

.types-card__body {
  padding: 12px 15px 0
}

@media(max-width:650px) {
  .types-card__body {
    padding: 0
  }
}

.types-card__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px
}

.types-card__box {
  align-items: flex-start;
  display: flex;
  padding: 8px;
  width: 50%
}

@media(max-width:1650px) {
  .types-card__box {
    width: 100%
  }
}

.types-card__icon {
  flex-shrink: 0;
  height: 24px;
  width: 24px
}

.types-card__item {
  padding-left: 18px
}

.types-card__heading {
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 5px
}

.types-card__text {
  font-size: 14px;
  line-height: 120%;
  padding-bottom: 17px
}

@media(max-width:1650px) {
  .types-card__text {
    padding-bottom: 5px
  }
}

.types-card__price {
  padding-right: 1.6em;
  text-align: right
}

.types-card__price span {
  font-size: 19px;
  font-weight: 700
}

@media(max-width:650px) {
  .types-card__price span {
    font-size: 16px
  }
}

.price {
  padding: 100px 0
}

@media(max-width:1200px) {
  .price {
    padding: 30px 0 70px
  }
}

.price__intro {
  padding-right: 30px;
  width: 51.2820512821%
}

@media(max-width:992px) {
  .price__intro {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%
  }
}

.price__heading {
  padding-bottom: 40px
}

@media(max-width:500px) {
  .price__heading {
    padding-bottom: 20px
  }
}

.price__head {
  align-items: flex-end;
  padding-bottom: 80px
}

@media(max-width:1600px) {
  .price__head {
    padding-bottom: 50px
  }
}

.price__plate {
  background: #f1f1f1;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 48.7179487179%
}

@media(max-width:992px) {
  .price__plate {
    width: 100%
  }
}

@media(max-width:500px) {
  .price__plate {
    justify-content: center;
    padding: 30px 15px;
    text-align: center
  }
}

.price__info {
  flex-shrink: 0;
  height: 77px;
  width: 77px
}

.price__content {
  flex-grow: 1;
  padding-left: 30px;
  width: calc(100% - 77px)
}

@media(max-width:500px) {
  .price__content {
    padding-left: 0;
    padding-top: 20px;
    width: 100%
  }
}

.price__subtitle {
  display: block
}

.price__mark {
  font-size: 18px;
  padding-bottom: 15px
}

.price__note {
  font-size: 14px;
  line-height: 125%
}

.price__grid {
  grid-gap: 80px 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

@media(max-width:1600px) {
  .price__grid {
    grid-gap: 30px
  }
}

@media(max-width:1200px) {
  .price__grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.price__col {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center
}

.price__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 110%;
  margin-top: auto
}

.price__profile {
  display: inline-block
}

.steps {
  padding: 50px 0
}

.steps__wrapper {
  background-color: #f1f1f1;
  padding: 60px 0 80px
}

.steps__control {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px
}

@media(max-width:900px) {
  .steps__control {
    padding-bottom: 25px
  }
}

.steps__box {
  padding: 7px;
  width: 20%
}

@media(max-width:900px) {
  .steps__box {
    width: 33.3333333333%
  }
}

@media(max-width:640px) {
  .steps__box {
    width: 50%
  }
}

@media(max-width:440px) {
  .steps__box {
    width: 100%
  }
}

.steps__head {
  text-align: center
}

.steps__text {
  display: block
}

.steps__switch {
  background-color: #fff;
  border-radius: 20px;
  color: #888;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 19px 20px 18px;
  position: relative;
  text-align: center;
  width: 100%
}

.steps__switch.active {
  background-color: #232323;
  color: #fff
}

.steps__switch.active .steps__shape {
  background-color: #a2c614
}

@media(max-width:640px) {
  .steps__switch {
    font-size: 18px
  }
}

.steps__shape {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 53px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  width: 53px;
  z-index: 2
}

@media(max-width:900px) {
  .steps__shape {
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%)
  }
}

@media(max-width:440px) {
  .steps__shape {
    display: none
  }
}

.steps__arrow {
  fill: #fff;
  width: 100%
}

.steps__subtitle {
  padding-bottom: 7px
}

.steps__title {
  padding-bottom: 15px
}

.steps__head {
  padding-bottom: 44px
}

.steps__round {
  background: #ccc;
  border-radius: 50%;
  height: 25px;
  margin: 0 auto 15px;
  width: 25px
}

.steps__tabs {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%
}

.steps__plate {
  background: #ccc;
  border-radius: 20px;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 28px 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden
}

.steps__plate.active {
  opacity: 1;
  position: static;
  visibility: visible
}

@media(max-width:1200px) {
  .steps__plate {
    padding: 28px 20px
  }
}

.steps__heading {
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center
}

.steps__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.steps__col {
  padding: 15px;
  text-align: center;
  width: 20%
}

.steps__col_w20 {
  width: 20%
}

@media(max-width:900px) {
  .steps__col_w20 {
    width: 25%
  }
}

@media(max-width:768px) {
  .steps__col_w20 {
    width: 33.3333333333%
  }
}

@media(max-width:640px) {
  .steps__col_w20 {
    width: 50%
  }
}

@media(max-width:420px) {
  .steps__col_w20 {
    width: 100%
  }
}

.steps__col_w430 {
  width: 430px
}

.steps__col:last-child .steps__label:before {
  display: none
}

.steps__label {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #232323;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 120%;
  margin-bottom: 16px;
  min-height: 82px;
  padding: 18px 5px;
  position: relative
}

.steps__label:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(22px, -50%);
  transform: translate(22px, -50%);
  width: 15px
}

@media(max-width:420px) {
  .steps__label:before {
    display: none
  }
}

.steps__icon {
  display: inline-block;
  height: 56px;
  width: 56px
}

.steps__body {
  position: relative
}

.create-label {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 100%
}

.create-label__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 28px
}

@media(max-width:420px) {
  .create-label__title {
    font-size: 20px
  }
}

.create-label__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.create-label__icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px
}

@media(max-width:420px) {
  .create-label__icon {
    margin: 0 auto
  }
}

.create-label__note {
  font-size: 17px;
  font-style: italic;
  padding-left: 9px
}

@media(max-width:420px) {
  .create-label__note {
    padding-left: 0;
    padding-top: 10px;
    width: 100%
  }
}

.step-third {
  grid-gap: 50px;
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: 226px 300px 226px;
  justify-content: center;
  width: 100%
}

@media(max-width:900px) {
  .step-third {
    align-items: stretch;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:440px) {
  .step-third {
    gap: 10px;
    grid-template-columns: 1fr
  }
}

.step-third__item {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #232323;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 120%;
  min-height: 82px;
  padding: 18px 5px;
  position: relative;
  text-align: center
}

.step-third__text {
  padding-bottom: 30px;
  padding-top: 14px
}

@media(max-width:640px) {
  .step-third__text {
    padding-bottom: 14px
  }
}

.step-third__group {
  display: flex
}

.step-third__icon {
  width: 20px
}

.step-third__mark {
  font-weight: 600;
  padding-left: 8px
}

.step-fourth {
  color: #000;
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 10px;
  text-align: center
}

@media(max-width:640px) {
  .step-fourth {
    font-size: 16px
  }
}

.step-fourth__text {
  padding: 8px 0
}

.ft-types__wrapper {
  background-color: #f1f1f1;
  padding: 40px 0 100px
}

.ft-types__wrapper_bg_white {
  background-color: #fff
}

.ft-types__wrapper_bg_white .ft-types__btn {
  background-color: #f1f1f1
}

.ft-types__group {
  display: flex;
  flex-wrap: wrap
}

.ft-types__control {
  display: flex;
  margin-left: auto
}

.ft-types__btn {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 53px;
  justify-content: center;
  padding: 15px;
  transition: background-color .3s ease;
  width: 53px
}

.ft-types__btn_prev {
  margin-right: 18px
}

@media(any-hover:hover) {
  .ft-types__btn:hover {
    background-color: #a2c614
  }

  .ft-types__btn:hover .ft-types__arrow {
    fill: #fff
  }
}

.ft-types__arrow {
  fill: #c1c1c1;
  transition: fill .3s ease;
  width: 100%
}

.ft-types__head {
  padding-bottom: 50px
}

@media(max-width:768px) {
  .ft-types__head {
    padding-bottom: 30px
  }
}

@media(max-width:700px) {
  .ft-types__heading {
    padding-bottom: 10px;
    width: 100%
  }
}

.ft-types__slider {
  padding: 0 15px
}

.ft-types__card {
  border-radius: 10px;
  overflow: hidden
}

.ft-types__card-dark {
  background: #f1f1f1
}

.ft-types__card-dark .ft-types__img {
  height: 222px
}

.ft-types__card-dark .ft-types__plate {
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  background: initial
}

.ft-types__card-dark .ft-types__aside {
  min-height: 52px
}

.ft-types__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55.5147058824%
}

.ft-types__plate {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px
}

.ft-types__aside {
  font-size: 20px;
  font-weight: 700
}

@media(max-width:1600px) {
  .ft-types__aside {
    font-size: 16px
  }
}

@media(max-width:768px) {
  .ft-types__aside {
    font-size: 14px
  }
}

@media(max-width:700px) {
  .ft-types__aside {
    text-align: center;
    width: 100%
  }
}

.ft-types__price {
  font-size: 19px;
  margin-left: auto;
  padding-left: 10px
}

@media(max-width:1600px) {
  .ft-types__price {
    font-size: 15px
  }
}

@media(max-width:768px) {
  .ft-types__price {
    font-size: 14px
  }
}

@media(max-width:700px) {
  .ft-types__price {
    text-align: center;
    width: 100%
  }
}

.ft-types__lnk {
  margin-top: 20px;
  width: 100%
}

.directions {
  padding: 60px 0 80px
}

.directions__title {
  padding-bottom: 35px
}

.directions__grid {
  margin: 0 -7px
}

.directions__col {
  padding: 25px 7px;
  width: 20%
}

@media(max-width:1200px) {
  .directions__col {
    width: 25%
  }
}

@media(max-width:900px) {
  .directions__col {
    width: 33.3333333333%
  }
}

@media(max-width:600px) {
  .directions__col {
    width: 50%
  }
}

@media(max-width:420px) {
  .directions__col {
    width: 100%
  }
}

.directions__card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: center
}

.directions__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70.7207207207%
}

.directions__heading {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 19px
}

@media(max-width:480px) {
  .directions__heading {
    font-size: 16px
  }
}

.directions__plate {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 15px 30px
}

.directions__price {
  font-size: 32px
}

@media(max-width:992px) {
  .directions__price {
    font-size: 25px
  }
}

@media(max-width:480px) {
  .directions__price {
    font-size: 22px
  }
}

.directions__footer {
  font-size: 20px;
  margin-top: auto
}

@media(max-width:480px) {
  .directions__footer {
    font-size: 17px
  }
}

.directions__descr {
  line-height: 150%;
  padding-bottom: 40px
}

.calc-size {
  padding: 40px 0 80px
}

@media(max-width:600px) {
  .calc-size {
    padding-bottom: 10px
  }
}

.calc-size__head {
  padding-bottom: 40px;
  text-align: center
}

.calc-size__title {
  display: block
}

.calc-size__box {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 50px 0 40px;
  position: relative
}

@media(max-width:600px) {
  .calc-size__box {
    padding: 30px 15px 40px
  }
}

.calc-size__group {
  display: flex;
  flex-wrap: wrap
}

.calc-size__group_align_start {
  align-items: flex-start
}

.calc-size__view {
  padding-left: 70px;
  position: relative;
  width: 644px
}

@media(max-width:1100px) {
  .calc-size__view {
    width: 50%
  }
}

@media(max-width:992px) {
  .calc-size__view {
    margin: 0 auto;
    max-width: 644px;
    order: 1;
    padding-left: 70px;
    width: 100%
  }
}

@media(max-width:600px) {
  .calc-size__view {
    max-width: 100%;
    width: 320px
  }
}

.calc-size__aside {
  width: calc(100% - 644px)
}

@media(max-width:1100px) {
  .calc-size__aside {
    width: 50%
  }
}

@media(max-width:992px) {
  .calc-size__aside {
    order: 2;
    padding-top: 30px;
    width: 100%
  }
}

.calc-size__input {
  position: absolute
}

.calc-size__input_type_height {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

@media(max-width:600px) {
  .calc-size__input_type_height {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px)
  }
}

.calc-size__input_type_width {
  left: 0;
  top: 50%;
  -webkit-transform: translate(15px);
  transform: translate(15px)
}

.calc-size__field {
  background: #fff;
  border: 2px solid #757575;
  border-radius: 33px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  text-align: center;
  width: 93px
}

.calc-size__choose {
  padding-bottom: 45px
}

@media(max-width:600px) {
  .calc-size__choose {
    padding-bottom: 15px
  }
}

.calc-size__col_type_main {
  padding-bottom: 50px;
  padding-right: 20px;
  width: 60%
}

@media(max-width:992px) {
  .calc-size__col_type_main {
    padding-right: 0;
    width: 100%
  }
}

@media(max-width:600px) {
  .calc-size__col_type_main {
    padding-bottom: 0
  }
}

.calc-size__col_type_aside {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 40%
}

@media(max-width:992px) {
  .calc-size__col_type_aside {
    display: none
  }
}

.calc-size__plate {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  padding: 23px 10px 26px 33px
}

@media(max-width:600px) {
  .calc-size__plate {
    margin-bottom: 20px
  }
}

@media(max-width:440px) {
  .calc-size__plate {
    padding: 15px
  }
}

.calc-size__info {
  color: #888;
  padding-bottom: 15px
}

@media(max-width:440px) {
  .calc-size__info {
    padding-bottom: 5px
  }
}

.calc-size__output {
  line-height: 140%;
  max-width: 380px
}

.calc-size__descr {
  font-size: 18px;
  padding-bottom: 44px
}

@media(max-width:600px) {
  .calc-size__descr {
    font-size: 16px;
    padding-bottom: 20px
  }
}

.calc-size__callback {
  max-width: 560px
}

.calc-size__consult {
  display: flex;
  padding-top: 40px
}

@media(max-width:600px) {
  .calc-size__consult {
    flex-wrap: wrap;
    padding-top: 20px;
    text-align: center
  }
}

.calc-size__note {
  font-size: 14px;
  line-height: 130%
}

.calc-size__phone {
  display: block;
  flex-shrink: 0;
  font-size: 30px
}

@media(max-width:600px) {
  .calc-size__phone {
    font-size: 24px;
    margin-top: 15px;
    width: 100%
  }
}

.calc-size__persone {
  margin-top: auto
}

.output-form {
  display: flex;
  flex-wrap: wrap
}

.output-form__field {
  padding: 6px
}

.output-form__field_size_lg {
  width: 60%
}

@media(max-width:600px) {
  .output-form__field_size_lg {
    width: 100%
  }
}

.output-form__field_size_sm {
  width: 40%
}

@media(max-width:600px) {
  .output-form__field_size_sm {
    width: 100%
  }
}

.output-form__submit {
  width: 100%
}

.output-form__policy {
  color: #888;
  font-size: 13px;
  padding-top: 25px;
  width: 100%
}

@media(max-width:600px) {
  .output-form__policy {
    padding-top: 10px
  }
}

.calc-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow: hidden
}

.calc-checkbox__mark {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  height: 31px;
  justify-content: center;
  padding: 8px;
  width: 31px
}

.calc-checkbox__mark:before {
  background-color: #a2c614;
  border-radius: 50%;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%
}

.calc-checkbox__text {
  padding-left: 28px
}

.calc-checkbox__input {
  left: 100%;
  position: absolute
}

.calc-checkbox__input:checked+.calc-checkbox__mark:before {
  opacity: 1
}

.project-calc {
  font-family: inherit;
  overflow: hidden;
  padding-top: 100px;
  position: relative
}

@media(max-width:600px) {
  .project-calc {
    padding-top: 50px
  }
}

.project-calc__head {
  font-weight: 600;
  text-align: center
}

.project-calc__title {
  display: block
}

.project-calc__subtitle {
  display: block;
  font-size: 20px
}

.project-calc__wrapper {
  border-radius: 3px;
  display: flex;
  padding: 45px 0
}

.project-calc__view {
  position: relative;
  width: 43.5833333333%
}

.project-calc__control {
  display: flex;
  flex-direction: column
}

.project-calc__control-left {
  width: 26.25%
}

.project-calc__control-right {
  padding-left: 22px;
  width: 31.0833333333%
}

.project-calc__group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px
}

.project-calc__group_mt_auto {
  margin-top: auto
}

.project-calc__group-w50 {
  width: 50%
}

.project-calc__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 15px;
  width: 100%
}

.project-calc__part {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.project-calc__radio {
  position: absolute;
  right: -100%;
  visibility: hidden
}

.project-calc__radio:checked+.project-calc__label svg>path:first-child {
  fill: #a2c614;
  fill-opacity: .5
}

.project-calc__radio:checked+.project-calc__label svg>path:nth-child(2), .project-calc__radio:checked+.project-calc__label svg>path:nth-child(3) {
  fill: #a2c614
}

.project-calc__radio:checked+.project-calc__label .project-calc__label-name {
  color: #232323;
  font-weight: 700
}

.project-calc__radio:checked+.project-calc__label .project-calc__icon-full>path {
  fill: #a2c614
}

.project-calc__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 33%
}

.project-calc__label-bottom {
  justify-content: flex-end
}

.project-calc__label-name {
  line-height: 110%;
  margin-top: 13px
}

.project-calc__label:last-child {
  margin-right: 0
}

.project-calc__switch {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 13px;
  width: 50%
}

.project-calc__checkbox:checked+.project-calc__switch .project-calc__circle:before, .project-calc__switch-active>.project-calc__circle:before {
  display: block
}

.project-calc__circle {
  background: #e6e6e6;
  border-radius: 50%;
  height: 20px;
  margin-right: 11px;
  position: relative;
  width: 20px
}

.project-calc__circle:before {
  background: #a2c614;
  border-radius: 50%;
  content: "";
  display: none;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px
}

.project-calc__light {
  z-index: 10
}

.project-calc__tab-item {
  display: none
}

.project-calc__tab-active {
  display: flex
}

.project-calc__tab-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.project-calc__label-btn {
  margin-top: 10px
}

.project-calc__tab-content {
  padding-top: 21px;
  width: 100%
}

.project-calc__round {
  border-radius: 5px;
  cursor: pointer;
  height: 42px;
  margin-right: 6px;
  padding: 0;
  position: relative;
  width: 50px
}

.project-calc__round-big {
  height: 59px;
  width: 59px
}

.project-calc__palette {
  border-radius: 5px;
  height: auto;
  width: 100%
}

.project-calc__palette-siding {
  height: 100%
}

.project-calc__round-active:before {
  border: 3px solid #232323;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.project-calc__label-active svg>path {
  fill: #a2c614
}

.project-calc__label-active .project-calc__label-name {
  color: #232323;
  font-weight: 700
}

.project-calc__btn-disabled {
  background: #afafaf;
  pointer-events: none
}

.project-calc__shkaf {
  z-index: 20
}

.project-calc__floor {
  z-index: 50
}

.project-calc__shkaf {
  z-index: 100
}

.project-calc__btn {
  margin-top: auto;
  width: 100%
}

.project-calc__group-right {
  display: flex;
  justify-content: flex-end
}

.project-calc__note {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  padding-top: 15px;
  text-align: center;
  width: 100%
}

.mp-wrapper .white-popup {
  background: #fff;
  margin: 20px auto;
  max-width: 694px;
  padding: 35px 109px;
  position: relative;
  text-align: center;
  width: auto
}

.popup-form-calc__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  margin: 0 0 10px
}

.popup-form-calc {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 0 auto;
  min-height: 600px;
  width: 700px
}

.form__group {
  align-items: flex-start;
  display: flex;
  width: 50%
}

.form__group input, .form__group label {
  width: 50%
}

@media(max-width:1250px) {
  .project-calc__wrapper {
    flex-wrap: wrap
  }

  .project-calc__control-left, .project-calc__view {
    width: 50%
  }

  .project-calc__control-right {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    width: 100%
  }

  .project-calc__group-mobile {
    width: 50%
  }
}

@media(max-width:767px) {
  .project-calc__control-left {
    flex-direction: row;
    flex-wrap: wrap;
    order: 2;
    width: 100%
  }

  .project-calc__view {
    order: 1;
    width: 100%
  }

  .project-calc__control-right {
    order: 3;
    width: 100%
  }

  .project-calc__group {
    align-items: flex-start;
    padding-top: 10px;
    width: 50%
  }
}

@media(max-width:600px) {
  .project-calc__group {
    width: 100%
  }
}

.topics {
  padding: 100px 0
}

@media(max-width:1280px) {
  .topics {
    padding: 45px 0 60px
  }
}

.topics_no_space {
  padding: 0
}

.topics__head {
  padding-bottom: 60px
}

@media(max-width:768px) {
  .topics__head {
    padding-bottom: 25px
  }
}

.topics__container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
  width: 100%
}

.topics__grid {
  margin: 0 -15px
}

.topics__col {
  padding: 15px;
  width: 25%
}

@media(max-width:1280px) {
  .topics__col {
    width: 33.3333333333%
  }
}

@media(max-width:900px) {
  .topics__col {
    width: 50%
  }
}

@media(max-width:600px) {
  .topics__col {
    width: 100%
  }
}

.topics__subtitle {
  font-size: 32px;
  line-height: 120%;
  text-align: center
}

.topics-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%
}

.topics-card__head {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  padding-top: 43.2432432432%
}

.topics-card__head--or {
  padding-top: 62.962962963%
}

.topics-card__body {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 245px;
  padding: 20px 30px 30px
}

@media(max-width:600px) {
  .topics-card__body {
    min-height: 200px
  }
}

.topics-card__body_min_height_none {
  min-height: 0;
  min-height: auto
}

.topics-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 12px
}

@media(max-width:920px) {
  .topics-card__title {
    font-size: 17px
  }
}

.topics-card__footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 15px
}

.topics-card__price {
  font-style: 16px;
  padding-right: 12px
}

.topics-card__price span {
  font-size: 20px;
  font-weight: 700
}

@media(max-width:1600px) {
  .topics-card__price {
    font-size: 14px
  }

  .topics-card__price span {
    font-size: 16px
  }
}

@media(max-width:720px) {
  .topics-card__price {
    padding-bottom: 10px;
    padding-right: 0;
    text-align: center;
    width: 100%
  }
}

.topics-card__link {
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto
}

@media(any-hover:hover) {
  .topics-card__link:hover {
    color: #a2c614;
    text-decoration: underline
  }
}

@media(max-width:1600px) {
  .topics-card__link {
    font-size: 16px
  }
}

@media(max-width:720px) {
  .topics-card__link {
    text-align: center;
    width: 100%
  }
}

.creation {
  padding: 100px 0 50px
}

@media(max-width:992px) {
  .creation {
    padding: 50px 0 25px
  }
}

.creation__grid {
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.creation__wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:800px) {
  .creation__wrapper {
    display: none
  }
}

.creation__title {
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 20px
}

.creation__img {
  display: none
}

@media(max-width:800px) {
  .creation__img {
    display: block;
    height: auto;
    width: 100%
  }
}

.creation__content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding: 45px;
  position: relative;
  width: 50%;
  z-index: 10
}

@media(max-width:800px) {
  .creation__content {
    background: #f1f1f1;
    width: 100%
  }
}

@media(max-width:400px) {
  .creation__content {
    padding: 30px 15px
  }
}

.creation__descr {
  padding-bottom: 30px
}

.creation__footer {
  margin-top: auto;
  text-align: right
}

.creation__btn {
  width: 175px
}

@media(max-width:420px) {
  .creation__btn {
    width: 100%
  }
}

.fin-types {
  padding: 50px 0 100px
}

@media(max-width:575px) {
  .fin-types {
    padding-bottom: 50px
  }
}

.fin-types__title {
  padding-bottom: 34px
}

.fin-types__note {
  font-size: 20px;
  padding-bottom: 15px;
  text-align: center
}

@media(max-width:575px) {
  .fin-types__note {
    font-size: 18px
  }
}

.fin-types__container {
  margin: 0 auto;
  max-width: 1275px;
  padding: 0 15px;
  width: 100%
}

.fin-types__grid {
  margin: 0 -15px
}

.fin-types__col {
  padding: 15px;
  text-align: center;
  width: 50%
}

@media(max-width:992px) {
  .fin-types__col {
    width: 100%
  }
}

.fin-types__card {
  background-color: #f1f1f1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 615px;
  overflow: hidden;
  padding: 30px;
  position: relative
}

@media(max-width:575px) {
  .fin-types__card {
    min-height: 0;
    min-height: auto;
    padding: 30px 10px
  }
}

.fin-types__action {
  text-align: right
}

.fin-types__heading {
  font-weight: 600;
  padding-bottom: 5px
}

.fin-types__info {
  line-height: 140%;
  margin-bottom: 22px;
  min-height: 3em
}

.fin-types__group {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 22px
}

@media(max-width:500px) {
  .fin-types__group {
    grid-template-columns: 1fr
  }
}

.fin-types__item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 145px;
  position: relative
}

.fin-types__img {
  height: auto;
  width: 100%
}

.fin-types__price {
  font-size: 15px;
  left: 50%;
  line-height: 130%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5
}

.fin-types__price span {
  display: block;
  font-weight: 700
}

.fin-types__adds {
  color: #888;
  font-size: 17px;
  padding-bottom: 14px
}

.fin-types__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 175px
}

.fin-types-modal {
  background: rgba(35, 35, 35, .5);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 20px 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility .3s ease, opacity .3s ease;
  visibility: hidden;
  z-index: 1000
}

@media(max-width:575px) {
  .fin-types-modal {
    padding: 20px 15px
  }
}

.fin-types-modal.active {
  opacity: 1;
  visibility: visible
}

.fin-types-modal__plate {
  background: #fff;
  border-radius: 20px;
  max-height: 100%;
  overflow: auto;
  padding: 50px 10px
}

.fin-types-modal__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 1.2em
}

@media(max-width:575px) {
  .fin-types-modal__title {
    font-size: 19px
  }
}

.fin-types-modal__descr {
  padding-bottom: 40px
}

.fin-types-modal__descr ol {
  counter-reset: counter
}

.fin-types-modal__descr ol li {
  counter-increment: counter;
  list-style: none
}

.fin-types-modal__descr ol li:before {
  content: counter(counter) ". "
}

.fin-types-modal__btn {
  color: #888;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  transition: color .3s ease
}

@media(any-hover:hover) {
  .fin-types-modal__btn:hover {
    color: #a2c614
  }
}

.deadlines {
  margin-bottom: 100px;
  position: relative
}

@media(max-width:720px) {
  .deadlines {
    margin-bottom: 50px
  }
}

.deadlines__wrapper {
  margin: 0 auto;
  max-width: 1350px
}

.deadlines__gallery {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width:1100px) {
  .deadlines__gallery {
    display: none
  }
}

.deadlines__img {
  bottom: 0;
  padding-top: 22.03125%
}

.deadlines__img.active {
  position: absolute
}

@media(max-width:1100px) {
  .deadlines__img {
    background-color: #f1f1f1;
    background-position: 0
  }
}

.deadlines__content {
  max-width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  width: 570px;
  z-index: 20
}

@media(max-width:1100px) {
  .deadlines__content {
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
  }
}

.deadlines__title {
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 35px
}

.deadlines__controls {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px
}

.deadlines__box {
  padding: 7px;
  width: 33.3333333333%
}

@media(max-width:600px) {
  .deadlines__box {
    width: 100%
  }

  .deadlines__box .steper__shape {
    display: none
  }
}

.deadlines__descr {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  overflow: hidden;
  position: relative
}

@media(max-width:720px) {
  .deadlines__descr {
    font-size: 19px
  }
}

.deadlines__footer {
  padding-top: 60px
}

@media(max-width:600px) {
  .deadlines__footer {
    padding-top: 30px
  }
}

.deadlines__info {
  padding-bottom: 17px
}

.deadlines__detail {
  font-size: 18px
}

.price-table__wrapper {
  background-color: #fff;
  padding: 80px 0
}

@media(max-width:720px) {
  .price-table__wrapper {
    padding: 40px 0
  }
}

.price-table__title {
  padding-bottom: 50px
}

.price-table-card-wrapper-main {
  gap: 30px;
}

.price-table-card-wrapper-main-img {
  flex: 6;
}


@media(max-width:768px) {
  .price-table__title {
    padding: 30px 0
  }
}

.price-table__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%
}

.price-table__subtitle {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .72px;
  line-height: normal;
  padding-bottom: 20px;
  padding-left: 30px
}

@media(max-width:768px) {
  .price-table__subtitle {
    font-size: 16px;
    padding-left: 0
  }
}

.price-table__icon {
  fill: #888;
  height: 29px;
  width: 29px
}

.price-table__download {
  align-items: center;
  color: #888;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  margin-left: auto;
  text-decoration: underline
}

.price-table__download span {
  padding-left: 14px
}

@media(max-width:720px) {
  .price-table__download {
    font-size: 15px
  }
}

.price-table__label {
  padding-bottom: 30px;
  text-align: right
}

.price-table__wrap {
  margin-bottom: 40px;
  overflow: hidden
}

.price-table__wrap--last {
  margin-bottom: 20px
}

.price-table__content {
  border-radius: 10px 10px 0 0;
  display: flex;
  overflow: hidden;
  transition: height .3s ease
}

@media(max-width:1200px) {
  .price-table__content {
    overflow-x: auto
  }
}

.price-table__content table {
  flex-grow: 1;
  width: 100%
}

@media(max-width:640px) {
  .price-table__content table {
    min-width: 600px;
    width: auto
  }
}

.price-table__content table thead {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6
}

.price-table__content table thead th {
  color: #fff;
  font-weight: 400;
  padding: 20px 15px
}

.price-table__content table thead th:first-child {
  border-bottom-left-radius: 10px;
  padding-left: 30px;
  text-align: left
}

.price-table__content table thead th:last-child {
  border-bottom-right-radius: 10px
}

.price-table__content table thead tr {
  background: #a2c614;
  border-radius: 10px
}

.price-table__content table tbody tr {
  border-bottom: 1px solid #141414
}

.price-table__content table tbody tr td {
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 16px;
  text-align: center
}

.price-table__content table tbody tr td:first-child {
  padding-left: 30px;
  text-align: left
}

.price-table__content table tbody tr td[colspan] {
  font-size: 17px;
  text-align: center
}

.price-table__toggler {
  cursor: pointer;
  display: block;
  height: 33px;
  margin: 0 auto;
  position: relative;
  width: 82px
}

.price-table__toggler.active .price-table__arrow {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%)
}

@media(any-hover:hover) {
  .price-table__toggler:hover .price-table__shape {
    fill: #eeb400
  }
}

.price-table__shape {
  fill: #ffc922;
  height: 100%;
  transition: fill .3s ease;
  width: 100%
}

.price-table__arrow {
  display: block;
  left: 50%;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 16px
}

.price-table__editor {
  text-align: center
}

.price-table__editor p {
  color: #141414;
  font-size: 18px;
  font-weight: 300;
  line-height: normal
}

.price-table__editor a {
  color: #a2c614;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline
}

.constr {
  margin: 100px auto;
  max-width: 1470px;
  padding: 0 20px
}

@media(max-width:768px) {
  .constr {
    margin: 40px auto
  }
}

.constr__title {
  margin-bottom: 50px
}

@media(max-width:1200px) {
  .constr__title {
    margin-bottom: 30px
  }
}

.constr__grid {
  margin: 0 -7px
}

.constr__col {
  padding: 25px 7px
}

@media(max-width:720px) {
  .constr__col {
    padding: 10px 7px
  }
}

.constr__col_w25 {
  width: 25%
}

@media(max-width:1100px) {
  .constr__col_w25 {
    width: 33.3333333333%
  }
}

@media(max-width:820px) {
  .constr__col_w25 {
    width: 50%
  }
}

@media(max-width:600px) {
  .constr__col_w25 {
    width: 100%
  }
}

.constr__col_w50 {
  width: 50%
}

@media(max-width:992px) {
  .constr__col_w50 {
    flex-grow: 1
  }
}

.prod-type {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  height: 100%;
  min-height: 270px;
  padding: 20px
}

@media(any-hover:hover) {
  .prod-type:hover .prod-type__img_type_static {
    opacity: 0
  }

  .prod-type:hover .prod-type__img_type_hover {
    opacity: 1
  }
}

@media(max-width:480px) {
  .prod-type {
    min-height: 0;
    min-height: auto
  }
}

.prod-type__wrap {
  border: 1px solid #a2c614;
  border: 1px solid var(--green, #a2c614);
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 23px
}

.prod-type__head {
  height: 204px;
  margin: 0 auto;
  position: relative;
  width: 204px
}

.prod-type__img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease;
  width: 100%
}

.prod-type__img_type_hover {
  opacity: 0
}

@media(max-width:992px) {
  .prod-type__img_type_hover {
    opacity: 1
  }
}

.prod-type__title {
  font-weight: 700;
  line-height: normal;
  padding-top: 20px
}

.prod-type__descr {
  font-size: 14px;
  line-height: 150%;
  padding-top: 7px
}

.prod-type__btn {
  margin-top: 16px;
  max-width: 100%;
  padding: 8px 0;
  width: 310px
}

.prod-type__footer {
  margin-top: auto
}

.prod-type__price {
  font-weight: 600;
  padding-top: 10px
}

.prod-type__price span {
  font-size: 24px;
  font-weight: 700
}

@media(max-width:720px) {
  .prod-type__price span {
    font-size: 22px
  }
}

.prod-type__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px
}
.prod-type__btns .prod-type__btn_sm:first-child {
  margin-bottom: 15px
}
@media(max-width:1320px) {
  .prod-type__btns {
    justify-content: center
  }

  .prod-type__btns .prod-type__btn_sm {
    width: 220px
  }


}

@media(max-width:600px) {
  .prod-type__btns .prod-type__btn_sm {
    width: 260px
  }
}

.prod-type__btn_sm {
  width: 100%
}

.pf-info {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  height: 100%;
  overflow: hidden;
  padding: 20px;
  position: relative
}

@media(max-width:820px) {
  .pf-info {
    height: 525px
  }
}

.pf-info__wrap {
  border: 1px solid #a2c614;
  border: 1px solid var(--green, #a2c614);
  border-radius: 11px;
  height: 100%;
  padding: 40px 35px 0
}

@media(max-width:575px) {
  .pf-info__wrap {
    padding: 20px 15px 0
  }
}

.pf-info__title {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 350px;
  padding-bottom: 13px;
  position: relative;
  width: 70%;
  z-index: 2
}

@media(max-width:992px) {
  .pf-info__title {
    font-size: 28px
  }
}

@media(max-width:768px) {
  .pf-info__title {
    font-size: 24px
  }
}

@media(max-width:575px) {
  .pf-info__title {
    max-width: 100%;
    width: 100%
  }
}

.pf-info__info {
  max-width: 350px;
  padding-bottom: 22px;
  position: relative;
  width: 70%;
  z-index: 2
}

@media(max-width:575px) {
  .pf-info__info {
    max-width: 100%;
    width: 100%
  }
}

.pf-info__btn {
  max-width: 350px;
  position: relative;
  width: 70%;
  z-index: 2
}

@media(max-width:575px) {
  .pf-info__btn {
    max-width: 100%;
    width: 100%
  }
}

.pf-info__img {
  bottom: 0;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  width: 70%
}

@media(max-width:575px) {
  .pf-info__img {
    width: 100%
  }
}

.promo-kit {
  padding: 50px 0
}

@media(max-width:480px) {
  .promo-kit {
    margin: 0 -10px;
    padding: 30px 0
  }
}

.promo-kit__grid {
  border-radius: 20px;
  overflow: hidden
}

@media(max-width:480px) {
  .promo-kit__grid {
    text-align: center
  }
}

.promo-kit__content {
  margin-left: auto;
  padding: 60px 80px 70px;
  width: 64.9572649573%
}

@media(max-width:992px) {
  .promo-kit__content {
    background-color: #f1f1f1;
    width: 100%
  }
}

@media(max-width:720px) {
  .promo-kit__content {
    padding: 40px 15px
  }
}

.promo-kit__title {
  padding-bottom: 55px
}

@media(max-width:575px) {
  .promo-kit__title {
    padding-bottom: 10px
  }
}

.promo-kit__form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  max-width: 100%;
  width: 470px
}

.promo-kit__box {
  padding: 10px 5px
}

.promo-kit__box_md {
  width: 53.3333333333%
}

@media(max-width:440px) {
  .promo-kit__box_md {
    width: 100%
  }
}

.promo-kit__box_sm {
  width: 46.6666666667%
}

@media(max-width:440px) {
  .promo-kit__box_sm {
    width: 100%
  }
}

.promo-kit__info {
  font-size: 18px;
  padding-bottom: 35px
}

@media(max-width:575px) {
  .promo-kit__info {
    font-size: 15px
  }
}

.promo-kit__policy {
  color: #888;
  font-size: 12px;
  padding-top: 5px;
  width: 100%
}

.promo-kit__submit {
  width: 100%
}

.cloth {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.cloth__title {
  margin-bottom: 10px;
  max-width: 450px
}

.cloth__grid {
  margin: 0 -7px
}

.cloth__col {
  padding: 20px 7px;
  width: 25%
}

@media(max-width:992px) {
  .cloth__col {
    width: 33.3333333333%
  }
}

@media(max-width:720px) {
  .cloth__col {
    width: 50%
  }
}

@media(max-width:450px) {
  .cloth__col {
    width: 100%
  }
}

.cloth__col._w-33 {
  width: 33.3%
}

@media(max-width:720px) {
  .cloth__col._w-33 {
    width: 50%
  }
}

@media(max-width:450px) {
  .cloth__col._w-33 {
    width: 100%
  }
}

.cloth__wrapper {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px
}

.cloth__header {
  width: calc(45% - 10px)
}

@media(max-width:1200px) {
  .cloth__header {
    margin-bottom: 30px;
    text-align: center;
    width: 100%
  }
}

.cloth__text {
  font-size: 14px
}

.cloth-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  display: flex;
  height: 100%;
  padding: 16px
}

.cloth-card__wrap {
  align-items: center;
  border: 1px solid #a2c614;
  border: 1px solid var(--green, #a2c614);
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  width: 100%
}

.cloth-card__img {
  position: relative
}

.cloth-card__img-pic {
  border: 10px solid rgba(162, 198, 20, .2);
  border-radius: 50%;
  height: 154px;
  object-fit: cover;
  width: 154px
}

.cloth-card__ico {
  background: #a2c614;
  background: var(--green, #a2c614);
  border-radius: 10px;
  bottom: -10px;
  height: 68px;
  padding: 9px;
  position: absolute;
  right: -10px;
  width: 68px
}

.cloth-card__plate {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%
}

@media(max-width:450px) {
  .cloth-card__plate {
    min-height: 0;
    min-height: auto
  }
}

.cloth-card__line {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 4px 0 16px
}

.cloth-card__title {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 24px 0 4px
}

.cloth-card__descr {
  font-size: 15px;
  line-height: normal;
  padding-bottom: 1em
}

.cloth-card__chars {
  border-bottom: 1px solid rgba(162, 198, 20, .3);
  border-top: 1px solid rgba(162, 198, 20, .3);
  padding: 10px 0
}

.cloth-card__chars, .cloth-card__item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cloth-card__item {
  font-size: 16px;
  line-height: 140%;
  padding: 2px 0;
  text-align: left
}

.cloth-card__proggress {
  background: radial-gradient(circle at center, #e5e5e5 60%, transparent 0) 0 0/9px 6px repeat-x;
  height: 6px;
  position: relative
}

.cloth-card__fill {
  background: radial-gradient(circle at center, #a2c614 60%, transparent 0) 0 0/9px 6px repeat-x;
  height: 6px
}

.cloth-card__price {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  margin: 16px 0 20px
}

.cloth-card__price p {
  color: #a2c614;
  color: var(--green, #a2c614)
}

.cloth-card__price p strong {
  font-size: 20px
}

.cloth-card__btn {
  max-width: 100%;
  width: 100%
}

.btn-margin-bottom{
  margin-bottom: 15px;
}

.cloth-card__footer {
  margin-top: auto
}

.cloth-card__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media(max-width:1200px) {
  .cloth-card__btns {
    justify-content: center
  }
}

.cloth-card__btns_sm {
  justify-content: center
}

.cloth-ben {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between
}

@media(max-width:1200px) {
  .cloth-ben {
    margin: 0 auto;
    width: 100%
  }
}

.cloth-ben__item {
  width: 180px
}

@media(max-width:575px) {
  .cloth-ben__item {
    max-width: 100%;
    width: 100%
  }
}

.cloth-ben__content {
  align-items: center;
  border: 2px solid #a2c614;
  /* border: 2px solid #141414; */
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 27px 15px;
  position: relative;
  text-align: center
}

.cloth-ben__text {
  color: #a2c614;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 11px 0 0;
  text-align: center
}

.ft-options {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 80px 0;
}

@media(max-width:768px) {
  .ft-options {
    margin: 50px 0
  }
}

.ft-options__title {
  margin-bottom: 35px
}

@media(max-width:768px) {
  .ft-options__title {
    margin-bottom: 25px
  }
}

.ft-options__grid {
  margin: 0 -5px
}

.ft-options__col {
  overflow: hidden;
  padding: 15px
}

.ft-options__col_size_sm {
  width: 20.8333333333%
}

@media(max-width:1100px) {
  .ft-options__col_size_sm {
    width: 100%
  }
}

.ft-options__col_size_lg {
  width: 50%
}

@media(max-width:1100px) {
  .ft-options__col_size_lg {
    width: 100%
  }
}

.ft-options__col_size_md {
  width: 29.1666666667%
}

@media(max-width:1100px) {
  .ft-options__col_size_md {
    width: 100%
  }
}

@media(max-width:768px) {
  .ft-options__col--bottom {
    display: none
  }
}

.ft-options__plate {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0 rgba(27, 27, 26, .1);
  display: flex;
  min-height: 100%;
  padding: 20px;
  text-align: center
}

.ft-options__wrap {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 11px;
  height: auto;
  padding: 25px
}

.ft-options__heading {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px
}

.ft-options__heading_text_left {
  text-align: left
}

.ft-options__row {
  margin: 0 -15px
}

.ft-options__box {
  padding: 10px 5px
}

.ft-options__box_w100 {
  width: 100%
}

.ft-options__box_w50 {
  width: 50%
}

@media(max-width:1100px) {
  .ft-options__box_w50 {
    width: 25%
  }
}

@media(max-width:520px) {
  .ft-options__box_w50 {
    width: 50%
  }
}

.ft-options__box_w25 {
  width: 25%
}

@media(max-width:600px) {
  .ft-options__box_w25 {
    width: 50%
  }
}

.ft-options__box_w33 {
  width: 33.3333333333%
}

@media(max-width:600px) {
  .ft-options__box_w33 {
    width: 50%
  }
}

.ft-options__preview {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 2px
}

.ft-options__preview_border {
  border: 1px solid #888
}

.ft-options__preview_height_70 {
  height: 70px
}

.ft-options__preview_height_58 {
  height: 58px
}

.ft-options__preview_color_white {
  background-color: #fff;
  border: 1px solid #141414
}

.ft-options__preview_color_brown {
  background-color: #855a41
}

.ft-options__preview_color_grey {
  background-color: #c1c1c1
}

.ft-options__preview_color_ral {
  background: linear-gradient(91.51deg, red 2.41%, #ffa800 14.72%, #ffe600 32.63%, #adff00 49.26%, #00ffc2 61.18%, #0075ff 78.87%, #7000ff 95.81%)
}

.ft-options__text {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px
}

.ft-options__bg-img {
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0 rgba(27, 27, 26, .1);
  height: 100%;
  object-fit: cover;
  object-position: left center;
  width: 100%
}

.repair-promo {
  font-size: 1.13em
}

.repair-promo__grid {
  margin: 0 -15px
}

.repair-promo__title {
  padding-top: 15px
}

.repair-promo__title span {
  display: block
}

.repair-promo__box {
  padding: 15px
}

.repair-promo__box_md {
  width: 44%
}

@media(max-width:800px) {
  .repair-promo__box_md {
    width: 100%
  }
}

.repair-promo__box_lg {
  width: 56%
}

@media(max-width:800px) {
  .repair-promo__box_lg {
    width: 100%
  }
}

.repair-promo__list {
  display: flex;
  margin: 0 -14px;
  padding-top: 30px
}

@media(max-width:992px) {
  .repair-promo__list {
    flex-wrap: wrap
  }
}

.repair-promo__item {
  padding: 5px 14px
}

.repair-promo__shape {
  align-items: center;
  background-color: #232323;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 14px;
  width: 50px
}

.repair-promo__icon {
  fill: #fff;
  height: 100%;
  width: 100%
}

.repair-promo__note {
  padding-top: 15px
}

.repair-promo__btn {
  margin-top: 40px;
  max-width: 100%;
  width: 250px
}

.repair-promo__text {
  font-weight: 600;
  padding-top: 14px
}

.repair-call {
  padding-bottom: 100px
}

.repair-call__head {
  padding-bottom: 40px;
  text-align: center
}

.repair-call__head span {
  display: block
}

.repair-call__grid {
  align-items: flex-end
}

.repair-call__subtitle {
  font-size: 20px;
  font-weight: 400
}

.repair-call__plate {
  background: #f1f1f1;
  border-radius: 20px;
  padding: 20px 40px 0
}

@media(max-width:640px) {
  .repair-call__plate {
    padding: 20px 12px 0
  }
}

.repair-call__form {
  padding-bottom: 40px;
  padding-right: 30px;
  width: 60%
}

@media(max-width:1100px) {
  .repair-call__form {
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%
  }
}

.repair-call__persone {
  width: 40%
}

@media(max-width:1100px) {
  .repair-call__persone {
    margin: 0 auto;
    max-width: 100%;
    width: 430px
  }
}

.repair-call__box {
  max-width: 560px;
  padding: 25px 0
}

@media(max-width:650px) {
  .repair-call__box {
    padding: 15px 0
  }
}

.repair-call__field-group {
  display: flex;
  margin: 0 -5px
}

@media(max-width:650px) {
  .repair-call__field-group {
    flex-wrap: wrap
  }
}

.repair-call__field {
  padding: 5px
}

.repair-call__field_sm {
  flex-shrink: 0;
  width: 226px
}

@media(max-width:650px) {
  .repair-call__field_sm {
    width: 100%
  }
}

.repair-call__field_lg {
  flex-grow: 1
}

@media(max-width:650px) {
  .repair-call__field_lg {
    width: 100%
  }
}

.repair-call__submit {
  width: 100%
}

.repair-call__policy {
  color: #888;
  font-size: 13px;
  padding-top: 20px
}

.repair-call__adds {
  display: flex
}

@media(max-width:650px) {
  .repair-call__adds {
    flex-wrap: wrap
  }
}

.repair-call__info {
  padding-bottom: 10px;
  padding-right: 20px
}

.repair-call__tel {
  flex-shrink: 0;
  font-size: 30px
}

@media(max-width:650px) {
  .repair-call__tel {
    font-size: 25px
  }
}

.repair-call__input {
  width: 100%
}

.prizes--wp {
  padding: 40px 0 0
}

@media(max-width:575px) {
  .prizes--wp {
    padding: 30px 0 0
  }
}

.prizes__head {
  padding-bottom: 50px;
  text-align: center
}

.prizes__head span {
  display: block
}

.prizes__descr {
  font-size: 18px;
  padding-bottom: 20px
}

.prizes-card, .prizes__descr {
  text-align: center
}

.prizes-card__img {
  margin: 0 auto;
  max-width: 100%
}

.prizes-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 30px
}

.prizes-card__descr {
  padding-top: 16px
}

.brands {
  padding: 50px 0;
  text-align: center
}

.brands__wrapper {
  background-color: #f1f1f1;
  padding: 60px 0
}

.brands__head {
  padding-bottom: 20px;
  text-align: center
}

.brands__descr {
  margin: 0 auto;
  max-width: 945px;
  padding-bottom: 40px
}

.brands-card__box {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 120px;
  padding: 5px
}

.brands-card__title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px
}

.brands-card__img {
  max-height: 100%;
  max-width: 100%
}

.builder-picture {
  padding-top: 66%
}

.offer {
  padding: 60px 0
}

@media(max-width:600px) {
  .offer {
    padding: 35px 0
  }
}

.offer__wrapper {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 15px
}

.offer__title {
  padding-bottom: 45px;
  text-align: center
}

@media(max-width:992px) {
  .offer__title {
    padding-bottom: 20px
  }
}

.offer__grid {
  margin: 0 -10px
}

.offer__col {
  padding: 10px
}

.offer__col_w100 {
  width: 100%
}

.offer__col_w50 {
  width: 50%
}

@media(max-width:992px) {
  .offer__col_w50 {
    width: 100%
  }
}

.offer-card {
  border-radius: 10px;
  min-height: 100%;
  overflow: hidden
}

.offer-card, .offer-card__layer {
  display: flex;
  flex-direction: column
}

.offer-card__layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .8));
  color: #fff;
  flex-grow: 1;
  padding: 46px 15px 45px 48px
}

@media(max-width:600px) {
  .offer-card__layer {
    padding: 40px 15px
  }
}

.offer-card__layer_minh_350 {
  min-height: 350px
}

@media(max-width:575px) {
  .offer-card__layer_minh_350 {
    min-height: 0;
    min-height: auto
  }
}

.offer-card__title {
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 40px
}

.offer-card__title_lg {
  font-size: 36px
}

@media(max-width:1200px) {
  .offer-card__title_lg {
    font-size: 28px
  }
}

.offer-card__title_md {
  font-size: 32px
}

@media(max-width:1200px) {
  .offer-card__title_md {
    font-size: 26px
  }
}

.offer-card__subtitle {
  font-size: 18px;
  font-weight: 600
}

.offer-card__btn {
  margin-top: auto;
  max-width: 100%;
  width: 230px
}

.tf-banner {
  padding: 54px 0
}

.tf-banner--100 {
  margin-top: 100px
}

@media(max-width:768px) {
  .tf-banner--100 {
    margin-top: 30px
  }
}

.tf-banner__content {
  max-width: 840px
}

.tf-banner__group {
  display: flex;
  margin: 0 -6px
}

@media(max-width:480px) {
  .tf-banner__group {
    flex-wrap: wrap
  }
}

.tf-banner__field {
  padding: 6px
}

@media(max-width:480px) {
  .tf-banner__field {
    width: 100%
  }
}

.tf-banner__title {
  padding-bottom: 12px
}

.tf-banner__subtitle {
  font-size: 20px;
  font-weight: 600
}

@media(max-width:480px) {
  .tf-banner__subtitle {
    font-size: 18px
  }
}

.tf-banner__descr {
  font-size: 1.2em;
  padding: 40px 0 30px
}

.tf-banner__list {
  display: flex;
  margin: 0 -6px;
  max-width: 780px;
  padding-bottom: 30px
}

@media(max-width:720px) {
  .tf-banner__list {
    flex-wrap: wrap
  }
}

.tf-banner__item {
  align-items: center;
  display: flex;
  padding: 6px
}

.tf-banner__number {
  font-size: 42px;
  font-weight: 600;
  white-space: nowrap
}

.tf-banner__text {
  line-height: 130%;
  max-width: 280px;
  padding-left: 12px
}

.tf-banner__note {
  color: #888;
  font-size: 12px;
  line-height: 130%
}

.tf-banner__submit {
  width: 100%
}

.price-tabs {
  padding: 100px 0
}

@media(max-width:720px) {
  .price-tabs {
    padding: 30px 0
  }
}

.price-tabs__head {
  padding-bottom: 30px;
  text-align: center
}

@media(max-width:575px) {
  .price-tabs__head {
    padding-bottom: 15px
  }
}

.price-tabs__controls {
  display: flex;
  margin: 0 -7px
}

@media(max-width:1200px) {
  .price-tabs__controls {
    overflow: auto
  }
}

.price-tabs__box {
  padding: 7px;
  width: 16.6666666667%
}

@media(max-width:1200px) {
  .price-tabs__box {
    flex-shrink: 0;
    min-width: 200px;
    width: auto
  }
}

@media(max-width:575px) {
  .price-tabs__box {
    min-width: 150px
  }
}

.price-tabs__btn {
  padding: 14px 20px;
  white-space: nowrap;
  width: 100%
}

@media(max-width:575px) {
  .price-tabs__btn {
    padding: 10px 15px
  }
}

.price-tabs__body {
  position: relative
}

.price-tabs__view {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden
}

.price-tabs__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.price-tabs__profiles {
  margin-bottom: 50px
}

@media(max-width:575px) {
  .price-tabs__profiles {
    margin-bottom: 20px
  }
}

.price-tabs__col {
  padding: 15px;
  width: 33.3333333333%
}

.price-tabs__row {
  margin: 0 -15px
}

.fn-prod-plate {
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  line-height: 120%;
  padding: 16px 40px 16px 16px
}

@media(max-width:992px) {
  .fn-prod-plate {
    padding: 16px
  }
}

.fn-prod-plate__preview {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  height: 212px;
  justify-content: center;
  padding: 10px 10px 0;
  width: 20%
}

.fn-prod-plate__preview_align_center {
  align-items: center
}

.fn-prod-plate__preview_align_end {
  align-items: flex-end
}

.fn-prod-plate__preview__img {
  max-width: 100%
}

@media(max-width:992px) {
  .fn-prod-plate__preview {
    width: 40%
  }
}

@media(max-width:700px) {
  .fn-prod-plate__preview {
    order: 1
  }
}

@media(max-width:520px) {
  .fn-prod-plate__preview {
    width: 100%
  }
}

.fn-prod-plate__main {
  padding-left: 45px;
  padding-right: 50px;
  width: 52%
}

@media(max-width:1200px) {
  .fn-prod-plate__main {
    width: 40%
  }
}

@media(max-width:992px) {
  .fn-prod-plate__main {
    padding-left: 20px;
    padding-right: 0;
    width: 60%
  }
}

@media(max-width:700px) {
  .fn-prod-plate__main {
    order: 3;
    padding-left: 0;
    width: 100%
  }
}

@media(max-width:520px) {
  .fn-prod-plate__main {
    width: 100%
  }
}

.fn-prod-plate__aside {
  width: 28%
}

@media(max-width:1200px) {
  .fn-prod-plate__aside {
    width: 40%
  }
}

@media(max-width:700px) {
  .fn-prod-plate__aside {
    order: 2;
    padding-left: 20px;
    width: 60%
  }
}

@media(max-width:520px) {
  .fn-prod-plate__aside {
    padding-left: 0;
    width: 100%
  }
}

.fn-prod-plate__item {
  display: flex;
  font-size: 14px;
  padding: 10px 0
}

.fn-prod-plate__key {
  padding-right: 15px
}

.fn-prod-plate__value {
  font-weight: 600;
  margin-left: auto;
  text-align: right
}

.fn-prod-plate__box {
  font-size: 14px;
  padding: 10px 0
}

.fn-prod-plate__progress {
  align-items: center;
  display: flex
}

@media(max-width:850px) {
  .fn-prod-plate__progress {
    flex-wrap: wrap
  }
}

.fn-prod-plate__char {
  font-weight: 600;
  padding-right: 14px;
  width: 45%
}

@media(max-width:850px) {
  .fn-prod-plate__char {
    width: 100%
  }
}

.fn-prod-plate__line {
  width: 55%
}

@media(max-width:850px) {
  .fn-prod-plate__line {
    width: 100%
  }
}

.fn-prod-plate__link {
  display: block;
  margin: 0 auto;
  max-width: 230px
}

.profile-card {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.profile-card__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 26px;
  text-align: center
}

@media(max-width:575px) {
  .profile-card__title {
    font-size: 17px;
    padding-bottom: 15px
  }
}

.profile-card__preview {
  padding-bottom: 32px
}

.profile-card__img {
  margin: 0 auto
}

.profile-card__body {
  padding-bottom: 30px
}

@media(max-width:575px) {
  .profile-card__body {
    padding-bottom: 12px
  }
}

.profile-card__item {
  display: flex;
  justify-content: space-between
}

.profile-card__key {
  font-weight: 600;
  padding-right: 10px
}

.profile-card__value {
  text-align: right
}

.profile-card__group {
  align-items: flex-end;
  display: flex
}

.profile-card__price {
  font-weight: 600;
  line-height: 1
}

.profile-card__price_current {
  font-size: 42px;
  padding-right: 30px
}

@media(max-width:768px) {
  .profile-card__price_current {
    font-size: 30px
  }
}

.profile-card__price_fake {
  color: #c1c1c1;
  font-size: 32px;
  text-decoration: line-through
}

@media(max-width:768px) {
  .profile-card__price_fake {
    font-size: 22px
  }
}

.profile-card__footer {
  margin-top: auto
}

.profile-card__action {
  padding-top: 25px;
  text-align: center
}

.profile-card__btn {
  max-width: 100%;
  width: 270px
}

.grand__container {
  background: #232323;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden
}

.grand__title {
  font-weight: 600;
  padding-bottom: 12px
}

.grand__subtitle {
  font-size: 20px;
  font-weight: 600
}

@media(max-width:500px) {
  .grand__subtitle {
    font-style: 17px
  }
}

.grand__descr {
  padding-top: 40px
}

.grand__content {
  color: #fff;
  min-height: 480px;
  padding: 50px 14% 50px 75px;
  position: relative;
  width: 53.5714285714%
}

@media(max-width:992px) {
  .grand__content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: 0;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
  }
}

@media(max-width:500px) {
  .grand__content {
    padding: 30px 15px;
    text-align: center
  }
}

@media(max-width:992px) {
  .grand__group {
    padding-right: 20px;
    width: 60%
  }
}

@media(max-width:500px) {
  .grand__group {
    padding-bottom: 30px;
    padding-right: 0;
    width: 100%
  }
}

.grand__doc {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 38%;
  z-index: 20
}

@media(max-width:992px) {
  .grand__doc {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 40%
  }
}

@media(max-width:500px) {
  .grand__doc {
    margin: 0 auto;
    width: 280px
  }
}

.grand__zoom {
  display: block
}

.grand__preview {
  position: relative;
  width: 46.4285714286%
}

@media(max-width:992px) {
  .grand__preview {
    min-height: 300px;
    width: 100%
  }
}

.grand__link {
  margin-top: 50px;
  max-width: 100%;
  width: 300px
}

@media(max-width:500px) {
  .grand__link {
    margin-top: 20px
  }
}

.grand__play {
  position: absolute;
  right: 29%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(max-width:992px) {
  .grand__play {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.grand--or {
  margin-bottom: 60px
}

.ft-production {
  padding: 100px 0 50px
}

@media(max-width:720px) {
  .ft-production {
    padding: 50px 0 25px
  }
}

.ft-production-padding {
  padding: 100px 0
}

@media(max-width:720px) {
  .ft-production-padding {
    padding: 50px 0
  }
}

.ft-production__title {
  padding-bottom: 22px
}

.ft-production__subtitle {
  margin-bottom: 35px;
  text-align: center
}

.ft-production__controls {
  display: flex;
  justify-content: center;
  margin: 0 -8px
}

@media(max-width:1200px) {
  .ft-production__controls {
    justify-content: flex-start;
    overflow: auto
  }
}

.ft-production__box {
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 8px;
  width: auto
}

.ft-production__box--lg {
  min-width: 240px
}

.ft-production__btn {
  padding: 16px;
  width: 100%
}

.ft-production__btn--sm {
  padding: 16px 10px
}

.ft-production__item {
  padding-top: 45px
}

@media(max-width:992px) {
  .ft-production__item {
    padding-top: 20px
  }
}

.system-card {
  display: flex;
  flex-wrap: wrap
}

.system-card__preview {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 20px 32px;
  width: 30%
}

@media(max-width:900px) {
  .system-card__preview {
    width: 100%
  }
}

.system-card__text {
  padding-left: 60px;
  width: 70%
}

@media(max-width:900px) {
  .system-card__text {
    padding-left: 0;
    padding-top: 20px;
    width: 100%
  }
}

.system-card__text--df {
  display: flex;
  flex-direction: column
}

.system-card__descr {
  padding-left: 20px
}

.system-card__img {
  display: inline-block;
  max-width: 100%
}

.system-card__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px
}

.system-card__intro {
  padding-bottom: 30px
}

.system-card__list {
  display: flex;
  flex-wrap: wrap
}

.system-card__item {
  text-align: center;
  width: 25%
}

@media(max-width:480px) {
  .system-card__item {
    padding: 5px;
    width: 50%
  }
}

.system-card__descr {
  font-weight: 700;
  padding-bottom: 24px
}

.system-card__shape {
  align-items: center;
  background-color: #232323;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  padding: 17px;
  width: 60px
}

.system-card__icon {
  height: 100%;
  width: 100%
}

.system-card__label {
  line-height: 120%;
  padding-top: 10px
}

.system-card__editor {
  margin-bottom: 30px
}

.system-card__action {
  margin-top: auto
}

.ft-action {
  padding: 50px 0 100px
}

@media(max-width:720px) {
  .ft-action {
    padding: 30px 0
  }
}

.ft-action__grid {
  align-items: flex-start
}

.ft-action__label {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  padding: 30px;
  text-align: center;
  width: 35%
}

@media(max-width:992px) {
  .ft-action__label {
    padding: 20px 12px;
    width: 42%
  }
}

@media(max-width:720px) {
  .ft-action__label {
    width: 100%
  }
}

.ft-action__title {
  padding-bottom: 30px
}

.ft-action__subtitle {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 30px
}

.ft-action__field {
  padding: 6px 0
}

.ft-action__form {
  margin: 0 auto;
  max-width: 240px
}

.ft-action__submit {
  width: 100%
}

.ft-action__policy {
  color: #888;
  font-size: 12px;
  line-height: 120%;
  padding-top: 35px
}

.ft-action__list {
  padding-left: 70px;
  width: 65%
}

@media(max-width:1100px) {
  .ft-action__list {
    padding-left: 20px
  }
}

@media(max-width:992px) {
  .ft-action__list {
    width: 58%
  }
}

@media(max-width:720px) {
  .ft-action__list {
    padding-left: 0;
    padding-top: 30px;
    width: 100%
  }
}

.ft-action__item {
  align-items: center;
  display: flex;
  padding-bottom: 30px
}

.ft-action__shape {
  align-items: center;
  background-color: #232323;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  padding: 16px;
  width: 60px
}

.ft-action__icon {
  fill: #a2c614;
  height: 100%;
  width: 100%
}

.ft-action__group {
  display: flex;
  flex-wrap: nowrap
}

@media(max-width:420px) {
  .ft-action__group {
    flex-wrap: wrap
  }
}

.ft-action__text {
  padding-left: 15px
}

.ft-action__descr {
  padding-top: 10px
}

.ft-action__descr a {
  font-weight: 700;
  text-decoration: underline
}

.ft-action__step {
  color: #a2c614;
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap
}

@media(max-width:992px) {
  .ft-action__step {
    font-size: 26px
  }
}

@media(max-width:420px) {
  .ft-action__step {
    font-size: 22px;
    width: 100%
  }
}

.ft-action__heading {
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px
}

@media(max-width:992px) {
  .ft-action__heading {
    font-size: 20px
  }
}

@media(max-width:420px) {
  .ft-action__heading {
    font-size: 17px;
    padding-left: 0;
    width: 100%
  }
}

.ft-questions {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 80px 0
}

@media(max-width:768px) {
  .ft-questions {
    margin: 40px 0
  }
}

.ft-questions__wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  margin: 0 auto;
  max-width: 944px;
  overflow: hidden;
  padding: 20px
}

@media(max-width:400px) {
  .ft-questions__wrap {
    margin-left: -15px;
    margin-right: -15px
  }
}

.ft-questions__body {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 11px;
  padding: 55px 55px 30px
}

@media(max-width:1100px) {
  .ft-questions__body {
    padding: 60px 40px
  }
}

@media(max-width:768px) {
  .ft-questions__body {
    padding: 30px 15px
  }
}

.ft-questions__content {
  width: calc(50% - 12.5px)
}

@media(max-width:900px) {
  .ft-questions__content {
    width: 100%
  }
}

.ft-questions__form {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12.5px)
}

@media(max-width:900px) {
  .ft-questions__form {
    width: 100%
  }
}

.ft-questions__form h4 {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px
}

@media(max-width:992px) {
  .ft-questions__form h4 {
    font-size: 28px;
    margin-bottom: 15px
  }
}

@media(max-width:768px) {
  .ft-questions__form h4 {
    font-size: 24px
  }
}

.ft-questions__logo {
  height: auto;
  margin: -75px 0 30px -75px;
  object-fit: contain;
  width: 100%
}

.ft-questions__flex {
  align-items: stretch;
  display: flex;
  gap: 25px
}

@media(max-width:900px) {
  .ft-questions__flex {
    flex-direction: column
  }
}

.ft-questions__callback {
  align-items: center;
  border: none;
  display: flex;
  gap: 10px;
  padding-left: 0
}

.ft-questions__rating {
  display: block
}

.ft-questions__rating img {
  height: auto;
  margin: 10px 0 0;
  object-fit: contain;
  width: 100%
}

.ft-questions__call {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 7px;
  padding-left: 16px;
  position: relative
}

@media(max-width:576px) {
  .ft-questions__call {
    font-size: 14px
  }
}

.ft-questions__call:before {
  background: #64b32c;
  background: var(--main-color-green, #64b32c);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px
}

.ft-questions__phone {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 7px
}

@media(max-width:1100px) {
  .ft-questions__phone {
    font-size: 28px
  }
}

@media(max-width:768px) {
  .ft-questions__phone {
    font-size: 24px
  }
}

.ft-questions__img {
  border-radius: 8px;
  object-fit: contain
}

@media(max-width:1100px) {
  .ft-questions__img {
    max-height: 110px;
    max-width: 110px
  }
}

@media(max-width:768px) {
  .ft-questions__img {
    max-height: 70px;
    max-width: 70px
  }
}

.ft-questions__t1 {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-weight: 700
}

.ft-questions__t1, .ft-questions__t2 {
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  margin: 14px 0
}

.ft-questions__t2 {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-weight: 400
}

.ft-questions__input {
  margin: 0 0 10px;
  max-width: 350px
}

.ft-questions__btn {
  margin: 0 0 4px;
  max-width: 350px
}

.ft-questions__access {
  max-width: 350px;
  text-align: center
}

.ft-questions__info {
  border: none;
  display: block;
  max-width: 100%;
  padding-left: 0
}

.ft-questions__okna {
  height: calc(100% - 200px);
  margin: 0 0 -75px;
  object-fit: contain;
  object-position: center bottom;
  width: auto
}

@media(max-width:768px) {
  .ft-questions__okna {
    width: 100%
  }
}

.options {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 15px 100px
}

.options__head {
  padding-bottom: 40px;
  text-align: center
}

@media(max-width:575px) {
  .options__head {
    padding-bottom: 20px
  }
}

.options__grid {
  margin: 0 -10px
}

.options__col {
  padding: 20px 10px;
  width: 25%
}

@media(max-width:1400px) {
  .options__col {
    width: 33.3333333333%
  }
}

.options-card {
  border-radius: 10px;
  min-height: 100%;
  overflow: hidden
}

.options-card, .options-card__head {
  display: flex;
  flex-direction: column
}

.options-card__head {
  min-height: 220px;
  padding: 22px 24px 40px 20px;
  position: relative
}

@media(max-width:1200px) {
  .options-card__head {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
  }
}

.options-card__head:before {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0), rgba(35, 35, 35, .9));
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

@media(any-hover:hover) {
  .options-card__head:hover .options-card__shape {
    background-color: #a2c614
  }

  .options-card__head:hover .options-card__arrow {
    fill: #fff
  }
}

.options-card__shape {
  fill: #232323;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 53px;
  justify-content: center;
  margin-left: auto;
  padding: 14px;
  position: relative;
  transition: background-color .3s ease;
  width: 53px;
  z-index: 10
}

@media(max-width:575px) {
  .options-card__shape {
    height: 40px;
    width: 40px
  }
}

.options-card__arrow {
  fill: inherit;
  display: block;
  height: 100%;
  transition: fill .3s ease;
  width: 100%
}

.options-card__title {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 10px;
  position: relative;
  text-align: right;
  z-index: 20
}

@media(max-width:1600px) {
  .options-card__title {
    font-size: 20px
  }
}

@media(max-width:575px) {
  .options-card__title {
    font-size: 18px
  }
}

.options-card__body {
  background-color: #f1f1f1;
  flex-grow: 1;
  padding: 20px 30px 30px
}

.glasses-100 {
  padding: 100px 0
}

@media(max-width:720px) {
  .glasses-100 {
    padding: 30px 0
  }
}

.glasses__title {
  padding-bottom: 10px
}

.glasses__grid {
  margin: 0 -15px
}

.glasses__col {
  padding: 25px 15px;
  width: 50%
}

@media(max-width:650px) {
  .glasses__col {
    padding: 15px;
    text-align: center;
    width: 100%
  }
}

.gl-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden
}

.gl-card__head {
  height: 210px
}

.gl-card__body {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px
}

.gl-card__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 13px
}

.gl-card__descr {
  padding-bottom: 35px
}

.gl-card__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto
}

.gl-card__price {
  width: 50%
}

.gl-card__price span {
  font-size: 32px;
  font-weight: 700
}

@media(max-width:850px) {
  .gl-card__price {
    text-align: center;
    width: 100%
  }
}

.gl-card__btn {
  text-align: right;
  width: 50%
}

@media(max-width:850px) {
  .gl-card__btn {
    padding-top: 10px;
    text-align: center;
    width: 100%
  }
}

.gl-card__link {
  min-width: 210px;
  width: -webkit-max-content;
  width: max-content
}

.tm-glasses {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px
}

.tm-glasses_space_top_100 {
  padding-top: 100px
}

@media(max-width:575px) {
  .tm-glasses_space_top_100 {
    padding-top: 50px
  }
}

.tm-glasses_space_bot_100 {
  padding-bottom: 100px
}

@media(max-width:575px) {
  .tm-glasses_space_bot_100 {
    padding-bottom: 50px
  }
}

.tm-glasses_space_bot_70 {
  padding-bottom: 70px
}

@media(max-width:575px) {
  .tm-glasses_space_bot_70 {
    padding-bottom: 50px
  }
}

.tm-glasses_space_top_70 {
  padding-top: 70px
}

@media(max-width:575px) {
  .tm-glasses_space_top_70 {
    padding-top: 50px
  }
}

.tm-glasses__title {
  padding-bottom: 26px
}

.tm-glasses__grid {
  margin: 0 -15px
}

.tm-glasses__grid-5 .tm-glasses__col {
  width: 20%
}

.tm-glasses__col {
  padding: 15px;
  width: 25%
}

.tm-glasses-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden
}

.tm-glasses-card__head {
  min-height: 160px
}

.tm-glasses-card__head-274 {
  min-height: 274px
}

.tm-glasses-card__body {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 25px 30px
}

@media(max-width:450px) {
  .tm-glasses-card__body {
    padding-left: 15px;
    padding-right: 15px
  }
}

.tm-glasses-card__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 1em
}

@media(max-width:450px) {
  .tm-glasses-card__title {
    font-size: 18px
  }
}

.tm-glasses-card__item {
  display: flex;
  font-size: 14px;
  line-height: 120%;
  padding-bottom: 10px
}

.tm-glasses-card__key {
  padding-right: 10px
}

.tm-glasses-card__value {
  flex-grow: 1;
  font-weight: 600;
  text-align: right
}

.tm-glasses-card__list {
  padding-bottom: 30px
}

@media(max-width:450px) {
  .tm-glasses-card__list {
    padding-bottom: 10px
  }
}

.tm-glasses-card__footer {
  margin-top: auto;
  text-align: center
}

.tm-glasses-card__link {
  max-width: 100%;
  width: 210px
}

.tm-glasses-card__link--100 {
  padding-bottom: 13px;
  padding-top: 13px;
  width: 100%
}

.tm-glasses--dark {
  background: #f4f4f4;
  max-width: 100%
}

.tm-glasses--dark .container {
  max-width: 1600px
}

.tm-glasses__col--light .tm-glasses-card__title {
  margin-bottom: 1em;
  min-height: 54px;
  padding-bottom: 0
}

.tm-glasses__col--light .tm-glasses-card__title--h, .tm-glasses__col--light .tm-glasses-card__title-min {
  min-height: 0;
  min-height: auto
}

.tm-glasses__col--light .tm-glasses-card__body {
  background: #fff
}

.tm-glasses__col--light .tm-glasses-card__item:before {
  background: #ffc922;
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-right: 6px;
  margin-top: 4px;
  width: 7px
}

.tm-adds {
  background-color: #f1f1f1;
  padding: 50px 0 90px
}

.tm-adds__title {
  padding-bottom: 10px
}

.tm-adds__head {
  padding-bottom: 30px;
  text-align: center
}

.tm-adds__descr {
  font-size: 20px;
  margin: 0 auto;
  max-width: 1100px
}

@media(max-width:600px) {
  .tm-adds__descr {
    font-size: 16px
  }
}

.tm-adds__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px
}

.tm-adds__grid {
  margin: 0 -7px
}

.tm-adds__col {
  padding: 7px;
  width: 25%
}

.tm-adds-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden
}

.tm-adds-card__head {
  height: 213px
}

.tm-adds-card__body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 36px 15px 30px;
  text-align: center
}

.tm-adds-card__title {
  font-weight: 600;
  padding-bottom: 7px
}

.tm-adds-card__descr {
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 20px
}

.tm-adds-card__footer {
  margin-top: auto
}

.tm-adds-card__price {
  font-size: 32px
}

.tm-adds-card__link {
  max-width: 100%;
  padding: 4px 30px;
  width: 200px
}

.tm-adds-card__group {
  padding-bottom: 7px
}

.oj-special {
  padding-bottom: 70px;
  padding-top: 70px
}

.oj-special__container {
  margin: 0 auto;
  max-width: 1630px;
  padding: 0 15px
}

.oj-special__control {
  display: flex;
  justify-content: center;
  overflow: auto;
  padding-bottom: 22px
}

@media(max-width:1200px) {
  .oj-special__control {
    justify-content: flex-start;
    padding-bottom: 12px
  }
}

.oj-special__btn {
  padding: 19px 30px;
  text-align: center;
  white-space: nowrap
}

@media(max-width:720px) {
  .oj-special__btn {
    padding: 12px 20px
  }
}

.oj-special__box {
  flex-shrink: 0;
  padding: 0 5px;
  width: 250px
}

@media(max-width:720px) {
  .oj-special__box {
    width: 180px
  }
}

.oj-special__head {
  padding-bottom: 20px;
  text-align: center
}

.oj-special__body {
  overflow: hidden;
  position: relative
}

.oj-special__view {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s ease, visibility .5s ease;
  visibility: hidden
}

.oj-special__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.oj-special__content {
  background-color: #f9f9f9;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 53px 80px 50px 60px;
  width: 55%
}

@media(max-width:900px) {
  .oj-special__content {
    border-radius: 20px 20px 0 0;
    width: 100%
  }
}

@media(max-width:575px) {
  .oj-special__content {
    padding: 30px 15px
  }
}

.oj-special__scheme {
  border: 2px solid #f1f1f1;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 22px 30px 38px;
  position: relative;
  width: 45%
}

@media(max-width:900px) {
  .oj-special__scheme {
    border-radius: 0 0 20px 20px;
    width: 100%
  }
}

.oj-special__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  width: 100%
}

.oj-special__subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 1em
}

@media(max-width:992px) {
  .oj-special__subtitle {
    font-size: 25px
  }
}

@media(max-width:575px) {
  .oj-special__subtitle {
    font-size: 20px
  }
}

.oj-special__descr {
  font-size: 16px
}

@media(max-width:575px) {
  .oj-special__descr {
    font-size: 14px
  }
}

.oj-special__descr ol {
  padding-left: 15px
}

.oj-special__descr ol li {
  list-style-type: decimal
}

.pf-banner {
  padding: 100px 0
}

@media(max-width:720px) {
  .pf-banner {
    padding: 40px 0 50px
  }
}

.pf-banner__wrapper {
  margin: 0 auto;
  max-width: 1600px
}

.pf-banner__card {
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.pf-banner__preview {
  position: relative;
  width: 32%
}

.pf-banner__preview:before {
  background: linear-gradient(270deg, #232323, rgba(35, 35, 35, 0) 35.14%);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%
}

@media(max-width:1200px) {
  .pf-banner__preview {
    display: none
  }
}

.pf-banner__content {
  padding: 40px 60px 55px 100px;
  width: 68%
}

@media(max-width:1200px) {
  .pf-banner__content {
    width: 100%
  }
}

@media(max-width:850px) {
  .pf-banner__content {
    padding: 40px 20px
  }
}

.pf-banner__head {
  display: flex;
  flex-wrap: wrap
}

.pf-banner__heading {
  padding-bottom: 35px;
  padding-right: 20px
}

@media(max-width:575px) {
  .pf-banner__heading {
    order: 2;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 15px;
    width: 100%
  }
}

.pf-banner__shape {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  justify-content: center;
  margin-left: auto;
  padding: 28px;
  width: 100px
}

@media(max-width:575px) {
  .pf-banner__shape {
    height: 66px;
    order: 1;
    padding: 18px;
    width: 66px
  }
}

.pf-banner__icon {
  fill: #232323;
  display: block
}

.pf-banner__subtitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px
}

@media(max-width:575px) {
  .pf-banner__subtitle {
    font-size: 16px
  }
}

.pf-banner__descr {
  font-size: 1.15em;
  line-height: 200%;
  padding-bottom: 35px
}

.pf-banner__link {
  max-width: 100%;
  width: 300px
}

.oj-showcase {
  padding: 80px 0
}

@media(max-width:600px) {
  .oj-showcase {
    padding: 40px 0
  }
}

.oj-showcase__title {
  padding-bottom: 37px
}

@media(max-width:450px) {
  .oj-showcase__title {
    padding-bottom: 20px
  }
}

.oj-showcase__box {
  padding: 0 5px
}

.oj-showcase__btn {
  flex-shrink: 0;
  padding: 16px 20px;
  white-space: nowrap
}

@media(max-width:720px) {
  .oj-showcase__btn {
    padding: 12px 20px
  }
}

.oj-showcase__control {
  display: flex;
  justify-content: center;
  overflow: auto;
  padding-bottom: 44px
}

@media(max-width:1200px) {
  .oj-showcase__control {
    padding-bottom: 20px
  }
}

@media(max-width:650px) {
  .oj-showcase__control {
    justify-content: flex-start
  }
}

.oj-showcase__body {
  position: relative
}

.oj-showcase__view {
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s ease, visibility .5s ease;
  visibility: hidden;
  width: 100%
}

.oj-showcase__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.oj-showcase__plate {
  background: #f8f8f8;
  padding: 57px 30px 50px 70px;
  width: 58.3333333333%
}

@media(max-width:1100px) {
  .oj-showcase__plate {
    padding: 30px 25px
  }
}

@media(max-width:850px) {
  .oj-showcase__plate {
    width: 100%
  }
}

@media(max-width:450px) {
  .oj-showcase__plate {
    padding-left: 15px;
    padding-right: 15px
  }
}

.oj-showcase__preview {
  width: 41.6666666667%
}

@media(max-width:850px) {
  .oj-showcase__preview {
    display: none
  }
}

.oj-showcase__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 93.8775510204%
}

.oj-showcase__head {
  display: flex;
  padding-bottom: 30px
}

@media(max-width:500px) {
  .oj-showcase__head {
    flex-wrap: wrap;
    padding-bottom: 15px;
    text-align: center
  }
}

.oj-showcase__subtitle {
  font-size: 24px;
  font-weight: 600
}

@media(max-width:992px) {
  .oj-showcase__subtitle {
    font-size: 19px
  }
}

@media(max-width:500px) {
  .oj-showcase__subtitle {
    width: 100%
  }
}

.oj-showcase__price {
  font-size: 21px;
  margin-left: auto;
  padding-left: 20px
}

.oj-showcase__price span {
  font-size: 1.23em;
  font-weight: 700
}

@media(max-width:992px) {
  .oj-showcase__price {
    font-size: 16px
  }
}

@media(max-width:500px) {
  .oj-showcase__price {
    width: 100%
  }
}

.oj-showcase__list {
  -webkit-column-count: 2;
  column-count: 2;
  padding-bottom: 35px;
  padding-left: 20px
}

@media(max-width:470px) {
  .oj-showcase__list {
    -webkit-column-count: 1;
    column-count: 1
  }
}

.oj-showcase__item {
  list-style-type: disc;
  position: relative
}

.oj-showcase__group {
  display: flex;
  flex-wrap: wrap
}

.oj-showcase__footer {
  padding-top: 25px
}

.oj-showcase__link {
  font-size: 1rem;
  max-width: 100%;
  width: 250px
}

.oj-variants {
  background-color: #f1f1f1;
  padding: 45px 0 85px
}

.oj-variants__container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px
}

.oj-variants__title {
  padding-bottom: 40px
}

.oj-variants__grid {
  margin: 0 -15px
}

.oj-variants__col {
  padding: 15px;
  width: 33.3333333333%
}

.oj-variants__card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: center
}

.oj-variants__preview {
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative
}

.oj-variants__img {
  height: auto;
  margin: 0 auto;
  max-width: 195px;
  width: 100%
}

.oj-variants__price {
  padding-bottom: 15px
}

.oj-variants__price span {
  font-size: 32px
}

.oj-variants__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 37px 40px 40px
}

@media(max-width:720px) {
  .oj-variants__body {
    padding: 0 12px 20px
  }
}

.oj-variants__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 10px
}

.oj-variants__text {
  font-size: 14px;
  padding-bottom: 20px
}

.oj-variants__footer {
  margin-top: auto
}

.oj-variants__btn {
  max-width: 100%;
  width: 195px
}

.info-card {
  padding: 100px 0 50px
}

@media(max-width:992px) {
  .info-card {
    padding: 50px 0
  }
}

.info-card__container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 15px
}

.info-card__head {
  padding-bottom: 35px;
  text-align: center
}

.info-card__grid {
  margin: 0 -8px
}

.info-card__col {
  padding: 8px;
  width: 50%
}

@media(max-width:992px) {
  .info-card__col {
    width: 100%
  }
}

.ac-card {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  min-height: 350px;
  overflow: hidden;
  padding: 45px 15px 20px 65px;
  position: relative
}

.ac-card.is-active .ac-card__bg {
  -webkit-filter: blur(14px);
  filter: blur(14px)
}

.ac-card.is-active .ac-card__shape {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media(max-width:1200px) {
  .ac-card {
    padding-left: 15px;
    padding-top: 25px
  }
}

.ac-card__bg {
  transition: -webkit-filter .3s ease-in;
  transition: filter .3s ease-in;
  transition: filter .3s ease-in, -webkit-filter .3s ease-in
}

.ac-card__backdrop, .ac-card__bg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.ac-card__backdrop {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .456) 40.63%, rgba(0, 0, 0, .8));
  z-index: 10
}

.ac-card__toggler {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-bottom: 20px;
  position: relative;
  z-index: 100
}

.ac-card__shape {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 33px;
  justify-content: center;
  padding: 4px;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
  width: 33px
}

.ac-card__arrow {
  fill: #c1c1c1;
  display: block;
  height: 100%;
  width: 100%
}

.ac-card__title {
  display: block;
  font-size: 28px;
  font-weight: 600;
  padding-left: 25px
}

@media(max-width:575px) {
  .ac-card__title {
    font-size: 22px;
    padding-left: 15px
  }
}

.ac-card__descr {
  font-size: 14px;
  line-height: 170%;
  overflow: hidden;
  position: relative;
  z-index: 200
}

.director_space_bot {
  padding-bottom: 50px
}

.director__aside {
  width: 400px
}

@media(max-width:800px) {
  .director__aside {
    width: 100%
  }
}

.director__grid {
  align-items: flex-end
}

.director__card {
  padding-top: 180px
}

@media(max-width:400px) {
  .director__card {
    padding-top: 120px
  }
}

.director__photo {
  border-radius: 50%;
  height: 275px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 275px
}

@media(max-width:400px) {
  .director__photo {
    height: 220px;
    width: 220px
  }
}

.director__main {
  font-size: 1.15em;
  padding-left: 80px;
  width: calc(100% - 400px)
}

.director__main * {
  margin-bottom: 40px
}

.director__main :last-child {
  margin-bottom: 0
}

@media(max-width:1200px) {
  .director__main * {
    margin-bottom: 20px
  }
}

.director__main h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%
}

@media screen and (max-width:1600px) {
  .director__main h2 {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.director__main p {
  line-height: 200%
}

@media(max-width:1200px) {
  .director__main {
    font-size: 1em;
    padding-left: 20px
  }
}

@media(max-width:800px) {
  .director__main {
    padding-left: 0;
    padding-top: 20px;
    width: 100%
  }
}

.director__btn {
  padding: 12px 40px
}

@media(max-width:400px) {
  .director__btn {
    padding-left: 20px;
    padding-right: 20px
  }
}

.director__box {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 166px 36px 40px;
  position: relative;
  text-align: center
}

@media(max-width:400px) {
  .director__box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px
  }
}

.director__name {
  font-size: 1.15em;
  font-weight: 600
}

@media(max-width:1200px) {
  .director__name {
    font-size: 1em
  }
}

.director__callback {
  padding-top: 33px
}

.director__quote {
  font-size: 27px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
  text-align: left
}

.director__quote:before {
  content: "“";
  font-size: 1.8em;
  left: 0;
  position: absolute;
  top: 0
}

@media(max-width:800px) {
  .director__quote {
    font-size: 22px
  }
}

@media(max-width:400px) {
  .director__quote {
    font-size: 18px
  }
}

.social-net {
  padding: 50px 0
}

@media(max-width:720px) {
  .social-net {
    padding: 20px 0
  }
}

.social-net-bottom-0 {
  padding: 50px 0 0
}

@media(max-width:720px) {
  .social-net-bottom-0 {
    padding: 20px 0 0
  }
}

.social-net__wrapper {
  align-items: center;
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  padding: 37px 65px 50px
}

@media(max-width:992px) {
  .social-net__wrapper {
    padding: 40px 15px
  }
}

.social-net__title {
  padding-bottom: 6px
}

.social-net__content {
  padding-right: 20px;
  width: calc(100% - 380px)
}

@media(max-width:770px) {
  .social-net__content {
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
    width: 100%
  }
}

.social-net__links {
  grid-gap: 17px;
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(5, -webkit-min-content);
  grid-template-columns: repeat(5, min-content);
  width: 380px
}

@media(max-width:770px) {
  .social-net__links {
    gap: 5px;
    justify-content: center;
    width: 100%
  }
}

.social-net__link {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: flex;
  height: 62px;
  justify-content: center;
  padding: 18px;
  transition: background-color .3s ease;
  width: 62px
}

@media(any-hover:hover) {
  .social-net__link:hover {
    background-color: #fff
  }
}

@media(max-width:420px) {
  .social-net__link {
    height: 40px;
    padding: 10px;
    width: 40px
  }
}

.social-net__icon {
  fill: #232323;
  display: block;
  height: 100%;
  width: 100%
}

.fn-gallery {
  padding: 50px 0
}

@media(max-width:600px) {
  .fn-gallery {
    padding: 20px 0
  }
}

.fn-gallery__head {
  padding-bottom: 30px;
  text-align: center
}

@media(max-width:600px) {
  .fn-gallery__head {
    padding-bottom: 15px
  }
}

.fn-gallery__grid {
  margin: 0 -10px
}

.fn-gallery__box {
  padding: 20px 10px;
  width: 33.3333333333%
}

@media(max-width:800px) {
  .fn-gallery__box {
    padding: 10px;
    width: 50%
  }
}

@media(max-width:550px) {
  .fn-gallery__box {
    width: 100%
  }
}

.fn-gallery-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.fn-gallery-card__preview {
  padding-top: 56.1170212766%
}

.fn-gallery-card__body {
  background-color: #232323;
  color: #fff;
  flex-grow: 1;
  padding: 22px 12px 30px;
  text-align: center
}

.fn-gallery-card__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px
}

@media(max-width:720px) {
  .fn-gallery-card__title {
    font-size: 19px
  }
}

.fn-gallery-card__text {
  padding-bottom: 22px
}

@media(max-width:720px) {
  .fn-gallery-card__text {
    font-size: 15px
  }
}

.fn-gallery-card__link {
  color: #a2c614;
  font-weight: 600;
  text-decoration: underline
}

.subscription {
  padding: 50px 0 100px
}

@media(max-width:600px) {
  .subscription {
    padding: 20px 0 50px
  }
}

.subscription__head {
  padding-bottom: 35px;
  text-align: center
}

.subscription__grid {
  margin: 0 -15px
}

.subscription__box {
  padding: 15px;
  width: 50%
}

@media(max-width:760px) {
  .subscription__box {
    width: 100%
  }
}

.subscribe-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-left: 80px;
  position: relative
}

@media(max-width:1200px) {
  .subscribe-card {
    padding-left: 50px
  }
}

.subscribe-card__shape {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  left: 0;
  padding: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px
}

@media(max-width:1200px) {
  .subscribe-card__shape {
    height: 100px;
    padding: 30px;
    width: 100px
  }
}

.subscribe-card__shape_type_youtube {
  background-color: #f70000
}

.subscribe-card__shape_type_vk {
  background-color: #4a719e
}

.subscribe-card__icon {
  fill: #fff;
  display: block;
  height: 100%;
  width: 100%
}

.subscribe-card__body {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 36px 25px 36px 120px
}

@media(max-width:1200px) {
  .subscribe-card__body {
    padding-left: 70px
  }
}

.subscribe-card__title {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 11px
}

@media screen and (max-width:1600px) {
  .subscribe-card__title {
    font-size: calc(19.5px + .78125vw)
  }
}

.subscribe-card__text {
  line-height: 120%;
  padding-bottom: 15px
}

.subscribe-card__link {
  margin-top: auto;
  max-width: 100%;
  padding: 12px 30px;
  width: 250px
}

.news {
  padding: 50px 0
}

.news__title {
  padding-bottom: 50px
}

@media(max-width:1200px) {
  .news__title {
    padding-bottom: 25px
  }
}

.news-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden
}

.news-card__preview {
  padding-top: 55.9681697613%
}

.news-card__body {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 18px 20px;
  text-align: center
}

.news-card__title {
  font-weight: 600;
  padding-bottom: 7px
}

.news-card__descr {
  font-size: .88em;
  line-height: 130%;
  padding-bottom: 15px
}

.news-card__date {
  color: #c1c1c1
}

.news-card__group {
  align-items: center;
  display: flex;
  font-size: .88em;
  font-weight: 600;
  margin-top: auto
}

.news-card__link {
  color: #a2c614;
  margin-left: auto;
  text-decoration: underline
}

.cert {
  padding: 60px 0 50px
}

@media(max-width:720px) {
  .cert {
    padding: 30px 0
  }
}

.cert__aside {
  width: 270px
}

@media(max-width:800px) {
  .cert__aside {
    order: 2;
    width: 100%
  }
}

.cert__main {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: calc(100% - 270px)
}

@media(max-width:992px) {
  .cert__main {
    padding-left: 15px
  }
}

@media(max-width:800px) {
  .cert__main {
    order: 1;
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%
  }
}

.cert__title {
  padding-bottom: 10px;
  padding-right: 220px
}

@media(max-width:600px) {
  .cert__title {
    padding-right: 0
  }
}

.cert__heading {
  padding-bottom: 65px;
  padding-top: 15px;
  position: relative
}

@media(max-width:800px) {
  .cert__heading {
    padding-bottom: 30px
  }
}

@media(max-width:600px) {
  .cert__heading {
    text-align: center
  }
}

.cert__link {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  z-index: 10
}

@media(max-width:600px) {
  .cert__link {
    margin-top: 20px;
    position: static
  }
}

.cert__slider {
  padding-right: 36px;
  width: calc(100% - 64px)
}

@media(max-width:800px) {
  .cert__slider {
    display: none
  }
}

.cert__composition {
  align-items: center;
  margin-top: auto
}

@media(max-width:800px) {
  .cert__composition {
    justify-content: flex-end
  }
}

.cert__control {
  align-items: center;
  background-color: #a2c614;
  border-radius: 50%;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  padding: 17px;
  transition: background-color .3s ease;
  width: 64px
}

@media(max-width:992px) {
  .cert__control {
    display: none
  }
}

@media(any-hover:hover) {
  .cert__control:hover {
    background-color: #7c980f
  }
}

.cert__control_prev {
  display: none;
  margin-right: 20px
}

@media(max-width:800px) {
  .cert__control_prev {
    display: inline-flex
  }
}

.cert__control_prev-2 {
  display: block;
  margin-right: 20px
}

@media(max-width:800px) {
  .cert__control_prev-2 {
    display: none
  }
}

.cert__arrow {
  fill: #232323;
  display: block;
  height: 100%;
  width: 100%
}

.cert .swiper-slide-thumb-active {
  border: 2px solid #a2c614
}

.certified {
  padding: 30px 0 50px
}

@media(max-width:720px) {
  .certified {
    padding: 20px 0 30px
  }
}

.certified__grid {
  margin: 0 -15px
}

.certified__box {
  padding: 15px;
  width: 50%
}

@media(max-width:768px) {
  .certified__box {
    width: 100%
  }
}

.certified-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden
}

.certified-card__preview {
  padding-top: 54.7368421053%;
  position: relative
}

.certified-card__preview:before {
  background: linear-gradient(1turn, #232323, rgba(35, 35, 35, 0) 46.79%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.certified-card__play {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20
}

@media(max-width:600px) {
  .certified-card__play {
    height: 50px;
    width: 50px
  }
}

.certified-card__body {
  background-color: #232323;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 65px 50px 50px;
  text-align: center
}

@media(max-width:1200px) {
  .certified-card__body {
    padding: 30px 20px
  }
}

@media(max-width:400px) {
  .certified-card__body {
    padding: 30px 10px
  }
}

.certified-card__icon {
  fill: #232323;
  display: block;
  flex-shrink: 0;
  height: 23px;
  width: 18px
}

.certified-card__title {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 1em
}

@media(max-width:1200px) {
  .certified-card__title {
    font-size: 22px
  }
}

@media(max-width:400px) {
  .certified-card__title {
    font-size: 20px
  }
}

.certified-card__descr {
  font-size: 1.15em;
  line-height: 200%;
  padding-bottom: 40px
}

@media(max-width:1200px) {
  .certified-card__descr {
    font-size: 1em
  }
}

.certified-card__footer {
  margin-top: auto
}

.certified-card__link {
  align-items: center;
  display: inline-flex;
  padding: 16px 40px 16px 27px
}

.certified-card__link span {
  padding-left: 17px
}

@media(max-width:600px) {
  .certified-card__link {
    padding: 12px 20px
  }
}

.handle-calc {
  padding: 50px 0
}

.handle-calc__wrapper {
  position: relative
}

.handle-calc__wrapper:before {
  background-color: #232323;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%
}

@media(max-width:700px) {
  .handle-calc__wrapper:before {
    display: none
  }
}

.handle-calc__container {
  position: relative;
  z-index: 10
}

@media(max-width:1100px) {
  .handle-calc__container {
    padding-left: 0
  }
}

@media(max-width:700px) {
  .handle-calc__container {
    padding-right: 0
  }
}

.handle-calc__title {
  padding-bottom: 30px
}

@media(max-width:700px) {
  .handle-calc__title {
    padding-bottom: 15px
  }
}

.handle-calc__heading {
  font-weight: 600;
  padding-bottom: 20px
}

@media(max-width:700px) {
  .handle-calc__heading {
    padding-bottom: 10px
  }
}

.handle-calc__group {
  padding-bottom: 8px
}

.handle-calc__box {
  position: relative
}

@media(max-width:700px) {
  .handle-calc__box {
    margin: 0 auto
  }
}

.handle-calc__plate {
  height: 100%;
  width: 310px
}

@media(max-width:700px) {
  .handle-calc__plate {
    width: 180px
  }
}

@media(max-width:500px) {
  .handle-calc__plate {
    width: 160px
  }
}

.handle-calc__lamination {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5
}

.handle-calc__handle {
  display: block;
  height: auto;
  left: 8%;
  position: absolute;
  top: 14%;
  width: 55%;
  z-index: 10
}

.handle-calc__controls {
  background-color: #232323;
  border-radius: 20px 0 0 20px;
  color: #fff;
  margin-left: auto;
  padding: 43px 0 50px 70px;
  width: 740px
}

@media(max-width:1100px) {
  .handle-calc__controls {
    width: calc(100% - 340px)
  }
}

@media(max-width:992px) {
  .handle-calc__controls {
    padding: 30px 0 30px 30px
  }
}

@media(max-width:700px) {
  .handle-calc__controls {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
  }
}

.handle-calc__preview {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 7px;
  display: flex;
  height: 61px;
  justify-content: center;
  width: 100%
}

.handle-calc__success {
  fill: #a2c614;
  display: block;
  height: 30px;
  opacity: 0;
  width: 30px
}

.handle-calc__btn {
  display: block;
  text-align: center;
  width: 100%
}

.handle-calc__btn.active .handle-calc__preview {
  border: 3px solid #a2c614
}

.handle-calc__btn.active .handle-calc__success {
  opacity: 1
}

.handle-calc__label {
  color: #d6d6d6;
  display: block;
  font-size: 10px;
  line-height: 130%;
  padding-top: 6px
}

.handle-calc__variant {
  position: relative
}

.handle-calc__slider {
  margin: 0 auto;
  width: calc(100% - 72px)
}

@media(max-width:750px) {
  .handle-calc__slider {
    width: calc(100% - 60px)
  }
}

.handle-calc__arrow {
  fill: #fff;
  cursor: pointer;
  flex-shrink: 0;
  height: 24px;
  position: absolute;
  top: 20px;
  width: 10px
}

.handle-calc__arrow.disabled {
  opacity: .4
}

.handle-calc__arrow_prev {
  left: 0
}

.handle-calc__arrow_next {
  right: 0
}

.handle-calc__icon {
  fill: inherit;
  display: block;
  height: 100%;
  width: 100%
}

.handle-calc__footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px
}

@media(max-width:750px) {
  .handle-calc__footer {
    padding-top: 15px
  }
}

@media(max-width:575px) {
  .handle-calc__footer {
    justify-content: center;
    text-align: center
  }
}

.handle-calc__action {
  flex-shrink: 0;
  width: 260px
}

.handle-calc__callback {
  width: 100%
}

@media(max-width:575px) {
  .handle-calc__callback {
    padding: 10px 20px
  }
}

.handle-calc__note {
  color: #d6d6d6;
  font-size: 12px;
  line-height: 130%;
  padding-left: 24px;
  width: calc(100% - 260px)
}

@media(max-width:992px) {
  .handle-calc__note {
    padding-left: 0;
    padding-top: 15px;
    width: 100%
  }
}

.vybor {
  margin: 100px 0;
  min-height: 600px;
  position: relative
}

@media(max-width:768px) {
  .vybor {
    margin: 30px 0;
    min-height: 650px
  }
}

@media(max-width:576px) {
  .vybor {
    min-height: 700px
  }
}

.vybor .container {
  padding: 0
}

.vybor__controls {
  border-radius: 10px;
  bottom: -40px;
  height: -webkit-max-content;
  height: max-content;
  left: 50%;
  max-width: 1240px;
  padding: 50px 70px;
  position: absolute;
  top: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: max-content
}

@media(max-width:1300px) {
  .vybor__controls {
    bottom: 0;
    left: 0;
    padding: 40px 25px;
    position: static;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100vw
  }
}

.vybor__title {
  margin: 0 0 15px
}

.vybor__subtitle {
  font-size: 18px
}

.vybor__flex-min {
  align-items: center;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  row-gap: 8px
}

.vybor__item-min {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.vybor__item-min p {
  color: #d6d6d6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0
}

.vybor__img-min {
  border: 1px solid #fff;
  border-radius: 7px;
  height: 68px;
  overflow: hidden;
  width: 120px
}

.vybor__img-min img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.vybor__flex-max {
  align-items: top;
  display: flex;
  gap: 20px
}

@media(max-width:992px) {
  .vybor__flex-max {
    flex-wrap: wrap
  }
}

.vybor__item-max {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center
}

@media(max-width:992px) {
  .vybor__item-max {
    max-width: 150px
  }
}

.vybor__item-max p {
  color: #d6d6d6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0
}

.vybor__img-max {
  border: 1px solid #fff;
  border-radius: 7px;
  height: 123px;
  overflow: hidden;
  width: 260px
}

@media(max-width:992px) {
  .vybor__img-max {
    width: 150px
  }
}

.vybor__img-max img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.vybor__footer {
  align-items: center;
  margin-top: 50px
}

@media(max-width:768px) {
  .vybor__footer {
    margin-top: 25px
  }
}

.vybor__footer .handle-calc__note {
  max-width: 580px
}

.calculator {
  padding: 50px 0
}

.calculator-row {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0
}

.calculator__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 10px;
  width: 100%
}

@media(max-width:599px) {
  .calculator__title {
    font-size: 24px
  }
}

.calculator__text {
  font-size: 17px;
  margin-bottom: 15px;
  width: 100%
}

@media(max-width:599px) {
  .calculator__text {
    font-size: 14px
  }
}

.calculator__subtitle {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 22px
}

@media(max-width:599px) {
  .calculator__subtitle {
    font-size: 18px
  }
}

.calculator-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 59.83%
}

@media(max-width:1000px) {
  .calculator-types {
    width: 100%
  }
}

.calculator .noUi-vertical .noUi-origin {
  top: 0
}

.calculator .type {
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 102px;
  justify-content: center;
  transition: all .3s ease;
  width: 32%
}

@media(any-hover:hover) {
  .calculator .type:hover .type__icon path {
    fill: #a2c614
  }

  .calculator .type:hover .type__text {
    color: #a2c614
  }
}

.calculator .type.active {
  border-color: #a2c614
}

.calculator .type.active .type__icon path {
  fill: #a2c614
}

.calculator .type.active .type__text {
  color: #a2c614
}

.calculator .type__icon {
  display: block;
  height: 24px;
  margin-bottom: 10px
}

.calculator .type__icon path {
  fill: #4f4f4f;
  transition: all .3s ease
}

.calculator .type__text {
  color: #4f4f4f;
  font-size: 12px;
  transition: all .3s ease
}

.calculator-properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 0 auto auto;
  width: 34%
}

@media(max-width:1000px) {
  .calculator-properties {
    margin-top: 25px;
    width: 95%
  }
}

.calculator .property {
  margin-bottom: 15px;
  position: relative;
  width: 42%
}

.calculator .property.orange .noUi-handle, .calculator .property.orange .property-range .noUi-connect {
  background: #a2c614
}

.calculator .property.orange .property__icon path {
  fill: #a2c614
}

.calculator .property.green .noUi-handle, .calculator .property.green .property-range .noUi-connect {
  background: #00d58e
}

.calculator .property.green .property__icon path {
  fill: #00d58e
}

.calculator .property.purple .noUi-handle, .calculator .property.purple .property-range .noUi-connect {
  background: #9989ff
}

.calculator .property.purple .property__icon path {
  fill: #9989ff
}

.calculator .property.red .noUi-handle, .calculator .property.red .property-range .noUi-connect {
  background: #fb6f5a
}

.calculator .property.red .property__icon path {
  fill: #fb6f5a
}

.calculator .property__icon {
  bottom: 0;
  display: block;
  height: 22px;
  position: absolute;
  right: 105%;
  width: auto
}

.calculator .property__title {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
  width: 100%
}

.calculator .property-range {
  background: #eee;
  border: none;
  border-radius: 50px;
  height: 8px
}

.calculator .property .noUi-handle {
  border: none;
  border-radius: 14px;
  box-shadow: none;
  cursor: pointer;
  height: 14px;
  width: 14px
}

.calculator .property .noUi-handle, .calculator .property .noUi-handle:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.calculator .property .noUi-handle:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  width: 2px
}

.calculator .property .noUi-handle:after {
  display: none
}

.calculator .property .noUi-horizontal .noUi-origin {
  height: 100%
}

.calculator .window-preview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
  width: 100%
}

.calculator .window {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: .33%;
  position: relative;
  width: 16%
}

@media(max-width:1000px) {
  .calculator .window {
    margin-bottom: 10px;
    width: 24.33%
  }
}

@media(max-width:599px) {
  .calculator .window {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%
  }
}

@media(min-width:1200px) {
  .calculator .window:hover:before {
    top: -5px
  }
}

.calculator .window:before {
  background: #a2c614;
  border-radius: 5px;
  content: "";
  display: block;
  height: 137px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  transition: all .3s ease;
  width: 80%;
  z-index: 1
}

.calculator .window.hide {
  display: none
}

.calculator .window.active:before {
  top: 5px
}

.calculator .window.active .window__text:after {
  width: 60%
}

.calculator .window__img {
  border-radius: 5px;
  display: block;
  height: 137px;
  margin-bottom: 24px;
  object-fit: cover;
  position: relative;
  transition: all .3s ease;
  width: 100%;
  z-index: 2
}

.calculator .window__text {
  font-size: 17px;
  text-align: center
}

@media(max-width:1000px) {
  .calculator .window__text {
    font-size: 14px
  }
}

.calculator .window__text:after {
  background: #a2c614;
  content: "";
  display: block;
  height: 1px;
  margin: 2px auto 0;
  transition: all .3s ease;
  width: 0
}

.calculator__line {
  background: #efefef;
  height: 1px;
  width: 100%
}

.calculator .window-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
  width: 100%
}

.calculator .window-info.hide {
  display: none
}

.calculator .window-info-col:first-child {
  width: 28.55%
}

@media(max-width:1300px) {
  .calculator .window-info-col:first-child {
    width: 24.55%
  }
}

@media(max-width:1000px) {
  .calculator .window-info-col:first-child {
    width: 49%
  }
}

@media(max-width:599px) {
  .calculator .window-info-col:first-child {
    display: none
  }
}

.calculator .window-info-col:nth-child(2) {
  width: 18.79%
}

@media(max-width:1000px) {
  .calculator .window-info-col:nth-child(2) {
    width: 49%
  }
}

@media(max-width:599px) {
  .calculator .window-info-col:nth-child(2) {
    width: 100%
  }
}

.calculator .window-info-col:nth-child(3) {
  width: 49.23%
}

@media(max-width:1300px) {
  .calculator .window-info-col:nth-child(3) {
    width: 53.23%
  }
}

@media(max-width:1000px) {
  .calculator .window-info-col:nth-child(3) {
    padding: 15px 0;
    width: 100%
  }
}

.calculator .window-info-col-inner {
  display: flex;
  flex-wrap: wrap
}

.calculator .window-info__img {
  border-radius: 5px;
  height: 268px;
  object-fit: cover;
  width: 100%
}

.calculator .window-info__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px
}

.calculator .window-info__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px
}

.calculator .window-info-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.calculator .window-info-progress:not(:last-child) {
  margin-bottom: 15px
}

.calculator .window-info-progress.orange .window-info-progress-line__inner {
  background: #ffb43b
}

.calculator .window-info-progress.green .window-info-progress-line__inner {
  background: #00d58e
}

.calculator .window-info-progress.purple .window-info-progress-line__inner {
  background: #9989ff
}

.calculator .window-info-progress.red .window-info-progress-line__inner {
  background: #fb6f5a
}

.calculator .window-info-progress__rate, .calculator .window-info-progress__title {
  font-size: 12px;
  font-weight: 400
}

.calculator .window-info-progress-line {
  background: #eee;
  border-radius: 50px;
  height: 8px;
  margin-top: 5px;
  width: 100%
}

.calculator .window-info-progress-line__inner {
  border-radius: 50px;
  height: 100%
}

.calculator .window-info-table {
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden
}

@media(max-width:599px) {
  .calculator .window-info-table {
    width: 100%
  }
}

.calculator .window-info-table:not(:last-child) {
  margin-right: 10px
}

@media(max-width:599px) {
  .calculator .window-info-table:not(:last-child) {
    margin: 0 0 10px
  }
}

.calculator .window-info-table td {
  min-height: 34px;
  padding: 8px 10px
}

.calculator .window-info-table tr:nth-child(2n) {
  background: #ededed
}

.calculator .window-info-table tr td:not(:last-child) {
  position: relative
}

.calculator .window-info-table tr td:not(:last-child):after {
  background: #dadada;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px
}

.calculator .settings {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 15px;
  width: 100%
}

.calculator .settings-col {
  width: 48%
}

@media(max-width:1000px) {
  .calculator .settings-col {
    width: 100%
  }
}

.calculator .settings-row {
  display: flex;
  justify-content: space-between
}

@media(max-width:599px) {
  .calculator .settings-row {
    flex-wrap: wrap
  }
}

.calculator .settings-row .settings-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0
}

@media(max-width:599px) {
  .calculator .settings-row .settings-select {
    flex-wrap: wrap;
    margin: 10px 0
  }
}

.calculator .settings-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative
}

.calculator .settings-sections-col {
  min-height: 360px
}

.calculator .settings-sections-col_small {
  width: 12.74%
}

.calculator .settings-sections-col_big {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 82.79%
}

.calculator .settings-sections__type {
  cursor: pointer;
  display: block;
  width: 100%
}

.calculator .settings-sections__type:not(:last-child) {
  margin-bottom: 15px
}

@media(min-width:1200px) {
  .calculator .settings-sections__type:hover svg rect {
    fill: #a2c614;
    stroke: #fff
  }
}

.calculator .settings-sections__type.active svg rect {
  fill: #a2c614;
  stroke: #fff
}

.calculator .settings-sections__type svg {
  display: block;
  max-width: 100%
}

.calculator .settings-sections__type svg rect {
  fill: #fff
}

.calculator .settings-windows {
  align-items: flex-start;
  border: 1.44473px solid #c5c5c5;
  display: inline-flex;
  height: auto;
  justify-content: center;
  margin: 25px 0;
  max-width: 80%;
  padding: 10px;
  width: auto
}

.calculator .settings__window {
  display: none;
  max-width: 100%;
  min-width: 33.3%;
  width: auto
}

.calculator .settings__window.show {
  display: block
}

.calculator .settings-select {
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 20px 0;
  padding: 0 5px;
  position: relative
}

@media(max-width:599px) {
  .calculator .settings-select {
    width: 100%
  }
}

.calculator .settings-select.hide {
  display: none
}

.calculator .settings-select.active .settings-select__input {
  border-radius: 5px 5px 0 0
}

.calculator .settings-select.active .settings-select-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible
}

.calculator .settings-select.active .settings-select__button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.calculator .settings-select__title {
  background: #fff;
  font-size: 12px;
  left: 22px;
  line-height: 1;
  padding: 2px 6px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.calculator .settings-select__input {
  background-color: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  height: 47px;
  padding: 0 40px 0 22px;
  width: 100%
}

.calculator .settings-select__button {
  align-items: center;
  background: #a2c614;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  z-index: 2
}

.calculator .settings-select__button svg {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.calculator .settings-select-menu {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-top: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
  visibility: hidden;
  width: calc(100% - 5px);
  z-index: 4
}

.calculator .settings-select-menu__link {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 22px;
  text-align: left;
  width: 100%
}

@media(any-hover:hover) {
  .calculator .settings-select-menu__link:hover {
    background: #a2c614;
    color: #fff
  }
}

.calculator .settings-select-menu__link:not(:last-child) {
  border-bottom: 1px solid #d2d2d2
}

.calculator .settings-select-menu__link.active {
  background: #a2c614;
  color: #fff
}

.calculator .settings-slider {
  border: none;
  position: absolute
}

.calculator .settings-slider_horizontal {
  height: 2px;
  left: 50%;
  margin: 0 auto;
  top: -10px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 80%
}

.calculator .settings-slider_horizontal .noUi-handle {
  height: 12px;
  right: 0;
  top: -5px;
  width: 8px
}

.calculator .settings-slider_vertical {
  height: 80%;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px
}

@media(max-width:700px) {
  .calculator .settings-slider_vertical {
    right: -5px
  }
}

.calculator .settings-slider_vertical .noUi-handle {
  height: 8px;
  right: -5px;
  top: 0;
  width: 12px
}

.calculator .settings-slider .noUi-handle {
  background: #c4c4c4;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer
}

.calculator .settings-slider .noUi-handle:after, .calculator .settings-slider .noUi-handle:before {
  display: none
}

.calculator .settings-slider .noUi-connects {
  background: #c4c4c4;
  border-radius: 0
}

.calculator .settings-size {
  background: #fff;
  color: #a2c614;
  display: block;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 150px
}

.calculator .settings-size_width {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.calculator .settings-size_height {
  bottom: 50%;
  right: 15px;
  -webkit-transform: rotate(-90deg) translate(50%);
  transform: rotate(-90deg) translate(50%);
  -webkit-transform-origin: right;
  transform-origin: right
}

.calculator .final-cards {
  width: 100%
}

.calculator .final-card {
  align-items: center;
  background: #f5f4f4;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  width: 100%
}

@media(max-width:599px) {
  .calculator .final-card {
    padding: 15px
  }
}

.calculator .final-card .final-card-col:first-child {
  border-right: 1px solid #ff8b00;
  width: 20%
}

@media(max-width:599px) {
  .calculator .final-card .final-card-col:first-child {
    border-right: none;
    margin-bottom: 15px;
    width: 100%
  }
}

.calculator .final-card .final-card-col:nth-child(2) {
  width: 80%
}

@media(max-width:599px) {
  .calculator .final-card .final-card-col:nth-child(2) {
    width: 100%
  }
}

.calculator .final-card__title {
  font-size: 22px;
  font-weight: 700
}

.calculator .final-card__subtitle {
  font-size: 14px;
  font-weight: 400
}

.calculator .final-card__properties {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px
}

@media(max-width:599px) {
  .calculator .final-card__properties {
    padding: 0
  }
}

.calculator .final-card-counter {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%
}

.calculator .final-card-counter__btn {
  border: 1px solid #b7b7b7;
  height: 31px;
  position: relative;
  transition: all .3s ease;
  width: 31px
}

@media(min-width:1200px) {
  .calculator .final-card-counter__btn:hover {
    background: #a2c614;
    border-color: #a2c614
  }

  .calculator .final-card-counter__btn:hover:after, .calculator .final-card-counter__btn:hover:before {
    background: #fff
  }
}

.calculator .final-card-counter__btn:after, .calculator .final-card-counter__btn:before {
  background: #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .3s ease
}

.calculator .final-card-counter__btn_minus:after, .calculator .final-card-counter__btn_plus:before {
  height: 1px;
  width: 12px
}

.calculator .final-card-counter__btn_plus:after {
  height: 12px;
  width: 1px
}

.calculator .final-card-counter__input {
  background: #fff;
  height: 51px;
  margin: 0 7px;
  text-align: center;
  width: 51px
}

.calculator .final-card__del {
  cursor: pointer;
  width: 100%
}

.calculator .final-card__del svg {
  display: block;
  width: 100%
}

.calculator .last-step {
  flex-wrap: wrap
}

.calculator .copy-curr-window, .calculator .last-step {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.calculator .copy-curr-window {
  border: 1px solid #d20a11;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  max-width: 228px;
  padding: 18px 28px;
  transition: all .3s ease
}

@media(any-hover:hover) {
  .calculator .copy-curr-window:hover {
    background: #d20a11;
    color: #fff
  }

  .calculator .copy-curr-window:hover span {
    color: #fff
  }
}

.calculator .copy-curr-window span {
  color: #d20a11;
  font-size: 22px;
  transition: all .3s ease
}

.settings-output {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px
}

@media screen and (max-width:1600px) {
  .settings-output {
    padding-bottom: calc(12.5px + 1.71875vw);
    padding-left: calc(12.5px + 1.71875vw);
    padding-right: calc(12.5px + 1.71875vw);
    padding-top: calc(12.5px + 1.71875vw)
  }
}

.settings-output__list li {
  padding: .4em 0
}

.settings-output__order {
  margin-top: 15px;
  padding: 12px 30px
}

.basket {
  background-color: #f8f8f8;
  border-radius: 5px;
  display: none;
  padding: 25px;
  width: 100%
}

.basket._show {
  display: block
}

.basket__title {
  border-bottom: 2px dotted #aaa;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px
}

@media screen and (max-width:1600px) {
  .basket__title {
    font-size: calc(16.5px + .46875vw)
  }
}

.basket__item {
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0
}

.basket__text {
  font-size: 15px;
  padding-right: 15px;
  width: calc(100% - 120px)
}

.basket__btn {
  align-items: center;
  padding: 10px 15px
}

.basket__btn--size_md {
  width: 220px
}

.basket__btn--size_xs {
  width: 120px
}

.basket__footer {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  text-transform: uppercase
}

.basket-form__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.basket-form__col {
  padding: 0 10px;
  width: 50%
}

.basket-form__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em
}

@media screen and (max-width:1600px) {
  .basket-form__subtitle {
    font-size: calc(15px + .3125vw)
  }
}

.basket-form__field {
  font-weight: 600;
  padding: 5px 0
}

.basket-form__policy {
  padding: 15px 10px 0
}

.basket-form__ckeckbox {
  flex-shrink: 0
}

.basket-form__footer {
  margin-top: 15px;
  text-align: center
}

.basket-form__submit {
  min-width: 220px;
  padding: 12px 15px
}

@media screen and (max-width:575px) {
  .basket__item {
    justify-content: flex-end
  }

  .basket__text {
    font-size: 13px;
    padding-bottom: 12px;
    padding-right: 0;
    width: 100%
  }

  .basket-form__col {
    width: 100%
  }

  .basket-form__content {
    max-height: 300px;
    overflow-y: scroll
  }
}

.calc-select {
  position: relative
}

.calc-select__title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 28px
}

@media(max-width:575px) {
  .calc-select__title {
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 12px
  }
}

.calc-select__box {
  align-items: center;
  background: #fff;
  border-radius: 33px;
  cursor: pointer;
  display: flex;
  padding: 8px 8px 9px 26px;
  position: relative
}

.calc-select__box.active .calc-select__shape {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.calc-select__box.active .calc-select__dropdown {
  -webkit-transform: translateY(100%) scaleY(1);
  transform: translateY(100%) scaleY(1)
}

.calc-select__shape {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 35px;
  justify-content: center;
  padding: 12px 6px 8px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 35px
}

.calc-select__placeholder {
  flex-grow: 1;
  padding-right: 20px
}

.calc-select__arrow {
  fill: #141414;
  opacity: .5;
  width: 100%
}

.calc-select__dropdown {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  box-shadow: 0 4px 4px rgba(89, 89, 89, .25);
  left: 0;
  max-height: 300px;
  overflow: auto;
  padding: 0 0 20px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%) scaleY(0);
  transform: translateY(100%) scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 200
}

.calc-select__option {
  color: #141414;
  padding: 10px 10px 10px 26px
}

.calc-select__option.active {
  background-color: #a2c614;
  color: #fff
}

@media(any-hover:hover) {
  .calc-select__option:hover {
    background-color: #a2c614;
    color: #fff
  }
}

.calc-select__input {
  left: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.calc-price__container {
  margin: 100px 0
}

@media(max-width:768px) {
  .calc-price__container {
    margin: 40px 0
  }
}

.calc-price__subtitle {
  color: #121221;
  font-size: 24px;
  line-height: normal;
  margin: 20px 0 50px;
  text-align: center
}

@media(max-width:768px) {
  .calc-price__subtitle {
    font-size: 18px;
    margin: 15px 0 25px
  }
}

.calc-price__main {
  display: flex;
  flex-direction: row;
  gap: 70px;
  justify-content: center;
  width: 50%
}

@media(max-width:900px) {
  .calc-price__main {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    max-width: 580px;
    width: 100%
  }
}

.calc-price__aside {
  max-width: 570px;
  width: 50%
}

@media(max-width:900px) {
  .calc-price__aside {
    width: 100%
  }
}

.calc-price__group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 60px
}

.calc-price__type {
  align-items: flex-end;
  border: 1px solid #141414;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: -webkit-max-content;
  height: max-content;
  margin-left: 20px;
  margin-top: 60px;
  padding: 25px 23px
}

@media(max-width:900px) {
  .calc-price__type {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 0
  }
}

.calc-price__frame {
  grid-gap: 5px;
  display: grid;
  gap: 5px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: -webkit-max-content;
  width: max-content
}

@media(max-width:900px) {
  .calc-price__frame {
    max-width: calc(100% - 90px)
  }
}

.calc-price__frame_type_1 {
  max-width: 370px;
  padding: 20px
}

@media(max-width:575px) {
  .calc-price__frame_type_1 {
    padding: 10px
  }
}

.calc-price__frame_type_2 {
  grid-template-columns: repeat(2, 1fr)
}

.calc-price__frame_type_3 {
  grid-template-columns: repeat(3, 1fr)
}

.calc-price__box {
  width: 100%
}

.calc-price__switch {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative
}

.calc-price__switch-radio {
  left: 100%;
  position: absolute
}

.calc-price__switch-radio:checked+.calc-price__switch-icon {
  opacity: 1
}

.calc-price__switch-icon {
  display: block;
  height: auto;
  object-fit: contain;
  opacity: .6;
  width: 40px
}

.calc-price__select {
  padding: 15px 0
}

@media(max-width:900px) {
  .calc-price__select {
    padding: 10px 0
  }
}

.calc-price__select .calc-select__title {
  color: #121212
}

.calc-price__select .calc-select__box {
  background: transparent;
  border: 1px solid #121212;
  border-radius: 10px;
  color: #121212
}

.calc-price__sizer {
  background: #fff;
  border: 1px solid #121212;
  border-radius: 33px;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 90px
}

.calc-price__sizer_type_width {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -60px);
  transform: translate(-50%, -60px)
}

.calc-price__sizer_type_height {
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg) translate(26%, 90px);
  transform: rotate(-90deg) translate(26%, 90px)
}

@media(max-width:575px) {
  .calc-price__sizer_type_height {
    -webkit-transform: rotate(-90deg) translate(26%, 70px);
    transform: rotate(-90deg) translate(26%, 70px)
  }
}

.calc-price__settings {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 60px
}

.calc-price__settings_type_3 .calc-price__item:nth-child(n+2) {
  width: 50%
}

@media(max-width:480px) {
  .calc-price__settings_type_3 .calc-price__item:nth-child(n+2) {
    width: 100%
  }
}

@media(max-width:575px) {
  .calc-price__settings {
    padding-top: 15px
  }
}

.calc-price__item {
  padding: 10px;
  width: 100%
}

.calc-price__plate {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 40px 25px 30px
}

.calc-price__output {
  font-size: 14px
}

.calc-price__valiable {
  font-weight: 700
}

.calc-price__footer {
  padding-top: 25px;
  text-align: center
}

.calc-price__btn {
  max-width: 100%;
  width: 250px
}

.calc-price__main-img {
  height: 455px;
  object-fit: contain;
  width: auto
}

.info-block {
  padding: 0 0 100px
}

.info-block__title {
  margin-bottom: 15px
}

.info-block__title span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 10px 0
}

.info-block__image {
  width: 26.6666666667%
}

@media(max-width:991px) {
  .info-block__image {
    order: 2;
    width: 100%
  }
}

.info-block__content {
  padding-left: 60px;
  width: 70%
}

@media(max-width:991px) {
  .info-block__content {
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%
  }
}

.info-block__item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 420px
}

@media(max-width:991px) {
  .info-block__item {
    margin: 0 auto;
    max-width: 50%
  }
}

@media(max-width:768px) {
  .info-block__item {
    max-width: 100%;
    min-height: 360px
  }
}

@media(max-width:440px) {
  .info-block__item {
    min-height: 260px
  }
}

.info-block__descr p {
  margin-bottom: 25px
}

.info-block__bottom {
  align-items: center;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px
}

.info-block__bottom .btn-base {
  padding-left: 60px;
  padding-right: 60px
}

.info-block__bottom p {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0
}

.plastic-w {
  background: #f1f1f1;
  padding: 50px 0 100px
}

@media(max-width:575px) {
  .plastic-w {
    padding: 30px 0
  }
}

.plastic-w .container {
  max-width: 1280px
}

.plastic-w__head {
  padding-bottom: 40px;
  text-align: center
}

@media(max-width:575px) {
  .plastic-w__head {
    padding-bottom: 20px
  }
}

.plastic-w__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.plastic-w__grid--fl-s {
  justify-content: flex-start;
  margin: 0 -15px
}

.plastic-w__item {
  padding: 20px 0;
  width: calc(50% - 7px)
}

.plastic-w__item._w-33 {
  margin: 0 15px 30px;
  width: calc(33.3% - 30px)
}

.plastic-w-card {
  border-radius: 10px;
  display: flex;
  height: 100%;
  overflow: hidden
}

@media(max-width:1200px) {
  .plastic-w-card {
    flex-wrap: wrap
  }
}

.plastic-w-card__mark {
  bottom: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  min-width: 40px;
  padding: 0 7px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}

.plastic-w-card__mark_primary {
  background-color: #232323;
  color: #fff
}

.plastic-w-card__mark_secondary {
  background-color: #a2c614;
  color: #fff
}

@media(max-width:380px) {
  .plastic-w-card__mark {
    display: none
  }
}

.plastic-w-card__plate {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  padding: 20px 40px;
  position: relative
}

@media(max-width:1200px) {
  .plastic-w-card__plate {
    flex-wrap: wrap;
    padding: 20px 30px 20px 60px
  }
}

@media(max-width:380px) {
  .plastic-w-card__plate {
    padding: 20px
  }
}

.plastic-w-card__img {
  flex-shrink: 0;
  width: 190px
}

@media(max-width:1200px) {
  .plastic-w-card__img {
    margin: 0 auto;
    width: 150px
  }
}

.plastic-w-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%
}

@media(max-width:1200px) {
  .plastic-w-card__content {
    height: auto
  }
}

.plastic-w-card__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px
}

@media(max-width:1200px) {
  .plastic-w-card__title {
    text-align: center
  }
}

@media(max-width:768px) {
  .plastic-w-card__title {
    font-size: 26px
  }
}

@media(max-width:575px) {
  .plastic-w-card__title {
    font-size: 22px
  }
}

.plastic-w-card__subtitle {
  font-size: 14px;
  margin-bottom: 20px
}

@media(max-width:1200px) {
  .plastic-w-card__subtitle {
    text-align: center
  }
}

.plastic-w-card__group {
  display: flex;
  flex-wrap: wrap;
  margin: auto -7px 20px
}

@media(max-width:1200px) {
  .plastic-w-card__group {
    flex-direction: column;
    margin: auto 0 20px
  }
}

.plastic-w-card__col {
  margin: 0 7px;
  width: calc(33.3% - 15px)
}

@media(max-width:1200px) {
  .plastic-w-card__col {
    margin: 0 0 10px;
    width: 100%
  }
}

.plastic-w-card__btns {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media(max-width:1200px) {
  .plastic-w-card__btns {
    align-items: center;
    flex-direction: column
  }

  .plastic-w-card__btns .plastic-w-card__btn:first-child {
    margin-bottom: 10px
  }
}

.plastic-w-card__range {
  background-color: #e5e5e5;
  border-radius: 13px;
  height: 10px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.plastic-w-card__range:before {
  background-color: #a2c614;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(var(--p)*1%)
}

.plastic-w-card__item {
  display: flex;
  flex-direction: column
}

.plastic-w-card__price {
  margin-bottom: 10px;
  text-align: center
}

.plastic-w-card__price span {
  font-size: 28px;
  font-weight: 600
}

.plastic-w-card__btn {
  min-width: 140px;
  padding: 7px 27px
}

.plastic-w-offer {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  padding: 20px 20px 0 60px
}

.plastic-w-offer.mobile {
  display: none
}

@media(max-width:1200px) {
  .plastic-w-offer.mobile {
    display: block;
    margin-top: 20px;
    padding-left: 40px
  }
}

@media(max-width:640px) {
  .plastic-w-offer.mobile {
    padding: 20px
  }
}

.plastic-w-offer__grid {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap
}

@media(max-width:1200px) {
  .plastic-w-offer__grid {
    justify-content: space-between
  }
}

.plastic-w-offer__img {
  width: 50%
}

@media(max-width:1200px) {
  .plastic-w-offer__img {
    width: calc(30% - 20px)
  }
}

@media(max-width:640px) {
  .plastic-w-offer__img {
    display: none
  }
}

.plastic-w-offer__content {
  padding-bottom: 40px;
  width: 50%
}

@media(max-width:1200px) {
  .plastic-w-offer__content {
    width: calc(70% - 20px)
  }
}

@media(max-width:640px) {
  .plastic-w-offer__content {
    padding-bottom: 0;
    text-align: center;
    width: 100%
  }
}

.plastic-w-offer__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px
}

.plastic-w-offer__subtitle {
  font-size: 14px;
  margin-bottom: 20px
}

.plastic-w-offer__numb {
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px
}

@media(max-width:640px) {
  .plastic-w-offer__numb {
    font-size: 36px
  }
}

.plastic-w-offer__numb span {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%
}

@media(max-width:640px) {
  .plastic-w-offer__numb span {
    font-size: 20px
  }
}

.plastic-w-offer__btn {
  min-width: 190px;
  padding: 10px 27px
}

.plastic-w-card-2__plate {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  position: relative
}

@media(max-width:1200px) {
  .plastic-w-card-2__plate {
    flex-wrap: wrap;
    padding: 20px
  }
}

@media(max-width:380px) {
  .plastic-w-card-2__plate {
    padding: 20px
  }
}

.plastic-w-card-2__img {
  margin-bottom: 25px
}

.plastic-w-card-2__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%
}

@media(max-width:1200px) {
  .plastic-w-card-2__content {
    height: auto
  }
}

.plastic-w-card-2__group {
  flex-direction: column;
  margin: 0 0 30px
}

.plastic-w-card-2__col {
  margin: 0;
  width: 100%
}

@media(max-width:1200px) {
  .plastic-w-card-2__col {
    margin: 0 0 10px;
    width: 100%
  }
}

.plastic-w-card-2__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.plastic-w-card-2__item span {
  width: calc(50% - 5px)
}

.best-fittings {
  padding-bottom: 100px
}

@media(max-width:1200px) {
  .best-fittings {
    padding-bottom: 60px
  }
}

.best-fittings__head {
  padding-bottom: 60px;
  text-align: center
}

.best-fittings__title {
  padding-bottom: 10px
}

.best-fittings__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.best-fittings__item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: calc(50% - 15px)
}

@media(max-width:600px) {
  .best-fittings__item {
    margin-bottom: 20px;
    width: 100%
  }
}

.best-fittings__wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 47.3684210526%;
  position: relative
}

.best-fittings__logo {
  background: #fff;
  border-radius: 5px;
  display: flex;
  height: 84px;
  left: 15px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 15px;
  width: 180px
}

@media(max-width:1200px) {
  .best-fittings__logo {
    height: 60px;
    width: 120px
  }
}

.best-fittings__content {
  background-color: #f1f1f1;
  color: #232323;
  flex-grow: 1;
  padding: 30px
}

@media(max-width:600px) {
  .best-fittings__content {
    padding: 15px
  }
}

.om-why {
  padding: 80px 0
}

.om-why__container {
  display: flex;
  flex-wrap: wrap
}

.om-why__img {
  background: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px 40px;
  width: 32.0512820513%
}

@media(max-width:1200px) {
  .om-why__img {
    margin: 0 auto;
    max-width: 300px;
    order: 2;
    padding: 20px;
    width: 100%
  }
}

@media(max-width:480px) {
  .om-why__img {
    max-width: 100%
  }
}

.om-why__content {
  padding-left: 60px;
  width: 66.6666666667%
}

@media(max-width:1200px) {
  .om-why__content {
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%
  }
}

.om-why__title {
  margin-bottom: 50px
}

@media(max-width:1200px) {
  .om-why__title {
    margin-bottom: 30px;
    text-align: center
  }
}

.om-why__grid {
  grid-row-gap: 20px;
  grid-column-gap: 45px;
  -webkit-column-gap: 45px;
  column-gap: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px
}

@media(max-width:670px) {
  .om-why__grid {
    grid-template-columns: 1fr
  }
}

.om-why__item, .om-why__shape {
  align-items: center;
  display: flex
}

.om-why__shape {
  background-color: #232323;
  border-radius: 50%;
  flex-shrink: 0;
  height: 57px;
  justify-content: center;
  padding: 12px 15px;
  width: 57px
}

.om-why__text {
  padding-left: 1em
}

.om-why__icon {
  fill: #fff;
  height: 100%;
  width: 100%
}

.mosd-block {
  margin-bottom: 40px
}

.mosd-block__title {
  margin-bottom: 15px
}

.mosd-block__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.mosd-block__img-wrapper {
  background: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  padding: 90px 60px;
  width: calc(45% - 50px)
}

@media(max-width:1200px) {
  .mosd-block__img-wrapper {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%
  }
}

.mosd-block__img {
  margin: 0 auto
}

@media(max-width:1200px) {
  .mosd-block__img {
    height: 200px
  }
}

.mosd-block__content {
  display: flex;
  flex-direction: column;
  width: calc(55% - 50px)
}

@media(max-width:1200px) {
  .mosd-block__content {
    width: 100%
  }
}

.mosd-block__smalltext {
  margin-bottom: 40px
}

@media(max-width:1200px) {
  .mosd-block__smalltext {
    margin-bottom: 20px
  }
}

.mosd-block__subtitle {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px
}

.mosd-block__grid {
  grid-gap: 10px 30px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px
}

@media(max-width:575px) {
  .mosd-block__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.mosd-block__box {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px 15px
}

.mosd-block__group, .mosd-block__round {
  align-items: center;
  display: flex
}

.mosd-block__round {
  background-color: #232323;
  border-radius: 50%;
  flex-shrink: 0;
  height: 47px;
  justify-content: center;
  padding: 5px 12px;
  width: 47px
}

.mosd-block__heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 20px
}

.mosd-block__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto
}

@media(max-width:1200px) {
  .mosd-block__btns {
    justify-content: center
  }
}

@media(max-width:680px) {
  .mosd-block__btns {
    align-items: center;
    flex-direction: column
  }
}

.mosd-block__btn {
  padding: 10px 50px;
  width: 290px
}

@media(max-width:1200px) {
  .mosd-block__btn:first-child {
    margin-right: 20px
  }
}

@media(max-width:680px) {
  .mosd-block__btn:first-child {
    margin-bottom: 20px;
    margin-right: 0
  }

  .mosd-block__btn {
    width: 100%
  }
}

.mosd-block__cloth-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(45% - 50px)
}

@media(max-width:1200px) {
  .mosd-block__cloth-grid {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%
  }
}

.mosd-block__cloth-left {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  width: 160px
}

@media(max-width:480px) {
  .mosd-block__cloth-left {
    justify-content: space-around;
    margin-bottom: 30px;
    padding-bottom: 40px;
    width: 100%
  }
}

.mosd-block__cloth-right {
  position: relative;
  width: calc(100% - 180px)
}

@media(max-width:480px) {
  .mosd-block__cloth-right {
    margin: 0 auto 20px;
    width: 200px
  }
}

.mosd-block__range-item {
  position: relative;
  text-align: center;
  width: 80px
}

@media(max-width:480px) {
  .mosd-block__range-item {
    min-height: 150px
  }
}

.mosd-block__range {
  background-color: #757575;
  border: 5px solid #232323;
  border-radius: 30px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 30px
}

.mosd-block__range:before {
  background-color: #a2c614;
  border-radius: 30px;
  bottom: 0;
  content: "";
  height: calc(var(--p)*1%);
  left: 0;
  position: absolute;
  width: 100%
}

.mosd-block__range-round {
  align-items: center;
  background-color: #fff;
  border: 5px solid #232323;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: -40px auto 10px;
  position: relative;
  width: 50px
}

.mosd-block__range-icon {
  fill: #232323;
  height: 20px;
  width: 20px
}

.mosd-block__cloth-text {
  font-size: 14px;
  margin-bottom: 60px;
  max-width: 400px
}

@media(max-width:1200px) {
  .mosd-block__cloth-text {
    max-width: 100%
  }
}

@media(max-width:575px) {
  .mosd-block__cloth-text {
    margin-bottom: 30px
  }
}

.mosd-block__range-text {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  line-height: 120%
}

.mosd-block__texture {
  border-radius: 50%;
  overflow: hidden;
  width: 100%
}

.mosd-block__texture:before {
  content: "";
  display: block;
  padding-top: 100%
}

.mosd-block__cloth-wrapper {
  align-items: center;
  background-color: #232323;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px
}

.mosd-block__cloth-icon {
  fill: #fff;
  height: 30px;
  width: 30px
}

.mosd-video {
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 15px
}

.mosd-video__container {
  display: flex;
  flex-wrap: wrap
}

.mosd-video__bg-wrapper {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 200px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 33.3%
}

@media(max-width:1200px) {
  .mosd-video__bg-wrapper {
    margin: 0 auto 20px;
    padding: 20px;
    width: 320px
  }
}

.mosd-video__bg-wrapper:before {
  background-color: rgba(35, 35, 35, .6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.mosd-video__content {
  padding-left: 40px;
  width: 66.6%
}

@media(max-width:1200px) {
  .mosd-video__content {
    padding-left: 0;
    width: 100%
  }
}

.mosd-video__title {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px
}

.mosd-video__btn {
  position: relative
}

.mosd-chars {
  margin-bottom: 80px
}

.mosd-chars__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.mosd-chars__left {
  padding-top: 20px;
  width: calc(70% - 15px)
}

@media(max-width:1200px) {
  .mosd-chars__left {
    order: 2;
    width: 100%
  }
}

.mosd-chars__right {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px 30px;
  width: calc(30% - 15px)
}

@media(max-width:1200px) {
  .mosd-chars__right {
    padding: 20px;
    width: 100%
  }
}

.mosd-chars__title {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px
}

.mosd-chars__list li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative
}

.mosd-chars__list li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px
}

.mosd-chars__grid {
  display: flex
}

@media(max-width:991px) {
  .mosd-chars__grid {
    flex-direction: column
  }
}

.mosd-chars__item {
  align-items: center;
  display: flex
}

.mosd-chars__item:not(:last-child) {
  margin-right: 20px
}

@media(max-width:991px) {
  .mosd-chars__item:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0
  }
}

.mosd-chars__img {
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  width: 80px
}

.mosd-chars__name span {
  font-weight: 600
}

.mosd-right {
  padding: 100px 300px
}

@media screen and (max-width:1600px) {
  .mosd-right {
    padding-bottom: calc(12.5px + 5.46875vw);
    padding-left: calc(-62.5px + 22.65625vw);
    padding-right: calc(-62.5px + 22.65625vw);
    padding-top: calc(12.5px + 5.46875vw)
  }
}

@media(max-width:1680px) {
  .mosd-right {
    padding: 60px 100px
  }
}

@media(max-width:1380px) {
  .mosd-right {
    padding: 60px;
    padding: 40px 15px
  }
}

.mosd-right__container {
  display: flex;
  flex-wrap: wrap
}

.mosd-right__title {
  margin-bottom: 10px
}

.mosd-right__img-wrapper {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 70px 50px;
  width: 50%
}

@media(max-width:1200px) {
  .mosd-right__img-wrapper {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%
  }

  .mosd-right__img {
    height: 200px;
    margin: 0 auto
  }
}

.mosd-right__content {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  width: 50%
}

@media(max-width:1200px) {
  .mosd-right__content {
    padding-left: 0;
    width: 100%
  }
}

.mosd-right__header {
  margin-bottom: 30px
}

.mosd-right__info, .mosd-right__text {
  margin-bottom: 20px
}

.mosd-right__info {
  color: #232323;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  padding-left: 20px;
  position: relative
}

.mosd-right__info:before {
  background-color: #a2c614;
  border-radius: 13px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px
}

.mosd-right__btn {
  margin-top: auto;
  max-width: 260px
}

.pd-main {
  margin-bottom: 60px;
  padding-top: 60px
}

@media(max-width:1200px) {
  .pd-main {
    margin-bottom: 30px
  }
}

.pd-main__container {
  display: flex;
  flex-wrap: wrap
}

.pd-main__img-wrapper {
  position: relative;
  width: 35%
}

@media(max-width:1200px) {
  .pd-main__img-wrapper {
    height: 350px;
    margin: 0 auto;
    max-width: 350px;
    order: 2;
    width: 100%
  }
}

@media(max-width:768px) {
  .pd-main__img-wrapper {
    margin: 0 auto 20px
  }
}

.pd-main__img-wrapper:before {
  background: #f1f1f1;
  border-radius: 10px;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%
}

.pd-main__img-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  width: 100%
}

.pd-main__content {
  padding: 0 30px;
  width: 40%
}

@media(max-width:1200px) {
  .pd-main__content {
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0;
    width: 100%
  }
}

.pd-main__title {
  margin-bottom: 50px
}

@media screen and (max-width:1600px) {
  .pd-main__title {
    margin-bottom: calc(12.5px + 2.34375vw)
  }
}

.pd-main__title._fw {
  max-width: 100%
}

@media(max-width:768px) {
  .pd-main__chars {
    margin-bottom: 20px
  }
}

.pd-main__detail {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: 25%
}

@media(max-width:1200px) {
  .pd-main__detail {
    padding-left: 0;
    width: 40%
  }
}

@media(max-width:768px) {
  .pd-main__detail {
    margin: 0 auto;
    max-width: 350px;
    order: 3;
    width: 100%
  }
}

.pd-main__row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.pd-main__row:not(:last-child) {
  margin-bottom: 20px
}

.pd-main__col {
  color: #232323;
  font-size: 18px;
  line-height: 140%
}

.pd-main__col:first-child {
  font-weight: 600;
  width: calc(65% - 5px)
}

.pd-main__col:last-child {
  text-align: right;
  width: calc(35% - 5px)
}

@media(max-width:500px) {
  .pd-main__col:first-child {
    width: 100%
  }

  .pd-main__col:last-child {
    text-align: left;
    width: 100%
  }
}

.pd-main__price {
  color: #232323;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: auto;
  text-align: center
}

@media screen and (max-width:1600px) {
  .pd-main__price {
    font-size: calc(16.5px + .46875vw)
  }
}

.pd-main__price span {
  font-size: 40px;
  font-weight: 600
}

@media screen and (max-width:1600px) {
  .pd-main__price span {
    font-size: calc(17.5px + 1.40625vw)
  }
}

.pd-main__btn {
  margin-bottom: 15px;
  width: 100%
}

.pd-main__icon-btn {
  margin: 0 auto
}

.pd-chars {
  margin: 100px 0
}

@media(max-width:1200px) {
  .pd-chars {
    margin: 30px 0
  }
}

.pd-chars__container {
  display: flex;
  flex-wrap: wrap
}

.pd-chars__head {
  margin-bottom: 30px
}

.pd-chars__title {
  margin-bottom: 10px
}

.pd-chars__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1
}

.pd-chars__content {
  padding-right: 30px;
  width: calc(100% - 370px)
}

@media(max-width:991px) {
  .pd-chars__content {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%
  }
}

.pd-chars__aside {
  width: 370px
}

@media(max-width:991px) {
  .pd-chars__aside {
    margin: 0 auto;
    max-width: 370px;
    width: 100%
  }
}

.pd-chars__group {
  position: relative
}

.pd-chars__control {
  fill: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 2
}

.pd-chars__arrow {
  fill: inherit
}

.pd-chars__pager {
  width: 100%
}

.pd-chars__control_prev {
  left: 10px
}

.pd-chars__control_next {
  right: 10px
}

.pd-chars__control.disabled {
  opacity: .3
}

.pd-profiles {
  margin: 100px 0
}

@media(max-width:1200px) {
  .pd-profiles {
    margin: 30px 0
  }
}

.pd-profiles__head {
  margin-bottom: 30px;
  text-align: center
}

.pd-profiles__title {
  margin-bottom: 10px
}

.pd-profiles__wrapper {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  transition: height .3s ease
}

@media(max-width:1200px) {
  .pd-profiles__wrapper {
    overflow-x: auto
  }
}

.pd-profiles__table {
  border: 2px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 10px;
  flex-grow: 1
}

@media(max-width:1200px) {
  .pd-profiles__table {
    min-width: 1000px
  }
}

.pd-profiles__table tbody tr:nth-child(odd) {
  background-color: #e6e6e6
}

.pd-profiles__table img {
  height: 90px;
  margin: 0 auto 10px;
  object-fit: contain;
  width: 70px
}

.pd-profiles__table thead th:first-child {
  padding-left: 30px;
  text-align: left
}

.pd-profiles__table thead th {
  padding: 20px 10px
}

.pd-profiles__table thead th b {
  display: block
}

.pd-profiles__table thead th span b {
  display: inline-block
}

.pd-profiles__table tbody tr td {
  font-size: 14px;
  padding: 16px;
  text-align: center
}

.pd-profiles__table tbody tr td:first-child {
  padding-left: 30px;
  text-align: left
}

.pd-profiles__stars {
  align-items: center;
  display: flex;
  justify-content: center
}

.pd-profiles__icon {
  fill: #c1c1c1;
  height: 20px;
  width: 20px
}

.pd-profiles__icon._fill {
  fill: #ffc922
}

.pd-profiles__flex {
  display: flex
}

.pd-profiles__circles, .pd-profiles__flex {
  align-items: center;
  justify-content: center
}

.pd-profiles__circles {
  display: inline-flex
}

.pd-profiles__circle {
  border: 1px solid #000;
  border-radius: 50%;
  height: 20px;
  width: 20px
}

.pd-profiles__circle:not(:last-child) {
  margin-right: 5px
}

.fn-inner {
  font-size: 18px
}

.fn-inner__grid {
  margin: 0 -15px
}

.fn-inner__aside {
  width: 40.1709401709%
}

.fn-inner__main {
  line-height: 200%;
  width: 57.264957265%
}

.fn-inner__title span {
  display: block;
  font-size: .5em;
  font-weight: 600
}

.fn-inner__wrapper {
  background-color: #f1f1f1;
  margin-top: 80px;
  padding: 65px 0
}

.fn-inner__preview {
  width: 400px
}

.fn-inner__descr {
  display: flex;
  flex-direction: column;
  padding-left: 90px;
  width: calc(100% - 400px)
}

.fn-inner__img {
  border-radius: 10px;
  padding-top: 137.5675675676%
}

.fn-inner__txt {
  line-height: 200%;
  padding-bottom: 22px
}

.fn-inner__plate {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 20px 30px
}

.fn-inner__item {
  width: 25%
}

.fn-inner__list {
  font-size: 16px;
  padding-top: 20px
}

.fn-inner__benefit {
  height: 100%
}

@media(max-width:1200px) {
  .fn-inner__wrapper {
    margin-top: 30px;
    padding: 30px 0
  }

  .fn-inner__descr {
    padding-left: 15px
  }
}

@media(max-width:992px) {
  .fn-inner {
    font-size: 16px
  }

  .fn-inner__aside, .fn-inner__main {
    width: 100%
  }

  .fn-inner__list {
    padding-top: 0
  }

  .fn-inner__item {
    width: 50%
  }
}

@media(max-width:768px) {
  .fn-inner__preview {
    margin: 0 auto
  }

  .fn-inner__descr {
    width: 100%
  }
}

@media(max-width:575px) {
  .fn-inner__item {
    width: 100%
  }
}

.ic-box {
  align-items: center;
  border-radius: 10px;
  display: flex;
  padding: 19px 14px
}

.ic-box_white {
  background-color: #fff;
  color: #232323
}

.ic-box__shape {
  border-radius: 50%;
  flex-shrink: 0;
  height: 57px;
  padding: 16px;
  width: 57px
}

.ic-box__shape_black {
  background-color: #232323
}

.ic-box__txt {
  line-height: 140%;
  padding-left: 15px
}

@media(max-width:1200px) {
  .fn-benefits_space_bot_tablet {
    padding-bottom: 30px
  }
}

.fn-benefits__title {
  padding-bottom: 30px;
  text-align: center
}

.fn-benefits__grid {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr)
}

.benefit-card {
  border-radius: 20px;
  height: 100%;
  padding: 30px
}

.benefit-card_bg_grey {
  background-color: #f1f1f1
}

.benefit-card__ic {
  display: block
}

.benefit-card__ic_w32_h32 {
  height: 32px;
  width: 32px
}

.benefit-card__title {
  font-weight: 600;
  padding-top: 17px
}

.benefit-card__descr {
  font-size: .87em;
  line-height: 160%;
  padding-top: 14px
}

.materials__head {
  padding-bottom: 45px;
  text-align: center
}

@media(max-width:992px) {
  .materials__head {
    padding-bottom: 20px
  }
}

.materials__subtitle {
  font-size: 20px;
  font-weight: 400
}

.materials__grid {
  margin: 0 -15px
}

.materials__card {
  padding: 15px;
  width: 33.3333333333%
}

@media(max-width:992px) {
  .materials__card {
    width: 50%
  }
}

@media(max-width:600px) {
  .materials__card {
    width: 100%
  }
}

.mt-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.mt-card__preview_type_1 {
  padding-top: 43.5135135135%
}

.mt-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  text-align: center
}

.mt-card__body_bg_grey {
  background-color: #f1f1f1
}

.mt-card__group {
  display: flex;
  flex-wrap: wrap;
  margin: auto -5px 0;
  padding-top: 25px
}

.mt-card__group_align_center {
  align-items: center
}

@media(max-width:400px) {
  .mt-card__group {
    padding-top: 15px
  }
}

.mt-card__footer {
  margin-top: auto
}

.mt-card__title {
  font-size: 20px;
  font-weight: 600
}

@media(max-width:575px) {
  .mt-card__title {
    font-size: 18px
  }
}

.mt-card__temp {
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 5px;
  width: 50%
}

.mt-card__note {
  color: #c1c1c1
}

.mt-card__shape {
  border-radius: 50%;
  flex-shrink: 0;
  height: 24px;
  margin: 0 7px;
  width: 24px
}

.mt-card__shape_blue {
  background-color: #31a1f1
}

.mt-card__shape_orange {
  background-color: #f1a431
}

.mt-card__link, .mt-card__txt {
  font-size: 14px
}

.mt-card__price {
  align-items: center;
  display: flex;
  width: calc(100% - 130px)
}

.mt-card__size {
  line-height: 1
}

.mt-card__label {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding-left: 5px
}

@media(max-width:992px) {
  .mt-card__label {
    font-size: 17px
  }
}

.plan__title {
  padding-bottom: 30px
}

.plan__plate {
  background-color: #f1f1f1;
  padding: 70px 0
}

@media(max-width:575px) {
  .plan__plate {
    padding: 30px 0
  }
}

.plan__grid {
  margin: 0 -5px
}

.plan__col {
  padding: 5px;
  width: 25%
}

@media(max-width:992px) {
  .plan__col {
    width: 50%
  }
}

@media(max-width:480px) {
  .plan__col {
    width: 100%
  }
}

.plan__card {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 20px;
  position: relative
}

.plan__descr {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.plan__heading {
  line-height: 120%;
  padding-bottom: 2px
}

.plan__note {
  font-size: 12px
}

.plan__price {
  font-size: 19px;
  font-weight: 700
}

@media(max-width:768px) {
  .plan__price {
    font-size: 15px
  }
}

.fl-steps__grid {
  margin: 0 -7px
}

.fl-steps__col {
  padding: 7px;
  width: 33.3333333333%
}

@media(max-width:992px) {
  .fl-steps__col {
    width: 50%
  }
}

@media(max-width:500px) {
  .fl-steps__col {
    width: 100%
  }
}

.fl-steps__col:nth-child(5n+4) {
  width: 50%
}

@media(max-width:500px) {
  .fl-steps__col:nth-child(5n+4) {
    width: 100%
  }
}

.fl-steps__col:nth-child(5n+5) {
  width: 50%
}

@media(max-width:500px) {
  .fl-steps__col:nth-child(5n+5) {
    width: 100%
  }
}

.frame-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.frame-card__body {
  flex-grow: 1;
  font-size: 14px;
  padding: 20px 15px;
  text-align: center
}

.frame-card__body_bg_grey {
  background-color: #f1f1f1
}

.frame-card__preview {
  min-height: 100px;
  padding-top: 44.7368421053%;
  position: relative
}

.frame-card__counter {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 50px
}

@media(max-width:600px) {
  .frame-card__counter {
    font-size: 17px;
    height: 30px;
    width: 30px
  }
}

.frame-card__title {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 8px
}

@media(max-width:768px) {
  .frame-card__title {
    font-size: 17px
  }
}

.floor__intro {
  margin: 0 auto;
  max-width: 770px;
  padding-top: 25px;
  text-align: center
}

.floor__grid {
  margin: 0 -7px;
  padding-top: 45px
}

.floor__col {
  padding: 7px;
  width: 33.3333333333%
}

@media(max-width:992px) {
  .floor__col {
    width: 50%
  }
}

@media(max-width:500px) {
  .floor__col {
    width: 100%
  }
}

.floor-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.floor-card__preview {
  padding-top: 44.7368421053%
}

.floor-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 15px
}

.floor-card__body_bg_white {
  background-color: #fff
}

.floor-card__group {
  align-items: flex-end;
  display: flex;
  margin: 0 -4px;
  padding-top: 24px
}

@media(max-width:768px) {
  .floor-card__group {
    flex-wrap: wrap
  }
}

.floor-card__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center
}

@media(max-width:575px) {
  .floor-card__title {
    font-size: 18px
  }
}

.floor-card__item {
  padding: 0 4px
}

.floor-card__item_type_value {
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
  white-space: nowrap
}

@media(max-width:768px) {
  .floor-card__item_type_value {
    text-align: center
  }

  .floor-card__item {
    text-align: center;
    width: 100%
  }
}

.floor-card__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}

@media(max-width:768px) {
  .floor-card__price {
    font-size: 18px
  }
}

.floor-card__footer {
  margin-top: auto;
  padding-top: 20px;
  text-align: center
}

.warm-banner__wrapper {
  padding: 70px 0
}

@media(max-width:992px) {
  .warm-banner__wrapper {
    padding: 30px 0
  }
}

.warm-banner__plate {
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  padding: 30px 70px 30px 44%;
  position: relative
}

@media(max-width:992px) {
  .warm-banner__plate {
    padding-left: 70px
  }
}

@media(max-width:640px) {
  .warm-banner__plate {
    padding: 30px 20px
  }
}

.warm-banner__img {
  bottom: 0;
  left: 50px;
  position: absolute;
  width: 35%
}

@media(max-width:992px) {
  .warm-banner__img {
    display: none
  }
}

.warm-banner__title {
  padding-bottom: 15px
}

.warm-banner__title span {
  font-size: 1em;
  font-weight: 600
}

.warm-banner__form {
  max-width: 450px;
  padding-top: 20px
}

.warm-banner__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}

.warm-banner__field {
  padding: 5px
}

.warm-banner__field_type_input {
  width: calc(100% - 220px)
}

.warm-banner__field_type_submit {
  width: 220px
}

@media(max-width:575px) {
  .warm-banner__field_type_input, .warm-banner__field_type_submit {
    width: 100%
  }
}

.warm-banner__submit {
  width: 100%
}

.warm-banner__policy {
  color: #888;
  font-size: 12px;
  padding-top: 5px
}

.cg-versus {
  margin-bottom: 70px
}

.cg-versus__title {
  margin-bottom: 40px;
  text-align: center
}

.cg-versus__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.cg-versus__row {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 40px;
  width: calc(50% - 15px)
}

@media(max-width:1200px) {
  .cg-versus__row {
    padding: 20px
  }
}

@media(max-width:991px) {
  .cg-versus__row {
    width: 100%
  }

  .cg-versus__row:first-child {
    margin-bottom: 20px
  }
}

.cg-versus__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px
}

.cg-versus__list li {
  display: flex;
  list-style: none
}

.cg-versus__list li svg {
  flex-shrink: 0;
  margin-right: 20px
}

.cg-versus__list li:not(:last-child) {
  margin-bottom: 10px
}

.cg-variants {
  padding-bottom: 70px
}

.cg-variants__title {
  margin-bottom: 40px;
  text-align: center
}

.cg-variants__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.cg-variants__card {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 40px;
  width: calc(33.3% - 15px)
}

@media(max-width:991px) {
  .cg-variants__card {
    padding: 20px;
    width: 100%
  }

  .cg-variants__card:not(:last-child) {
    margin-bottom: 20px
  }
}

.cg-variants__img {
  height: 150px;
  margin-bottom: 20px;
  width: auto
}

.cg-variants__img img {
  margin: 0 auto
}

.cg-variants__name {
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.cg-colored {
  margin-bottom: 70px
}

.cg-colored__title {
  margin-bottom: 30px;
  text-align: center
}

.cg-colored__text {
  margin-bottom: 60px;
  text-align: center
}

@media(max-width:580px) {
  .cg-colored__text {
    margin-bottom: 30px
  }
}

.cg-colored__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.cg-colored__item {
  width: 16%
}

.fg-tech {
  padding-bottom: 70px
}

.fg-tech__title {
  margin-bottom: 40px
}

.fg-tech__body {
  margin: 0 -5px
}

.fg-tech__col {
  padding: 5px;
  width: 25%
}

@media(max-width:1200px) {
  .fg-tech__col {
    width: 33.3333333333%
  }
}

@media(max-width:850px) {
  .fg-tech__col {
    width: 50%
  }
}

@media(max-width:500px) {
  .fg-tech__col {
    width: 100%
  }
}

.fg-tech__card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.fg-tech__box {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-grow: 1;
  padding-top: 87.7192982456%;
  position: relative
}

.fg-tech__bg {
  background: linear-gradient(180deg, rgba(35, 35, 35, .5), rgba(35, 35, 35, .9));
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transition: height .3s ease
}

.fg-tech__layer {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: absolute;
  top: 0;
  z-index: 10
}

@media(max-width:1200px) {
  .fg-tech__layer {
    padding: 15px
  }
}

.fg-tech__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}

.fg-tech__desc {
  color: #fff;
  font-size: 14px
}

.fg-trust {
  padding: 100px 0 70px
}

@media(max-width:991px) {
  .fg-trust {
    padding-top: 0
  }
}

.fg-trust__head {
  margin-bottom: 40px
}

.fg-trust__title {
  margin-bottom: 10px
}

.fg-trust__plate {
  background-color: #232323;
  border-radius: 10px;
  color: #fff;
  display: flex;
  padding: 50px 70px;
  position: relative
}

@media(max-width:1280px) {
  .fg-trust__plate {
    padding: 30px
  }
}

@media(max-width:680px) {
  .fg-trust__plate {
    flex-wrap: wrap;
    justify-self: center
  }
}

.fg-trust__item {
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 30px
}

@media(max-width:680px) {
  .fg-trust__item {
    margin: 10px 0;
    padding-right: 10px;
    width: 100%
  }
}

.fg-trust__value {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 7px
}

.fg-trust__box {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 7px
}

@media(max-width:1200px) {
  .fg-trust__box {
    font-size: 28px
  }
}

@media(max-width:800px) {
  .fg-trust__box {
    font-size: 22px
  }
}

.fg-trust__img {
  bottom: 20px;
  position: absolute;
  right: 0
}

@media(max-width:991px) {
  .fg-trust__img {
    width: 40%
  }
}

@media(max-width:768px) {
  .fg-trust__img {
    display: none
  }
}

.fg-ben {
  margin-bottom: 70px
}

.fg-ben__head {
  margin-bottom: 33px;
  text-align: center
}

.fg-ben__title {
  margin-bottom: 10px
}

.fg-ben__grid {
  margin: 0 -7px
}

.fg-ben__col {
  padding: 7px;
  width: 50%
}

@media(max-width:1100px) {
  .fg-ben__col {
    width: 100%
  }
}

.fg-ben__card {
  background-color: #f1f1f1;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  padding: 70px 20px 40px;
  position: relative
}

@media(max-width:575px) {
  .fg-ben__card {
    padding: 60px 12px 20px
  }
}

.fg-ben__notice {
  align-items: center;
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: 5px 24px;
  position: absolute;
  top: 30px
}

.fg-ben__notice--left {
  border-radius: 0 10px 10px 0;
  left: 0
}

.fg-ben__notice--right {
  border-radius: 10px 0 0 10px;
  right: 0
}

.fg-ben__notice--cold {
  background-color: #232323
}

.fg-ben__notice--warm {
  background-color: #ffc700
}

@media(max-width:575px) {
  .fg-ben__notice {
    padding: 5px 10px
  }
}

.fg-ben__icon {
  margin-right: 10px
}

.fg-ben__wrapper {
  display: flex;
  flex-wrap: wrap
}

@media(max-width:1100px) {
  .fg-ben__wrapper {
    justify-content: center
  }
}

.fg-ben__left {
  padding-right: 10px;
  text-align: right;
  width: 31%
}

@media(max-width:575px) {
  .fg-ben__left {
    order: 1;
    text-align: left;
    width: 50%
  }
}

.fg-ben__center {
  max-width: 208px;
  position: relative;
  width: 38%
}

@media(max-width:575px) {
  .fg-ben__center {
    max-width: 180px;
    order: 3;
    width: 100%
  }
}

.fg-ben__right {
  padding-left: 10px;
  width: 31%
}

@media(max-width:575px) {
  .fg-ben__right {
    order: 2;
    text-align: right;
    width: 50%
  }
}

.fg-ben__list {
  padding-top: 50px
}

@media(max-width:575px) {
  .fg-ben__list {
    padding-top: 10px
  }
}

.fg-ben__item {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: flex-end;
  line-height: 140%
}

.fg-ben__item--reverse {
  justify-content: flex-start
}

.fg-ben__item:not(:last-child) {
  margin-bottom: 18px
}

@media(max-width:575px) {
  .fg-ben__item {
    display: block;
    width: 100%
  }

  .fg-ben__item:not(:last-child) {
    margin-bottom: 10px
  }
}

.fg-ben__pointer {
  flex-shrink: 0;
  margin-left: 10px
}

.fg-ben__pointer--reverse {
  margin-left: 0;
  margin-right: 10px
}

@media(max-width:575px) {
  .fg-ben__pointer {
    display: none
  }
}

.fg-ben__img {
  display: block;
  height: auto;
  object-fit: contain;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
  width: 100%
}

@media(max-width:575px) {
  .fg-ben__img {
    -webkit-transform: none;
    transform: none
  }
}

.fg-ben__text {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  text-align: center
}

.prod-tabs__head {
  padding-bottom: 30px;
  text-align: center
}

.prod-tabs__switch {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}

.prod-tabs__switch_center {
  justify-content: center
}

.prod-tabs__col {
  padding: 5px
}

@media(max-width:575px) {
  .prod-tabs__col {
    width: 100%
  }
}

.prod-tabs__btn {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 33px 16px;
  width: 100%
}

@media(max-width:575px) {
  .prod-tabs__btn {
    font-size: 16px;
    padding: 10px 20px 12px
  }
}

.prod-tabs__container {
  margin: 40px auto 0;
  max-width: 1340px;
  overflow: hidden;
  position: relative
}

@media(max-width:575px) {
  .prod-tabs__container {
    margin-top: 20px
  }
}

.prod-slider {
  align-items: center;
  display: flex;
  padding: 0 10px;
  position: relative
}

.prod-slider__slider {
  padding: 0 60px;
  width: calc(100% - 30px)
}

@media(max-width:992px) {
  .prod-slider__slider {
    padding: 0 30px
  }
}

@media(max-width:575px) {
  .prod-slider__slider {
    padding: 0 15px
  }
}

.prod-slider__arrow {
  fill: #232323;
  cursor: pointer;
  transition: fill .3s ease;
  width: 15px
}

@media(pointer:fine)and (hover:hover) {
  .prod-slider__arrow:hover {
    fill: #a2c614
  }
}

.prod-slider__arrow.disabled {
  opacity: .4
}

@media(pointer:fine)and (hover:hover) {
  .prod-slider__arrow.disabled:hover {
    fill: #232323
  }
}

.prod-slider__arrow.lock {
  display: none
}

.prod-slider__icon {
  fill: inherit;
  display: block;
  height: auto;
  width: 100%
}

.prod-card {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 20px 20px 30px
}

.prod-card_type_column {
  display: flex;
  flex-direction: column
}

@media(max-width:575px) {
  .prod-card {
    padding: 15px
  }
}

.prod-card__footer {
  margin-top: auto;
  padding-top: 20px
}

.prod-card__footer_center {
  text-align: center
}

@media(max-width:850px) {
  .prod-card__footer {
    text-align: center
  }
}

.prod-card__img {
  max-height: 100%;
  max-width: 100%
}

.prod-card__backplate {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  min-height: 267px;
  padding: 5px
}

@media(max-width:440px) {
  .prod-card__backplate {
    min-height: 200px
  }
}

.prod-card__backplate_height_100 {
  height: 100%
}

.prod-card__body {
  flex-grow: 1;
  padding: 20px 20px 0
}

@media(max-width:575px) {
  .prod-card__body {
    padding: 10px 0 0
  }
}

.prod-card__title {
  font-weight: 600
}

.prod-card__subtitle {
  color: #888;
  font-size: 14px
}

.prod-card__list {
  padding-top: 17px
}

.prod-card__item {
  align-items: flex-end;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 -3px
}

.prod-card__chars {
  line-height: 130%;
  padding: 3px
}

.prod-card__chars:last-child {
  flex-shrink: 0;
  font-weight: 600
}

@media(max-width:575px) {
  .prod-card__chars:last-child {
    text-align: right
  }
}

.prod-card__row {
  display: flex;
  flex-wrap: wrap
}

.prod-card__aside {
  width: 46%
}

@media(max-width:850px) {
  .prod-card__aside {
    width: 100%
  }
}

.prod-card__main {
  width: 54%
}

@media(max-width:850px) {
  .prod-card__main {
    width: 100%
  }
}

.tm-info__main {
  grid-gap: 45px;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  gap: 45px;
  grid-template-columns: .47fr .53fr;
  padding: 35px 50px
}

@media(max-width:992px) {
  .tm-info__main {
    gap: 20px;
    grid-template-columns: 1fr
  }
}

@media(max-width:575px) {
  .tm-info__main {
    padding: 30px 15px
  }
}

@media(max-width:992px) {
  .tm-info__picture {
    margin: 0 auto;
    max-width: 450px
  }
}

.tm-info__item {
  display: flex;
  padding: 13px 0
}

.tm-info__icon {
  flex-shrink: 0;
  width: 70px
}

@media(max-width:575px) {
  .tm-info__icon {
    width: 45px
  }
}

.tm-info__heading {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px
}

@media(max-width:575px) {
  .tm-info__heading {
    font-size: 16px
  }
}

.tm-info__txt {
  padding-left: 36px
}

@media(max-width:575px) {
  .tm-info__txt {
    padding-left: 15px
  }
}

.tm-info__descr {
  font-size: 14px;
  line-height: 160%
}

.tm-info__wrap {
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
  padding: 9px 0 44px
}

.tm-info__box {
  padding: 0 2px;
  width: 14.2857142857%
}

.tm-info__gallery {
  padding-top: 30px
}

.tm-info__subtitle {
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center
}

.tm-info__name {
  font-size: 13px;
  font-weight: 600;
  text-align: center
}

.tm-info__img {
  margin: 0 auto;
  max-width: 165px
}

.gl-calc {
  font-size: 14px;
  padding-top: 40px
}

.gl-calc__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px
}

@media(max-width:768px) {
  .gl-calc__body {
    padding: 20px
  }
}

.gl-calc__row {
  display: flex;
  flex-wrap: wrap
}

.gl-calc__row_space_bot {
  padding-bottom: 40px
}

@media(max-width:768px) {
  .gl-calc__row_space_bot {
    padding-bottom: 20px
  }
}

.gl-calc__heading {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 20px
}

@media(max-width:768px) {
  .gl-calc__heading {
    font-size: 18px;
    padding-bottom: 10px
  }
}

.gl-calc__box {
  padding: 5px
}

.gl-calc__box_type_md {
  width: 39%
}

.gl-calc__box_type_aside {
  width: 40%
}

.gl-calc__box_type_view {
  width: 60%
}

.gl-calc__box_type_lg {
  width: 61%
}

@media(max-width:992px) {
  .gl-calc__box_type_aside, .gl-calc__box_type_lg, .gl-calc__box_type_md, .gl-calc__box_type_view {
    width: 50%
  }
}

@media(max-width:768px) {
  .gl-calc__box_type_lg, .gl-calc__box_type_md {
    width: 100%
  }

  .gl-calc__box_type_aside {
    order: 2;
    width: 100%
  }

  .gl-calc__box_type_view {
    margin-bottom: 20px;
    order: 1;
    width: 100%
  }
}

.gl-calc__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.gl-calc__group_space_bot {
  padding-bottom: 45px
}

@media(max-width:992px) {
  .gl-calc__group_space_bot {
    padding-bottom: 20px
  }
}

.gl-calc__label {
  cursor: pointer;
  display: block;
  padding: 10px;
  text-align: center
}

.gl-calc__label_md {
  max-width: 105px
}

.gl-calc__label_lg {
  max-width: 170px
}

.gl-calc__radio:checked+.gl-calc__icon .backplate-part {
  fill: #fadf8b
}

.gl-calc__radio:checked+.gl-calc__icon .border-part {
  fill: #ffc922
}

.gl-calc__radio:checked~.gl-calc__txt {
  font-weight: 600
}

.gl-calc__txt {
  display: block;
  line-height: 120%
}

.gl-calc__icon {
  display: inline-block;
  height: 59px;
  width: auto
}

@media(max-width:575px) {
  .gl-calc__icon {
    height: 45px
  }
}

.gl-calc__icon .backplate-part {
  fill: #d9d9d9
}

.gl-calc__icon .border-part {
  fill: #bababa
}

.gl-calc__view {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
  width: 70%
}

@media(max-width:992px) {
  .gl-calc__view {
    max-width: 400px;
    width: 100%
  }
}

.gl-calc__size {
  position: absolute
}

.gl-calc__size_type_width {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-72%);
  transform: translate(-72%)
}

.gl-calc__size_type_height {
  right: 0;
  top: 50%;
  -webkit-transform: translate(20px, -100%) rotate(90deg);
  transform: translate(20px, -100%) rotate(90deg)
}

.gl-calc__line {
  align-items: center;
  max-width: 50%;
  padding: 0 10px;
  text-align: center
}

.gl-calc__txt {
  padding-top: 5px
}

.gl-calc__info {
  display: block;
  font-size: 12px;
  padding-bottom: 9px
}

.gl-calc__field {
  border: 1px solid #232323;
  border-radius: 12px;
  height: 36px;
  padding: 0 9px;
  text-align: center;
  width: 85px
}

.gl-calc__variant {
  padding: 7px 5px;
  width: 50%
}

@media(max-width:575px) {
  .gl-calc__variant {
    width: 100%
  }
}

.gl-calc__footer {
  padding-top: 45px;
  text-align: center
}

.gl-calc__item_w50 {
  width: 50%
}

@media(max-width:575px) {
  .gl-calc__item_w50 {
    width: 100%
  }
}

.fn-showcase__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

.fn-showcase__gallery {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%
}

.fn-showcase__gallery_space_top {
  padding-top: 50px
}

@media(max-width:575px) {
  .fn-showcase__gallery_space_top {
    padding-top: 20px
  }
}

.fn-showcase__arrow {
  fill: #232323;
  cursor: pointer;
  flex-shrink: 0;
  transition: fill .3s ease;
  width: 22px
}

@media(pointer:fine)and (hover:hover) {
  .fn-showcase__arrow:hover {
    fill: #a2c614
  }
}

.fn-showcase__arrow.disabled {
  opacity: .3
}

@media(pointer:fine)and (hover:hover) {
  .fn-showcase__arrow.disabled:hover {
    fill: #232323
  }
}

.fn-showcase__arrow.lock {
  opacity: .3
}

@media(pointer:fine)and (hover:hover) {
  .fn-showcase__arrow.lock:hover {
    fill: #232323
  }
}

.fn-showcase__icon {
  fill: inherit;
  display: block;
  width: 100%
}

.fn-showcase__slider {
  padding: 0 50px;
  width: calc(100% - 44px)
}

@media(max-width:992px) {
  .fn-showcase__slider {
    padding: 0 20px
  }
}

.fn-showcase__footer {
  padding-top: 40px
}

.fn-showcase__subtitle {
  font-weight: 700;
  text-align: center
}

.fn-showcase__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  padding-top: 17px;
  text-align: center
}

.fn-showcase-title {
  margin-bottom: 35px
}

.case-card {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 18px
}

.case-card, .case-card__flex {
  display: flex;
  flex-direction: column;
  height: 100%
}

.case-card__flex {
  align-items: center;
  gap: 13px
}

.case-card-2 {
  padding: 8px
}

.case-card__picture {
  background-color: #fff;
  border-radius: 5px;
  height: 178px;
  padding: 5px
}

.case-card__picture, .case-card__picture-2 {
  align-items: center;
  display: flex;
  justify-content: center
}

.case-card__picture-2 {
  border-radius: 10px 10px 0 0;
  margin: -18px -18px 0;
  padding: 0
}

.case-card__picture-2:hover .case-card__img-2 {
  display: none
}

.case-card__picture-2:hover .case-card__img-2-gif {
  display: block
}

.case-card__img {
  max-width: 100%
}

.case-card__img-2, .case-card__img-2-gif {
  aspect-ratio: 1/1;
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  width: 100%
}

.case-card__img-2-gif {
  display: none
}

.case-card__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
  padding-top: 18px
}

@media screen and (max-width:1600px) {
  .case-card__title {
    font-size: calc(18px + .625vw)
  }
}

.case-card__title span {
  font-weight: 600
}

.case-card__title-2 {
  color: #000;
  font-family: Open Sans, Arial, "sans-serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 28px
}

.case-card__list {
  padding-top: 6px
}

.case-card__list-2 {
  padding-top: 13px
}

.case-card__item {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 160%;
  margin: 0 -2px
}

.case-card__item span {
  padding: 2px
}

.case-card__item span:last-child {
  font-weight: 600
}

.rp-glazing__title {
  padding-bottom: 60px;
  text-align: center
}

.rp-glazing__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

.rp-glazing__item {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 10px;
  display: flex;
  height: 100%;
  overflow: hidden
}

.rp-glazing__img {
  flex-shrink: 0;
  height: 100%;
  width: 120px
}

@media(max-width:1200px) {
  .rp-glazing__img {
    align-self: stretch;
    height: auto
  }
}

.rp-glazing__txt {
  padding: 20px;
  width: calc(100% - 120px)
}

.gl-benefits__head {
  padding-bottom: 40px;
  text-align: center
}

.gl-benefits__body {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.gl-benefits__picture {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 56%
}

.gl-benefits__txt {
  font-size: 18px;
  line-height: 200%;
  padding: 40px 70px 40px 44%;
  position: relative;
  z-index: 10
}

@media(max-width:992px) {
  .gl-benefits__txt {
    padding: 20px 15px
  }

  .gl-benefits__picture {
    display: none;
    height: 200px;
    width: 100%
  }
}

@media(max-width:575px) {
  .gl-benefits__head {
    padding-bottom: 20px
  }

  .gl-benefits__txt {
    font-size: 16px
  }
}

.gl-bag__title {
  padding-bottom: 16px
}

.gl-bag__head {
  padding-bottom: 30px
}

.gl-bag__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.gl-bag__main {
  padding-right: 50px;
  width: 63%
}

.gl-bag__aside {
  width: 37%
}

.gl-bag__txt {
  font-size: 18px
}

@media(max-width:575px) {
  .gl-bag__txt {
    font-size: 16px
  }

  .gl-bag__main {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%
  }

  .gl-bag__aside {
    margin: 0 auto;
    max-width: 270px;
    width: 100%
  }
}

.gl-optional__grid {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr)
}

.gl-optional__card {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 19px;
  font-weight: 700;
  height: 100%;
  justify-content: flex-end;
  line-height: 125%;
  min-height: 187px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: right
}

.gl-optional__card:before {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0), rgba(35, 35, 35, .9));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width:575px) {
  .gl-optional__card {
    font-size: 16px
  }
}

.gl-optional__name {
  display: block;
  position: relative;
  z-index: 100
}

.gl-list__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

.gl-list-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.gl-list-card__head {
  position: relative
}

.gl-list-card__counter {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 33px
}

.gl-list-card__picture {
  padding-top: 57.037037037%
}

.gl-list-card__body {
  background-color: #f1f1f1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 170%;
  padding: 20px 30px
}

@media(max-width:575px) {
  .gl-list-card__body {
    padding: 20px 10px
  }
}

.gl-agree__body {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  padding: 37px 37px 50px 52%;
  position: relative
}

.gl-agree__picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.gl-agree__content {
  position: relative;
  z-index: 100
}

.gl-agree__content ul {
  padding-left: 20px
}

.gl-agree__subtitle {
  font-size: 24px;
  font-weight: 300
}

.gl-agree__txt {
  padding-top: 40px
}

.gl-agree__footer {
  padding-top: 60px
}

.gl-agree__link {
  padding: 14px 40px
}

@media(max-width:992px) {
  .gl-agree__picture {
    display: none
  }

  .gl-agree__body {
    padding: 40px 25px
  }
}

@media(max-width:768px) {
  .gl-agree__subtitle {
    font-size: 20px
  }
}

@media(max-width:575px) {
  .gl-agree__body {
    padding: 20px 12px
  }

  .gl-agree__footer, .gl-agree__txt {
    padding-top: 20px
  }
}

.gl-offer__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

.gl-offer__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
  padding-top: 52px
}

@media(max-width:575px) {
  .gl-offer__footer {
    padding-top: 30px
  }
}

.gl-offer__col {
  padding: 8px
}

@media(max-width:520px) {
  .gl-offer__col {
    width: 100%
  }
}

.gl-offer__btn {
  padding: 14px 30px;
  width: 100%
}

.gl-offer-card {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.gl-offer-card__layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .8));
  padding: 20px 25px 30px
}

.gl-offer-card__title {
  font-size: 24px;
  font-weight: 600
}

@media(max-width:575px) {
  .gl-offer-card__title {
    font-size: 20px
  }
}

.gl-offer-card__txt {
  font-size: 14px;
  line-height: 160%;
  padding-top: 20px
}

.gl-offer-card__footer {
  font-size: 14px;
  margin-top: auto;
  padding-top: 40px
}

.fr-cards__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

.fr-card {
  height: 100%
}

.fr-card, .fr-card__body {
  display: flex;
  flex-direction: column
}

.fr-card__body {
  background-color: #fff;
  border-radius: 20px;
  flex-grow: 1;
  font-size: 14px;
  padding: 13px 11px
}

.fr-card__picture {
  border-radius: 5px;
  padding-top: 88.3064516129%
}

.fr-card__title {
  font-size: 20px;
  font-weight: 600
}

.fr-card__editor {
  line-height: 140%;
  padding-top: 17px
}

.fr-card__editor ul {
  padding-left: 1em
}

.fr-card__editor ul li::marker {
  color: #a2c614
}

.fr-card__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 10px
}

.fr-card__group {
  margin-top: auto;
  padding-top: 24px
}

@media(max-width:575px) {
  .fr-card__group {
    padding-top: 10px
  }
}

.fr-card__price {
  font-size: 19px;
  font-weight: 700
}

.fr-card__footer {
  margin-top: auto;
  padding-top: 15px
}

.fr-card__callback {
  width: 100%
}

.fr-txt__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

.fr-txt__col {
  padding: 10px 15px
}

.fr-txt__col_type_main {
  width: 59%
}

.fr-txt__col_type_img {
  width: 41%
}

.fr-txt__col .fr-txt__col-w50 {
  width: 50%
}

@media(max-width:800px) {
  .fr-txt__col .fr-txt__col-w50 {
    width: 100%
  }

  .fr-txt__col_type_main {
    order: 1;
    width: 100%
  }

  .fr-txt__col_type_img {
    max-width: 450px;
    order: 2;
    width: 100%
  }
}

.fr-txt__img {
  border-radius: 5px
}

.fr-tabs__controls {
  display: flex;
  justify-content: center;
  margin: 0 -5px
}

.fr-tabs__box {
  padding: 5px
}

.fr-tabs__btn {
  padding: 16px 30px
}

@media(max-width:575px) {
  .fr-tabs__btn {
    padding: 8px 20px
  }
}

.fr-tabs__body {
  margin-top: 40px;
  overflow: hidden;
  position: relative
}

.fr-tabs__view {
  border-radius: 20px;
  overflow: hidden
}

.fr-tabs__content {
  padding: 25px 40px 25px 53%;
  position: relative;
  z-index: 100
}

@media(max-width:992px) {
  .fr-tabs__content {
    padding: 20px 15px
  }
}

.fr-tabs__item {
  color: #a2c614;
  padding: 10px 0
}

.fr-tabs__wrapper {
  background-color: #f1f1f1;
  position: relative
}

.fr-tabs__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 67%
}

@media(max-width:992px) {
  .fr-tabs__bg {
    height: auto;
    position: static;
    width: 100%
  }
}

.fr-plate {
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  padding: 10px
}

.fr-plate__grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.fr-plate__plate {
  border-radius: 10px;
  padding: 10px;
  width: 26%
}

.fr-plate__plate_bg_white {
  background-color: #fff
}

.fr-plate__logo {
  margin: 0 auto;
  max-width: 100%
}

.fr-plate__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
  padding: 0 20px;
  text-align: center;
  width: calc(74% - 240px)
}

@media screen and (max-width:1600px) {
  .fr-plate__title {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.fr-plate__note {
  font-size: .55em;
  font-weight: 300
}

.fr-plate__action {
  flex-shrink: 0
}

.fr-plate__link {
  align-items: center;
  border-radius: 28px;
  display: flex;
  font-weight: 700;
  padding: 7px 7px 7px 24px;
  transition: background-color .3s ease, fill .3s ease
}

.fr-plate__link_secondary {
  fill: #a2c614;
  background-color: #a2c614;
  color: #232323
}

.fr-plate__link_secondary .fr-plate__link-shape {
  background-color: #232323
}

.fr-plate__link-txt {
  padding-right: 16px
}

.fr-plate__link-shape {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 13px;
  width: 38px
}

.fr-plate__link-icon {
  fill: inherit;
  height: 100%;
  width: 100%
}

@media(max-width:720px) {
  .fr-plate {
    padding: 20px 10px
  }

  .fr-plate__grid {
    justify-content: center
  }

  .fr-plate__title {
    order: 1;
    padding: 0 0 20px;
    width: 100%
  }

  .fr-plate__plate {
    order: 2;
    width: 240px
  }

  .fr-plate__action {
    order: 3;
    padding-left: 20px
  }
}

@media(max-width:575px) {
  .fr-plate__plate {
    width: 100%
  }

  .fr-plate__action {
    margin: 0 auto;
    max-width: 240px;
    padding-left: 0;
    padding-top: 20px
  }
}

.pn-cards__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width:720px) {
  .pn-cards__grid {
    grid-template-columns: 1fr
  }
}

.pn-card {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.pn-card__head {
  padding-top: 46.6666666667%
}

.pn-card__body {
  background-color: #f1f1f1;
  flex-grow: 1;
  padding: 20px 30px 40px
}

@media(max-width:575px) {
  .pn-card__body {
    padding: 10px
  }
}

.pn-card__heading {
  font-weight: 600;
  text-align: center
}

.pn-card__title {
  font-size: 24px
}

@media(max-width:575px) {
  .pn-card__title {
    font-size: 20px
  }
}

.pn-card__txt {
  padding-top: 20px
}

.pn-card__txt p {
  margin-bottom: 1.4em
}

.pn-card__txt ul {
  padding-left: 5px
}

.pn-card__txt ul li {
  display: block;
  font-weight: 600;
  margin: 7px 0;
  padding-left: 30px;
  position: relative
}

.pn-card__txt ul li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' fill='%23FFC700'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.57 4.179a1 1 0 0 1 .251 1.391l-2.777 4a1 1 0 0 1-1.49.173l-2.223-2a1 1 0 0 1 1.338-1.486l1.379 1.24 2.13-3.067a1 1 0 0 1 1.392-.251Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 13px
}

.pn-benefits__grid {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr)
}

.pn-benefits__txt {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 18px;
  line-height: 170%;
  padding-top: 30px;
  page-break-inside: avoid
}

@media(max-width:575px) {
  .pn-benefits__grid {
    grid-template-columns: 1fr
  }

  .pn-benefits__txt {
    -webkit-column-count: 1;
    column-count: 1;
    font-size: 16px
  }
}

.pn-benefit-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  position: relative
}

@media(max-width:575px) {
  .pn-benefit-card {
    min-height: 250px
  }
}

.pn-benefit-card__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  width: 100%
}

@media(max-width:992px) {
  .pn-benefit-card__bg {
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }
}

@media(pointer:fine)and (hover:hover) {
  .pn-benefit-card:hover .pn-benefit-card__bg {
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }
}

.pn-benefit-card__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  position: relative;
  z-index: 100
}

.pn-benefit-card__wrapper:after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .46) 40.63%, rgba(0, 0, 0, .8));
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10
}

@media(pointer:fine)and (hover:hover) {
  .pn-benefit-card__wrapper {
    opacity: 0;
    transition: opacity .5s ease
  }

  .pn-benefit-card__wrapper:hover {
    opacity: 1
  }
}

@media(max-width:992px) {
  .pn-benefit-card__wrapper {
    opacity: 1
  }
}

.pn-benefit-card__content {
  color: #fff;
  padding: 10px 40px 35px;
  position: relative;
  z-index: 100
}

@media(max-width:768px) {
  .pn-benefit-card__content {
    padding: 30px 15px
  }
}

.pn-benefit-card__icon {
  height: 60px;
  width: 60px
}

@media(max-width:768px) {
  .pn-benefit-card__icon {
    height: 40px;
    width: 40px
  }
}

.pn-benefit-card__title {
  font-size: 24px;
  font-weight: 600;
  padding-top: 12px
}

@media(max-width:768px) {
  .pn-benefit-card__title {
    font-size: 20px
  }
}

.pn-benefit-card__txt {
  padding-top: 15px
}

.dp-price__body {
  background-color: #f1f1f1;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.dp-price__content {
  padding: 35px 50px 50px 70px;
  width: 60%
}

@media(max-width:992px) {
  .dp-price__content {
    padding: 20px;
    width: 100%
  }
}

.dp-price__picture {
  min-height: 240px;
  width: 40%
}

@media(max-width:992px) {
  .dp-price__picture {
    width: 100%
  }
}

.dp-price__subtitle {
  font-size: 24px;
  font-weight: 300
}

@media(max-width:768px) {
  .dp-price__subtitle {
    font-size: 20px
  }
}

.dp-price__txt {
  padding-top: 35px
}

.pn-usage__wrapper {
  grid-gap: 30px;
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: .41fr .59fr;
  padding-top: 50px
}

.pn-usage__aside {
  border-radius: 10px;
  overflow: hidden
}

.pn-usage__gallery {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

.pn-usage__list {
  background-color: #232323;
  padding: 21px 40px 36px 50px
}

.pn-usage__item {
  color: #fff;
  font-size: 18px;
  padding: 7px 0
}

.pn-usage__item span {
  font-weight: 300
}

.pn-usage__picture {
  position: relative
}

.pn-usage__picture:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10
}

.pn-usage__picture_type_preview {
  padding-top: 94.2553191489%
}

.pn-usage__picture_type_preview:before {
  background: linear-gradient(1turn, #232323 2.73%, hsla(0, 0%, 100%, 0) 100%, rgba(35, 35, 35, 0) 0);
  height: 35%
}

.pn-usage__picture_type_child {
  padding-top: 108.75%
}

.pn-usage__picture_type_child:before {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .46) 40.63%, rgba(0, 0, 0, .8));
  height: 80%
}

.pn-usage__card {
  border-radius: 10px;
  overflow: hidden
}

.pn-usage__heading {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  padding: 10px 8px 40px 40px;
  position: absolute;
  width: 100%;
  z-index: 100
}

.pn-usage__footer {
  padding-top: 35px;
  text-align: center
}

.pn-usage__btn {
  width: 255px
}

@media(max-width:1100px) {
  .pn-usage__list {
    padding: 20px 15px
  }

  .pn-usage__heading {
    font-size: 16px;
    padding: 10px 10px 30px 20px
  }

  .pn-usage__item {
    font-size: 16px
  }
}

@media(max-width:800px) {
  .pn-usage__wrapper {
    grid-template-columns: 1fr
  }

  .pn-usage__picture_type_preview {
    padding-top: 50%
  }
}

@media(max-width:450px) {
  .pn-usage__picture_type_child {
    padding-top: 80%
  }

  .pn-usage__gallery {
    grid-template-columns: 1fr
  }
}

.city-list {
  font-size: 20px
}

.city-list__body {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  page-break-inside: avoid
}

.city-list__item {
  padding: 8px 0
}

.city-list__link.active {
  font-weight: 600;
  text-decoration: underline
}

@media(hover:hover)and (pointer:fine) {
  .city-list__link:hover {
    font-weight: 600;
    text-decoration: underline
  }
}

.city-list__footer {
  padding-top: 70px;
  text-align: center
}

.city-list__btn {
  min-width: 226px
}

.city-list__collapse {
  overflow: hidden
}

.city-list__grid {
  grid-gap: 30px;
  display: grid;
  font-size: 18px;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

.city-list__column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  column-gap: 10px
}

.city-list__heading {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px
}

@media(max-width:992px) {
  .city-list {
    font-size: 16px
  }

  .city-list__heading {
    font-size: 20px;
    padding-bottom: 10px
  }

  .city-list__item {
    padding: 5px 0
  }

  .city-list__footer {
    padding-top: 20px
  }

  .city-list__grid {
    grid-template-columns: 1fr
  }

  .city-list__column {
    -webkit-column-count: 4;
    column-count: 4
  }
}

@media(max-width:768px) {
  .city-list__body, .city-list__column {
    -webkit-column-count: 3;
    column-count: 3
  }
}

@media(max-width:600px) {
  .city-list__body, .city-list__column {
    -webkit-column-count: 2;
    column-count: 2
  }
}

.fn-banner {
  overflow: hidden;
  position: relative
}

.fn-banner__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.fn-banner__content {
  position: relative;
  z-index: 100
}

.fn-banner__grid {
  display: flex;
  flex-wrap: wrap
}

.fn-banner__aside {
  color: #fff;
  padding: 100px 40px 160px 0;
  width: 50%
}

@media(max-width:1200px) {
  .fn-banner__aside {
    padding: 50px 20px 40px 0
  }
}

@media(max-width:768px) {
  .fn-banner__aside {
    width: 60%
  }
}

@media(max-width:520px) {
  .fn-banner__aside {
    width: 100%
  }
}

.fn-banner__head {
  align-items: flex-end;
  display: flex
}

@media(max-width:1200px) {
  .fn-banner__head {
    flex-wrap: wrap
  }
}

.fn-banner__title {
  font-weight: 700;
  line-height: 105%
}

.fn-banner__subtitle {
  color: #a2c614;
  font-weight: 600;
  line-height: 120%;
  padding-left: 5px
}

@media(max-width:1200px) {
  .fn-banner__subtitle {
    padding-left: 0;
    padding-top: 10px
  }
}

.fn-banner__descr {
  font-size: 20px;
  max-width: 370px;
  padding-top: 40px
}

@media(max-width:768px) {
  .fn-banner__descr {
    font-size: 17px
  }
}

.fn-banner__btn {
  max-width: 100%;
  padding: 17px 30px;
  width: 270px
}

.fn-banner__footer {
  padding-top: 40px
}

.fn-banner__main {
  align-self: flex-end;
  padding-top: 40px;
  width: 50%
}

@media(max-width:768px) {
  .fn-banner__main {
    width: 40%
  }
}

@media(max-width:520px) {
  .fn-banner__main {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 50%
  }
}

.fn-places {
  margin: 80px 0
}

@media(max-width:768px) {
  .fn-places {
    margin: 40px 0
  }
}

.fn-places__map {
  height: calc(100% - 100px);
  margin-top: 100px;
  max-height: 528px;
  width: 100%
}

@media(max-width:768px) {
  .fn-places__map {
    height: 100%;
    margin-top: 0;
    max-height: 350px
  }
}

.fn-places__tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-start
}

.fn-places-4 .container {
  max-width: 1500px
}

.fn-places__head {
  padding-bottom: 32px
}

.fn-places__subtitle, .fn-places__title {
  display: block
}

.fn-places__grid {
  grid-gap: 10px;
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width:992px) {
  .fn-places__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:575px) {
  .fn-places__grid {
    grid-template-columns: 1fr
  }
}

.fn-places__grid-4 {
  grid-gap: 10px;
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr)
}

@media(max-width:1500px) {
  .fn-places__grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .fn-places__grid-4 {
    grid-template-columns: 1fr
  }
}

@media(max-width:1500px) {
  .fn-places__grid-4 .fn-places__card {
    align-items: center;
    display: flex;
    flex-direction: column
  }
}

.fn-places__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 65px 20px 65px 60px
}

@media(max-width:1200px) {
  .fn-places__card {
    padding: 20px
  }
}

.fn-places__group {
  align-items: center;
  display: flex
}

.fn-places__group.tab-btn {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  min-width: 170px;
  padding: 8px 20px
}

.fn-places__group.tab-btn.active {
  background-color: #a2c614
}

.fn-places__group.tab-btn.active .fn-places__heading {
  color: #fff
}

.fn-places__group.tab-btn.active .fn-places__icon path {
  fill: #fff
}

.fn-places__group.tab-btn:not(.active):hover {
  background-color: rgba(162, 198, 20, .1)
}

.fn-places__icon {
  flex-shrink: 0;
  height: auto;
  width: 26px
}

.fn-places__icon path {
  fill: #a2c614
}

.fn-places__heading {
  color: #232323;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.04;
  padding-left: 15px
}

@media(max-width:1200px) {
  .fn-places__heading {
    font-size: 22px
  }
}

.fn-places__item {
  align-items: center;
  border-bottom: 1px solid rgba(41, 57, 57, .2);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 30px 0
}

@media(max-width:992px) {
  .fn-places__item {
    padding: 15px 0
  }
}

.fn-places__link {
  font-size: 20px;
  line-height: 1;
  padding-left: 26px;
  position: relative;
  transition: color .3s ease
}

.fn-places__link:before {
  background-color: #a2c614;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px
}

@media(hover:hover)and (pointer:fine) {
  .fn-places__link:hover {
    color: #a2c614
  }
}

@media(max-width:1200px) {
  .fn-places__link {
    font-size: 18px
  }
}

.fn-places__time {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

@media(max-width:1200px) {
  .fn-places__time {
    font-size: 18px
  }
}

.fn-places__box {
  margin-top: 40px;
  max-height: 528px;
  overflow-y: auto;
  padding-right: 37px
}

@media(max-width:992px) {
  .fn-places__box {
    padding-right: 25px
  }
}

@media(max-width:768px) {
  .fn-places__box {
    margin-top: 25px;
    max-height: 350px
  }
}

.fn-places__box::-webkit-scrollbar {
  width: 11px
}

.fn-places__box::-webkit-scrollbar-track {
  background: #f4f4f3;
  border-radius: 20px
}

.fn-places__box::-webkit-scrollbar-thumb {
  background-color: #a2c614;
  border-radius: 20px
}

.fn-places__grid-content {
  grid-gap: 50px;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width:992px) {
  .fn-places__grid-content {
    gap: 30px
  }
}

@media(max-width:768px) {
  .fn-places__grid-content {
    grid-template-columns: 1fr
  }
}

.marketplace__grid {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width:992px) {
  .marketplace__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:650px) {
  .marketplace__grid {
    grid-template-columns: 1fr
  }
}

.mr-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 25px
}

@media(max-width:420px) {
  .mr-card {
    padding: 20px 10px
  }
}

.mr-card__logo {
  max-width: 150px
}

.mr-card__stars {
  grid-gap: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
  max-width: 100px;
  padding-top: 10px
}

.mr-card__group {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: .46fr .54fr;
  padding-top: 20px
}

@media(max-width:1200px) {
  .mr-card__group {
    grid-template-columns: 1fr
  }
}

.mr-card__label {
  color: #b5b5b5
}

.mr-card__mark {
  font-size: 24px;
  padding-top: 5px
}

.mr-card__btn {
  padding: 16px;
  width: 100%
}

.fn-news__title {
  padding-bottom: 40px
}

.fn-news__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

.fn-news__pager {
  padding-top: 50px
}

@media(max-width:575px) {
  .fn-news__pager {
    padding-top: 20px
  }
}

@media(max-width:992px) {
  .fn-news__title {
    padding-bottom: 20px
  }

  .fn-news__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .fn-news__grid {
    gap: 15px
  }
}

@media(max-width:500px) {
  .fn-news__grid {
    grid-template-columns: 1fr
  }
}

.nw-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}

.nw-card__preview {
  padding-top: 75.6756756757%
}

.nw-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 20px 35px 37px
}

.nw-card__body_bg_grey {
  background-color: #f8f8f8
}

@media(max-width:768px) {
  .nw-card__body {
    padding: 30px 12px
  }
}

.nw-card__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 13px
}

@media(max-width:768px) {
  .nw-card__title {
    font-size: 18px
  }
}

.nw-card__date {
  color: #d0c1c1;
  font-size: 14px
}

.nw-card__descr {
  padding-top: 17px
}

.nw-card__footer {
  margin-top: auto;
  padding-top: 30px
}

.nw-card__link {
  border: 1px solid #a2c614;
  padding: 11px 25px
}

@media(hover:hover)and (pointer:fine) {
  .nw-card__link:hover {
    background-color: #a2c614;
    color: #fff
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px
}

@media(max-width:575px) {
  .pager {
    margin: 0 -4px
  }
}

@media(max-width:380px) {
  .pager {
    margin: 0 -2px
  }
}

.pager__item {
  padding: 8px
}

@media(max-width:575px) {
  .pager__item {
    padding: 4px
  }
}

.pager__link {
  fill: #000;
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 9px;
  text-overflow: ellipsis;
  transition: all .3s ease;
  white-space: nowrap;
  width: 36px
}

.pager__link_type_page {
  border: 1px solid #dcdcdc
}

.pager__link.active {
  fill: #fff;
  background-color: #232323;
  border-color: #232323;
  color: #fff
}

@media(hover:hover)and (pointer:fine) {
  .pager__link:hover {
    fill: #a2c614;
    border-color: #232323
  }
}

@media(max-width:575px) {
  .pager__link {
    height: 34px;
    padding: 7px;
    width: 34px
  }
}

.pager__icon {
  fill: inherit;
  display: block;
  height: 100%;
  width: 100%
}

.article__preview {
  border-radius: 10px;
  padding-top: 42.735042735%
}

.article__date {
  color: #b6b6b6;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: right
}

.article__editor {
  padding-top: 50px
}

.article__editor p {
  margin-bottom: .5em
}

.article__editor ul {
  margin-bottom: 1.1em;
  padding-left: 18px
}

.article__editor ul li {
  list-style-type: disc
}

.article__editor ol {
  padding-left: 18px
}

.article__editor ol li {
  list-style: decimal
}

.article__editor h1 {
  font-size: 48px
}

@media screen and (max-width:1600px) {
  .article__editor h1 {
    font-size: calc(20.5px + 1.71875vw)
  }
}

.article__editor h2 {
  font-size: 42px
}

@media screen and (max-width:1600px) {
  .article__editor h2 {
    font-size: calc(19.5px + 1.40625vw)
  }
}

.article__editor h3 {
  font-size: 36px
}

@media screen and (max-width:1600px) {
  .article__editor h3 {
    font-size: calc(18.5px + 1.09375vw)
  }
}

.article__editor h4 {
  font-size: 30px
}

@media screen and (max-width:1600px) {
  .article__editor h4 {
    font-size: calc(16.25px + .85938vw)
  }
}

.article__editor h1, .article__editor h2, .article__editor h3, .article__editor h4 {
  font-weight: 600;
  line-height: 125%;
  margin-bottom: .8em
}

.article__editor img {
  border-radius: 10px;
  display: block;
  margin-bottom: .6em;
  max-width: 100%
}

.chapters {
  margin: 80px 0
}

@media(max-width:768px) {
  .chapters {
    margin: 40px 0
  }
}

.chapters .container {
  max-width: 1320px
}

.chapters__wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  padding: 20px
}

@media(max-width:992px) {
  .chapters__wrap {
    padding: 15px
  }
}

@media(max-width:768px) {
  .chapters__wrap {
    padding: 10px
  }
}

.chapters__line {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 11px;
  padding: 50px 60px
}

@media(max-width:992px) {
  .chapters__line {
    padding: 40px 25px
  }
}

@media(max-width:768px) {
  .chapters__line {
    padding: 30px 15px
  }
}

.chapters__title {
  margin-bottom: 50px
}

@media(max-width:992px) {
  .chapters__title {
    margin-bottom: 30px
  }
}

@media(max-width:768px) {
  .chapters__title {
    margin-bottom: 20px
  }
}

.chapters__introtext {
  padding-top: 16px
}

.chapters__tags {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -7px;
  padding-top: 30px
}

@media(max-width:575px) {
  .chapters__tags {
    padding-top: 15px
  }
}

.chapters__box {
  padding: 4px 7px
}

@media(max-width:575px) {
  .chapters__box {
    width: 100%
  }
}

.chapters__btn {
  border-color: #888;
  color: #888;
  overflow: hidden;
  padding: 8px 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.chapters__btn.active {
  border-color: #a2c614;
  color: #a2c614
}

@media(hover:hover)and (pointer:fine) {
  .chapters__btn:hover {
    border-color: #a2c614;
    color: #a2c614
  }
}

@media(max-width:768px) {
  .chapters__btn {
    padding: 6px 12px
  }
}

.chapters__body {
  margin-top: 45px;
  overflow: hidden;
  position: relative
}

@media(max-width:575px) {
  .chapters__body {
    margin-top: 20px
  }
}

.chapters__view {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  width: 100%
}

.chapters__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.chapters__bottom {
  background: #f4f4f3;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 40px
}

@media(max-width:768px) {
  .chapters__bottom {
    background-color: #fff;
    grid-template-columns: 1fr;
    margin-top: 20px
  }

  .chapters__bottom .input_bg_white {
    background-color: #f4f4f3;
    margin-left: 1px;
    margin-right: 1px;
    width: calc(100% - 2px)
  }
}

.chapters__b-flex {
  grid-gap: 50px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px
}

@media(max-width:1500px) {
  .chapters__b-flex {
    grid-template-columns: 1fr
  }
}

@media(max-width:768px) {
  .chapters__b-flex {
    margin-top: 20px
  }
}

.chapters__b-form {
  padding: 40px 0 40px 40px
}

@media(max-width:1200px) {
  .chapters__b-form {
    grid-column: span 2;
    padding: 40px
  }
}

@media(max-width:992px) {
  .chapters__b-form {
    padding: 40px 20px
  }
}

@media(max-width:768px) {
  .chapters__b-form {
    padding: 20px 0 0
  }
}

.chapters__b-form h3 {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 50px
}

@media(max-width:992px) {
  .chapters__b-form h3 {
    font-size: 24px;
    margin: 0 0 30px
  }
}

@media(max-width:768px) {
  .chapters__b-form h3 {
    font-size: 22px
  }
}

.chapters__b-column--flex {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media(max-width:768px) {
  .chapters__b-column--right {
    display: none
  }
}

.chapters__b-right {
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media(max-width:768px) {
  .chapters__b-img {
    display: none
  }
}

.chapters__b-img img {
  height: calc(100% + 20px);
  margin-top: -20px;
  object-fit: contain;
  object-position: right bottom;
  width: 100%
}

.chapters__b-acs {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: normal;
  margin: 0;
  text-align: center
}

.chapters__b-acs a {
  text-decoration: underline
}

.chapters__b-ttl {
  color: #a2c614;
  font-size: 25.5px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 18px
}

.chapters__b-subttl {
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 12px
}

.chapters__b-subttl, .chapters__b-time {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  line-height: normal
}

.chapters__b-time {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 16px;
  padding: 0 0 0 25px;
  position: relative
}

.chapters__b-time:before {
  background-color: #a2c614;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px
}

.chapters__b-phone {
  color: #a2c614;
  font-size: 33px;
  font-weight: 700;
  line-height: normal
}

@media(max-width:1500px) {
  .chapters__b-phone {
    font-size: 28px
  }
}

.gallery-page__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width:600px) {
  .gallery-page__grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
  }
}

.gallery-page__picture {
  border-radius: 10px;
  display: block;
  padding-top: 90.8108108108%
}

.gallery-page__pager {
  padding-top: 50px
}

@media(max-width:600px) {
  .gallery-page__pager {
    padding-top: 20px
  }
}

.faq-page__el {
  background: #f4f4f3;
  border-radius: 20px;
  margin: 14px 0 0;
  padding: 30px 30px 30px 40px
}

@media(max-width:992px) {
  .faq-page__el {
    padding: 15px 15px 15px 20px
  }
}

.faq-page__el.active {
  background-color: #a2c614;
  color: #fff
}

.faq-page__el.active .faq-page__title {
  color: #fff;
  font-weight: 700
}

.faq-page__el.active .faq-page__head {
  margin-bottom: 20px
}

.faq-page__el.active .faq-page__trigger {
  background: #fff
}

.faq-page__el.active .faq-page__trigger:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjU4MSAyMi4wODNhMS4wNjQgMS4wNjQgMCAwIDEtMS41MDMgMGwtOC44MS04LjgxMi04LjgxMiA4LjgxMmExLjA2MyAxLjA2MyAwIDEgMS0xLjUwMy0xLjUwNGw5LjU2Mi05LjU2MmExLjA2IDEuMDYgMCAwIDEgMS41MDQgMGw5LjU2MiA5LjU2MmExLjA2MiAxLjA2MiAwIDAgMSAwIDEuNTA0WiIgZmlsbD0iI0EyQzYxNCIvPjwvc3ZnPg==)
}

.faq-page__title {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

@media(max-width:1200px) {
  .faq-page__title {
    font-size: 20px
  }
}

@media(max-width:768px) {
  .faq-page__title {
    font-size: 16px
  }
}

.faq-page__head {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: margin .3s ease
}

.faq-page__trigger {
  background: #a2c614;
  border-radius: 10px;
  flex-shrink: 0;
  height: 45px;
  margin-left: 15px;
  position: relative;
  transition: all .3s ease;
  width: 45px
}

@media(max-width:768px) {
  .faq-page__trigger {
    height: 22px;
    width: 22px
  }
}

.faq-page__trigger:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNDE5IDExLjkxOGExLjA2NCAxLjA2NCAwIDAgMSAxLjUwMyAwbDguODEgOC44MTMgOC44MTItOC44MTNhMS4wNjMgMS4wNjMgMCAwIDEgMS41MDMgMS41MDRsLTkuNTYzIDkuNTYyYTEuMDYzIDEuMDYzIDAgMCAxLTEuNTAzIDBMNy40MiAxMy40MjJhMS4wNjMgMS4wNjMgMCAwIDEgMC0xLjUwNFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 34px
}

@media(max-width:768px) {
  .faq-page__trigger:before {
    height: 14px;
    left: 4px;
    object-fit: contain;
    top: 4px;
    width: 14px
  }
}

.faq-page__body {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  padding-right: 80px
}

@media(max-width:992px) {
  .faq-page__body {
    font-size: 16px;
    font-weight: 400
  }
}

@media(max-width:768px) {
  .faq-page__body {
    font-size: 15px;
    padding-right: 0
  }
}

.pre {
  margin: 100px 0
}

@media(max-width:720px) {
  .pre {
    margin: 30px 0
  }
}

.pre__head {
  padding-bottom: 20px
}

@media(max-width:575px) {
  .pre__head {
    padding-bottom: 10px
  }
}

.pre__col {
  padding: 15px;
  width: 33.3333333333%
}

@media(max-width:992px) {
  .pre__col {
    padding: 5px
  }
}

@media(max-width:768px) {
  .pre__col {
    width: 50%
  }
}

@media(max-width:576px) {
  .pre__col {
    width: 100%
  }
}

.pre__col:first-child .pre-card {
  background: #a2c614
}

.pre__col:first-child .pre-card__title, .pre__col:first-child p {
  border-color: #fff;
  color: #fff
}

.pre__row {
  margin: 0 -15px
}

@media(max-width:992px) {
  .pre__row {
    margin: 0 -5px
  }
}

.pre-card {
  box-shadow: 0 4px 14.4px 0 rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 32px 24px 24px;
  position: relative
}

.pre-card, .pre-card:after {
  background: #fff;
  border-radius: 10px
}

.pre-card:after {
  bottom: -10px;
  box-shadow: 5px 6px 11.7px 0 rgba(0, 0, 0, .08);
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: -1
}

.pre-card p {
  font-size: 16px;
  font-weight: 400;
  max-width: 225px
}

.pre-card p, .pre-card__title {
  color: #141414;
  font-style: normal;
  line-height: normal
}

.pre-card__title {
  border-bottom: 4px solid #a2c614;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
  max-width: 180px;
  padding-bottom: 10px
}

@media(max-width:768px) {
  .pre-card__title {
    border-bottom: 2px solid #a2c614;
    font-size: 16px;
    max-width: 100%
  }
}

.pre-card__circle {
  bottom: 0;
  max-width: 40%;
  position: absolute;
  right: 0
}

@media(max-width:1100px) {
  .pre-card__circle {
    max-width: 20%
  }
}

.pre-card__circle svg {
  height: 100%;
  object-fit: contain;
  width: 100%
}

.mater {
  background: #f4f4f4;
  padding: 70px 0
}

@media(max-width:720px) {
  .mater {
    padding: 30px 0
  }
}

.mater .container {
  margin: 0 auto;
  max-width: 1400px
}

.mater .h2-title {
  margin: 0 auto 40px;
  max-width: 1130px
}

.mater__list {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  list-style: none
}

.mater__item {
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-width: 240px
}

.mater__item a {
  display: block;
  margin: 0 18px 24px
}

.mater__title {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 20px;
  min-height: 52px;
  padding: 0 18px
}

.mater__img {
  border-radius: 10px 10px 0 0;
  height: 222px;
  object-fit: cover;
  width: 100%
}

.terr {
  padding: 50px 0
}

@media(max-width:720px) {
  .terr {
    padding: 30px 0
  }
}

.terr .container {
  margin: 0 auto;
  max-width: 1420px
}

.terr .h2-title {
  margin: 0 0 60px
}

@media(max-width:768px) {
  .terr .h2-title {
    margin: 0 0 10px
  }
}

.terr__list {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 40px
}

@media(max-width:1200px) {
  .terr__list {
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
    row-gap: 20px
  }
}

@media(max-width:650px) {
  .terr__list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:576px) {
  .terr__list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.terr__img-container {
  align-items: center;
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 30px 18px
}

.terr__title {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0;
  padding: 0;
  text-align: center
}

.ver {
  padding: 85px 0
}

@media(max-width:720px) {
  .ver {
    padding: 30px 0
  }
}

.ver__container {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr)
}

.ver_title {
  margin-bottom: 50px
}

.ver__item {
  background: #f1f1f1;
  border-radius: 10px
}

.ver__item.active {
  background: #fff
}

@media(min-width:768px) {
  .ver__item.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.ver__title {
  background: #ffc922;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4
}

.ver__cost, .ver__title {
  color: #232323;
  font-style: normal;
  padding: 40px 50px;
  text-align: center
}

.ver__cost {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3
}

.ver__cost b {
  font-size: 36px;
  font-style: normal;
  font-weight: 700
}

.ver__list {
  margin-bottom: 50px
}

.ver__list li {
  border-top: 1px solid #232323;
  color: #232323;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 50px;
  padding: 12px 0;
  text-align: center
}

.ver__list li:last-child {
  border-bottom: 1px solid #232323
}

.ver__btn {
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  width: calc(100% - 60px)
}

.vidy {
  background: #f4f4f4;
  padding: 80px 0
}

@media(max-width:720px) {
  .vidy {
    padding: 30px 0
  }
}

.vidy .container {
  padding: 0 0 0 15px
}

.vidy__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px
}

@media(max-width:1200px) {
  .vidy__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 30px
  }
}

.vidy__top h2 {
  max-width: 400px
}

@media(max-width:1200px) {
  .vidy__top h2 {
    max-width: 100%
  }
}

.vidy__top p {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  max-width: 300px
}

@media(max-width:1200px) {
  .vidy__top p {
    max-width: 100%
  }
}

.vidy__top .btn-base {
  min-width: 160px
}

.vidy__grid {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width:1200px) {
  .vidy__grid {
    grid-template-columns: 1fr
  }
}

.vidy__item-2 {
  grid-column: span 2
}

@media(max-width:1200px) {
  .vidy__item-2 {
    grid-column: span 1
  }
}

.vidy__title {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px
}

.vidy__flex {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.vidy__container {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  padding: 18px
}

@media(max-width:992px) {
  .vidy__container {
    max-width: 160px;
    min-width: 160px
  }
}

.vidy__container h5 {
  color: #232323;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0 0;
  max-width: 125px;
  text-align: center
}

@media(max-width:992px) {
  .vidy__container h5 {
    font-size: 14px
  }
}

.vidy__img {
  height: 80px;
  object-fit: contain;
  width: auto
}

.akc {
  background: hsla(0, 0%, 8%, .88);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0
}

@media(max-width:768px) {
  .akc {
    padding: 35px 0
  }
}

.akc__title {
  margin-bottom: 50px
}

@media(max-width:768px) {
  .akc__title {
    margin-bottom: 25px
  }
}

.akc__img-container, .akc__img-container img {
  border-radius: 10px 10px 0 0
}

.akc__img-container img {
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  width: 100%
}

.akc__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14.9px 0 rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  height: 100%
}

.akc__item h4 {
  color: #141414;
  font-size: 20px;
  margin: 0 30px 20px
}

.akc__item h4, .akc__item span {
  font-weight: 700;
  line-height: normal
}

.akc__item span {
  color: #a2c614;
  display: block;
  font-size: 16px;
  margin: 20px 30px 4px;
  padding: 0
}

.akc__btn {
  margin: auto 30px 30px;
  width: calc(100% - 60px)
}

.akcii {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0
}

@media(max-width:768px) {
  .akcii {
    padding: 35px 0
  }
}

.akcii__head {
  padding-bottom: 20px;
  text-align: center
}

.akcii__descr {
  margin: 0 auto;
  max-width: 945px;
  padding-bottom: 40px
}

.akcii__control {
  align-items: center;
  background: #ffc922;
  border-radius: 50%;
  display: flex;
  height: 73px;
  justify-content: center;
  width: 73px
}

.akcii__control svg {
  height: 48px;
  object-fit: contain;
  width: 48px
}

@media(max-width:1300px) {
  .akcii__control {
    display: none
  }
}

.akcii__control_prev {
  margin-right: 10px
}

.akcii__control_next {
  margin-left: 10px
}

@media(max-width:1300px) {
  .akcii__slider .st-slider__row {
    width: 100%
  }
}

.akcii-card {
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 48px 60px;
  width: 100%
}

@media(max-width:992px) {
  .akcii-card {
    padding: 30px 25px
  }
}

.akcii-card__title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 16px;
  padding: 0
}

@media(max-width:768px) {
  .akcii-card__title {
    font-size: 24px
  }
}

.akcii-card__text {
  font-size: 18px;
  margin: 0
}

.akcii-card__subtext, .akcii-card__text {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  padding: 0
}

.akcii-card__subtext {
  font-size: 14px;
  margin: 40px 0 10px
}

.akcii-card__btn {
  max-width: 100%;
  width: 300px
}

.quizM{
  padding-bottom: 100px;
}

.quiz {
  margin: 0
}

@media(max-width:768px) {
  .quiz {
    margin: 40px 0
  }
}

.quiz__title {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px
}

@media(max-width:768px) {
  .quiz__title {
    margin-bottom: 20px
  }
}

.quiz__podarok {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 410px
}

@media(max-width:768px) {
  .quiz__podarok {
    margin-bottom: 20px
  }
}

.quiz__checkbox {
  margin-top: 4px
}

.quiz__wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100% - 190px);
  max-width: 400px;
  position: relative;
  z-index: 2
}

.quiz__wrap-half {
  height: calc(100% - 390px)
}

.quiz__item-title {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px
}

@media(max-width:992px) {
  .quiz__item-title {
    font-size: 28px;
    margin: 0 0 25px
  }
}

@media(max-width:768px) {
  .quiz__item-title {
    font-size: 22px;
    margin: 0 0 20px
  }
}

.quiz__questions {
  margin: 0 auto;
  max-width: 1220px
}

.quiz__input {
  border: 1px solid rgba(35, 57, 57, .6);
  border-radius: 10px;
  padding: 10px 20px
}

.quiz__line {
  background: #f4f4f3;
  border-radius: 105px;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: 3
}

@media(max-width:768px) {
  .quiz__line {
    height: 16px
  }
}

.quiz__line p {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 17px;
  z-index: 3
}

@media(max-width:768px) {
  .quiz__line p {
    display: none
  }
}

.quiz__line--final p {
  color: #fff;
  font-weight: 600
}

.quiz__line--final .quiz__progress {
  background: repeating-linear-gradient(75deg, rgba(132, 165, 10, .6), rgba(132, 165, 10, .6) 30px, #a2c614 0, #a2c614 60px)
}

.quiz__progress {
  background-color: #a2c614;
  border-radius: 105px;
  height: 44px;
  left: 8px;
  position: absolute;
  top: 8px
}

@media(max-width:768px) {
  .quiz__progress {
    height: 12px;
    left: 2px;
    top: 2px
  }
}

.quiz__progress--100 {
  width: calc(100% - 16px)
}

@media(max-width:768px) {
  .quiz__progress--100 {
    width: calc(100% - 4px)
  }
}

.quiz__step {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: right
}

@media(max-width:992px) {
  .quiz__step {
    font-size: 16px
  }
}

@media(max-width:768px) {
  .quiz__step {
    font-size: 12px
  }
}

.quiz__question {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  display: none;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  padding: 20px
}

.quiz__question--active {
  display: block
}

.quiz__question-container {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  height: 690px;
  padding: 40px;
  position: relative
}

@media(max-width:768px) {
  .quiz__question-container {
    height: auto;
    padding: 15px
  }
}

.quiz__question-img {
  bottom: 40px;
  max-width: 60%;
  position: absolute;
  right: 40px
}

@media(max-width:768px) {
  .quiz__question-img {
    display: none
  }
}

.quiz__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-end;
  margin-top: auto
}

@media(max-width:900px) {
  .quiz__buttons {
    padding-top: 20px
  }
}

.quiz__button {
  min-width: 136px
}

.quiz__container {
  -webkit-column-gap: 17px;
  column-gap: 17px;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  position: relative;
  row-gap: 20px;
  z-index: 2
}

.quiz__radiobutton {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 140px
}

@media(max-width:768px) {
  .quiz__radiobutton {
    max-width: 120px
  }
}

.quiz__radiobutton img {
  border-radius: 6px;
  height: 114px;
  margin: 0 0 10px;
  object-fit: contain;
  width: 140px
}

@media(max-width:768px) {
  .quiz__radiobutton img {
    height: 120px;
    width: 120px
  }
}

.quiz__radiobutton-input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative
}

.quiz__radiobutton-input:before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  content: "";
  height: 26px;
  position: absolute;
  width: 26px
}

.quiz__radiobutton-input:after {
  border: 4px solid #000;
  border-radius: 2px;
  border-right: none;
  border-top: none;
  content: "";
  display: none;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px
}

.quiz__radiobutton-input:checked:after {
  display: block
}

.quiz__radiobutton-label {
  margin-left: 36px
}

.quiz__input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  max-width: 350px
}

.quiz__flex {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  height: calc(100% - 390px)
}

@media(max-width:768px) {
  .quiz__flex {
    gap: 10px;
    grid-template-columns: 1fr
  }
}

.quiz__flex-col h5 {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 24px;
  font-weight: 600;
  line-height: normal
}

@media(max-width:768px) {
  .quiz__flex-col h5 {
    font-size: 18px
  }
}

.quiz__flex-col--form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.quiz__flex-form {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.quiz__flex-img {
  height: auto;
  max-height: 345px;
  object-fit: contain;
  width: 100%
}

@media(max-width:768px) {
  .quiz__flex-img, .quiz__social {
    display: none
  }
}

.profil {
  padding: 100px 0 60px
}

@media(max-width:768px) {
  .profil {
    padding: 30px 0
  }
}

.profil__head {
  padding-bottom: 43px;
  text-align: center
}

@media(max-width:575px) {
  .profil__head {
    padding-bottom: 20px
  }
}

.profil__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.profil__slider {
  width: 100%
}

.profil__slider .swiper-pagination-lock {
  display: none
}

.profil__slider_centered {
  justify-content: center;
  width: 100%
}

.profil__item {
  height: 100%;
  width: 100%
}

.profil__img-container {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 244px;
  padding: 20px 40px;
  position: relative;
  z-index: 2
}

.profil__img-container img {
  height: 200px;
  object-fit: contain;
  width: auto
}

.profil__item-content {
  align-items: center;
  background: #f4f4f4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 144px);
  margin: -100px 0 0;
  padding: 150px 50px 40px
}

.profil__item-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px
}

.profil__item-content h4, .profil__item-content p {
  color: #232323;
  font-style: normal;
  padding: 0;
  text-align: center
}

.profil__item-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px
}

.profil__item-btn {
  margin-top: auto;
  width: 100%
}

.kluch {
  padding: 80px 0
}

@media(max-width:768px) {
  .kluch {
    padding: 30px 0
  }
}

.kluch__head {
  text-align: left
}

.kluch__subtitle {
  margin: 35px 0
}

@media(max-width:768px) {
  .kluch__subtitle {
    margin: 20px 0
  }
}

.kluch__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.kluch__slider {
  width: 100%
}

.kluch__slider .swiper-pagination-lock {
  display: none
}

.kluch__slider_centered {
  justify-content: center;
  width: 100%
}

.kluch__item {
  background: #f1f1f1;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  width: 100%
}

.kluch__img {
  height: 290px;
  object-fit: cover;
  width: 100%
}

.kluch__item-content {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 45px
}

.kluch__item-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px
}

.kluch__item-content h4, .kluch__item-content p {
  color: #232323;
  font-style: normal;
  padding: 0;
  text-align: center
}

.kluch__item-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0
}

.kluch__item-btn {
  margin-top: auto;
  width: 100%
}

.ceny-tip {
  padding: 80px 0
}

@media(max-width:768px) {
  .ceny-tip {
    padding: 30px 0
  }
}

.ceny-tip__head {
  align-items: center;
  display: flex;
  gap: 50px;
  text-align: left
}

@media(max-width:992px) {
  .ceny-tip__head {
    flex-direction: column-reverse;
    gap: 25px
  }
}

.ceny-tip__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.ceny-tip__slider {
  width: 100%
}

.ceny-tip__slider .swiper-pagination-lock {
  display: none
}

.ceny-tip__slider_centered {
  justify-content: center;
  width: 100%
}

.ceny-tip__item {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 50px 25px 35px;
  width: 100%
}

@media(max-width:768px) {
  .ceny-tip__item {
    padding: 30px 20px 25px
  }
}

.ceny-tip__item h4 {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px 0 0;
  padding: 0;
  text-align: left
}

.ceny-tip__img {
  height: 167px;
  object-fit: contain;
  width: auto
}

.ceny-tip__btn {
  flex-shrink: 0;
  padding-left: 50px;
  padding-right: 50px
}

.work {
  padding: 80px 0
}

@media(max-width:992px) {
  .work {
    padding: 30px 0
  }
}

.work__head {
  padding-bottom: 35px
}

.work__descr {
  margin: 0 auto;
  max-width: 945px;
  padding-bottom: 40px
}

.work__control {
  align-items: center;
  background: #ffc922;
  border-radius: 50%;
  display: flex;
  height: 73px;
  justify-content: center;
  width: 73px
}

.work__control svg {
  height: 48px;
  object-fit: contain;
  width: 48px
}

@media(max-width:1300px) {
  .work__control {
    display: none
  }
}

.work__control_prev {
  margin-right: 10px
}

.work__control_next {
  margin-left: 10px
}

@media(max-width:1300px) {
  .work__slider .st-slider__row {
    width: 100%
  }
}

.primer-main {
  height: 345px;
  margin: 0 0 10px;
  overflow: hidden
}

.primer-main img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.primer-thumbs {
  height: 85px;
  margin: 0 0 10px;
  overflow: hidden
}

.primer-thumbs img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.primer__content {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 30px 30px 60px
}

.primer__content h4 {
  color: #232323;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0
}

.primer__content p {
  color: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.otkr {
  padding: 80px 0
}

@media(max-width:768px) {
  .otkr {
    padding: 30px 0
  }
}

.otkr__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0 0 35px;
  text-align: left
}

@media(max-width:992px) {
  .otkr__head {
    gap: 20px
  }
}

.otkr__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.otkr__slider {
  width: 100%
}

.otkr__slider .swiper-pagination-lock {
  display: none
}

.otkr__slider_centered {
  justify-content: center;
  width: 100%
}

.otkr__item {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 50px 25px 35px;
  width: 100%
}

@media(max-width:768px) {
  .otkr__item {
    padding: 30px 20px 25px
  }
}

.otkr__item h4 {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 0;
  padding: 0;
  text-align: left
}

.otkr__img {
  height: 160px;
  max-height: 160px;
  object-fit: contain;
  width: auto
}

.otkr__bottom {
  margin-top: 35px
}

.otkr .input_outline_grey {
  background: #fff;
  border: none
}

.yt-sec {
  margin: 20px 0 80px
}

@media(max-width:720px) {
  .yt-sec {
    margin: 20px 0 30px
  }
}

.yt-sec__flex {
  display: flex;
  gap: 18px
}

@media(max-width:992px) {
  .yt-sec__flex {
    flex-direction: column
  }
}

.yt-sec__content {
  background: #232323;
  border-radius: 10px;
  padding: 70px 40px;
  width: calc(40% - 9px)
}

@media(max-width:720px) {
  .yt-sec__content {
    padding: 30px 20px;
    width: 100%
  }
}

.yt-sec__content .btn-base {
  width: 100%
}

.yt-sec__img {
  width: calc(60% - 9px)
}

@media(max-width:720px) {
  .yt-sec__img {
    width: 100%
  }
}

.yt-sec__img img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.yt-sec__title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 18px;
  padding: 0
}

.yt-sec__title span {
  color: #fff;
  font-size: 68px;
  font-weight: 600
}

@media(max-width:576px) {
  .yt-sec__title span {
    font-size: 42px
  }
}

.yt-sec__text {
  align-items: flex-start;
  display: flex;
  gap: 35px;
  margin-bottom: 30px
}

@media(max-width:768px) {
  .yt-sec__text {
    align-items: stretch;
    flex-direction: column;
    gap: 20px
  }
}

.yt-sec__text svg {
  flex-shrink: 0
}

.yt-sec__text p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal
}

.blog {
  padding: 100px 0
}

@media(max-width:768px) {
  .blog {
    padding: 30px 0
  }
}

.blog__card {
  background: #232323;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.blog__card_type_plate {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 30px 20px 20px
}

.blog__card-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.blog__card-content {
  padding: 30px 18px 20px
}

.blog__card-content .btn-base {
  width: 100%
}

.blog__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px
}

@media(max-width:575px) {
  .blog__group {
    padding-top: 30px
  }
}

.blog__slider {
  width: 100%
}

.blog__slider_with_nav {
  width: calc(100% - 100px)
}

.blog__pager {
  width: 100%
}

.blog__control {
  fill: #232323;
  flex-shrink: 0;
  transition: fill .3s ease;
  width: 22px
}

.blog__control_prev {
  margin-right: 28px
}

.blog__control_next {
  margin-left: 28px
}

@media(any-hover:hover) {
  .blog__control:hover {
    fill: #a2c614
  }
}

.blog__arrow {
  fill: inherit;
  width: 100%
}

.blog__link {
  background-color: #fff;
  border-radius: 15px;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  padding: 10px;
  text-align: center;
  transition: background-color .3s ease
}

.blog__link:hover {
  background-color: #a2c614
}

@media(max-width:500px) {
  .blog__link {
    font-size: 12px
  }
}

.blog__img {
  border-radius: 10px 10px 0 0;
  height: 205px;
  object-fit: cover;
  width: 100%
}

.shema {
  background: #f4f4f4;
  padding: 70px 0
}

@media(max-width:768px) {
  .shema {
    padding: 30px 0
  }
}

.shema__head {
  margin: 0 0 40px;
  text-align: left
}

.shema__body {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1350px
}

.shema__slider {
  width: 100%
}

.shema__slider .swiper-pagination-lock {
  display: none
}

.shema__item {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  width: 100%
}

.shema__item h4 {
  color: #232323;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 0;
  text-align: center
}

.shema__img {
  height: 154px;
  max-height: 154px;
  object-fit: contain;
  width: auto
}

.ft-int {
  background-color: #141414;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 80px 0;
  padding: 140px 0
}
.ft-int-partner{
  background-position: 75%;
}

.ft-int-section {
  margin: 100px 0 80px
}

@media(max-width:768px) {
  .ft-int-section {
    margin: 40px 0
  }
}

.ft-int--nomargin {
  margin: 0
}

@media(max-width:768px) {
  .ft-int--nomargin {
    margin: 0
  }
}

@media(max-width:1200px) {
  .ft-int {
    background-position: 0
  }
}

@media(max-width:992px) {
  .ft-int {
    padding: 80px 0
  }
}

@media(max-width:768px) {
  .ft-int {
    margin: 40px 0;
    padding: 50px 0
  }
}

.ft-int__ttl {
  margin: 0 0 55px
}

@media(max-width:768px) {
  .ft-int__ttl {
    margin: 0 0 30px
  }
}

.ft-int__flex {
  align-items: center;
  display: flex;
  gap: 30px
}

.ft-int__flex--top {
  align-items: flex-start;
  position: relative
}

.ft-int__list {
  align-items: stretch;
  bottom: -2px;
  display: flex;
  gap: 10px;
  position: absolute;
  right: -100px
}

@media(max-width:1400px) {
  .ft-int__list {
    right: 0
  }
}

@media(max-width:992px) {
  .ft-int__list {
    bottom: 0;
    flex-wrap: wrap;
    position: static
  }
}

.ft-int__list-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14.9px 0 rgba(0, 0, 0, .102);
  flex-basis: 1;
  max-width: 315px;
  padding: 30px
}

.ft-int__list-item h4 {
  border-bottom: 4px solid #a2c614;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 13px;
  max-width: 130px;
  padding: 0 0 13px;
  text-align: left
}

.ft-int__list-item p {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  padding: 0
}

.ft-int__title {
  margin-bottom: 16px
}

.ft-int__subtitle {
  color: #141414;
  font-size: 36px;
  font-weight: 400;
  line-height: normal
}

@media(max-width:992px) {
  .ft-int__subtitle {
    font-size: 28px
  }
}

@media(max-width:768px) {
  .ft-int__subtitle {
    font-size: 24px
  }
}

.ft-int__content {
  max-width: 840px
}

@media(max-width:768px) {
  .ft-int__content {
    max-width: 100%;
    width: 100%
  }
}

.ft-int__text {
  margin-bottom: 30px
}

.ft-int__text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal
}

@media(max-width:768px) {
  .ft-int__text p {
    font-size: 16px
  }
}

.h-work {
  margin: 70px 0
}

@media(max-width:768px) {
  .h-work {
    margin: 35px 0
  }
}

.h-work__head {
  margin: 0 0 50px
}

@media(max-width:768px) {
  .h-work__head {
    margin: 0 0 25px
  }
}

.h-work__title {
  margin: 0 0 20px
}

.h-work__subtitle {
  color: #232323;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left
}

.h-work__list {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 40px;
  row-gap: 20px
}

@media(max-width:992px) {
  .h-work__list {
    -webkit-column-gap: 20px;
    column-gap: 20px
  }
}

@media(max-width:768px) {
  .h-work__list {
    margin: 0 0 20px
  }
}

@media(max-width:500px) {
  .h-work__list {
    grid-template-columns: 1fr
  }
}

.h-work__item {
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .102);
  overflow: hidden;
  padding: 0 0 0 20px
}

.h-work__item--border {
  border: 4px dashed #f7dd26
}

.h-work__item p {
  color: #293939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 20px;
  text-align: left
}

@media(max-width:768px) {
  .h-work__item p {
    font-size: 16px
  }
}

.h-work__flex {
  align-items: flex-start;
  display: flex
}

.h-work__flex--100 {
  height: 100%
}

.h-work__content {
  flex-shrink: 0;
  padding: 30px 0 0;
  width: 50%
}

@media(max-width:992px) {
  .h-work__content {
    padding: 20px 0 0
  }
}

@media(max-width:768px) {
  .h-work__content {
    padding: 10px 0 0
  }
}

.h-work__content span {
  color: rgba(41, 57, 57, .6);
  font-size: 72px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px
}

@media(max-width:992px) {
  .h-work__content span {
    font-size: 50px
  }
}

@media(max-width:768px) {
  .h-work__content span {
    font-size: 32px
  }
}

.h-work__img {
  align-self: center;
  height: auto;
  width: 50%
}

.h-work__bottom {
  align-items: center;
  display: flex;
  justify-content: center
}

.side-menu {
  background: #a2c614;
  background: var(--green, #a2c614);
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  height: 100%;
  max-height: 459px;
  max-width: 120px;
  padding: 8px 0;
  position: fixed;
  right: 0;
  top: 178px;
  width: 100%;
  z-index: 11111
}

.side-menu--close {
  display: none;
  z-index: -1
}

.side-menu__close {
  align-items: center;
  background: #a2c614;
  background: var(--green, #a2c614);
  border-radius: 3px;
  display: flex;
  height: 32px;
  justify-content: center;
  left: 0;
  padding: 4px;
  position: absolute;
  top: -40px;
  width: 32px
}

.side-menu-data {
  align-items: center;
  border-bottom: 1px solid #46950e;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  gap: 10px;
  line-height: normal;
  margin: 0;
  padding: 12px 8px;
  text-align: center
}

.side-menu-data p {
  margin: 0;
  padding: 0
}

.side-menu-data:last-child {
  border: none
}

.side-menu-data-media {
  align-items: center;
  background-color: #666;
  border-radius: 10px;
  display: none;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: 4px;
  top: 70%;
  width: 40px;
  z-index: 9999
}

.side-menu-data-media img {
  width: 30px
}

@media screen and (max-width:768px) {
  .side-menu-data-media {
    display: flex
  }

  .side-menu {
    display: none
  }
}

.ft-dor {
  margin: -140px 0 100px;
  position: relative;
  z-index: 2
}

@media(max-width:768px) {
  .ft-dor {
    margin: 40px 0
  }
}

.ft-dor.ft-dor__mt40 {
  margin: -40px 0 80px
}

@media(max-width:768px) {
  .ft-dor.ft-dor__mt40 {
    margin: 40px 0
  }
}

.ft-dor.ft-dor__mt40 .container {
  max-width: 1160px
}

.ft-dor.ft-dor__mt40 .ft-dor__slider {
  margin-left: calc(50vw - 795px);
  /* margin-top: 50px */
  /* margin: 0 auto; */
  /* max-width: 1920; */
}

@media(max-width:1610px) {
  .ft-dor.ft-dor__mt40 .ft-dor__slider {
    margin-left: 0px
  }



}
@media(max-width:1210px) {
  .ft-dor.ft-dor__mt40 .ft-dor__slider {
    margin-left: 0px
  }

  

}

@media(max-width:768px) {
  .ft-dor.ft-dor__mt40 .ft-dor__slider {
    margin-top: 30px;
    padding: 0
  }
}

.ft-dor__title {
  margin: 0 0 17px
}

@media(max-width:768px) {
  .ft-dor__title {
    color: #141414;
    color: var(--black-text-color, #141414);
    margin: 0 0 30px
  }
}

.ft-dor__slider {
  margin-left: calc(50vw - 935px);
  margin-top: 50px
}



@media(max-width:1805px) {
  .ft-dor__slider {
    margin-left: 0px

  }
}

@media(max-width:1605px) {
  .ft-dor__slider {
    margin-left: 0px

  }
}

@media(max-width:768px) {
  .ft-dor__slider {
    margin-top: 30px;
    padding: 0
  }
}

.ft-dor__slider {
  padding-left: 0;
  padding-right: 0
}

.ft-dor__group {
  max-width: 100vw
}

.ft-dor__row {
  width: 100%
}

.ft-dor__pagination {
  padding-top: 30px
}

@media(min-width:1200px) {
  .ft-dor__pagination {
    display: none
  }
}

.ft-dor__swiper.swiper {
  margin-bottom: -25px;
  margin-top: -145px;
  padding: 25px
}

.ft-dor__swiper .swiper-slide {
  max-width: 298px
}



.ft-dor-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  padding: 20px
}

.ft-dor-card__wrap {
  border: 1px solid #a2c614;
  border: 1px solid var(--green, #a2c614);
  border-radius: 11px;
  display: flex
}

@media(max-width:600px) {
  .ft-dor-card__wrap {
    flex-direction: column
  }
}

.ft-dor-card__count {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: normal
}

.ft-dor-card__preview {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%
}
.ft-dor-card__preview-custom {
  height: 210px;
  width: 75%
}

.ft-dor-card__body {
  display: flex;
  flex-direction: column;
  padding: 0 23px;
  position: relative
}

.ft-dor-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0 10px
}

.ft-dor-card__descr, .ft-dor-card__title {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-style: normal;
  line-height: normal;
  position: relative;
  z-index: 2
}

.ft-dor-card__descr {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 38px
}

.pr-tabs {
  background: #1b1b1a;
  background: var(--main-color-gray, #1b1b1a);
  padding: 50px 0 180px
}

@media(max-width:768px) {
  .pr-tabs {
    padding: 30px 0 60px
  }
}

@media(max-width:1200px) {
  .pr-tabs .header__call {
    display: block
  }
}

.pr-tabs__controls {
  /* border-bottom: 2px solid #323232; */
  background-color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 !important;
  border-radius: 10px
}

.pr-tabs__controls::-webkit-scrollbar {
  width: 0
}

@media(max-width:1200px) {
  .pr-tabs__controls {
    overflow: auto
  }
}

.pr-tabs__box {
  margin-bottom: -1px;
  padding: 5px;
  width: 25%
}

@media(max-width:1200px) {
  .pr-tabs__box {
    flex-shrink: 0;
    min-width: 200px;
    width: auto
  }
}

@media(max-width:575px) {
  .pr-tabs__box {
    min-width: 50px
  }
}

.pr-tabs__btn {
  border: none;
  border-radius: 0;
  color: ;
  padding: 11.5px 0;
  white-space: nowrap;
  width: 100%
}

.pr-tabs__subtitle{

    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin: 0px 0 40px;
    text-align: center;
    font-weight: 400;
}

@media(max-width:575px) {
  .pr-tabs__btn {
    padding: 10px
  }
}

.pr-tabs__btn.active {
  background-color: #a2c614;
  border-radius: 5px;
}

.pr-tabs__btn span {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

.pr-tabs__body {
  position: relative
}

.pr-tabs__view {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden
}

@media(max-width:992px) {
  .pr-tabs__view {
    padding-top: 30px
  }
}

.pr-tabs__view.active {
  opacity: 1;
  position: static;
  visibility: visible
}

.pr-tabs__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center
}

@media(max-width:992px) {
  .pr-tabs__ttl {
    font-size: 24px;
    margin: 0 0 30px
  }
}

@media(max-width:768px) {
  .pr-tabs__ttl {
    font-size: 20px
  }
}

.pr-tabs__img {
  border-radius: 20px;
  object-fit: contain;
  width: 100%
}

@media(max-width:576px) {
  .pr-tabs__img {
    height: 450px;
    object-fit: cover
  }
}

.pr-tabs__col {
  max-width: 480px;
  padding: 15px;
  width: 50%
}

.pr-tabs__row {
  justify-content: center;
  margin: 0 -15px
}

.pr-tabs__item {
  background: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 20px
}

.pr-tabs__item-wrap {
  border: 2px solid rgba(100, 179, 44, .2);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 40px;
  position: relative
}

@media(max-width:1400px) {
  .pr-tabs__item-wrap {
    padding: 30px 20px
  }
}

.pr-tabs__item-title {
  color: #1b1b1a;
  color: var(--main-color-gray, #1b1b1a);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
  padding: 0;
  text-align: center
}

.pr-tabs__column {
  display: flex;
  flex-direction: column;
  gap: 13px
}

.pr-tabs__grid {
  grid-gap: 50px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.5fr
}

@media(max-width:1100px) {
  .pr-tabs__grid {
    grid-template-columns: 1fr
  }
}

.pr-tabs__work-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0
}

@media(max-width:1100px) {
  .pr-tabs__work-list {
    display: none
  }
}

.pr-tabs__work-item {
  align-items: center;
  display: flex;
  gap: 17px
}

.pr-tabs__work-img {
  background: hsla(0, 0%, 100%, .3);
  border-radius: 16px;
  height: 128px;
  overflow: hidden;
  width: 128px
}

.pr-tabs__work-img img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%
}

.pr-tabs__work-time {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .49px;
  line-height: normal;
  padding: 0 0 0 18px;
  position: relative
}

.pr-tabs__work-time:before {
  background: #64b32c;
  background: var(--main-color-green, #64b32c);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px
}

.pr-tabs__work-name {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  margin: 14px 0;
  padding: 0
}

.pr-tabs__work-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .35px;
  line-height: normal;
  margin: 0;
  padding: 0
}

.pr-tabs__g-content {
  background: #fff;
  border-radius: 20px;
  padding: 16px
}

.pr-tabs__g-wrap {
  border: 2px solid rgba(162, 198, 20, .15);
  border: 2px solid var(--green-light, rgba(162, 198, 20, .15));
  border-radius: 16px;
  height: 100%;
  padding: 26px 23px 24px
}

.pr-tabs__g-ttl {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0
}

@media(max-width:768px) {
  .pr-tabs__g-ttl {
    font-size: 20px
  }
}

.pr-tabs__g-text {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0
}

@media(max-width:768px) {
  .pr-tabs__g-text {
    font-size: 18px
  }
}

.pr-tabs__g-text strong {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-weight: 700
}

.pr-tabs__g-form {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width:768px) {
  .pr-tabs__g-form {
    grid-template-columns: 1fr
  }
}

.pr-tabs__g-bottom {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 40px auto;
  text-align: center
}

.pr-tabs__g-contacts {
  display: flex;
  row-gap: 20px
}

@media(max-width:768px) {
  .pr-tabs__g-contacts {
    flex-direction: column
  }
}

.pr-tabs__g-col h5 {
  color: #a2c614;
  color: var(--green, #a2c614);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.54px;
  line-height: normal;
  margin: 0 0 20px
}

.pr-tabs__g-col h5 strong {
  font-weight: 700px
}

.pr-tabs__g-col:first-child {
  border-right: 2px solid rgba(162, 198, 20, .4);
  padding-right: 17px
}

@media(max-width:768px) {
  .pr-tabs__g-col:first-child {
    border: none;
    padding-right: 0
  }
}

.pr-tabs__g-col:last-child {
  padding-left: 35px
}

@media(max-width:768px) {
  .pr-tabs__g-col:last-child {
    padding-left: 0
  }
}

.pr-tabs__g-qr {
  align-items: center;
  display: flex;
  gap: 14px
}

.pr-tabs__g-qr p {
  max-width: 122px
}

.pr-tabs__access {
  margin-top: -8px
}

.pr-tabs_m {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 38px 0;
  text-align: center
}

.pr-tabs_p {
  font-size: 20px;
  margin-bottom: 18px
}

@media(max-width:768px) {
  .pr-tabs_p {
    font-size: 16px
  }
}

.pr-tabs__header {
  border: none;
  display: flex;
  gap: 10px;
  padding-left: 0
}

@media(max-width:768px) {
  .pr-tabs__header .header__call {
    font-size: 12px
  }

  .pr-tabs__header .phone-select__title {
    font-size: 20px
  }
}

.pr-tabs_calc {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 18px
}

.pr-tabs_calc img {
  height: 90px;
  width: 90px
}

.pr-tabs__g-qr--mb {
  margin-bottom: 18px
}

.pr-tabs__ttl-partner{
  color: #141414;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}

.ft-dor__title-count {
  color: #a2c614;
  display: block;
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  text-align: center
}

.ft-intro {
  -webkit-backdrop-filter: blur(40.5px);
  backdrop-filter: blur(40.5px);
  background-color: hsla(0, 0%, 8%, .92);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0 80px
}

@media(max-width:768px) {
  .ft-intro {
    padding: 40px 0
  }
}

.ft-intro__title {
  margin: 0 auto;
  max-width: 912px;
  text-align: center
}

.ft-intro__text {
  max-width: 635px
}

.ft-intro__text p {
  color: #293939;
  color: var(--main-dark, #293939);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0
}

@media(max-width:1200px) {
  .ft-intro__text p {
    font-size: 20px
  }
}

@media(max-width:768px) {
  .ft-intro__text p {
    font-size: 16px
  }
}

.ft-intro__subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 30px;
  padding-left: 75px;
  position: relative
}

.ft-intro__subtitle:before {
  background-color: #a2c614;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 45px
}

@media(max-width:992px) {
  .ft-intro__subtitle {
    font-size: 28px
  }
}

@media(max-width:768px) {
  .ft-intro__subtitle {
    font-size: 24px
  }
}

.ft-intro__content {
  padding-top: 50px
}

@media(max-width:768px) {
  .ft-intro__content {
    padding-top: 35px
  }
}

@media(max-width:576px) {
  .ft-intro__content {
    padding-top: 0
  }
}

.ft-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px
}

.ft-intro__list li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20.5px 0 #282828;
  flex: 1 0 0;
  min-width: 240px
}

.ft-intro__list h4 {
  background-color: #a2c614;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 23px 28px
}

.ft-intro__list p {
  color: #141414;
  font-size: 14px;
  padding: 14px 28px 45px
}

.ft-intro__descr li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjE1IiBjeT0iMTUiIHJ4PSIxNSIgcnk9IjE0LjkiIGZpbGw9IiM2NEIzMkMiLz48cGF0aCBkPSJNMjAuNTA4IDEyLjkzOXYuMDAxbC4zNDctLjMzMmExLjE2IDEuMTYgMCAwIDAgLjM2LS44MzcgMS4xNiAxLjE2IDAgMCAwLS4zNi0uODM3IDEuMjE3IDEuMjE3IDAgMCAwLS44NDItLjMzNmMtLjMxMiAwLS42MTYuMTE4LS44NDIuMzM2bC02LjYyOSA2LjM2LTIuNDI3LTIuMzI5YTEuMjA0IDEuMjA0IDAgMCAwLS44NDItLjMzNiAxLjIyNiAxLjIyNiAwIDAgMC0uODQyLjMzNiAxLjE3MSAxLjE3MSAwIDAgMC0uMzYuODM3IDEuMTUgMS4xNSAwIDAgMCAuMzYuODM3bDMuMjY4IDMuMTM2YTEuMjAzIDEuMjAzIDAgMCAwIC44NDIuMzM3IDEuMjI3IDEuMjI3IDAgMCAwIC44NDMtLjMzN2w3LjEyNC02LjgzNloiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-bottom: 17px;
  min-height: 30px;
  padding-left: 50px
}

.ft-intro__btn {
  min-width: 265px
}

@media(max-width:768px) {
  .ft-intro__btn {
    min-width: 100%
  }
}

.ft-intro__flex {
  align-items: flex-start;
  display: flex;
  gap: 70px;
  margin-bottom: 60px;
  margin-top: 25px
}

@media(max-width:1200px) {
  .ft-intro__flex {
    gap: 30px
  }
}

.ft-intro__flex img {
  height: auto;
  max-width: 30%;
  object-fit: contain
}

@media(max-width:576px) {
  .ft-intro__flex img {
    display: none
  }
}

.ft-intro__b-img {
  bottom: 0;
  height: auto;
  max-width: 50%;
  object-fit: contain;
  position: absolute;
}

.ft-intro__bottom-cont {
  margin-left: 10%
}

@media(max-width:768px) {
  .ft-intro__bottom-cont {
    margin-left: 0
  }
}

.ft-intro__form {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 38px;
  max-width: 590px;
  position: relative;
  z-index: 2
}

@media(max-width:768px) {
  .ft-intro__form {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 60px
  }
}

.fn-int {
  margin: 100px 0 80px
}

@media(max-width:768px) {
  .fn-int {
    margin: 40px 0
  }
}

.fn-int .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1160px
}

.fn-int__content {
  max-width: 600px
}

@media(max-width:768px) {
  .fn-int__content {
    max-width: 100%;
    width: 100%
  }
}

.fn-int__img {
  height: auto;
  max-width: 448px;
  object-fit: contain;
  width: 45%
}

@media(max-width:768px) {
  .fn-int__img {
    display: none
  }
}

.fn-int__ttl {
  margin: 0 0 55px
}

@media(max-width:768px) {
  .fn-int__ttl {
    margin: 0 0 30px
  }
}

.fn-int__list {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  -webkit-column-gap: 25px;
  column-gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  row-gap: 20px
}

@media(max-width:576px) {
  .fn-int__list {
    grid-template-columns: 1fr
  }
}

.fn-int__list-item {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjE1IiBjeT0iMTUiIHJ4PSIxNSIgcnk9IjE0LjkiIGZpbGw9IiNBMkM2MTQiLz48cGF0aCBkPSJNMjAuNTA4IDEyLjkzOXYuMDAxbC4zNDctLjMzMmExLjE2IDEuMTYgMCAwIDAgLjM2LS44MzcgMS4xNiAxLjE2IDAgMCAwLS4zNi0uODM3IDEuMjE3IDEuMjE3IDAgMCAwLS44NDItLjMzNmMtLjMxMiAwLS42MTYuMTE4LS44NDIuMzM2bC02LjYyOSA2LjM2LTIuNDI3LTIuMzI5YTEuMjA0IDEuMjA0IDAgMCAwLS44NDItLjMzNiAxLjIyNiAxLjIyNiAwIDAgMC0uODQyLjMzNiAxLjE3MSAxLjE3MSAwIDAgMC0uMzYuODM3IDEuMTUgMS4xNSAwIDAgMCAuMzYuODM3bDMuMjY4IDMuMTM2YTEuMjAzIDEuMjAzIDAgMCAwIC44NDIuMzM3IDEuMjI3IDEuMjI3IDAgMCAwIC44NDMtLjMzN2w3LjEyNC02LjgzNloiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 30px;
  padding-left: 39px
}

@media(max-width:768px) {
  .fn-int__list-item {
    font-size: 18px
  }
}

.fn-int__flex {
  display: flex;
  gap: 25px
}

@media(max-width:576px) {
  .fn-int__flex {
    flex-direction: column
  }
}

.fn-int__flex .ft-int__tel {
  color: #a2c614;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  margin-top: 9px
}

.fn-int__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 267px
}

.fn-int__call {
  color: #a2c614;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px
}

.fn-int__work {
  color: #141414;
  color: var(--black-text-color, #141414);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  padding-left: 20px;
  position: relative
}

.fn-int__work:before {
  background: #a2c614;
  border-radius: 50%;
  border-radius: 62.99px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px
}

.advantage__top{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  
}

.advantage-wrapper{
  padding-top: 80px;
}

.advantage__bottom{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 50px;
}

.fn-int__list-advantage{
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
}

.advantage__top-block{
  max-width: 370px;
  padding: 40px;
  min-height: 190px;
}

.advantage__list-item{
  background-size: 52px 52px;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  min-height: 30px;
  padding-left: 68px;
}

.advantage__bottom-icon{
  width: 58px;
  height: 58px;
}

.advantage__bottom-text{
  font-size: 18px;
}

.advantage__bottom-block {
  padding: 29px;
  width: 100%;
  letter-spacing: -0.58px;
}

.advantage__bottom-block-bg{
  background-color: #A2C614;
  background-image: url("/local/templates/static/dist/assets/images/avarange-handles.png");
  justify-content: flex-end;
}


.btn-advantage{
  background-color: #fff;

}

.look__for-partner p{
  color: #293939;
}

.look__for-partner{
  background-color: #fff;
}

p.look__for-footer-left-main-connect-title{
  color: var(--green, #a2c614);
}

@media screen and (max-width: 576px) {
  .look__for-footer-left-main-connect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .look__for-footer-left-main-connect p {
    text-align: center;
  }
  .look__for-footer-left-main-connect-number {
    text-align: center;
  }
}

.look__for-partner .look__for-cards_top-item p {
  color: #fff;
}
.look__for-partner .look__for-bottom-item p {
  color: #fff;
}

.look__for-footer-left-main-input-form-tel {
  width: 100%;
  border-radius: 54px;
  border: 1px solid #fff;
  padding: 17px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.look__for-footer-right-free-partner{
  background-color: #141414;
}

.look__for-partner .look__for-footer-left-main-input-form-tel{
  color: #141414;
  border-color: #141414;
}

.look__for-partner .look__for-footer-left-main-input-form-tel::placeholder {
  color: #141414;
}

.catalog__wrapper{
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}

.catalog__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 670px;
}
.catalog__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
}
.catalog__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  padding: 30px 0;
}


.pr-tab4{
  display: flex;
  justify-content: space-around;
}

.pr-tab4 .fs__cp-left-btn-setki{
  font-size: 32px;
  font-weight: 700;
}

.pr-tab4-order{
  background-color: #fff;
}

.pr-tab4 .custom-text{
  margin-bottom: 35px;
}

.pr-tab4 .input__access p{
  font-size: 13px;
}

.pr-tab4-order{
  border-radius: 20px;
  padding: 20px;
  margin-top: 15px;
}

.pr-tab4 .pr-tabs_p{
  font-size: 16px;
}

.quizBanner-bgImage {
  right: -300px;
}

@media (max-width: 1300px){
  .quizBanner-bgImage {
  right: -420px;
  }
}

.static-navbar {
  background: #141414;
  color: #fff;
  position: relative;
  z-index: 2200;
}



.static-navbar__link {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.static-navbar__switch {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 15px;
  justify-content: center;
  margin-left: 7px;
  width: 15px;
}

.static-navbar__arrow {
  width: 9px;
}

.static-navbar__arrow_fill_white {
  fill: #fff;
}

.static-navbar__dropdown {
  top: 50px;
  left: 0;
  opacity: 0;
  padding-top: 17px;
  pointer-events: none;
  position: absolute;
  transform: translateY(-100%%);
  transform-origin: center top;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  visibility: hidden;
  z-index: 100;
}


.static-navbar__subnav {
  color: #232323;
  display: flex;
  overflow: hidden;
  width: 900px;
}

.static-navbar__aside, .static-navbar__subnav {
  border-radius: 10px;
  position: relative;
}

.static-navbar__aside {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25);
  padding: 20px 15px 0px 20px;
  width: 700px;
  z-index: 1;
}

.static-navbar__main {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  width: 590px;
}

.static-navbar__control {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 6px 0;
  transition: color .3s ease;
}

.static-navbar__dropdown.show-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0%);
}

.static-navbar__text{
  padding-left:100px;
}

.title-subnav-item{
padding-left:100px;
}


.static-navbar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.static-navbar__items {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  padding: 21px 10px 19px;
  position: relative;
  
  box-sizing: border-box; /* Учитывать padding и border в общей ширине элемента */
  margin-bottom: 20px; /* Отступ снизу каждого элемента */
}
.static-navbar__item {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  padding: 17px 2px 12px;
  position: relative;
  width: calc(50% - 20px); /* Учитывая отступы по 10px с каждой стороны */
  box-sizing: border-box; /* Учитывать padding и border в общей ширине элемента */
  margin-bottom: 20px; /* Отступ снизу каждого элемента */
}


.static-navbar__item:hover {
  border-bottom: 3px solid #a2c614;
}

.static-navbar__item:hover .static-navbar__link {
  color: #a2c614;
}

@media(any-hover:hover) {
.prod-type__img_type_static {
  opacity: 1;
  transition: opacity 1s ease;
}

.prod-type__img_type_hover {
  opacity: 0;
  transition: opacity 1s ease;
}

.static-navbar__item:hover .prod-type__img_type_static {
  opacity: 0;
}

.static-navbar__item:hover .prod-type__img_type_hover {
  opacity: 1;
}
}

.static-navbar__item .prod-type__img {
bottom: 0;
height: auto;
left: 0;
margin: 0;

position: absolute;
right: 0;
top: 0;
width: 85px;
}





.custom-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.custom-left-content {
  width: 570px;
}

.custom-text {
  margin-bottom: 70px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.custom-images-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-image {
  width: 270px;
  height: auto;
  margin: 0 15px; /* между изображениями 30px */
}

.custom-right-content {
  width: 570px;

}

.custom-slider2 {
  width: 570px;
}

.custom-slider2-image {
  width: 570px;
  height: auto;
}

.swiper.fscreen__slider-wrap.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
  /* max-width: 1500px; */
  /* overflow-x: visible;
  overflow-y: visible; */
}

.static-navbar__list-setka{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

.static-navbar__item-polotno{
  margin-bottom: 36px;
}

.static-navbar__list-polotno{
  margin-left: 9px;
}

.fscreen__swrap{
  padding-left: 45px;
}

.custom-container img {
  border-radius: 5%;
}

.pr-tabs__work-img {
  border-radius: 100%;
}

.calc-price__container .callback{
  background-color: #fff;
}

.calc-price__container .callback__close{
  right: 40px;
  top: 30px;
}

#callback .callback{
  background-color: transparent;
}

.new-slider-fn img {
  border-radius: 4%;
}

.look__for-bottom-video-block .look__for-bottom-item-partner{
  padding: 0;
}

.video-block-wrapper img{
  border-radius: 4%;
}

.title-partner {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 55px;
}

p.subtitle-partner {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.ft-intro__b-img-main{
  right: 0;
}

.antikoshka__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.antikoshka__left{
  position: relative;
}

.cloth-card__btn-antikoshka{
    position: absolute;
    bottom: 42px; /* Вы можете изменить значение для настройки вертикального положения кнопки */
    left: 50%;
    transform: translateX(-50%);
    max-width: 265px;
    padding: 13px;
}

.antikoshka__right {
  max-width: 680px;
}

.intro__line-wrap-antikoshka{
  padding: 10px;
  padding-left: 25px;
  min-height: 0;
}


li.antikoshka__item {
  padding: 10px;
  background-color: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 2px solid #A2C61426;
  border-radius: 20px;
  box-shadow: 4px 4px 40px 0 rgba(27, 27, 26, .1);
  padding: 8px;
  height: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 13px;
}

.intro__line-num-antikoshka{
  display: none;
}

.intro__line-item-antikoshka{
  margin-bottom: 12px;
  margin-top: 0;
}

.intro__round-antikoshka{
  width: 24px;
  height: 24px;

}

.intro__text-antikoshka{
  line-height: 22px;
}

.intro__label-antikoshka{
  margin-bottom: 0px;
}

.antikoshka__right-blok2{
  max-width: 590px;
}

.title-dverca{
  margin-bottom: 20px;
}

.antikoshka__right-btns{
  margin-bottom: 18px;
}

.btn-antikoshka{
  margin-bottom: 7px;
  padding: 8px 20px;
}

.antikoshka__text{
  margin-bottom: 26px;
    line-height: 1.5;
}

.btn-antikoshka-bottom{
  max-width: 265px;
  padding: 10px 20px;
}

.section.antikoshka{
  margin-bottom: 40px;
}

.fscreen__swrap{
  position: relative;
}

img.banner-antipylca {
  position: absolute;
  right: 0;
}

img.banner-bg.banner-bg-antipylca {
  position: absolute;
  top: -93px;
  right: 40px;
  z-index: -1;
  width: 45%;
}

img.banner-antiptica {
    position: absolute;
}

img.banner-antipyl {
  position: absolute;
  top: -87px;
  right: -264px;
}

img.banner-antikoshka {
  position: absolute;
  right: 0;
}

.text-mobile-heder{
  display: none;
}
.fscreen__note_line::before{
  top: 12px;
}

.clothSp-wrap-main-desc-images img {
    max-width: 134px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    flex: 1;
    display: inline-block;
}


.compatibility {
}


.compatibility-wrap {
}

.compatibility-text {
}

.compatibility-text-title {
}

.compatibility-text-desc {
}
.compatibility__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
.compatibility__item {
  width: 264;
  height: 70px;
  background-color: rgb(241, 241, 241);
  border-radius: 20px;
  display: flex;
  gap: 13px;
  align-items: center;

}
.compatibility__item-img {
  margin-left: 10px;
}
img.compatibility__item-img {
  width: 50px;
  height: 50px;
}

.compatibility__item-text {
  font-size: 18px;
}

.compatibility__image {
  bottom: 63px;
  position: absolute;
  right: 95px;
}

.compatibility__btn {
  max-width: 265px;
  margin-right: auto;
  right: 160px;
  bottom: 74px;
  position: absolute;
  z-index: 1;
}

.first-slide-mobile{
  display: none;
}

.our-prop.our-prop-bottom p {
  color: #000;
}

.our-prop-bottom{
  display: none;
}

#worker-call-popup .callback{
  background-color: #fff;
}

.title-team-mobile{
  display: none;
  
}

.title-team-mobile {
  margin-bottom: 80px;
}

.title-team-pc{
  margin-bottom: 75px;
}

img.slider-partneram-img {
    max-width: 508px;
}

.ft-dor__mt40 .ft-dor__swiper.swiper{
  padding-left: 200px;
}


@media (max-width: 1780px){
  .ft-int{
    background-position: 50%;
  }
}

@media (max-width: 1500px){
  img.banner-antipylca {
    position: absolute;
    right: 0;

  }
  .ft-dor__mt40 .ft-dor__swiper.swiper{
  padding-left: 140px;
  }
}
@media (max-width: 1420px){
  .ft-dor__mt40 .ft-dor__swiper.swiper{
  padding-left: 100px;
  }
}
@media (max-width: 1300px){
  .ft-dor__mt40 .ft-dor__swiper.swiper{
  padding-left: 0px;
  }
}

@media (max-width: 1200px){

  .static-navbar{
    display: none;
  }
}

@media (max-width: 450px){
  .title-team-pc{
    display: none;
  }

  .title-team-mobile{
    display: block;
    margin-bottom: 55px;
  }


  .fscreen__swrap{
    height: auto;
  }
  .fscreen__slider {
    padding-top: 40px;
  }
  .fscreen__slider {
    padding-top: 40px;
  }

  .first-slide-mobile{
    display: block;
  }

  .fscreen__wrapper {
    width: 100%;
}

.our-prop-bottom{
  display: block;
  margin-bottom: 40px;
}

.our-prop-top{
  display: none;
}

.fscreen__layer{
  padding-top: 10px;
}

#reviews .swiper-slide:first-child {
  display: none !important;
}

.ft-dor__swiper.swiper{
  margin-top: -190px;
}

.swiper.fscreen__slider-wrap.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
  max-width: 400px;
}
.fscreen__slider-wrap {
  padding-right: 0 !important;
  padding-left: 0px !important;

}
.fscreen__swrap {
  padding: 20px;

}


.fscreen__layer{
  margin-top: 65px;
}

h2.ft-dor__title.h2-title.h2-title_center.h2-title_white{
  color: #fff;
}

.pr-tabs__btn {
  padding: 4px;
}


.pr-tabs__controls {
  overflow: hidden;
}

.custom-container{
  flex-wrap: wrap;
}

.custom-images-row{
  display: none;
}

.new-slider-fn {
  max-width: 350px;
}

.custom-text {
  margin-bottom: 70px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}

.pr-tab4 img{
  display: none;
}

.pr-tab4 .fs__cp-left-btn-setki {
  font-size: 23px;
  font-weight: 700;
}
.mobile__none{
  display: none;
}

.fn-int .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1160px;
  flex-wrap: wrap;
}

.city.fn-int .container {
  max-width: 1160px !important;
  gap:unset !important;
}
.city .container >div {
  max-width: 100% !important;
  width:100%;
  flex:unset;
  padding:0;
}
.city .h2-title {
  font-size: calc(19.5px + 1.40625vw) !important;
}
.city .quizCardSecond-text-desc {
  font-size:15px;
}
.city .quizCardSecond-wrap-partner-our-production {
  padding:0;
}
.team__title {
  color: #000;
  font-size: 32px;
}

.prod-type__btns .prod-type__btn_sm {
  width: 100%;
}
.intro__line-wrap {
  min-height: 220px;
}

.pr-tabs__box{
  padding: 6px 4px;
  font-size: 11px;
}

.pr-tabs__btn {
  padding: 4px;
}

.pr-tabs__box p{
  padding: 0 4px;
}

.pr-tabs__g-bottom{
  margin: 25px auto;
}

/* .pr-tabs__g-qr{
  display: none;
} */

.clothSp-wrap-main-video-youtube{
  display: none;
}

.antikoshka h2.quiz__title.h2-title.h2-title_center {
  margin: 25px 15px;
}

.clothSp {
  margin: 0;
}

.clothSp-wrap-main-desc-time-button{
  padding: 0;
  width: 100%;
}

.clothSp-wrap-title{
  font-size: 2em;
}

.fscreen__b-list{
  margin-bottom: 30px;
}


section.antikoshka {
  margin-top: 50px;
}

.antikoshka__wrapper{
  display: grid;
  padding: 0;
}

.cloth-card__btn-antikoshka {
  bottom: 24px;
  max-width: 219px;
  padding: 7px;
}

.antikoshka__left {
  margin-bottom: 35px;
  order: 1;
}

.title-dverca {
  margin-bottom: 35px;
  margin-top: 30px;
}

.antikoshka__right-btns{
  text-align: center;
}

.btn-antikoshka-bottom{
  width: 100%;
  max-width: 100%;
}

img.antikoshka__left-img {
  margin-top: 30px;
}

.mobile-d-none{
  display: none;
}

.ft-questions__logo {
  margin: -60px 0 30px -15px;
}

.fn-int__links{
  width: 100%;
  max-width: 100%;
}

.fn-int-swiper{
  margin-top: 30px;
}

.ft-int{
  background-image: none!important ;
}

.calc-price__sizer_type_width {

  top: 70px;
}

.quizM {
  padding-bottom: 40px;
}

.calc-price__group{
  padding: 0;
}

.price-table__wrapper{
  padding-top: 0;
}


.reviews__slider .swiper-wrapper:first-child {
      display: none;
  }

.header__callback-content {
  text-align: left;
}

.look__for-cards_top-item{
  min-height: 200px;
  
}

.look__for-bottom-item{
  min-height: 130px;
}

.look__for-footer-left-main-connect{
  text-align: center;
}

.look__for-footer-right{
  align-items: center;
    display: flex;
    flex-direction: column;
}

.parthners__subtitle:before{
  display: none;
}

.qr-link__title{
  display: none;

}

.qr-link__img {

  display: none;
}

.footer__grid{
  justify-content: center;
}

.footer__info{
  width: 100%;
}

.footer__logo{
  width: 100%;
}

.look__for-bottom-item-partner-video-block{
  height: auto;
}

.reviews__play{
  width: 40px;
}

.look__for-bottom-item-title-video-block{
  font-size: 14px;
}

.advantage__top{
  display: block;
}

.advantage__top-block{
  margin: 25px 0;
}

.advantage__bottom {
  display: block;
}

.catalog__img{
  display: none;
}

.catalog__wrapper {
  margin: 0 15px;
}

.catalog__wrapper .reviews__btn{
  width: 100%;
}

.look__for-desc span{
  display: none;
}

.ft-optionsF-item-text-name {
  min-height: 0;
  margin-bottom: 0;
}

.ft-optionsF-item-text-desc {
  height: auto;
}

.ft-optionsF{
  padding-top: 0px;
}



/* .footer__info{
  max-width: 100%;
}

.footer__req {
  width: 100%;
} */

.look__for-bottom-video-block{
  grid-template-columns: 1fr;
}

.compatibility__inner{
  grid-template-columns: 1fr;
}

.compatibility__btn {
  max-width: 100%;
  /* margin-right: auto; */
  right: 0;
  bottom: -59px;
  position: absolute;
  z-index: 1;
}

.quizCardInit-wrap-main-text-ft-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews__bottom{
  display: none;
}

.fscreen__swrap-text-btn{
  width: 100%;
  max-width: 100%;
}

.swiper.fscreen__slider-wrap.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
  padding: 0 !important;
}

.cloth-ben{
  display: none;
}
.one_perfect {
  display: flex;
  gap: 20px;
  align-items: center;
}

.text-mobile-heder{
  display: block;
}


img.slider-partneram-img {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
}

.ft-optionsF-item-img-time{
  left: 32px;
  bottom: -8px;
}

.clothSp-wrap-main-video-review{
  margin-top: 15px;
}

.fscreen__swrap-text-price-line{
  display: none;
}

.footer__info{
  max-width: 100%;
}

.footer__social .social{
  justify-content: space-between;
}

.footer__address{
  text-align: center;
}

.footer__action .icon-btn_md{
  justify-content: center;
}

.footer__list .social__ttl{
  display: none;
}

.footer__req {
  width: 100%;
}

.footer__ads {
  padding: 5px 15px;
}

#worker-call-popup .callback__close {
  right: 30px;
  top: 30px;
}

.qr-link{
  display: none;
}

}

/* Форма на битриксе */
#worker-call-popup .callback {
  width: 700px;
}
#worker-call-popup .callback .b24-form-content form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#worker-call-popup .b24-form-field.b24-form-field-name.b24-form-control-string,
#worker-call-popup .b24-form-field.b24-form-field-phone.b24-form-control-string {
  width: 48%;
}
#worker-call-popup .b24-form-field.b24-form-field-name.b24-form-control-string input,
#worker-call-popup .b24-form-field.b24-form-field-phone.b24-form-control-string input {
  border-radius: 41px;
  padding: 15px 30px;
}
#worker-call-popup .b24-form-field.b24-form-field-text.b24-form-control-text {
  width: 100%;
}
#worker-call-popup .b24-form-field.b24-form-field-text.b24-form-control-text textarea {
  border-radius: 10px;
  height: 128px;
}
#worker-call-popup .b24-form-field.b24-form-field-agreement.b24-form-control-agreement {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#worker-call-popup .b24-form-field-agreement .b24-form-field-agreement-link {
  font-size: 12px;
}
#worker-call-popup .b24-form-btn-block .b24-form-btn {
  color: white;
  border-radius: 28px;
  width: 276px;
}

/* Форма Бесплатная консультация */
#question .b24-form {
  width: 58%;
}

@media screen and (max-width: 576px) {
  #question .b24-form {
    width: 100%;
  }
}

/* Форма - Москитные сетки любого типа */
.ft-questions .b24-form{
  width: 58%;
}
.ft-questions .b24-form .b24-form-padding-side {
  text-align: left;
}
.ft-questions .b24-form .b24-form-padding-side:after {
  content: 'Изготовление, установка - 1 день';
  display: block;
}
.ft-questions .b24-form .b24-form-header-description {
  margin-bottom: 5px;
}
.ft-questions .b24-form .b24-form-header-description:after {
  content: 'Монтаж, установка, замер Бесплатно';
  display: block;
  color: #a2c614;
  font-weight: bold;
  margin-top: 5px;
}

/* Форма Заказа */
.quizCardSecond .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.quizCardSecond .b24-form-wrapper {
  min-height: 100%;
}
.quizCardSecond .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.quizCardSecond .b24-form-padding-side form {
  display: flex;
  justify-content: space-between;
}
.quizCardSecond .b24-form-padding-side form > div {
  width: 49%;
}
.quizCardSecond .b24-form-padding-side form input,
.quizCardSecond .b24-form-padding-side form button {
  border-radius: 54px;
  height: 57px;
}
.quizCardSecond .b24-form-padding-side form button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quizCardSecond .b24-form-padding-side form input,
.quizCardSecond .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
}
.quizCardSecond .b24-form-padding-side form input {
  border-color: black;
}
.quizCardSecond .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.quizCardSecond .b24-form-field,
.quizCardSecond .b24-form-control-container {
  margin-bottom: 0;
}
.quizCardSecond .b24-form-btn-block {
  padding: 0;
}
.quizCardSecond .b24-form-sign {
  display: none;
}
.quizCardSecond .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.quizCardSecond .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* quizBanner */
.quizBanner .b24-form {
  margin-top: 30px;
}
.quizBanner .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.quizBanner .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.quizBanner .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.quizBanner .b24-form-padding-side form {
  display: flex;
  justify-content: space-between;
}
.quizBanner .b24-form-padding-side form > div {
  width: 49%;
}
.quizBanner .b24-form-padding-side form input,
.quizBanner .b24-form-padding-side form button {
  border-radius: 54px;
}
.quizBanner .b24-form-padding-side form input,
.quizBanner .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.quizBanner .b24-form-padding-side form input {
  border: 1px solid white;
}
.quizBanner .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.quizBanner .b24-form-field,
.quizBanner .b24-form-control-container {
  margin-bottom: 0;
}
.quizBanner .b24-form-btn-block {
  padding: 0;
}
.quizBanner .b24-form-sign {
  display: none;
}
.quizBanner .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.quizBanner .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* clothInstall */
.clothInstall .b24-form {
  margin-top: 30px;
}
.clothInstall .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.clothInstall .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.clothInstall .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.clothInstall .b24-form-padding-side form {
  display: flex;
  justify-content: space-between;
}
.clothInstall .b24-form-padding-side form > div {
  width: 49%;
}
.clothInstall .b24-form-padding-side form input,
.clothInstall .b24-form-padding-side form button {
  border-radius: 54px;
}
.clothInstall .b24-form-padding-side form input,
.clothInstall .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.clothInstall .b24-form-padding-side form input {
  border: 1px solid white;
}
.clothInstall .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.clothInstall .b24-form-field,
.clothInstall .b24-form-control-container {
  margin-bottom: 0;
}
.clothInstall .b24-form-btn-block {
  padding: 0;
}
.clothInstall .b24-form-sign {
  display: none;
}
.clothInstall .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.clothInstall .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* Promo - Изготовим и установим */
.promo .b24-form {
  margin-top: 30px;
}
.promo .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.promo .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.promo .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.promo .b24-form-padding-side form {
  /* display: flex;
  justify-content: space-between; */
}
.promo .b24-form-padding-side form > div {
  width: 60%;
  min-width: 340px;
}
.promo .b24-form-padding-side form input,
.promo .b24-form-padding-side form button {
  border-radius: 54px;
}
.promo .b24-form-padding-side form input,
.promo .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.promo .b24-form-padding-side form input {
  border: 1px solid white;
  margin-bottom: 14px;
}
.promo .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.promo .b24-form-field,
.promo .b24-form-control-container {
  margin-bottom: 0;
}
.promo .b24-form-btn-block {
  padding: 0;
}
.promo .b24-form-sign {
  display: none;
}
.promo .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.promo .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* Выберите подходящий вариант оформления заявки */
/* pr-tabs */
.pr-tabs .b24-form {
  margin-top: 30px;
}
.pr-tabs .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.pr-tabs .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.pr-tabs .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.pr-tabs .b24-form-padding-side form input,
.pr-tabs .b24-form-padding-side form button {
  border-radius: 54px;
}
.pr-tabs .b24-form-padding-side form input {
  margin-bottom: 15px;
  padding: 10px;
  border-color: black;
}
.pr-tabs .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.pr-tabs .b24-form-field,
.pr-tabs .b24-form-control-container {
  margin-bottom: 0;
}
.pr-tabs .b24-form-btn-block {
  padding: 0;
}
.pr-tabs .b24-form-sign {
  display: none;
}
.pr-tabs .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.pr-tabs .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* ft-intro */
.ft-intro__descr li {
  color: white;
}
.t-introf .b24-form {
  margin-top: 30px;
}
.t-introf .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.t-introf .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
  margin-left: 0; 
}
.t-introf {
  padding: 0;
  margin-bottom: 15px;
}
.t-introf form {
  display: flex;
  justify-content: space-between;
}
.t-introf form > div {
  width: 49%;
}
.t-introf form input,
.t-introf form button {
  border-radius: 54px;
}
.t-introf form input,
.t-introf .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.t-introf input.b24-form-control {
  border: 1px solid white;
  border-radius: 54px;
  color: white;
  padding: 15px;
}
.t-introf form > div:nth-of-type(2) {
  display: none;
}
.t-introf .b24-form-field,
.t-introf .b24-form-control-container {
  margin-bottom: 0;
}
.t-introf .b24-form-btn-block {
  padding: 0;
}
.t-introf .b24-form-sign {
  display: none;
}
.t-introf .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.t-introf .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* Ремонт москитных сеток */
.price-table-card .b24-form {
  margin-top: 30px;
}
.price-table-card .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.price-table-card .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.price-table-card .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.price-table-card .b24-form-padding-side form {
  display: flex;
  justify-content: space-between;
}
.price-table-card .b24-form-padding-side form > div {
  width: 49%;
}
.price-table-card .b24-form-padding-side form input,
.price-table-card .b24-form-padding-side form button {
  border-radius: 54px;
}
.price-table-card .b24-form-padding-side form input,
.price-table-card .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
}
.price-table-card .b24-form-padding-side form input {
  border: 1px solid black;  
}
.price-table-card .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.price-table-card .b24-form-field,
.price-table-card .b24-form-control-container {
  margin-bottom: 0;
}
.price-table-card .b24-form-btn-block {
  padding: 0;
}
.price-table-card .b24-form-sign {
  display: none;
}
.price-table-card .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.price-table-card .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* FAQ Form */
#faq .b24-form {
  margin-top: 30px;
}
#faq .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
#faq .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
#faq .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
#faq .b24-form-padding-side form input,
#faq .b24-form-padding-side form button {
  border-radius: 54px;
}
#faq .b24-form-padding-side form input {
  margin-bottom: 15px;
  padding: 10px;
  border-color: black;
  padding: 15px;
}
#faq .b24-form-control-string .b24-form-control-label {
  margin-top: -7px;
  margin-left: 12px;
}
#faq .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
#faq .b24-form-field,
#faq .b24-form-control-container {
  margin-bottom: 0;
}
#faq .b24-form-btn-block {
  padding: 0;
}
#faq .b24-form-sign {
  display: none;
}
#faq .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
#faq .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

/* look__for - Не нашли что искали? */
.look__for .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.look__for .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
}
.look__for .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.look__for .b24-form-padding-side form {
  /* display: flex;
  justify-content: space-between; */
}
.look__for .b24-form-padding-side form input,
.look__for .b24-form-padding-side form button {
  border-radius: 54px;
}
.look__for .b24-form-padding-side form input,
.look__for .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.look__for .b24-form-padding-side form input {
  border: 1px solid white;
  margin-bottom: 14px;
}
.look__for .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.look__for .b24-form-field,
.look__for .b24-form-control-container {
  margin-bottom: 0;
}
.look__for .b24-form-btn-block {
  padding: 0;
}
.look__for .b24-form-sign {
  display: none;
}
.look__for .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.look__for .b24-from-state-on .b24-form-state-container {
  width: 101%;
}


/* t-intro - Москитные сетки */
.ft-intro .b24-form-header-padding {
  display: none !important;
  padding: 0;
}
.ft-intro .b24-form-wrapper {
  min-height: 100%;
  background-color: transparent;
  margin-left: 0;
}
.ft-intro .b24-form-padding-side {
  padding: 0;
  margin-bottom: 15px;
}
.ft-intro .b24-form-padding-side form {
  /* display: flex;
  justify-content: space-between; */
}
.ft-intro .b24-form-padding-side form > div {
  width: 70%;
}
.ft-intro .b24-form-padding-side form input,
.ft-intro .b24-form-padding-side form button {
  border-radius: 54px;
}
.ft-intro .b24-form-padding-side form input,
.ft-intro .b24-form-control-icon-after .b24-form-control-label {
  padding-left: 22px;
  color: white
}
.ft-intro .b24-form-padding-side form input {
  border: 1px solid white;
  margin-bottom: 14px;
}
.ft-intro .b24-form-padding-side form > div:nth-of-type(2) {
  display: none;
}
.ft-intro .b24-form-field,
.ft-intro .b24-form-control-container {
  margin-bottom: 0;
}
.ft-intro .b24-form-btn-block {
  padding: 0;
}
.ft-intro .b24-form-sign {
  display: none;
}
.ft-intro .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.ft-intro .b24-from-state-on .b24-form-state-container {
  width: 101%;
}

.quiz .b24-form-wrapper.b24-from-state-on {
  min-height: 277px;
}
.quiz .b24-form-success-icon {
  height: 145px;
  width: 145px;
  margin-bottom: 5px;
}

/* Top btn */
.top_btn {
  background-color: #a2c613;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 10;
}
.top_btn svg {
  transform: rotate(270deg);
}

.footer .header__select.phone-select {
  margin-bottom: 17px;
}
.footer .phone-select__group.phone-select__group {
  display: flex;
  justify-content: center;
}

.calc-price__frame {
  width: 100%;
}
.calc-price__box {
  background-image: url('../images/calc-price/calc-2.png');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.look__for .b24-form-padding-side form input {
  border: 1px solid rgba(164, 200, 20, 1);
}