﻿@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Inter:wght@100..900&family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Light'),
        url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-LightItalic'),
        url('../fonts/HelveticaNeueCyr-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Roman'),
        url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

:root{
    --main-color: #373E3C;
    --btn-color: #14a2ff;
    --main-background: #fff;
    --font-family: "Manrope", sans-serif;
    --second-family: "HelveticaNeueCyr", sans-serif;
    --third-family: "Inter", sans-serif;
}
body{
	margin: 0;
	padding: 0;
	font-family: var(--font-family);
	background: var(--main-background);
	color: var(--main-color);
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
}
ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
h1,h2,h3{
	margin: 0;
	display: block;
	padding: 0;
}
p{
	margin: 0;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
section{
	display: block;
}
*,
*:before,
*:after{
	box-sizing: border-box;
}
img{
    display: block;
	max-width: 100%;
	height: auto;
    pointer-events: none;
}
a{
    color: inherit;
    text-underline-offset: 3px;
    text-decoration: underline;
    transition: all 0.3s;
}
a:hover{
    text-decoration-color: transparent;
}
.anim-opacity-top,
.anim-opacity-bottom,
.anim-opacity {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.anim-opacity-top {
    transform: translateY(-20px);
}
.anim-opacity-bottom {
    transform: translateY(20px);
}
.anim-opacity-top._active,
.anim-opacity-bottom._active,
.anim-opacity._active {
    opacity: 1;
    transform: translate(0);
}

.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
#inner,
#top{
    position: relative;
    background-color: #E6EBEB;
    overflow: hidden;
    padding: 68px 0 0;
}
.hero-left{
    position: absolute;
    bottom: 68px;
    left: 0;
    z-index: 1;
}
.top{
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.hero-info{
    position: absolute;
    bottom: 68px;
    right: 0;
}
.hero-img{
    position: relative;
    margin: 0 auto;
    max-width: 70.7%;
}
.hero-tooltip{
    position: absolute;
}
#inner:before,
#top:before{
    content: '&х';
    display: block;
    position: absolute;
    font-family: var(--font-family);
    font-size: 1764px;
    color: white;
    line-height: 100%;
    opacity: 0.3;
    bottom: -27%;
    left: 28%;
    pointer-events: none;
    z-index: 0;
}
.hero-title{
    font-family: var(--font-family);
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.06em;
    font-weight: 400;
}
.hero-menu{
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    padding-top: 22px;
    grid-gap: 8px;
}
.hero-menu a{
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 71px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 19px;
}
.hero-menu a:hover{
    background: #14a2ff;
    color: white;
}
.hero__arr{
    padding-bottom: 28px;
    color: var(--btn-color);
}
.hero-year{
    padding-top: 48px;
}
.hero-year__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    line-height: 130%;
    letter-spacing: -0.06em;
    color: #373e3c;
}
.hero-year__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #929fa2; 
}
.hero-info{
    max-width: 268px;
}
.hero-bottom__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #373e3c;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding-bottom: 46px;
    max-width: calc(100% - 40px);
}
.btn{
    background: #14a2ff;
    border: none;
    outline: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #fff;
    padding: 30px 37px;
    grid-gap: 10px;
    text-decoration: none;
}
.btn:hover{
    background: #373E3C;
}
.hero-serv__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    line-height: 130%;
    letter-spacing: -0.06em;
    color: #373e3c;
}
.hero-serv__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #929fa2;
}
.hero-serv{
    margin-left: auto;
    width: fit-content;
    width: -moz-fit-content;
}
.hero-bottom{
    padding-bottom: 240px;
}
.hero-tooltip__icon{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.hero-tooltip__content{
    background: #e6ebeb;
    border-radius: 8px;
    padding: 4px 8px;
}
.hero-tooltip__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #373e3c;
}
.hero-tooltip__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #929fa2;
}
.tooltip1{
    bottom: 44.5%;
    left: 14%;
}
.tooltip2{
    bottom: 38%;
    right: 29%;
}
#scrolling-text {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 170px;
    line-height: 128%;
    letter-spacing: -0.06em;
    color: #b7c3c6;
}
.line{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    transition: all 0.3s;
}
header.fixed{
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}
.open-m header{
    overflow: visible;
    height: auto;
    background: transparent;
    z-index: 90;
    pointer-events: none;
}
.open-m header .mob-m,
.open-m header .mob-m button{
    pointer-events: auto;
}
.header-nav .sub-menu::-webkit-scrollbar,
header.hovered::-webkit-scrollbar,
.modal__wrapper::-webkit-scrollbar,
.open-m header::-webkit-scrollbar{
    width: 0;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 2;
}
.footer__logo:hover,
.header__logo:hover{
    filter: brightness(1.1);
}
.region__selected{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 4px;
    cursor: pointer;
    border: 1px solid #b7c3c6;
    border-radius: 100px;
    height: 38px;
    padding: 5px 25px;
    transition: all 0.3s;
}
.region__selected span{
    display: block;
    padding-left: 4px;
    transition: all 0.3s;
}
.region-sub__item:hover,
.region__selected:hover{
    color: var(--btn-color);
}
.region{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.05em;
    color: #929fa2;
    position: relative;
    z-index: 2;
}
.header-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 20px;
    min-width: 0;
}
.header-cta{
    height: 38px;
    padding: 0 18px;
    font-size: 13px;
    letter-spacing: -0.04em;
    grid-gap: 8px;
    flex-shrink: 1;
    max-width: min(280px, 42vw);
    white-space: nowrap;
    overflow: hidden;
    animation: headerCtaIn 0.25s ease;
}
.header-cta span{
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-cta svg{
    flex-shrink: 0;
}
@keyframes headerCtaIn{
    from{
        opacity: 0;
        transform: translateY(-4px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.header-nav ul{
    display: flex;
    align-items: center;
    grid-gap: 27px;
}
.header-nav ul a{
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #373e3c;
    text-decoration-color: transparent;
    padding: 10px 0;
    display: block;
}
.header-nav>ul>li>a{
    padding: 24px 0;
}
.header-nav ul a:hover{
    text-decoration-color: inherit;
}
.header-nav .sub-menu li{
    position: relative;
}
.region-sub,
.header-nav .sub-menu{
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    width: 200px;
    background: #e6ebeb;
    align-items: flex-start;
    padding: 15px 15px;
    box-shadow: 0 0 10px #00000017;
    border-radius: 8px 8px 8px 8px;
    left: 50%;
    transform: translate(-50%, 30px);
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.header-nav .sub-menu{
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    transform: translateY(30px);
    padding: 28px max(20px, calc(50vw - 700px)) 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 24px 28px;
    align-items: start;
    height: auto;
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    background: rgba(230, 235, 235, 0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 12px 40px rgba(0, 0, 0, 0.08);
}
.header-nav .sub-menu > .sub-menu__single,
.header-nav .sub-menu > li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 4px;
}
.header-nav .sub-menu > li > ul,
.sub-menu__single ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header-nav .sub-menu a{
    white-space: normal;
    line-height: 130%;
    width: auto;
    max-width: 100%;
    padding: 6px 0;
}
.region.active .region-sub,
.menu-item-has-children:hover:not(.sub-closed) .sub-menu{
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: unset;
}
.menu-item-has-children:hover:not(.sub-closed) .sub-menu{
    transform: translateY(0);
}
.region-sub::before,
.header-nav .sub-menu:before{
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #e6ebeb;
    filter: drop-shadow(0px -2px 1px #00000017);
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.header-nav .sub-menu:before{
    display: none;
}
.header-nav ul .menu-item-has-children>a{
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.menu-item-has-children svg{
    transition: all 0.3s;
}
.menu-item-has-children:hover:not(.sub-closed)>a svg{
    transform: rotate(180deg);
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1034px;
    width: 100%;
}
.header-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 27px;
}
.header-search{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--main-color);
    z-index: 5;
}
.header-search__toggle{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    color: inherit;
    transition: background-color 0.3s, color 0.3s;
}
header.fixed .header-search__toggle:hover,
.header-search__toggle:hover,
.header-search.open .header-search__toggle{
    background-color: #EEF1F1;
    color: var(--main-color);
}
.header-search__panel{
    display: flex;
    align-items: center;
    width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: width 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
    margin-right: 0;
}
.header-search.open .header-search__panel{
    width: 260px;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    margin-right: 10px;
}
.header-search__input{
    width: 100%;
    height: 36px;
    border: 1px solid #b7c3c6;
    border-radius: 100px;
    background: #fff;
    padding: 0 14px;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 120%;
    color: var(--main-color);
    outline: none;
}
header.fixed .header-search__input{
    background: rgba(255, 255, 255, 0.65);
    border-color: #b7c3c6;
    color: var(--main-color);
}
header.fixed .header-search__input::placeholder{
    color: rgba(55, 62, 60, 0.55);
}
.header-search__input:focus{
    border-color: var(--btn-color);
}
.header-search__suggest{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(360px, calc(100vw - 40px));
    max-height: min(70vh, 420px);
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    padding: 8px;
    z-index: 20;
}
.header-search__empty{
    padding: 14px 12px;
    font-family: var(--font-family);
    font-size: 13px;
    color: #929FA2;
}
.header-search__hit{
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--main-color);
    transition: background-color 0.2s;
}
.header-search__hit:hover{
    background: #EEF1F1;
}
.header-search__hit-label{
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 2px;
    font-family: var(--font-family);
    font-size: 11px;
    letter-spacing: -0.02em;
    color: #929FA2;
}
.header-search__hit-title{
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
}
.header-search__hit-snippet{
    grid-column: 2;
    font-family: var(--second-family);
    font-size: 12px;
    line-height: 130%;
    color: #929FA2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-header{
    display: flex;
    align-items: center;
    grid-gap: 14px;
}
.btn-header a{
    border: 0.99px solid #b7c3c6;
    border-radius: 100px;
    padding: 7px 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 11px;
    line-height: 120%;
    color: #373e3c;
    text-decoration: none;
}
.open-m .btn-header a:hover,
.btn-header a:hover{
    background: var(--btn-color);
    color: white;
    border-color: var(--btn-color);
}
.header__phone{
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #373e3c;
    border-bottom: 1px dashed #373e3c;
    text-decoration: none;
}
body.open-m .header__phone:hover,
header.fixed .header__phone:hover,
.header__phone:hover{
    border-color: transparent;
}
.header-contact{
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.mob-m button{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    color: var(--main-color);
    width: 27px;
    height: 27px;
    position: relative;
}
.open-m .mob-m{
    position: relative;
    z-index: auto;
}
.open-m .mob-m button{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 140;
}
.mob-m button:after,
.mob-m button:before{
	content: '';
    height: 1px;
    width: 20px;
    background: currentColor;
    display: block;
    position: absolute;
    top: 12px;
    left: 3.5px;
    transition: all 0.3s;
    opacity: 0;
    transform: rotate(0deg);
}
.open-m .mob-m button:before{
	transform: rotate(45deg);
    opacity: 1;
}
.open-m .mob-m button:after{
	transform: rotate(-45deg);
    opacity: 1;
}
.mob-m button svg{
    transition: all 0.3s;
}
.open-m .mob-m button svg{
    opacity: 0;
}
.header__logo svg,
.footer__logo svg{
    display: block;
}
.header__logo{
    color: var(--main-color);
}
.footer__logo{
    color: white;
}
header.fixed .header__logo,
header.fixed .mob-m button,
header.fixed .header__phone,
header.fixed .btn-header a,
header.fixed .header-search,
header.fixed .header-nav ul a{
    color: var(--main-color);
}
header.fixed .header__phone{
    border-color: #b7c3c6;
}
header.fixed .header-nav ul.sub-menu a{
    color: var(--main-color);
}
.over-bg {
    z-index: 125;
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(55, 62, 60, 0.28);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.over-bg.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.region-sub{
    top: calc(100% + 10px);
    grid-gap: 10px;
    width: 100%;
}
.region__selected svg{
    transition: all 0.3s;
}
.region.active .region__selected svg:last-child{
    transform: rotate(180deg);
}
.region-sub__item{
    cursor: pointer;
    display: block;
    width: 100%;
    transition: all 0.3s;
}
.footer{
    padding: 40px 0 48px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
}
footer{
    background-color: var(--main-color);
}
.footer__logo{
    display: block;
    text-decoration: none;
    flex-shrink: 0;
}
.footer__info,
.footer__slogan{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0;
    color: #929fa2;
}
.footer__slogan{
    padding: 0;
}
.footer__slogan br{
    display: none;
}
.footer-left__bottom,
.footer__info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 8px 16px;
}
.footer-left__bottom a{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0;
    text-decoration: underline;
    color: #fff;
}
.footer-left__bottom a:hover{
    text-decoration-color: transparent;
}
.footer-left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px 40px;
    width: 100%;
}
.footer-left__top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 12px 28px;
}
.footer-menu{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 80px;
    padding-left: 12%;
}
.consult-info .footer-menu{
    padding-left: 0;
    margin-top: 50px;
    grid-gap: 48px;
}
.consult-info .footer-menu__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    letter-spacing: -0.06em;
    color: #929fa2;
    padding: 0 0 14px;
}
.consult-info .footer-menu__list{
    grid-gap: 10px;
}
.consult-info .footer-menu__list a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #fff;
    text-decoration-color: transparent;
}
.consult-info .footer-menu__list a:hover{
    text-decoration-color: inherit;
}
.footer-menu__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #fff;
    padding: 11px 0 25px;
}
.footer-menu__list a{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #929fa2;
    text-decoration-color: transparent;
}
.footer-menu__list a:hover{
    text-decoration-color: inherit;
}
.footer-menu__list{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
.modal-search form input,
.footer-search input{
    border: 1px solid #929fa2;
    border-radius: 100px;
    padding: 20px 40px;
    height: 86px;
    max-width: 207px;
    width: 100%;
    background: none;
    color: white;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.05em;
    outline: none;
    transition: all 0.3s;
}
.footer-search input:focus{
    box-shadow: inset 0 0 10px #1818188c;
}
.footer-search input::placeholder{
    color: #929FA2;
}
.footer-search form{
    position: relative;
}
.modal-search form svg,
.footer-search svg{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #929fa2;
}
.footer-search{
    margin-left: auto;
}
#cookie{
    position: fixed;
    bottom: 11px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.cookie{
    background: #fff;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 80px;
    align-items: center;
    padding: 12px 20px;
    box-shadow: 0 0 5px rgba(55, 62, 60, 0.2);
    grid-gap: 20px;
}
.cookie__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #373e3c;
    line-height: normal;
}
.cookie__title a{
    color: #14a2ff;
    text-decoration: none;
    border-bottom: 1px dashed #14a2ff;
}
.cookie__title a:hover{
    border-color: transparent;
}
.cookie__btn{
    width: 100%;
    height: 26px;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}
#map{
    height: 400px;
    border-radius: 20px;
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.map{
    background-color: var(--main-color);
}
.consult{
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 100px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 48px;
}
.consult-arr{
    color: var(--btn-color);
    padding-top: 4px;
    flex-shrink: 0;
}
.consult-arr svg{
    display: block;
}
.consult-content{
    max-width: none;
    width: 100%;
    min-width: 0;
}
.consult-info{
    padding-top: 0;
    width: 100%;
    min-width: 0;
}
.footer-form.consult{
    grid-template-columns: 50px minmax(0, 1fr) minmax(0, 1fr);
}
#consult{
    background-color: var(--main-color);
    color: white;
}
.consult__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #fff;
    position: relative;
}
.content-consult__title svg{
    position: absolute;
    left: -110px;
    top: 0;
    color: var(--btn-color);
}
.footer-form .consult__title svg{
    display: none;
}
.consult-sub{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 34px 0 100px;
    max-width: 425px;
}
.consult-form{
    border-top: 1px solid #55615d;
}
.consult-input{
    position: relative;
    padding: 40px 75px;
    border-bottom: 1px solid #55615d;
}
.consult-input__numb{
    position: absolute;
    border: 1px solid #55615d;
    border-radius: 40px;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #55615d;
    left: 0;
    top: 45px;
    transition: all 0.3s;
}
.consult-input:hover .consult-input__numb{
    background-color: white;
    border-color: white;
}
.consult-input__input select,
.consult-input__input input,
.consult-input__input textarea{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: white;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    display: block;
    max-width: 100%;
}
.consult-input__input textarea{
    width: 100%;
    resize: vertical;
    min-height: 96px;
}
.consult-input__input input::placeholder,
.consult-input__input textarea::placeholder{
    color: #929fa2;
    letter-spacing: -0.06em;
    transition: all 0.3s;
}
.consult-input__input input:focus::placeholder,
.consult-input__input textarea:focus::placeholder{
    color: #929fa234;
}
.consult-input__label{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #fff;
    padding-bottom: 15px;
    transition: all 0.3s;
}
.consult-input__input select{
    color: #929fa2;
    cursor: pointer;
    background: url(../img/down.svg) no-repeat left center;
    appearance: none;
    -webkit-appearance: none;
    padding-left: 24px;
}
.consult-input__input select option{
    font-size: 16px;
    background-color: var(--main-color);
}
.consult-btn{
    width: 100%;
    margin: 52px 0 0;
}
.consult-btn:hover{
    background-color: white;
    color: var(--main-color);
}
.footer-form .consult-input{
    padding: 22px 56px;
}
.footer-form .consult-input__numb{
    top: 26px;
    width: 26px;
    height: 18px;
    font-size: 9px;
}
.footer-form .consult-input__label{
    font-size: 18px;
    padding-bottom: 10px;
}
.footer-form .consult-input__input select,
.footer-form .consult-input__input input,
.footer-form .consult-input__input textarea{
    font-size: 18px;
}
.footer-form .consult-input__input select{
    padding-left: 20px;
    background-size: 12px;
}
.footer-form .consult-btn{
    margin: 32px 0 0;
}
.footer-form .consult-sub{
    padding: 24px 0 48px;
}
.footer-form .consult-form__agree{
    padding-top: 12px;
}
.consult-personal__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #fff;
    padding-top: 20px;
}
.contacts-item__title,
.header-bottom__title,
.consult-contact__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    letter-spacing: -0.06em;
    color: #929fa2;
}
.consult-contact{
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}
.contacts-item__desc,
.header-bottom__desc,
.consult-contact__desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    flex-direction: column;
    padding: 14px 0 0;
}
.contacts-item__desc a,
.header-bottom__desc a,
.consult-contact__desc a{
    color: inherit;
    text-decoration-color: transparent;
    display: block;
}
.contacts-item__desc a:hover,
.header-bottom__desc a:hover,
.big-menu a:hover,
.consult-contact__desc a:hover{
    text-decoration-color: inherit;
}
#consult .consult-contact__desc a{
    text-decoration: none;
}
#consult .consult-contact__desc a:hover{
    color: var(--btn-color);
    text-decoration: none;
}
.consult-social{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 24px;
    max-width: 200px;
}
.big-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 84px;
    justify-content: center;
    max-width: 1068px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 125px;
}
.big-menu a{
    text-decoration-color: transparent;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.06em;
    color: #000;
}
.header-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1006px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
}
.contacts-item__desc,
.header-bottom__desc{
    color: #000;
}
.header-hide{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    width: min(420px, 92vw);
    padding: 20px 28px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    background: rgba(238, 241, 241, 0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        inset 1px 0 0 rgba(255, 255, 255, 0.35),
        -16px 0 48px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.4s;
    scrollbar-width: thin;
}
.open-m .header-hide,
.header-hide.open{
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}
.header-hide__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    min-height: 48px;
}
.header-hide__logo{
    color: var(--main-color);
    display: inline-flex;
}
.header-hide__logo svg{
    display: block;
    width: 132px;
    height: auto;
}
.header-hide__close{
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--main-color);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s, color 0.3s;
}
.header-hide__close:hover{
    background-color: #EEF1F1;
    color: var(--main-color);
}
.header-hide__close:before,
.header-hide__close:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1.5px;
    background: currentColor;
    border-radius: 1px;
}
.header-hide__close:before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.header-hide__close:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header-hide .header-nav{
    display: block;
}
.header-hide .header-nav ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}
.header-hide .header-nav ul a{
    color: var(--main-color);
    font-size: 18px;
    padding: 10px 0;
}
.header-hide .big-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    grid-gap: 12px;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header-hide .big-menu a{
    font-size: 22px;
    letter-spacing: -0.04em;
    color: var(--main-color);
}
.header-hide .header-bottom{
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
    max-width: none;
    margin: 0;
    padding: 0;
    margin-top: auto;
}
.header-hide .region{
    display: block;
    z-index: 3;
    width: fit-content;
}
.header-hide .region-sub{
    left: 0;
    transform: translate(0, 30px);
}
.header-hide .region.active .region-sub{
    transform: translate(0, 8px);
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.modal.show{
	opacity: 1;
	visibility: visible;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--main-color);
    color: white;
}
.modal__wrapper{
	position: relative;
    max-width: 1268px;
    width: 100%;
	overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
	padding: 0;
    scrollbar-width: none;
}
.modal__box{
    padding: 50px 0;
    border: none;
    color: white;
}
.modal__close{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.3s;
    z-index: 3;
}
.modal__close:hover{
    background-color: #EEF1F1;
    transform: none;
}
.modal__close:after,
.modal__close:before{
	content: '';
	height: 1px;
	width: 20px;
	background: white;
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}
.modal__close:before{
	transform: rotate(45deg);
}
.modal__close:after{
	transform: rotate(-45deg);
}
.modal-consult{
    display: block;
    align-items: unset;
    justify-content: unset;
    padding: 0;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.4s;
}
.modal-consult.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.modal-consult .overlay{
    inset: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    z-index: 1;
    background: rgba(55, 62, 60, 0.28);
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.modal-consult.show .overlay{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.modal-consult .modal__wrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: min(420px, 92vw);
    max-width: min(420px, 92vw);
    height: auto;
    max-height: none;
    margin: 0;
    padding: 20px 28px 40px;
    border-radius: 0;
    background: rgba(238, 241, 241, 0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--main-color);
    box-shadow:
        inset 1px 0 0 rgba(255, 255, 255, 0.35),
        -16px 0 48px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal-consult.show .modal__wrapper{
    transform: translateX(0);
}
.modal-consult .modal__box{
    padding: 0;
    color: inherit;
    background: transparent;
}
.modal-consult .modal__close{
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    padding: 0;
}
.modal-consult .modal__close:hover{
    background-color: #EEF1F1;
}
.modal-consult .modal__close:after,
.modal-consult .modal__close:before{
    background: var(--main-color);
}
.consult-box__title{
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--main-color);
    margin-bottom: 12px;
    padding-right: 36px;
}
.consult-box__lead{
    font-family: var(--second-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: var(--main-color);
    margin: 0 0 24px;
}
.consult-box .consult-form{
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: none;
}
.consult-box .consult-input{
    padding: 12px 0;
    border-bottom: none;
}
.consult-box .consult-input__numb{
    display: none;
}
.consult-box .consult-input__label{
    color: var(--main-color);
    font-size: 15px;
    padding-bottom: 8px;
    letter-spacing: 0;
}
.consult-box .consult-input__input select,
.consult-box .consult-input__input input,
.consult-box .consult-input__input textarea,
.consult-box .consult-form input[type="text"],
.consult-box .consult-form input[type="tel"],
.consult-box .consult-form input[type="email"]{
    width: 100%;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    padding: 16px 18px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--main-color);
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.consult-box .consult-input__input textarea{
    min-height: 110px;
    resize: vertical;
    line-height: 140%;
}
.consult-box .consult-input__input select{
    background-color: #fff;
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 40px;
    cursor: pointer;
}
.consult-box .consult-input__input select option{
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--main-color);
    background-color: #fff;
}
.consult-box .consult-input__input input::placeholder,
.consult-box .consult-input__input textarea::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #929FA2;
}
.consult-box .consult-input__input input:focus,
.consult-box .consult-input__input select:focus,
.consult-box .consult-input__input textarea:focus,
.consult-box .consult-form input:focus{
    border-color: var(--btn-color);
}
.consult-box .consult-submit{
    padding-top: 8px;
}
.consult-box .consult-form .btn,
.consult-box .consult-btn{
    width: 100%;
    height: 56px;
    margin-top: 0;
}
.consult-box .consult-form .btn svg,
.consult-box .consult-btn svg{
    transition: transform 0.3s;
}
.consult-box .consult-form .btn:hover,
.consult-box .consult-btn:hover{
    background: #14a2ff;
    background-color: #14a2ff;
    color: #fff;
}
.consult-box .consult-form .btn:hover svg,
.consult-box .consult-btn:hover svg{
    transform: rotate(45deg);
}
.consult-box .consult-form__agree{
    color: #929FA2;
    padding-top: 16px;
    letter-spacing: -0.01em;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}
