@font-face {
    font-family: 'MainFont';
    src: url('/fonts/GolosText-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
   margin: 0;
   padding: 0;
}

.btn-primary {
    --bs-btn-bg: #007dc4;
    --bs-btn-hover-bg: #00649c;
    --bs-btn-active-bg: #007dc4;
}

.btn-primary:hover {
    background-color: white;
    color: #007dc4;
}


.upper {
    text-transform: uppercase;
}

.global-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}

.mfont {
    font-family: MainFont;
}

.main-menu .navbar-brand img {
    padding-top: 15px;
    z-index: 9999;
}

.main-menu .navbar-nav .nav-link {
    font-size: 13px;
    text-transform: uppercase;
}

.main-menu .navbar-nav .nav-link:hover {
    color: #007dc4;
}

.main-menu .navbar-nav .nav-item {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 140px;
    font-weight: bold;
    color: #212427;
}

.navbar-filler {
    justify-content: space-around; 
    flex-grow:1; 
    height: 35.5px;
}

.navbar-men {
    
}

.main-menu {
    background-color: white !important;
    -webkit-mask-image: 
        -webkit-gradient(linear, center 0%, center 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))),
        -webkit-gradient(linear, 30% 10%, 40% 10%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    z-index: 9999;
    padding-bottom: 55px;
}

.main-menu .navbar-nav .dropdown-menu {
    min-width: 10px;
}

.main-menu .navbar-nav {
    flex-direction: row;
}



.main-menu.navbar {
    padding-top: 10px;
    height: 96px !important;
}

.banner_text {    
    color: white;
    text-transform: uppercase;
    font-size: 32px;
}

.one-block {
    padding: 60px 90px 70px 90px;
}

.white-block {
    background-color: white;
    color: #212427;
}

.blue-block {
    background-color: #5B81C0;
    color: white;
}

.grey-block {
    background-color: #F2F2F2;
    color: #212427;
}

.gradient-block {
    background: rgb(26,59,112);
    background: linear-gradient(135deg, rgba(26,59,112,1) 50%, rgba(178,124,91,1) 100%);
    color: white;
}

.gradient2-block {
    background: rgb(26,59,112);
    background: linear-gradient(310deg, rgba(26,59,112,1) 50%, rgba(178,124,91,1) 100%);
    color: white;
}

.gradient3-block {
    background: rgb(26,59,112);
    background: linear-gradient(115deg, rgba(26,59,112,1) 11%, rgba(178,124,91,1) 120%);
    color: white;
}

.header1 {
    font-size: 32px;
    text-transform: uppercase;
}

.header2 {
    font-size: 24px;
    text-transform: uppercase;
}

.header3 {
    font-size: 20px;
    text-transform: uppercase;
}

.lh35 {
    line-height: 35px;
}

.lh30 {
    line-height: 30px;
}

.lh20 {
    line-height: 20px;
}

.lh15 {
    line-height: 15px;
}

.mt-col-custom, .mt-col-custom-0 {
    margin-top: 0px;
}

.ml1 {
    margin-left: 20px;
}

.mt00 {
    margin-top: 10px;
}

.mt0 {
    margin-top: 15px;
}

.mt1 {
    margin-top: 30px;
}

.mt2 {
    margin-top: 50px;
}

.mt3 {
    margin-top: 70px;
}

