 body{
    font-family: 'Work Sans', sans-serif;
}

.header{
    background-color: #F3C6BD;
    padding: 44px 0 71px;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
}

.container-1440{
    max-width: 1440px;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_start{
    justify-content: start;
}

.logo img{
    margin-right: 15px;
}

.logo_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2B292D;
}

.logo_text{
    font-size: 18px;
    line-height: 25px;
    color: rgba(43, 41, 45, 0.6);
}

.menu_check{
    width: 18px;
    height: 2px;
    background-color: #000000;
}

.menu_check:not(:last-of-type){
    margin-bottom: 4px;
}

.menu_checkbox, .menu_check-wrapper{
    display: none;
}



.header_link{
    font-size: 18px;
    line-height: 25px;
    color: #2B292D;
    text-decoration: none;
    position: relative;
}

.header_ul{
    margin-right: 77px;
}

.header_li:not(:last-of-type){
    margin-right: 30px;
}

.header_link:hover{
    font-weight: bold;
}

.header_link:hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2B292D;
}

.header_link:hover::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2B292D;
    bottom: -5px;
    left: 0;
}

.button{
    width: 160px;
    height: 48px;
    border: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1e-05) 100%), #3040C4;
    border-radius: 2px;
    font-size: 18px;
    line-height: 13px;
    color: #FFFFFF;
    font-weight: bold;
}

.button:hover{
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1e-05) 100%), #4758f0;
    transition: 1s;
    transform: scale(1.1);
}

.button-white{
    color: #000000;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.button-white:hover{
    background-color: #dfdede;
}

.bold{
    font-weight: 700;
}

.main{
    background-color: #F3C6BD;
    position: relative;
    padding-bottom: 125px;
}

.main_container > div:first-of-type{
    z-index: 1;
}

.main_container > div:last-of-type{
    z-index: 0;
    position: absolute;
    right: 25px;
}

.main_title{
    font-size: 80px;
    line-height: 78px;
    letter-spacing: -0.5px;
    color: #2B292D;
    font-weight: bold;
    margin-bottom: 34px;
    max-width: 754px;
}

.main_text{
    font-size: 24px;
    line-height: 34px;
    color: #2B292D;
    max-width: 456px;
    margin-bottom: 58px;
}



.what-is-it{
    background: #F4F5F7;
    padding: 77px 0 76px;
}

.what-is-it_block{
    max-width: 555px;
}

.what-is-it_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #2B292D;
}

.what-is-it_text{
    font-size: 22px;
    line-height: 32px;
    color: #2B292D;
}

.logos{
    padding: 30px 0 106px;
}

.logos--lower{
    padding: 62px 0 62px;
}

.logos__grid{
    display: grid;
    gap: 105px;
    grid-template-columns: repeat(6, 1fr);
}

.logos__item{
    margin: auto;
}

.logos__img{
    justify-items: center;
    margin: auto;
}

.logos__img:hover{
    transform: scale(1.2);
    transition: 1s;
}

.features{
position: relative;
margin-bottom: 103px;
}

.features-items{
    max-width: 459px;
}

.features-icon{
    margin-right: 15px;
    margin-bottom: 8px;
}

.features-pretitle{
    font-size: 22px;
    line-height: 26px;
    color: #2B292D;
    font-weight: bold;
    margin-bottom: 8px;
}

.features-text{
    max-width: 459px;
    font-size: 18px;
    line-height: 26px;
    color: #2B292D;
    display: none;
}

.features-line{
    border-top: 1px solid rgba(43, 41, 45, .15);    
    mix-blend-mode: normal;
    margin: 15px 0 21px;
}

.features-screen{
    max-width: 684px;
}

.features_container > div:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 258px;
}

.features_container > div:last-of-type{
    position: absolute;
    right: 0;
    top: 11px;
}

.features-change-color{
    color: #3142C6;
    transition: 300ms;
}

.features-change-color-line{
    transition: 300ms;
    border-top: 1px solid rgba(49, 66, 198, 1);
}

.features-change-color-icon{
    fill: #3142C6;
}


.inbox{
    background: rgba(252, 240, 227, .4);
    padding: 117px 0 116px;
}

