:root{
    --color-primary: #b80f02;
    --color-dark: #1b1b18;
    --color-black: #111110;
    --color-white: #ffffff;
    --color-text: rgba(255, 255, 255, 0.9);
    --color-muted: rgba(255, 255, 255, 0.45);
    --color-line: rgba(255, 255, 255, 0.07);
    --size18: 1.125rem;
    --size20: 1.25rem;
    --size24: 1.5rem;
    --size36: 2.25rem;
    --size48: 3rem;
}

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/

body{
    margin: 0;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    background: #141413;
    color: white;
}

img{
    display: block;
    max-width: 100%;
}

.site-shell{
    overflow: hidden;
}

.container{
    width: 102.8rem;
    margin: 0 auto;
}

.header{
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 30;
    padding: 2rem 0;
}



.header__logo{
    display: block;
    width: 14.188rem;
    position: relative;
}
.header__logo:after{
    position: absolute;
    right: -1.2rem;
    top: -1.2rem;
    bottom: -1.2rem;
    left: -1000px;
    content: "";
    background: #9C0B00;
    transform: skewX(-13.3deg);
}
.header__logo img{
    position: relative;
    z-index: 1;
}
.lang_box{
    font-weight: 700;
    margin-left: 3.2rem;
    margin-right: 9.4rem;
    position: relative;
}
.lang_drop{
    position: absolute;
    top: 100%;
    left: 0;
}
.lang_drop a{
    color: white;
    display: block;
    margin-top: 0.5rem;
}
.active_lang{
    display: flex;
    align-items: center;
}
.active_lang img {
    margin-left: 0.1rem;
    width: 1.625rem;
}
.header__nav{
    display: flex;
    align-items: center;
    gap: 3.7rem;

}

.header__nav a,
.header__button{
    color: var(--color-white);
    /*font-size: 0.6667rem;*/
    font-weight: 700;
    text-transform: uppercase;
}
.header__button:hover{
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}
.header__button{
    font-size: 1.125rem;
    min-width: 13.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 3.563rem;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.hero__bg,
.hero__bg img,
.hero__overlay{
    position: absolute;
    inset: 0;
}

.hero__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomInOut 20s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
.hero__overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);

}

.hero__content{
    position: relative;
    z-index: 1;
}

.hero__inner{
    padding-top: 4.7167rem;
}

.section-kicker{
    position: relative;
    margin: 0 0 1.4833rem;
    font-size: var(--size18);
    font-weight: 700;
    text-transform: uppercase;
}
.section_icon{
    width: 1.438rem;
    display: block;
    margin-right: 0.5rem;
}


.section_title{
    margin: 0px 0 1.8rem;
    font-size: var(--size48);
    font-weight: 700;
    line-height: 1.2;
}
.section_title.sm{
    font-size: var(--size36);
}
.hero__text{
    margin: 0 0 3.85rem;
    font-size: var(--size18);
}

.primary-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.563rem;
    padding: 0 2.1167rem;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: var(--size18);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.35s;
}
.primary-btn:hover{
    color: white;
    background: #a6190e
}

.profits{
    background: #1d1d1a;
    color: white;
}

.profits__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profits__intro{

}



.profits__intro p{
    margin: 0;
    color: var(--color-text);
}

.profits__invest{
    padding: 6.55rem 4.9rem 5.85rem;
    padding-right: 0;
    background: #111110;
    color: white;
    width: 42.1rem;
    position: relative;
}
.profits__invest:after{
    position: absolute;
    left: 100%;
    content: "";
    bottom: 0;
    top: 0;
    width: 100%;
    background: #111110;
}

