@media (max-width: 1200px){

    footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(273deg, #055CEF 2.18%, #18D1C9 88.25%);
        border-radius: 100% / 30px 30px 0 0;
    }

    html{
        overflow-x: hidden !important;
    }

    body{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        overflow-x: hidden !important;
        height: 100vh;
    }

    .footer_upper_string {
        display: flex;
        width: 85%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: 190px;
    }

    .footer_support_string {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 242px;
        height: 28px;
        flex-direction: column;
    }

    .have_quastion_string_mail {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 424px;
        height: 24px;
        flex-direction: column;
    }

    .footer_links {
        display: flex;
        width: 85%;
        justify-content: space-between;
        flex-direction: column;
        height: auto;
    }

    .footer_links_child {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 30px;
    }

    .footer_bottom_text {
        display: flex;
        flex-direction: column;
        width: 85%;
        justify-content: space-between;
        height: auto;
    }

    .footer_bottom_text span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

    .footer_bottom_text-links {
        padding-top: 30px;
justify-content:center;
    }
    .footer_bottom_text-links a::after {
	display: none;
}
    .footer_bottom_text-links2 {
        width: 531px;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;
        text-align: center;
    }

    .footer_bottom {
        width: 394px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 70px;
        position: relative;
    }

    .footer_bottom_child {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 60px;
    }
    
   .language_select_option {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 110px;
    height: 24px;
}

    .footer_bottom_child {
        position: relative;
        bottom: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.language_select {
position: initial;
        bottom: 40px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
}

    #hidden_lang_menu2:hover ~ .language_select-select2, .language_select-select2:hover {
        opacity: 1;
        z-index: 9999;
    }

    .language_select-select2 {
        opacity: 0;
        z-index: 20;
        position: absolute;
        bottom: -90px;
        right: -10px;
        width: 130px;
        height: 90px;
        background: #FFFFFF;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        transition: all .3s;
    }
.language_select--bottom {
position: relative !important;
        top: 20px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
}

    .img_payment_methods {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        flex-direction: column;
        position: relative;
        left: 10px;
    }
    
.my_landing_block_4_child3 {
height: 100% !important;
        flex: 0 0 auto;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
.my_landing_block_4_child3::-webkit-scrollbar {
display: none;
}
    .my_landing_block_4_child_elements {
width: 275px;
height: 530px;
border: 1px solid rgba(172, 172, 172, .4);
box-sizing: border-box;
margin: 20px;
min-width: 260px;
}
    .price_block span {
font-size: 20px;
line-height: 30px;
}
    .price_block2 p {
font-size: 16px;
line-height: 24px;
}
    
}

/* HEADER MEDIA STYLE  */
@media (max-width: 1200px){
    .header_logo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .authorization_block {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: -2;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(132, 132, 132, 0.3);
        transition: all .3s ease;
    }

    .authorization_block-form {
        width: 98%;
        height: 530px;
        background: #FFFFFF;
        border-radius: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        filter: drop-shadow(0px 4px 25px rgba(243, 249, 252, 0.2));
    }

    .logo_frame {
        display: none;
    }

#open_pop_up_mobile_img {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: -6px;
        color: white;
        font-size: 34px;
    }

    #open_pop_up_mobile:hover{
        background: #18d1c982;
    }

    .mobile_button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .mobile_button img{
        cursor: pointer;
    }

    #margin_bottom {
        position: relative;
        top: -25px;
    }

    #white_opas{
        background: #FFFFFF;
        opacity: 0.6;
    }

    #white_color{
        background: #FFFFFF;
    }

    .mlb_1_footer_child {
        width: 230px;
        height: 245px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #045CF1;
        background: url(../rectangle_169.html);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        top: 20px;
    }

    .choice_region {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        height: 100%;
    }

    .nex_using {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        position: absolute;
        bottom: 20px;
    }

    #rg_mob_1 {
        height: 30%;
    }

    #rg_mob_2 {
        height: 40%;
        position: relative;
        top: -20px;
    }
.footer_support_string, .have_quastion_string_mail {
align-items: flex-start;
margin-left: 100px;
}
#open_pop_up_mobile {
        width: 150px;
        height: 40px;
        background: #18D1C9;
        border-radius: 40px;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease;
        color: #FFFFFF;
}
#login_icon {
margin: -10px 5px 0 0;
}

    .desctop_button{
        display: none;
    }

    .header_menu {
        width: 266px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: fixed;
        flex-direction: column-reverse;
        height: 100%;
        top: 0px;
        background: #FFFFFF;
        z-index: 999;
        right: -5000px;

        transition: all .3s ease;
    }

    #hidden_menu svg > g > path, #hidden_lang_menu svg > g > path{
        fill: black;
    }

.language_select-select {
opacity: 1;
z-index: 20;
top: -110px;
left: -1px;
width: 100px;
height: 100px;
display: none;
padding: 2px;
}

.language_select--top {
left: 30px;
}

    .form_input-login,.form_input-password{
        width: 80%;
    }

    .mlb_1_main-about_icons_child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 119px !important;
        height: 142px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #D5F5F5;
        margin-right: 30px;
    }

    .form_input-login input, .form_input-password input {
        width: 100% !important;
        height: 50px;
        opacity: 0.3;
        border: 2px solid #045CF1;
        box-sizing: border-box;
        border-radius: 8px;
        outline: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        display: flex;
        align-items: center;
        color: #121212;
        opacity: 0.8;
    }

    header nav {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        flex-direction: column;
        height: auto !important;
        margin-left: 50px;
        margin-top: 55px;
    }

    header nav a {
        text-decoration: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 30px;
    }

    header nav span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        border-bottom: 1px solid #FFFFFF;
        color: #000;
        cursor: pointer;
    }

    .about_company_select-link {
        opacity: 1;
        z-index: 0;
        display: none;
        width: 190px;
        height: 160px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 40px;
        bottom: auto;
        left: 0px;
        background: #FFFFFF;
        border-radius: 8px;
        padding: 2px;
        transition: all .3s;
    }

    .about_company_select-link a,.language_select-select a {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .about_company_block_img img{
        width: 286px;
        height: 244px;
    }

    #img_block_ab_comp {
        display: flex;
        justify-content: space-around;
        position: relative;
        flex-direction: column-reverse;
    }
}