.info_pretitle{
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 26px;
}

.info_pretitle-orange{
    color: #F1592B;
}

.info_pretitle-blue{
    color: #0189D1;
}

.info_pretitle-green{
    color: #009B4D;
}

.info_pretitle-black{
    color: #000000
}

.info_title{
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.5px;
    color: #2B292D;
    font-weight: bold;
    max-width: 462px;
    margin-bottom: 26px;
}

.info_text{
    max-width: 461px;
    font-size: 24px;
    line-height: 34px;
    color: #2B292D;
    margin-bottom: 44px;
}

.info_text-better{
    margin-bottom: 39px;
}

.inbox_response{
    max-width: 519px;
    width: 100%;
    background: white;
    padding: 30px 30px 24px;
    box-sizing: border-box;
    border-bottom: 4px solid #0185D0;;
}

.inbox_text{
    font-size: 20px;
    line-height: 28px;
    color: #2B292D;
    padding-bottom: 26px;
}

.inbox_name{
    font-weight: 700;
    line-height: 22px;
    color: #2B292D;
}

.inbox_position{
    line-height: 22px;
    color: rgba(43, 41, 45, 0.6);
}

.container-image_img{
    width: 100%;
}

.inbox_img{
    margin-right: 11px;
    margin: 0 auto;
}

.better{
    padding: 110px 0 105px;
}

.better_grid{
    margin-top: 105px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
}

.better_text{
    font-size: 18px;
    line-height: 26px;
    color: #2B292D;
}

.better_link{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #3142C6;
}

.categories{
    padding: 108px 0 110px;
    background-color: rgba(0, 161, 198, 0.07);
    text-align: center;
    color: #2B292D;
}

