body {
    margin: 0;

    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    color: #222222;
    -webkit-font-smoothing: antialiased;

    background-color: #FAFAFA;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a, button {
    all: unset;
    cursor: pointer;
}

main {
    overflow: hidden;
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_full {
    width: 100%;
/*    max-width: 1480px;*/
    margin: 0 auto;
    padding: 0 20px;
}


header {
    position: fixed;
    inset: 0 auto auto 0;
    height: 72px;
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: center;
}

header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2F2F2F59;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: -1;
}


.header_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_col nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.header_l {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}

.header_col nav a {
    font-family: 'Satoshi', sans-serif;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.header_action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.header_action a {
    font-family: 'Satoshi', sans-serif;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.header_l nav div.dropdown {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    
    position: relative;
}

.header_l nav div.dropdown.active .dropdown_content {
    display: flex;
}

.dropdown_content {
    position: absolute;
    z-index: 1;
    top: 25px;
    min-width: 188px;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);   
    background: #00000059;

    display: flex;
    align-items: flex-start;
    padding: 15px 11px;
    padding-right: 29px;
    gap: 13px;

    border-top: 6px solid #B61919;
    flex-direction: column;

    display: none;
}

.dropdown_content a {
    white-space: nowrap;
}

.dropdown_content::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-bottom: 5px solid #B61919;
}


.header_l nav div.dropdown.active img {
    opacity: 0;
}

.header_logo {
    display: flex;
}

.header_action button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 51px;
    border: 2px solid #FFFFFF;
    padding: 0px 34px;
    
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.intro {
    position: relative;
    background: url(../image/intro/background.png) center/101% 101% no-repeat;
    height: 100vh;
    display: flex;
    z-index: 1;
    overflow: hidden;
    padding-top: 72px;
}

.intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.intro > * {
    position: relative;
    z-index: 1;
}

.intro_subsidiary_company {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 19px;
}

.intro_subsidiary_company span {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFFCC;
/*    margin-left: 10px;*/
}

.intro_col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 55px;
}

.intro_col p {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    vertical-align: middle;
}

.intro_col h1 {
    font-family: 'Satoshi';
    font-weight: 900;
    font-style: Black;
    font-size: 81px;
    leading-trim: NONE;
    line-height: 95%;
    letter-spacing: -5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 23px;
    margin-bottom: 30px;
} 

.intro_col button {
    background: #B61919;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 36px;
    background: #B61919;

    font-family: 'Satoshi', sans-serif;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27.49px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    width: fit-content;
    margin: 0 auto;

    transition: .3s ease;
}   

.intro_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    bottom: 25px;
    width: -webkit-fill-available;
}

.intro_review {
    padding: 11px 14px;
    background: #2F2F2F4D;
    backdrop-filter: blur(38px);
    -webkit-backdrop-filter: blur(38px);    
    border-radius: 5px;
}

.intro .intro_review {
    position: absolute;
    left: 20px;
    bottom: 14px;
}

.intro .intro_license {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.intro_review_rate {
    display: flex;
    align-items: center;
    gap: 8px;

    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.intro_review span {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #8A8A8A;
    margin-bottom: 15px;
    display: inline-block;
}

.intro_review_line {
    min-width: 235px;
    height: 1px;
    background: #FCFCFB4D;
}

.intro_review_logos {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.intro_review_logos_text {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #8A8A8A;
}

.intro_license {
    padding: 23px 22px 23px 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    background: #2F2F2F4D;
    border-radius: 5px;
    backdrop-filter: blur(38px);
    -webkit-backdrop-filter: blur(38px);   
    position: relative;
}

.intro_license::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #B61919;
    border-radius: 100%;
    position: absolute;
    left: 9px;
    top: 8px;
}

.intro_license_subtitle {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 114.99999999999999%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #C1C1C1;
    margin-bottom: 1px;
}

.intro_license_number {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 33px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #FFFFFF;

}

.intro[data-page="services"] .intro_col { 
    margin: 0 auto;
    margin-top: 150px;
    max-width: 1078px;
}

/*
.intro[data-page="services"] {
    background: url(../image/intro/background-services-1.png) center / 101% 101% no-repeat;
}
*/







.services_offered {
    padding-top: 25px;
    padding-bottom: 100px;
}

.services_offered_col {
    display: flex;
    gap: 20px;
}

.services_offered_block {
    padding: 21px 28px 17px 28px;
    background: #EDEDED;
    flex: 1;
}

.services_offered_block h3 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-left: 19px;
    margin-bottom: 49px;
    position: relative;
    white-space: nowrap;
}

.services_offered_block h3::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -19px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #B61919;
}