/* FREE TEST COMPLETE STYLE MEDIA  */

@media (max-width: 1200px){
    #to_main_page_btn_ftc{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #on_main_page_btn{
        width: 281px;
        height: 50px;
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;

        /* Основной / белый */

        color: #FFFFFF;
    }

    .arrow_back span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        margin-left: 8px;
        color: #121212;
    }

    .form_test_free-title span {
        font-family: Russo One;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: #045CF1;
    }

    .form_test_free-text span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #121212;
    }

    #another_width {
        width: 105%;
        height: 405px;
        justify-content: center;
    }

    .politics_block_1_elements_header h2 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.4px;
        color: #121212;
    }
    
        .politics_block_1_elements_header h1 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        /* or 123% */
        width: 90%;
        text-align: left;
        letter-spacing: 0.4px;

        /* Текст / Черный */

        color: #121212;
    }

    
    .faq_block_1_elements_header h2 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        /* or 123% */
        width: 90%;
        text-align: left;
        letter-spacing: 0.4px;

        /* Текст / Черный */

        color: #121212;
    }

.footer-email img {
margin-top: 2px;
}
    #NewStringText_no_margin {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #121212;
        margin-bottom: 20px;
    }

    .NewStringText {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #121212;
        margin-bottom: 20px;
        margin-top: 40px;
        width: 90%;
    }
    
    #faq_NewStringText_no_margin {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #121212;
        margin-bottom: 20px;
    }

    .faq_NewStringText {
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #121212;
        margin-bottom: 10px;
        margin-top: 40px;
        width: 90%;
    }
}

/* FREE TEST STYLE MEDIA  */

@media (max-width: 1200px){
.footer_links_and_lang {
flex-direction:column;
}

.language_select {
margin-top:10px;
}
.footer_links_payment {
flex-direction:column;
align-items:flex-start;
}

.footer_links {
max-width:90%;
padding-left:20px;
}

.payment_methods {
max-width:100%;
margin-bottom:20px;
margin-left:20px;
}

#dop_info_pay_method {
max-width:90%;
}

.footer_links_child {
margin-bottom:20px;
}

.footer_links_child_links a {
display:block;
margin-bottom:5px;
}

.img_payment_methods {
justify-content:center;
flex-direction:row;
}
    .form_test_free {
        width: 100%;
        height: 798px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 20px 40px #d8e6eb;
        border-radius: 8px;
    }

    .form_test_free-elements {
        display: flex;
        justify-content: flex-end;
        width: 95%;
        align-items: flex-start;
        flex-direction: column;
    }

    #w_100_proc {
        width: 298px;
        display: flex;
        justify-content: flex-start;
        margin-top: 6px;
    }

    #flex_start2 {
        justify-content: flex-start;
        position: relative;
        left: 0px;
        align-items: flex-start;
    }

    #en_width {
        width: 100%;
    }

    .form_test_free-elements span {
        width: 100%;
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height, or 150% */
        justify-content: flex-start;
        display: flex;
        align-items: center;
        text-align: right;
        text-transform: uppercase;

        /* Текст / Черный */

        color: #121212;
    }

    .form_test_free-elements-input span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #121212;
        text-align: left;
    }

    #left-40 {
        position: relative;
        left: 0px;
    }

    #flex_start {
        justify-content: flex-start;
        position: relative;
        left: 0px;
    }
}

/* POLITICS STYLE MEDIA  */

@media (max-width: 1200px){
    #my_landing_block_2_s_1,#my_landing_block_2_s_2,#my_landing_block_3_s_1,#my_landing_block_3_s_2{
        display: none;
    }
}

/* ABOUT COMPANY MEDIA STYLE  */

@media (max-width: 1200px){
    #my_landing_block_3_s_1_ab, #my_landing_block_3_s_2_ab{
        display: none;
    }

    .about_company_block_child {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .about_company_block_elements ul > li {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        color: #121212;
    }

    #hide_block_pol_0{
        display: flex;
        margin-bottom: 30px;
        width: 339px;
    }

    .boarding_block_1_elements {
        width: 85%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: -50px;
    }

    #ElemStringText_margin2{
        margin-bottom: 20px;
    }

    #an_width_pol{
        width: 339px;
    }

    #hide_block_pol_1{
        display: none;
    }

    #en_wid_img img{
        width: 300px;
        height: 312px;
    }

    #en_wid_img2 img{
        width: 283px;
        height: 315px;
    }

    .politics_block_1_elements2{
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .faq_block_1_elements2{
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }


    .politics_header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 126px;
        background: linear-gradient(150deg, #055CEF 2.18%, #18D1C9 88.25%);
        border-radius: 0 0 100% 100% / 30px;
    }

    .politics_block_1_elements {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .politics_block_1_elements > * {
        width: 100%;
    }

    #ElemStringText_margin + #ElemStringText_margin {
        margin-top: 20px;
    }

    #ElemStringText_margin img {
        max-width: 100%;
        height: auto;
    }

