html {
    font-size: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: "Inter";
    background-color: #fff;
    color: #06070a;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    height: 100%
}

header {
    flex: 0 0 auto;
    /*margin-bottom: 2.8rem*/
}

main {
    flex: 1 0 auto;
    margin-top: 0
}

footer {
    flex: 0 0 auto
}

div,
img,
input,
section,
main,
footer,
header,
select,
nav,
aside,
article {
    box-sizing: border-box
}

.container {
    max-width: 1328px;
    min-width: 375px;
    width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    padding: 0 2.4rem
}

.block {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column
}

.block-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between
}

.block-col {
    width: 100%;
    margin: auto
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    src: local("Inter"), url(../../assets/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: "Inter SemiBold";
    font-style: normal;
    font-weight: bold;
    src: local("Inter SemiBold"), url(../../assets/fonts/Inter-SemiBold.ttf)
}

h1,
.h1 {
    font-family: "Inter SemiBold";
    font-size: 6.4rem
}

h2,
.h2 {
    font-family: "Inter SemiBold";
    font-size: 4rem
}

h3,
.h3 {
    font-family: "Inter SemiBold";
    font-size: 3.6rem
}

h4,
.h4 {
    font-family: "Inter SemiBold";
    font-size: 3.2rem
}

h5,
.h5 {
    font-family: "Inter SemiBold";
    font-size: 2.4rem
}

h6,
.h6 {
    font-family: "Inter SemiBold";
    font-size: 2rem
}

p,
span {
    font-family: "Inter";
    margin: 0;
    padding: 0
}

.button {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 1.6rem;
    border-radius: 1.6rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 500;
    line-height: 1.333;
    font-size: 1.8rem;
    box-sizing: border-box;
    gap: .8rem;
    cursor: pointer
}

.button-icon--right,
.button-icon--left {
    display: flex;
    max-width: 2.4rem;
    max-height: 2.4rem;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.button-icon--right svg {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover
}

.button-solid,
.button-solid:active,
.button-solid:visited {
    background-color: green;
    color: #fff;
    border: none
}

.button-outline,
.button-outline:active,
.button-outline:visited {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid green;
    color: green
}

.button-menu {
    background: rgba(0, 0, 0, 0);
    border: none
}

.button-menu--close {
    position: absolute;
    right: -2.4rem;
    top: 0;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
    padding: 0
}

.button-menu--close svg {
    width: 100%;
    height: 100%
}

.button-mobile--menu {
    border: none;
    background: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.6rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333
}

.button-mobile--menu .button-icon--left {
    width: 2.4rem;
    height: 2.4rem;
    box-sizing: border-box;
    padding: 0 .8rem 0 0
}

.button-mobile--menu--subtext {
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f60;
    margin: 0;
    padding: 0
}

.button-xl {
    max-width: 42rem
}

.button-m {
    max-width: 20rem;
    width: 100%
}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 2.4rem 0;
    gap: 4rem
}

.menu-link--logo {
    max-width: 319px;
    max-height: 60px;
    min-width: 190px
}

.menu-link--logo svg {
    width: 319px;
    height: 60px
}

.menu-mobile {
    display: none
}

.menu-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    /*gap: 5.3rem*/
	gap: 2.3rem
}

.menu-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2.4rem
}

.menu-contact a:not(.button) {
    white-space: nowrap
}

.menu-item {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: #282828;
    position: relative
}

.menu-item--title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    gap: 1rem
}

.menu-item a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #282828
}

.menu-item--dropdown {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    top: 1.6rem;
    left: 0;
    width: -webkit-max-content;
    width: max-content;
    max-width: 35rem;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 2
}

.menu-item svg {
    transition: transform .5s;
    width: 11.43px;
    height: auto
}

.menu-item--link {
    display: flex;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 600;
    color: #333;
    padding: 1.6rem
}

.menu-item--link--icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .83rem
}

.menu-item--link:hover {
    background-color: #f4f5f6
}

.menu-item-items {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around
}