.consult-box .consult-form__agree a{
    color: var(--btn-color);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2.5px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
}
.consult-box .consult-form .btn{
    width: 100%;
    margin-top: 8px;
    height: 56px;
}
.consult-box .consult-form__note{
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 140%;
    color: #929FA2;
    text-align: center;
}
.consult-box .consult-form__note a{
    color: var(--btn-color);
}
.consult-box__phone{
    margin-top: 20px;
    text-align: center;
    font-family: var(--second-family);
    font-size: 15px;
    line-height: 140%;
    color: #929FA2;
}
.consult-box__phone a{
    color: var(--btn-color);
    text-decoration: none;
}
.consult-box__phone a:hover{
    text-decoration: underline;
}
.content-consult__title{
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #fff;
}
.content-consult{
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 492px;
}
.content-consult__title svg{
    left: -90px;
}
.box-consult{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-between;
}
.box-consult__form{
    max-width: calc(100% - 522px);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.box-consult__form .consult-form{
    max-width: 656px;
    width: 100%;
}
.consult-form__agree{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.05em;
    color: #55615d;
    text-align: center;
    padding: 25px 0 0;
}
.bottom-consult{
    padding: 40px 0 49px;
}
.bottom-consult__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    letter-spacing: -0.06em;
    color: #929fa2;
}
.bottom-consult__phone{
    padding: 40px 0 17px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}