.politics_block_1_elements_header {
        display: flex;
        margin: 0px;
        width: 90%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
    }
    

    .faq_block_1_elements {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .faq_block_1_elements_header {
        margin-bottom: 40px;
        margin-top: 50px;
        width: 100%;
    }

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

    .about_company_block_elements{
        width: 100%;
        margin-bottom: 30px;
    }

    #span_block_ab_comp {
        width: 100%;
    }

    #marg_top_span {
        margin-top: 30px;
        width: 90%;
    }

    .about_company_block_elements ul {
        position: relative;
        left: 20px;
        margin-top: 30px;
        list-style-type: none;
        width: 90%;
    }

    #img_block_ab_comp2 {
        display: flex;
        justify-content: space-around;
        position: relative;
        left: 0px;
    }
}

/* MAIN PAGE MEDIA STYLE  */

@media (max-width: 1200px){

    .my_landing_block_4_child3, #slideInner {
        overflow-x: scroll;
    }

    .my_landing_block_4_child3::-webkit-scrollbar,#slideInner::-webkit-scrollbar {
        display: none;
    }

    .mlb_1_main-about_icons::-webkit-scrollbar {
        display: none;
    }

    #slideInner{
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }

    #slidesContainer::-webkit-scrollbar {
        display: none;
    }

    .my_landing_block_1_sticks_1,#my_landing_block_7_s_1,#my_landing_block_7_s_2,#my_landing_block_7_s_3,#my_landing_block_7_s_4,#my_landing_block_7_s_5,#my_landing_block_7_s_6,#my_landing_block_7_s_7,#my_landing_block_7_s_8,#my_landing_block_4_s_1,#my_landing_block_4_s_2,#my_landing_block_1_s_3,#my_landing_block_1_s_4,#my_landing_block_5_s_1,#my_landing_block_5_s_2,#my_landing_block_5_s_3,#my_landing_block_5_s_4,#my_landing_block_5_s_31,#my_landing_block_5_s_42,#my_landing_block_5_s_1_m_8,#my_landing_block_5_s_2_m_8,#my_landing_block_5_s_3_m_8,#my_landing_block_5_s_4_m_8{
        display: none;
    }

    .mlb_1_main-img{
        display: none;
    }   
    
    .my_landing_block_5_child-elements{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dedede;
    width: 112%;
    padding: 5px;
}