.mb1 {
    margin-bottom: 30px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.text0 {
    font-size: 12px;
}

.text1 {
    font-size: 16px;
}

.lh25 {
    line-height: 25px;
}

.btn-main {
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0px;
    padding: 10px 30px;
    border: 0px;
    min-width: 150px;
}

.btn-color {
    background-color: #5B81C0;
    color: white;
}

.btn-color:hover {
    background-color: white;
    color: #212427;
}

.btn-gradient {
    background-color: #5B81C0;
    background: rgb(26,59,112);
    background-image: linear-gradient(135deg, rgba(26,59,112,1) 25%, rgba(178,124,91,1) 100%);
    color: white;    
}

.btn-gradient:hover {
    background: #5B81C0;
    background-color: #5B81C0;
    background-image: none;
    color: white;  
}

.btn-white {
    background-color: white;
    color: #212427;
}

.btn-white:hover {
    background-color: #5B81C0;
    color: white;
}

.do-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.discover-block {
    border: 2px solid #5B81C0;
}

.discover-icon-part {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #5B81C0; 
    float: left; 
    width: 80px; 
    height: 80px;
}

.discover-text-part {
    display: flex; 
    float: left; 
    height: 80px;
    width: calc(100% - 80px);
    align-items: center; 
    padding-left: 20px; 
    padding-right: 10px;
    font-size: 18px;
}

.normal-a, .normal-a:visited, .normal-a:hover {
    text-decoration: none;
    color: inherit;
}

.high-a, .high-a:visited {
    text-decoration: none;
    color: #5B81C0;
}

.high-a:hover {
    text-decoration: underline;
    color: #1A3B70;
}

.cedis_one_image {
    width: 80px; 
    height: 80px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #5B81C0; 
}

.cedis_one_step {
    float: left;  
}

.cedis_connector {
    float: left;
    width: calc(25% - 100px);
    border-bottom: 2px solid #5B81C0;
    position: relative;
    top: 35%;
}

.text2 {
    font-size: 14px;
}

.cedis_text_adjust {
    overflow: visible;
    width: 80px;
}

.form-field, .form-field:focus {
    background-color: transparent;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;    
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: none !important;
    outline:none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}

.form-field::placeholder {
    color: white;
}

.footer-area {
    background-color: #212427 !important;
    color: white !important;
}

.footer-area .navbar-brand {
    color: white;
}

.footer-area .nav-link {
    color: white !important;
}

.footer-area .nav-link:hover {
    color: #5B81C0 !important;
}

.footer-area .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.zoom_image_holder {
    width: 100%;
    overflow: hidden;
}

.zoom_image_holder2 {
    overflow: hidden;
}

.zoom_image {
    transition: transform 1s;
}

.zoom_image2 {
    transition: transform 0.8s;
}

.zoom_image_holder:hover .zoom_image {
  transform: scale(1.1);
}

.zoom_image_holder2:hover .zoom_image2 {
    transform: scale(1.2);
}

.product-feature-icon {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #5B81C0;  
    width: 80px; 
    height: 80px;
}

.product-automation-icon {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: white;  
    width: 80px; 
    height: 80px;
}

.product-feature-column {
    display: flex; 
    justify-content: center;
    text-align: center;
    line-height: 13px;
}

.article-header {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #191919;
}

.contact-country {
    font-size: 17px;
    line-height: 21px;
}

.contact-phone {
    font-size: 21px;
    line-height: 24px;
}

.contact-one-lang {
    margin-right: 15px;
    font-size: 12px;
}

.validate-error {
    font-size: 13px;
    color: #ff0033;
    height: 20px;
}

.contact-form-err-result {
    color: #c98c93;
    display: none;
}

.contact-form-ok-result {
    color: white;
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

#contact_message::-webkit-scrollbar {
  width: 10px;
  background: #5B81C0;
}

#contact_message::-webkit-scrollbar-thumb {
  background: white;
}

.err_color {
    color: #c98c93;
}

.ok_color {
    color: white;
}

.text_pp {
    font-size: 11px;
    padding: 0px;
}

