* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body,
html {
    height: 100%;
    min-width: 320px;
    scroll-behavior: smooth
}

body {
    color: #130c42;
    line-height: 1;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: "Work Sans", sans-serif;
    font-size: inherit;
    line-height: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

.about__head h2{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.17;
    margin: 1rem 0 2rem 0;
}
.about__head h3{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.17;
    margin: 1rem 0 2rem 0;
}
p{
  padding-bottem: 20px;
    line-height: 1.5em;
}
.about__head p {
    padding-bottom: 20px;
    line-height: 27px;
    text-align: justify;
}


.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

.container {
    max-width: 73.5rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.spollers {
    display: -ms-grid;
    display: grid;
    gap: .625rem
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    padding: 1.5rem 5rem 1.5rem 1.875rem;
    position: relative;
    list-style: none;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.18
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title::after {
    content: "+";
    position: absolute;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    color: #32d94e;
    top: 50%;
    right: 2rem;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
    translate: 0 -50%
}

._spoller-init .spollers__title._spoller-active::after {
    content: "-"
}

.spollers__body {
    padding: 1.25rem 1.875rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg--contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.about-card,
.about-must__list li,
.feedback-card,
.frame,
.header-phone__list,
.spollers__title,
.sub-menu__list,
.sub-menu,
.supply-block {
    background: #fff;
    -webkit-box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, .1);
    border-radius: .9375rem
}

.dropdown-hidden,
.header-phone__dropdown,
.sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    translate: 0 -1.25rem
}

.sub-menu {
    padding: .9375rem;
    display: -ms-grid;
    display: grid;
    gap: .625rem;
    font-size: .875rem;
}

.dropdown-show,
.header .menu__list>li.open .sub-menu,
.header-phone.show-menu .header-phone__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    translate: 0 0
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #38bc4e;
    -webkit-box-shadow: 0 .25rem .625rem rgba(56, 188, 78, .4);
    box-shadow: 0 .25rem .625rem rgba(56, 188, 78, .4);
    border-radius: 1.875rem;
    height: 3.4375rem;
    white-space: nowrap;
    padding: .75rem 2rem;
    font-weight: 600;
    color: #fff;
    border: .0625rem solid transparent;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.button--sm {
    height: 2.625rem;
    font-size: .875rem
}

.counter-frame {
    border-radius: .9375rem;
    -webkit-box-shadow: 0 .625rem .9375rem rgba(0, 0, 0, .15);
    box-shadow: 0 .625rem .9375rem rgba(0, 0, 0, .15);
    color: #fff;
    background-color: #130c42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.counter-frame__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.125rem;
    color: #fff;
    text-align: center
}

.counter-frame__item-number {
    font-weight: 500;
    font-size: 3.4375rem;
    line-height: .65
}

.counter-frame__item-text {
    font-weight: 500;
    line-height: 2.25
}

.contacts__title,
.faq__title,
.feedback__title,
.hero__title,
.services__title,
.title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.17
}


.advice__title,
.title-md {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5
}

.about__title {
    font-size: 2rem;
    line-height: 1.5
}
.about__title span{
    color: #38bc4e
}

.advice__title span,
.title-md span {
    color: #38bc4e
}

.page__section {
    margin: 6.25rem 0
}

.field input,
.field select {
    outline: 0;
    font-size: .875rem;
    width: 100%;
    height: 40px;
    font-weight: 400;
    background: #fff;
    border-radius: .3125rem
}

.field input {
    padding: .25rem 1.25rem
}

.field select {
    padding: .25rem 1rem;
    cursor: pointer
}

.lemurs-dev {
    color: rgba(68, 68, 68, .4);
    text-align: center;
    font-size: .75rem;
    line-height: 1
}

.lemurs-dev a {
    display: inline-block;
    font-size: .875rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.lemurs-dev a svg {
    width: .875rem;
    height: 1.5625rem;
    margin-bottom: -.125rem
}

.lemurs-dev a svg path {
    fill: rgba(68, 68, 68, .4);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.header::after {
    position: absolute;
    content: "";
    background-color: #fff;
    inset: 0;
    z-index: 10
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.6875rem
}

.header__logo {
    position: relative;
    z-index: 15;
    max-width: 130px;
    width: 100%;
}
.header__logo img{
    max-width: 100%;
}

.header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.8125rem;
    font-weight: 500;
    color: #130c42
}

.header .menu__list a {
    display: inline-block;
    padding: .25rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header .menu__list>li {
    position: relative;
    cursor: pointer
}

.header .menu__list>li:first-child>a {
    padding-right: .875rem;
    position: relative;
    display: inline-block
}

.header .menu__list>li:first-child>a::after {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    content: "";
    border: 0 solid transparent;
    border-left-width: .3125rem;
    border-right-width: .3125rem;
    border-top: .3125rem solid #32d94e
}

.header .menu__list>li.open>a {
    color: #32d94e
}

.header .menu__list>li.open .sub-menu {
    max-height: 200vh;
    padding: 1.25rem 0;
}

.header__actions {
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem
}

.header.scrolled {
    -webkit-box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, .1)
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: -.9375rem;
    padding-top: .625rem;
    min-width: 15.625rem;
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .3s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .3s
}

.sub-menu__list {
    padding: .9375rem;
    display: -ms-grid;
    display: grid;
    gap: .625rem;
    font-size: .875rem
}

.sub-menu__list a {
    padding: .3125rem .3125rem .3125rem 0
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: .85rem;
    color: #a5a5a5
}

.language__item {
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .3s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .3s;
    text-transform: uppercase
}

.language__item.active {
    color: #32d94e
}

.header-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem
}

.header-social__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.625rem;
    aspect-ratio: 1/1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-social__list a svg {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header-social__list a .svg-phone {
    color: #fff
}

.header-phone {
    position: relative
}

.header-phone__head {
    font-weight: 500;
    font-size: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.header-phone__btn {
    font-size: 0;
    mask: url(../img/icons/chevron.svg) no-repeat center/contain;
    -webkit-mask: url(../img/icons/chevron.svg) no-repeat center/contain;
    background-color: #130c42;
    aspect-ratio: 1/1;
    width: 1.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header-phone__dropdown {
    position: absolute;
    top: 100%;
    white-space: nowrap;
    right: 0;
    text-align: right;
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .3s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .3s
}

.header-phone__list {
    padding: .9375rem;
    display: -ms-grid;
    display: grid;
    gap: .9375rem
}

.header-phone.show-menu .header-phone__btn {
    background-color: #32d94e
}

.icon-menu {
    display: none
}

.menu-open .header .menu {
    translate: 0 0 !important
}

.no-webp .hero {
    background: url(../img/bg/bg-hero.jpg) center/cover no-repeat
}

.hero {
    overflow: hidden;
    position: relative
}

.hero__inner {
    height: 100vh;
    max-height: 42.375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero__content,
.hero__img {
    z-index: 1
}

.hero__content {
    max-width: 35.3125rem;
    position: relative;
    z-index: 1
}

.hero__content .button {
    max-width: 18.3125rem;
    width: 100%
}

.hero__title {
    margin-bottom: 1.25rem
}

.hero__text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem
}

.hero__img {
    translate: 0 60%;
    opacity: .5;
    pointer-events: none;
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .4s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .4s
}

.hero._watcher-view .hero__img {
    translate: 0 0;
    opacity: 1
}

.hero--main .hero__inner::after {
    border-radius: 50%;
    position: absolute;
    width: 26.9375rem;
    aspect-ratio: 1/1;
    background-color: rgba(19, 12, 66, .4);
    -webkit-filter: blur(6.25rem);
    filter: blur(6.25rem);
    bottom: 0;
    right: 0;
    translate: 50% 50%;
    content: ""
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.375rem;
    position: relative
}

.about::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 60.625rem;
    top: 0;
    left: 50%;
    translate: -50% 0;
    background: rgba(50, 217, 78, .1);
    -webkit-filter: blur(12.5rem);
    filter: blur(12.5rem)
}

.about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*gap: 2rem*/
}

.about__head ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.about__head ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.about__head ul li {
    list-style: disc;
	margin-left: 20px;
}

.about__content {
    /*max-width: 28.75rem;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about__text {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.44
}

.about__description {
   /* max-width: 36.1875rem;*/
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.56
}



.about__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625rem 1.125rem
}

.about-card {
    padding: 2rem
}

.about-card__icon {
    aspect-ratio: 1/1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.5rem;
    border-radius: 50%;
    background-color: rgba(50, 217, 78, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

.about-card__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.18
}

.about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem
}

.about__left {
    max-width: 28.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    width: 100%
}

.about__sub-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.17
}