.my_landing_block_5_child-elements:nth-child(even) {
    background-color: #f6f7f8;
    width: 112%;
    padding: 5px;
}
    
    .line_bend {
    display: none;
}

    .my_landing_block_2 {
        background: #F6F9FC;
        height: auto;
        position: relative;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .dotes_block_4{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        top: -20px;
    }

    .my_landing_block_4_child_elements-options_child img {
        margin-right: 5px;
        width: 12px;
    }

    .mlb_1_main-about {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .mlb_1_main-about_title h1 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 34px;
        line-height: 44px;
        /* identical to box height, or 129% */
        letter-spacing: 0.3px;

        color: #FFFFFF;
    }

    .mlb_1_main-about_title p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        color: #FFFFFF;
    }

    .mlb_1_footer{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 80px;
        overflow-x: scroll;
        max-width: 100%;
        height: 350px;
    }

    .mlb_1_footer_child_six_tangel {
        width: 232px;
        height: auto;
        display: flex;
        justify-content: center;
        background: url(../rectangle_170.html);
        background-repeat: no-repeat;
        position: relative;
        top: -80px;
        margin-left: 41px;
    }

    #mar_rig_mob{
        margin-right: 41px;
    }

    .result_calc_elements {
        width: 90%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 0px 40px rgb(24 143 250 / 15%);
        border-radius: 20px;
    }

    .resylt_calc_new_elements {
        width: 85%;
        max-width: 1200px;
        height: 528px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background: #FFFFFF;
        box-shadow: 0px 0px 40px rgb(24 143 250 / 15%);
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .left_side_res {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: column;
        height: 90%;
        width: 90%;
    }

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

    #pay_text_res_bl {
        position: relative;
        top: 0px;
    }

    .result_calc_block_1-result_child{
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .left_side_res h3,.left_side_res2 h3{
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 127% */

        letter-spacing: 0.4px;

        /* Текст / Черный */

        color: #121212;
    }

    .lfre_blue_text_rg, .lfre_blue_text_kol, .lfre_blue_text_period, .lfre_blue_text_stoim_1{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */

        display: flex;
        align-items: center;

        /* Основной/синий */

        color: #045CF1;

        width: auto;
        white-space: nowrap;
    }

    .left_side_res_elements {
        width: 100%;
        max-width: 334px;
        margin-top: 15px;
    }

    .lfre_black_text {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */

        display: flex;
        align-items: center;

        /* Текст / Черный */

        color: #121212;

        width: auto;
        white-space: nowrap;
    }

    .right_side_res{
        display: none;
    }

   
    .mlb_1_footer::-webkit-scrollbar {
        display: none;
    }

    .mlb_1_main-about_title {
        width: 100%;
        height: 218px;
    }

    .mlb_1_main-about_buttons{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 200px;
        width: 100%;
    }

    .mlb_1_main-about_buttons a {
        margin-right: 0px;
        width: 100%;
    }

    #get_test {
        width: 100%;
        height: 50px;
        border: none;
        background: #FF4F12;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
        color: #FFFFFF;
        transition: all .3s ease;
    }

    #more_ditale {
        width: 100%;
        height: 50px;
        opacity: 0.8;
        border: 2px solid #F9FBFF;
        box-sizing: border-box;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        background: none;
        color: #F9FBFF;
        cursor: pointer;
        transition: all .3s ease;
        margin-top: 20px;
    }

    .my_landing_block_2_calc-indicator {
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        top: -45px;
    }

    .my_landing_block_2_calc {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 95%;
        height: 400px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 20px 40px rgb(24 143 250 / 15%);
        border-radius: 10px;
        margin-top: 50px;
    }

    .my_landing_block_2_calc-elements {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
        position: relative;
        top: 0px;
    }

    .result_calc_block_1-result {
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .result_calc_block_1 h3 {
        margin-left: 0px;
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 0.4px;
        color: #121212;
    }

    #height_70 {
        height: 70%;
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    #margin_top{
        margin-top: 20px;
        width: 100%;
    }

    .result_calc_block_1-result_button button {
        width: 100%;
        height: 50px;
        background: #FF4F12;
        border-radius: 8px;
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
    }

    #once_proxy_result {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #055CEF;
        width: 60px;
    }

    .result_calc_block_1 {
        width: 90%;
        height: 167px;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
    }

    .my_landing_block_5_elements {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 95%;
    }

    .my_landing_block_3_elements {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .my_landing_block_3_child_elements {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .result_calc_elements2 {
        width: 90%;
        height: 405px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 0px 40px rgb(24 143 250 / 15%);
        border-radius: 20px;
    }

    .my_landing_block_3_child h2 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.4px;
        color: #121212;
        margin: 0;
    }

    #about_us_p_bold{
        font-family: Roboto Medium;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */


        /* Текст / Черный */

        color: #121212;
    }

    .my_landing_block_3_child p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-bottom: 20px;
    }

    .my_landing_block_3_child_elements-child span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        text-align: center;
    }

    .result_calc_block_1-result_child2 h3 {
        font-family: Russo One;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #121212;
    }

    .result_calc_block_1-result_child2 span{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #121212;
        margin-right: 20px;
    }

    #grey_color{
        color: #ACACAC;
        width: 100%;
        padding-left: 10px;
    }

    #stoimist_prod{
        /* display: none; */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */

        display: flex;
        align-items: center;

        /* Текст / Черный */

        color: #121212;
    }

    .res_2_prodle {
        width: 100%;
        height: 150px;
        background: #FFFFFF;
        border: 1px solid #18D1C9;
        box-sizing: border-box;
        border-radius: 8px;
        position: relative;
        bottom: 20px;
    }


    #stoimist_prod2{
        display: flex;

        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.4px;
        /* Текст / Черный */

        color: #121212;
    }

    #stoimost_result_block2 {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 72px;
        color: #045CF1;
    }

    #pay_next_result_block {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 127% */


        /* Основной/синий */

        color: #045CF1;
    }

    .res_2_prodle_elements {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        padding-left: 10px;
        padding-top: 0px;
        width: 100%;
    }

    #stoimost_result_block {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 72px;
        color: #045CF1;
    }

    .my_landing_block_3 {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin: 100px auto 0;
        height: auto;
        position: relative;
    }

    .my_landing_block_4 {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin: 0 auto;
        height: auto;
        position: relative;
    }

    .my_landing_block_4_child2 {
        margin-top: 70px;
    }

    .my_landing_block_3_child_elements-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 50%;
        height: 200px !important;
        margin-top: 20px;
        flex: 1 0 0;
    }

    .my_landing_block_3_child {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        width: 100%;
        max-width: 523px;
    }

    #my_landing_block_3_child_decorate{
        height: auto;
    }

    .my_landing_block_3_child_header{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        padding-bottom: 20px;
    }

    .my_landing_block_4_child_header h2{
        font-size: 26px;
    }

    .my_landing_block_4_child_header {
     width: 100%;
     margin-bottom: 50px;
    }
    
.my_landing_block_9_child3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
    
.my_landing_block_9_child_elements {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    height: 500px;
    border: 0.5px solid;
    border-color: #9bc0ff;
    border-radius: 8px;
    transition: all .3s ease;
    position: relative;
    background-color: #fff;
    margin-bottom: 37px;
}
    
    .my_landing_block_9_link_more a {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ff4e12;
}
    
    .my_landing_block_9_link_more a:visited {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ff4e12;
}
    
    
.my_landing_block_9_child_elements-button_pay button {
    width: 250px;
    height: 45px;
    border: none;
    cursor: pointer;
    background: #EDF3F8;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #055CEF;
    transition: all .3s ease;
}
    
.price_value-period {
    font-family: 'Open Sans';
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    color: #3c3c3c;
}
    
.my_landing_block_9_child_elements-options_child {
    display: flex;
    align-items: center;
    width: 260px;
    margin-bottom: 10px;
    margin-left: 10px;
    justify-content: flex-start;
}
    
