@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;700&display=swap');
*{
    font-family: 'Roboto', sans-serif;
}
.header-main{
    background-color: #0766FF;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    /* overflow: hidden; */
    box-shadow: 1px 2px 4px rgba(138, 138, 138, .3);
    z-index: 100;
}
a{
    cursor: pointer;
}
.header-main .container{
    width: 100%;
    z-index: 2;
}
.mt-75px{
    margin-top: 75px;
}
.nav-logo{
    font-size: 30px;
    color: #FFF;
}
.header__info-block{
    display: flex;
    align-items: center;
}
.header__info-block__items{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}
.header__info-block__item{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.header__info-block__item-phone{
    margin-top: 3px;
    font-weight: normal;
}

.btn-small{
    cursor: pointer;
    padding: 10px 32px;
    font-family: 'Roboto', sans-serif;
    color: #0766FF;
    font-weight: bold;
    font-size: 18px;
    background-color: #FFF;
    border-radius: 15px;

    transition: .2s all;
}
.btn-small:hover{
    opacity: 0.8;    

}

.section-main{
    padding: 114px 15px 34px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-main__preview{
    width: 40%;
}
.section-main__preview img{
    width: 100%;
}
.h1-main{
    font-size: 60px;
    color: #0766FF;
    font-weight: bold;
}
.h3-main{
    font-size: 30px;
    color: #333;
    margin-top: 15px;
}
.action-block{
    display: flex;
    align-items: center;

    margin-top: 40px;
}
.action-block svg{
    width: 200px;
}
.action-block a:first-child{
    margin-right: 10px;
}





.section-process, .section-screens-v1, .section-price{
    background-color: #0766FF;
}
.h-block-white-left{
    text-align: left;
    padding-bottom: 50px;
}
.h-block-white{
    text-align: center;
    padding-bottom: 50px;
}
.block-h__h1{
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

    position: relative;
}
.block-h__h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #FFF;
    bottom: -30px;
    left: 50%;
    
    transform: translate(-50%, -50%);
}
.block-h__h1-left::before{
    left: 4.5%;
}
.block-h__h1-left::after{
    left: calc(4.5% - 20px);
}





.section-screens-v1 .space-between, .section-screens-v2 .space-between{
    align-items: flex-start;
}
.screens-v1--text_p{
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
    padding-top: 16px;
}
.section-screens-v1__img{
    width: 320px;
    min-width: 320px;
    margin-left: 80px;
}
.screens--text__ul{
    color: #FFF;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 10px;
}
.screens--text__ul li{
    margin-bottom: 10px;
}


.screens-v2--text{
    width: 100%;
}
.screens-v2--text_p{
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 35px;
    padding-top: 16px;
}
.section-screens-v2__img{
    width: 320px;
    min-width: 320px;
    margin-right: 80px;
}
.screens-v2--text-mobile{
    display: none;
}
.screens--text__ul-v2{
    width: 100%;
    color: #333;
}





.h-block-black{
    text-align: center;
    padding-bottom: 50px;
}
.block-h__h1-black{
    color:#0766FF;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

    position: relative;
}
.block-h__h1-black::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #0766FF;
    bottom: -30px;
    left: 50%;
    
    transform: translate(-50%, -50%);
}
.h-block-black-right{
    text-align: right;

}
.block-h__h1-right::before{
    left: 95.5%;
}
.block-h__h1-right::after{
    left: calc(95.5% - 49px);
}
.h-block-black-right{
    text-align: right;
    padding-bottom: 50px;
}




.section-price h5{
    font-size: 40px;
    color: #FFF;
    text-align: center;
}






.footer-main{
    background-color: #343434;
    padding: 40px 0;
    position: relative;

}
.footer-main--container{
    display: flex;

}
.footer--float-btn{
    position: absolute;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0 1px 20px #0766FF;
    right: 5%;
    top: 10%;
    width: 48px;
    height: 48px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
}
.footer--float-btn:hover{
    box-shadow: 0 0px 0px #0766FF;

}
.footer--float-btn{
    font-size: 28px;
    color: #0766FF;
}

