* {
    
    font-family: 'Roboto', sans-serif;
}

html{

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

  body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f6fcff;
  }



.flag {
    margin-bottom: 2px;
    margin-right: 2px;
    

}
.menu {
    display: flex;
    text-align: center;
    margin: 0;
    padding: 50px 200px;
    justify-content: space-between;
    list-style-type: none ;
}
.menu_item_lng {

}



.menu .menu_link {
    color:#f6fcff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
   
}

.menu .menu_link:hover {
    transition: all 0.2s ease-in;
	color: #b6b6b6;
    
}

.bg-img {
    min-height: 900px;
    background: url('../img/header.jpg') center center/cover no-repeat;
    position: relative;
    z-index: 1;
    
}
.hamburger {
    display: none;
}

.logo img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;

}


.title_head {
    text-align: center;
    color: #f6fcff;
    font-size: 60px;
    font-weight: 700;

}

.head {
    padding: 70px 0 70px 0;
}

.subhead {
    text-align: center;
    color: #f6fcff;
    font-size: 30px;
    font-weight: 300;
}

.line_head {
    height: 3px;
    width:240px;
    border-color: #ef233c;
    border-top:4px solid #ef233c;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    margin-top: 3%;
    }

.shadow_item {
    position: relative;
    margin: auto;
    width: 80%;
    height: 110%;
    -webkit-box-shadow: 3px 5px 19px -1px rgba(34, 60, 80, 0.21);
-moz-box-shadow: 3px 5px 19px -1px rgba(34, 60, 80, 0.21);
box-shadow: 3px 5px 19px -1px rgba(34, 60, 80, 0.21);
    padding: 0 auto;
    background-color: #f6fcff ;
    top: -90px; z-index: 2;
    border-radius: 5px ;
    border-color: #f6fcff ;
    font-size: 18px;
    margin-bottom: 0;
}

.firm_logo_sk img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100px;

}
.firm_logo_park img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 200px;
}

.text_firm {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    color: #1e1e1e;  
    margin-bottom: 15px;
    line-height: 1.1;
}

.firm_line {
    border-left: 2px solid #b6b6b6;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 20%;
}

.title {
    text-align: left;
    color: #1e1e1e;
    font-size: 42px;
    font-weight: 700;
}

.line_title {
    height: 3px;
    width:160px;
    border-color: #ef233c;
    border-top:4px solid #ef233c;
    margin-bottom: 30px;
}

.company_text {
    text-align: justify;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 300;

}
.company_text2{
    text-align: justify;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 300;
}
.photo_company img {
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 80px;
    width: 65%;
}
.photo_company2 img {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 80px;
    width: 70%;
    
}

.photo_company3 img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 80px;
    width: 70%;
}

.subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    margin: 50px auto 50px
}

.summary_text {
    text-align: justify;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 400;
}

.summary_icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}

.summary_1 {
    margin-bottom: 80px;
}

.summary_text2 {
    text-align: justify;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 400;
}
.summary_icon2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

}

.summary_icon_en img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-top: 20px;
    width: 40px;
}
.summary_icon_en2 img {
    display: block;
    margin-left: 80px;
    margin-right: auto;
    margin-top: 10px;
    width: 60px;

}

.uniqueness {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    background-color: #1e1e1e;
}

.blocktitle {
    text-align: center;
    color: #f6fcff;
    font-size: 42px;
    font-weight: 700;

}

.uniqueness_block img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

}
.uniqueness_block2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

}
.uniqueness_block3 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

}

.uniqueness_text {
    text-align: center;
    font-size: 18px;
    color: #f6fcff;
    font-weight: 300;
    margin-top: 50px;
}

.title_right {
    margin: 50px;
    text-align: right;
    color: #1e1e1e;
    font-size: 42px;
    font-weight: 700;

}