.nav-item-middle {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.main_holder {
    margin-top: -100px;
}

.main_image {
    width: 100%;
}

.main_bg_image {
    height: 400px;
    background-image: url("/img/order-main.jpg");
    background-size: cover;
    background-position: 30% 50%;
}

.main_bg_image_full {
    height: calc(100vh - 44px);
    height: -webkit-calc(100vh - 44px);
    height: -moz-calc(100vh - 44px);
    background-image: url("/img/order-complete.jpg");
    background-size: cover;
    background-position: 10% 50%;
}

.main_bg_image_pay {
    height: calc(100vh - 44px);
    height: -webkit-calc(100vh - 44px);
    height: -moz-calc(100vh - 44px);
    background-image: url("/img/order-pay.jpg");
    background-size: cover;
    background-position: 10% 50%;
}

.main_bg_image_about {
    height: 500px;
    background-image: url("/img/about.jpg");
    background-size: cover;
    background-position: 30% 50%;
}

.top_button {
    line-height: 25px;
}

.gradient_opacity_hor {
    -webkit-mask-image: -webkit-gradient(linear, 50% center, 0% center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.gradient_opacity_hor_wide {
    -webkit-mask-image: -webkit-gradient(linear, 40% center, 0% center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

/*.gradient_opacity_block_1 {
    background: linear-gradient(to bottom, rgba(255,255,240,0), rgba(255,255,240,1));
}*/

.gradient_opacity_block_1 {
    background: linear-gradient(to bottom, rgba(137,207,240,0), rgba(137,207,240,0.5));
}

.gradient_opacity_block_2 {
    background: linear-gradient(to top, rgba(137,207,240,0), rgba(137,207,240,0.5));
}

.bold {
    font-weight: bold;
}


.adjust_icon {
    position: relative;
    bottom: 2px;
}

.main_text {
    color: #212427;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.adjust-max-text-pos {
    position: relative;
    left: 20%;
}

.adjust-max-text-pos-wide {
    position: relative;
    left: 30%;
}

.main-text-tp {
    line-height: 39px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-40 {
    margin-top: 40px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-top-70 {
    padding-top: 70px;
}


.padding-bottom-70 {
    padding-bottom: 70px;
}

.phone_img_adm, .phone_img_cli {
    width: 50%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pros_list_holder_you {
    width: 70%;
    margin-left: 30%;
    text-align: left;
}

.pros_list_holder_cli {
    width: 70%;
    margin-right: 30%;
    text-align: left;
}

.pros_list_holder_you ul, .pros_list_holder_cli ul {
    list-style-type: none;
}

.pros_list_holder_you ul li, .pros_list_holder_cli ul li {
    margin-top: 30px;
}

.pros_list_title {
    line-height: 16px;
}

.pros_list_descr {
    padding-top: 0px;
    line-height: 16px;
}

.container-adj {
    padding-left: 20%;
    padding-right: 20%;
}

.next_steps_holder {
    padding-left: 8%;
    padding-right: 8%;
}

.success_image {
    width: 100%;
}

.plan_header {
    position: relative;
    font-weight: bold;
}

.adjust_soon_badge {
    
}

.soon_badge {
    border: 1px solid grey;
    background-color: gold;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 18px;
    font-weight: bold;   
    position: relative;
    bottom: 8px;
}

.plan-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.center-plan-item {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.notes {
    font-size: 11px;
    line-height: 11px;
}

.dashed_bg {
    background: repeating-linear-gradient( 135deg, transparent 0 4px, #f2f4f2 4px 8px );
}

.upc {
    text-transform: uppercase;
}
    
.sale-text {
    font-size: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.btn-item {
    font-size: 15px; 
    text-transform: uppercase;
}

.plan-price-holder {
    border: 1px solid grey; 
    background-color: rgba(255,255,255,0.7); 
    padding: 7px; 
    border-radius: 4px;
    position: relative;
    line-height: 16px;
}

.plan-prem {
    background-size: 48%; 
    background-image: url('/img/img_prem.png'); 
    background-repeat: no-repeat; 
    background-position: 55% 120%; 
    padding-bottom: 50px;
}

.plan-lux {
    background-size: 46%; 
    background-image: url('/img/img_lux.png'); 
    background-repeat: no-repeat; 
    background-position: 47% 122%; 
    padding-bottom: 50px;
}

.plan-all {
    background-size: 90%; 
    background-image: url('/img/img_all_incl.png'); 
    background-repeat: no-repeat; 
    background-position: 50% 115%; 
    padding-bottom: 50px;
}

.err_field {
    color: red;
    font-size: 15px;
    line-height: 17px;
}

.succ_field {
    color: green;
}

.p404_holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url('/img/404.jpg'); 
    background-size: cover; 
    opacity: 0.4;
    width: 100%;
    background-position: 70% 30%;
}

.p404_holder_in {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    opacity: 1;
}

.p404_holder_in2 {
    padding: 5px 30px;
    background-color: white;
    z-index: 999;
    max-width: 450px;
    text-align: center;
}

.capt {
    font-size: 14px;
    text-transform: uppercase;
    color: #212427;
    line-height: 15px;
    margin-bottom: 3px;
}

.order-hint {
    font-size: 11px;
    margin-top: 4px;
    line-height: 12px;
}

#reg_btn {
    line-height: 24px;
}

.reg_btn_second_text {
    font-size: 15px;
}

.character-wrap .remaining {
    font-size: 11px;
}

#your_refferal {
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
}

.content-size-31 {
    font-size: 31px;
}

.present_image {
    border: 1px solid grey;
}

.present_image_portrait {
    width: 100px;
}

.present_image_landscape {
    height: 100px;
    margin-top: 40px;
}

.zoom_image_holder {
    width: 100%;
    overflow: hidden;
}

.zoom_image_holder2 {
    overflow: hidden;
}

.zoom_image {
    transition: transform 1s;
}

.zoom_image2 {
    transition: transform 0.8s;
}

.zoom_image_holder:hover .zoom_image {
  transform: scale(1.1);
}

.zoom_image_holder2:hover .zoom_image2 {
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    
    .main-text-tp {
        font-size: 32px;
        line-height: 32px;
    }
    
    .main_text h4, .main_text h2 {
        font-size: 24px;
        line-height: 24px;
    }
    
    .main_bg_image_full {
        background-position: 25% 50%;
    }
    
    .main_bg_image_pay {
        background-position: 63% 50%;
    }
    
    .adjust-max-text-pos-wide {
        position: relative;
        z-index: 9999;
    }
    
    .main_bg_image {
        height: 400px;
        background-size: cover;
        background-position: 24% 50%;
    }
    
    .p404_holder {
        background-position: 70% 50%;
    }
    
    .phone_img_adm, .phone_img_cli {
        width: 90%;
    }
    
    .top_button {
        line-height: 21px;
    }
    
    .success_image {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        margin-top: 40px;
    }
    
    .compare-box-2 {
        font-size: 13px;
    }
    
    .compare-box-1 {
        font-size: 13px;
    }
    
    .cedis-block-description {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    
    .main_bg_image_full {
        background-position: 20% 50%;
    }
    
    .main_bg_image_pay {
        background-position: 60% 50%;
    }
    
    .p404_holder {
        background-position: 70% 50%;
    }
    
    .adjust-max-text-pos {
        position: relative;
        left: 50%;
        width: 300px;
        z-index: 9999;
    }
    
    .adjust-max-text-pos-wide {
        position: relative;
        width: 300px;
        z-index: 9999;
    }
    
    .gradient_opacity_hor {
        -webkit-mask-image: -webkit-gradient(linear, 90% center, 20% center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    }
    
    .gradient_opacity_hor_wide {
        -webkit-mask-image: -webkit-gradient(linear, 50% center, 20% center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    }
    
    h1 {
        font-size: 24px;
    }
    
    h4, h2 {
        font-size: 16px;
    }
    
    .adjust-max-text-pos button {
        font-size: 15px;
        line-height: 13px;
    }
    
    .main-text-tp {
        line-height: 24px;
    }
    
    .phone_img_adm, .phone_img_cli {
        width: 90%;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 15px;
    }
    
    .pros_list_holder_you {
        width: 100%;
        margin-left: 0%;
        text-align: left;
        padding-right: 20px;
    }
    
    .pros_list_holder_cli {
        width: 100%;
        margin-right: 0%;
        text-align: left;
        padding-left: 20px;
    }  
    
    .pros_list_holder_you ul {
        padding: 0px 0px 0px 20px;
    }
    
    .pros_list_holder_cli ul {
        padding: 0px 20px 0px 0px;
    }
    
    .pros_list_holder_you ul li, .pros_list_holder_cli ul li {
        margin-top: 15px;
    }

    .pros_list_title {
        font-size: 14px;
        line-height: 14px;
    }

    .pros_list_descr {
        font-size: 12px;
        padding-top: 0px;
        line-height: 12px;
    }
    
    .container-adj {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .next_steps_holder {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .step_descr {
        font-size: 14px;
        line-height: 16px;
    }
    
    
    
    
    
    .discover-text-part {
        font-size: 15px;
    }
    
    .contact-country {
        font-size: 15px;
        line-height: 19px;
    }

    .contact-phone {
        font-size: 19px;
        line-height: 21px;
    }

    .contact-one-lang {
        margin-right: 15px;
        font-size: 11px;
    }

    .cedis-block-padding-left {    
        padding-left: 30px;
    }

    .cedis-block-padding-right {
        padding-right: 30px;
    }

    .cedis-block {
        border: 2px solid #5B81C0;
        width: 280px;
        float: left;
    }

    .cedis-block-description {
        width: calc(100% - 280px);
        float: left;
        display: flex; 
        align-items: center;
        justify-content: center;
        height: 80px;
        line-height: 16px;
        font-size: 13px;
    }

    .cedis_br_line {
        height: 60px;
        margin-left: 240px;
        border-left: 2px solid #5B81C0;
        border-bottom: 2px solid #5B81C0;
        width: calc(50% - 240px);
    }

    .cedis_rb_line {
        height: 62px;
        margin-left: 50%;
        border-right: 2px solid #5B81C0;
        border-top: 2px solid #5B81C0;
        width: calc(50% - 240px);
        margin-top: -2px;
    }

    .cedis_bl_line {
        height: 62px;
        margin-left: 240px;
        border-left: 2px solid #5B81C0;
        border-top: 2px solid #5B81C0;
        width: calc(50% - 240px);
        margin-top: -2px;
    }

    .cedis_lb_line {
        height: 60px;
        margin-left: 50%;
        border-right: 2px solid #5B81C0;
        border-bottom: 2px solid #5B81C0;
        width: calc(50% - 240px);
    }
    
    .one-block {
        padding: 50px 50px 60px 50px;
    }
    
    .compare-box-2 {
        font-size: 11px;
    }
    
    .compare-box-1 {
        font-size: 13px;
    }
    
    .footer-area .navbar-nav .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .krtn_header {
        font-size: 16px;
        text-transform: uppercase;
    }

    .krtn_text {
        font-size: 14px;
    }
    
    .banner_placement, .our_spec_one_placement {
        left: 50px;
    }
}

@media (max-width: 767.98px) {
    
    .present_image_portrait {
        width: 80px;
    }

    .present_image_landscape {
        height: 80px;
        margin-top: 30px;
    }
    
    .gradient_opacity_hor_wide {
        -webkit-mask-image: -webkit-gradient(linear, 80% center, 20% center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    }
    
    .main-menu .navbar-brand img {
        padding-top: 0px;
        margin-top: -5px;
        z-index: 9999;
    }
    
    .p404_holder {
        background-position: 70% 20%;
    }
    
    .center-plan-item {
        border-left: 0px solid grey;
        border-right: 0px solid grey;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
    }
    
    .bottom-plan-item {
        border-bottom: 1px solid grey;
    }
    
    .success_image {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        margin-top: 50px;
    }
    
    .main_image {
        width: 200%;
    }
    
    .main_bg_image_full {
        background-position: 28% 50%;
    }
    
    .main_bg_image_pay {
        background-position: 67% 50%;
    }
    
    .adjust-max-text-pos {
        position: relative;
        left: 30%;
        width: 200px;
        z-index: 9999;
    }
    
    .adjust-max-text-pos-wide {
        position: relative;
        width: 200px;
        z-index: 9999;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h4, h2 {
        font-size: 16px;
    }
    
    .adjust-max-text-pos button {
        font-size: 15px;
        line-height: 13px;
    }
    
    .main-text-tp {
        line-height: 24px;
    }
    
    .phone_img_adm, .phone_img_cli {
        width: 200%;
    }
    
    .phone_img_cli {
        position: relative;
        right: 100%;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 15px;
    }
    
    .pros_list_holder_you {
        width: 100%;
        margin-left: 0%;
        text-align: left;
        padding-right: 20px;
    }
    
    .pros_list_holder_cli {
        width: 100%;
        margin-right: 0%;
        text-align: left;
        padding-left: 20px;
    }  
    
    .pros_list_holder_you ul {
        padding: 0px 0px 0px 20px;
    }
    
    .pros_list_holder_cli ul {
        padding: 0px 20px 0px 0px;
    }
    
    .pros_list_holder_you ul li, .pros_list_holder_cli ul li {
        margin-top: 15px;
    }

    .pros_list_title {
        font-size: 14px;
        line-height: 14px;
    }

    .pros_list_descr {
        font-size: 12px;
        padding-top: 0px;
        line-height: 12px;
    }
    
    .pros_list_holder_you h5, .pros_list_holder_cli h5 {
        font-size: 18px;
        line-height: 18px;
    }
    
    .pros_list_holder_you .pros_list_descr, .pros_list_holder_cli .pros_list_descr {
        font-size: 16px;
        line-height: 16px;
    }
    
    .container-adj {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .next_steps_holder {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .step_descr {
        font-size: 14px;
        line-height: 16px;
    }
    
    .main-menu .navbar-nav .nav-item {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 70px;
        font-weight: bold;
        color: #212427;
    }
    
/*    .main-menu .navbar-nav .nav-item:first-child {
        margin-top: 15px;
    }*/
    
    .footer-area .navbar-nav .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .discover-text-part {
        font-size: 17px;
    }
    
    .text2 {
        font-size: 11px;
    }
    
    .one-block {
        padding: 50px 40px 60px 40px;
    }
}

@media (max-width: 468px) {
    
    .main-text-tp {
        font-size: 23px;
        line-height: 23px;
    }
    
    .main_text h4, .main_text h2 {
        font-size: 17px;
        line-height: 17px;
    }
    
    .navbar-brand img {
        width: 90px !important;
    }
    
    .pros_list_holder_you h5, .pros_list_holder_cli h5 {
        font-size: 16px;
    }
    
    .pros_list_holder_you .pros_list_descr, .pros_list_holder_cli .pros_list_descr {
        font-size: 12px;
        padding-top: 0px;
        line-height: 12px;
    }
}

@media (max-width: 300px) {
    
    .main-text-tp {
        font-size: 19px;
        line-height: 19px;
    }
    
    .main_text h4, .main_text h2 {
        font-size: 14px;
        line-height: 14px;
    }
    
    .top_button {
        font-size: 15px;
        line-height: 15px;
    }
    
    .navbar-brand img {
        width: 30px !important;
    }
    
    .g-recaptcha > div {
        width: 216px !important;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .main-menu .navbar-brand img {
        padding-top: 0px;
        margin-top: -5px;
        z-index: 9999;
    }
    
    .plan-prem {
        background-size: 48%; 
        background-position: 55% 105%;
    }

    .plan-lux {
        background-size: 46%;  
        background-position: 47% 107%;
    }

    .plan-all {
        background-size: 90%; 
        background-position: 50% 100%; 
    }
    
    .step_descr ul {
        min-height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .plan-prem {
        background-size: 48%; 
        background-position: 55% 105%;
    }

    .plan-lux {
        background-size: 46%;  
        background-position: 47% 107%;
    }

    .plan-all {
        background-size: 90%; 
        background-position: 50% 100%; 
    }
    
    .step_descr ul {
        min-height: 290px;
    }
}

@media (min-width: 1199.99px) and (max-width: 5000px) {
    .step_descr ul {
        min-height: 240px;
    }
}