.about__right {
    max-width: 36.1875rem;
    width: 100%
}

.about-supply .about__sub-title {
    margin-bottom: 2.375rem
}

.about-supply__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem
}

.supply-block {
    padding: .9375rem 1.25rem .75rem;
    max-width: 10.8125rem;
    min-height: 8.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.supply-block__head {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.33
}

.supply-block__body {
    font-weight: 600
}

.supply-block__counter {
    font-size: 2rem;
    line-height: .75
}

.supply-block__text {
    font-size: .875rem;
    line-height: 1.71
}

.about-pay .about__sub-title {
    margin-bottom: 1.25rem
}

.about-pay__list {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2.22
}

.about-pay__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    width: 100%
}

.about-pay__list li span {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.67;
    display: inline-block;
    margin-left: auto;
    white-space: nowrap
}

.about-must .about__sub-title {
    margin-bottom: 2.5rem
}

.about-must__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem
}

.about-must__list li {
    padding: 1.125rem 1.125rem 1.125rem 4.8125rem;
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.18
}

.about-must__list li span {
    font-weight: 700;
    font-size: .875rem
}

.about-must__list li::before {
    position: absolute;
    left: .5625rem;
    translate: 0 -50%;
    top: 50%;
    content: "";
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 2.5rem;
    background: url(../img/icons/check-lg.svg) center/.875rem no-repeat, #adf0b8
}