.services_offered_block a {
    color: #B61919;
    border: 2px solid #B61919;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14.5px;

    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .3s ease;
}

.services_offered_block a:hover {
    background: #B61919;
    color: #fff;
}

.services_title {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.services_block {
    height: 310px;
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
}

.services_block:hover img {
    transform: scale(1.1);
}

.services_block:hover .services_content {
    transform: translateY(0);
}

.services_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease;
}

.services_content {
    background: #48484859;
    backdrop-filter: blur(24.9px);
    -webkit-backdrop-filter: blur(24.9px);
    padding: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(calc(100% - 45px));
    transition: .3s ease;
}


.services_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.services_content h3{
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.services_content p {
    padding-top: 16px;
    padding-bottom: 30px;
    margin-bottom: 0;

    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
}

.services_content a {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -3%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.services_block_action {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.services_block_action a {
    padding: 14.5px 74.5px;
    background: #B61919;
    color: #fff;

    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .3s ease;
}

.why_choose_us_text {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 50px;
}

.why_choose_us_text h2 {
    max-width: 700px;
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;

    color: #000
}

.why_choose_us_subtitle {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    max-width: 525px;
}

.why_choose_us_col {
    display: flex;
    gap: 20px;
}

.why_choose_us_content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 20px;
}

.why_choose_us_block {
    padding: 19px;
    background: #EDEDED;
}

.why_choose_us_block.full {
    flex: 1 1 100%;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why_choose_us_block.half {
    flex: 1 1 calc(50% - 10px);
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why_choose_us_block h3 {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.why_choose_us_block p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
}

.why_choose_us_content button {
    background: #B61919;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #B61919;

    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 23px;
    leading-trim: NONE;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    width: -webkit-fill-available;
    margin: 0 auto;
    height: 106px;
    transition: .3s ease;
}

.why_choose_us_content_picture {
    position: relative;
    height: calc(100% - 106px - 20px);
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why_choose_us_content_picture img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.why_choose_us_content_picture {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    padding: 18px;
    position: relative;
    z-index: 5;
    background: #2F2F2F4D;
    height: fit-content;
}

.why_choose_us_content_picture p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 18px;
}

.overview {
    margin-top: 100px;
}

.overview_col {
    display: flex;
    gap: 25px;
}

.overview_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.overview_content h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.overview_content h2 c {
    color: #B61919;
}

.overview_content p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.overview_content ul {
    padding-left: 20px;
}

.overview_content ul li {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
/*    font-size: 24px;*/
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    
}

.overview_content button {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;

    margin-top: 36px;
}

.fade-block {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: .25s ease;

    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;

}

.fade-block.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.reviews {
    margin-top: 100px;
}

.reviews_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;

}

.reviews_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    
}

.reviews_title_link {
    display: flex;
    gap: 32px;
    align-items: flex-end;
}

.reviews_title_link a {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #9C9C9C;
    transition: .3s ease;
}

.reviews_title_link a:hover {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;
}

.review_statistic {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.review_statistic span {
    display: inline-block;
    color: #9C9C9C;
}

.review_statistic span {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-left: 16.5px;

}

.review_statistic span:last-child {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-left: 42px;  
}

.review_slider {
/*    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.review_col {
    display: flex;
    gap: 20px;
    will-change: transform;
    transition: transform .6s ease;
    gap: 20px;
    margin-top: 73px;
    padding-bottom: 60px;
}

.review_block {
    display: flex;
    flex-direction: column;
}

.review_content {
    min-height: 350px;
    background: #fff;
    width: 454px;
    box-shadow: 0px -3px 40px 0px #00000026;
    position: relative;
    padding: 27px 18px;

    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;

}

.review_content::after {
    content: "";
    position: absolute;
    bottom: -40px;
    transform: rotate(180deg);
    left: 0;
    width: 0;
    height: 0;

    border-style: solid;
    border-width: 0 0 40px 60px;
    border-color: transparent transparent #fff transparent;
}

.review_content {

}

.review_author {
    display: flex;
    align-items: center;
    gap: 25px;
}

.review_author_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.review_stars img {
    height: 20px;
}
.review_author img {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    object-fit: cover;
}
.review_logo img {
    height: 30px;
}
.review_author_name div {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

.review_author_name span {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 10px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;
    color: #9C9C9C;
}

.review_info {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: 40px;
    justify-content: space-between;
    margin-top: 16px;
}

.review_rate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review_stars, .review_logo {
    display: flex;
    align-items: center;
}

.review_contollers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.review_contollers button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #949494;
}

.review_contollers button.active {
    background: #B61919;
}

.steps_title {
    margin-top: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.steps_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 700px;
}

.steps_title a {
    background: #B61919;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 36px;
    background: #B61919;

    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27.49px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    width: fit-content;

    transition: .3s ease;
}   


.steps {
    margin-top: 80px;
}

.steps_grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px 60px;
    position: relative;
}

.step {
    position: relative;
    max-width: 340px;
}

.step_num {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #B61919;
    color: #fff;
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;

    position: relative;
}

.step_num img {
    position: absolute;
    left: clamp(20px, 7.013vw, 101px);
    width: clamp(120px, 21.736vw, 313px);
    height: clamp(8px, 1.25vw, 18px);
}

.step_num.rotate img {
    transform: rotate(180deg);
}

.step_num.arrow img {
    position: absolute;
    left: 101px;
    width: 350px;
    height: 435px;
    top: 25px;
}


.step h3 {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;

    margin-bottom: 27px;
}

.step p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;

    color: #111;
}

.step_arrow {
    margin-top: 20px;
}

.step_arrow.reverse svg {
    transform: rotate(0deg);
}

.faq {
    margin-bottom: 110px;
}

.faq_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.faq_title h3 {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #8A8A8A;
    margin-bottom: 25px;
}

.faq_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 616px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.faq_col {
    display: flex;
    flex-direction: column;
    padding: 21px 18px;
    background: #EDEDED;
    border: 1px solid #E4E4E4;
    max-width: 1160px;
    margin: 0 auto;
}

.faq_block {
    padding: 26px 63px 31px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s ease;
}

.faq_block.active {
    background: #fff;
    box-shadow: 0px -3px 40px 0px #00000026;

}

.faq_block svg {
    transition: .6s ease;
    transform: rotate(0deg);
}   

.faq_block.active svg {
    transform: rotate(180deg);
}   

.faq_block.active svg path {
    stroke: #B61919;
    transition: .3s ease;

}

.faq_block.active p {
    height: auto;
    overflow: inherit;
    padding-top: 27px;
    transition: .3s ease;
}

.faq_block_l h3 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 107%;
    letter-spacing: -2%;
    vertical-align: middle;
    transition: .3s ease;
}

.faq_block_l p {
    max-width: 895px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #9C9C9C;

    height: 0;
    overflow: hidden;
    padding-top: 0;
/*    padding-top: 27px;*/

    transition: .3s ease;
}

.form {
    width: 100%;
    padding: 20px;
    background: #000000;

}

.form_col {
    display: flex;
    gap: 20px;
}

.form_block {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.form_block.right {
/*    padding-right: 118px;*/
}

.form_block img.form_block_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.form_block.photo {
    height: 680px;
    position: relative;
}

.form_block.photo h2.form_block_photo_title {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 393px;
    margin-top: 22px;
    margin-left: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.form_block.photo p {
    margin-top: 8px;
    color: #fff;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 12.1px;
    letter-spacing: -2%;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    margin-left: 18px;
}

.form_why_choose_us {
    position: absolute;
    z-index: 5;
    left: 7px;
    bottom: 8px;
    background: #2F2F2F4D;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    padding: 20px;
    padding-bottom: 15px;
    width: 508px;

}

.form_why_choose_us h2 {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    padding-left: 13px;
    color: #fff;
}

.form_why_choose_us div {
    margin-top: 8px;
    padding-left: 15px;
    color: #FFFFFF;
    display: inline-block;

    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    letter-spacing: -2%;
    vertical-align: middle;

    background: url(/assets/image/form/icons/arrow.png) left center no-repeat;
    background-size: 6px 11px; /* задаём реальный размер */
}

.form_title {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 600px;
    color: #fff;
    padding-top: 22px;
    position: relative;
    margin-bottom: 34px;
}

.form_title::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #B61919;
    top: 0;
    position: absolute;
}

.form_content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 572px;
}

.form_content input {
    all: unset;
    padding: 18.5px 16px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 19.4px;
    letter-spacing: -2%;
    border: 1px solid #E0E0E0;
    color: #fff;
}

.form_content button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 57px;
    color: #fff;
    margin-top: 22px;
    background: #B61919;

    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .3s ease;
}

.solutions {
    margin-top: 100px;
}

.solutions_title {
    margin-bottom: 50px;
}

.solutions_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
}

.solutions_block {
    width: 335px;
    min-width: 335px;
    background: #EDEDED;
    padding: 47px 25px 25px 25px;   

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.solutions_icon {
    display: flex;
    justify-content: center;
    align-items: center;  

    margin: 0 auto;
    margin-bottom: 100px;
}

.solutions_icon img {
    width: 100%;
    display: flex; 
    justify-content: center;
}

.solutions_block h3 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 3px;
}

.solutions_block a {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;
}

.solutions_col {
    display: flex;
    gap: 20px;
}

.recent_projects {
    margin-top: 100px;
}

.recent_projects_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.recent_projects_col {
    display: flex;
    gap: 20px;
}

.recent_projects_block {
    display: flex;
    flex: 1;
    height: 332px;
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    padding: 0 12px;
    padding-bottom: 12px;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
}

.recent_projects_block::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(181.29deg, rgba(217,217,217,0) -26.48%, #000 98.9%);
}

.recent_projects_col p {
    position: relative;
    z-index: 2;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2; /* помогает убрать обрезание букв */
    letter-spacing: -2%;
    color: #fff;

    max-height: 127px;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.recent_projects_col a {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    margin-top: 12px;
    position: relative;
    z-index: 2;
    color: #B61919;
}

.location {
    margin-top: 100px;
}

.location_title h2 {
    max-width: 672px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 50px;
}

.location_title.container, .location .container_full {
    padding: 0;
}

.location_map {
    height: 632px;
    position: relative;
}

.location_map img.location_map_background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_map_review {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column; 
    gap: 4px;
}

.location_map_review .intro_review span {
    color: #C3C3C3;
}

.location_map_review .intro_review_logos_text {
    color: #C3C3C3;
}

.location_map_review .intro_review_logos {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
    justify-content: flex-start;
}

.location_map_directions {
    height: 100%;
    padding: 51px 78px 41px 98px;
    background: #0B0B0B4D;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    display: flex;
    justify-content: space-between;
    gap: 47px;
}

.location_map_directions_nav {
    display: flex;
    flex-direction: column;
    gap: 19px;
}


.location_map_directions_nav a {
    padding-left: 15px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;

    background: url(/assets/image/map/icons/arrow.png) left center no-repeat;
    background-size: 10px 10px; 
}

footer {
    background: #222222;
    padding: 20px 0px;
}

.footer_col_top_c_content h3 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #D4D5D9;
    margin-bottom: 15px;
}

.footer_col_top {
    display: flex;
    justify-content: space-between;
}

.footer_col_top_l img {
    width: fit-content;
}

.footer_col_top_l, .footer_col_top_c, .footer_col_top_r {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer_col_top_c_content nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_col_top_c_content nav a {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;
}   

.footer_col_top_c {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    flex-direction: row;
}

.footer_col_top_c_content_payments {
    display: flex;
    margin-bottom: 15px;
    height: 13.7px;
}

.footer_col_top_c_content_hearth {
    height: 41px;
}

.footer_col_top_r_btn {
    display: flex;
    gap: 5px;
    width: fit-content;
    padding: 0px 11px;
    height: 45px;
    background: #B61919;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;

    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 12.43px;
    leading-trim: NONE;
    line-height: 21.36px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .3s ease;
}

.footer_col_top_r {
    display: flex;
    align-items: flex-end;
}

.footer_col_top_r_phone {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.about_services {
    margin-top: 100px;
}

.about_services_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about_services_title h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

}

.about_services_title a {
   font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #B61919;
    text-transform: uppercase;
    padding: 14px 30px;
    border: 2px solid #B61919;
}

.about_services_col {
    margin-top: 36px;
    display: flex;
    gap: 5px;
}

.about_services_l, .about_services_r {
    flex: 1;
    position: relative;
}

.about_services_r {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about_services_r a {
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
    padding: 27px 12px;
    background: #EDEDED;
    border-bottom: 1px solid #D6D4D4;
    transition: .3s ease;
    cursor: inherit;
}

.about_services_r a .about_services_num {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 22.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    transition: .3s ease;

}

.about_services_r a h3 {
    max-width: 347px;
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    transition: .3s ease;
}       

.about_services_arrow {
    display: flex;
    justify-content: center;    
    align-items: center;
    aspect-ratio: 1;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    transition: .3s ease;
    background: #DDDDDD;
    position: absolute;
    right: 18px;
}

.about_services_r a:hover {
    background: #000000;
}

.about_services_r a:hover .about_services_num {
    color: #FFFFFF;
}

.about_services_r a:hover .about_services_arrow {
    transform: rotate(-180deg);
    background: #B61919;
}

.about_services_r a:hover .about_services_arrow img { 
    filter: brightness(3);
}

.about_services_l {
/*    height: 100%;*/
}

.about_services_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
}


.promo_hero {
    margin-top: 100px;
}

.promo_hero_col {
    display: flex;
    gap: 25px;
    padding-bottom: 35px;
}

.promo_hero_l, .promo_hero_r {
    display: flex;
    flex: 1;
}

.promo_hero_l h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -0.93px;
    vertical-align: middle;
    text-transform: uppercase;
}

.promo_hero_title {
    color: #9C9C9C;
}


.promo_hero_title span {
    color: inherit;
/*    display: inline-grid;*/
}

.promo_hero_title span.is-active {
    color: #000000;
}


.promo_hero_r {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
}

.promo_hero_r h3 {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.93px;
    vertical-align: middle;

}

.promo_hero_r h3:first-child {
    max-width: 597px;
}

.work {
    margin-top: 100px;
}

.work_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    
}