.line_title_right{
    margin-left: auto;
    margin-right: 0;
    height: 3px;
    width:160px;
    border-color: #ef233c;
    border-top:4px solid #ef233c;
    margin-bottom: 50px;
}
.card {
    background-color:#1e1e1e;
    height: 680px;
    width: 100%;  
}
.card_title {
    color: #f6fcff;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}

.card-text {
    color: #f6fcff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;

}

.text_point {
    color: #f6fcff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
}
.card_circl {
    color: #ef233c;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
}

.card_circl  {
    margin: 0;

}


.services {
    margin-top: 50px;
}
.title_service {
    text-align: right;
    color: #1e1e1e;
    font-size: 42px;
    font-weight: 700;
}


.line_title_services {
        margin-left: auto;
    margin-right: 0;
    height: 3px;
    width:160px;
    border-color: #ef233c;
    border-top:4px solid #ef233c;
    margin-bottom: 20px;
    margin-top: 15px;
}

.services_text_title {
    text-align: right;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}
.services_text {
        color: #1e1e1e;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
     line-height: 1.2;
    
}

.services_text b {
    font-weight: 700;
}

.services_img img {

    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
    width: 100%;
    
}

.partners {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ef233c 50%, #f6fcff 50%);
}

.title_partners {
    text-align: left;
    color: #f6fcff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 40px;
}

.partners_text {
    color: #f6fcff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
     line-height: 1.2;
     margin-top: 30px;
     margin-bottom: 30px;
}


.img_partner img {
    width: 100%;
    margin-bottom: 0;
}
.img_partner_phone img {
    display: none;
}

.footer_block {

    background-color: #1e1e1e;
}

.footer_text {
    color: #f6fcff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
     line-height: 1.2;
     margin-top: 30px;
     margin-bottom: 30px;
}
.footer_text2 {
    color: #f6fcff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
     line-height: 1.2;
     margin-top: 30px;
     margin-bottom: 30px;
}

.contacts {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: right; 
}
.contacts_en {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: right; 

}

.mail_link a:hover {

	color: #b6b6b6;
    
}
.phone_link a:hover {

	color: #b6b6b6;
    
}
.phone_link {
    margin-top: 20px;
}

.mail_link a{
    list-style-type: none ;
    color: #f6fcff;
    text-decoration: none;
}

.phone_link a{
    list-style-type: none ;
    color: #f6fcff;
    text-decoration: none;
}

.mail_link i{
    list-style-type: none ;
    color: #ef233c;
    margin-left: 10px;
    
}

.phone_link i{
    list-style-type: none ;
    color: #ef233c;
    margin-left: 10px;
}

.firm_logo_fsi11 {
    text-align: center;
    padding: 30px;
    border-left: 1px solid #ddd;
}

.firm_logo_fsi11 img {
    max-width: 180px;
    height: auto;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.firm_logo_fsi11 .text_firm {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #333;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .firm_logo_fsi11 {
        border-left: none;
        border-top: 1px solid #ddd;
        margin-top: 20px;
        padding-top: 20px;
    }
    .firm_logo_fsi11 {
        text-align: center;
        padding: 30px;
        border-left: 1px solid #ddd;
    }
    .firm_logo_fsi11 img {
        max-width: 180px;
        height: auto;
        margin-bottom: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .firm_logo_fsi11 .text_firm {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
        color: #333;
    }
} /* <--- ЭТОЙ СКОБКИ НЕ ХВАТАЛО! */

/* === УДАЛЕНИЕ ВЕРТИКАЛЬНОЙ ЛИНИИ (ДЛЯ ДЕСКТОПА) === */
.shadow_item .col-md-4,
.shadow_item .col-sm-12 {
    border: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Убираем псевдоэлементы, которые часто рисуют линии в шаблонах */
.shadow_item .col-md-4::before,
.shadow_item .col-md-4::after,
.shadow_item .row::before,
.shadow_item .row::after {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* На всякий случай убираем границы у внутренних блоков */
.firm_logo_sk,
.firm_logo_park,
.firm_logo_fsi,
.firm_logo_fsi11 {
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Сдвигаем логотип фонда вправо */
.firm_logo_fsi img,
.firm_logo_fsi11 img {
    transform: translateX(25px) !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}