
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    background: #F2F2F2;
    color: #373F51;
    padding-top: 5.444rem;
}
.logo{
    display: block;
    width: 13.875rem;
}
.container_long{
    margin: 0 auto;
    padding: 0 1rem;
}

.header_flex{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 1.2rem 2.6rem;
    background: white;
    transition: all 0.35s;
    box-shadow: 0 0.5rem 1rem transparent, inset 0 -1px 0 transparent;
}
.shadow .header_flex{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
}
.header_left{
    gap: 5rem;
}
.menu{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
}
.menu_item{
    position: relative;
}
.menu_item > a{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.menu_item > a img{
    width: 1.3rem;
    transition: all 0.35s;
}
.menu_item:hover > a img{
    transform: rotate(-180deg);
}
.header_dropdown{
    position: absolute;
    left: -2.5rem;
    top: calc(100% + 1.05rem);
    z-index: 20;
    width: 56rem;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    background: white;
    border-radius: 1.125rem;
    box-shadow: 0 1.4rem 3rem rgba(55, 63, 81, 0.14);
    border: 1px solid rgba(55, 63, 81, 0.08);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.25s;
    transform: translateY(0.8rem);
}
.header_dropdown:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1.05rem;
}
.menu_item:hover .header_dropdown,
.menu_item:focus-within .header_dropdown{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}
.header_dropdown a{
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
    font-size: 1rem;
    line-height: 1.25;
    background: #F8F8F8;
    transition: all 0.25s;
}
.header_dropdown a span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.header_dropdown a .fa{
    flex: 0 0 auto;
    color: #008DD5;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: all 0.25s;
}
.header_dropdown a:hover,
.header_dropdown a.active{
    background: #008DD5;
    color: white;
}
.header_dropdown a:hover .fa,
.header_dropdown a.active .fa{
    color: white;
    opacity: 1;
    transform: translateX(0);
}
.header_phone{
    background: #F2F2F2;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
}
.header_phone span{
    padding: 0 0.95rem;
}
.header_phone_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    background: #008DD5;
}
.header_phone_icon:hover{
    background: #1e99d8;
}
.header_phone_icon img{
    width: 1.25rem;
}
.header_phone_icon.lang_select{
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
}
.header_phone_icon.lang_select img{
    width: 1.1rem;
    margin: 0 -0.1rem;
    margin-right: -0.25rem;
    transition: all 0.35s;
}
.header_right{
    gap: 0.8rem;
}
.search_form{
    position: relative;
}
.search_form button{
    position: absolute;
    right: 0;
    top: 0;
}
.search_form input{
    border: 1px solid #DDDDDD;
    height: 2.75rem;
    padding: 0 1rem;
    padding-right: 3rem;
    width: 19.7rem;
    border-radius: 8px;
}
.search_form input::placeholder{
    color: #8D8D8D;
}
.search_form button img{
    width: 0.95rem;
}
main{
    padding-top: 2rem;
}
.hero_left{
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    height: 50rem;
}
.hero_left_content{
    position: relative;
    z-index: 1;
    width: 31rem;
    margin-top: 3.4rem;
    margin-left: 2.6rem;
}
.section_title{
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 0.08rem;
}
.hero_left p{
    width: 19rem;
    line-height: 1.4;
    margin-bottom: 2.3rem;
}
.btn{
    height: 3.563rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.125rem;
    font-family: Inter, sans-serif;
    font-weight: 500;
    border-radius: 8px;
    padding: 0 2rem;
    background: #008DD5;
    color: white;
}
.socials a:hover{
    background: #35b0ed!important;
    color: white!important;
    border-color: #35b0ed!important;
}
.btn:hover, .cat_full_link:hover{
    background: #35b0ed;
    color: white;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}