.categories_grid{
    margin-top: 111px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.categories_item{
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.categories_item:hover{
    cursor: pointer;
    background-color: #3141C5;
    color: #FFFFFF;
    transition: 1s;
    
    animation: swing 0.6s ease;
    animation-iteration-count: 1;
}

.categories_img{
    padding-bottom: 22px;
}

.categories_text{
    padding-bottom: 33px;
}

.trusted{
    position: relative;
    text-align: center;
}

.trusted_title{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #3142C6;
    margin-bottom: 28px;
}

.trusted_title-red{
    color: red;
}

.trusted_title-yellow{
    color: yellowgreen;
}

.trusted_text{
    max-width: 750px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
    color: #2B292D;
    margin-bottom: 34px;
}

.trusted_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2B292D;
}

.trusted_position{
    font-size: 16px;
    line-height: 24px;
    color: rgba(43, 41, 45, 0.6);
}

.trusted_img{
    position: absolute;
    bottom: 0;
    right: 26px;
}

.bx-pager{
    display:-webkit-inline-box;
    margin: 38px 0 67px;
}

.bx-pager-item:not(:first-of-type){
    margin-left: 13px;
}

.bx-pager-link{
    position: absolute;
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    z-index: 1;
}

.bx-pager-item::before{
    content: '';
    position: absolute;
    cursor: pointer;
    width: 8px;
    height: 8px; 
    border-radius: 50%;
    background-color: rgba(43, 41, 45, .2);
    z-index: 0;
}

.bx-pager-item > .active::before{
    content: '';
    position: absolute;
    cursor: pointer;
    width: 8px;
    height: 8px; 
    border-radius: 50%;
    background-color: #3141C5;
    z-index: 1;
}

.about{
    padding: 106px 0 90px;
}

.about-title_box{
    max-width: 555px;
    text-align: center;
    margin: 0 auto;
}

.about-title{
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.5px;
    color: #2B292D;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-undertitle{
    font-size: 24px;
    line-height: 34px;
    color: #2B292D;
    margin-bottom: 28px;
}

.button-about{
    width: 247px;
    margin-bottom: 63px;
}

.about-items{
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 22px 28px;
    border: 2px solid rgba(43, 41, 45, 0.2);
    border-radius: 8px;
    color: #2B292D;
}

.about-items:not(:last-of-type){
    margin-bottom: 20px;
}

.about-grid{
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 65% 33% 2%;
}

.about-pretitle_box{
    width: 410px;
}

.about-pretitle{
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.about-text{
    font-size: 18px;
    line-height: 26px;
    margin-top: 3px;
    display: none;
}

.about-location{
    padding-top: 2px;
    display: block;
    align-self: flex-start;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.6;
}

.about-icon{
    padding-top: 7px;
    display: block;
    align-self: flex-start;
    opacity: 0.6;
}

.about-rotate_icon{
    transform: rotate(90deg);
    transition: 300ms;
}

.change-color{
    color: #FFFFFF;
    opacity: 1;
    background-color: #3141C5;
    border: 2px solid #3141C5;
    transition: 300ms;
}




.all-surfaces{
    padding-bottom: 91px;
    text-align: center;
}

.all-surfaces_title{
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 26px;
}

.all-surfaces_text{
    font-size: 24px;
    line-height: 34px;
    color: #172342;
    max-width: 554px;
    margin: 0 auto 97px;
}

.all-surfaces_grid{
    display: grid;
    gap: 50px 42px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.all-surfaces_img{
    width: 100%;
    height: 100%;
}

.all-surfaces_img:hover{
    animation: swing 0.6s ease;
    animation-iteration-count: 1;
}

.all-surfaces_img:nth-child(3), .all-surfaces_img:nth-child(4){
   grid-row: span 2;
}

.trial{
    padding: 73px 0 72px;
    background: #F4F5F7;
}

.trial_grid{
    display: grid;
    grid-template-columns: 40% 60%;
}

.trial_img{
    text-align: center;
}

.trial_form{
    max-width: 555px;
}

.trial_title{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #2B292D;
    font-weight: bold;
    margin-bottom: 12px;
}

.trial_text{
    font-size: 22px;
    line-height: 32px;
    color: #2B292D;
    margin-bottom: 26px;
}

.trial_input{
    margin-bottom: 10px;   
}

.trial_email{
    background: #FFFFFF;
    padding: 17px 15px 18px;    
    font-size: 18px;
    line-height: 13px;
    border: 1px solid rgba(43, 41, 45, 0.2);
    border-radius: 2px;
    width: 385px;
    height: 48px;
    box-sizing: border-box;
}

.trial_email::placeholder{
    color: #2B292D;
}

.fake{
    width: 15px;
    height: 15px;
    border: 1px solid green;
    border-radius: 25%;
    display: inline-block;
    position: relative;
}

.fake_image{
    box-sizing: border-box;
}

.fake::before{
    content: "\2713";
    position: absolute;
    width: 15px;
    height: 15PX;
    border-radius: 25%;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.checkbox:checked ~ .fake::before{
    opacity: 1;
    transition: 1s;
}

.checkbox{
    opacity: 0;
}

.trial_check{
    font-size: 14px;
    line-height: 22px;
    color: rgba(43, 41, 45, 0.6);
}

.trial_undertext{
    position: relative;
}

.checkbox{
    position: absolute;
    transform: translate(-47px);
}

.fake{
    position: absolute;
    transform: translate(-22px);
}

.trial_link{
    color: rgba(49, 66, 198, 1);
}

.footer{
    padding: 91px 0 37px ;
}

.footer_grid{
        display: grid;
        grid-template-columns: 40% 60%;
}

.logo_box{
    max-width: 360px;
}

.footer-logo{
    margin-bottom: 26px;
}

.footer-logo img{
    margin-right: 15px;
}

.footer-logo_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2B292D;
}

.footer-logo_text{
    font-size: 18px;
    line-height: 25px;
    color: rgba(43, 41, 45, 0.6);
}

.footer-text{
    font-size: 18px;
    line-height: 26px;
    color: rgba(43, 41, 45, 0.6);
    margin-bottom: 25px;
}

.footer_download{
    margin-bottom: 59px;
    text-decoration: none;
}

.footer_link{
    text-decoration: none;
}

.footer_download > a:not(:last-of-type){
    margin-right: 10px;
}

.footer_link > img:hover{
    transform: scale(1.1);   
    transition: 1s;
}

.footer-info_grid{
    display: grid;
    grid-template-columns: repeat(2, 265px);
    gap: 29px;
    align-self: flex-start;
    margin-top: 17px;
}

.footer-text_title{
    font-size: 22px;
    line-height: 28px;
    color: #2B292D;
    font-weight: bold;
    margin-bottom: 18px;
}

.footer-text_link{
    display: block;                                                     
    font-size: 18px;
    line-height: 30px;
    color: rgba(43, 41, 45, 0.6);
    text-decoration: none;
    margin-top: 9px;
}

.footer_line{
    background: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.1;
}

.footer_rules{
    margin-top: 13px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(43, 41, 45, 0.6);
}

.footer_rules > a:not(:last-of-type){
    margin-right: 25px;
}

.footer_social{
    margin-top: 3px;
}

.footer_social > a:not(:last-of-type){
    margin-right: 25px;
}

.footer_link > img:hover{
    transform: scale(1.8);
    transition: 1s;
}

.modal-overlay{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.modal{
    max-width: 550px;
    text-align: center;
    background-color: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close{
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

#up{
    display: none;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 100px;
    right: 50px;
    background-size: cover;
    background-image: url('../img/header/greenball-mark.png');
    border-radius: 50%;
    cursor: pointer;
}


@media screen and (max-width: 1200px){
    .container{
        max-width: 1040px;
    }

    .header_ul{
        margin-right: 50px;
    }

    
    .what-is-it_block{
        max-width: 500px;
    }

    .logos{
        padding-bottom: 70px;
    }

    .logos__grid{
        gap: 40px;
    }

    .features_container{
        flex-direction: column;
        margin-bottom: 103px;
        }

    .features_container > div:last-of-type{
        position: static;
        margin: 0 auto;
    }

    .trusted_title{
        max-width: 573px;
        margin: 0 auto;
        margin-bottom: 14px;
    }
    
    .trusted_text{
        max-width: 584px;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .trusted_name, .trusted_position{
        max-width: 175px;
        margin: 0 auto;
    }
    
    .all-surfaces{
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 1090px){
    .container{
        max-width: 750px;
    }
    
    .logo_text{
        display: none;
    }
  
    .menu_checkbox, .menu_check-wrapper{
        display: block;
    }

    .header{
        padding: 31px 0 25px;
    }
    
    .header_nav{
        display: none;
    }

    .menu{
        position: relative;
    }

    .menu_check{
        transition: 300ms;
    }

    .menu_checkbox{
        position: absolute;
        width: 18px;
        height: 13px;
        margin: 0;
        top: 0;
        right: 0;
        opacity: 0;
        z-index: 4;
    }

    .menu_check-wrapper{
        position: absolute;
        z-index: 3;
        right: 0;
    }

    .menu_checkbox:checked ~ .menu_check-wrapper > .menu_check:first-of-type{
        transform: translate(0, 6px) rotate(45deg);
    }

    .menu_checkbox:checked ~ .menu_check-wrapper > .menu_check:nth-of-type(2){
        opacity: 0;
    }

    .menu_checkbox:checked ~ .menu_check-wrapper > .menu_check:last-of-type{
        transform: translate(0, -6px) rotate(-45deg);
    }

    .menu_checkbox:checked ~ .header_nav{
        display: block;
        position: fixed;
        background-size: 100% 100%;
        background-image:  url("../img/header/menu-bg.png");
        top: 40px;
        right: calc(((100vw - 750px) / 2) - 20px );
        border-radius: 30px;
        text-align: center;
        opacity: 1;
        padding: 70px 0 70px;
        z-index: 2;
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        position: fixed;
        top: 60px;
        right: calc((100vw - 750px) / 2);
    }

    .close_menu{
        display: none;
    }

    .flex_menu{
        flex-direction: column;
    }

    .header_ul{
        margin-right: 0;
        text-align: center;
    }

    .header_li{
        margin-bottom: 20px;
    }

    .header_li:not(:last-of-type){
        margin-right: 0;
    }

    .main{
        padding-bottom: 0; 
    }

    .main_container{
        flex-direction: column;
        align-items: flex-start;
    }

    .main_title{
        font-size: 60px;
        line-height: 72px;
        letter-spacing: -0.5px;
        color: #2B292D;
        max-width: 525px;
        margin-bottom: 15px;
    }

    .main_text{
        font-size: 20px;
        line-height: 26px;
        color: #2B292D;   
        max-width: 355px;   
        margin-bottom: 26px;                                                 
    }

    .main_container > div:last-of-type{
        z-index: 0;
        position: static;
        right: 25px;
        margin: 0 auto;
    }

    .main_container > div:last-of-type > img{
        max-width: 620px;                                       
    }
    
    .what-is-it{
        padding: 30px 0 34px;
    }

    .what-is-it__flex{
        flex-direction: column;
    }

    .what-is-it_block{
        max-width: 432px;
    }

    .what-is-it_block:not(:last-of-type){
        margin-bottom: 66px;
    }

    .logos{
        padding: 25px 0 41px;
    }

    .logos__grid{
        gap: 28px 99px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .logos__grid:nth-child(1){
        grid-column: 1/2;
        grid-row: 1/2;
        box-sizing: border-box;
    }

    .logos__grid:nth-child(2){
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .logos__grid:nth-child(3){
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .logos__grid:nth-child(4){
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .logos__grid:nth-child(5){
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .logos__grid:nth-child(6){
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .features{
        margin-bottom: 67px;
    }

    .features-text{
        text-align: start;
    }

    .features_container > div:nth-of-type(2){
        top: 248px;
    }

    .features-screen{
        max-width: 538px;
        margin-top: 49px;
    }
   
    .inbox{
        padding: 56px 0 69px;
    }

    .flex__inbox-column{
        flex-direction: column-reverse;
    }

    .info{
        text-align: center;
    }

    .info_title{
        margin: 0 auto 14px;
        font-size: 48px;
        line-height: 52px;
    }

    .info_text{
        max-width: 429px;
        margin: 0 auto 41px;
        font-size: 20px;
        line-height: 26px;
    }

    .inbox_response{
        margin: 0 auto 75px;
        text-align: start;
    }

    .better{
        padding: 73px 0 38px;
    }

    .container-image--better{
        margin-top: 37px;
    }

    .flex-column{
        flex-direction: column;
    }

    .better_grid{
        grid-template-columns: 1fr;
    }

    .better_block{
        margin: 0 auto;
        text-align: center ;
    }

    .better_block:nth-child(2), .better_block:nth-child(3){
        display: none;
    }

    .better_text{
        max-width: 322px;
    }

    .categories_grid{
        margin-top: 52px;
        display: grid;
        gap: 38px 64px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    
    .trusted_img{
        position: relative;
        left: 0;
    }

    .bx-pager {
        margin: 14px 0 51px;
    }

    .about-title{
        font-size: 48px;
        margin-bottom: 14px;
    }

    .about-undertitle{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 27px;
    }

    .button-about{
        margin-bottom: 67px;
    }
    
    .about-pretitle_box{
        width: 408px;
    }
       
    .all-surfaces{
        padding-bottom: 124px;
    }

    .all-surfaces_title{
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 29px;
    }

    .all-surfaces_text{
        max-width: 399px;
        font-size: 20px;
        line-height: 34px;
        margin: 0 auto 113px;
    }

    .all-surfaces_grid{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 29px 45px;
    }

    .all-surfaces_img:nth-child(7){
        display: none;
    }

    .all-surfaces_img:nth-child(3){
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .all-surfaces_img:nth-child(4){
        grid-row: 2/4;
    }

    .all-surfaces_img:nth-child(2){
        grid-row: 4/5;
        grid-column: 2/3;
    }
    
    .trial{
        padding: 76px 0 62px;
        text-align: center;
    }
    
    .trial_grid{
        grid-template-columns: 1fr;
        grid-template-rows: 65% 35%;
        gap: 13px;
    }

    .trial_box:nth-child(2){
        grid-row: 1/2;
    }
    
    .trial_img{
        text-align: center;
    }
    
    .trial_form{
        max-width: 590px;
        margin: 0 auto;
    }

    .trial_title{
        max-width: 325px;
        font-weight: 700;
        font-size: 48px;
        line-height: 40px;
        letter-spacing: -0.357143px;
        color: #2B292D;
        margin: 0 auto 51px;
    }

    .trial_text{
        margin-bottom: 35px; 
    }

    .trial_input{
        max-width: 598px;
        margin-bottom: 21px;
    }

    .trial_email{
        max-width: 290px;
        text-align: center;
    }

    .trial_button{
        width: 290px;
        margin-top: 12px;
    }

    .trial_undertext{
        max-width: 431px;
        margin: 0 auto;
        text-align: start;
    }

    .trial_check{
        margin-bottom: 13px;
        width: 431px;
        text-align: center;
    }

    .footer{
        padding: 49px 0 47px 10px;
        max-width: 343px;
        margin: 0 auto;
    }

    .footer_grid{
        grid-template-columns: 1fr;
        grid-template-rows: 33% 67%;
    }

    .footer-logo{
        flex-direction: column;
        margin-bottom: 32px;
        text-align: center;
    }
    
    .footer-logo > img{
        margin-left: 15px;
        margin-bottom: 32px;
        text-align: center;
    }

    .footer-text{
        display: none;
        margin-bottom: 0;
    }

    .footer_download{
        flex-direction: row;
        margin-bottom: 32px;
    }

    .footer_download > a:not(:last-of-type){
        margin-right: 46px;
    }

    .footer-info{
        margin-top: 0;
    }

    .footer-info_grid{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2);
        gap: 29px;
        align-self: flex-start;
        margin-top: 17px;
    }

    .footer_line{
        display: none;
    }

    .flex_underline{
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_rules{
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 800px){
    .container{
        max-width: 500px;
    }

    .header{
        padding: 25px 0;
    }

    .menu_checkbox:checked ~ .header_nav{
        background-image:  url("../img/header/menu-bg.png");
        right: calc(((100vw - 500px) / 2) - 20px );        
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        right: calc(((100vw - 500px) / 2) - 0px);
    }
    
    .main_container > div:last-of-type > img{
        max-width: 100%;
        margin: 33px 0 36px;                                       
    }                                                

    .logos__grid{
        gap: 28px 50px;
    }
   
    .features_container > div:nth-of-type(2){
        display: none;
    }

    .features-screen{
        max-width: 100%;
        box-sizing: border-box;
    }

    .inbox{
        padding: 40px 0;
    }

    .inbox_response{
        margin-bottom: 50px;
    }

    .about-items{
        flex-direction: column;
        padding: 0;
    }

    .about-pretitle_box{
        max-width: 270px;
        padding: 19px 20px 0;
        box-sizing: border-box;
    }

    .about-grid{
        max-width: 100%;
        grid-template-columns: 1fr 50px;
        grid-template-rows: 1fr 36px;
        gap: 18px 20px;
    }

    .about-location{
        font-size: 16px;
        line-height: 22px;
        grid-row: 2/3;
        grid-column: 1/2;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .about-icon-box{
        position: relative;
        background: #D5D4D5;
        border-radius: 0px 6px 6px 0px;
        border: 1px solid #D5D4D5;
        grid-row: 1/3;
        grid-column: 2/3;
    }

    .about-icon{
        position: absolute;
        padding-top: 0%;
        top: 43%;
        left: 47%;
    }
}

@media screen and (max-width: 550px){
    .container{
        max-width: 430px;
    }

    .button{
        width: 290px;
    }

    .button-white{
        margin: 12px 0 0;
    }

    .menu_checkbox:checked ~ .header_nav{
        padding: 70px 0 300px;
        background-image:  url("../img/header/menu-bg.png");
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        right: calc(((100vw - 430px) / 2) + 0px);
    }

    .info_pretitle{
        margin-bottom: 20px;
    }

    .info_title{
        font-size: 36px;
        line-height: 48px;
    }

    .what-is-it{
        padding: 30px 0 34px;
    }

    .logos__grid{
        gap: 28px 19px;
    }
  
    .categories_grid{
        margin-top: 40px;
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

@media screen and (max-width: 480px){
    .container{
        max-width: 310px;
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        right: calc(((100vw - 310px) / 2) + 0px);
    }

    .what-is-it{
        padding: 46px 0;
    }

    .logos__grid{
        gap: 20px 10px;
    }

    .logos__img{
        width: 80%;
    }

    .features-pretitle{
        font-size: 18px;
        margin-bottom: 9px;
    }
    
    .about-pretitle_box{
        max-width: 199px;
    }

    .all-surfaces_grid{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 1fr);
        gap: 17px;
    }

    .all-surfaces_img:nth-child(2){
        display: none;
    }

    .all-surfaces_img:nth-child(3){
        grid-column: 1/2;
        grid-row: 4/6;
    }

    .all-surfaces_img:nth-child(4){
        grid-row: 2/4;
    }

    .fake{
        transform: translate(225px, 25px);
    }

    .footer_download > a:not(:last-of-type){
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px){
    .container{
        max-width: 300px;
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        right: calc(((100vw - 300px) / 2) + 20px);
    }
}

@media screen and (max-width: 320px) {
    .container{
        max-width: 290px;
    }

    .menu_checkbox:checked, .menu_checkbox:checked ~ .menu_check-wrapper{
        right: calc(((100vw - 290px) / 2) + 20px);
    }

    .header{
        background-color: #FFFFFF;
        padding: 8px 0;
    }

    .main_title{
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -0.3125px;
        color: #2B292D;
        max-width: 290px;
        margin-bottom: 24px;
    }

    .main_text{
        font-size: 24px;
        line-height: 34px;
        color: #2B292D; 
        max-width: 290px;   
        margin-bottom: 30px;                                                 
    }

    .logo img{
        margin-right: 13px;
    }

    .menu_checkbox:checked ~ .header_nav{
        margin-bottom: 20px;
    }

    .what-is-it_block{
        max-width: 290px;
    }

    .what-is-it_block:not(:last-of-type){
        margin-bottom: 20px;
    }

    .logos{
        padding: 0;
    }

    .features-text{
        font-size: 16px;
    }

    .features-screen{
        margin-top: 17px;
    }

    .inbox{
        padding: 50px 0 48px;
    }

    .container-image{
        margin-bottom: 32px;
    }
    
    .flex__inbox-column{
        flex-direction: column;
    }

    .info{
        text-align: start;
    }

    .info_pretitle{
        margin-bottom: 17px;
    }

    .info_title{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.357143px;
        margin-bottom: 18px;
    }

    .info_text{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .inbox_response{
        padding: 30px 20px;
    }

    .container-image--better{
        margin-top: 40px;
    }

    .better_block{
        max-width: 290px;
    }

    .better_block:nth-child(2), .better_block:nth-child(3){
        display: grid;
    }

    .better_text, .better_link{
        text-align: start;
    }

    .trusted_title{
        text-align: start;
        max-width: 290px;
        margin: 53px auto 29px;
    }
    
    .trusted_text{
        text-align: start;
        max-width: 290px;
        margin: 0 auto 32px;
    }

    .trusted_name, .trusted_position{
        max-width: 290px;
        text-align: start;
        margin: 0 auto;
    }

    .bx-pager {
        margin: 40px 0 40px;
    }

    .about-title{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.357143px;
        margin-bottom: 18px;
    }

    .about-undertitle{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .button-about{
        margin-bottom: 57px;
    }

    

    .trial{
        padding: 50px 0 50px ;
    }
       
    .trial_grid{
        grid-template-columns: 1fr;
        grid-template-rows: 40% 60%;
        gap: 40px;
    }

    .trial_box:nth-child(2){
        grid-row: 2/3;
    }

    .trial_title{
        margin: 0 auto 18px;
    }

    .trial_text{
        margin-bottom: 72px;
    }

    .trial_input{
        margin-bottom: 10px;   
    }

    .fake{
        transform: translate(225px, 25px);
    }
}

@keyframes swing {
    15% {
      transform: translateX(9px);
      rotate: 9deg;
    }
    30% {
      transform: translateX(-9px);
    }
    40% {
      transform: translateX(6px);
    }
    50% {
      transform: translateX(-6px);
    }
    65% {
      transform: translateX(3px);
    }
    100% {
      transform: translateX(0);
    }
  }