.work_title h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -3%;
    vertical-align: middle;
    text-transform: uppercase;

}

.work_title_link {
    display: flex;
    gap: 32px;
    align-items: flex-end;
}

.work_title_link a {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #9C9C9C;
    transition: .3s ease;
}

.work_title_link a:hover {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;
}

.work_col {
    display: flex;
    gap: 20px;
    margin-top: 53px;
}

.work_block {
    min-width: 453px;
    height: 476px;
    position: relative;
}

.work_block img {
    width: 100%;
    display: flex;
    height: 100%;
    object-fit: cover;
}

.work_action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 73px;
    margin-top: 48px;
}

.work_action a:first-child {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    padding: 17.5px 13.5px;
    padding-left: 30px;
    background: #B61919;
    color: #fff;
}

.work_action a:first-child img {
    width: 20px;
    height: 20px;

}

.work_action a:last-child {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -0.97px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    padding: 15.5px 40px;
    color: #B61919;
    border: 2px solid #B61919;
}

.form[data-variation="2"] h2.form_title { 
    max-width: inherit;
    padding-top: 0;
    
}

.form[data-variation="2"] h2.form_title::before { 
    display: none;
}

.form[data-variation="2"] {
    padding-top: 90px;
    padding-bottom: 80px;
}

.form_contancts {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
}