.hero_right_item{
    height: 24.4rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
.hero_right_row{
    row-gap: 16px;
}
.hero1{
    padding: 0.7rem;
    background: #DDDDDD;
    height: 100%;
}
.hero4{
    padding: 3.7rem 2.5rem;
    height: 100%;
    position: relative;
    background: #DDDDDD;
}
.hero4 .hero1_title{
    position: relative;
    z-index: 2;
}
.hero1_img{
    width: 16.9rem;
    height: 22.8rem;
    border-radius: 1.125rem;
    overflow: hidden;
}
.hero1_text{
    width: calc(100% - 16.9rem);
    padding-left: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hero1_title{
    font-weight: 500;
    font-size: 1.5rem;
}
.hero1_list{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.hero1_list *{
    margin: 0;
}
.hero2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6.7rem;
    padding: 1rem;
    height: 100%;
    text-align: center;
    background: #008DD5;
    color: white;
}
.hero3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6.7rem;
    padding: 1rem;
    height: 100%;
    text-align: center;
    background: #373F51;
    color: white;
}
.hero_2_img, .hero_3_img{
    width: 14.125rem;
}



.white_box{
    border-radius: 1.5rem;
    padding: 3.6rem 0;
    padding-bottom: 2.7rem;
    background: white;
}
.section{
    margin-top: 1.2rem;
}

.container {
    width: 112.7rem;
}

.section_tag{
    font-size: 0.875rem;
    display: inline-flex;
    color: #008DD5;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 2.6rem;
}
.section_tag:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008DD5;
}
.section_title.sm{
    font-size: 2.25rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
}
.section_text{
    width: 29rem;
    line-height: 1.4;
}
.title_row{
    margin-bottom: 6rem;
}
.cat_row{

}
.cat_row > div{

}
.cat_item{
    display: block;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(0,0,0,0.05);
    padding: 1rem;
    text-align: center;
    position: relative;
}
.cat_item:after{
    content: "";
    inset: 0.8rem;
    background-image: url(../img/cat_bg.png);
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
}
.cat_img{
    height: 22rem;
    margin-bottom: 1rem;
}
.cat_title{
    font-weight: 500;
    font-size: 1.5rem;
}
.cat_row{
    row-gap: 16px;
}
.cat_full_link{
    background: #008DD5;
    color: white;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13rem;
    gap: 1.7rem;
    padding: 1rem;
}
.cat_full_link_icon{
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 4px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat_full_link span{
    font-size: 1.5rem;
    font-weight: 500;
}
.cat_full_link_icon img{
    transition: all 0.35s;
    width: 0.75rem;
}
.top_marged{
    margin-top: -14.3rem;
}

.main_banner{
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    margin-top: 2.9rem;
    background: black;
}
.main_banner > .ab_img{
    opacity: 0.5;
}
.main_banner .container{
    position: relative;
    z-index: 1;
}
.main_banner_inner{
    color: white;
    padding: 2.4rem 0;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8.3rem;
}
.main_banner_item{
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.9);
    border-radius: 1.125rem;
    gap: 1rem;
    justify-content: center;
    font-weight: 500;
    font-size: 1.125rem;
    height: 7.4rem;
    color: #373F51;
    position: relative;
}
.cat_item:hover, .news_item:hover .news_anons{
    color: #373F51;
}
.cat_item img, .news_item img, .prod_item img{
    transition: all 0.35s;
}
.news_item:hover img, .prod_item:hover img{
    transform: scale(1.05);
}
.prod_item:hover{
    background: #008DD5;
    color: white;
}
.cat_item:hover img{
    transform: scale(0.95);
}
.main_banner_item:hover{
    background: rgba(236, 236, 236, 0.7);
    color: #373F51;
}
.main_banner_item:after{
    content: "";
    inset: 0.55rem;
    background-image: url(../img/z_bg.png);
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
}
.main_banner_img{
    width: 2.5rem;
}
.digits{
    margin-top: 7.6rem;
}
.digits_list{
    border-top: 1px solid #DDDDDD;
    margin-top: 2.4rem;
    padding-top: 4.4rem;
}

.digit_item p{
    font-size: 6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.2rem;
    margin-bottom: 1.4rem;
}
.digit_item span{
    font-weight: 500;
    font-size: 1.5rem;
}
.about_item:nth-child(even) > .row{
    flex-direction: row-reverse;
}
.about_list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about{
    margin-top: 7.5rem;
}
.about_white{
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
    background: white;
    padding: 3.7rem 2.5rem;
}

.about_white .section_title.sm{
    margin-bottom: 2.6rem;
}