.footer-main--docs a{
    display: block;
    color: #A6A6A6;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 6px;

    transition: .2s all;
}
.footer-main--docs a:hover{
    color: #0766FF;
}
.footer-main--docs a:first-child{
    margin-bottom: 10px;
}
.footer-main--action{
    display: flex;
}
.footer-main--action-title{
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}
.footer-main--action > *{
    margin-left: 10px;
}

.payment-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}
.payments{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.payment-item{
    border-radius: 10px;
    background-color: #F0F1F4;
    padding: 0 4px;
    height: 30px;
    margin: 0 2px;
}

.payment-item img{
    height: 100%;
}
.copyright{
    color: #F0F1F4;
    font-size: 16px;
    font-weight: bold;
}










.btn-exit{
    color: #EE4B2B;
}
.section-search{
    padding-top: 100px;
    min-height: calc(100vh - 100px - 30px);
}
.section-search-container{
    max-width: 680px;
}
.search-bar{
    display: flex;
    margin: 0 0 12px;
}
input, select{
    padding: 15px 30px;
    border-radius: 15px;
    background-color: #333;
    color: #FFF;
    border: none;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.search-bar input{
    width: calc(100% - 74px);
}
select::-ms-expand {
    display: none;
}
.search-bar button{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background-color: #333;
    border: none;
    margin-left: 20px;
    cursor: pointer;
}


.package-card{
    background-color: #F0F1F4;
    border-radius: 20px;
    padding: 25px 20px;
    max-width: 540px;
    margin: 0 auto;
}
.package__trackcode{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.package__desc{
    color: #86878A;
    font-size: 18px;
    font-weight: bold;
}
.package__value{
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.mb-5px{
    margin-bottom: 5px;
}
.mb-10px{
    margin-bottom: 10px;
}

.circle{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 3px #0766FF solid;
    margin-right: 12px;
}
.completed{
    background-color: #00FF00;
}
.package__status-item-completed{
    color: #0766FF;
}
.package__statuses{
    list-style: none;
    color: #86878A;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.package__status-item{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.package__status-item span{
    opacity: 0.6;
    margin-left: 4px;
    font-size: 12px;
}
.package__form input{
    background-color: #FFF;
    font-weight: normal;
    color: #333;
    padding: 12px 20px;
}
.primary-input-item{
    margin-bottom: 10px;
    position: relative;
}
.primary-input-item::after{
    color: #0766FF;
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 2px;
    bottom: 2px;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
.package__input-weight::after{
    content: 'Вес';
}
.package__input-sum::after{
    content: 'Сумма';
}




.primary-mini-btn{
    background-color: #0766FF;
    border-radius: 50px;
    padding: 8px 0;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: .2s all;
}
.primary-mini-btn:hover{
    opacity: 0.8;
}
.primary-h2{
    font-weight: bold;
    font-size: 30px;
    color: #0766FF;
}
.error{
    color: #EE4B2B;
    font-size: 16px;
    margin: 10px;
}


.section-login{
    padding-top: 100px;
    min-height: calc(100vh - 100px - 30px);
    max-width: 430px;
}
.login-card{
    background-color: #F0F1F4;
    border-radius: 20px;
    padding: 25px 20px;
    max-width: 540px;
    margin: 0 auto;
}
.login__input-phone::after{
    content: 'Номер';
}
.section-login__h2{
    margin: 50px 0;
    text-align: center;
}





.section-cargo-main{
    padding-top: 100px;
    min-height: calc(100vh - 100px - 30px);
}
.modules-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.module-card{
    border: 3px solid #0766FF;
    border-radius: 20px;
    max-width: calc((1200px - 20px - 20px) / 3);
    width: calc((100vw - 20px - 20px) / 3);
    min-height: 120px;
    min-width: 250px;
    transition: .2s all;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #0766FF;
}
.module-card:hover{
    background-color: #F0F1F4;
}















.payments-container{
    max-width: 500px;
}
.payments-container h2{
    text-align: center;
    margin-bottom: 30px;
}
.payment-card{
    /* border: 3px solid #0766FF; */
    background-color: #0766FF;
    border-radius: 20px;
    width: 100%;
    min-width: 250px;
    transition: .2s all;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
    padding: 10px 14px;

}
.payment-card:hover{
    background-color: #14499d;
}
.payment-card h4{
    font-size: 24px;
}
.payment-card h5{
    font-size: 20px;
    font-weight: normal;
    text-align: end;
    margin-top: 8px;
}