.advice {
    background-color: #130c42;
    padding: 3.75rem 0
}

.advice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.advice__content {
    color: #fff;
    max-width: 29.0625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.advice__title {
    margin-bottom: .625rem
}

.advice__text {
    line-height: 1.5;
    max-width: 22.8125rem
}

.advice__form {
    max-width: 38.5625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.advice-form {
    padding: 1.875rem;
    background: #efefef;
    -webkit-box-shadow: 0 .25rem .9375rem rgba(0, 0, 0, .25);
    box-shadow: 0 .25rem .9375rem rgba(0, 0, 0, .25);
    border-radius: .9375rem
}

.advice-form__item {
    display: -ms-grid;
    display: grid;
    gap: .625rem
}

.advice-form__submit {
    width: 100%;
    margin-top: 1rem
}

.services__title {
    margin-bottom: 1.875rem
}

.services__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.625rem
}

.no-webp .service-card {
    background: url(../img/bg/service-card-bg.png) center/cover no-repeat, #ededed
}

.service-card {
    padding: 2.5rem 2.625rem;
    overflow: hidden;
    -webkit-transition: cubic-bezier(.175, .885, .32, 1.275) .5s;
    transition: cubic-bezier(.175, .885, .32, 1.275) .5s;
    -webkit-box-shadow: 0 .25rem .625rem rgba(0, 0, 0, .15), inset 0 0 0 transparent;
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, .15), inset 0 0 0 transparent;
    border-radius: .9375rem;
    position: relative;
    min-height: 16.1875rem;
    opacity: .5
}

.service-card:nth-child(odd) {
    translate: -25% 25%
}

.service-card:nth-child(even) {
    translate: 25% 25%
}

.service-card__title {
    max-width: 20.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    z-index: 1
}

.service-card__img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .75;
    translate: 50% 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-card._watcher-view {
    opacity: 1
}

.service-card._watcher-view:nth-child(even),
.service-card._watcher-view:nth-child(odd) {
    translate: 0 0
}

.service-card._watcher-view .service-card__img {
    translate: 0 0;
    opacity: 1
}

.feedback {
    position: relative
}

.feedback::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -7.5rem;
    position: absolute;
    width: 72rem;
    aspect-ratio: 1/1;
    background-color: rgba(50, 217, 78, .1);
    -webkit-filter: blur(12.5rem);
    filter: blur(12.5rem);
    z-index: -1;
    translate: -50% 0
}

.feedback__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem
}

.feedback__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.feedback__slider:not(:last-child) {
    margin-bottom: 6.25rem
}

.feedback__text {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.57
}

.feedback-button-next,
.feedback-button-prev {
    aspect-ratio: 1/1;
    width: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback-button-next::after,
.feedback-button-prev::after {
    display: block;
    width: 100%;
    content: "";
    aspect-ratio: 1/1;
    mask: url(../img/icons/chevron.svg) no-repeat center/contain;
    -webkit-mask: url(../img/icons/chevron.svg) no-repeat center/contain;
    background-color: #130c42;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.feedback-button-next {
    rotate: -90deg
}

.feedback-button-prev {
    rotate: 90deg
}

.feedback-swiper {
    padding: .9375rem;
    margin: -.9375rem
}

.feedback-card {
    padding: 1.5rem
}

.feedback-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .375rem;
    margin-bottom: 1.5rem
}

