@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('./fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Regular.woff2') format('woff2'),
        url('./fonts/Inter-Regular.woff') format('woff'),
        url('./fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('./fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Medium.woff2') format('woff2'),
        url('./fonts/Inter-Medium.woff') format('woff'),
        url('./fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('./fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-SemiBold.woff2') format('woff2'),
        url('./fonts/Inter-SemiBold.woff') format('woff'),
        url('./fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('./fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Bold.woff2') format('woff2'),
        url('./fonts/Inter-Bold.woff') format('woff'),
        url('./fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: normal;
}
a{
    text-decoration: none;
    transition: all 0.4s;
}
path{
    transition: all 0.4s;
}
input, button{
    border: none;
    outline: none;
    transition: all 0.4s;
}
button{
    cursor: pointer;
}
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 75px;
    width: 100%;
}
.header .container{
   /*padding: 0 110px;*/
}
.headerWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}
.phoneNumber{
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.05);
}
.phoneNumber:hover{
    background: rgba(0, 0, 0, 0.15);
}
.phoneNumber span{
    font-weight: 500;
    line-height: 20px;
}
.phoneNumber > span:nth-child(1){
    display: flex;
    align-items: center;
    gap: 6px;
}
.phoneNumber > span:nth-child(2){
    color: rgba(16, 28, 23, 0.60);
    font-size: 14px;
    padding-left: 26px;
}
.navigation{
    display: flex;
    align-items: center;
    gap: 35px;
}
.navItem{
    color: rgba(16, 28, 23, 0.60);
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
}
.navItem:hover{
    color: #000000;
}
.btn{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #65DF9D;
}
.btn._purple{
    background: #CEC1FF;
}
.btn._blue{
    background: #99D4FF;
}
.btn:hover{
    background: #000000 !important;
    color: #FFFFFF !important;
}
.btn:hover path{
    fill: #FFFFFF;
}
.hero .container{
    position: relative;
}
.hero .container::after{
    position: absolute;
    width: 506px;
    height: 568px;
    content: '';
    background: url(./files/mercedes.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    right: 0;
    bottom: 0;
}
.heroWrapper{
    max-width: 800px;
    padding: 85px 0;
}
h1{
    font-size: 48px;
    font-weight: 500;
    line-height: 136%;
    color: #101C17;
}
.heroComment{
    padding-top: 25px;
    padding-bottom: 40px;
    color: rgba(16, 28, 23, 0.70);
    font-size: 28px;
}
.heroItems{
    display: flex;
    align-items: center;
    gap: 16px;
}
.heroItem{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 16px;
    background: #5135D5;
}
.heroItem:nth-child(2){
    background: #000000;
}
.heroItem p{
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 600;
    line-height: 100%;
}
.heroItem p span{
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.heroDisclaimer{
    margin-top: 60px;
    display: flex;
    gap: 10px;
}
.heroDisclaimer > span{
    width: calc(100% - 34px);
    max-width: 660px;
    line-height: 24px;
}
.heroDisclaimer > span span{
    text-decoration: underline;
}
.grounder .container{
    border-radius: 50px;
    background: #F4F2EF;
}
.grounder .container > div:not(._horny){
    padding: 60px 0;
}
h2{
    font-size: 48px;
    line-height: 120%;
    padding-bottom: 50px;
}
.cardWrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: baseline;
}
.cardItem{
    width: calc((100% - 60px) / 3);
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cardItem h3{
    color: #101C17;
    font-size: 28px;
    font-weight: 500;
}
.cardItem > p{
    color: #101C17;
    line-height: 24px;
}
.cardItem._short{
    position: relative;
    width: calc(50% - 15px);
}
.cardItem._short > p{
    max-width: 280px;
}
.cardItem > p span{
    font-weight: 600;
    text-decoration: underline;
}
.cardWrapper .heroItem{
    background: #FFE999;
}
.cardItem._short::after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 280px;
    content: '';
    background: url(./files/whom1.png);
}
.cardItem._short:nth-child(2)::after{
    background: url(./files/whom2.png);
}
.cardItem._short .heroItem p,
.cardItem._short .heroItem span{
    color: #000000;
}
.grounder .heroDisclaimer,
#steps .heroDisclaimer{
    margin-top: 20px;
}
#document, #steps{
    padding: 60px 0;
}
#steps .cardWrapper{
    align-items: unset;
}
#document .cardItem{
    background: #F0F6F3;
}
.list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list p{
    color: #101C17;
    display: flex;
    gap: 8px;
    line-height: 136%;
}
.list svg{
    min-width: 24px;
}
#document .cardItem._short::after{
    background: url(./files/doc1.png);
    width: 210px;
    height: 290px;
}
#document .cardItem._short:nth-child(2)::after{
    background: url(./files/doc2.png);
}
._horny{
    display: flex;
    justify-content: center;
}
.cardColumn{
    width: calc(50% - 15px);
}
.cardColumn .cardItem{
    width: 100%;
}
.cardColumn:nth-child(1) .cardItem{
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: #F3F1FE;
}
.price{
    color: rgba(16, 28, 23, 0.50);
    font-weight: 500;
}
.price span{
    color: #5135D5;
    font-size: 38px;
    font-weight: 700;
}
.cardItemColumn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 10px);
}
.cardItemColumn > div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cardItemColumn .btn{
    max-width: 220px;
    color: #FFFFFF;
    background: #5135D5;
}
.cardItemColumn .btn path{
    fill: #FFFFFF;
}
.cardColumn:nth-child(2) .cardItem{
    padding: 0;
    background: #F4F2EF;
    gap: 0;
}
.cardColumn:nth-child(2) .cardItem p{
    padding: 30px;
    display: flex;
    gap: 21px;
    line-height: 24px;
    color: #101C17;
}
.cardColumn:nth-child(2) .cardItem p span{
    font-size: 38px;
    color: #101C17;
    text-decoration: none;
    font-weight: 500;
}
.cardColumn:nth-child(2) .cardItem p:nth-child(2){
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.footer{
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.03);
    margin-top: 24px;
}
footer .container{
    padding: 0 110px;
}
.footerWrapper{
    display: flex;
    align-items: center;
    gap: 50px;
}
.footerWrapper .navItem{
    flex-grow: 1;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 20;
}
.popupBg{
    background: rgba(16, 28, 23, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    cursor: pointer;
    z-index: 0;
}
.popupWrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #FFFFFF;
    max-width: 480px;
    width: 100%;
    z-index: 1;
    padding: 30px;
    display: none;
}
.popupWrapper[data-name="success"] .popupColumn{
    text-align: center;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.popupWrapper[data-name="success"] p{
    line-height: 28px;
}
.popupColumn{
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 360px;
}
.popup h3{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
input{
    height: 44px;
    display: flex;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.03);
    color: #101C17;
    padding-left: 14px;
}
input::placeholder{
    color: rgba(16, 28, 23, 0.50);
}
.formDisclaimer{
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
}
.btnWrapper{
    display: flex;
    justify-content: center;
}
.popupClose{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.popupClose:hover{
    background: #000000;
}
.popupClose:hover path{
    fill: #FFFFFF;
}
.burgerBtn{
    display: none;
}
.burgerMenu{
    display: none;
}
@media (max-width: 1000px) {
    .grounder{
        padding: 0 20px;
    }
    .container{
        max-width: 100%;
        padding: 0 20px !important;
    }
    .cardWrapper{
        gap: 20px;
    }
    .cardItem{
        width: calc((100% - 40px) / 2);
    }
    .cardItem._short {
        width: calc(50% - 10px);
    }
}
@media (max-width: 1240px) {
    .cardItem._short::after{
        width: 240px;
        height: 240px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    #document .cardItem._short::after{
        width: 180px;
        height: 250px;
    }
}
@media (max-width: 1160px) {
    body{
        overflow-x: hidden;
    }
    .navigation{
        position: fixed;
        z-index: 6;
        right: -320px;
        top: 0;
        background: #FFFFFF;
        flex-direction: column;
        height: 100vh;
        width: 320px;
        align-items: unset;
        padding: 40px;
        padding-top: 40px;
        transition: all 0.4s;
    }
    ._menu .navigation{
        right: 0;
    }
    .headerWrapper{
        gap: 24px;
    }
    .headerWrapper .logotype{
        flex-grow: 1;
    }
    .burgerBtn{
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #65DF9D;
        cursor: pointer;
    }
    .burgerBtn:hover{
        background: #101C17;
    }
    .burgerBtn:hover::after, 
    .burgerBtn:hover::before,
    .burgerBtn:hover span{
        background: #FFFFFF;
    }
    .burgerBtn::after, .burgerBtn::before, .burgerBtn span{
        position: absolute;
        content: '';
        background: #000000;
        height: 2px;
        width: 24px;
        border-radius: 2px;
        transition: all 0.4s;
    }
    .burgerBtn::after{
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }
    .burgerBtn::before{
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
    }
    .burgerBtn span{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .burgerMenu{
        position: fixed;
        content: '';
        background: rgba(16, 28, 23, 0.3);
        backdrop-filter: blur(1px);
        display: block;
        z-index: 4;
        width: 100%;
        height: 100vh;
        left: -100%;
        top: 0;
        transition: all 0.4s;
        cursor: pointer;
    }
    .burgerClose{
        position: fixed;
        content: '';
        z-index: 10;
        width: 40px;
        height: 40px;
        top: 20px;
        right: -60px;
        background: #65DF9D;
        border-radius: 8px;
        transition: all 0.4s;
        cursor: pointer;
    }
    .burgerClose._menu{
        right: 20px;
    }
    .burgerClose:hover{
        background: #101C17;
    }
    .burgerClose:hover::after, 
    .burgerClose:hover::before{
        background: #FFFFFF;
    }
    .burgerClose::after, .burgerClose::before{
        transition: all 0.4s;
        position: absolute;
        content: '';
        background: #000000;
        width: 24px;
        height: 2px;
        left: 50%;
        top: 50%;
        border-radius: 2px;
    }
    .burgerClose::after{
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .burgerClose::before{
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .burgerMenu._menu{
        left: 0;
    }
    .heroWrapper{
        max-width: 540px;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 28px;
        padding-bottom: 32px;
    }
    .heroComment{
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 32px;
    }
    .heroItem p{
        font-size: 16px;
    }
    .heroDisclaimer{
        margin-top: 32px;
    }
    .heroDisclaimer > span{
        font-size: 16px;
    }
    .cardWrapper{
        flex-wrap: wrap;
    }
    .cardItem{
        width: 100% !important;
    }
    #steps .cardWrapper{
        flex-direction: column-reverse;
    }
    .cardColumn{
        width: 100%;
    }
    .cardItemColumn{
        gap: 20px;
    }
    .cardColumn .cardItem{
        align-items: center;
    }
    .grounder .container > div:not(._horny) {
        padding: 40px 0;
    }
    .cardItem h3{
        font-size: 24px;
    }
    .cardItem._short > p{
        max-width: 640px;
    }
    .cardColumn:nth-child(2) .cardItem p{
        width: 100%;
        align-items: center;
    }
    .hero .container::after{
        width: 440px;
        height: 494px;
    }
}
@media (max-width: 960px) {
    #whom .cardItem._short::after{
        display: none;
    }
    .hero .container::after{
        z-index: -1;
        opacity: 0.3;
    }
}
@media (max-width: 768px) {
    .cardColumn:nth-child(1) .cardItem{
        flex-direction: column;
    }
    .cardItemColumn{
        width: 100%;
    }
    .headerWrapper .btn {
        position: fixed;
        z-index: 7;
        width: 220px;
        right: -280px;
        top: 260px;
    }
    ._menu .headerWrapper .btn {
        right: 60px;
    }
    .footerWrapper{
        flex-direction: column;
        gap: 24px;
    }
}
@media (max-width: 640px) {
    h1{
        font-size: 32px;
    }
    .heroComment{
        font-size: 20px;
    }
    .heroDisclaimer > span{
        font-size: 14px;
    }
    h2{
        font-size: 24px;
    }
    .cardItem h3{
        font-size: 20px;
    }
    .cardItem > p,
    .cardItem > p span,
    .list p,
    .cardColumn:nth-child(2) .cardItem p{
        font-size: 16px;
    }
    .cardColumn:nth-child(2) .cardItem p span{
        font-size: 32px;
    }
    .navItem{
        font-size: 16px;
    }
}
@media (max-width: 540px) {
    .hero .container::after{
        width: 90vw;
        height: 102vw;
    }
    .cardItem h3,
    .list{
        position: relative;
        z-index: 1;
    }
    #document .cardItem._short::after{
        z-index:  0;
        opacity: 0.4;
    }
    .header .phoneNumber{
        position: fixed;
        z-index: 6;
    }
    .header .phoneNumber {
        position: fixed;
        z-index: 7;
        right: -280px;
        width: 220px;
        top: 330px;
    }
    .header .phoneNumber._menu{
        right: 60px;
    }
    .popupWrapper{
        max-width: 94vw;
        padding: 20px;
    }
    .popupColumn{
        gap: 20px;
        min-height: unset;
    }
    .popup h3{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    h1{
        font-size: 24px;
        text-align: center;
    }
    .heroComment{
        font-size: 18px;
        text-align: center;
    }
    h2{
        font-size: 22px;
        text-align: center;
    }
    .cardItem h3{
        font-size: 18px;
    }
    .heroWrapper{
        padding: 70px 0;
    }
    .btn svg{
        display: none;
    }
    .btn{
        text-align: center;
        justify-content: center;
        font-size: 15px;
        display: flex;
        width: 100%;
    }
    .heroItems{
        flex-direction: column;
    }
    .heroDisclaimer > span{
        width: 100%;
    }
    .heroDisclaimer{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    h3{
        text-align: center;
    }
    .cardItem > p, .cardItem > p span, .list p, .cardColumn:nth-child(2) .cardItem p{
        text-align: center;
    }
    .cardItem{
        padding: 16px;
    }
    .cardColumn:nth-child(2) .cardItem p{
        flex-direction: column;
    }
    .price{
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .cardItemColumn{
         text-align: center;
    }
    .cardItemColumn .btn{
        max-width: 100%;
    }
    .cardItemColumn svg{
        display: none;
    }
    #document .list p{
        text-align: left;
    }
}