.menu-item-item {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.1;
    color: #282828;
    position: relative
}

.menu-item-item--dropdown {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    top: 1.6rem;
    left: 0;
    width: -webkit-max-content;
    width: max-content;
    max-width: 350px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 2
}

.menu-item-item--dropdown .menu-item--link {
    color: green
}

.menu-item-item--dropdown svg {
    transition: transform .5s
}

.menu-item:hover>svg {
    transform: rotate(-90deg)
}

.menu-item:hover>.menu-item--dropdown {
    display: block;
    animation: fadeInFromNone .5s ease-out
}

.menu-link {
    display: flex;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 600;
    color: #333
}

.menu-link--icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .83rem
}

.block-description {
    text-align: left;
    width: 100%
}

.block-description--title {
    font-weight: 600;
    line-height: 1.2;
    color: green;
    margin: 0 0 .8rem 0;
    padding: 0
}	

.block-description--text {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0c13;
    margin: 0;
    padding: 0
}

.block-footer {
    display: flex
}

.block-card {
    display: flex;
    flex-direction: row;
    gap: 2.4rem
}

.card {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px #e6e8ec solid;
    border-radius: 8px;
    padding: 1.5rem;
}
.services .card{
	height: auto;
	min-height: 100%;
	justify-content: space-between;
}

.card-label--wrapper {
  display: block;
  position: absolute;
  right: -1px;
  top: 1.6rem;
}
.card-label {
  background: #FF6600;
  border-left: 8px solid #FF6600;
  display: flex;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.card-label--title {
  margin: 0;
  padding: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  color: #FFF4EE;
}
.card-label--img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 2rem;
  max-height: 2rem;
}
.card-header {
  height: 55%;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 1.6rem;
  border-bottom: solid 2px green;
  justify-content: end;
}
.card-bottom {
  /*height: 45%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.6rem;
}

.card-icon--number {
    display: block;
    margin: -0.8rem -0.8rem -4rem auto;
    font-size: 12rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 2px #f60
}

.card-img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
    margin-bottom: 1.6rem
}

.card-title {
    line-height: 1.2;
    font-weight: 600;
    color: green;
    margin: 0;
    padding: 0
}

.card-title--link {
    text-decoration: none;
    min-height: 4.8rem;
}

.card-text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: #0a0c13;
    margin: 0;
    padding: 0
}

.card-hr {
    width: 100%;
    height: 2px;
    background: green;
    box-shadow: none;
    margin: 1.6rem 0;
    border: none
}

.question {
    width: 50rem;
    background-color: #fcfcfd;
    margin: auto;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px #f4f5f6 solid;
    border-radius: 8px;
    box-shadow: 0px 24px 24px -16px rgba(15, 15, 15, .2);
    /*margin-top: 4rem;
    margin-bottom: 4rem*/
}

.question-title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 600;
    color: green;
    text-align: center
}

.question-form {
    width: 100%
}

.question-form--row {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    justify-content: space-between
}

.question-form--col {
    width: 100%;
    position: relative;
}

.question-form--label {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f222c;
	display: inline-block
}

.question-form--select,
.question-form--input,
.question-form--textarea{
    position: relative;
    width: 100%;
    border: 1px #e6e8ec solid;
    border-radius: 8px;
    padding: 1.2rem 1.6rem;
    /*margin-bottom: 1.6rem;*/
	margin-bottom: 2.6rem;
    font-size: 1.6rem;
}
.question-form--textarea{
	box-sizing: border-box;
	resize: none;
}

.question-form--input.error{
    border-color: #f40d29;
}

.question-form--row .button {
    margin-top: 1rem;
}

.question-form--input.error + label.error{
    /*position: relative;
    top: -1.2rem;
    bottom: auto;*/
}
.question-form--checkbox{
    position: relative;
}
.question-form--checkbox label.error{
    top: auto;
    bottom: auto;
}

.checkbox-input {
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    float: left
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center
}

.checkbox-label::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .4rem;
    background-color: #fff;
    border: 1px green solid;
    margin-right: .8rem
}