.my_landing_block_9_child_elements-options_child span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 80%;
    color: #333333;
    opacity: 0.8;
}

    #dote_blue_2{
        display: none;
    }

    .my_landing_block_4_child_elements-other_service {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85%;
        margin: 0 auto;
        margin-top: 40px;
        flex-direction: column;
    }

    .my_landing_block_5_table {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        box-shadow: 0px -20px 40px rgba(214, 223, 226, 0.25), 0px 20px 40px #D8E6EB;
    }

       .my_landing_block_5_child {
        width: 89.4%;
        height: 418px;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .my_landing_block_2_calc-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .form_test_free-elements-input input {
        background: #FFFFFF;

        border: 2px solid #b3cdfad4;
        box-sizing: border-box;
        border-radius: 8px;
        outline: none;
        width: 90%;
        height: 40px;
        padding-left: 10px;

        font-family: Roboto;
        font-style: normal;
        font-weight: 410;
        font-size: 16px;
        line-height: 24px;
        outline: none;
        color: #121212;
    }

    .my_landing_block_5-trustpilot {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 100px auto;
        flex-direction: column;
    }

    .slider {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 80%;
        margin: 10px 0px 20px 0px;
    }

.boarding_block_5 {
margin-top: 100px;
}
.support-block {
    padding: 40px 20px 100px 20px;
  }
    .support-grid {
      grid-template-columns: 1fr;
    }
    #big_text_integration {
    font-size: 22px;
}
.support-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
.legal-block {
        padding: 100px 20px 100px 20px;
        }
  .legal-content {
    flex-direction: column;
  }
  .legal-icons {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
align-content: center;
align-items: stretch;
width: 100%;
  }
.legal-title {
  font-size: 26px;
}
.legal-info h3 {
    font-size: 16px;
}
    .legal-icon-box {
    width: 90%;
        }
  .legal-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .legal-doc {
    width: 100%;
    max-width: none;
  }

    #slideshow2 #slidesContainer2 {
        margin: 0 auto;
        width: 100%;
        height: 500px;
        overflow: auto;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .slide{
        margin-bottom: 40px !important;
    }

    #slideshow #slidesContainer {
        margin: 0 auto;
        width: 100%;
        height: auto;
        position: relative;
        overflow-x: scroll !important;
    }


    #leftControl, #rightControl{
        display: none;
    }

    .my_landing_block_6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-top: -100px;
    }

    .pay_block{
        width: 90%;
        height: 224px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .pay_block p{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */

        text-align: center;

        /* Текст / Черный */

        color: #121212;
    }

    .my_landing_block_6_child {
        width: 95%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 20px 40px #d8e6eb;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .my_landing_block_6_child_elements_1 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .my_landing_block_7_child {
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 80%;
        position: relative;
        left: 0px;
        margin: 20px 0;
    }

    .my_landing_block_7_child_elements {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        margin: 10px 0px;
    }

    .my_landing_block_7_child_elements span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 0px;
    }

    #m_t{
        margin-top: 30px;
    }

    .my_landing_block_7_child_button_more button {
        width: 347px;
        height: 49px;
        border: none;
        cursor: pointer;
        background: #EDF3F8;
        border-radius: 8px;
        font-family: 'Roboto_bold';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #055CEF;
        transition: all .3s ease;
    }

    .my_landing_block_7_child_elements_child span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        text-transform: none;
    }

    .my_landing_block_7_child_elements_child img{
        margin-right: 15px !important;
    }

    .my_landing_block_7_child_button_more {
        position: relative;
        left: 0px;
        margin-bottom: 10px;
    }

    .my_landing_block_7 {
        width: 100%;
        height: auto;
        background: #18D1C9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0;
        position: relative;
        margin-top: 0px;
    }

    .my_landing_block_7_child_elements_child {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0 !important;
        /*height: 70px;*/
    }

    .my_landing_block_7_child_elements img{
        margin: 0 auto;
    }

    .mlb_1_main-about_icons {
        display: flex;
        width: 120%;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0px 30px -30px;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 300px;
        min-height: 200px;
    }

    .mlb_1_main-about_icons_elements{
        width: 200px !important;
    }

    .my_landing_block_8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        position: relative;
        margin-top: 0px;
    }

    .line {
        height: 120px;
    }

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

    .my_landing_block_5 {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        margin: 0 auto;
        height: 1020px;
        flex-direction: column;
        position: relative;
    }
        .features-list {
        width: 100%;
    }
    .features-list-container {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .my_landing_block_5_child_header img {
    margin-bottom: 0px;
}

    #not_border_bottom{
        border-bottom: 1px solid #ACACAC !important;
    }

    #ft_h2{
        text-align: center;
    }

    .form_test_free-text{
        width: 290px;
    }

    #post_rel_top{
        position: relative;
        padding-top: 0px;
    }
    
    .my_landing_block_6_elements {
    width: 95%;
}

    /* #another_shadow{
        box-shadow: 0px 0px 40px rgb(214 223 226 / 25%), 0px 0px 40px #d8e6eb;
    } */

    .my_landing_block_5_child-elements_country span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }

    .my_landing_block_5_child-elements_price span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #121212;
    }

        .my_landing_block_5_child_header {
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 40px;
        align-items: center;
    }

    .my_landing_block_8_header h2,.my_landing_block_6_header h2,.my_landing_block_5_child_header h2,.my_landing_block_2_calc-title h2{
        font-size: 26px;
    }

    .my_landing_block_8_child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column;
        height: 500px;
    }

    .my_landing_block_4_child_elements-other_service-title h3 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 27px;
        /* identical to box height, or 150% */

        letter-spacing: 0.4px;

        /* Текст / Черный */

        color: #121212;
    }

    #anoth_font{
        font-size: 20px;
    }

    #test_ptoxy_text {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        margin: 8px 0;
        color: #FF4F12;
    }

    .my_landing_block_4_child_elements-other_service-title span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        /* or 129% */

        display: flex;
        align-items: flex-end;

        color: #ACACAC;
        margin-bottom: 10px;
        width: 326px;
    }

        .my_landing_block_6_header {
        display: flex;
        flex-direction: row;
        width: 372px;
        height: 50px;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
    }

    #margin_top_footer2{
        margin-top: 0px;
    }

    #teh_link {
        color: #0069FF;
        text-decoration: none;
        width: 1px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
    }

    .dots_link {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
    }

    .dots_link_child {
        display: flex;
        width: 70%;
        justify-content: space-between;
        align-items: center;
        margin-left: -7%;
    }

    .dots_block {
        width: 6px;
        height: 6px;
        background: #12121267;
        border-radius: 50%;
        cursor: pointer;
        transition: all .3s ease;
    }

    .my_landing_block_4_child_elements-button{
        margin-top: 24px;
        width: 100%;
    }

    .my_landing_block_4_child_elements-button button {
        font-family: 'Roboto_bold';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
        width: 100%;
        height: 49px;
        border: none;
        cursor: pointer;
        background: #FF4F12;
        border-radius: 8px;
        transition: all .3s ease;
    }

    .my_landing_block_4_child_elements-all_tarif_button{
        width: 90%;
        margin-top: 20px;
    }

    .my_landing_block_4_child_elements-all_tarif_button button {
        width: 100%;
        height: 50px;
        background: linear-gradient(
        87.82deg, #045CF1 9.59%, #04C8C8 62.42%, #18D1C9 87.15%);
        border-radius: 8px;
        font-family: 'Roboto_bold';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        color: #F9FBFF;
        transition: all .3s ease;
    }
}

