:root {
    --grey-light: #f1f1f1;
    --grey-border: #e2e2e2;
    --grey: #737373;
    --secondary-black: #292929;
    --black: #121212;
    --white: #ffffff;
    --red: #c31d1d
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *::after, *::before {
    box-sizing: border-box
}

*::after, *::before {
    display: inline-block
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
    min-width: 320px
}

body {
    color: var(--black);
    line-height: 1;
    font-family: Montserrat;
    font-size: 1.0625rem;
    -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: Montserrat;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input, textarea {
    width: 100%
}

label {
    display: inline-block
}

button, option, select {
    cursor: pointer
}

a {
    display: inline-block;
    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
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

body.lock {
	overflow: hidden;
	touch-action: none;
	overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 77rem;
    margin: 0 auto;
    padding: 0 1rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns:1rem 1fr minmax(auto, 75rem) 1fr 1rem
}

[class*="--gc"] > * {
    min-width: 0;
    grid-column: 3/4
}

.heading-1 {
    font-family: Unbounded;
    font-weight: 900;
    line-height: 115%;
    text-transform: uppercase
}

.heading-2 {
    font-family: Unbounded;
    font-weight: 800;
    line-height: 115%;
    text-transform: uppercase
}

.heading-3 {
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 800;
    line-height: 115%;
    text-transform: uppercase
}

.heading-4 {
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 600;
    line-height: 125%
}

.heading-5 {
    font-family: Unbounded;
    font-weight: 500;
    line-height: 125%
}

.heading-6 {
    font-weight: 600;
    line-height: 120%
}

.highlight {
    font-family: Unbounded;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase
}

.subheading {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 120%
}

.body-copy {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 120%
}

.subtitle {
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase
}

.description {
    font-size: .9375rem;
    font-weight: 600;
    line-height: 120%
}

.button {
    font-family: Unbounded;
    font-size: .875rem;
    font-weight: 500;
    line-height: 125%
}

.link {
    font-family: Unbounded;
    font-size: .875rem;
    line-height: 125%
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    text-align: center;
    border: none;
    outline: 0;
    border-radius: 6.25rem;
    color: #9f9f9f;
    background-color: var(--grey-border);
    transition: background-color .5s ease, color .5s ease
}

.btn.btn-red {
    height: 4.75rem;
    padding: 1.625rem 3.25rem
}

.btn.btn-red:not(:disabled) {
    color: var(--white);
    background-color: var(--red);
    box-shadow: 0 0 12px 3px rgba(253, 163, 164, .3) inset
}

.btn.btn-red:not(:disabled):active {
    background-color: #b01112 !important
}

.btn.btn-white {
    height: 3.5rem;
    padding: .6875rem 2rem
}

.btn.btn-white:not(:disabled) {
    background-color: var(--white);
    color: var(--red)
}

.btn.btn-white:not(:disabled):active {
    background-color: #ffb2b0 !important
}

.btn.btn-black {
    height: 2.75rem;
    padding: .75rem 1.5rem
}

.btn.btn-black:not(:disabled) {
    background-color: var(--black);
    color: var(--white)
}

.btn.btn-black:not(:disabled):active {
    background-color: #3e3e3e !important
}

.btn:disabled {
    cursor: not-allowed
}

.menu__before-wrapper {
    display: none
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: .3125rem
}

.menu__list a {
    color: var(--black);
    font-family: Unbounded;
    font-size: .875rem;
    line-height: 125%
}

.icon-menu {
    display: none
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.show-mobile,.show-mobile-inline {
    display: none
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    height: .3125rem;
    margin-top: 2rem
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 6.25rem;
    background-color: var(--grey-border);
    width: 1.125rem;
    height: 100%;
    transition: width .5s ease, background-color .5s ease
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.625rem;
    background-color: var(--red)
}

.navigation {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation .swiper-button-prev {
    position: absolute;
    left: -1.875rem
}

.navigation .swiper-button-next {
    position: absolute;
    right: -1.875rem
}

.navigation-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--red);
    border-radius: 50%;
    box-shadow: 0 0 12px 3px rgba(253, 163, 164, .3) inset;
    transition: background .5s ease
}

.navigation-arrow svg {
    width: 1.5rem;
    height: 1.5rem
}

.fixed-socials {
    position: fixed;
    z-index: 1;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.fixed-socials .social {
    width: 2.75rem;
    height: 2.75rem;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.fixed-socials .social svg {
    width: 2.75rem;
    height: 2.75rem
}

.header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.menu-open .header {
    position: relative
}

.menu-open .header::after {
    content: "";
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .0625rem;
    background-color: var(--grey-border)
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.header__logo {
    position: relative;
    z-index: 5;
    width: 8.5rem;
    height: 2.625rem
}

.header__logo img {
    width: 8.5rem;
    height: 2.625rem;
    -o-object-fit: contain;
    object-fit: contain
}

.header__languages {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    -webkit-column-gap: .125rem;
    -moz-column-gap: .125rem;
    column-gap: .125rem
}

.header__lang {
    position: relative;
    z-index: 5;
    height: 1.625rem;
    padding: .25rem .75rem;
    border-radius: 6.25rem;
    background-color: var(--grey-light);
    transition: color .5s ease, background-color .5s ease
}

.header__lang.active {
    background-color: var(--red);
    color: var(--white)
}

.header__contacts {
    display: flex;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.header__contacts button {
    position: relative;
    z-index: 5
}

.header__phone {
    color: var(--red);
    font-family: Unbounded;
    font-size: .875rem;
    font-weight: 500;
    line-height: 125%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    white-space: nowrap
}

.header__phone-icon {
    position: relative;
    z-index: 5;
    display: none;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 50%
}

.header__phone-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.footer {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black)
}

.footer__body {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3.25rem;
    height: 100%
}

.footer__title {
    color: var(--white);
    text-align: center
}

.footer__title span {
    color: var(--red)
}

.footer__form {
    width: 100%
}

.form .form-box {
    display: flex;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 1.5rem
}

.form .form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: .75rem
}

.form label {
    color: var(--white);
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%
}

.form input {
    height: 3.5rem;
    padding: 1rem 1.5rem;
    border-radius: 6.25rem;
    background-color: var(--secondary-black);
    color: var(--white);
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 120%
}

.form input::-webkit-input-placeholder {
    color: var(--grey)
}

.form input:-ms-input-placeholder {
    color: var(--grey)
}

.form input::-ms-input-placeholder {
    color: var(--grey)
}

.form input::placeholder {
    color: var(--grey)
}

.form textarea {
    height: 7rem;
    padding: 1.5rem;
    border-radius: .625rem;
    background: var(--secondary-black);
    resize: none;
    color: var(--white);
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 120%
}

.form textarea::-webkit-input-placeholder {
    color: var(--grey)
}

.form textarea:-ms-input-placeholder {
    color: var(--grey)
}

.form textarea::-ms-input-placeholder {
    color: var(--grey)
}

.form textarea::placeholder {
    color: var(--grey)
}

.form .btn {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2.625rem
}

.form .warning {
    color: var(--grey);
    text-align: center
}

.form .warning a {
    color: var(--white);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.hero__body {
    padding-top: 3.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 3.5rem
}

.hero__title {
    display: flex;
    flex-direction: column;
    row-gap: .3125rem
}

.hero__title span:nth-child(2) {
    margin-left: auto
}

.hero__title span:last-child {
    color: var(--red)
}

.hero__content {
    max-width: 62.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.hero__list {
    flex: 1 0 auto;
    max-width: 27.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: .625rem
}

.hero__list li {
    display: flex;
    align-items: center;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.hero__list li span {
    flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 50%
}

.hero__list li span svg {
    width: 1.125rem;
    height: 1.125rem;
    -o-object-fit: contain;
    object-fit: contain
}

.info-hero {
    flex: 0 1 auto;
    max-width: 25.625rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    justify-content: space-between
}

.info-hero__wrap {
    display: flex;
    flex-direction: column;
    row-gap: .75rem
}

.info-hero__text {
    color: var(--grey)
}

.guarantees__title {
    text-align: center;
    margin-bottom: 3.25rem
}

.guarantees__items {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
    row-gap: 2.25rem
}

.item-guarantees {
    display: flex;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.item-guarantees.flex-start {
    align-items: flex-start
}

.item-guarantees.flex-center {
    align-items: center
}

.item-guarantees__icon {
    width: 6rem;
    height: 6rem
}

.item-guarantees__icon img {
    width: 6rem;
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain
}

.item-guarantees__content {
    display: flex;
    flex-direction: column;
    row-gap: .3125rem
}

.item-guarantees__text {
    color: var(--grey)
}

.cost__title {
    text-align: center;
    margin-bottom: 1rem
}

.cost__title span {
    color: var(--red)
}

.cost__text {
    color: var(--grey);
    text-align: center;
    margin-bottom: 2rem
}

.content-cost {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 1.625rem 2.625rem;
    border-radius: .9375rem;
    background-color: var(--red);
    box-shadow: 0 0 12px 3px rgba(253, 163, 164, .3) inset
}

.content-cost__text {
    color: var(--white)
}

.content-cost__text span {
    vertical-align: middle;
    width: 2.25rem;
    height: 1.375rem
}

.content-cost__text span svg {
    vertical-align: middle;
    width: 2.25rem;
    height: 1.375rem;
    -o-object-fit: contain;
    object-fit: contain
}

.content-cost__button {
    font-family: Unbounded;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase
}

.services__title {
    text-align: center;
    margin-bottom: 2.625rem
}

.services__items {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.item-services {
    padding: 2rem;
    border-radius: .9375rem;
    border: .0625rem solid var(--grey-border)
}

.item-services__icon {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.5rem
}

.item-services__icon img {
    width: 6rem;
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain
}

.item-services__title {
    margin-bottom: .3125rem
}

.item-services__text {
    color: var(--grey)
}

.team__title {
    text-align: center;
    margin-bottom: 2.625rem
}

.team__content .swiper-pagination.team-pagination {
    display: none
}

.team__slider {
    position: relative
}

.team__slider.swiper {
    overflow: visible
}

.item-team__image {
    position: relative;
    aspect-ratio: 384/420;
    margin-bottom: 1.5rem;
    border-radius: .9375rem;
    overflow: hidden
}

.item-team__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.item-team__title {
    color: var(--black);
    margin-bottom: .25rem
}

.item-team__text {
    color: var(--grey)
}

.manager__body {
    display: flex;
    -webkit-column-gap: 3.25rem;
    -moz-column-gap: 3.25rem;
    column-gap: 3.25rem
}

.manager__content {
    flex: 0 0 calc(50% - 26px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.manager__info {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.manager__name {
    color: var(--red)
}

.manager__blockquote {
    font-size: 1.0625rem;
    font-style: italic;
    font-weight: 500;
    line-height: 120%
}

.manager__image {
    flex: 0 0 calc(50% - 26px);
    position: relative;
    aspect-ratio: 574/600;
    border-radius: .9375rem;
    overflow: hidden
}

.manager__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manager__image span {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem
}

.manager__image span svg {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain
}

.certificates__title {
    text-align: center;
    margin-bottom: 2.625rem
}

.item-certificates {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

.item-certificates__image {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.25rem
}

.item-certificates__image img {
    width: 5rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.item-certificates__title {
    text-align: center;
    margin-bottom: 1rem
}

.item-certificates__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: .75rem .625rem;
    text-align: center;
    border-radius: 6.25rem;
    background: var(--red);
    color: var(--white)
}

.modal {
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 101;
    padding: 5.625rem 1rem;
    background-color: var(--black);
    display: none;
    opacity: 0;
    transition: all .3s ease
}

.modal.active {
    opacity: 1
}

.modal.active .modal-solid {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal .modal-solid {
    transition: all .3s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-top: auto;
    margin-bottom: auto
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 50%;
    transition: background-color .5s ease
}

.close-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.thanks-modal__content {
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.thanks-modal__icon {
    width: 10.75rem;
    height: 10.75rem;
    margin-bottom: 2.625rem
}

.thanks-modal__icon img {
    width: 10.75rem;
    height: 10.75rem;
    -o-object-fit: contain;
    object-fit: contain
}

.thanks-modal__title {
    text-align: center;
    color: var(--white)
}

.thanks-modal__title span {
    color: var(--red)
}

.contact-modal__body {
    max-width: 75rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.contact-modal__title {
    color: var(--white);
    text-align: center;
    margin-bottom: 3.25rem
}

.contact-modal__title span {
    color: var(--red)
}

.cookie-popup {
	position: fixed;
	z-index: 100;
	bottom: 1.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 1.1875rem;
	max-width: 24rem;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: .9375rem;
	border: .0625rem solid var(--grey-border);
	background: var(--white);
	box-shadow: 0 4px 15px 0 rgba(18, 18, 18, .15);
	/*display: none*/
}

.cookie-popup.cookie-popup-show {
	display: flex
}

.cookie-popup__content {
	display: flex;
	align-items: center;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem
}

.cookie-popup__text {
	color: var(--black);
	text-align: center;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 120%
}

.cookie-popup__button {
	height: 2.75rem;
	padding: .75rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--red);
	box-shadow: 0 0 12px 3px rgba(253, 163, 164, .3) inset;
	color: var(--white);
	text-align: center;
	font-family: Unbounded;
	font-size: .875rem;
	font-weight: 500;
	line-height: 125%
}

.privacy {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.privacy__content {
    max-width: 46.875rem;
    margin: 0 auto
}

.privacy__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem
}

.privacy__logo {
    width: 11.375rem;
    height: 3.5rem
}

.privacy__logo img {
    width: 11.375rem;
    height: 3.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.privacy__back-button {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 50%;
    transition: background-color .5s ease
}

.privacy__back-button svg {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.info-text {
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.info-text h2:first-child {
    color: var(--black);
    font-family: Unbounded;
    font-weight: 800;
    line-height: 115%;
    text-transform: uppercase
}

.info-text h2:not(:first-child) {
    color: var(--black);
    font-family: Unbounded;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase
}

.info-text p {
    color: var(--grey);
    font-weight: 500;
    line-height: 120%
}

.info-text b {
    color: var(--black);
    font-weight: 700;
    line-height: 120%
}

.info-text ul {
    color: var(--grey);
    font-weight: 500;
    line-height: 120%;
    list-style: none;
    padding-left: 1.875rem
}

.info-text ul li {
    position: relative
}

.info-text ul li::before {
    content: "";
    position: absolute;
    top: .5625rem;
    left: -.9375rem;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background-color: var(--grey)
}

.info-text ol {
    color: var(--grey);
    font-weight: 500;
    line-height: 120%;
    list-style: none;
    padding-left: 1.875rem;
    counter-reset: myCounter
}

.info-text ol li {
    position: relative;
    counter-increment: myCounter;
    list-style-type: none
}

.info-text ol li::before {
    content: counter(myCounter) ". ";
    position: absolute;
    left: -1.25rem
}

.info-text a {
    color: var(--red);
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.info-text em {
    color: var(--grey);
    font-weight: 700;
    line-height: 120%
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    touch-action: pan-y
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    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
}

@media (min-width: 75em) {
    .heading-1 {
        font-size: 5.375rem
    }

    .heading-2 {
        font-size: 3.25rem
    }

    .heading-3 {
        font-size: 2.625rem
    }

    .heading-4 {
        font-size: 1.375rem
    }

    .heading-5 {
        font-size: 1.125rem
    }

    .heading-6 {
        font-size: 1.0625rem
    }

    .highlight {
        font-size: 1.125rem
    }

    .subtitle {
        font-size: 1rem
    }

    .section-pb {
        padding-bottom: 9.5rem
    }

    .info-text h2:first-child {
        font-size: 2.625rem
    }

    .info-text h2:not(:first-child) {
        font-size: 1.375rem
    }

    .info-text p {
        font-size: 1.0625rem
    }

    .info-text b {
        font-size: 1.0625rem
    }

    .info-text ul {
        font-size: 1.0625rem
    }

    .info-text ol {
        font-size: 1.0625rem
    }

    .info-text a {
        font-size: 1.0625rem
    }

    .info-text em {
        font-size: 1.0625rem
    }
}

@media (max-width: 62em) {
    .section-pb {
        padding-bottom: 6rem
    }
}

@media (max-width: 48em) {
    .heading-1 {
        font-size: 1.875rem
    }

    .heading-2 {
        font-size: 1.625rem
    }

    .heading-3 {
        font-size: 1.375rem
    }

    .heading-4 {
        font-size: 1.125rem
    }

    .heading-5 {
        font-size: 1rem
    }

    .heading-6 {
        font-size: .9375rem
    }

    .highlight {
        font-size: .9375rem
    }

    .subtitle {
        font-size: .875rem
    }

    .info-text h2:first-child {
        font-size: 1.25rem
    }

    .info-text h2:not(:first-child) {
        font-size: 1.125rem
    }

    .info-text p {
        font-size: .875rem
    }

    .info-text b {
        font-size: .875rem
    }

    .info-text ul {
        font-size: .875rem
    }

    .info-text ol {
        font-size: .875rem
    }

    .info-text a {
        font-size: .875rem
    }

    .info-text em {
        font-size: .875rem
    }
}

@media (max-width: 81.25em) {
    .navigation .swiper-button-prev {
        left: 0
    }

    .navigation .swiper-button-next {
        right: 0
    }
}

@media (max-width: 71.875em) {
    .header__phone {
        display: none
    }

    .header__phone-icon {
        display: flex
    }
}

@media (max-width: 61.99875em) {
    .btn.btn-red {
        height: 3.75rem;
        padding: 1.25rem 2rem
    }

    .menu__before-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 4.6875rem;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        pointer-events: none;
        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
    }

    .menu-open .menu__before-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }

    .menu__body {
        position: fixed;
        z-index: 3;
        width: 100%;
        height: 100svh;
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
        top: 0;
        left: 0;
        overflow: auto;
        padding: 6rem 1rem 1.5rem 1rem;
        background-color: var(--white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        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
    }

    .menu-open .menu__body {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .menu__list {
        flex-direction: column;
        align-items: stretch;
        row-gap: 2.5rem
    }

    .menu__list > *:not(:last-child) {
        position: relative
    }

    .menu__list > *:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.25rem;
        width: 100%;
        height: .0625rem;
        background-color: var(--grey-border)
    }

    .icon-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        background-color: var(--black);
        border-radius: 50%;
        position: relative;
        z-index: 5
    }

    .icon-menu span, .icon-menu::after, .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        position: absolute;
        width: 1.25rem;
        height: .125rem;
        background-color: var(--white)
    }

    .icon-menu::before {
        top: .9375rem
    }

    .icon-menu::after {
        bottom: .9375rem
    }

    .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);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .navigation {
        display: none
    }

    .fixed-socials {
        right: 1rem;
        bottom: 1rem
    }

    .header {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header__contacts {
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .header__phone {
        display: block;
        text-align: center;
        margin-top: auto
    }

    .footer {
        height: 100%
    }

    .footer__body {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .form .form-box {
        flex-direction: column;
        row-gap: 1.5rem
    }

    .form textarea {
        height: 6.25rem
    }

    .team__content .swiper-pagination.team-pagination {
        display: flex
    }

    .thanks-modal__icon {
        width: 9.125rem;
        height: 9.125rem;
        margin-bottom: 2rem
    }

    .thanks-modal__icon img {
        width: 9.125rem;
        height: 9.125rem
    }

    .contact-modal__title {
        margin-bottom: 2rem
    }

		.cookie-popup__text {
			font-size: .875rem
		}

    .privacy {
        padding-top: 1.5rem;
        padding-bottom: 2rem
    }
}

@media (max-width: 61.99875em)and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 47.99875em) {
    .subheading {
        font-size: 1rem
    }

    .body-copy {
        font-size: 1rem
    }

    .description {
        font-size: .875rem
    }

    .show-pc {
        display: none
    }

    .show-mobile {
        display: block
    }

    .show-mobile-inline {
        display: inline-block
    }

    .footer__body {
        row-gap: 2rem
    }

    .form button {
        margin-top: 2rem
    }

    .hero__body {
        padding-top: 2.625rem;
        row-gap: 1.25rem
    }

    .hero__content {
        flex-direction: column-reverse;
        row-gap: 2.625rem
    }

    .hero__list {
        max-width: 100%
    }

    .info-hero {
        max-width: 100%
    }

    .info-hero__wrap {
        row-gap: .5rem
    }

    .guarantees__title {
        margin-bottom: 2rem
    }

    .guarantees__items {
        grid-template-columns:repeat(1, 1fr);
        row-gap: 2rem
    }

    .item-guarantees {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        align-items: flex-start !important
    }

    .item-guarantees__icon {
        width: 4rem;
        height: 4rem
    }

    .item-guarantees__icon img {
        width: 4rem;
        height: 4rem
    }

    .item-guarantees__text {
        font-size: .875rem
    }

    .cost__title {
        margin-bottom: .75rem
    }

    .content-cost {
        flex-direction: column;
        row-gap: 1.25rem;
        padding: 1.5rem
    }

    .content-cost__button {
        width: 100%
    }

    .services__title {
        margin-bottom: 1.5rem
    }

    .services__items {
        grid-template-columns:repeat(1, 1fr);
        row-gap: .75rem
    }

    .item-services__icon {
        width: 5.125rem;
        height: 5.125rem;
        margin-bottom: 1rem
    }

    .item-services__icon img {
        width: 5.125rem;
        height: 5.125rem
    }

    .item-services__text {
        font-size: .875rem
    }

    .team__title {
        margin-bottom: 1.5rem
    }

    .manager__content {
        flex: 0 0 100%;
        row-gap: 1.5rem
    }

    .manager__blockquote {
        font-size: 1rem
    }

    .manager__image {
        flex: 0 0 auto
    }

    .manager__image span {
        top: .75rem;
        right: .75rem;
        width: 2.875rem;
        height: 2.875rem
    }

    .manager__image span svg {
        width: 2.875rem;
        height: 2.875rem
    }

    .certificates__title {
        margin-bottom: 2rem
    }

    .close-btn {
        width: 2.75rem;
        height: 2.75rem
    }

    .close-btn::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 76px;
        height: 76px;
    }

    .close-btn svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media (max-width: 29.99875em) {
    .menu__list {
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid var(--grey-border)
    }

    .footer__title {
        text-align: left
    }

    .hero__title span:nth-child(2) {
        margin-left: 0
    }

    .guarantees__title {
        text-align: left
    }

    .cost__title {
        text-align: left
    }

    .cost__text {
        text-align: left
    }

    .services__title {
        text-align: left
    }

    .team__title {
        text-align: left
    }

    .certificates__title {
        text-align: left
    }

    .modal {
        padding: 4rem 1rem
    }

    .contact-modal__title {
        text-align: left
    }

		.cookie-popup {
			max-width: 20rem;
			padding: .9375rem
		}

		.cookie-popup__button {
			padding: .75rem 1.125rem
		}

    .privacy__logo {
        width: 8.125rem;
        height: 2.75rem
    }

    .privacy__logo img {
        width: 8.125rem;
        height: 2.75rem;
        -o-object-fit: contain;
        object-fit: contain
    }

    .privacy__back-button {
        width: 2.75rem;
        height: 2.75rem
    }
}

@media (min-width: 48em)and (max-width: 75em) {
    .heading-1 {
        font-size: clamp(1.875rem, -4.3472222222rem + 12.962962963vw, 5.375rem)
    }

    .heading-2 {
        font-size: clamp(1.625rem, -1.2638888889rem + 6.0185185185vw, 3.25rem)
    }

    .heading-3 {
        font-size: clamp(1.375rem, -.8472222222rem + 4.6296296296vw, 2.625rem)
    }

    .heading-4 {
        font-size: clamp(1.125rem, .6805555556rem + .9259259259vw, 1.375rem)
    }

    .heading-5 {
        font-size: clamp(1rem, .7777777778rem + .462962963vw, 1.125rem)
    }

    .heading-6 {
        font-size: clamp(.9375rem, .7152777778rem + .462962963vw, 1.0625rem)
    }

    .highlight {
        font-size: clamp(.9375rem, .6041666667rem + .6944444444vw, 1.125rem)
    }

    .subtitle {
        font-size: clamp(.875rem, .6527777778rem + .462962963vw, 1rem)
    }

    .info-text h2:first-child {
        font-size: clamp(1.25rem, -1.1944444444rem + 5.0925925926vw, 2.625rem)
    }

    .info-text h2:not(:first-child) {
        font-size: clamp(1.125rem, .6805555556rem + .9259259259vw, 1.375rem)
    }

    .info-text p {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }

    .info-text b {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }

    .info-text ul {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }

    .info-text ol {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }

    .info-text a {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }

    .info-text em {
        font-size: clamp(.875rem, .5416666667rem + .6944444444vw, 1.0625rem)
    }
}

@media (min-width: 62em)and (max-width: 75em) {
    .section-pb {
        padding-bottom: clamp(6rem, -10.6923076923rem + 26.9230769231vw, 9.5rem)
    }
}

@media (any-hover: hover) {
    .btn.btn-red:not(:disabled):hover {
        background-color: #e03839
    }

    .btn.btn-white:not(:disabled):hover {
        background-color: #ffd4d3
    }

    .btn.btn-black:not(:disabled):hover {
        background-color: #232323
    }

    .menu__list a:hover {
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

    .navigation-arrow:hover {
        background-color: #e03839
    }

    .fixed-socials .social:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .close-btn:hover {
        background-color: #e03839
    }

    .privacy__back-button:hover {
        background-color: #e03839
    }
}

input.invalid{
    border:1px solid red;
}

.wpcf7 form .wpcf7-response-output {
     background-color: var(--black);
     border-color: var(--grey-border);
     color: var(--white);
     border-radius: 2rem;
     padding: 1rem;
 }

.wpcf7-spinner {
    display: none;
}