.checkbox-input:checked+.checkbox-label::before {
    background: green url(../../assets/images/icon-check-mark.svg) center no-repeat
}

input[name="approval"].error + label::before {
  border-color: red;
}

.text-color--tertiary {
    color: #f60
}

.reviews {
    /*margin: 12.8rem 0*/
	margin: 8rem 0
}

.reviews-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    color: green;
    /*margin: 0 0 8rem 0*/
	margin: 0
}

.block-benefit {
    position: relative;
    border: 1px solid #fff;
    padding-top: 4rem
}

.block-benefit img {
    max-width: 774px;
    position: absolute;
    top: -8rem;
    left: -8rem
}

.block-benefit--wrapper {
    position: relative;
    background: #e6e8ec url(../../assets/images/daco-opasity-5.png) left top no-repeat;
    background-size: contain;
    border-radius: 8px;
    padding: 8rem 2.4rem;
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .1019607843)
}

.block-benefit .block-col {
    width: 50%;
    margin: 0 auto 0 0
}

.block-benefit .block-col--img {
    width: 50%;
    position: relative
}

.block-benefit .block-description {
    max-width: 614px;
    font-style: normal
}

.footer {
    border-top: 2px solid green;
    background-color: #f4f5f6;
    box-sizing: border-box
}

.footer-container {
    max-width: 1328px;
    width: 100%;
    margin: auto;
    padding: 4rem 2.4rem
}

.footer-menu {
    display: block
}

.footer-menu--title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: #282828;
    margin: 0 0 2.4rem 0
}

.footer-menu--items {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400
}

.footer-menu--items ul {
    margin: 0;
    color: #0a0c13;
    list-style-type: disc
}

.footer-menu--items li {
    margin-bottom: .8rem;
    color: #0a0c13
}

.footer-menu--items li::marker {
    color: #0a0c13
}

.footer-menu--link {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #0a0c13
}

.footer-contact {
    display: flex;
    flex-direction: column
}

.footer-contact--link {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
    color: #333;
    margin: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: .8rem
}

.footer-contact--link_icon {
    display: block;
    width: 3.2rem;
    height: 3.2rem
}

.footer-contact--link_icon svg {
    width: 100%;
    height: 100%
}

.footer-contact--subtext {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777e90;
    margin: 1.6rem 0 1.6rem 4.8rem
}

.footer-contact--subtext p {
    margin: 0
}

.footer-docx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    column-gap: 1.6rem
}

.footer-docx--link {
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #909090
}

.footer-copyrights {
    display: flex;
    align-items: center
}

.footer-copyrights--link {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1.4rem;
    color: #909090
}

.swiper{
    /*height: 52rem*/
}
.swiper-wrapper {
    align-items: stretch
  }

.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #e6e8ec
}

.swiper-pagination-bullet-active {
    background: #f60
}

.swiper-button-prev,
.swiper-button-next {
    color: #f60;
    /*width: 10px;
    height: 20px*/
	width: 20px;
    height: 40px
}

.swiper-button-prev::after,
.swiper-button-next::after {
    /*font-size: 14px*/
	font-size: 24px;
	font-weight: 800;
}

.swiper-slide {
    padding: 4.8rem 4.8rem 5.2rem 4.8rem
}

.swiper-slide-wrapper {
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .1019607843);
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    height: 100%
}
.swiper-slide-wrapper::after{
    content: "";
    position: absolute;
    width: calc(100% - 160px - 16px - 40px - 48px - 40px - 48px);
    right: calc(40px + 48px);
    bottom: 5.2rem;
    /*width: 100%;*/
    height: 6rem;
    /*border-radius: 8px;*/
    background: linear-gradient(180deg, transparent, #fff 50%)
}

.slider-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    overflow: hidden
}

.slider-image {
    width: 100%;
    height: 100%;
    max-width: 16rem;
    max-height: 16rem;
    object-fit: contain;
    border: none;
    border-radius: 50%
}

.slider-description--region {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    color: #777e90
}