.bottom-consult__phone a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-decoration-color: transparent;
}
.bottom-consul__social{
    display: flex;
    align-items: center;
    grid-gap: 8px;
    flex-wrap: wrap;
}
.bottom-consul__social a{
    height: 38px;
    background: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: var(--main-color);
    padding: 6px 24px;
    border-radius: 100px;
}
.bottom-consul__social a:hover{
    background-color: var(--btn-color);
    color: white;
}
#servise-consult .bottom-consult__phone a:hover,
body.open-m .header__phone:hover,
.header__phone:hover,
.bottom-consult__phone a:hover{
    color: var(--btn-color);
}
.scroll{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translateX(-50%);
    background: #e6ebeb;
    border-radius: 30px;
    width: 54px;
    height: 84px;
    cursor: pointer;
}
.scroll svg{
    animation: scroll 1s infinite alternate;
}
@keyframes scroll{
    0%{
        transform: translateY(-10%);
    }
    100%{
        transform: translateY(10%);
    }
}
.hero-sub{
    display: none;
}
.service{
    padding: 150px 0;
}
.title-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--main-color);
    border-bottom: 1px solid #000000;
    padding: 0 0 10px;
}
.title-top.scope-top,
.scope-top{
    margin-bottom: 40px;
}
.title{
    font-family: var(--font-family);
    font-size: 120px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -0.06em;
}
.title-top__sub{
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -0.06em;
    padding: 0 0 18px;
}
.service-list{
    padding: 180px 0 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
.service-item{
    background: #eef1f1;
    border-radius: 8px;
    padding: 50px 40px;
    transition: all 0.3s;
}
.service-item:hover{
    background: var(--btn-color);
    color: white;
}
.service-item__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.06em;
}
.service-item__top{
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 84px;
    grid-gap: 20px;
}
.service-item__numb{
    border: 1px solid #d6d6d6;
    border-radius: 40px;
    width: 84px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.06em;
}
.service-item:hover .service-item__numb{
    background-color: white;
    color: var(--main-color);
    border-color: transparent;
}
.list-service{
    padding: 100px 0 0;
}
.list-service__item{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    align-items: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #373e3c;
    text-decoration: none;
    transition: unset;
}
.service-item:hover .list-service__item{
    border-color: white;
}
.list-service__price{
    text-align: right;
}
.list-service__name{
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.list-service__name svg{
    position: relative;
    top: 1px;
    transition: all 0.3s;
    opacity: 0;
    color: white;
}
.list-service__item:hover .list-service__name svg{
    opacity: 1;
}
.info-top__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}
#info{
    background: #eef1f1;
}
.info{
    padding: 100px 0;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.info-top{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 48px 43px;
}
.info-top__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.info-service{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    padding: 40px 0 0;
}
.calculator-info__item,
.info-service__item{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 47px 54px;
}
.info-service__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.info-service__row{
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.calculator-info__title,
.info-item__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}
.calculator-info__desc,
.info-item__desc{
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    padding: 9px 0 0;
}
.info-service__row._numb{
    grid-gap: 20px;
}
#blog,
#tag{
    background-color: #eef1f1;
}
.tag__more{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-family: var(--second-family);
    color: #929FA2;
    line-height: 120%;
    border-bottom: 1px dashed #929FA2;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}
.tag__more:hover{
    border-color: transparent;
}
.tag__more svg{
    transition: all 0.3s;
}
.tag__more.active svg{
    transform: rotate(180deg);
}
.tag{
    padding: 0 0 70px;
}
.tag-link{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    padding: 24px 0 0;
}
.tag-link a{
    border: 1px solid #929FA2;
    padding: 10px 15px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    color: #929FA2;
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.tag-link a:hover{
    background-color: var(--main-color);
    color: white;
    border-color: var(--main-color);
}
.tag-content{
    display: none;
}
.blog{
    padding: 100px 0;
}
.blog-slider{
    padding: 100px 0 90px;
}
.blog__btn{
    height: 61px;
    max-width: 205px;
    width: 100%;
    padding: 10px 10px;
    margin: 0 auto;
}
.swiper.grid .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.blog-item{
    background-color: #EEF1F1;
    border-radius: 20px;
    color: var(--main-color);
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.blog-item:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.blog-item__meta{
    display: flex;
    align-items: center;
    grid-gap: 19px;
    font-family: var(--second-family);
    font-size: 10px;
    color: #55615d;
    font-weight: 400;
    letter-spacing: -0.06em;
}
.blog-item__cat{
    border: 1px solid #55615d;
    border-radius: 50px;
    padding: 4px 12px;
}
.blog-item__title{
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    padding: 30px 0;
}
.blog-item__desc{
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    color: #55615d;
    line-height: 120%;
    padding: 0 0 35px;
}
.blog-item__more{
    text-decoration: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: var(--main-color);
    grid-gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.05em;
    padding: 0 24px;
    height: 45px;
    border-radius: 60px;
    width: fit-content;
    width: -moz-fit-content;
}
.blog-item__more:hover{
    background-color: var(--btn-color);
    color: white;
}
.pagination{
    display: none;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #929FA2;
    background: none;
    transition: all 0.3s;
}
.swiper-pagination-bullet-active{
    background: var(--main-color);
    border-color: var(--main-color);
}
#blog{
    overflow: hidden;
}
.slider-wrap{
    position: relative;
}
.nav__item{
    width: 65px;
    height: 65px;
    border-radius: 50% 0 0 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: 50%;
    background-color: var(--btn-color);
    color: white;
    transform: translate(50px, -50%);
    justify-content: flex-start;
    padding-left: 8px;
    transition: all 0.3s;
}
.nav__prev{
    left: 0;
    transform: translate(-50px, -50%);
    justify-content: flex-end;
    padding: 0 8px 0 0;
    border-radius: 0 50% 50% 0;
}
.nav__prev svg{
    transform: rotate(180deg);
}
.nav__next{
    right: 0;
}
.nav__prev:hover{
    transform: translate(-45px, -50%);
}
.nav__next:hover{
    transform: translate(45px, -50%);
}
.nav{
    display: none;
}
.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}
.swiper-slide{
    height: auto;
}
.contract-top{
    display: flex;
    max-width: 956px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 20px;
    padding: 100px 0 100px;
}
.contract-author{
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 30px;
    align-items: center;
}
.contract-top__desc{
    font-family: var(--font-family);
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.06em;
    max-width: 507px;
}
.contract-author__img{
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
}
.contract-author__img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contract-author__title{
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.06em;
    font-weight: 400;
}
.contract-author__desc{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    padding: 12px 0 0;
    color: #929FA2;
}
.contract-list__item{
    display: grid;
    grid-template-columns: 32% 1fr auto;
    border-bottom: 1px solid var(--main-color);
    padding: 22px 0;
    align-items: center;
}
.contract-list__numb{
    width: 54px;
    height: 36px;
    border: 1px solid #D6D6D6;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-family);
    font-size: 14px;
    letter-spacing: -0.06em;
}
.contract-list__title{
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.06em;
    font-weight: 400;
    max-width: 100px;
    text-align: left;
    margin-left: auto;
    width: 100%;
}
.contract{
    padding: 120px 0 170px;
}
#rev{
    background-color: #EEF1F1;
    overflow: hidden;
}
.rev{
    padding: 130px 0 80px;
}
.rev-item{
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    user-select: none;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.rev-item.active{
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.rev-item__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: var(--btn-color);
}
.rev-item__desc{
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin: 15px 0 48px;
    max-height: 104px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.rev-item__desc:after{
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to top, white, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.rev-item.active .rev-item__desc:after{
    opacity: 0;
}
.rev-item__more{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    background-color: #EEF1F1;
    border-radius: 100px;
    height: 45px;
    padding: 5px 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.05em;
    width: fit-content;
    width: -moz-fit-content;
    transition: all 0.3s;
    color: var(--main-color);
    cursor: pointer;
}
.rev-item__more:hover{
    background-color: var(--btn-color);
    color: white;
}
.rev__btn{
    width: fit-content;
    width: -moz-fit-content;
    height: 64px;
    max-width: 190px;
    width: 100%;
    margin: 100px auto 0;
}
.rev-slider{
    padding: 120px 0 0;
}
#rev:has(.title-top.scope-top) .rev-slider{
    padding-top: 0;
}
.rev-item__more svg{
    transition: transform 0.3s;
}
.rev-item.active .rev-item__more svg{
    transform: rotateX(180deg);
}
.case__btn{
    width: fit-content;
    width: -moz-fit-content;
    height: 64px;
    max-width: 180px;
    width: 100%;
    margin: 80px auto 0;
}
#case{
    overflow: hidden;
    position: relative;
}
.case{
    padding: 130px 0 160px;
}
.case-slider{
    padding-top: 120px;
}
.case-item{
    padding: 30px;
    border-radius: 20px;
    background-color: #EEF1F1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    grid-gap: 40px;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.case-item:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.case-item__title{
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.case-item__desc{
    padding: 40px 0 0;
}
.case-item__sub{
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 100%;
    padding: 0 0 10px;
}
.case-list{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.case-list__item{
    display: grid;
    align-items: center;
    grid-template-columns: 15px 1fr;
    grid-gap: 5px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.case-item__link{
    text-decoration: none;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    height: 45px;
    width: fit-content;
    width: -moz-fit-content;
    border: 1px solid var(--main-color);
    border-radius: 100px;
    padding: 5px 24px;
}
.case-item__link:hover{
    border-color: var(--btn-color);
    background-color: var(--btn-color);
    color: white;
}
#team{
    overflow: hidden;
    background-color: var(--main-color);
    color: white;
}
.team{
    padding: 160px 0 140px;
}
.team .title-top__sub,
.team .title{
    color: white;
}
.team .title-top{
    border-color: white;
}
.team-slider{
    padding-top: 120px;
}
.team__btn{
    width: fit-content;
    width: -moz-fit-content;
    background-color: white;
    color: var(--main-color);
    margin: 90px auto 0;
}
.team__btn:hover{
    background-color: var(--btn-color);
    color: white;
}
.team-item__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.06em;
}
.team-item__img{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 115%;
    margin: 20px 0 25px;
}
.team-item__img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-item__position{
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.06em;
    padding-bottom: 12px;
}
.team-item__department{
    border: 1px solid #929FA2;
    border-radius: 100px;
    color: #929FA2;
    font-size: 12px;
    font-family: var(--second-family);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.06em;
    width: fit-content;
    width: -moz-fit-content;
    padding: 8px 16px;
}
.team-item{
    user-select: none;
    cursor: default;
}
.team .swiper-pagination-bullet-active{
    background-color: white;
    border-color: white;
}
.worth-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-top: 140px;
}
.worth-item{
    background-color: var(--main-color);
    border-radius: 8px;
    padding: 40px 40px;
    color: white;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--main-color);
    transition: all 0.3s;
    cursor: default;
}
.worth-item:hover{
    background-color: #eef1f1;
    color: var(--main-color);
}
.modal-tariff .modal__box:before,
.calc-final:before,
.tariff-item:before,
.worth-item:before{
    content: '&';
    color: #414846;
    font-family: var(--font-family);
    font-size: 697px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    position: absolute;
    top: 46%;
    left: 57%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.worth-item:hover:before{
    color: #e6ebeb;
}
.worth-item__title{
    padding: 115px 0 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}
.worth-item__desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 133%;
}
.worth{
    padding: 129px 0 150px;
}
#worth{
    background-color: #EEF1F1;
}
.worth-item__content{
    position: relative;
}
.worth-item svg{
    transition: all 0.3s;
}
.worth-item:hover svg{
    color: var(--btn-color);
}
.activity-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 0 100px;
}
.activity-more__desc{
    color: #929FA2;
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 18px;
}
.activity-round{
    position: relative;
}
.activity-round span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: 120%;
    font-size: 140px;
    letter-spacing: -0.06em;
    color: var(--btn-color);
}
.activity-round img{
    animation: spinRound 40s linear infinite;
}
@keyframes spinRound {
    to {
        transform: rotate(360deg);
    }
}
.activity-center__desc{
    font-family: var(--font-family);
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.03em;
}
.bubbles{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    grid-gap: 4px;
    flex-wrap: wrap;
    width: 1400px;
}
.bubbles-wrap{
    overflow: hidden;
    overflow-x: auto;
}
.bubbles-wrap::-webkit-scrollbar {
    height: 5px;
}
.bubbles-wrap::-webkit-scrollbar-track {
    background-color: #EEF1F1;
}
.bubbles-wrap::-webkit-scrollbar-thumb {
    background-color: #b7c3c6;
    border-radius: 4px;
}
.bubbles__item{
    border: 1px solid var(--main-color);
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    transition: all 0.3s;
    cursor: default;
}
.bubbles__item:hover{
    background-color: var(--main-color);
    color: white;
}
.bubbles__item span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    padding: 10px;
    letter-spacing: -0.06em;
}
.activity{
    padding: 140px 0 120px;
}
#activity{
    overflow: hidden;
}
.activity-swipe{
    display: none;
}
.tariff-plan{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding-top: 120px;
}
.tariff-item{
    background-color: #EEF1F1;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 30% 1fr 212px;
    padding: 50px 50px;
    cursor: default;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.tariff-item:hover{
    background-color: var(--btn-color);
    color: white;
}
.tariff-item__title span{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.06em;
}
.tariff-item__title{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 20px;
    align-items: flex-start;
    position: relative;
}
.tariff-item__price,
.tariff-item__content{
    position: relative;
}
.tariff-item__title svg{
    position: relative;
    top: -10px;
    color: var(--btn-color);
    transition: all 0.3s;
}
.tariff-item:hover .tariff-item__title svg{
    color: white;
}
.tariff-item__desc{
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 0 0 35px;
}
.tariff-item__more{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #929FA2;
}
.tariff-item:hover .tariff-item__more{
    color: white;
}
.tariff-item__btn{
    height: 61px;
    width: 100%;
}
.tariff-item:hover .tariff-item__btn{
    background-color: white;
    color: var(--main-color);
}
.tariff-item__value{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    grid-gap: 8px;
    padding-bottom: 15px;
}
.tariff-item__value span:nth-child(1){
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #929FA2;
    padding-right: 8px;
    transition: all 0.3s;
}
.tariff-item:hover .tariff-item__value span:nth-child(1){
    color: white;
}
.tariff-item__value span:nth-child(2){
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 42px;
    letter-spacing: -0.06em;
    line-height: 100%;
}
.tariff-item__value span:nth-child(3){
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.calc-final:before,
.tariff-item:before{
    color: rgba(255, 255, 255, 0.171);
    top: unset;
    bottom: -86%;
    transform: unset;
    font-size: 1200px;
    left: unset;
    right: -2%;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}
.tariff-item:hover:before{
    opacity: 0.5;
}
.prices-nav__item{
    height: 56px;
    border-radius: 56px;
    background-color: #EEF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 130%;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 24px;
    transition: all 0.3s;
    white-space: nowrap;
}
.prices-nav__item:hover{
    background-color: var(--main-color);
    color: white;
}
.prices-nav__item.active{
    background-color: var(--btn-color);
    color: white;
}
.prices-nav{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(20px, calc((100vw - 1440px) / 2 + 20px));
}
.prices-nav__track,
.prices__swiper .swiper-wrapper.prices-nav__track{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: max-content;
    padding-right: max(20px, calc((100vw - 1440px) / 2 + 20px));
    box-sizing: border-box;
}
.prices__swiper .swiper-slide{
    width: auto;
    flex: 0 0 auto;
}
.prices__swiper,
.prices__swiper.swiper{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    max-width: none;
}
.prices__swiper::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
}
#prices{
    overflow: visible;
}
.prices-box{
    padding-top: 40px;
}
.prices > .title-top{
    margin-bottom: 0;
}
.prices{
    padding: 180px 0;
}
.prices-table__tr{
    display: grid;
    grid-template-columns: 420px 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    border-bottom: 1px solid #D6D6D6;
    transition: all 0.3s;
}
.prices-table.half .prices-table__tr{
    display: grid;
    grid-template-columns: 59% 1fr;
}
.prices-table__tr:hover{
    background-color: #eef1f170;
    border-radius: 8px;
}
.prices-table__td{
    padding: 35px 47px 10px;
    text-align: center;
    color: #2C2C2C;
}
.prices-table.half .prices-table__td,
.prices-table__td:first-child{
    text-align: left;
}
.prices-table__tr:first-child{
    background-color: #EEF1F1;
    border-radius: 8px;
    border: none;
}
.prices-table__tr:first-child .prices-table__td{
    padding: 24px 47px;
    color: #484848;
}
.prices-table{
    cursor: default;
}
.prices-tab{
    padding-top: 40px;
}
.prices-tab__item{
    display: none;
}
.prices-tab__item.active{
    display: block;
    animation: showPrices 0.3s;
}
@keyframes showPrices{
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
#start{
    background-color: var(--main-color);
    color: white;
    position: relative;
}
.start{
    padding: 150px 0 195px;
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
}
.start-top{
    display: grid;
    grid-template-columns: 1fr 920px;
}
.start-top__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 140px;
    line-height: 100%;
    letter-spacing: -0.06em;
}
.coin{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 140px 0 170px;
}
.start-top__img{
    padding-top: 40px;
}
.coin-list{
    position: relative;
    border-left: 1px solid #55615D;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    grid-gap: 47px;
}
.coin-list__item{
    color: #929FA2;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    position: relative;
}
.coin-list__item:before{
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    width: 65px;
    height: 1px;
    background-color: #55615D;
    top: 15px;
}
.coin-list__item br{
    display: none;
}
.coin-content__year{
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #55615D;
    transform: translateX(-50%);
    width: fit-content;
    width: -moz-fit-content;
    padding-bottom: 49px;
    position: relative;
}
.coin-list:before{
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    width: 1px;
    height: 31px;
    background-color: #55615D;
    top: 0;
    transform: translateY(-100%);
}
.coin-img{
    position: relative;
}
.coin-img__first{
    position: absolute;
    top: -38px;
    right: 150px;
}
.cast__btn,
.coin-content__btn{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    color: var(--main-color);
    text-decoration: none;
    height: 61px;
    width: fit-content;
    width: -moz-fit-content;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.05em;
    grid-gap: 10px;
    padding: 5px 30px;
}
.cast__btn:hover,
.coin-content__btn:hover{
    background-color: var(--btn-color);
    color: white;
}
.coin-content__btn{
    margin: 50px 0 0 150px;
}
.coin-img__last{
    margin-top: 44%;
    left: 6%;
    position: relative;
}
.coin-img__year{
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    width: 198px;
    height: 198px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(61, 68, 66, 0.5);
    top: 0;
    left: 0;
    transform: translate(-27%, -59%);
}
.cast{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.cast__content{
    position: absolute;
    left: 74px;
    top: 74px;
}
.cast__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #272828;
    max-width: 442px;
    padding-bottom: 39px;
}
.years{
    display: flex;
    justify-content: space-between;
    margin: 64px 0 72px;
    position: relative;
}
.years:after,
.years:before{
    content: '';
}
.years__line,
.years:after,
.years:before{
    display: block;
    position: absolute;
    background-color: #55615D;
    height: 65px;
    width: 1px;
    top: 50%;
    transform: translateY(-40%);
}
.years:before{
    left: 19%;
}
.years:after{
    right: 20%;
}
.years__line{
    left: 50%;
}
.years-item__title{
    font-size: 62px;
    line-height: 130%;
    letter-spacing: -0.06em;
}
.years-item__desc{
    color: #929FA2;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    max-width: 122px;
}
.start__btn:hover{
    background-color: white;
    color: var(--main-color);
}
.start-bottom{
    position: absolute;
    left: 55%;
    bottom: 0;
    transform: translate(-50%, 45%);
}
#calc{
    background-color: #EEF1F1;
}
.calc{
    padding: 155px 0;
}
.calc-box{
    padding-top: 180px;
}
.calc-box{
    display: grid;
    grid-template-columns: 57% 1fr;
    grid-gap: 4px;
}
.calc-item{
    background-color: white;
    border-radius: 8px;
    padding: 25px 60px;
    position: relative;
}
.calc-item__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
.additionally__item input,
.calc-input__item input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
}
.calc-input__item label{
    border: 1px solid #929FA2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px 20px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #929FA2;
    cursor: pointer;
    transition: all 0.3s;
}
.calc-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 8px;
    padding-top: 16px;
}
.calc-input__item label:hover{
    background-color: #eef1f1;
}
.calc-input__item input:checked+label{
    background-color: var(--main-color);
    color: white;
    border-color: var(--main-color);
}
.calc-input__item{
    position: relative;
}
.calc-left{
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.calc-range:before{
    content: '';
    display: block;
    position: absolute;
}
.calc-range:before,
.calc-range .range-label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    top: 1px;
    transform: translateY(-50%);
    border: 4px solid var(--main-color);
    background-color: white;
}
.calc-range:before{
    transform: translate(-50%, -50%);
    z-index: 2;
    left: -1px;
}
.range-label span {
    position: absolute;
    color: var(--main-color);
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;    
    top: calc(100% + 16px);
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-align: center;
}
.ui-widget-content{
    background-color: #ADB7BA;
    border: none;
    border-radius: 3px;
    height: 3px;
    cursor: pointer;
}
.ui-widget-header{
    background-color: var(--main-color);
}
.range-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding-top: 18px;
}
.range-bottom span:first-child{
    position: relative;
    left: -5px;
}
.range-bottom span:last-child{
    position: relative;
    right: -8px;
}
.range-wrap{
    padding-top: 22px;
}
.calc-final__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 4px;
}
.calc-final{
    background-color: var(--main-color);
    color: #929FA2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.calc-final:before{
    opacity: 0.05;
    color: white;
    right: 0;
    bottom: -146%;
}
.calc-final__price span:first-child{
    font-family: var(--font-family);
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: white;
}
.calc-final__price span:last-child{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.06em;
    color: white;
    padding-left: 14px;
}
.calc-final__btn{
    border: 1px solid #929FA2;
    border-radius: 100px;
    color: #929FA2;
    background: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.05em;
    padding: 29px 40px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.calc-final__btn:hover{
    color: white;
}
.calc-right{
    background-color: white;
    border-radius: 8px;
    padding: 30px 50px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.calc-right__title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
}
.additionally{
    padding: 35px 0 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 18px;
}
.additionally__item{
    position: relative;
}
.modal-tariff__item,
.additionally__item label{
    position: relative;
    padding-left: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.05em;
    cursor: pointer;
    display: block;
}
.modal-tariff__item span,
.additionally__item label span{
    display: block;
    position: absolute;
    width: 32px;
    height: 18px;
    top: 1px;
    left: 0;
    background-color: #D0D7D7;
    border-radius: 18px;
    transition: all 0.3s;
}
.modal-tariff__item span:after,
.additionally__item label span:after{
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s;
}
.modal-tariff__item span,
.additionally__item input:checked+label span{
    background-color: var(--main-color);
}
.modal-tariff__item span:after,
.additionally__item input:checked+label span:after{
    left: 16px;
}
.calc-final__content{
    position: relative;
}
.modal-tariff .modal__wrapper{
    max-width: 444px;
}
.modal-tariff .modal__box{
    background-color: #EEF1F1;
    color: var(--main-color);
    border-radius: 8px;
    padding: 40px 40px 40px;
    position: relative;
    overflow: hidden;
}
.modal-tariff__title{
    font-size: 24px;
    line-height: 100%;
    position: relative;
}
.modal-tariff__list{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    position: relative;
}
.modal-tariff .modal__close:after,
.modal-tariff .modal__close:before{
    background-color: var(--main-color);
}
.modal-tariff .overlay{
    opacity: 0.7;
}
.modal-tariff__item{
    cursor: default;
    font-size: 15px;
}
.modal-tariff .modal__box:before{
    font-size: 779px;
    left: 0;
    letter-spacing: -0.06em;
    color: white;
    opacity: 0.4;
}
.modal-tariff .modal__close{
    top: 5px;
    right: 30px;
}
.calc-hide{
    display: none;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    row-gap: 6px;
    padding: 9px 0;
}
.breadcrumb__sep{
    opacity: 0.55;
}
.breadcrumb li:after{
    content: '>';
    padding: 0 6px;
    display: block;
}
.breadcrumb li.breadcrumb__single:after{
    display: none;
}
.breadcrumb li:not(.breadcrumb__single){
    display: flex;
    align-items: center;
}
.breadcrumb__single{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumb li a,
.breadcrumb a{
    color: #0291EB;
}
.inner{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.service-top{
    position: relative;
}
#inner.service-hero{
    box-sizing: border-box;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#inner.service-hero > .container{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
}
#inner.service-hero .inner{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
#inner.service-hero .service-top{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
}
#inner.service-hero .service-top__content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 48px;
}
#inner.service-hero .service-top .hero-bottom{
    margin-top: auto;
    padding-top: 24px;
}
.service-top .hero-img{
    position: absolute;
    bottom: 0;
    max-height: 100%;
    right: 0;
}
.title-inner,
.service-top__title{
    font-size: 72px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.06em;
}
.service-top__content{
    max-width: 580px;
    padding: 50px 0 200px;
    position: relative;
    z-index: 1;
}
.service-top__sub{
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    padding: 20px 0 40px;
    font-style: italic;
    color: #55615D;
}
.service-top .hero-menu{
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    max-width: 500px;
}
.service-top .hero-bottom__desc{
    padding: 40px 0 29px;
    max-width: 380px;
    width: 100%;
    margin: 0;
}
.service-top .hero-bottom{
    padding: 40px 0 0;
}
#inner:before{
    content: '&';
    bottom: -37%;
    left: 25.2%;
}
.box-consult__mob,
.service-top__mob{
    display: none;
}
#servise-consult{
    background-color: #EEF1F1;
    padding: 100px 0;
}
#servise-consult input,
#servise-consult .bottom-consult__phone a,
#servise-consult .consult-input__label,
#servise-consult .content-consult__title{
    color: var(--main-color);
}
#servise-consult .consult-input__input select{
    color: #929fa2;
}
#servise-consult .consult-input:hover .consult-input__numb{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
#servise-consult .consult-btn:hover{
    background-color: var(--main-color);
    color: white;
}
#faq{
    padding: 155px 0 135px;
}
.faq{
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    align-items: start;
}
.faq-col{
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}
.faq-item{
    background-color: var(--main-color);
    color: white;
    border-radius: 50px;
    user-select: none;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    align-self: stretch;
}
.faq-item-content{
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #929FA2;
    padding: 0 32px;
    position: relative;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-item-content{
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 20px 32px;
}
.faq-item-content__inner{
    overflow: hidden;
    min-height: 0;
}
.faq-item-content p{
    margin: 0 0 10px;
}
.faq-item-content p:last-child{
    margin-bottom: 0;
}
button.faq-item-title{
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
button.faq-item-title:focus{
    outline: none;
}
button.faq-item-title:focus-visible{
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.faq-item-content:before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 64px);
    left: 50%;
    top: 0;
    height: 1px;
    background-color: #929FA2;
    transform: translateX(-50%);
}
.faq-item-title{
    padding: 20px 56px 20px 32px;
    cursor: pointer;
    font-size: 16px;
    line-height: 130%;
    position: relative;
    transition: all 0.3s;
}
.faq-item-title svg{
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.faq-item.active .faq-item-title svg{
    transform: translateY(-50%) rotate(-90deg);
}
.work{
    padding: 150px 0 75px;
}
.work-item{
    background-color: #EEF1F1;
    border-radius: 20px;
    padding: 40px 35px 30px;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
}
.work-item__arr{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background: transparent;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.work-item:hover .work-item__arr{
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
.work-item:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.work-item__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.04em;
    padding-right: 48px;
}
.work-item__top.vsnumb{
    display: grid;
    grid-template-columns: 1fr 84px;
    grid-gap: 10px;
}
.work__top{
    margin-bottom: 120px;
}
.work__top.scope-top{
    margin-bottom: 40px;
    align-items: flex-end;
}
.work__top.scope-top .scope-title{
    width: 100%;
}
.work__top.scope-top + .work__sub{
    margin-top: 16px;
}
.work__top.scope-top:has(+ .work__sub){
    margin-bottom: 0;
}
.work__sub{
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    line-height: 130%;
    color: var(--main-color);
}
.work-item__numb{
    border: 1px solid #D6D6D6;
    border-radius: 40px;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.06em;
}
.work-item__desc{
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    padding: 35px 0 0;
}
.work-pad{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.work-box{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}
.work-box.col2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.work-box.col3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.work-box.col4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.work-box.col5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.work-item.full{
    grid-column: 1 / -1;
}
.work-box.col2 .work-item__title{
    font-size: 24px;
}
.work-box.col3 .work-item__title{
    font-size: 20px;
}
.work-box.col5 .work-item__title,
.work-box.col4 .work-item__title{
    font-size: 18px;
}
.work-box.col5 .work-item__numb,
.work-box.col4 .work-item__numb{
    width: 49px;
    height: 31px;
    font-size: 11px;
}
.work-box.col5 .work-item__top.vsnumb,
.work-box.col4 .work-item__top.vsnumb{
    grid-template-columns: 1fr 49px;
}
.work-item.full .work-item__title{
    font-size: 32px;
}
.work-box.col4 .work-item,
.work-box.col5 .work-item{
    padding: 25px 25px;
}
.work-item__desc ul{
    list-style: disc;
    margin-left: 25px;
}
.work-box.col5 .work-item__desc,
.work-box.col4 .work-item__desc{
    padding-top: 20px;
}
.work-item.full .work-item__desc{
    padding-top: 35px;
}
.white-header{
    background-color: white;
}
header.white-header.about-start-header:not(.fixed){
    background-color: var(--main-color);
}
header.white-header.about-start-header:not(.fixed) .header__logo,
header.white-header.about-start-header:not(.fixed) .mob-m button,
header.white-header.about-start-header:not(.fixed) .header__phone,
header.white-header.about-start-header:not(.fixed) .btn-header a,
header.white-header.about-start-header:not(.fixed) .header-search,
header.white-header.about-start-header:not(.fixed) .header-nav > ul > li > a{
    color: #fff;
}
header.white-header.about-start-header:not(.fixed) .header__phone{
    border-color: rgba(255, 255, 255, 0.55);
}
header.white-header.about-start-header:not(.fixed) .region__selected{
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}
header.white-header.about-start-header:not(.fixed) .region__selected svg{
    color: #fff;
}
.start-about .start{
    padding: 0 0 40px;
}
#inner.about-inner{
    background: var(--main-color);
}
.about-inner .breadcrumb li a{
    color: white;
}
.about-inner .breadcrumb li{
    color: #929FA2;
}
.about-inner .breadcrumb{
    padding-top: 30px;
}
.start-about .start-bottom,
#inner.about-inner:before{
    display: none;
}
.inner-404 .hero-bottom__btn{
    margin-top: 100px;
    width: fit-content;
    width: -moz-fit-content;
}
.inner-404 .service-top__sub{
    font-style: normal;
    max-width: 425px;
}
.inner-thanks .service-top__sub{
    max-width: 100%;
}
.sitemap{
    padding-top: 20px;
}
.sitemap__item,
.sitemap a{
    color: #929FA2;
    text-decoration-color: transparent;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.06em;
    padding: 4px 0;
    display: block;
}
.sitemap a:hover{
    color: var(--btn-color);
}
.faq-vacancy .faq-item-title{
    font-size: 18px;
    padding: 28px 60px 28px 30px;
}
.faq-vacancy .faq-item-content:before{
    width: calc(100% - 60px);
}
.faq-vacancy .faq-item-title i{
    font-style: normal;
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
}
.faq-vacancy{
    padding-top: 75px;
    max-width: 485px;
    grid-template-columns: 1fr;
}
.vacancy-btn{
    max-width: 268px;
    width: 100%;
    margin: 20px 0 0;
}
.faq-vacancy .faq-item-content{
    padding: 0 30px;
}
.faq-vacancy .faq-item.active .faq-item-content{
    padding: 30px;
}
.vacancy-btn,
.faq-vacancy{
    max-width: 100%;
}
.inner-thanks .service-top__sub{
    font-style: normal;
}
#inner.inner-full:before{
    display: none;
}
#politics{
    background-color: #E6EBEB;
}
#inner.inner-full{
    padding-bottom: 50px;
}
.politics{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}
.politics-content{
    padding: 60px 0 100px;
}
.politics-content h2{
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    padding: 60px 0 25px;
}
.politics-content h2:first-child{
    padding-top: 0;
}
.politics-content{
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.single-content p,
.politics-content p{
    padding-bottom: 20px;
}
.single-content ul,
.politics-content ul{
    list-style: disc;
    margin-left: 25px;
}
.single-page .inner,
.contacts-page .inner,
.blog-page .inner,
.service-page .inner,
.clients-page .inner,
.team-page .inner,
.review-page .inner,
.case-page .inner,
.calculator-page .inner,
.price-page .inner{
    max-width: 100%;
}
.single-page #inner,
.contacts-page #inner,
.blog-page #inner,
.service-page #inner,
.service-page #inner.inner-full,
.vacancy-page #inner,
.vacancy-page #inner.inner-full,
.clients-page #inner,
.team-page #inner,
.case-page #inner,
.price-page #inner{
    background: #fff;
    background-color: #fff;
}
.team-page #team-inner{
    padding-top: 100px;
    background: #fff;
}
.case-page #case-inner{
    padding-top: 100px;
    background: #fff;
}
.team-page .title-top.scope-top{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.case-page .title-top.scope-top{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.vacancy-page .title-top.scope-top{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.vacancy-page .service-top{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 80px;
}
.vacancy-page .faq-vacancy{
    padding-top: 0;
    margin: 0;
}
.vacancy-page .service-top > .btn{
    margin: 0;
    width: fit-content;
}
.price-page .prices-box{
    padding: 60px 0 120px;
}
#review-inner,
#inner-price{
    overflow: hidden;
}
.year-inner{
    max-width: 1204px;
    margin: 0 auto;
}
#review-inner,
.calculator-page #calc{
    background: #E6EBEB;
}
.calculator-page .calc{
    padding: 0 0 100px;
}
.calculator-page .calc-box{
    padding-top: 40px;
}
.content-consult__title.big{
    font-size: 60px;
    line-height: 110%;
}
#calculator-info{
    background: #EEF1F1;
}
.calculator-info{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    padding-bottom: 90px;
}
.calculator-info__item{
    padding: 35px 50px;
}
.blog-inner__box,
.team-inner__list,
.case-inner__box{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 30px 0 90px;
}
.review-page .rev-slider{
    padding: 0;
}
.review-inner__slider{
    padding: 45px 0 90px;
}
.team-inner__list{
    grid-gap: 40px 20px;
}
.clients{
    padding: 30px 0 150px;
}
.blog-inner__top{
    display: grid;
    grid-template-columns: 150px 1fr 132px;
    align-items: flex-end;
    grid-gap: 20px;
}
.blog-inner__cat{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 0 28px;
    justify-content: center;
    border-bottom: 1px solid #B7C3C6;
    width: 100%;
}
.blog-inner__cat a,
.blog-inner__cat button{
    border: none;
    border-radius: 0;
    background: none;
    display: block;
    color: #929FA2;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.06em;
    padding: 0 0 12px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-shadow: none;
}
.blog-inner__cat a.active,
.blog-inner__cat a:hover,
.blog-inner__cat button.active,
.blog-inner__cat button:hover{
    background: none;
    color: var(--main-color);
    border-color: transparent;
}
.blog-inner__cat a.active::after,
.blog-inner__cat button.active::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: var(--main-color);
}
.blog-inner__sort select{
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.05em;
    color: #B7C3C6;
    border: 1px solid #B7C3C6;
    border-radius: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 14px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/down.svg) no-repeat center;
    background-position-x: calc(100% - 14px);
    background-size: 8px;
    width: 100%;
}
.blog-inner__sort{
    max-width: 132px;
    width: 100%;
}
.contacts-box{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 30px 0 120px;
}
#contacts{
    padding-top: 100px;
    background: #fff;
}
#contacts .contacts-item{
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
    margin: 0;
    padding: 22px 20px;
    background: #EEF1F1;
    border-radius: 20px;
    min-width: 0;
}
#contacts .contacts-item__mark{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#contacts .contacts-item__body{
    min-width: 0;
}
#contacts .contacts-item__title{
    color: #929FA2;
    padding: 0;
    margin: 0 0 6px;
    line-height: 130%;
}
#contacts .contacts-item__desc{
    color: var(--main-color);
    padding: 0;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.03em;
}
#contacts .contacts-item__desc a{
    color: var(--main-color);
    text-decoration: none;
    transition: color 0.3s;
}
#contacts .contacts-item__desc a:hover{
    color: var(--btn-color);
}
#contacts .consult-social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
    max-width: none;
}
.thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.thumbnail img{
    border-radius: 8px;
}
.single-content{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 140px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}
.single-layout{
    display: grid;
    grid-template-columns: 15% 70% 15%;
    column-gap: 24px;
    align-items: start;
    padding: 40px 0 0;
}
.single-aside{
    position: sticky;
    top: 96px;
    min-width: 0;
}
.single-aside__block{
    margin-top: 28px;
}
.single-aside__label{
    font-family: var(--second-family);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #929FA2;
    margin-bottom: 10px;
}
.single-aside__author{
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--main-color);
}
.single-aside__tags.tag-link{
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}
.single-aside__tags.tag-link a{
    font-size: 13px;
    padding: 8px 12px;
}
.single-back{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 120%;
    color: var(--main-color);
    text-decoration: none;
    transition: color 0.3s;
}
.single-back svg{
    transform: rotate(-135deg);
    transition: transform 0.3s;
}
.single-back:hover{
    color: var(--btn-color);
}
.single-back:hover svg{
    transform: rotate(-135deg) translateX(-2px);
}
.single-related{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.single-related a{
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--main-color);
    text-decoration: none;
    transition: color 0.3s;
}
.single-related a:hover{
    color: var(--btn-color);
}
.single-main{
    min-width: 0;
}
.single-layout .title-inner{
    margin: 0 0 24px;
}
.single-layout .single-content{
    max-width: none;
    margin: 0;
    padding: 0 0 80px;
}
.single-content h2{
    padding: 30px 0 20px;
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: -0.02em;
}
.single-content h2:first-child{
    padding-top: 0;
}
.single-content .wp-block-image{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.single-content .wp-block-image img{
    border-radius: 8px;
}
.single-service__list{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 15px 20px;
    background-color: #EEF1F1;
    border-radius: 8px;
    padding: 20px 30px 40px;
    margin: 45px 0 100px;
}
.single-service__item{
    display: grid;
    grid-template-columns: 1fr 21px;
    grid-gap: 10px;
    text-decoration: none;
    border-bottom: 1px solid var(--main-color);
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: var(--second-family);
    font-weight: 400;
    color: var(--main-color);
    line-height: 100%;
}
.single-service__item:hover{
    color: var(--btn-color);
    border-color: var(--btn-color);
}
.service-archive{
    padding: 100px 0 100px;
    background: #fff;
}
.service-archive .scope-top{
    margin-bottom: 28px;
}
.service-archive__list{
    margin: 0;
}
.same-box .blog-slider{
    padding-top: 40px;
}
#single{
    overflow: hidden;
}
.sub-menu__title{
    color: #000000;
    font-size: 18px;
    font-family: var(--second-family);
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 4px;
    display: block;
}
ul.sub-menu a{
    padding: 6px 0;
    position: relative;
}
.sub-menu__single ul{
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    align-items: flex-start;
}
ul.sub-menu a:after{
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 0;
}
ul.sub-menu a:hover:after{
    background: url(../img/arr-hover.svg) no-repeat center;
    opacity: 1;
}
header.hovered{
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none;
    background: transparent;
    transition: unset;
}
header.hovered:before,
header.fixed:before{
    content: '';
    display: block;
    position: absolute;
    height: 68px;
    left: 0;
    width: 100%;
    background-color: var(--main-color);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}
