@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 400;
    outline: none !important;
}
body.active{
    overflow: hidden;
}
a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer,
section {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container {
    max-width: 1260px;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.header_top {
    display: flex;
    width: 100%;
    padding: 15px 0;
    align-items: center;
}

.header_top_socials {
    display: flex;
}

.header_top_social_item {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
    background-size: contain;
}

.header_top_social_item:last-child {
    margin-right: 0;
}

.header_top_social_wa {
    background-image: url(../image/whatsapp.png);
}

.header_top_social_vb {
    background-image: url(../image/viber.png);
}

.header_top_social_tg {
    background-image: url(../image/telegram.png);
}

.header_top_social_sk {
    background-image: url(../image/skype.png);
}

.header_top_phone {
    margin-left: auto;
    margin-right: 20px;
}
.header_top_phone a{
    font-size: 20px;
    font-weight: 700;
}

.header_top_link {
    margin-left: 120px;
    cursor: pointer;
}

.header_top_link_btn {
    padding: 10px 18px;
    border: 2px solid #1f40e6;
    color: #1f40e6;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    max-width: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top_link_btn:hover {
    color: #fff;
    background-color: #1f40e6;
}

.header_bottom {
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 15px 0;
}
.header_bottom_migrate_wrap{
    display: flex;
    width: 100%;
    align-items: center;
}
.header_bottom_wrap {
    display: flex;
    width: 100%;
    font-weight: 700;
}

.header_bottom_wrap SPAN{
    font-weight: 700;
    font-size: 17px;
}

.header_bottom_migrate {
    display: flex;
}

.header_bottom_migrate_title {
    font-weight: 700;
    font-size: 17px;
    margin-right: 50px;
}

.header_bottom_migrate_item {
    font-size: 17px;
    font-weight: 400;
    margin-right: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.header_bottom_migrate_item:hover {
    color: #1f40e6;
}

.header_bottom_migrate_item:last-child {
    margin-right: 50px;
}
.header_bottom_nav ul li a{
    font-weight: 400;
    font-size: 17px;
    margin-right: 50px;
    transition: 0.3s;
}
.header_bottom_nav ul li a:hover{
    color: #1f40e6;
}

.header_bottom_nav ul li a:last-child {
    margin-right: 0;
}

.header_mob_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    display: none;
}
.header_bottom_wrap_f{
    display: flex;
}
.header_mob_menu_line,
.header_mob_menu_line_f,
.header_mob_menu_line_l{
    width: 21px;
    height: 3px;
    background-color: #1f40e6;
    position: relative;
    transition: 0.3s;
}
.header_mob_menu_line_f.active{
    transform: rotate(45deg);
    top: 4px;
}
.header_mob_menu_line_l.active{
    transform: rotate(-45deg);
    top: -5px;
}
.header_mob_menu_line.active{
    display: none;
}
.header_mob_menu_line_f{
    margin-bottom: 4px;
}
.header_mob_menu_line_l{
    margin-top: 4px;
}
.header_top_phone_mob {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.main_banner{
 background-image: url(../image/main_banner/bg_1.jpg);
 background-position: 50% 50%;
 background-repeat: no-repeat;
 height: 70vh;
}
.main_banner_sl {
    display: flex;
    width: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.main_banner_sl_text {
    position: relative;
}

.container_sl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main_banner_sl_item_title {
    font-size: 48px;
    line-height: auto;
    font-weight: 400;
    max-width: none;
    margin-bottom: 20px;
}

.main_banner_sl_item_title::after {
    content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin-top: 30px;
    background-color: #1f40e6;
}

.main_banner_sl_item_descr {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

.main_banner_sl_item_link {
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.main_banner_sl_item_link::after {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../image/main_banner/Icon.png);
}

.main_banner_sl_item_link:hover {
    color: #1f40e6;
}

.why_we {
    padding: 65px 0;
}

.why_we_card_img {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 65px;
}

.why_we_wrap .why_we_card:nth-child(1) .why_we_card_img {
    background-image: url(../image/why_we/why_we1.png);
}

.why_we_wrap .why_we_card:nth-child(2) .why_we_card_img {
    background-image: url(../image/why_we/why_we2.png);
}

.why_we_wrap .why_we_card:nth-child(3) .why_we_card_img {
    background-image: url(../image/why_we/why_we3.png);
}

.why_we_title,
.migration_title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 700;
}
.why_we_title{
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
    color:#1f40e4;
}

.why_we_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 30%;
    align-items: center;
}

.why_we_wrap,
.migration_wrap {
    display: flex;
    justify-content: space-between;
}

.why_we_card_title {
    max-width: 380px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 23px;
}

.why_we_card_title::after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    margin-top: 15px;
    background-color: #1f40e6;
}

.why_we_card_descr {
    font-size: 16px;
    width: 100%;
}

.migration {
    padding: 70px 0 45px;
    background-color: #f4f5fa;
}

.migration_card {
    background-color: #fff;
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    position: relative;
    border-bottom: 3px solid #1f40e6;
}

.migration_card:hover {
    border-bottom: 3px solid #526ae4;
}

.migration_card_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.migration_card ul li {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    margin-bottom: 35px;
}

.migration_card ul {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.migration_card ul li:last-child {
    margin-bottom: 0;
}

.migration_card ul li::before{
    content: '';
    width: 8px;
    min-width: 8px;
    min-height: 8px;
    height: 8px;
    border-radius: 8px;
    display: block;
    background-color: #1f40e6;
    position: absolute;
    left: 0;
    top: 6px;
}

.migration_card_link {
    width: 160px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f40e6;
    transition: 0.3s;
    margin: auto auto 0;
}

.migration_card_link span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-content: center;
}

.migration_card_link span::after {
    content: '';
    display: block;
    background-image: url(../image/migration/Icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 21px;
    height: 17px;
    position: relative;
    margin-left: 8px;
    top: 3px;
}

.migration_card_link:hover {
    opacity: 0.8;
}

.migration_card_icon {
    position: absolute;
    top: 24px;
    right: 0;
    width: 45px;
    height: 35px;
    display: block;
}

.migration_card_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.migration_card_image {
    position: absolute;
    bottom: 35px;
    right: 0;
    display: block;
    width: 380px;
    height: 416px;
    z-index: 1;
}

.migration_card {
    background-repeat: no-repeat;
    background-position: 100% 20px;
}

.migration_card:nth-child(1){
    background-image: url(../image/migration/bg3.png);
}

.migration_card:nth-child(2){
    background-image: url(../image/migration/bg2.png);
}

.migration_card:nth-child(3){
    background-image: url(../image/migration/bg1.png);
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: 100%;
    height: 70vh;
}

.reviews_item {
    display: flex;
    justify-content: center;

}

.reviews_item_card {
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s;
    width: 50%;
    margin-top: 60px;
    flex-direction: column;
    padding: 100px 10px 30px;
}

.reviews_item_card_img {
    position: absolute;
    top: 0;
}

.name,
.prof {
    font-size: 18px;
    font-weight: 400;
}

.slick-center .reviews_item_card {
    border-bottom: 3px solid #1f40e6;
    width: 100%;
}

.reviews_sl {
    padding: 70px 0 85px;
    background-color: #f4f5fa;
    margin-bottom: 75px;
    min-height: 680px;
    max-height: 680px;
    overflow: hidden;
}

.reviews_item_card_name {
    display: flex;
}

.prof,
.reviews_item_card_descr {
    visibility: hidden;
    transition: all 0.7s;
    height: 0;
    opacity: 0;
    display: none;
}


.reviews_item .prof {
    visibility: hidden;
    transition: all 0.7s;
    height: 0;
    opacity: 0;
    display: none;
}

.slick-center .reviews_item_card_name,
.slick-center .prof,
.slick-center .reviews_item_card_descr {
    display: flex;
    visibility: visible;
    transition: all 0.7s;
    height: 100%;
    opacity: 1;
}

.reviews_title {
 
    display: flex;
    margin-bottom: 75px;
    justify-content: center;
  
}
.reviews_title span{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.header_top_link_btn_hero{
    display: none;
}
.container_tabs {
    display: flex;
    align-items: flex-start;

}

ul.tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    margin-right: 45px;
    border: 1px solid #1f40e6;
}

ul.tabs li {
    cursor: pointer;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 45px;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    border-top: 1px solid #1f40e6;
    border-bottom: 1px solid #1f40e6;
}

ul.tabs li.current {
    background: #1f40e6;
    color: #fff;

}
ul.tabs li.current .vertical{
    display: none;
}
ul.tabs li.current .horizontal{
    background-color: #fff;
}
.vertical{
    width: 2px;
    height: 20px;
    background-color: #1f40e6;
}
.horizontal{
    width: 2px;
    height: 20px;
    background-color: #1f40e6;
    transform: rotate(90deg);
    position: relative;
    left: -2px;
}

.tab-content {
    display: none;
    background: #ededed;
    width: 100%;
    max-width: 805px;
    height: auto;
    position: relative;
     height: 100%;
}
.google_map{
    background-image: url(../image/map/map.jpg);
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    height: 380px;
}
.tab-content_wrap{
    width: 100%;
    height: 100%;
}
.tab-content.current {
    display: flex;
    width: 100%;
}
.tabs_descr{
    display: none;
    padding: 21px 40px;
}
.tabs_descr div{
    margin-bottom: 12px;
}
.tabs_descr div:last-child{
    margin-bottom: 0;
}
.current + .tabs_descr {
    display: block;
}

.contacts_title {
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 65px;
    color: blue;
}

.tab-link_icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts{
    padding-bottom: 50px;
}
.local,
.phone,
.mail{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.local::before,
.phone::before,
.mail::before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 20px;
}
.local::before{
    background-image: url(../image/contacts/Icon1.png);
}
.phone::before{
    background-image: url(../image/contacts/Icon2.png);
}
.mail::before{
    background-image: url(../image/contacts/Icon3.png);
}
.call_back_block{
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1145px;
    background-color: #fff;
    width: 100%;
    padding: 50px 45px;
    margin: 0 auto;
}
.tabs .tab_wrap:nth-child(3) .phone{
    display: none;
}

.call_back_title{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 55px;
    margin-bottom: 55px;
}
.call_back_block_bg{
    background: linear-gradient(90deg, #051c2c, #1f40e6);
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.call_back_block_descr{
   max-width: 500px;
   width: 100%;
   margin-right: 50px;
    
}
.call_back_block_descr_title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    display: block;
}
.call_back_block_descr_title::after{
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    background-color: #1f40e6;
    margin-top: 18px;
}
.call_back_block_descr_text{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}
.call_back_block_descr_social{
    margin-top: 20px;
}
.call_back_block_descr_social,
.call_back_block_descr_social_links{
    display: flex;
    align-items: center;
}
.call_back_block_descr_social_phone{
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}
.call_back_form{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.call_back_form_first_row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.call_back_form_input,
.call_back_form_textarea{
    border: 1px solid;
    padding-left: 20px;
    font-size: 16px;
}
.call_back_form_input{
    height: 48px;
    width: 100%;
    max-width: 238px;
}

.call_back_form_input:first-child{
    margin-right: 20px;
}

.call_back_form_textarea{
    padding-top: 20px;
    resize: none;
    width: 100%!important;
    min-height: 160px;
}

.call_back_form_label{
    display: flex;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}
.call_back_form_checkbox{
    display: none;
}
.call_back_form_custom_checkbox{
    min-width: 16px;
    height: 16px;
    display: flex;
    background-color: #fff;
    border: 1px solid #1f40e6;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.call_back_form_checkbox:checked + .call_back_form_custom_checkbox{
    background-color: #1f40e6;
    border: 1px solid #1f40e6;
    background-image: url(../image/check.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.call_back_form_lb_descr.error{
    color: red;
    text-decoration: underline;
}
.call_back_form_lb_descr{
    font-size: 15px;
    line-height: 24px;
}

.call_back_form_label a{
    color: #1f40e6;
    transition: 0.3s all;
    font-size: 15px;
    line-height: 24px;
    margin-left: auto;
}
.call_back_form_label a:hover{
    text-decoration: underline;
}

.form_btn{
    margin-top: 10px;
    border: 2px solid #1f40e6;
    background-color: #1f40e6;
    height: 46px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
    transition: 0.3s;
}
.form_btn:hover{
    color: #1f40e6;
    background-color: #fff;
}
.footer{
    padding-top: 40px;
}
.footer_top,
.footer_bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_top{
    border-bottom: 1px solid #dcdde7;
    padding-bottom: 10px;
}
.footer_bot{
    padding: 30px 0;
}
.footer_top_nav{
    display: flex;
}

.footer_top_nav ul li a{
    font-size: 15px;
    transition: 0.3s;
    display: block;
}

.footer_top_nav ul li{
    margin-right: 25px;
}

.footer_top_nav ul li:last-child{
    margin-right: 0;
}

.footer_top_nav ul li a:hover{
    color: #1f40e6;
}
.footer_bot_social{
    display: flex;
}
.footer_bot_social_links{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000;
    margin-right: 10px;
    transition: 0.3s;
}
.footer_bot_social_links:hover{
    background-color: #1f40e6;
}
.footer_bot_social_links:last-child{
    margin-right: 0;
}
.footer_bot_social_links_od{
    background-image: url(../image/footer/odnoklassniki.png);
}
.footer_bot_social_links_fb{
    background-image: url(../image/footer/facebook.png);
}
.footer_bot_social_links_yt{
    background-image: url(../image/footer/youtube.png);
}
.footer_bot_social_links_vk{
    background-image: url(../image/footer/VK.png);
}
.footer_bot_social_links_in{
    background-image: url(../image/footer/insta.png);
}
.footer_bot_copyright{
    font-size: 15px;
}
.reviews_sl_item{
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #1f40e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding: 60px 26px 25px;
}
.reviews_sl_item_descr{
    text-align: center;
}
.reviews_sl_item_img{
    width: 120px;
    height: 120px;
    background-image: url(../image/reviews/bg1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
}
.reviews_sl_item_reting{
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}
.reviews_sl_item_reting_star{
    width: 20px;
    height: 20px;
    background-image: url(../image/reviews/star.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.reviews_sl_item_reting_star_empty{
    background-image: url(../image/reviews/star_empty.png);
}
.reviews_sl_item_point_l,
.reviews_sl_item_point_r{
    width: 47px;
    height: 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}
.reviews_sl_item_point_l{
    background-image: url(../image/reviews/point_l.png);
    left: -20px;
    top: 150px;
}
.reviews_sl_item_point_r{
    background-image: url(../image/reviews/point_r.png);
    right: -20px;
    bottom: 20px;
}
.reviews_sl_item_wrap{
    margin: 0 15px;
    padding-top: 60px;
}
.reviews_sl_item_name{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
.see_more_sl{
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-content: center;
    margin-top: 10px;
}
.see_more_sl::after{
    content: '';
    display: block;
    background-image: url(../image/reviews/arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    position: relative;
    top: 2px;
    height: 15px;
    margin-left: 10px;
}
.sl_left,
.sl_right{
   width: 40px;
   height: 40px;
   border-radius: 40px;
   border: 2px solid #dcdde7; 
   position: absolute;
   transition: 0.3s;
   top: calc(50% + 60px);
   background-image: url(../image/reviews/arrow_sl.png);
   background-position: 50% 50%;
   background-repeat: no-repeat;
   cursor: pointer;
}
.sl_left:hover,
.sl_right:hover{
    border: 2px solid #1f40e6; 
}
.sl_left{
    left: -40px;
    transform: rotate(180deg);
}
.sl_right{
    right: -40px;
   
}
.reviews_sl_wrap .slick-dots{
    margin-bottom: -15px !important;
}
.breadcrumbs{
    padding: 15px 0;
    display: flex;
    width: 100%;
    background-color: #f4f5fa;
}
.breadcrumbs_list{
    display: flex; 
}
.breadcrumbs_list span{
    margin: 0 3px;
    display: block;
    font-size: 13px;
}
.breadcrumbs_item{
    font-size: 13px;
    font-weight: 700;
}
.breadcrumbs_item.active_link{
    font-weight: 500;

}

.slider {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    color: white;
   
    position: relative;
    right: -25px;
  }
  .slider .slide {
    padding: 60px 30px 0;
    padding-left: 60px;
  }
  .slider .slide .child-element {
    padding: 60px 20px 25px;
    transition: all .2s ease;
    width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-bottom: 3px solid #1f40e6;
    background-color: #fff;
    margin: 0 20px;
  }
  .reviev_name{
      display: flex;
      margin-bottom: 10px;
      font-weight: 700;
      margin-top: 25px;
  }
  .reviev_name span{
      margin-left: 5px;
      font-weight: 700;
  }
  .review_img{
    position: absolute;
    top: -60px;
  }
  .reviev_star{
    width: 20px;
    height: 20px;
    background-image: url(/image/reviews/star.png);
    margin: 10px 0 20px;
    background-repeat: no-repeat;
  }
  .reviev_star.empty{
    background-image: url(/image/reviews/star_empty.png);
  }
  .reviev_link{
      font-weight: 700;
      display: flex;
      align-items: center;
      font-size: 15px;
  }
  .reviev_link::after{
      content: '';
      margin-left: 10px;
      width: 20px;
      height: 15px;
      background-image: url(../image/reviews/arrow.png);
      background-repeat: no-repeat;
      display: block;
      background-position: 50%;
      position: relative;
      top: 2px;
  }
  .point_sl_l,
  .point_sl_r{
      position: absolute;
      width: 47px;
      height: 36px;
      display: block;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
    }
.point_sl_l{
    background-image: url(../image/reviews/point_l.png);   
    left: -10px;
    top: 110px;
}
.point_sl_r{
    right: -10px;
    bottom: 25px;
    background-image: url(../image/reviews/point_r.png);   
}
.slider .slide .child-element .review_descr,
.slider .slide .child-element .review_rating,
.slider .slide .child-element .reviev_name span,
.slider .slide .child-element .reviev_link,
.slider .slide .child-element .point_sl_l,
.slider .slide .child-element .point_sl_r{
    display: none;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
  }
.review_descr{
      height: 105px;
      overflow: hidden;
  }
.slider .slide.slick-center .child-element{
    transform: translate(-190px, 0px);
    width: calc(100% + 260px);
    max-width: initial;
  }
.slider .slide.slick-center .child-element .review_descr,
.slider .slide.slick-center .child-element .review_rating,
.slider .slide.slick-center .child-element .reviev_name span,
.slider .slide.slick-center .child-element .reviev_link,
.slider .slide.slick-center .child-element .point_sl_l,
.slider .slide.slick-center .child-element .point_sl_r{
    display: flex;
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}
.slider .slide.slick-center .child-element .reviev_name{
    margin-top: 0;
}

.header_bottom_nav ul{
    display: flex;
    margin-left: 50px;
}
.header_bottom_nav ul li{
    margin-right: 50px;
    font-size: 17px;
    transition: 0.3s;
}
.header_bottom_nav ul li.current-menu-item a{
    color: #1f40e6;
    font-weight: bold;
}
.header_bottom_nav ul li:hover{
    color: #1f40e6;
    font-weight: bold;
}
.header_bottom_nav ul li:last-child{
    margin-right: 0;
}


/*  ABOUT */

.about_descr{
    display: flex;
    justify-content: center;
    margin-top: 65px;
    align-items: flex-start;
}

.about_descr_title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #1f40e6;
}

.about_descr_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.about_descr_top_image{
    min-width: 400px;
    height: 100%;
}

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

.about_descr_top_image,
.about_descr_top_content{
    max-width: calc(50% - 20px);
    width: 100%;
}

.about_descr_top_content p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.about_descr_top_content ul li{
    margin-bottom: 8px;
    /* font-weight: 500;  */
    line-height: 22px; 
}

.about_descr_top_content ul li:last-child{
    margin-bottom: 0;
    font-size: 16px;
}

.about_descr_bottom{
    display: flex;
    justify-content: space-between;
}

.about_descr_bottom_title{
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 50px;
}

.about_descr_bottom_wrap{
    display: flex;
    justify-content: space-between;
}

.about_descr_bottom_video,
.about_descr_bottom_content{
    max-width: calc(50% - 20px);
    width: 100%;
}

.about_descr_bottom_video video{
    display: none;

}
.about_descr_bottom_video{
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_descr_bottom_content p{
    font-size: 16px;
    line-height: 24px;
}

.about_descr_bottom_content ul{
    margin: 30px 0;
}

.about_descr_bottom_content ul li{
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.about_descr_bottom_content ul li::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #1f40e6;
    border-radius: 50%;
    margin-right: 5px;
}

.about_descr_bottom_content ul li:last-child{
    margin: 0;    
}

.about_descr_bottom_video_btn{
    width: 80px;
    height: 80px;
    background-color: rgba(31, 64, 230, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.about_descr_bottom_video_btn:hover{
    width: 100px;
    height: 100px;
}

.about_descr_bottom_video_btn_in{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1f40e6;
    background-image: url(../image/about/circle.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.team{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    background-color: #f4f5fa;
    padding-top: 65px;
}
.team_title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
}

/* Documents */

.document{
    display: flex;
    justify-content: center;
    border-top:  1px solid #dcdde7;
    padding: 65px 0;
}

.document_title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 55px;
}

.document_sl{
    width: calc(100% + 5px);
    overflow: hidden;
    height: auto;
}

.swiper-slide_documents{
    border: 1px solid #1f40e6;
}

.swiper-slide_documents img{
    width: 100%;
    
}

.document_sl_l,
.document_sl_r{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #dcdde7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% + 20px);
    cursor: pointer;
    transition: 0.3s;
}

.document_sl_r svg,
.document_sl_l svg{
    fill: rgb(220, 221, 231);
}

.document_sl_r:hover,
.document_sl_l:hover{
    border-color: #1f40e6;
}

.document_sl_r:hover  svg,
.document_sl_l:hover  svg{
    fill: #1f40e6;
}

.document_sl_l{
    left: -40px;
    transform: rotate(180deg);
}
.document_sl_r{
    right: -40px;
}

.services{
    display: flex;
    justify-content: center;
}

.services_title{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    padding-top: 60px;
}
.services_descr{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.services_descr p{
    font-size: 16px;
    line-height: 24px;
}

.services_descr_l,
.services_descr_r{
    max-width: calc(50% - 15px);
    width: 100%;
}

.services_descr_l ul{
    margin-top: 25px;
}

.services_descr_l ul li{
    margin-bottom: 8px;
}

.services_descr_l ul li:last-child{
    margin-bottom: 0;
}

.services_tabs{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.nav_services{
    display: flex;
    justify-content: space-between;
}

.nav_services li{
    max-width: 32%;
    width: 100%;
    background-color: #f4f5fa;
    height: 70px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.nav_services li a{
    width: 100%;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.nav_services li.active{
    background-color: #fff;
    border: 1px solid #1f40e6;;
    border-bottom: none;
    position: relative;
    height: 71px;
    top: 1px;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
.nav_services li.active a{
    color: #1f40e6;
}

.services_tabs_content{
    border-top: 1px solid #1f40e6;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.header_top_whats_up{
    display: none;
}

.reviews_sl .container{
    overflow: hidden;
}

.reverse .first_way_main_description{
    flex-direction: row-reverse;
    align-items: center;
}
.italy_moving_slovakia .italy_cards_moving{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.italy_moving_slovakia .italy_cards_moving .italy_moving_card{
    max-width: 33.33%;
    width: 100%;
}
.italy_moving_slovakia .italy_cards_moving .italy_moving_card:nth-child(3)::before{
    display: none;
}
@media screen and (max-width: 1100px){
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card .italy_moving_card_derc{
        padding: 0 20px;
    }
}
@media screen and (max-width: 850px){
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card{
        max-width: 50%;    
    }
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card:before{
        left: unset;
        right: -50%;
    }
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card:nth-child(3)::before{
        display: block;
    }
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card:nth-child(2)::before,
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card:nth-child(4)::before{
        display: none;
    }   
}
@media screen and (max-width: 500px){
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card{
        max-width: 100%;
    }
    .italy_moving_slovakia .italy_cards_moving .italy_moving_card::before{
        display: none!important;
    }
    
}
@media screen and (max-width: 900px){
    .header_top_link_btn_hero{
        display: flex!important;
        margin: 0!important;
        background-color: #1f40e4;
        color: #fff;
    }
}
@media screen and (max-width: 830px){
    .main{
        margin-top: 120px
    }
}
@media screen and (max-width: 600px){
    .main{
       margin-top: 74px;
    }
    .main_banner{
       height: 60vh;
    }
}

.sl_left,
.sl_right{
    top: 50%;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.sl_left:hover svg,
.sl_right:hover svg{
    fill: #1f40e6;
    transition: 0.3s;
}
.sl_right svg,
.sl_left svg{
    fill: #dcdde7;
}
.new_sl_arrows{
    position: relative;
}
@media screen and (max-width: 1300px){
    .new_sl_arrows{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}
.new_sl_wrap{
    width: 100%;
}
.new_sl{
    background-color: #f4f5fa;
    display: flex;
    padding: 50px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.new_sl .slick-list{
    padding: 0!important;
}
.new_sl .container{
    overflow-x: hidden;
}
.sl_item{
    display: flex !important;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px solid #1f40e6;
    padding-bottom: 30px;
    width: 800px;
    background-color: #fff;
    margin: 0 20px;
    position: relative;
}
.sl_item_img{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.sl_item_img img{
    position: relative;
    z-index: 2;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.sl_item_img::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #f4f5fa;
    width: 100%;
    height: 60px;
}
.sl_item_reviews_star{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sl_item_reviews_star_full{
    width: 20px;
    height: 20px;
    background-image: url(image/reviews/star.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
}
.sl_item_reviews_star_full.empty{
    background-image: url(image/reviews/star_empty.png);
}
.sl_item_name{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sl_item_name .sl_item_name_title{
    padding-right: 5px;
}
.sl_item_name .sl_item_name_title,
.sl_item_name .sl_item_name_vacantion{
    font-weight: 700;
    text-align: center;
}
.sl_item_descr{
    max-width: 80%;
    text-align: center;
}
.sl_item_full{
    display: block;
    margin-top: 30px;
}
@media screen and (max-width: 1000px){
    .sl_left,
    .sl_right{
        top: -115px;
    }
}
@media screen and (max-width: 900px){
    .sl_item{
        margin: 0 20px;
    }
}
@media screen and (max-width: 500px){
    .sl_item_name{
        flex-direction: column;
    } 
}

.italy_moving.italy_moving_custom .italy_cards_moving .italy_moving_card:nth-child(4){
    margin: 50px auto 0;
}

.book_calendar{
     display: flex;
     justify-content: center;
     width: 100%;
}

.book_calendar_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.book_calendar_text{
    font-weight: bold;
    font-size: 24px;
    color: #1f40e4;
    padding: 25px 0;
    max-width: 60%;
    margin-right: 25px;
}

.book_calendar_link{
    background-color: #1f40e4;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: 0.3s all ease-out;
}

.book_calendar_link:hover{
    background-color: transparent;
    border-color: #1f40e4;
    color: #1f40e4;
}

@media screen and (max-width: 600px){
    .book_calendar{
        padding: 35px 0;
    }
    .book_calendar_wrap{
        flex-direction: column;
        align-items: center;
    }

    .book_calendar_text{
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

}

.nationality .ul_conditions_left_desc{
    margin-top: 20px;
}
.nationality .ul_conditions_left_desc li{
    margin-bottom: 5px;
}

@media screen and (max-width: 1365px) {
    .sl_left, 
    .sl_right{
        top: -110px;
    }
    .sl_left{
        left: 33px;
    }
    .sl_right{
        right: 33px;
    }
}
@media screen and (max-width: 1100px) {
    .header_bottom_migrate_item {
        margin-right: 15px;
    }

    .header_bottom_nav ul li a,
    .header_bottom_migrate_title,
    .header_bottom_home {
        margin-right: 25px;
    }

}
@media screen and (max-width: 1030px) {
.slider .slide .child-element .review_descr,
.slider .slide .child-element .review_rating,
.slider .slide .child-element .reviev_name span,
.slider .slide .child-element .reviev_link,
.slider .slide .child-element .point_sl_l,
.slider .slide .child-element .point_sl_r{
    display: flex;
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
  }
  .slider .slide.slick-center .child-element{
      transform: translate(0px);
      width: 100%;
  }
  .slider{
      right: 0;
  }
  .slider .slide .child-element{
      margin: 0;
  }
  .slider .slide{
    padding: 60px 30px;
  }
  .review_descr{
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
    .footer_top_nav{
        margin: 25px 0;
    }
}
@media screen and (max-width: 900px) {
    .call_back_block_descr_social{
        flex-direction: column;
        align-items: flex-start;
    }
    .call_back_block_descr_social_phone{
        margin-bottom: 15px;
    }
    .about_descr_top,
    .about_descr_bottom_wrap{
        flex-direction: column;
    }
    .about_descr_top_image img,
    .about_descr_top_content,
    .about_descr_bottom_content,
    .about_descr_bottom_video{
        max-width: 100%;
    }
    .about_descr_bottom_video{
        height: 400px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 850px) {
    .container_tabs{
        flex-direction: column;
    }
    ul.tabs{
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    min-width: 1px;
    }
}
@media screen and (max-width: 830px) {
    
    .header_bottom_migrate_item,
     .header_bottom_nav ul li a, .header_bottom_migrate_title, .header_bottom_home{
        margin-right: 0;
    }
    .header_bottom_migrate_title{
        text-align: center;
        margin-bottom: 20px;
    }
    .header_bottom {
        position: fixed;
        background-color: #fff;
        padding-top: 45px;
        min-height: 100vh;
        z-index: 2;
        right: -100%;
        transition: 0.3s;
    }
    .header_bottom.active{
        right: 0;
    }
    .header_bottom_migrate_wrap{
        border: 1px solid #1f40e6;
        align-items: normal;
        flex-direction: column;
    }
    .header_bottom_migrate_item,
    .header_bottom_nav ul li a{
        border-bottom: 1px solid #1f40e6;
        padding: 15px 20px;
    }
    .header_bottom_nav ul li a:last-child{
        border: none;
    }
    .header_bottom_migrate_item:last-child{
        margin-right: 0;
    }
    .header_bottom_nav{
        margin: 0;
    }
    .header_bottom_home{
        position: absolute;
        left: 15px;
        top: -45px;
    }
    .header_bottom_wrap{
        flex-direction: column;
    }
    .header_bottom_migrate{
        flex-direction: column;
    }
    .header_bottom_nav{
        flex-direction: column;
        display: flex;
    }
    .header_top_link {
        order: 4;
        width: 100%;
        justify-content: center;
        margin-left: 0;
        border: 1px solid #ebebeb;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        margin-top: 10px;
    }


    .header_top_link_btn {
        margin: 0 auto;
    }

    .header_mob_menu.active{
        z-index: 3;
        position: fixed;
        top: 15px;
    }

    .header_top_phone_mob {
        margin-left: auto;
    }
    .migration_wrap{
        flex-direction: column;
    }
    .migration_card {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .migration_card:last-child{
        margin-bottom: 0;
    }
    .why_we_wrap{
        flex-direction: column;
    }
    .why_we_card_title{
        max-width: 100%;
        width: 100%;
        text-align: start;
    }
    .why_we_card{
        max-width: 100%;
        margin-bottom: 25px;
    }
    .why_we_card:last-child{
        margin-bottom: 0;
    }
    .call_back_form_first_row{
        flex-direction: column;
    }
    .call_back_form_input{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .call_back_form_input:last-child{
        margin-bottom: 0;
    }

    .header_bottom_nav ul{
        display: flex;
        flex-direction: column;
        margin: 0!important;
    }
    .header_bottom_migrate_item,
    .header_bottom_nav ul li a{
        padding: 0;
    }

    .header_bottom_nav ul li{
        margin: 0;
        padding: 8px 0;
    }
    .header_bottom_wrap span{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .header_mob_menu_line_l.active{
        margin-top: 2px;
    }
    .header_mob_menu_line_l.active,
    .header_mob_menu_line_f.active{
        background-color: #222;
        width: 17px;
    }
    .header_mob_menu.active {
        left: calc(100% - 50px);
    }
    .header{
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        top: 0;
    }
}
@media screen and (max-width: 790px) {
    .footer_top_nav ul li a{
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .footer_top_nav{
        flex-direction: column;
    }
}
@media screen and (max-width: 689px) {
    .reviews_title span{
        font-size: 24px;
    }
    .reviews_sl_item_point_l{
        top: 120px;
        left: -10px;
    }
    .reviews_sl_item_point_r{
        right: -10px;
    }
}
@media screen and (max-width: 650px){
    .call_back_block{
        flex-direction: column;
    }

    .call_back_block_descr{
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 600px) {
    .call_back_block_descr_social{
        margin-bottom: 15px;
    }
    .reviev_name{
        display: flex;
        flex-direction: column;
    }
    .header_top_phone {
        margin: 0;
    }

    .header_mob_menu {
        margin-left: auto;
    }
    .about_descr_bottom_video{
        height: 200px;
    }
}
@media screen and (max-width: 550px) {
    .reviews_title span{
        max-width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .footer_top{
        flex-direction: column;
    }
    .call_back_block_descr_social{
        flex-direction: column;
    }   
    .call_back_block_descr_social_phone{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .call_back_block_descr_social_links{
        margin-bottom: 15px;
    }
    .call_back_block{
        padding: 30px 15px;
    }

}
@media screen and (max-width: 420px){
    .main_banner_sl_item_title{
        font-size: 24px;
        font-weight: 700;
    }
    .main_banner_sl_item_descr{
        font-size: 14px;
        font-weight: 400;
        max-width: 80%;
    }
    .why_we_title, .migration_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .migration,
    .why_we{
        padding-top: 30px;
    }
    .migration_card_title,
    .why_we_card_title{
        font-size: 18px;
    }
   .migration_card ul{
        margin-bottom: 45px;
    }
       .migration_card ul li {
        margin-bottom: 25px;
    }
    .why_we_card_descr,
    .migration_card ul li{
        font-size: 14px;
    }
    .call_back_title{
        padding-top: 30px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .call_back_block_descr_title{
        font-size: 18px;
    }
    .call_back_block_descr_text{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .form_btn{
        margin: 20px auto 0;
    }
    .contacts_title{
        margin-bottom: 30px;
        font-size: 24px;
    }
    ul.tabs li{
       height: 60px; 
       font-size: 18px;
    }
}
@media screen and (max-width: 400px){
    .footer_bot{
        flex-direction: column-reverse;
        justify-content: center;
        padding-bottom: 10px;
    }
    .footer_bot_copyright{
        margin-top: 15px;
    }
}
@media screen and (max-width: 380px) {
    .sl_right{
        top: -120px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .sl_left{
        top: -120px;
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .header_top_phone a{
        font-size: 14px;
    }
    .header_top_phone a::before{
        margin-right: 3px;
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 360px) {
    .header_top_social_item {
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .header_top_phone_mob {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 950px) {
    .header_top_link_btn{
        display: none;
    }
    
    .header_mob_menu {
        width: 40px;
        height: 40px;
        display: flex;
        margin-left: 20px;
    }
    .header_top{
        justify-content: space-between;
    }

    .header_mob_menu{
        order: 0;
        margin: 0;
    }
    
    .header_top_logo{
        order: 1;
    }

    .header_top_phone_mob{
        order: 3;
        margin: 0;
    }

    .header_top_link{
        display: none;
    }

    .header_top_phone{
        margin: 0;
        margin-top: 15px;
    }

    .header_top_phone_mob{
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .header_bottom_nav ul {
        margin-left: 25px;
    }
    .header_bottom_nav ul li{
        margin-right: 30px;
    }

}

@media screen and (max-width: 600px){
    .header_top_logo{
        max-width: 110px;
        width: 100%;
    }   

    .header_top_logo img{
        width: 100%;
        max-height: 40px;
    }

    .header_top_whats_up{
        order: 3;
    }

    .header_top_phone_mob{
        order: 4;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .header_top{
        flex-wrap: wrap;
    }

    .header_top_whats_up{
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("../image/whatsapp.png");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .header_top_phone{
        margin: 0;
    }

    .header_top_phone_mob{
        display: none;
        margin-top: 15px;
    }
}

.services{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.services_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.title_services{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    color: #1f40e4;
    font-weight: 700;
    margin-top: 72px;
    line-height: auto;

}
.sub_title_text{
    font-size: 16px;
    color:#222;
    margin-top: 50px;  
}
.select_bold{
    font-weight: 600;
    margin:0 5px;
}
.span_br{
    text-align: center;
}
.title_dsrc{
    margin-top: 40px;
}
.title_for_button{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    color:#222;
    font-weight: bold;
    margin-top: 26px;
    margin-top: 55px;
}
.span_br{
    margin-top: 7px;
}
.btn_services{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 248px;
    height: 48px;
    background-color:#1f40e4;
    border: 2px solid #1f40e4;
    margin-top: 40px;
    cursor: pointer;
    transition: 0.3s;
    
    
}
.btn_services:hover{
    color: #1f40e6;
    background-color:#fff;
}
.btn_services:hover a{
    color: #1f40e6;
}
.btn_services:hover a::before {
    background-image: url(../image/pdf_blue.svg);
}
.btn_name{
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    align-items: center;
}

.btn_name::before{
    display: block;
    content: '';
    background-image: url(../image/pdf.svg);
    width: 21px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 10px;
   
}
/* section_prices_cards */

.prices{
    display: flex;
    justify-content: center;
    background-color: #f4f5fa;
    padding: 50px 0;
}
.prices_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
}
.block_card{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 2px solid #1f40e6;
    position: relative;
    max-width: calc(33% - 20px);
    width: 100%;
    margin: 0 10px 20px;
}
.card_title{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    min-height: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    padding: 32px;
}
.card_title_text_therd{
    margin-bottom: 20px;
}
.card_title_img{
    position: absolute;
    width: 30px;
    height: 20px;
    right: 0;
    top: 40px;
}
.card_price{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
}

.card_price_text{
    font-size: 24px;
    color: #1f40e6;
    font-weight: bold;
    line-height: auto;
    margin-top: 20px;
}
.sub_card_price_text{
    font-size: 14px;
    font-weight: bold;
    color: #1f40e6;
    line-height: 16px; 
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.card_paymant_text{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.card_paymant{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 22px;
    padding: 0 10px;
    margin-top: 10px;
}
.sub_card_paymant{
    font-size: 16px;
    color: #222;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.card_mounth{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    max-width: 100%;
}
.card_mounth_text{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
}
.card_list ul{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color:#222;
    line-height: 24px;
    font-weight: 500;
}
.card_list ul li{
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 16px;
}
.card_list ul li::before{
    position: absolute;
    display: block;
    content: '';
    background: #1f40e6;
    border-radius: 8px;
    height: 8px;
    width: 8px;
    top: 8px;
    left: 0;
} 
.card_list ul:first-child::after{
    content: '+';
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.card_list p{
    font-size: 16px;
    color:#1f40e6;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    text-align: start;
    display: block;
}


.btn_about_us{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 248px;
    height: 48px;
    background-color:#1f40e4;
    border: 2px solid #1f40e4;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.3s;
    
    
}
.btn_about_us:hover{
    color: #1f40e6;
    background-color:#fff;
}
.btn_about_us:hover span{
    color: #1f40e6;
}
.btn_about_us:hover span::before {
    background-image: url(../image/pdf_blue.svg);
}
.btn_name_about_us{
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
   
}
.btn_name_about_us::before{
    display: block;
    content: '';
    background-image: url(../image/pdf.svg);
    width: 21px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 10px;
   
}
.about_us{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;

}
.about_us_wrapper{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.about_us_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.about_us_title_text,
.about_us_title_sub_text{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color:#222;
}

.about_cards_dsrc{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.desc_card_about_us{
    display: flex;
    flex-direction: column;
}
.about_us_cards_wrapper{
    display: flex;
    justify-content: center;
}
.img_about_card {
    text-align: center;
    width: 100%;
    height: 100px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 65px;
}

.img1_about_card {
    background-image: url(../image/why_we/why_we3.png);
}
.img2_about_card {
    background-image: url(../image/why_we/why_we2.png);
}

.img3_about_card {
    background-image: url(../image/why_we/why_we1.png);
}
.card_about_us_titl_text{
    display: block;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: auto;
    color:#222;
    margin-bottom: 40px;
}
.card_about_us_titl_text::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    margin-top: 15px;
    background-color: #1f40e6;
    top:30px;
}
.desc_card_about_us_text,
.desc_card_about_us_text_second,
.desc_card_about_us_text_therd{
    font-size: 16px;
    line-height: auto;
    color:#222;
}
.desc_card_about_us_text_second{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* _____________PAGE______ITALY_______________ */
.italy_banner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 200px;
}
.italy_banner_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
   
    flex-direction: column;
}
.italy_img_banner{
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 260px;
    background-image: url(../image/italy/italy_banner.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    
    
}
.italy_bg_blue{
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
    top: 550px;
    left: 0;
    background-color: #1f40e6;
}
.italy_banner_title{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-top: 130px;
    
}
.nav_banner{
    margin-top: 125px;
}
.italy_page_nav ul{
    display: flex;
    list-style: none;
    
}
.li_nav_banner{
    padding-left: 10px;
}
.italy_page_nav ul li a{
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    transition: 0.3s all;
}
.italy_page_nav ul li a:hover{
    text-decoration: underline;
}
    
/* Dima fix */
.italy_banner{
    height: 60vh;
    display: flex;
    justify-content: center;
    background-image: url(../image/italy/italy_banner.png);
    background-size: cover;
    background-position: 54% 50%;
    background-repeat: no-repeat;
    margin: 0;
    align-items: flex-end;
    padding: 100px 0;
}
.slovenia_banner{
    height: 60vh;
    display: flex;
    justify-content: center;
    background-image: url(../image/font.png);
    background-size: cover;
    background-position: 54% 100%;
    background-repeat: no-repeat;
    margin: 0;
    align-items: flex-end;
    padding: 100px 0;
}
.slovakia_banner{
    height: 60vh;
    display: flex;
    justify-content: center;
    background-image: url(../image/slovakia/banner_slovakia.png);
    background-size: cover;
    background-position: 54% 100%;
    background-repeat: no-repeat;
    margin: 0;
    align-items: flex-end;
    padding: 100px 0; 
}
.italy_banner_title{
    margin: 0;
    text-align: center;
}
.italy_page_nav{
    display: flex;
    justify-content: center;
    background-color: #1f40e6;
}
.italy_page_nav ul{
    display: flex;
    justify-content: space-between;
}
.italy_page_nav ul li{
    min-width: 90px;
    max-width: 170px;
    /* width: 100%; */
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.italy_page_nav ul li a{
    font-weight: 700;
    text-transform: uppercase;
}
 /* -------------------------- */

.italy_life{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
}
.italy_life_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.italy_description_text{
    font-size: 16px;
    color: #000000;   
}
.italy_life_title{
    text-align: center;
    margin-top: 50px;
}
.italy_life_title_text{
    font-size:  26px;
    font-weight:bold;
    color: #000000; 
}
.nav_vng_italy{
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    margin-top: 50px;
}
.ul_nav_vng_italy{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    
}
.ul_nav_vng_italy li{
    display: flex;
    width: 42%;
    margin-top: 30px;
}
.a_nav_vng_italy{
    
    display: flex;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    max-width: 300px;
    
}
.ul_nav_vng_italy li::before{
    position: relative;
    content: '';
    display: block;
    background-image: url(../image/italy/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin-right: 20px;
    width: 24px;
    height: 19px;
    min-width: 24px;
    min-height: 19px;
    top: 6px;
}
.italy_advanteges{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    background-color: #f4f5fa;
}
.italy_advanteges_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.italy_advanteges_title{
   text-align: center;
   font-size: 26px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: bold;
}



.nav_italy_advanteges{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    max-width: 830px;
    width: 100%;
}

.ul_nav_italy_advanteges,
.ul_nav_italy_disadvanteges{
    width: 100%;
    max-width: 42%;
}

.span_italy_advanteges,
.span_italy_disadvanteges{
    align-items: center;
    display: flex;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: 20px;
}

.span_italy_advanteges::before{
    content: '';
    display: block;
    background-image: url(../image/italy/plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.span_italy_disadvanteges::before{
    content: '';
    display: block;
    background-image: url(../image/italy/minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.first_way_wrapper_car{
    padding-bottom: 50px;
}

.first_way{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #112d83;
}
.first_way_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.first_way_title{
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    background-color: rgb(31, 64, 230);
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
}
.first_way_decription{
    width: 100%;
    background-color:#112d83;
}
.first_way_dsrc_title{
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 50px;
}
.first_way_dsrc_sub_title{
    font-size: 26px;
    color:#c5c9df;
    text-align: center;
    margin-top: 20px;
}
.first_way_main_description{
    display: flex;
    padding: 50px 0 0;
}

.first_way_main_description_lirics{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 50%;
    padding-bottom: 50px;
}

#bs_sl .first_way_main_description_lirics{
    padding-bottom: 0;
}

.first_way_main_description_lirics *{
    line-height: 25px;
}
.first_way_main_description_text,
.first_way_main_description_sub_text,
.first_way_decription ul li{
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.first_way_main_description_text{
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.first_way_main_description_text_last{
    margin-top: 25px;
    display: block;
}

.first_way_main_description ul{
    list-style: disc;
    padding-left: 20px;
}

.first_way_main_description_text_title_p,
.first_way_main_description_text_title_sub_p{
    font-size: 16px;
        color: rgb(255, 255, 255);
}
.first_way_main_description_text_title{
    display: block;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.ul_first_way{
    margin-top: 20px;
}
.ul_first_way li {
    list-style: inside;
    color: white;
    margin-bottom: 7px;
    
}
.first_way_main_description_sub_text{
    display: block;
    padding-top: 20px;
}
.first_way_main_description_img{
    position: relative;
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.img_elipse{
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #1f40e4;
    top: 130px;
}

.img_david{
    position: relative;
    background-image: url(../image/italy/David.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.img_kastel{
    position: relative;
    background-image: url("../image/italy/slovenia_kas.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 400px;
    z-index: 2;
    margin-bottom: 40px;
}
.img_slovalia_first{
    position: relative;
    background-image: url(../image/slovakia/slovakia_first.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 400px;
    z-index: 2;
    margin-bottom: 40px;
}

.prolongation.gray{
    background-color: #f4f5fa;
}

.prolongation{
    display: flex;
    justify-content: center;
}
.prolongation_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.prolongation_title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 0;
}
.prolongation_sub_title{
    display: flex;
    justify-content: space-between;
}
.prolongation_dsrc{
    width: 100%;
    max-width: 48%;
}
.prolongation_dsrc_right{
    width: 100%;
    max-width: 48%;
}
.p_prolongation_dsrc{
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 1.5;
}
.ul_prolongation_dsrc_left{
    display: block;
    font-size: 16px;
    color: #222;
    margin-top: 20px;
    line-height: 1.5;
}
.prolongation_dsrc_right_under{
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 1.5;
}
.prolongation_dsrc_right_sub_under{
    display: block;
    font-size: 16px;
    color: #222;
    margin-top: 20px;
    line-height: 1.5;
}

.services_itali{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.services_italy_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.services_italy_title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 20px 0;
    color: #222;
}
.services_itali_dsrc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 10px solid #1f40e4;
    padding: 50px 0;
}
.services_itali_dsrc_title{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.ul_services_itali_dsrc_title li{
    list-style: inside;
    color: #1f40e4;
}
.ul_services_itali_dsrc_title{
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.span_services_itali_dsrc_title{
    font-size: 16px;
    color: #222;
}
.services_itali_dsrc_title_sub_title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-top: 40px;
    text-align: center;
}
.services_itali_dsrc_title_sub_title_text{
    font-size: 18px;
    color: #222;
    margin-top: 20px;
    text-align: center;
}
.italy_moving{
    display: flex;
    justify-content: center;
    background-color: #f4f5fa;
}
.italy_moving_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
}
.italy_moving_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.italy_moving_wrapper_title,
.italy_moving_wrapper_sub_title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.italy_cards_moving{
    
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 2px solid #b9bfc3;
    
}
.italy_moving_card{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 33%;
    margin-top: 50px;
}
.italy_moving_card_img,
.italy_moving_card_img2,
.italy_moving_card_img3,
.italy_moving_card_img4,
.italy_moving_card_img5{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    width: 100px;
    height: 100px;
}
.italy_moving_card_img{
    background-image: url(../image/italy/italimoving2.png);
}
.italy_moving_card_img2{
    background-image: url(../image/italy/italimoving1.png);
}
.italy_moving_card_img3{
    background-image: url(../image/vector5.png);
    background-size: contain;
}
.italy_moving_card_img4{
    background-image: url(../image/italy/italimoving3.png);
}
.italy_moving_card_img5{
    background-image: url(../image/italy/italimoving4.png);
}
.italy_moving_card_title{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #1f40e6;
    font-weight: bold;
}
.italy_moving_card_derc{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 0 15px;
}
.italy_moving_card::before{
    position: relative;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #b9bfc3;
    top: 50px;
    left: 180px;

}
.italy_moving_card:nth-child(3)::before{
    display: none;
}

.italy_moving_card:last-child::before{
    display: none;
}
.italy_moving_description_second_total{
    font-size: 16px;
    color: #fff;
}
.italy_moving_description,
.italy_moving_description_second,
.italy_moving_description_therd,
.italy_moving_description_fourth{
    font-size: 16px;
    color: #828385;
}
.italy_moving_description{
    display: block;
    padding: 40px 0;
}
.second_way_title{
    margin-top: 60px;
}
.ul_second_way{
    margin-top: 45px;
}

.first_way_main_description_img{
    position: relative;
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
}
.second_way_main_description_img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    max-width: 50%;
    
}
.img_flat{
    position: absolute;
    background-image: url(../image/italy/Homes.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}
.img_car{
    position: absolute;
    background-image: url(../image/italy/Fiat.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    max-width: 85%;
    height: 300px;
    z-index: 2;
    top: 60px;
}
.img_second_castel{
    position: absolute;
    background-image: url(../image/italy/second_kastel.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 500px;
    z-index: 1;
    left: 0;
}
.img_slovakia_second{
    position: absolute;
    background-image: url(../image/slovakia/slovakia_second.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 400px;
    z-index: 1;
    left: 0;
    
}
.second_way_dsrc_title{
    margin-top: 50px;
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.conditions{
    display: flex;
    justify-content: center;
    background-color: #f4f5fa;
}
.conditions_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 60px;
}
.conditions_left_desc{
    display: flex;
    flex-direction: column;
    width: 49%;
    
    
}
.conditions_right_desc{
    display: flex;
    flex-direction: column;
    width: 49%;
    background-color: #9699ab ;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
   
}
.conditions_left_desc_title{
    font-size:26px ;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}
.ul_conditions_left_desc li{
    list-style: inside;
    color: #1f40e4;
}
.ul_conditions_right_desc li{
    list-style: inside;
    color: #fff;
}
.span_conditions_left_desc{
    font-size: 16px;
    color: #222;
    margin-top: 20px;
}

.conditions_right_desc_title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.span_conditions_right_desc{
    font-size: 16px ;
    color: #fff;
    margin-top: 20px;
}
.conditions_right_desc_img{
    position: absolute;
    background-image: url(../image/italy/vosklicanie.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 260px;
    height: 244px;
    z-index: 2;
    bottom: -60px;
    right: 40px;
}
.nationality{
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.nationality_wrappper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nationality_title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding: 0 0 50px
}
.nationality_dsrc{
    display: flex;
    justify-content: space-between;
    
}
.nationality_left_dsrc{
    width: 100%;
    max-width: 49%;
    font-size: 16px;
}

.nationality_right_dsrc{
    width: 100%;
    max-width: 49%;
    font-size: 16px;
}

.second_call_back{
    margin-top: 20px;
}

.conditions_sub_section{
    display: flex;
    justify-content: space-between;
}

.conditions_wrapper_second{
    display: flex;
    flex-direction: column;
}

.conditions_main_title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding: 0 0 50px;
    text-align: center;
}

.obtaining_citizenship{
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
    background-color: #112d83;
}

.obtaining_citizenship_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.obtaining_citizenship_wrapper_second{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.obtaining_citizenship_wrapper_second_slovenia{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.obtaining_citizenship_left_block{
    width: 100%;
    max-width: 49%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.obtaining_citizenship_right_block{
    width: 100%;
    max-width: 49%;
}

.img_man{
    /* position: absolute; */
    background-image: url(../image/italy/man.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 540px;
    z-index: 2;
    bottom: -50px;
    left:256px;
}
.img_slovenia_therd{
    /* position: absolute; */
    background-image: url(../image/slovenia3.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 400px;
    z-index: 2;
    bottom: -50px;
    left:256px;
}
.img_slovakia_therd{
    /* position: absolute; */
    background-image: url(../image/slovakia/slovakia_3.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 400px;
    z-index: 2;
    bottom: -50px;
    left:256px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.obtaining_citizenship_first_title{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.obtaining_citizenship_second_title{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.obtaining_citizenship_therd_title{
    font-size: 26px;
    color: #c5c9df;
    margin-top: 20px;
}

.obtaining_citizenship_fourth_title{
    font-size: 16px;
    color: #dfe3ee;
    margin-top: 20px;
}
.conditions_right_desc_img_bottom{
    bottom: unset;
    top: 30px;
}
.obtaining_citizenship_fourth_title_ul li{
    list-style: inside;
    margin-top: 20px;
}
.obtaining_citizenship_fourth_title_li{
    font-size: 16px;
    color: #222;
}
.conditions_wrapper_title{
    font-size:26px ;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.cond_text_dsrc{
    font-size: 16px;
    color: #fff;
}
.obtaining_citizenship_first_title_ul li{
    list-style: inside;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}
.timmates{
    display: flex;
    justify-content: center;
    background-color: #f4f5fa;
    margin-top: 30px;
}
.sl_timmates_wrapper{
    display: flex;
    justify-content: center;
   
}
.sl_timmates_item{
    width: 100%;
    max-width: 50%;
    position: relative;
    cursor: pointer;
}
.title_timmates{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.img_timmates_misha{
    background-image: url(../image/sl_misha.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 475px;
    margin-top: 20px;
}
.text_und_photo{
    position: absolute;
    top: 350px;
    height: 100px;
    width: 380px;
    background-color: #fff;
    opacity: 0.9;
    text-align: center;
}
.dsrc_timmates,
.dsrc_timmates_azalina{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.dsrc_timmates::after,
.dsrc_timmates_azalina::after{
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    margin-top: 15px;
    margin-left: 170px;
    background-color: #1f40e6;
}
.dsrc_sub_timmates,
.dsrc_sub_timmates_azalina{
    font-size: 13px;
    color: #222;
    margin-top: 10px;
    font-weight: 500;
}
.img_timmates_azalina{
    background-image: url(../image/azalia.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 475px;
    margin-top: 20px;
}

.prolongation_dsrc_right_under_f{
    margin-top: 25px;
}

@media screen and (max-width: 750px){
    .about_us_cards_wrapper{
        flex-direction: column;
    }
    .about_cards_dsrc{
        margin-bottom: 30px;
    }
    .about_cards_dsrc:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1073px) {
    .italy_moving_card:nth-child(3)::before{
        display: block;
    }
    .italy_moving_card:nth-child(4)::before{
        display: none;
    }
    
}
@media screen and (max-width: 1050px) {
    .first_way_main_description{
        flex-direction: column;
    }
    .first_way_main_description_img,
    .second_way_main_description_img{
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .first_way_main_description_lirics{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .img_david{
        height: 100%;
    }
    .obtaining_citizenship_wrapper{
        flex-direction: column;
    }
    .obtaining_citizenship_left_block,
    .obtaining_citizenship_right_block{
        max-width: 100%;
    }
    .obtaining_citizenship_left_block{
        margin-right: 0;
    }
    .img_man{
        left: 10px;
    }
    .obtaining_citizenship_wrapper_second_slovenia{
        flex-direction: column;
    }
    
}
@media screen and (max-width: 1040px) {
    .about_us_cards_wrapper{
        flex-direction: column;
        
        align-items: center;
        width: 100%;
    }
    .about_cards_dsrc{
        margin-top: 50px;
    }
    .why_we_title{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1070px) {
    .italy_cards_moving{
        flex-wrap: wrap;
    }
    .italy_moving_card{
        max-width: 50%;
    }
    .italy_moving_card:nth-child(2):before{
        display: none;
    }
    .italy_moving_card::before {
        left:50% ;
    }
}
@media screen and (max-width: 1000px){
    .nav_italy_advanteges{
        justify-content: space-around;
    }
}
@media screen and (max-width: 900px){
    .nav_vng_italy{
        max-width: calc(100% - 40px);
    }
    .img_man{
        height: 530px;
    }
}
@media screen and (max-width: 870px){
    .conditions_sub_section{
        flex-direction: column;
    }
    .conditions_left_desc,
    .conditions_right_desc{
        width: 100%;
    }
    .conditions_right_desc{
        margin-top: 20px;
    }
}

@media screen and (max-width: 850px){
    .conditions_wrapper{
        flex-direction: column;
    }
    .conditions_left_desc,
    .conditions_right_desc{
        width: 100%;
    }
    .conditions_right_desc{
        margin-top: 50px;
    }
    .conditions_right_desc_img{
        height: 200px;
        right: -70px;
    }
}

@media screen and (max-width: 816px){
 .img_man{
     height: 500px;
 }
}
@media screen and (max-width: 780px){
    .italy_page_nav{
        display: none;
    }
}
@media screen and (max-width: 700px){
    .italy_moving_card:nth-child(3)::before{
        display: none;
    }
    .nav_italy_advanteges{
        width: 100%;
        flex-direction: column;
        
    }
    .ul_nav_italy_advanteges,
     .ul_nav_italy_disadvanteges{
        max-width: 100%;
    }
    .nav_italy_advanteges {
        margin-top: 20px;
    }
    .prolongation_title{
        font-size: 20px;
        padding: 20px 0;
    }
    .p_prolongation_dsrc,
    .span_prolongation_dsrc,
    .prolongation_dsrc_right_under,
    .prolongation_dsrc_right_sub_under,
    .span_services_itali_dsrc_title,
    .first_way_main_description_text,
    .first_way_main_description_sub_text,
    .span_first_way{
        font-size: 14px;
    }
    .services_italy_title,
    .first_way_title,
    .first_way_dsrc_title{
        font-size: 24px;
    }
    .services_itali_dsrc_title_sub_title,
    .services_itali_dsrc_title{
        font-size: 20px;
    }
    .services_itali_dsrc_title_sub_title_text,
    .italy_moving_card_title,
    .italy_moving_card_derc,
    .italy_moving_description,
    .italy_moving_description_second,
    .italy_moving_description_therd,
    .italy_moving_description_forth{
        font-size: 16px;
    }
    .services_itali_dsrc{
        padding: 20px 10px;
    }
    .first_way_dsrc_sub_title{
        font-size: 18px;
    }
    .img_elipse{
        width: 450px;
        height: 450px;
    }
    .first_way_main_description_text_title{
        text-align: center;
    }
    .italy_moving_wrapper_title,
    .italy_moving_wrapper_sub_title,
    .second_way_title{
        font-size: 20px;
    }  
    .second_way_dsrc_title{
        font-size: 24px;
    } 
    .second_way_title,
    .second_way_main_description_text{
        margin-top: 20px;
    }
    .second_way_main_description_lirics{
        padding-bottom: 20px;
    }
    .second_way_main_description{
        padding: 10px 15px 0;
    }
    .ul_second_way{
        margin-top: 20px;
    }
    .italy_cards_moving{
        flex-direction: column;
    }
    .italy_moving_card{
        max-width: 100%;
    }
    .italy_moving_card:before{
        display: none;
    }
    .conditions_left_desc_title,
    .conditions_right_desc_title{
        font-size: 20px;
    }
    .span_conditions_left_desc,
    .span_conditions_right_desc,
    .nationality_left_dsrc,
    .nationality_right_dsrc{
        font-size: 14px;
    }
    .nationality_title{
        align-items: center;
        text-align: center;
        font-size: 20px;
        padding: 0 0 20px ;
    }
    .nationality_dsrc{
        flex-direction: column;
        align-items: center;
    }
    .nationality_right_dsrc{
        margin-top: 20px;
    }
    .nationality_left_dsrc,
    .nationality_right_dsrc{
        max-width: 100%;
    }
    .conditions_main_title{
        font-size: 20px;
    }
    .obtaining_citizenship_first_title{
        font-size: 24px ;
    }
    .obtaining_citizenship_second_title,
    .obtaining_citizenship_therd_title{
        font-size: 20px;
    }
    .obtaining_citizenship_fourth_title{
        font-size: 14px;
    }
}
@media screen and (max-width: 660px){
    .ul_nav_vng_italy{
        flex-direction: column;

    }
    .ul_nav_vng_italy li{
        width: 100%;
    }
    .nav_vng_italy{
        width: 100%;
        margin-top: 20px;
    }
    .italy_life_title_text{
        font-size: 20px;
    }
    .italy_life_description{
        text-align: center;
    }
    .a_nav_vng_italy{
        font-size: 16px;
    }
    .a_nav_vng_italy{
        
        min-width: 300px;
    }
    
}
@media screen and (max-width: 660px){
    .img_flat{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 300px;
    }
}
@media screen and (max-width: 600px){
    .title_services{
        font-size: 24px;
    }
    .sub_title_text,
    .title_dsrc{
        font-size: 14px;
    }
    .title_for_button{
        font-size: 18px;
    }
    .card_about_us_titl_text,
    .about_us_title_text,
     .about_us_title_sub_text{
        font-size: 18px;
    }
    .desc_card_about_us{
        font-size: 14px;
    }
    .why_we_title{
        font-size: 24px;
    }
    .btn_name_about_us{
        font-size: 15px;
    }
    .title_services{
        margin-top: 20px;
    }
    .prolongation_sub_title{
        flex-direction: column;
    }
    .prolongation_dsrc,
    .prolongation_dsrc_right{
        max-width: 100%;
        margin-top: 20px;
    }
    /* .obtaining_citizenship{
        height: 800px;
    } */
    .img_man{
        height: 450px;
    }
    .img_slovenia_therd{
        height: 300px;
    }
    .img_kastel{
        height: 300px;
        margin-bottom: 20px;
    }
    .img_slovakia_therd{
        height: 300px;
    }
    .img_slovalia_first{
        height: 300px;
    }
    .img_slovakia_second{
        height: 300px;
    }
}
@media screen and (max-width: 500px){
    .conditions_right_desc_img_bottom {
        top: 95px;
    }

    .conditions_left_desc_title{
        text-align: center;
    }
    /* .obtaining_citizenship{
        height: 700px;
    } */
    .img_man{
        height: 280px;
    }
    .why_we_title{
    font-size: 23px;
    
    }
    .title_dsrc{
        margin-top: 20px;
    }

    .sub_title_text{
        margin-top: 20px;
    }

    .italy_life{
        padding-top: 20px;
    }

    .nav_vng_italy{
        max-width:100%;
    }

    .italy_advanteges_title_text{
        font-size: 20px;
    }
    
    .span_italy_advanteges,
    .span_italy_disadvanteges{
        font-size: 14px;
    }

    .italy_advanteges{
        padding: 20px 0;
    }

    .nav_italy_advanteges{
        margin-top: 0;
    }

    .img_elipse{
        width: 300px;
        height: 300px;
    }

    .img_david{
        height: 100%;
    }

    .second_way_main_description_img{
        height: 350px;
    }

    .img_flat{
        height: 250px;
    }

    .second_way_main_description_img{
        height: 350px;
    }
    
}

@media screen and (max-width: 400px){
    .a_nav_vng_italy{
        
        min-width: unset;
    }
    .img_elipse{
        width: 250px;
        height: 250px;
    }
    .img_david{
        height: 100%;
    }
    .second_way_main_description_img{
        height: 350px;
    }
    .img_flat{
        height: 200px;
    }
    .second_way_main_description_img{
        height: 350px;
    }

    .img_man{
        height: 250px;
    }
}


@media screen and (max-width: 870px){
    .italy_page_nav ul{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 600px) {
    .italy_banner_title{
        font-size: 24px;
    }
}

.privacy{
    display: flex;
    justify-content: center;
    width: 100%;
}

.privacy h1{
    font-size: 24px;
    color: #1b41ea;
    margin: 16px 0 8px;
    text-align: center;
    font-weight: bold;
}

.copyright_item_title{
    color: #1b41ea;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.copyright_item_content p{
    margin-bottom: 16px;
    line-height: 21px;
}

.cookies__modal{
    z-index: 2;
    display: none;
    justify-content: center;
    width: 100%;
    background-color: #1b41ea;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
}

.cookies__modal-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookies__modal-text{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.cookies__modal-text a{
    color: #fff;
}
.cookies__modal-text a:hover{
    text-decoration: underline;
}
.cookies__modal-accept{
    padding: 10px 20px;
    background-color: #1b41ea;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all ease;
    border: 2px solid #fff;
}

.cookies__modal-accept:hover{
    color: #1b41ea;
    background-color: #fff;
}

.faq{
    display: flex;
    justify-content: center;
    width: 100%;
}
.faq__item{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.faq__item-q{
    border: 1px solid #e8e8e8;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.faq__item-q.active{
    color: #1b41ea;
    border-color: #1b41ea;
}
.faq__item-a {
    display: none;
    padding: 10px;
}
.faq__item-q_elem{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.faq__item-q_elem::before,
.faq__item-q_elem::after{
    width: 100%;
    height: 2px;
    background-color: #1b41ea;
    display: block;
    content: '';
    transition: 0.3s all ease-out;
}

.faq__item-q .faq__item-q_elem::after{
    margin-top: -2px;
    transform: rotate(90deg);
}
.faq__item-q.active .faq__item-q_elem::after{
    transform: scale(0);
}

.faq_title{
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: blue;
}

/* end Dima_last.css */


.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0!important;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 100%!important;
    width: 100%!important;
}
.elementor-element .elementor-widget-container{
    width: 100%;
}

@media screen and (max-width: 850px) {
    .prices_wrapper{
        flex-direction: column;
        flex-wrap: nowrap;
    }

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

    .prices_wrapper .block_card,
    .prices_wrapper .card_price,
    .prices_wrapper .card_mounth,
    .prices_wrapper .card_paymant_text{
        max-width: 100%;
        width: 100%;
    }

    .prices_wrapper .block_card:nth-child(1){
        order: 2;
    }

    .prices_wrapper .block_card:nth-child(2){
        order: 1;
    }

    .prices_wrapper .block_card:nth-child(3){
        order: 3;
    }
}

.card_ul_list:first-child:after{
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 25px;
    left: 50px;
    height: 25px;
    position: absolute;
    color: #000;
    font-weight: bold;
    left: 25px;
}

.sl_timmates_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timmates .slick-initialized .slick-slide{
    display: flex !important;
}

@media screen and (max-width:430px){
    .sl_timmates_item img{
        width: 100%;
    }
    .text_und_photo{
        top: 260px;
    }

    .about_descr_top_image{
        min-width: unset;
    }
}

.about_our_works{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
}

.about_our_works span{
    color: #1b41ea;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.about_our_works ul li{
    text-align: justify;
    position: relative;
    margin: 0 0 10px 20px;
}

.about_our_works ul li:before{
    content: '✔';
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
    color: #1b41ea;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: -20px;
}

.about_descr_new{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
}

.about_descr_new span{
    color: #1b41ea;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 16px;
    display: block;
}

.about_descr_new p{
    display: block;
    margin-top: 16px;
}

.prolongation_dsrc ul{
    display: block;
    font-size: 16px;
    color: #222;
    margin-top: 20px;
    line-height: 1.5;
}
.prolongation_dsrc ul li{
    display: flex;
    position: relative;
    padding-left: 10px;
}
.prolongation_dsrc ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    display: block;
    height: 5px;
    background-color: #1f40e6;
    border-radius: 7px;
    left: 0;
    top: 9.5px;
}

.conditions_left_desc_title{
    font-size:26px ;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.ul_conditions_left_desc li{
    font-size: 16px;
    color: #222;
    margin-top: 20px;
    position: relative;
    padding-left: 10px;
    list-style: none;
}

.ul_conditions_left_desc li::before{
    content: '';
    position: absolute;
    width: 5px;
    display: block;
    height: 5px;
    background-color: #1f40e6;
    border-radius: 7px;
    left: 0;
    top: 8px;
}

.first_way_decription ul{
    margin-top: 45px;
}

.services_itali_dsrc ul{
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.services_itali_dsrc ul li{
    font-size: 16px;
    color: #222;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

.services_itali_dsrc ul li::before{
    content: '';
    position: absolute;
    width: 5px;
    display: block;
    height: 5px;
    background-color: #1f40e6;
    border-radius: 7px;
    left: 0;
    top: 8px;
}

.nav_italy_advanteges .ul_nav_italy_advanteges li,
    .nav_italy_advanteges .ul_nav_italy_disadvanteges li{
    align-items: center;
    display: flex;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: 20px;
}

.ul_nav_italy_advanteges li::before{
    content: '';
    display: block;
    background-image: url(../image/italy/plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.ul_nav_italy_disadvanteges li::before{
    content: '';
    display: block;
    background-image: url(../image/italy/minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.conditions_c{
    line-height: 22px;
}

.conditions ul li{
    margin-bottom: 5px;
}

@media screen and (max-width: 930px){
    .footer_top{
        flex-direction: column;
    }
}

@media screen and (max-width: 790px){
    .footer_top{
        flex-direction: row;
    }
}

@media screen and (max-width: 830px){
    .prices{
        padding-top: 100px;
    }
    .prices_wrapper{
        margin: 0;
        width: 100%;
    }
    .block_card{
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 600px){
    .prices{
        padding-top: 50px;
    }
}

.modal_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    transition: 0.3s all;
}
.modal_submit.active{
    right: 0;
}

.modal_submit_content{
    width: 30%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

@media screen and (max-width: 1000px){
    .modal_submit_content{
        width: 50%;
    }    
}

@media screen and (max-width: 600px){
    .modal_submit_content{
        width: 80%;
    }    
}

.modal_submit_content_title{
    font-weight: bold;
    font-size: 32px;
}

.modal_submit_content_title span{
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-top: 25px;
}

.modal_submit_content_icon{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.modal_submit_content_icon svg{
    width: 100px;
    height: 100px;
}

.download{
    background-color: #f4f5fa;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
}

.download .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.download_text{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    max-width: 450px;
    text-align: center;
}

section strong{
    color: #fff;
    font-weight: bold;
}

.arrow_top{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f40e6;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.arrow_top svg{
    transform: rotate(90deg);
}

@media screen and (max-width: 600px){
    .arrow_top {
        right: 10px;
    }
    .main_banner {
        background-position: 43% 50%;
    }
}

@media screen and (max-width: 1050px){
    .reverse .first_way_main_description{
        flex-direction: column;
    }
    .img_second_castel{
        height: 100%;
    }

    .first_way_main_description_img{
        height: 300px;
        margin-bottom: 40px;
    }
    #first_way .first_way_main_description_img{
        height: 600px;
    }

    #first_way .img_elipse{
        top: 75px;
    }
    .first_way_wrapper_car{
        padding-bottom: 0;
    }
    #help_you .second_way_main_description_img{
        margin-bottom: 40px;
    }
    .img_man{
        margin-top: 30px;
    }
}

#first_way .first_way_main_description_img{
    margin-bottom: 0;
}

#bs_sl .first_way_main_description {
    padding-bottom: 50px;
}

#bs_sl .second_way_main_description_img{
    margin-top: 40px;
}

@media screen and (max-width: 650px){
    #first_way .first_way_main_description_img{
        height: 400px;
    }

    #first_way .img_elipse{
        top: 75px;
        width: 250px;
        height: 250px;
    }

    #help_you .second_way_main_description_img{
        margin-bottom: 0;
    }

    #bs_sl .second_way_main_description_img{
        margin-top: 25px;
    }

    #bs_sl .first_way_main_description {
        padding-bottom: 30px;
    }
}