.feedback-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.feedback-card__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 3rem
}

.feedback-card__title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #444
}

.feedback-card__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
}

.feedback-card__text{
	padding: 0;
    line-height: 1.5em;
}
.feedback-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem
}

.feedback-card__date {
    font-size: .75rem;
    color: #444
}

.contacts {
    padding: 5rem 0;
    background-color: #130c42
}

.contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__content {
    max-width: 25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.1875rem
}

.contacts__title {
    color: #fff
}

.contacts__map {
    max-width: 41.125rem;
    width: 100%;
    aspect-ratio: 1/.6;
    border-radius: .9375rem;
    overflow: hidden
}

.contacts__map iframe {
    width: 100%;
    height: 100%
}

.contacts-block {
    color: #fff
}

.contacts-block__head {
    margin-bottom: .25rem
}

.contacts-block__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.44
}

.contacts-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 500;
    font-size: 1.125rem
}

.contacts-block__items a {
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    line-height: 1.33
}

.contacts-block__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem
}

.contacts-block__social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 2.625rem;
    border-radius: .3125rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 1px solid #fff
}

.contacts-block__social-list a svg {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 1.25rem
}

.contacts-block__social-list a .svg-phone {
    fill: #130c42
}

.contacts-block__media {
    margin-top: .625rem
}

.contacts-block__media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.contacts-block__media-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.contacts-block__media-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.125rem;
    border-radius: 50%;
    background-color: #32d94e;
    aspect-ratio: 1/1
}

.contacts-block__media-list a svg {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.footer__top {
    color: #444;
    background-color: #efefef
}

.footer__logo {
    width: 7.125rem;
}
.footer__logo img{
    max-width: 100%;
}

.footer__privacy {
    text-decoration-line: underline;
    color: #444
}

.footer-top__inner {
    padding: 2.125rem 0;
    min-height: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 1.57;
    color: #444;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-top__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.5rem
}

.footer-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: .75rem;
    line-height: 2.5;
    color: rgba(68, 68, 68, .4);
    padding: .75rem 0 70px;
}

.home-statistics {
    margin-top: -1.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: 5.875rem
}

.service-page .advice__content {
    max-width: 40.625rem
}

.service-page .advice__text {
    max-width: 33.9375rem
}

.service-page .advice__form {
    max-width: 26.0625rem
}

.service-page .advice-form__item {
    -ms-grid-columns: auto;
    grid-template-columns: auto
}

.service-page .advice-form__submit {
    grid-column: auto
}

