body,html{
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    background: #131313;
}
*{box-sizing: border-box; font-family: "Roboto", sans-serif;}
.none{display: none!important;}

/* header and menu */
.header{
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #131313;
}
.area-menu-pc{
    height: 80px;
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color:#FFFFFF;
}
.area-menu-pc a, .hello-user{
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}

.mobile-logo{width: 100px}
.area-menu-mobile{
    display: none;
}
.burger-menu{
    width: 35px;
    height: 35px;
}
.menu-right{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0
}
.menu-left{
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: start;
    align-content: center;
    gap: 35px;
}
.link-flex{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap:20px
}
.menu-icon{width: 25px}
.icon-close-menu{
    margin-left: auto;
    display: none;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 900px){
    .icon-close-menu{
        display: block;
    }
    .area-menu-pc{
            padding: 10px 15px 0 15px;
            max-width: 260px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            background: #313131;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 50%;
            gap: 15px;
            justify-content: start;
            align-content: start;
            align-items: start;
            color: #FFFFFF;
    }
    .area-menu-pc.hide-menu{display: none;}
    .menu-left{
        flex-direction: column;
        align-items: start;
    }
    .area-menu-mobile{
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        height: 60px;
        align-items: center;
    }
}
@media screen and (max-width: 600px){
    .area-menu-pc{
        max-width: 260px;
        width: 60%;
    }
}
/*  margins  */
.marg-01{
    margin: 50px auto 35px auto;
}
/*.box-btn.mb-40{*/
/*    margin-bottom: 40px;*/
/*}*/
.m-0{margin: 0}
/*  other */
.element-page-100vh .container-banner-text-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}.paragraph-banner-text-center{margin: 0;text-align: center}
.error-input{border: 1px solid red!important;}
.text-center{text-align: center}
.element-page-100vh{
    width: 100%;
    height: 100vh;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}
.area-h1-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
}
.area-h2-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
   margin: 0 auto 40px auto;
}
.area-h2-max-1150.mt-40{margin: 40px auto;}
.area-h3-max-1150.mt-40{margin: 40px auto;}
.area-h3-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
    margin: 0 auto 40px auto;
}
.area-h4-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
    margin: 50px auto;
}
.area-h5-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
    margin: 50px auto 40px auto;
}
.area-h6-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
    margin: 50px auto 40px auto;
}

.width-max-1150{
    width: 100%;
    padding: 0 15px;
    max-width: 1180px;
    color: #FFFFFF;
}