.slider-description--title {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: green;
    margin: 0 0 .8rem 0
}

.slider-description--subtitle {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    color: #0a0c13
}

.slider-description--phone {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    color: #777e90;
    -webkit-text-decoration: none;
    text-decoration: none
}

.slider-description--text {
    position: relative;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: #1f222c;
	margin-top: 1.6rem
}

.slider .swiper-pagination {
    bottom: 0 !important
}

.page-title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #1f222c;
    margin: 0 0 1rem 0
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem 0;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1
}

.breadcrumb li a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #777e90
}

.breadcrumb li span {
    color: #282828
}

.header {
    position: relative;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255,1) 30%, rgba(255, 255, 255, 0) 100%);*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain
}

.header-bg {
    position: absolute;
    /*right: calc((100vw - 1280px - 48px - 10px) / 2* -1);*/
	right:0;
    top: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    object-fit: contain;
    /*background-color: #fff*/
    max-width: 60%;
}

.header-bg--img {
	width: 100%;
    height: 100%;
	position: relative;
}

.header-bg::after {
	content: "";
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%);
}

.header .block {
    position: relative
}

.header .block-description--title {
    font-size: 4.8rem
}

.services-page--header {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem
}

.services-page--header .block-description {
    max-width: 86.8rem
}

.services-page--header .block-description--title {
    font-size: 4rem
}

.services .block-card {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
}
.services .block-card .card-title {
	font-size: 2.1rem;
}
.services .block-card .card-text {
    /*font-size: 1.4rem;*/
    color: #1f222c
}

.services .card:hover {
    background: #fcfcfd;
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .1019607843)
}

.services .button {
    max-width: 18.9rem
}

.service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem
}

.service-bar {
    width: calc(30% - 2.4rem);
    border: none
}

.service-content {
    width: 70%;
    padding: 0 2.4rem
}

.left_bar-menu {
    width: 100%;
    max-width: 330px;
    height: -webkit-max-content;
    height: max-content;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .2);
    color: green;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
	display: block;
    position: sticky;
    top: 10%
}

.left_bar-menu li {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.left_bar-menu li .left_bar-menu--link {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.6rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: green
}

.left_bar-menu li .left_bar-menu--link:active,
.left_bar-menu li .left_bar-menu--link:visited {
    color: green
}

.left_bar-menu li:first-child .left_bar-menu--link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.left_bar-menu li:last-child .left_bar-menu--link {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.left_bar-menu li .left_bar-menu--link:hover,
.left_bar-menu li .left_bar-menu--link.active {
    background-color: #f4f5f6
}

.content-block--title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: green;
    margin: 0 0 .8rem 0
}

.content-block--text {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left
}

.faq {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 12.8rem
}

.faq-bar {
    width: calc(30% - 4rem);
    background-color: #fcfcfd
}

.faq-bar--menu {
    display: flex;
    flex-direction: column
}

.faq-bar--menu--link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #1a1717
}

.faq-bar--menu--link.active {
    display: flex;
    background-color: #fff
}

.faq-bar--menu--link:hover,
.faq-bar--menu--link.active {
    color: green;
    background-color: #fff
}

.faq-bar--menu--link:hover svg path,
.faq-bar--menu--link.active svg path {
    stroke: green
}

.faq-content {
    width: 70%;
    height: auto
}

.faq-content--items {
    display: flex;
    flex-direction: column
}

.faq-content--item {
    display: none
}

.faq-content--item.active {
    display: block
}

.faq-content--item--title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: green
}

.faq-question {
    border-bottom: 1px solid #e6e8ec;
    padding: 3.2rem
}

.faq-question--title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #0a0c13
}

.faq-question--title::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background-image: url(../../assets/images/icon-plus.svg);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0);
    opacity: 1;
    transition: .5s
}

.faq-question--title.active::after {
    background-image: url(../../assets/images/icon-minus.svg);
    transform: rotate(360deg);
    opacity: 1;
    transition: .5s
}

.faq-question--title.active+.faq-question--text {
    display: block;
    animation: questionOpen .5s forwards
}