.faq__title {
    margin-bottom: 3.5rem
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

.lang-item {
    list-style: none;
}

@media (min-width:48em) {
	.about__head {
		gap: 2rem;
	}
	.about__content {
	max-width: 28.75rem;
	}
	.about__description {
	max-width: 36.1875rem;
	}
    .hero__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero__img {
        right: 0;
        position: absolute;
        bottom: 0;
        max-width: 60%
    }

    .about-card {
        min-height: 15.5rem
    }

    .advice-form__item {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .advice-form__submit {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .contacts-block__social {
        margin-left: auto
    }
}

@media (min-width:64em) {
    .header__inner {
        z-index: 12;
        position: relative
    }
}

@media (max-width:74.99875em) {
    .header .menu__list {
        gap: 2rem
    }

    .header-social__list {
        gap: 1.5rem
    }
}

@media (max-width:63.99875em) {
    .counter-frame {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        /* width: 100vw; */
        /* height: 100vh; */
        background-color: #fff;
        z-index: 10;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        translate: 100% 0
    }

    .header .menu__body {
        padding: 5rem .9375rem 1.25rem
    }

    .header .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .menu__list a {
        font-size: 1.25rem
    }

    .header .menu__list li.has-sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sub-menu {
        position: static;
        height: 100%;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        padding-top: 0;
        left: auto;
        right: 0;
        text-align: right
    }

    .sub-menu,
    .sub-menu__list {
        font-size: 1.25rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 15
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #000
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .about__head {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .about__cards {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .about__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:63.99875em)and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width:47.99875em) {
    .spollers__title {
        padding: 1rem 5rem 1rem 1rem
    }

    .lang-item img {
        aspect-ratio: 1/0.7;
        width: 30px !important;
        height: auto !important;
    }
    .hero__inner{
        height: auto;
        gap: 2rem;
    }
    .hero:not(.hero.hero--main) .hero__img{
        margin-right: -15px;
    }
    .service-card {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 2rem 0 0 0;
        justify-content: space-between;
        min-height: 180px;
    }

    .service-card__img {
        margin-left: auto;
        position: static;
    }

    .service-card__img img {
        max-width: 100%;
    }

    .spollers__body {
        padding: 1rem
    }

    .counter-frame__item {
        padding: 1.5rem
    }

    .counter-frame__item-number {
        font-size: 3rem
    }

    .contacts__title,
    .faq__title,
    .feedback__title,
    .hero__title,
    .services__title,
    .title {
        font-size: 2rem
    }

    .about__title,
    .advice__title,
    .title-md {
        font-size: 1.5rem
    }

    .page__section {
        margin: 4.375rem 0
    }

    .header .menu__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 2rem;
        overflow-y: auto;
        height: 100%
    }

    .hero__inner {
        padding-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center
    }

    .hero__text {
        font-size: 1.125rem;
        margin-bottom: 1.5rem
    }

    .hero__text br {
        display: none
    }

    .hero__img img,
    .hero__img picture {
        max-width: 100%
    }

    .about__head {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .about__description {
        font-size: 1rem
    }

    .about__cards {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .about-card {
        padding: 1.5rem
    }

    .about-card__icon {
        width: 3rem
    }

    .about__grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .about-supply .about__sub-title {
        margin-bottom: 1.875rem
    }

    .about-must .about__sub-title {
        margin-bottom: 2rem
    }

    .advice__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advice-form {
        padding: 1.5rem;
        width: 100%
    }

    .services__cards {
        /* -ms-grid-columns: auto; */
        /* grid-template-columns: auto */
    }
    .service-card__title{
        font-size: 18px;
    }
    .feedback__slider:not(:last-child) {
        margin-bottom: 3.125rem
    }

    .contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-block__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer-top__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }

    .faq__title {
        margin-bottom: 2.5rem
    }
    .counter-frame {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        box-shadow: none;
        background-color: transparent;
    }
    .counter-frame__item {
        border-radius: 0.625rem;
        background-color: #130c42;
        padding: 1rem;
        justify-content: space-between;
        min-height: 100px;
        gap: 0.5rem;
    }
    .counter-frame__item:last-child {
        grid-column: span 2;
        max-width: calc(50% - 0.5rem);
        margin: 0 auto;
        width: 100%;
    }
    .counter-frame__item-number{
        font-size: 2rem;
    }
    .counter-frame__item-text {
        font-size: 12px;
    }
    .services__cards{
        gap: 1rem 1.5rem;
    }
}

@media (max-width:35.99875em) {
    .counter-frame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (any-hover:hover) {
    .button:hover {
        -webkit-box-shadow: 0 .25rem .625rem rgba(38, 143, 53, .4);
        box-shadow: 0 .25rem .625rem rgba(38, 143, 53, .4);
        background-color: #268f35;
        border-color: #38bc4e
    }

    .lemurs-dev a:hover {
        color: #38bc4e
    }

    .lemurs-dev a:hover svg path {
        fill: #38bc4e
    }

    .header .menu__list a:hover {
        color: #32d94e
    }

    .header .menu__list>li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        translate: 0 0
    }

    .language__item:hover {
        color: #32d94e
    }

    .header-social__list a:hover svg {
        scale: 1.1
    }

    .header-phone__item:hover {
        text-decoration: underline
    }

    .header-phone__btn:hover {
        background-color: #32d94e
    }

    .service-card:hover {
        -webkit-box-shadow: 0 0 0 transparent, inset 0 .25rem .625rem rgba(0, 0, 0, .15);
        box-shadow: 0 0 0 transparent, inset 0 .25rem .625rem rgba(0, 0, 0, .15)
    }

    .service-card:hover .service-card__img {
        scale: 1.05
    }

    .feedback-button-next:hover::after,
    .feedback-button-prev:hover::after {
        background-color: #38bc4e
    }

    .contacts-block__social-list a:hover {
        border-color: #38bc4e
    }

    .contacts-block__social-list a:hover svg {
        scale: 1.1
    }

    .contacts-block__media-list a:hover svg {
        scale: 1.1
    }
}

.webp .hero {
    background: url(../img/bg/bg-hero.webp) center/cover no-repeat
}

.webp .service-card {
    background: url(../img/bg/service-card-bg.webp) center/cover no-repeat, #ededed
}