/* ALL TRAFICS MEDIA STYLE  */

@media (max-width: 1200px){

    .all_trafics_block_1_elements {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
    }

    .all_trafics_block_1_table-elements_title span {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        padding: 10px;
    }

    .all_trafics_block_1_table-elements_title {
        width: 100%;
        height: 64px;
        border-radius: 8px 8px 0 0;
        background: #045CF1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
    }

    .all_trafics_block_1_table-elements_text {
        width: 100%;
        max-width: 1200px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
        background: #F6F9FC;
    }

    .all_trafics_block_1_table-elements_text p {
        font-family: 'Open sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-bottom: 12px;
    }

    .all_trafics_block_1_table-elements_text a {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #055CEF;
        text-decoration: none;
    }

    .all_trafics_block_1_table-elements_form_element span {
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #121212;
    }

    .all_trafics_block_1_table {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .all_trafics_block_1_table-elements {
        width: 100%;
        height: 632px;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 20px 40px #d8e6eb;
        border-radius: 8px;
        margin-bottom: 100px;
    }

    #another_top_al_btn{
        top: 70px;
    }

    .select-wrap2{
        width: 100%;
        margin-top: 10px;
    }

    .select-wrap2 .select2-container {
        width: 100% !important;
        height: 40px;
    }

    .region_choice_input2 {
        width: 100%;
        height: 40px;
        opacity: 0.3;
        border: 2px solid #045CF1;
        box-sizing: border-box;
        border-radius: 8px;
        padding-left: 10px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        outline: none;
        color: #121212;
        margin-top: 10px;
    }

    #once_ip_res {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-transform: none;
        display: flex;
        align-items: center;
        color: #055CEF;
        opacity: 0.9;
        width: 132px;
    }

    #once_ip_res_2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-transform: none;
        display: flex;
        align-items: center;
        color: #055CEF;
        opacity: 0.9;
        width: 132px;
    }

    .all_trafics_block_1_text-block_element p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }

    .all_trafics_block_1_text-block_element {
        width: 85%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1200px;
        flex-direction: column;
        height: 400px;
    }

    .all_trafics_block_1_table-elements_form_element {
        width: 85%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    #no_column{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #hide_mob_span{
        display: none;
    }

    #hide_desct_span{
        display: flex;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */
        text-transform: none;

        /* Текст / Черный */

        color: #121212;
    }

    #bacg_color {
        background: #F6F9FC;
        border-bottom: none;
    }

    #hide_on_desctop img{
        margin-left: -10px;
        margin-right: 5px;
    }

    .all_trafics_block_2-predloghe_elements p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }

    .al_t_btn {
        width: 206px;
        height: 49px;

        background: #FF4F12;
        border-radius: 8px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
        transition: all .3s ease;
    }

    .al_t_1_btn_button{
        top: 30px;
    }

    #another_height{
        height: 690px;
    }

    .all_trafics_block_1_text-block {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 80px 0;
        position: relative;
    }

    #my_landing_block_3_s_1_1,#my_landing_block_3_s_2_2{
        display: none;
    }

    .all_trafics_block_2-predloghe_elements {
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 20px;
        background: #D5F5F5;
        border-radius: 8px;
    }

    #new_style_disp{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }

    .all_trafics_block_2_table-elements_form-block-1 {
        width: 100%;
        display: none;
        justify-content: space-around;
        align-items: center;
    }

    .form_row {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    #country_width {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-bottom: 1px solid rgba(24, 143, 250, 0.5);
        border-top: 1px solid rgba(24, 143, 250, 0.5);
    }

    #hide_on_desctop {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .form_row_elements {
        height: 52px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        border: none;
        padding: 28px;
    }

    #two_table{
        display: flex;

    }

    .all_trafics_block_2_table-elements_form-block-1_title {
        width: 100%;
        max-width: 220px;
        height: 155px;
        display: none;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(24, 143, 250, 0.5);
    }

    .table_row {
        display: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50%;
    }

    .table_column {
        width: 100%;
        height: 80px;
    }

    .table_tytle-2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(24, 143, 250, 0.5);
        border-right: none;
        border-left: none;
    }

    #country_width2{
        display: none;
    }

    .all_trafics_block_2_table-elements_title span {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        /* identical to box height, or 127% */

        letter-spacing: 0.4px;

        color: #FFFFFF;
    }

}

/* BOARDING PAGE MEDIA STYLE  */