.profits__badge{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    margin-bottom: 2rem;
    background: var(--color-primary);
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.profits__value{
    margin: 0 0 0.9167rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}





.profits__row{
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.72fr;
    padding: 0;
    position: relative;
    padding-top: 5.95rem;
    padding-bottom: 5.95rem;
}
.profits__row:after{
    position: absolute;
    bottom: 100%;
    left: -1000px;
    right: -1000px;
    content: "";

    border-top: 1px solid #111110;
}

.profits__stage{
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 27.4rem;
}
.profits__stage .section_icon{
    width: 1.25rem;
    margin-right: 0.8rem;
}
.profits__line{
    width: 0.8667rem;
    height: 2.2167rem;
    margin-top: 0;
    background: var(--color-primary);
    transform: skew(-14.2deg);
}

.profits__stage h3{
    margin: 0 0 1.4667rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.profits__stage p{
    margin: 0;
    line-height: 1.4;
    color: var(--color-text);
}

.profits__split{
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.profits__split div{
    display: flex;
    align-items: center;
    gap: 0.6667rem;
}

.profits__split strong{
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.profits__split span{
    font-size: var(--size24);
}

.profits__term{
    justify-self: end;
}

.profits__term span{
    display: block;
    margin-bottom: 0.6667rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #8D8D8D;
}

.profits__term strong{
    font-size: 4rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.benefits{
    padding: 7.3333rem 0 7.3167rem;
    background: #141413;
    color: white;
}
.section_title_row{
    margin-bottom: 6.7rem;
}
.benefits__head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.8333rem;
}



.benefits__head p{
    width: 22rem;
    margin: 0.6667rem 0 0;
    color: var(--color-text);
    font-size: 0.625rem;
    line-height: 1.55;
}
.section_title_row p{
    line-height: 1.4;
}
.benefits__list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
}

.benefits__item{
    text-align: center;
}

.benefits__icon{
    width: 6.25rem;
    margin: 0 auto 1.9rem;
    position: relative;
}
.benefits__icon:after{
    position: absolute;
    left: -0.4rem;
    top: -1.3rem;
    content: "";
    width: 7rem;
    height: 8rem;
    transform: skew(-8.2deg);
    background: var(--color-primary);
}
.benefits__icon img{
    width: 100%;
    position: relative;
    z-index: 1;
    left: 1.7rem;
}
.benefits__item p{
    margin: 0 auto;
    line-height: 1.4;
}

.quote{
    /*padding: 0 0 3.9583rem;*/
    background: #141413;
}

.quote__bg{
    background: #FFFFFF;
    margin: 0 2.4rem;
    padding: 2rem 2.5rem;
    color: #1A1A18;
    padding-bottom: 4.1rem;
}
.quote_flex img{
    width: 2.5rem;
}
.quote__box{
    position: relative;
    padding: 3.4rem 0;
    text-align: center;
}




.quote__content p{
    width: 86rem;
    margin: 0 auto;
    /* font-size: 0.5rem; */
    line-height: 1.4;
}

.model{
    padding: 7.55rem 0;
    background: #141413;
    color: white;
}

.section-head--center{
    justify-content: center;
}



.model__stats{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 5.1rem;
}

.model__stat > div{
    display: inline-block;
    position: relative;
    margin-bottom: 1.9667rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}
.model__stat strong{
    position: relative;
    z-index: 1;
}
.model__stat > div::before{
    content: "";
    position: absolute;
    left: -0.9rem;
    top: -1.2167rem;
    width: 4.0167rem;
    height: 5.8167rem;
    background: var(--color-primary);
    transform: skew(-22deg);
}

.model__stat span{
    display: block;
    line-height: 1.4;
    /*white-space: pre;*/
    font-size: 0.96rem;
}

.contact{
    background: #1d1d1a;
    color: white;
}

.contact__grid{
    display: grid;
    grid-template-columns: 34.65rem 1fr;
    align-items: center;
}

.contact__person{
    position: relative;
    width: 30.9rem;
    left: 0.8rem;
    /*background: linear-gradient(180deg, #2e3042 0%, #2e3042 100%);*/
}
.contact__person:after{
    position: absolute;
    right: 99%;
    top: 0;
    bottom: 0;
    left: -1000px;
    content: "";
    background: linear-gradient(90deg, #2A2B37 0%, #2D303F 100%);
}
.contact__photo{

}

.contact__photo img{
    width: 100%;
    display: block;
}









.contact__text{
    margin-bottom: 2.6rem;
}

.contact__fields{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem;

}

.contact__fields input,
.contact__fields select{
    height: 3.5rem;
    padding: 0 1.2333rem;
    border: 0;
    background: #ffffff;
    color: #232321;
    font-size: 1rem;
}

.contact__fields input:last-child{
    grid-column: 1 / 2;
}

.primary-btn--form{
    width: 9.75rem;
    margin-top: 0.625rem;
    padding: 0;
}

.footer{
    background: #141413;
    color: white;
}

.footer__top{
    display: grid;
    grid-template-columns: 40.7167rem 1fr auto;
    align-items: center;
}

.footer__logo{
    display: flex;
    align-items: center;
    height: 10.7rem;
    position: relative;
}
.footer__logo:after{
    position: absolute;
    right: 10.2rem;
    transform: skew(-12.3deg);
    top: 0;
    bottom: 0;
    width: 1000px;
    content: "";
    background: var(--color-primary);
}
.footer__logo img{
    width: 28.063rem;
    position: relative;
    z-index: 1;
}

.footer__contacts{
    display: flex;
    gap: 6.8833rem;
    padding-left: 2.8333rem;
}

.footer__contact span{
    display: block;
    margin-bottom: 0.5rem;
    /*color: var(--color-muted);*/
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #8D8D8D;
}

.footer__contact a{
    color: var(--color-white);
    font-size: 1.75rem;
    font-weight: 700;
}

.footer__socials{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.result p{
    margin-bottom: 0;
    margin-top: 1rem;
}
.footer__socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid #808080;
    border-radius: 50%;
}
.footer__socials a:hover{
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.footer__socials a[aria-label="instagram"] img{
    width: 1.8rem;
}
.footer__socials img{
    width: 1.5rem;
}

.footer__up{
    margin-left: 0.4167rem;
    color: var(--color-white);
    font-size: 0.75rem;
    line-height: 1;
}

.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3rem 0;
}

.footer__meta strong{
    display: block;
    margin-bottom: 0.4167rem;
    font-size: var(--size18);
    font-weight: 700;
    text-transform: uppercase;
    color: #DDDDDD;
}

.footer__meta span{
    color: var(--color-text);
}
.footer__policy,
.footer__copy{
    color: #8D8D8D;

}

.footer__policy{
    justify-self: center;
}

.floating-action{
    position: fixed;
    right: 0.6667rem;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
}
.footer__contact{
    display: flex;
    flex-direction: column;
}
.footer__contact a:hover{
    color: var(--color-primary);
}
.floating-action img{
    width: 100%;
}

.floating-action--wa{
    top: 14.75rem;
}

.floating-action--phone{
    top: 16.2917rem;
}
.page {
    padding-top: 10rem;
    padding-bottom: 5rem;
}