.form_contancts span {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.form_contancts_col {
    display: flex;
    align-items: center;
    gap: 31px;
}

.form_contancts_col div {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.form[data-variation="2"] .form_col {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-direction: row;
    align-content: space-between;
}

.form_block.left {
    height: inherit;
    justify-content: space-between;
    align-items: flex-start;
}

.intro[data-page="team"] .intro_col h1 {
    margin-bottom: 18px;
}

.intro[data-page="team"] .intro_col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    height: 100%;
    position: relative;
    top: -20px;
    margin-top: 0;
}

.intro[data-page="team"] {
    position: relative;
    background: url(../image/intro/background-team.png) center / cover no-repeat;
}

.team_block {
    min-width: 418px;
    
}

.team {
    margin-top: 45px;
}

.team_block h2 {
    margin-top: 31px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 15px;
}

.team_block img {
    min-width: 418px;
    height: 412px;
    object-fit: cover;
    display: flex;
}

.team_block p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

}

.team_col {
    display: flex;
    gap: 20px;
}

.team_about_col {
    display: flex;
    gap: 34px;
}

.team_about_content {
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.team_about_content h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

}

.team_about_content p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;

}

.team_about {
    margin-top: 180px;
}

.form[data-page="team"] {
    margin-top: 100px;
}