@media (max-width: 1200px){
    .boarding_block_1 {
        width: 100%;
        /* height: 1720px; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(101deg, #055CEF 2.18%, #18D1C9 88.25%);
        border-radius: 0 0 100% 100%/150px;
        position: relative;
    }

    .boarding_block_1_elements_child-text p {
        font-family: Russo One;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 44px;
        letter-spacing: 0.3px;
        color: #FFFFFF;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .boarding_block_1_elements_child-text ul > li {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .boarding_block_2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .boarding_block_1_elements_child-form span {
        font-family: Russo One;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.4px;
        color: #045CF1;
    }

    .boarding_block_1_elements_child-text span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .boarding_block_1_elements_child {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        height: auto; 
        margin-top: 0px;
        flex-direction: column;
    }

    .boarding_block_1_elements_child-text_ele {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    #top_rel {
        position: relative;
        top: 0px;
    }
    
   .boarding_block_1_elements_child-text ul {
    margin-top: 20px;
    position: relative;
    left: 20px;
}

    #top_rel2 {
        position: relative;
        top: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .boarding_block_1_elements_child-text {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .boarding_block_1_elements_child-text h1 {
    font-family: Russo One;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    }
    
    .select2-selection__arrow img {
        /* margin-top:9px; */
        margin-top:0px;
    }

    .left_side_res2 {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: column;
        height: 90%;
        width: 90%;
    }

    #mobile_v{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
        top: 10px;
    }


    .boarding_block_2_elements-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        z-index: 2;
        background: #18d1c924;
        padding: 15px 20px;
        margin-top: 20px;
    }

    #padd_text_e {
        margin-bottom: 14px;
    }

    .boarding_block_1_elements_child-form {
        width: 100%;
        height: 406px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 8px;
        margin-top: 20px;
        margin-right: 0px;
        padding-top: 18px;
    }

    .boarding_block_7_table_elem {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 504px;
    }

    .boarding_block_7_table {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #hide_block_table_7{
        white-space: pre;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* width: 50%; */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }

    .boarding_block_7_table_elem2 span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: none;
        width: 100%;
        color: #121212;
        height: 79px;
        /* border: 1px solid rgba(24, 143, 250, 0.5); */

        border: none;
    }
    
        .boarding_block_7_table_elem3 span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: none;
        width: 100%;
        color: #121212;
        height: 79px;
        /* border: 1px solid rgba(24, 143, 250, 0.5); */

        border: none;
    }

    #width_171 {
        width: 79px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        color: #121212;
    }

    .my_landing_block_8_header img {
        margin-bottom: 0px;
    }

.pay_block_text {
    margin-top: 1px;
    text-align: center;
}