.about_img{
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
}
.news{
    margin-top: 6rem;
}
.news_s {
    margin-top: 5rem;
}
.more_link{
    display: inline-flex;
    gap: 1.3rem;
    font-weight: 500;
    font-size: 1.125rem;
    align-items: center;
    color: #008DD5;
}
.more_link .cat_full_link_icon{
    background: #008DD5;
}
.news_item{
    display: block;
    height: 100%;
    background: #FFFFFF;
    border-radius: 1.125rem;
    overflow: hidden;
}
.news_img{
    position: relative;
    height: 13.75rem;
    overflow: hidden;
}
.news_date{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #008DD5;
    border-top-right-radius: 10px;
    padding: 0.9rem 1.8rem;
    font-size: 0.875rem;
    color: white;
}
.news_content{
    padding: 1.9rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.news_title{
    font-weight: 500;
    font-size: 1.125rem;
}
.news_anons{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
}
.news_title_flex{
    margin-bottom: 2.6rem;
}
.section_form{
    margin-top: 7rem;
}
.news_row{
    row-gap: 16px;
}
.main_form{
    background: #373F51;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    height: 26.8rem;
    display: flex;
    align-items: center;
    color: white;
}
.main_form > .ab_img{
    opacity: 0.4;
}
.main_form .container{
    position: relative;
    z-index: 1;
}
.main_form_box{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.form-control{
    width: 100%;
    border-radius: 8px;
    height: 3.563rem;
    padding: 0 1.3rem;
    background: white;
}
.form-control::placeholder{
    color: #828282
}
.footer_left{
    border-radius: 1.5rem;
    background: #373F51;
    padding: 4.9rem 2.4rem;
    color: white;
    padding-bottom: 2.4rem;
    min-height: 33.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer_right{
    background: #DDDDDD;
    min-height: 33.3rem;
    height: 100%;
    border-radius: 1.5rem;
    padding: 5.2rem 10.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2.4rem;
}
.footer_logo{
    width: 17.9rem;
    display: block;
}
.footer_slogan{
    margin-top: 2.6rem;
}
.footer_slogan p{
    font-size: 1.125rem;
    font-weight: 500;
}
.footer_slogan span{
    font-size: 0.875rem;
    display: block;
    line-height: 1.4;
    opacity: 0.7;
}
.socials{
    display: flex;
    gap: 0.8rem
}
.socials a{
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: white;
}

.copy{
    color: #8D8D8D;
    font-size: 0.875rem;
}
.footer_title{
    color: #373F51;
    font-size: 0.875rem;
    margin-bottom: 1.9rem;
    opacity: 0.6;
}
.f_contacts{
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}
.f_contacts_item{
    display: flex;
}
.c_fontacts_icon{
    width: 2.625rem;
    height: 2.625rem;
    border: 1px solid rgba(55, 63, 81, 0.31);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_fontacts_icon img{
    width: 1.25rem;
}
.c_fontacts_text{
    padding-left: 1rem;
    width: calc(100% - 2.625rem);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.c_fontacts_text span, .f_contacts_social > span{
    font-size: 0.875rem;
    opacity: 0.7;
}
.c_fontacts_text a{
    font-size: 1.125rem;
    font-weight: 500;
}
.c_fontacts_text.phones a{
    font-size: 1.5rem;
}
.footer_menu{
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    font-weight: 500;
    font-size: 1.125rem;
}
.footer_nav{
    padding-left: 4rem;
}
footer{
    margin-top: 16px;
    padding-bottom: 16px;
}

main.page{
    padding-top: 3.4rem;
}
.page h1.section_title{
    margin-bottom: 2.4rem;
}

.white_cards .cat_item{
    background: white;
}
.cat_seo_text{
    margin-top: 5rem;
}
.content{
    margin-bottom: -1rem;
}
.category_menu{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
}
.category_menu a{
    position: relative;
}

.category_menu a:after{
    position: absolute;
    top: 0.4rem;
    content: "";
    right: 100%;
    height: 0.6rem;
    width: 0;
    border-radius: 10px;
    background: #008DD5;
    transition: 0.35s;
}
.prod_item{
    display: block;
    background: #DDDDDD;
    border-radius: 1.125rem;
    overflow: hidden;
    height: 100%;
}
.prod_img{
    background: white;
    height: 17.75rem;
    overflow: hidden;
}
.prod_title{
    padding: 1.3rem;
    font-size: 1.125rem;
}
.products_row{
    row-gap: 16px;
}
.empty_block{
    min-height: 19rem;
    border-radius: 1.5rem;
    background: white;
    padding: 3.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0, 141, 213, 0.12);
    box-shadow: 0 1.5rem 3rem rgba(55, 63, 81, 0.06);
}
.empty_block_icon{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.empty_block_icon .fa-search{
    color: #008DD5;
    font-size: 1.65rem;
    opacity: 0.75;
}
.empty_block_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}
.empty_block_text{
    width: 100%;
    max-width: 32rem;
    color: #8D8D8D;
    font-size: 1.125rem;
    line-height: 1.45;
}
.cat_seo_video{
    height: 27rem;
    padding-right: 1.4rem;
}
.card_slider{
    padding-right: 3.8rem;
}

.card_slider_top{
    background: white;
    border-radius: 1.125rem;
    overflow: hidden;
}
.card_slider_top a{
    display: block;
    height: 34.4rem;

}
.card_slider_bottom{
    margin-top: 16px;
    width: calc(100% - 5.7rem);
}
.card_slider_bottom .slick-list{
    margin: 0 -8px;
}
.card_slider_bottom .slick-slide > div{
    padding: 0 8px;
}
.nav_item{
    height: 8rem;
    border: 1px solid white;
    border-radius: 1.125rem;
    transition: all 0.35s;
    background: white;
}
.slick-current .nav_item{
    border-color: #008DD5;
}
.card_slider_bottom .slick-prev{
    display: none!important;
}
.card_slider_bottom .slick-next{
    right: -5.7rem;
    width: 4.375rem;
    background-image: url(../img/nav.png);
    border-radius: 1.125rem;
    height: 8rem;
    background-size: 1.125rem 0.938rem;
    background-color: white;
    border: 1px solid white;
}
.card_aval{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    border-radius: 4px;
    background: white;
    padding: 0.5rem 1rem;
    color: #48C95F;
    margin-bottom: 1.5rem;
}
.card_aval img{
    width: 1.125rem;
}
.card_price{
    margin-top: 3rem;
    margin-bottom: 2.4rem;
}
.card_price span{
    display: block;
    margin-bottom: 0.6rem;
}
.card_price_item{
    font-weight: 700;
    font-size: 1.75rem;
}
.card_btns{
    display: flex;
    gap: 1.3rem;
}
.btn.green{
    background: #48C95F;
}
.btn.green:hover{
    background: #339c46;
    color: white;
}
.card_chars{
    margin-top: 3rem;
}
.card_chars .white_box{
    padding: 3rem 0;
}
.card_char_title{
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.card_chars_list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.card_char_item{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}
.card_char_item:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0.8rem;
    border-top: 2px dotted #d7d7d7;
}
.card_char_item i{
    font-style: normal;
    background: white;
}
.card_char_item span{
    position: relative;
    z-index: 1;
}
.card_chars_list span:first-child{
    width: 49%;
    font-weight: 500;
}
.card_chars_list span:last-child{
    width: 50%;
    background: white;
}
.similar_products{
    margin-top: 5rem;
}
.similar_products_slider .slick-list{
    display: flex;
    margin: 0 -8px;
}
.similar_products_slider .slick-track{
    display: flex;
}
.similar_products_slider .slick-slide > div{
    padding: 0 8px;
    height: 100%;
}
.similar_products_slider .slick-arrow{
    top: -3.8rem;
    transform: none;
    right: 0;
}
.similar_products_slider .slick-prev{
    left: unset;
    right: 3.4rem;
}
.contacts_map{
    height: 38.25rem;
    position: relative;
    margin-top: 5rem;
    margin-bottom: -6rem;
}
.contacts_map .container{
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    z-index: 1;
}
.contacts_info{
    width: 39.125rem;
    border-radius: 1.5rem;
    background: white;
    padding: 2.5rem;
    pointer-events: painted;
}
.f_contacts_social .socials{
    margin-top: 1rem;
}
.f_contacts_social .socials a{
    border-color: rgba(55, 63, 81, 0.2);
    color: #373F51;
}
.container_map_box{
    height: 100%;
    overflow: hidden;
}
.container_map_box iframe{
    width: 100%!important;
    height: 100%!important;
}

.about_page_banner{
    margin-top: -5.444rem;
    color: white;
    padding-top: calc(3.4rem + 5.444rem);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    background: #373F51;
    padding-bottom: 4rem;
}
.about_page_banner > .ab_img{
    opacity: 0.4;
}
.about_page_banner .container{
    position: relative;
    z-index: 1;
}
.about_page_2{
    margin-top: 6rem;
}
.about_page_gal{
    margin-top: 7rem;
}
.about_page2_content_title{
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.about_page2_row{
    margin-bottom: 2rem;
}
.history_item{
    text-align: center;
}
.history_title{
    font-size: 1.125rem;
    font-weight: 700;
}
.history_dot{
    width: 1rem;
    height: 1rem;
    border: 2px solid #008DD5;
    border-radius: 50%;
    background: white;
    margin: 1.5rem auto;
    position: relative;

}
.history_item p{
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.history_item span{
    display: block;
}
.about_page_2 .section_title{
    margin-bottom: 3rem;
}
.about_page_2 .white_box{
    padding: 4rem 0;
    overflow: hidden;
}
.history_row > div:first-child .history_dot:after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    left: 100%;
    width: 3000px;
    background: #008DD5;
}
.about_page_banner .breadcrumbs *{
    color: white;
}
.about_page_banner .breadcrumbs li:after{
    background: white;
}
.about_gal_img{
    border-radius: 1.125rem;
    overflow: hidden;
    height: 20.438rem;
    display: block;
}
.about_gal_title{
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.about_gal_row:first-child{
    margin-bottom: 3rem;
}
.no_img{
    width: 100%;
    height: 100%;
    background: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #838383;
    font-size: 0.875rem;
    font-weight: 500;
}
.no_img:after{
    content: "Нет фото";
}
.news_content{
    border-radius: 1.5rem;
    padding: 2rem;
    background: white;
}
.lang_box{
    position: relative;
}
.lang_drop{
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0.25rem;
}
.lang_drop a{
    color: white;
}
.modal.call_modal .modal_title{
    margin-bottom: 1.5rem;
}
.modal .form-control{
    background: #f4f4f4;
}