.intro[data-page="review"] {
    position: relative;
    background: url(../image/intro/background-reviews.png) center / cover no-repeat;
}

.intro[data-page="review"] .intro_col h1 {
    margin: 0 auto;
    letter-spacing: -.95px;
    max-width: 850px;
    margin-bottom: 10px;
}

.intro[data-page="review"] .intro_col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    height: 100%;
    position: relative;
    top: -20px;
    margin-top: 0;
}

.intro_contacts_col {
    height: 494px;

    position: relative;
    background: url(../image/intro/background-contact-us.png) center / 101% 101% no-repeat;
    display: flex;
    z-index: 1;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_contacts {
    padding-top: 100px;
    margin-bottom: 30px;
}

.intro_contacts_col h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 81px;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

.intro_contacts_col h1::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #B61919;
    position: absolute;
    left: -5px;
    top: 0px;
}

.form[data-page="contact-us"] {
    background: #F5F5F5;
}

.form_contact_us_title_right {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.93px;
    vertical-align: middle;
    margin-bottom: 32px;
}

.form[data-page="contact-us"] .form_title {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #000000;
}

.form[data-page="contact-us"] .form_contancts span {
    color: #222222;
}

.form[data-page="contact-us"] .form_grid {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr); 
    column-gap: 14px;
    row-gap: 5px;
}