.my_landing_block_4_elements {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    height: 100%;
}

    .row_table {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-left: 2px solid rgba(24, 143, 250, 0.5);
        border-right: 2px solid rgba(24, 143, 250, 0.5);
        height: 85px;
        padding: 8px;
    }

    #bottom_border2{
        border-bottom: 2px solid rgba(24, 143, 250, 0.5);
        border-radius: 0 0 8px 8px;
    }

    .boarding_block_7_table_elem2 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
        box-shadow: 0px -20px 40px rgba(214, 223, 226, 0.25), 0px 20px 40px #D8E6EB;
        border-radius: 8px;
    }
    
        .boarding_block_7_table_elem3 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
        box-shadow: 0px -20px 40px rgba(214, 223, 226, 0.25), 0px 20px 40px #D8E6EB;
        border-radius: 8px;
    }

    .select-wrap3 .select2-container {
        width: 100% !important;
        height: 40px;
    }

    .select-wrap3{
        width: 90%;
    }

    #a_boarding_buy{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    
    .pricing_tcountry {
padding: 50px 0 0 0;
}
    .pricing_tcountry .container {
        padding: 0 15px;
    }
    

    .price_block {
        width: 100%;
        height: 100px;
        background: #FFFFFF;
        border-radius: 8px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .price_block button {
        width: 90%;
        height: 49px;
        background: linear-gradient(87.82deg, #045CF1 9.59%, #04C8C8 62.42%, #18D1C9 87.15%);
        border-radius: 8px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
    }
    
    #price_block_link {
        width: 90%;
    }

    .left_text img{
        width: 28px;
    }

    .boarding_block_2_elements-header span {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        display: flex;
        align-items: center;
        letter-spacing: 0.3px;
        color: #055CEF;
    }

    .price_block p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        margin-bottom: 40px;
        color: #121212;
    }

    #no_top {
        top: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #no_top button {
        width: 90%;
    }

    #another_width_ul {
        width: 90%;
    }

    .my_landing_block_4_child_elements-other_service-title{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .boarding_block_3_text_block span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        height: auto;
        color: #FFFFFF;
        margin-top: 16px;
    }

    .boarding_block_4 {
        width: 113%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 80px;
        background: #F6F9FC;
    }

    .boarding_block_3_text_block {
        height: auto;
        width: 100%;
        background: #055cefc4;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 20px 40px #d8e6eb;
        border-radius: 8px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 30px 20px;
        flex-direction: column;
    }

    .boarding_block_4_elements {
        width: 95%;
        max-width: 1200px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .boarding_block_3_text_block ul{
        width: 90%;
    }

    .boarding_block_3_text_block ul > li {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        color: #FFFFFF;
    }

    #slideshow2 {
        width: 100%;
    }

    #slideInner2 {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        height: auto;
    }

    #last_slide{
        margin-right: 30px;
    }

    #slideshow2 #slidesContainer2 .slide2 {
        height: 428px;
        width: 825px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 30px 60px 20px;
    }

    .post_otzivy-tittle2 {
        width: auto;
        text-align: center;
        margin-top: 40px;
    }


    #slideInner2::-webkit-scrollbar {
        display: none;
    }

    #leftControl2{
        display: none;
    }

    #rightControl2 {
        display: none;
    }

    .boarding_block_6_elements-table_1_child h2 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        width: 314px;
        letter-spacing: 0.4px;
        color: #FF4F12;
    }

    .boarding_block_6_elements-table_1_child span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        width: 314px;
        color: #121212;
    }

    .boarding_block_7 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .boarding_block_2_elements-header2 span {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        display: flex;
        align-items: center;
        letter-spacing: 0.3px;
        transition: all .3s ease;
        color: #055CEF;
    }

    .boarding_block_6_elements-table_1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .boarding_block_6_elements-table_1_child {
        width: 110%;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 10px 20px rgb(216 230 235 / 40%);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .boarding_block_6_elements-table_2 {
        width: 110%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .boarding_block_6 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #18D1C9;
        height: 990px;
        margin-top: 110px;
    }

    #ul_style_table {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        list-style-type: none;
        height: 500px;
    }

    #ul_style_table2 {
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
        left: 20px;
    }

    .boarding_block_6_elements {
        width: 85%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }

    .boarding_block_6_elements-table_2_child h2 {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        /* or 123% */

        letter-spacing: 0.4px;

        /* Кнопка/оранжевый */

        color: #FF4F12;
    }

    .boarding_block_6_elements-table_2_child {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 10px 20px rgb(216 230 235 / 40%);
        border-radius: 8px;
        height: 192px;
    }

    .boarding_block_6_elements-table_2_child span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        width: 100%;
        color: #121212;
        margin-top: 16px;
    }

    .post_otzivy2 {
        width: 339px;
        height: 319px;

        margin-left: 0px;
        background: #FFFFFF;
        box-shadow: 0px -20px 40px rgb(214 223 226 / 25%), 0px 20px 40px #d8e6eb;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .post_otzivy-tittle2 span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #121212;
        width: 279px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #another_height_table {
        height: auto;
    }

    #hr_teable_boarding_block {
        border: none;
        width: 100%;
        height: 2px;
        background: #FFFFFF;
        margin: 40px 0px;
    }

    .table_chaild p {
        font-family: Russo One;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.3px;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .hb_1{
        width: 99px !important;
    }

    .hb_2{
        width: 150px !important;
        white-space: pre-wrap !important;
    }

    .hb_3{
        width: 120px !important;
    }

    .hb_4,.hb_5{
        width: 210px !important;
    }
    .hb_6{
        width: 170px !important;
    }

    .hb_7{
        width: 510px !important;
        white-space: pre-wrap !important;
        position: relative;
        top: -20px;
    }

    .hb_8{
        width: 510px !important;
        white-space: pre-wrap !important;
        position: relative;
        top: -10px;
    }
    .mb_s_width{
        width: 320px !important;
    }

    .g-recaptcha{
        position: relative;
        left: 0px;
    }

    .ElemStringText {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }

    #ElemStringText_margin {
        margin-bottom: 0px;
        font-weight: normal;
    }

    .about_company_block_elements span {
        font-family: Russo One;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 27px;
        letter-spacing: 0.4px;
        color: #121212;
    }

    .my_landing_block_2_calc-button{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .my_landing_block_2_calc-button button:hover{
        background: linear-gradient(87.82deg, #045CF1 9.59%, #04C8C8 62.42%, #18D1C9 87.15%);
    }

    .result_calc_block_1-result_child span, .result_calc_block_1-result_child2 span, .once_proxy span{
        white-space: normal;
    }

    .my_landing_block_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        background: linear-gradient(150deg, #055CEF 2.18%, #18D1C9 88.25%);
        border-radius: 0 0 100% 100%/30px;
        position: relative;
        z-index: 1;
    }

    .mlb_1_footer_main_block {
        width: 100%;
        position: relative;
        top: -40px;
    }

    .mlb_1_footer_main_block2 {
        position: absolute;
        width: 100%;
        height: 450px;
        background: #F6F9FC;
        top: 0%;
        z-index: 0;
    }

    .authorization_block-form_form {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 80%;
        align-items: center;
        justify-content: space-around;
    }

    #f_t_btn{
        width: 299px;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Roboto Medium';
        font-weight: normal;
    }

    .test_free_form_elements {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    #width_171_first_span_table {
        background: #188FFA;
        height: 79px;
        width: 100%;
        font-family: 'Roboto Medium';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
        color: #FFFFFF;
        border-radius: 8px 8px 0 0;
    }

    .boarding_block_3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    .tutorial-grid-tr {
        display: flex !important;
        flex-direction: column !important;
    }

    .tutorial-grid-tr .tutorial-grid-td {
        display: flex;
        width: 100%;
        order: 1;
    }

    .tutorial-grid-tr .tutorial-grid-td-first-mobile {
        order: 0;
        justify-content: center;
    }


    .tutorial-grid-tr .tutorial-grid-td > .item > *:not(.tutorial-grid-td2) {
        margin-top: 20px;
    }

    .tutorial-grid-tr .tutorial-grid-td > .item > p {
        margin-bottom: 20px !important;
    }

    .tutorial-grid-tr .tutorial-grid-td .tutorial-grid-td2 + .tutorial-grid-td2 {
        margin-left: 1%;
    }
.img_payment_methods_child {
	display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 1px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

}

@media (max-width: 440px) {
    .header_logo {
        width: calc(100% - 60px) !important;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }
}