.faq-question--text {
    display: none;
    font-size: 0;
    opacity: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #1a1717;
    margin: 0;
    padding: 0;
    animation: questionClose .5s forwards
}

.popup {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    overflow-y: auto;
	z-index: 11;
	padding-top: 2.4rem;
    padding-bottom: 2.4rem;
	width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.popup.animation {
    animation: popupClose .5s forwards
}

.popup.active {
    display: flex
}

.popup.active.animation {
    animation: popupOpen .5s forwards
}

.popup-wrapper {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    max-width: 50rem
}

.popup-button--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../assets/images/icon-close.svg) center no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer
}

.popup-title {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: green;
    margin: 0 0 .8rem 0
}

.popup-content {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777e90;
    margin: 0
}

.popup-content button {
    margin-top: 2.4rem
}

.popup.call .popup-title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2.4rem
}

.popup.call .button {
    margin-top: 1.6rem
}

.popup .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.4rem
}

.popup .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*gap: 1.4rem;*/
	column-gap: 1.4rem;
    position: relative
}

.popup .form-group--title {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 .8rem 0;
    padding: 0
}

.popup .form-group input,
.popup .form-group select,
.popup .form-group textarea {
    margin: 0 0 2.6rem 0;
    padding: 1.2rem .8rem 1.2rem 1.6rem;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    color: #777e90;
    width: 100%
}

.popup .form-group textarea {
    resize: none
}

.popup .form-group textarea.error{
	border-color: red;
}

.popup form .checkbox {
  position: relative;
}
.popup form .checkbox label.error{
	bottom: -2.5rem;
}
.popup .form-group select.form-group--time {
    width: calc(50% - .7rem)
}

.popup.error .popup-title {
    color: #f40d29
}

.popup.thanks .popup-wrapper,
.popup.oferta .popup-wrapper,
.popup.politika-konfidentsialnosti .popup-wrapper,
.popup.polzovatelskoe-soglashenie .popup-wrapper{
	max-width: 95%;
}

.popup.thanks .popup-title{
	font-size: 3.2rem;
}
.popup.thanks .popup-content{
	font-size: 1.6rem;
}

@keyframes popupOpen {
    0% {
        display: none;
        opacity: 0
    }

    100% {
        opacity: 1;
        display: flex
    }
}

@keyframes popupClose {
    0% {
        display: flex;
        opacity: 1
    }

    100% {
        opacity: 0;
        display: none
    }
}

.mt-8 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 4rem
}

.mt-m {
    margin-top: 1.6rem
}

.mb-m {
    margin-bottom: 1.6rem
}

.mb-8 {
    margin-bottom: 8rem
}

.mx-4 {
    margin: 4rem 0
}

.m-0 {
    margin: 0
}

.p-xl {
    padding: 2.4rem
}

.gap-m {
    gap: 1.6rem
}

.gap-xl {
    gap: 4rem
}

.fluid {
    width: 100%
}

.w-1_2 {
    width: 50%
}

.w-1_3 {
    width: 33%
}

.w-1_4 {
    width: 25%
}

.w-2_3 {
    width: 66.66%
}

.w-3_4 {
    width: 75%
}

.w-a {
    width: auto
}

.w-c {
    width: -webkit-min-content;
    width: min-content
}

.w-mc {
    width: -webkit-max-content;
    width: max-content
}

.float-r {
    margin: auto 0 auto auto
}

.text-center {
    text-align: center
}

.mobile-block,
.mobile-flex {
    display: none
}

.over-blocked {
    height: 100vh;
    overflow: hidden;
    /*position: fixed*/
	overscroll-behavior: none;
}

.shadow-down {
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .1019607843);
	z-index:2
}

@keyframes questionOpen {
    0% {
        margin: 0;
        font-size: 0;
        opacity: 0
    }

    100% {
        margin-top: 3.2rem;
        font-size: 1.6rem;
        opacity: 1
    }
}