.form_grid_left {
    justify-self: flex-start;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 12.1px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #9C9C9C;
    display: flex;
    align-items: center;
}

.form_grid_right {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 61px;
}

.footer_bottom a img {
    display: flex;
}

.span_footer_bottom {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 13px;
    letter-spacing: -2%;
    text-align: right;
    vertical-align: middle;
    color: #9C9C9C;
}

.js-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

main[data-page="location"] .services {
    margin-top: 100px;
}

main[data-page="location"] .form {
    margin-top: 100px;
}

main[data-page="location"] .intro_col h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 41px;
    leading-trim: NONE;
    line-height: 95%;
    letter-spacing: -5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 32px;
}

main[data-page="location"] .intro_col h1 span.h1-accent {
    color: #B61919;
}

.location_text {
    margin-top: 100px;
}

.location_text_col {
    display: flex;
    gap: 38px;
}

.split_left h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

}

.split_left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

  .split_left p{
    font-family:Satoshi;
    font-weight:500;
    font-size:24px;
    line-height:100%;
    letter-spacing:-0.02em;
  }

  .split_left p.is-collapsed{
    overflow:hidden;
    display:block;
  }
.split_left, .split_right {
    display: flex;
    flex: 1;
/*    justify-content: space-between;*/
}

.split_col {
    display: flex;
    gap: 38px;
}

.split_right {
    height: 510px;
}

.split_right img {
    display: flex;
    object-fit: cover;
    width: 100%;
}

.split_section {
    margin-top: 100px;
}

.split_left button {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;

    padding-top: 42px;
}


.split_section.right .split_col {
    display: flex;
    gap: 38px;
    flex-direction: row-reverse;
}

.split_left .js-split-desc{
  white-space: pre-wrap;
}

.modal {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 2.7778vh 0;
}

.modal .container, .modal .form_col {
    height: 100%;
    max-width: inherit;
}

.form_block.photo {
    height: inherit;
}

.modal .form_title {
    color: #000;
    letter-spacing: -.98px;
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 4.375vw;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 41.6667vw;
    padding-top: 3.0556vh;
    position: relative;
    margin-bottom: 4.7222vh;
}

.modal .form_title::before {
    content: "";
    width: 0.6944vw;
    height: 0.6944vw;
    border-radius: 100%;
    background: #B61919;
    top: 0;
    position: absolute;
}

.modal .form_content {
    display: flex;
    flex-direction: column;
    gap: 3.0556vh;
    max-width: 39.7222vw;
}