.d-sub-h1, .d-sub-h4{
    margin-top: 40px;
}
.d-sub-h1 p:first-child{margin:0 auto 25px auto}
.d-sub-h1 p{margin:0}
/*fonts css*/
p.color-white{color: #FFFFFF}
p.font30-400{
    font-size: 25px;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{margin: 0}
.h1{
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}
.h2{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
.h-blue{
    color:#007AFF;
}
.h3{
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
    text-align: center;
}
.h4{
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
}
.h5{
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}
.h6{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

/*btn*/
.btn-blue{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: none;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.btn-example-blue{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: none;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.btn-order.white-border{ border: 1px solid #FFFFFF;}
.btn-order{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #007AFF;
    cursor: pointer;
    text-decoration: none;
}
.btn-contact{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    flex-shrink: 0;
}
/*rates*/
.rate-section{
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 385px));
    justify-content: center;
    width: 100%;
    max-width: 1645px;
    padding: 0 30px;
    margin: 0 auto;
    gap: 20px;
}
.one-rate{
    width: 100%;
    margin: 0 auto;
    /*max-width: 370px;*/
    background: transparent;
    color: #FFFFFF;
    border-radius: 15px;
    border:1px solid #007AFF;
}
.one-rate.rate-blue{
    background: #007BFF;
    box-shadow: 0px 2px 18px rgba(0,123,255, 1);
}
.one-rate-item{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.one-rate-item p{margin: 0}
.one-rate-head p{
    font-size: 30px;
    font-weight: 700;
    margin: 20px auto;
    text-align: center;
}
.one-rate-body{
    padding: 0 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.one-rate-bottom{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px ;
}
.one-rate-bottom-title.blue{color:#007AFF; visibility: hidden}
.one-rate-bottom-title{
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.one-rate-bottom-price{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.rate-slider{display: none}
@media screen and (width<=1315px){
    .rate-section {
        grid-template-columns: repeat(2, minmax(330px, 385px));
        padding: 0 15px;
    }
}
@media screen and (width<=830px){
    .rate-section{display: none}
    .rate-slider{
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 15px;
    }

}

/*step-by-step*/
.step-by-step{
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto 45px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 440px));
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.step-item{
    width: 100%;
    margin: 0 auto;
    /*max-width: 420px;*/
    border-radius: 15px;
    border: 1px solid rgba(52,52,52, 1);
    background-image: linear-gradient(-63.434948822921996deg, rgba(25, 25, 25, 1) 0%, rgba(19, 19, 19, 1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    padding: 0 15px 0 0;
}
.step-img{
    width: 145px;
}
.step-description{
    margin: 0;
    color: #A7A7A7;
    font-size: 25px;
    font-weight: 300;
}
.step-description .bold{ font-weight: 500;color: #FFFFFF;}

/* advantages*/
.area-advantages{
    width: 100%;
    max-width: 1400px;
    padding: 40px 15px;
    margin: 0 auto 50px auto;
    border-radius: 15px;
    border: 1px solid #343434;
    background-image: linear-gradient(-63.434948822921996deg, rgba(25, 25, 25, 1) 0%, rgba(19, 19, 19, 1) 100%);
    overflow: hidden;
}
.item-adv{
    width: 100%;
    display: flex!important;
    gap: 20px;
    height: 128px;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
    background-color: #1E1E1E;
    padding: 30px 15px;
}
.item-adv-desc{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
}
.advantages-text{
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    margin: 20px auto 0 auto;
}
.advantages-text span{display: block; width: 100%; font-weight: 300;}
.swiper-pagination {
    bottom: 10px;
}
.advantages-slider, .area-reviews, .rate-slider{
    position: relative;
    padding-bottom: 35px;
}
.advantages-slider>.swiper-pagination, .area-reviews>.swiper-pagination, .rate-slider>.swiper-pagination {
    bottom: 0!important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF!important; /* Change to your desired color */
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #007AFF!important; /* Change to your desired color for the active dot */
}
/*  reviews   */
.area-reviews{
    width: 100%;
    max-width: 1400px;
    padding: 0 15px 40px 15px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.reviews-item{
    height: 100%;
    border-radius: 15px;
    border: 1px solid #007AFF;
    box-shadow: 0px 2px 18px #007AFF;
    background-color: #131313;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews-item-img{ width: 66px; margin-bottom: 20px}
.reviews-item-text{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.reviews-item-name{
    color: #737373;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 100%!important;
}
/*  footer  */
.footer{width:100%;background: #222222; padding: 50px 15px}
.footer-flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer-line{
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
    gap: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.footer-menu{
    display: flex;
    gap: 45px;
    justify-content: center;
    align-items: center;
}
.footer-menu a{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
    /*font-size: 20px;*/
}
.link-footer{
    text-decoration: none;
    color: #9E9E9E;
    /*font-size: 20px;*/
    font-weight: 500;
}
.f-line-vertical{
    background: #9E9E9E;
    width: 2px;
    height: 24px;
}
.footer-logo{width: 145px}
@media screen and (max-width: 1020px) {
    .footer{padding: 20px 15px}
    .footer-line{
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .footer-menu{
        flex-direction: column;
        gap: 10px;
    }
    .f-line-vertical{display: none}
    .link-footer{font-size: 16px;}
    .footer-logo{margin-bottom: 10px}
}
/*  area-system  */
.area-system-description{
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: 40px auto 50px auto;
}
.area-system-description-p2{
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: 40px auto 50px auto;
}

.sys-desc-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /*padding: 25px 0;*/
    /*border-top: 1px solid #A7A7A7;*/
    border-bottom: 1px solid #A7A7A7;
}
.sys-desc-item:first-child{border-top: 1px solid #A7A7A7;}
.sys-desc-item:last-child{border-top:none}
.sys-desc-item-head{
    width: 100%;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.sys-desc-item-head *{pointer-events: none}
.sys-desc-item-body{width: 100%; margin-bottom: 15px}

.sys-desc-item-title{
    width: 100%;
    color: #A7A7A7;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
}
.sys-desc-item-text{
    width: 100%;
    color: #A7A7A7;
    margin: 0;
    font-weight: 300;
    font-size: 25px;
}
.sys-desc-item-text.mb-2{
    margin-top: 0;
    margin-bottom: 20px;
}
.sys-desc-item-sub-title{
    width: 100%;
    color: #A7A7A7;
    margin: 0;
    font-weight: 700;
    font-size: 25px;
}
.sys-desc-item-sub-title.mb-2{
    margin-top: 0;
    margin-bottom: 20px;
}
.sys-imit-li{
    display: block;
}

.rotate-180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sys-desc-item-img{width:28px}
/*  AUTH  */
.login-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.login-body{
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.login-body-l{width: 100%}
.login-body-title{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
}
.login-body-sub-title{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
}
.auth-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.auth-input{
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    border: 1px solid #979797;
    outline: none;
    border-radius: 30px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}
.auth-text{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}
.go-register{
    color: #007AFF;
    text-decoration: none;
}
.auth-btn-blue{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: none;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.auth-btn-confirm{
    border-radius: 35px;
    background-color: #007AFF;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: none;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.login-logo{width: 265px}
.a-login-logo{display: block;margin-bottom: 45px; max-width: 265px;}
.login-body-title{margin-top: 0; margin-bottom: 45px;}
.agreements-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #FFFFFF;
}
.k-custom-checkbox {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k-custom-checkbox a {
    color: #FFFFFF;
}
.reg-req{
    color: #FFFFFF;
    margin-left: 3px;
}
.show-pass-parent{
    width: 100%;
    position: relative;
}
.show-pass{
    color: #131313;
    font-size: 20px!important;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
}
.k-custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.k-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius:30px ;
    background-color: #FFFFFF;
}
.k-custom-checkbox:hover input ~ .k-checkmark {
    background-color: #ccc;
}
.k-custom-checkbox input:checked ~ .k-checkmark {
    background-color: #007AFF;
}
.k-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.k-custom-checkbox input:checked ~ .k-checkmark:after {
    display: block;
}
.k-custom-checkbox .k-checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.no-active{
    pointer-events: none;
    background-color: #838383;
}
.agreements{color: #FFFFFF; font-weight: 500}
.confirm-body{
    width: 100%;
    padding: 0 15px;
}
.сonfirm-title{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 30px auto;
}
.сonfirm-sub-title{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 40px auto;
}
.login-container{align-items: center}
@media screen and (max-width: 1020px) {
    .login-container{align-items: start}
    .login-body{
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .a-login-logo{
        max-width: 100%;
    }
}
/*   Contact   */
.contact-h2{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.contact-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-container{
    width: 100%;
    max-width: 1180px;
    padding: 130px 15px 0 15px;
    margin: 0 auto 140px auto;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    position: relative;
}
.contact-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-inp{
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    border: 1px solid #FFFFFF;
    outline: none;
    border-radius: 30px;
    background: #131313;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.text-area-contact{
    width: 100%;
    height: 120px;
    padding: 15px 30px;
    border: 1px solid #FFFFFF;
    outline: none;
    border-radius: 30px;
    background: #131313;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.contact-column-line{
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto 140px auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 20px;
}
.contact-column-item{
    width: 100%;
}
.contact-column-title{
    font-size: 25px;
    font-weight: 500;
    color: #3A66EB;
    margin: 0 0 15px 0;
}
.contact-column-sub-title{
    font-size: 25px;
    font-weight: 300;
    color: #9E9E9E;
    margin: 0;
}
.send-mob{display: none; margin: 0 auto}
@media screen and (width<=930px){
    .contact-container{
        grid-template-columns: 1fr;
        max-width: 550px;
        margin: 0 auto 40px auto;
    }
    .contact-column-line{
        grid-template-columns: 1fr;
        justify-content: center;
        margin: 0 auto 30px auto;
    }
    .contact-column-title, .contact-column-sub-title{text-align: center}
    .send-pc{display: none}
    .send-mob{display: flex}
}
/* example-invoice */
.example-invoice-block{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1355px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
    gap: 25px;
}
.example-invoice-l{
    width: 100%;
    max-width: 775px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.example-invoice-img{width: 100%}
.example-invoice-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    gap: 30px;
}
.example-invoice-title{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}
.example-invoice-sub-title{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    margin: 0;
}
@media screen and (width<=950px) {
    .example-invoice-block{
        flex-wrap: wrap;
    }
    .example-invoice-l{max-width: 100%;}
    .example-invoice-img{max-width: 500px}
    .example-invoice-r{align-items: center;}
    .example-invoice-sub-title{text-align: center}
}

/*  Choose Lang  */
.language {
    position: fixed;
    right: 15px;
    top: 15px;
    display: inline-block;
    z-index: 99;
}
.language-content {
    display: none;
    right: 0px;
    position: absolute;
    min-width: 40px;
    z-index: 1;
}
.language:hover .language-content {
    display: block;
}
.lanS {
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 55;
    color: #fff;
    line-height: 20px;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
    background-color: #131313;
}
.lanS a {color: #fff; text-decoration: none}
/*choose lang header*/
.circle-lang {
    position: fixed;
    top: 20px;
    right: 20px;
}
.circle-lang-cur {
    background-color: #131313;
    color: white;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    border: none;
}
.circle-lang-content {
    display: none;
    position: absolute;
    background-color: #131313;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.circle-lang-content a {
    color: #FFFFFF;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.circle-lang-content a:hover {background-color: #ddd;}
.circle-lang:hover .circle-lang-content {display: block;}
.circle-lang:hover .circle-lang-cur {background-color: #131313;}
.current-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    color: white;
    padding: 16px;
    border: none;
    font-weight: 400;
    font-size: 18px;
}
.select-lang {
    position: relative;
    cursor: pointer;
}
.select-lang-content {
    display: none;
    color: #FFFFFF;
    position: absolute;
    background-color: #131313;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.select-lang-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.circle-lang-no-fixed{
    position: relative;
}
.circle-lang-content a:hover {background-color: #ddd;}
.circle-lang-no-fixed:hover .circle-lang-content {display: block;}
.circle-lang-no-fixed:hover .circle-lang-cur {background-color: #131313;}
@media screen and (min-width: 900px){
    .select-lang:hover .select-lang-content {display: block;}
    .select-lang:hover .current-lang {background-color: #131313;}
}
@media screen and (width<=900px) {
    .menu-right{flex-direction: column; align-items: start; gap: 25px}
    .select-lang{
        display: flex;
    }
    .select-lang-content{
        display: flex;
        position: relative;
        background: transparent;
    }
    .menu-left{margin-bottom: 5px}
}
/* ******Cookie ********/
.col2-c{
    width: 100%;
    margin-left: 20px;
}
.cookie-text{
    text-align: center;
    font-size: 12px;
    color: #000;
}
.cookie-accept {
    background: #007AFF;
    padding: 5px 10px;
    color: #fff!important;
    border-radius: 5px;
    margin-top:20px;
}
.cookie-accept:hover{
    color: #fff!important;
    cursor:pointer;
}
#cookie_notification {
    padding-right: 20px;
    display: none;
    font-weight: 300;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p {
    margin-bottom: 15px!important;
    text-align: center;
}
@media (min-width: 760px){
    #cookie_notification.show{
        display: flex;
    }
    .col2-c{
        padding-top: 10px;
    }
}
@media (max-width: 760px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
    .col2-c{
        width: auto;
    }
}
/*toast.js*/
.toast-error{
    background-color:#f83b73!important;
}
.toast-success{
    background-color:#007AFF!important;
}
.toast-top-center {
    top: 12px !important;
}
#toast-container .toast-title {
    color: #fff;
    font-weight: 500 !important;
}
.toast .toast-message {
    font-size: 12px;
}


/*faktury*/
.one-rate-accountant-info{
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    width: 100%;
    gap: 10px;
}
.one-rate-accountant-info img{
    width: 20px;
    height: 20px;
}
.one-rate-accountant-info p{
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.task-company-inform{
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 0 15px;
    margin: 20px auto 35px auto;
}


/*  MEDIA GLOBAL */

@media screen and (max-width: 935px) {
    .container-vid1{
        height: 100vh;
    }
}
@media screen and (max-width:750px) {
    .h1{font-size: 30px;}
    .h2{font-size: 28px;}
    .h3{font-size: 26px;}
    .h4{font-size: 24px;}
    .h5{font-size: 22px;}
    .h6{font-size: 22px;}
    .example-invoice-title{font-size: 26px;}
    .example-invoice-sub-title{font-size: 16px;}
    p.font30-400{font-size: 16px}
    .one-rate-head p{font-size: 22px}
    .one-rate-bottom-price{font-size: 25px}
    .step-description{font-size: 20px}
    .step-img{width: 85px}
    .item-adv-desc{font-size: 16px}
    .advantages-text{font-size: 20px}
    .reviews-item-text, .reviews-item-name{font-size: 16px}
    .sys-desc-item-title{font-size: 16px}
    .sys-desc-item-text{font-size: 14px}
    .login-body-l{padding-top: 20px}
    .login-logo{width: 120px}
    .a-login-logo{max-width: 120px;}
    .login-body-title{font-size: 22px; margin-bottom: 25px;}
    .login-body-sub-title, .auth-text{font-size: 16px}
    .login-body{padding-bottom: 30px}
}