@keyframes questionClose {
    0% {
        display: block;
        margin-top: 3.2rem;
        font-size: 1.6rem;
        opacity: 1
    }

    100% {
        font-size: 0;
        opacity: 0;
        margin-top: 0;
        display: none
    }
}

@keyframes fadeInFromNone {
    0% {
        display: block;
        opacity: 0
    }

    100% {
        opacity: 1;
        display: block
    }
}

@media (max-width: 1328px) {
    .menu {
        gap: 1rem
    }

    .menu .menu-link--logo svg,
    .menu .footer-logo svg {
        width: 100%;
        height: auto
    }

    .block-benefit {
        overflow: hidden
    }
}

@media (max-width: 1200px) {
    .menu-contact {
        gap: 1rem
    }

    .menu-contact .menu-link {
        font-size: 1.6rem
    }

    .header .block-row {
        gap: 2rem
    }

    .header .block-description--title {
        font-size: 3.8rem
    }

    .header .block-row .question {
        width: 100%
    }

    .header .block-row .question .question-title {
        font-size: 3rem
    }
}

@media (max-width: 1024px) {
    .menu .menu-items {
        gap: 1rem
    }

    .menu .menu-contact .menu-link {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .menu .button {
        width: -webkit-min-content;
        width: min-content;
        text-align: center
    }

    .menu .button i {
        display: none
    }
}
@media (max-width: 835px) {
/*	.menu .menu-items{
		flex-wrap: wrap;
	}
	.header>.block-row{
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {*/

    h1,
    .h1 {
        font-size: 3.2rem
    }

    h2,
    .h2 {
        font-size: 2.4rem
    }

    h3,
    .h3 {
        font-size: 2.4rem
    }

    h4,
    .h4 {
        font-size: 1.8rem
    }

    h5,
    .h5 {
        font-size: 1.4rem
    }

    h6,
    .h6 {
        font-size: 1rem
    }

    header .container {
        padding: 0
    }

    .container {
        padding: 0 1.6rem
    }

    .mobile-none {
        display: none
    }

    .mobile-block {
        display: block
    }

    .mobile-flex {
        display: flex
    }

    .menu-mobile {
        max-height: 8.8rem;
        display: flex
    }

    .menu-mobile--wrapper {
        position: relative;
        height: calc(100vh - 88px)
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .block-row {
        flex-direction: column
    }

    .block img {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        /*margin-top: 4.7rem*/
    }

    .block-col {
        width: 100%
    }

    .block-card {
        flex-direction: column
    }

    .block-card .card-icon--number {
        margin: 1.6rem 1.6rem 0 auto
    }

    .block-card .card-title {
        font-size: 1.8rem
    }

    .block-card .card-text {
        font-size: 1.4rem
    }

    .header .block-description--title {
        font-size: 2.4rem
    }

    .header .block-description--text {
        font-size: 1.6rem
    }

    .header .block-row {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2.4rem
    }

    .header .block-row .cards-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        margin-top: 4rem
    }

    .header .block-row .cards-mobile::-webkit-scrollbar {
        width: 0
    }

    .header .block-row .card {
        min-width: 200px;
        height: auto
    }

    .header .block-row .card img {
        width: 4.8rem;
        height: 4.8rem;
        margin-top: 0
    }

    .header .block-row .card-title {
        font-size: 2rem
    }

    .header .block-row .card-text {
        font-size: 1.4rem
    }

    .question {
        padding: 4rem 1.6rem;
        width: 100%
    }

    .question-title {
        font-size: 2.4rem
    }

    .question-form--row {
        flex-direction: column;
        gap: 0
    }

    .question .checkbox-label {
        align-items: flex-start
    }

    .mobile-fs-s {
        font-size: 1.4rem
    }

    .reviews-title {
        font-size: 2.4rem;
        margin: 0
    }

    .slider-item {
        flex-direction: column
    }

    .slider-image {
        width: 100%
    }

    .slider-description--region {
        font-size: 1.4rem
    }

    .slider-description--title {
        font-size: 1.8rem
    }

    .slider-description--subtitle,
    .slider-description--phone,
    .slider-description--text {
        font-size: 1.4rem
    }

    .swiper-slide {
        padding: 1.6rem
    }

    .swiper-slide-wrapper {
        padding: 8rem 0 4rem 0
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }

    .swiper-wrapper {
        margin-bottom: 4rem
    }

    .block-benefit {
        padding-bottom: 0
    }

    .block-benefit--wrapper {
        background-size: cover;
        padding: 4rem 1.6rem 1.6rem 1.6rem
    }

    .block-benefit .button.button-solid.w-3_4 {
        width: 100%
    }

    .block-benefit .block-description--text {
        font-size: 1.4rem;
        margin-top: .8rem
    }

    .footer-logo {
        margin-bottom: 2.4rem
    }

    .footer-menu--items {
        flex-direction: column;
        font-size: 1.4rem
    }

    .footer-contact {
        margin-top: 4rem
    }

    .footer-contact--link {
        font-size: 2.4rem
    }

    .footer-contact--subtext {
        margin-top: 0;
        margin-bottom: 2.4rem
    }

    .footer-docx {
        flex-direction: column;
        align-items: center
    }

    .footer-copyrights {
        margin: 1.6rem auto
    }

    .footer .block-row.mt-4 {
        margin-top: 2.4rem
    }

    .popup-wrapper {
        max-width: 95%;
        padding: 2.4rem
    }

    .breadcrumb {
        font-size: 1.4rem
    }

    .page-title {
        font-size: 1.8rem
    }

    .header-bg {
        display: none
    }

    .block-description.w-3_4 {
        width: 100%
    }

    .block-footer {
        flex-direction: column;
        margin-top: 1.6rem
    }

    .block-footer .button {
        margin: .8rem 0;
        max-width: none
    }

    .services {
        flex-direction: column
    }

    .services .block-card {
        grid-template-columns: repeat(1, 1fr)
    }

    .services .card-img img {
        margin-top: 0
    }

    .service-bar {
        display: none
    }

    .service-content {
        width: 100%
    }

    .content-block--title {
        font-size: 2.4rem
    }

    .content-block--text {
        font-size: 1.4rem
    }

    .reviews {
        margin: 4rem 0
    }

    .block-benefit .block-col {
        width: 100%;
        margin: 0
    }

    .block-benefit .block-col--img{
        width: 100%;
        margin-top: 4.7rem;
        top: auto;
        right: auto;
        left: auto;
    }
    .block-benefit .block-col--img img{
        top: auto;
        right: auto;
        left: auto;
    }

    .faq {
        flex-direction: column
    }

    .faq-bar {
        width: 100%
    }

    .faq-content {
        width: 100%
    }

    .popup .form-row {
        flex-direction: column
    }

    header {
        display: block;
        position: relative;
        top: 0;
        height: 88px;
        /*margin-bottom: 4rem*/
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 10;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 2.4rem 1.6rem;
        margin: 0;
        box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, .1019607843)
    }

    .menu-mobile--items {
        display: none;
        position: absolute;
        z-index: 11;
        background-color: #fff;
        flex-direction: column;
        width: 85%;
        top: 8.5rem;
        left: 0;
        box-shadow: 0px 100px 50px 50px rgba(15, 15, 15, .1019607843)
    }

    .menu-mobile--items.open {
        display: block
    }

    .menu-mobile--list {
        list-style: none;
        display: block;
        padding: 0 1.6rem 2.4rem 1.6rem;
        /*height: 95%;*/
		calc(100vh - 88px - 24px);
        overflow-y: scroll
    }

    .menu-mobile--link {
        display: block;
        -webkit-text-decoration: none;
        text-decoration: none;
        width: 100%;
        height: auto;
        padding: 1.6rem 0;
        color: green;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        box-sizing: border-box
    }

    .menu-link--logo {
        display: block;
        max-width: 196px;
        max-height: 36px
    }

    .menu-link--logo svg {
        width: 100%;
        height: 100%
    }

    .button-xl {
        max-width: none
    }
}