.modal .form_content input {
    all: unset;
    padding: 2.5694vh 1.1111vw;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.25vw;
    leading-trim: NONE;
    line-height: 1.3472vw;
    letter-spacing: -2%;
    border: 0.0694vw solid #E0E0E0;
    color: #000;
}

.modal .form_content button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6944vw;
    height: 7.9167vh;
    color: #fff;
    margin-top: 0vh;
    background: #B61919;
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 1.25vw;
    leading-trim: NONE;
    line-height: 1.3889vw;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .3s ease;
}

.form_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form_flex div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0417vw;
}

.form_flex div:first-child, .form_flex a:last-child {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 1.25vw;
    leading-trim: NONE;
    line-height: 1.6667vw;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    gap: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal_close {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    z-index: 999999;
}

.modal .form_col {
    display: flex;
    gap: 1.3889vw;
}

.modal .form_block {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.modal .form_block img.form_block_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.form_flex div img {
    width: 2.4306vw;
    height: 2.4306vw;
}


.modal {
    display: none;
    opacity: 0;
    transition: opacity .25s ease;
}

.modal.is-open {
    display: block;
}

.modal.is-visible {
    opacity: 1;
}

.blog_intro {
    padding-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_col h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 81px;
    leading-trim: NONE;
    line-height: 95%;
    letter-spacing: -5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog_col p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    max-width: 415px;
    margin: 0 auto;
    margin-bottom: 75px;
}

.blog_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #9C9C9C;
    margin-bottom: 54px;
}

.blog_nav_left {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    padding-left: 11px;
}

.blog_nav_right {
    display: flex;
    gap: 15px;
}

.blog_nav_right button {
    padding: 4px 21px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
    border-radius: 100px;
}

.blog_nav_right button.active {
    background: #000000;
    color: #FFFFFF;
}

.blog_contaier{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:13px;
  row-gap:21px;
}

.blog_article .blog_article_img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.blog_article_time {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #6C6C6C;
    margin-top: 23px;
}

.blog_article h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.blog_article_text {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #6C6C6C;
    padding-top: 14px;
}

.blog_article_catalog {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding: 1px 10px;
    background: #D3D4D680;
    width: fit-content;
    border-radius: 100px;
    margin-top: 15px;
}

.blog_article_more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #B61919;
    margin-top: 80px;
}

.article_intro {
    position: relative;
    background: url(../image/intro/background.png) center / cover no-repeat;
    height: 477px;
    display: flex;
    z-index: 1;
    padding-top: 72px;
    margin-bottom: 110px;
}

.article_intro::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #9C9C9C;
}

.article_col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    height: 100%;
    position: relative;
    top: -20px;
    margin-top: 0;
    color: #fff;
}

h1.article_title {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 81px;
    leading-trim: NONE;
    line-height: 95%;
    letter-spacing: -5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.article_col p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.article_intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.article_content {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: -1%;
    vertical-align: middle;
    max-width: 926px;
    margin: 0 auto;
}

.article_content h1, .article_content h2, .article_content h3, .article_content h4, .article_content h5, .article_content h6 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

}

.article_content p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 145%;
    letter-spacing: -1%;
    vertical-align: middle;

}

.article_content .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article_content .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro[data-page="404"] .intro_col h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 231px;
    leading-trim: NONE;
    line-height: 95%;
    letter-spacing: -3%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.intro[data-page="404"] .intro_col p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
}


.btn1 {
    transition: .3s ease!important;
    
}

.btn1:hover {
    background: #000000!important;
    color: #fff!important;
}

.btn1:focus {
    background: #79110E!important;
    color: #fff!impotant;
}

.blog_grid {
    margin-bottom: 80px;
}

.phone_fixed{
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 7.41px;
  z-index: 100;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, .35);
  animation: phonePulse 1.6s ease-out infinite;
  opacity: 1;
  transition: opacity .22s ease, transform .22s ease;
}

.phone_fixed.is-hidden{
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(.98);
  animation-play-state: paused;
}

@keyframes phonePulse{
  0%{
    box-shadow: 0 0 0 0 rgba(255, 0, 0, .35);
  }
  70%{
    box-shadow: 0 0 0 18px rgba(255, 0, 0, 0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