header.fixed:before{
    background-color: rgba(230, 235, 235, 0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 12px 40px rgba(0, 0, 0, 0.08);
}
header.hovered:not(.fixed):before{
    background-color: rgba(230, 235, 235, 0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
header.hovered.white-header:not(.fixed):before{
    background-color: white;
    box-shadow: unset;
}
header.hovered.white-header:not(.fixed) .header-nav .sub-menu{
    background: white;
}
.open-m header.fixed:before{
    display: block;
    z-index: 0;
}
.modal-search form{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.modal-search form input{
    width: 100%;
    max-width: 100%;
}
.consult-submit{
    position: relative;
}
.loader{
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 30%;
    transform: rotateZ(45deg) translateY(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}
.submitting .loader{
    opacity: 1;
}
.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}
@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
.wpcf7 form .wpcf7-response-output{
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 120%;
    padding: 20px 20px;
    text-align: center;
    display: none;
}
.blog-inner__box{
    position: relative;
}
.blog-inner__box .loader{
    opacity: 1;
    left: 50%;
    transform: rotateZ(45deg) translate(-50%, -50%);
}
.blog-inner__box.loading .blog-item{
    opacity: 0.5;
}
.sitemap ul ul{
    padding-left: 20px;
}
.form-file {
    position: relative;
}
.form-file__input input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.form-file__title {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.form-file__title svg {
    display: block;
    position: relative;
    margin-left: -10px;
}
input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
.shake{
	animation: 0.3s shakeInput;
}
@keyframes shakeInput{
	0%{
		transform: translateX(10px);
	}
	25%{
		transform: translateX(0);
	}
	50%{
		transform: translateX(10px);
	}
	75%{
		transform: translateX(0);
	}
}
.form-upload {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    padding: 0 25px;
}
.form-upload__close {
    cursor: pointer;
    transition: all 0.3s;
}
.form-file:hover .form-file__title,
.form-upload__close:hover{
    color: var(--btn-color);
}
.form-upload__close svg {
    display: block;
}
.consult-input.error .consult-input__numb,
#servise-consult .consult-input.error .consult-input__label,
.consult-input.error .consult-input__label{
    color: red;
}
.consult-input.error .consult-input__numb{
    border-color: red;
}
.info-pad .tag{
    padding-top: 50px;
}
.swiper-button-lock{
    display: none;
}
.about-title{
    color: #fff;
    padding-top: 50px;
}
.scope-title.about-title{
    color: #fff;
}
#inner.about-inner .title-top{
    border-bottom: none;
    padding-bottom: 0;
}
#inner.about-inner .scope-title{
    color: #fff;
}

/* Service scope — ситуации, когда нужна услуга */
.block-service-scope{
    padding: 100px 0 40px;
}
.block-service-scope .scope-top{
    align-items: flex-end;
}
.block-service-scope .scope-top .scope-title{
    flex: 1 1 auto;
    width: 100%;
}
.block-service-scope .scope-top:has(+ .scope__sub){
    margin-bottom: 0;
}
.block-service-scope .scope-top + .scope__sub{
    margin-top: 16px;
}
.scope-title{
    font-family: var(--font-family);
    font-size: 45px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: var(--main-color);
    width: 100%;
    max-width: none;
}
.scope-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 16px;
    align-items: stretch;
}
.scope-item{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 14px;
    align-items: start;
    background-color: #EEF1F1;
    border-radius: 20px;
    padding: 22px 20px;
    min-height: 100%;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.scope-item:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.scope-item__numb{
    border: none;
    border-radius: 40px;
    width: 64px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-size: 16px;
    letter-spacing: -0.04em;
    color: var(--main-color);
    background: #fff;
    flex-shrink: 0;
}
.scope-item__text{
    font-family: var(--second-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    color: var(--main-color);
    padding-top: 0;
}
.scope-item__text a{
    color: var(--btn-color);
    transition: color 0.3s;
}
.scope-item__text a:hover{
    opacity: 0.8;
}
.scope-links-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 16px;
    margin-top: 20px;
    align-items: stretch;
}
.scope-grid + .scope-links-grid{
    margin-top: 20px;
}
.scope-links-grid--single{
    grid-template-columns: 1fr;
    justify-items: center;
}
.scope-links-grid--single .scope-links{
    width: fit-content;
    max-width: 100%;
    text-align: center;
}
.scope-links{
    margin: 0;
    padding: 24px 24px 22px;
    background-color: #EEF1F1;
    border-radius: 20px;
    text-align: left;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.scope-links:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}
.scope-links__title{
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: var(--main-color);
    margin-bottom: 0;
    flex: 1;
}
.scope-links__chips{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: auto;
}
.scope-links-grid--single .scope-links__chips{
    justify-content: center;
}
.scope-links__chips a{
    border: 1px solid #929FA2;
    padding: 10px 15px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    color: #929FA2;
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.scope-links__chips a:hover{
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.block-page-summary{
    padding: 50px 0 30px;
}
.block-pricing-conditions{
    padding: 60px 0 40px;
}
.block-pricing-conditions .scope-top{
    margin-bottom: 0;
}
.block-pricing-conditions .scope-top:has(+ .pricing-conditions__intro){
    margin-bottom: 0;
}
#rev .title-top.scope-top{
    margin-bottom: 40px;
}
.pricing-conditions__intro{
    max-width: none;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    font-family: var(--second-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #55615D;
}
.pricing-conditions__chips{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.pricing-conditions__chips a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 40px;
    background: #EEF1F1;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    transition: background-color 0.3s, color 0.3s;
}
.pricing-conditions__chips a:hover{
    background: var(--main-color);
    color: #fff;
}
.page-summary{
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 32px 32px 28px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-gap: 18px 20px;
    align-items: start;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.page-summary__mark{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EEF1F1;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.page-summary__body{
    min-width: 0;
}
.page-summary__title{
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--main-color);
    margin: 0 0 12px;
    padding: 0;
    border-bottom: none;
}
.page-summary__text{
    font-family: var(--second-family);
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #55615D;
    margin: 0;
}
.block-table-section{
    padding: 60px 0 40px;
}
.guide-caption{
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 140%;
    color: #929FA2;
    margin: -12px 0 28px;
    max-width: 820px;
}
.guide-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 16px;
    align-items: stretch;
}
.guide-card{
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
    background: #EEF1F1;
    border-radius: 20px;
    padding: 28px 24px 24px;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.guide-card:hover{
    background-color: #e4e9e9;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.guide-card__title{
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--main-color);
}
.guide-card__text{
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 140%;
    color: #55615D;
    flex: 1;
}
.guide-card__action{
    margin-top: 8px;
}
.guide-card__action a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 40px;
    background: #fff;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--font-family);
    font-size: 14px;
    letter-spacing: -0.04em;
    transition: background-color 0.3s, color 0.3s;
}
.guide-card__action a:hover{
    background: var(--btn-color);
    color: #fff;
}
.data-table-wrap{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
    background: #EEF1F1;
    padding: 8px;
}
.data-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 560px;
}
.data-table caption{
    caption-side: top;
    text-align: left;
    font-family: var(--second-family);
    font-size: 15px;
    line-height: 140%;
    color: #929FA2;
    padding: 8px 16px 16px;
}
.data-table th,
.data-table td{
    text-align: left;
    vertical-align: top;
    padding: 16px 18px;
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.data-table th{
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #929FA2;
    border-bottom-color: rgba(0, 0, 0, 0.12);
}
.data-table tbody tr:last-child td{
    border-bottom: none;
}
.data-table a{
    color: var(--btn-color);
    text-decoration: none;
}
.data-table a:hover{
    text-decoration: underline;
}
.block-comparison{
    padding: 60px 0 40px;
}
.compare-caption{
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 140%;
    color: #929FA2;
    margin: -12px 0 28px;
    max-width: 820px;
}
.compare-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}
.compare-card{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #EEF1F1;
    border-radius: 20px;
    padding: 28px 30px 32px;
    position: relative;
}
.compare-card__top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.compare-card__head{
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    background: var(--main-color);
    border-radius: 40px;
    padding: 7px 14px;
    width: fit-content;
    max-width: calc(100% - 48px);
    margin-bottom: 0;
}
.compare-card:nth-child(2) .compare-card__head{
    background: var(--btn-color);
}
.compare-tip{
    position: relative;
    flex-shrink: 0;
}
.compare-tip__btn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s, color 0.3s;
}
.compare-tip__btn:hover,
.compare-tip.open .compare-tip__btn{
    background: var(--main-color);
    color: #fff;
}
.compare-tip__panel{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(320px, 72vw);
    padding: 14px 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    z-index: 5;
    pointer-events: none;
}
.compare-tip.open .compare-tip__panel,
.compare-tip:hover .compare-tip__panel,
.compare-tip:focus-within .compare-tip__panel{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.compare-tip__text{
    font-family: var(--second-family);
    font-size: 14px;
    line-height: 140%;
    color: var(--main-color);
    margin-bottom: 10px;
}
.compare-tip__links{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.compare-tip__links a{
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 40px;
    background: #EEF1F1;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--font-family);
    font-size: 13px;
    letter-spacing: -0.04em;
    transition: background-color 0.3s, color 0.3s;
}
.compare-tip__links a:hover{
    background: var(--btn-color);
    color: #fff;
}
.compare-card__body{
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.compare-card__item{
    font-family: var(--second-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    color: var(--main-color);
}
.compare-card__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.compare-card__list li{
    position: relative;
    padding-left: 18px;
}
.compare-card__list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
}
.compare-card:nth-child(2) .compare-card__list li::before{
    background: var(--btn-color);
}
.compare-card__item a{
    color: var(--btn-color);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2.5px;
    text-underline-offset: 4px;
    text-decoration-color: currentColor;
}
.block-work-stages{
    padding: 80px 0 60px;
    background-color: #EEF1F1;
}
.block-work-stages .stages-top{
    border-bottom-color: rgba(0, 0, 0, 0.15);
    align-items: center;
    gap: 20px;
}
.block-work-stages .stages-top .scope-title{
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}
.stages-nav{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.stages-nav__btn{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.stages-nav__btn:first-child svg{
    transform: rotate(-135deg);
}
.stages-nav__btn:last-child svg{
    transform: rotate(45deg);
}
.stages-nav__btn:hover:not(:disabled){
    background: var(--main-color);
    color: #fff;
}
.stages-nav__btn:disabled{
    opacity: 0.35;
    cursor: default;
}
.stages-rail{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: max(20px, calc((100vw - 1440px) / 2 + 20px));
    outline: none;
    cursor: grab;
}
.stages-rail.is-dragging{
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}
.stages-rail::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
}
.stages-rail__track{
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: max-content;
    padding-left: max(20px, calc((100vw - 1440px) / 2 + 20px));
    padding-right: max(40px, calc((100vw - 1440px) / 2 + 40px));
    box-sizing: border-box;
}
.stages-card{
    flex: 0 0 auto;
    width: min(300px, 78vw);
    min-height: 340px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 32px;
    scroll-snap-align: start;
    transition: box-shadow 0.3s, transform 0.3s;
}
.stages-card:hover{
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.stages-card__numb{
    width: 52px;
    height: 36px;
    border-radius: 40px;
    background: #EEF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-size: 15px;
    letter-spacing: -0.04em;
    color: var(--main-color);
    margin-bottom: 28px;
}
.stages-card__title{
    font-family: var(--font-family);
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: var(--main-color);
    margin-bottom: 14px;
}
.stages-card__desc{
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 140%;
    color: #929FA2;
    margin-top: auto;
}
.block-related-links{
    padding: 80px 0 100px;
}
.related-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 0;
}
.related-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: var(--main-color);
    transition: color 0.3s, padding-left 0.3s;
}
.related-link__label{
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
}
.related-link__icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    color: var(--main-color);
}
.related-link__icon svg{
    transition: transform 0.3s;
}
.related-link:hover{
    color: var(--btn-color);
    padding-left: 8px;
}
.related-link:hover .related-link__icon{
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
.related-link:hover .related-link__icon svg{
    transform: rotate(45deg);
}
.block-sources{
    padding: 70px 0 40px;
}
.sources-list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
}
.source-card{
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    grid-gap: 18px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #E2E6E6;
    border-radius: 20px;
    text-decoration: none;
    color: var(--main-color);
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.source-card--static{
    cursor: default;
}
.source-card:hover{
    border-color: #cfd6d6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}
.source-card--static:hover{
    box-shadow: none;
    transform: none;
}
.source-card__index{
    font-family: var(--font-family);
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #929FA2;
}
.source-card__label{
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 130%;
}
.source-card__action{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-size: 13px;
    letter-spacing: -0.04em;
    color: var(--btn-color);
    white-space: nowrap;
    transition: opacity 0.3s;
}
.source-card__action svg{
    transition: transform 0.3s;
}
.source-card:hover .source-card__action{
    opacity: 0.85;
}
.source-card:hover .source-card__action svg{
    transform: rotate(45deg);
}