/* Англоязычная версия  страницы О компании */

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/HelveticaNeueCyr-Light.woff) format("woff");
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/HelveticaNeueCyr-Medium.woff) format("woff");
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/HelveticaNeueRoman.woff) format("woff");
    font-style: normal;
}

.o_kompanii .mainClass {
    display: flex;
    flex-direction: column;    
}

/****** общие классы у блоков ******/

.section-responsive {
    width: 100%;
    padding: 7% 40px;
}

.section-title {
    width: 20%;
    /* padding-left: 40px; */
}

.section-content {
    width: 80%;
}

.section-description {
    width: 100%;
}

.main-title {
    padding-bottom: 4%;
}

.hero {
    display: flex;
}

/* ********** Секция 1 ********************************************************** */


.section1 {
    display: flex;
    width: 100%;    
    flex-direction: column;
}


#fonovoeIzobrazhenie {
    width: 100%;    
}

.sub_section1 {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
}


/*главная фотновая картинка  */
.wrapper20 {
    display: flex;
    flex-direction: column;
}



/* *** * Хедер и футер размещены в отдельном файле * *** */

 /* Основной контентный текстовый блок */
.contentTextModule {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 5%;
    left: 2%;
    
}

.glavnyiZagolovok {
    display: flex;
    font:
        506 95px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;
   text-shadow: 
         1px 1px 2px #000,
        -1px -1px 2px #000,
         0px 0px 1px #000; /* Плавная - тень у текста */
    
     /*background-color: aqua;*/
    
}


.subTytle {
    position: relative;
    display: flex;
    top: 51%;
    margin-left: 24%;
    font:
        500 30px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;
    font-weight: bold;
    
    text-shadow: 
         
         1px 1px 2px #000,
        -1px -1px 2px #000,
         0px 0px 3px #000; /* Плавная - тень у текста */
    
   /* background-color: aqua;*/
    pointer-events: none;
    transition: 0.3s;
    
}






/* *************** Кнопка Консультация *************** */
.consult_button {
    display: flex;
    align-items: center;
    gap: 0px 27px;
    margin: 5% 0% 7% 75%;
   
    width: 209px;
    height: 48px;
    border-radius: 24px 24px 24px 24px;
    padding: 14px 24px 14px 24px;
    outline: 2px solid white;
    outline-offset: -1px;
    text-decoration: none;

    transition: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.05s;
}

/*
               .baltic-service .consult_button:active {
                box-shadow:
                5px 5px 10px #020d18,
                inset -5px -5px 8px -4px #020d18,
                inset -6px -6px 8px 0 #3185d5,
                -5px -5px 10px #3185d5,
                inset 5px 5px 8px -4px #3185d5,
                inset 6px 6px 8px 0 #c9c9c9;
                }
                */

/*Текст Консультация*/
.text1 {
    width: 121px;
    height: 20px;
    font:
        500 14px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    color: white;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);

    transition: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.05s;
}

/*Обёртка для галки вправо у Консультации в центре первого раздела*/
.wrapper3 {
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
}

/*Картинка галки вправо для Консультации в главном разделе*/
.wrapper31 {
    display: flex;
    flex-direction: column;
    margin: 0px 1px;
    width: 6px;
    height: 12px;
    /*background: var(--src) center center/100% 100% no-repeat;*/

    background: var(--srcWhiteCheckMarkRight) center center/100% 100% no-repeat;
    background-color: rgba(255, 255, 255, 0);

    transition: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.05s;
}
/* конец кнопки Консультация */


/*Конец первой секции*/

/* **************************** Вторая секция ******************************************* */

.section2 {
    display: flex;
    flex-direction: column;   
    width: 100%;
 
}

.second_header {    
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3% 10% 0 10%;
    flex-wrap: wrap;
    overflow:hidden;
    align-content: center;
}

.secondHeaderText {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-transform: uppercase;
    font:
        500 28px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    font-weight: bold;
    color: #7f7679;
    text-align: center;
    
}

.secondUnderHeaderLineWrapper {    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin: 30px 0 0 0;
}

.secondUnderHeaderLineUpperBalanceBox {    
    display: flex;
    width: 15%;    
}

/*Подчерк под хедером*/
.second_underHeaderLine {
    display: flex;
    flex-direction: row;
    width: 60%;
    margin: 3% 20% 0% 20%;
    padding: 0% 0% 0% 0%;
    height: 2px;
    min-height: 1px;    
    background-color: black;
    opacity: 0.2;
}

.secondUnderHeaderLineUnderBalanceBox {    
    display: flex;
    width: 15%;     
}

.second_contentBlock {
    
    display: flex;
    flex-direction: row;
    gap:-1%;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 2%
    
}


.second_contentBlockText {
    
    padding-left: 1%;
    padding-right: 2%;
    font:
        500 24px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
      color: #383838;
    
}



.second_contentBlockImageWrapper {
   display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}


.second_imageWrapperBalanceBlock_1 {
    height: auto;
    
}

.second_imageWrapperBalanceBlock_2 {
    height: auto;
}

.second_contentBlockImage {        
    padding: 4% 0% 4% 0%;
    /*display: block;*/
    width: 100%;
    max-width: 351px;
       
    aspect-ratio: auto 351 / 233;
}


/*Конец 2-ой секции*/

/* **************************** Третья секция ******************************************* */

.section3 {
    display: flex;
    width: 100%;
    align-content: center;
    padding-top: 10px;
     
   
}

.third_sectionWrapper {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    /*background-color: antiquewhite;*/
   
}


.third_leftSideLineWrapper {
    
    display: flex;
    flex-direction: column;
    /*background-color: coral;*/
    padding: 0 3% 0 3%;
    margin: unset;
    width: 40%;
}


.third_leftSideLineUpBox {
    display: flex;
    height: 49%;
   
    /*width: 30vw;*/
    /*background-color: antiquewhite;*/
}


.third_leftSideLine {
    display: flex;
    width: 100%;
    margin: 0% 0 0 0;   
    padding: 0 0 0 0;
    height: 2px;
    min-height: 1px;
    background-color: black;
    opacity: 0.42;    
}


.third_leftSideLineUnderBox {
    
    display: flex;
    margin-top: 0px;
    /*background-color: green;*/
    height: 49%;
}



.third_contentText {    
    display: flex;
    width: 100%;
    margin-bottom: 4%;
    font:
        500 24px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    
    text-align: center;
    /*background-color: aqua;*/
    
}


.third_rightSideLineWrapper {
    
    display: flex;
    flex-direction: column;
    /*background-color: coral;*/
    margin-bottom: 40px;
    padding: 0% 3% 0% 3%;
    width: 40%;
}


.third_rightSideLineUpBox {
    display: flex;
    height: 49%;
    /*width: 30vw;*/
    /*background-color: antiquewhite;*/
}


.third_rightSideLine {
    display: flex;
    width: 100%;
    margin: 0% 0 0 0;  
    padding: 0% 0 0 0;
   
    height: 2px;
    min-height: 1px;
    background-color: black;
    opacity: 0.42;    
}


.third_rightSideLineUnderBox {
    
    display: flex;
    margin-top: 0px;
    /*background-color: green;*/
    height: 49%;
}







/* ********** Секция 5 (футер) ********************************************************** */
/*Свойства футера в отдельном css-файле*/


/*специальный класс для отмены transition в js*/
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* ************** media-requests для страницы Новости  ********************************* */


@media (min-width: 1920px) {
    .wrapper20 {
        height: unset;
        width: 100%;
    }
        
    .сopyright_with_line_wraper {
    padding-bottom: 4px;
    }
    
    .subTytle1 {
        display: flex;
        top: 76%;
        margin-left: 24%;
        font: 400 26px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
    }
    
    .third_contentText {
        width: 60%;
        
    }
    
}


@media (min-width: 1601px) {

    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
   .flex_col2 {
        margin-left: 20px;
    }
    
    .main-title {
        
        font: 506 95px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
    }

    .subtitle1 {
        
        display: flex;
        font: 500 30px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
        color: white;
    }
    
    .subtitle2 {
        width: 35%;
        margin: 0% 0% 5% 0%;
        font:
            500 20px/1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
        color: white;
    }
    
   .third_contentText {
        width: 60%;
        
    }
    
}


@media (max-width: 1601px) {
    
    .section2 {        
        padding: 2% 40px;        
    }
    
      .main-title {
        font-size: 90px;
    }
    
    .subTytle {
        display: block;
        top: 76%;
        margin-left: 24%;
        font: 400 26px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
    }
    
    .second_text_2_1 {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .second_imageWrapper {   
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
    
    }
    
    .second_imageWrapperBalanceBlock_1 {
        width: auto;
    
    }

    .second_imageWrapperBalanceBlock_2 {
        width: auto;
    }
    
    .second_imageBlock_2_1 {    
        width: 100%;
        max-width: 550px;  
    }
    
    .four_main_coloumns_of_footer_wrapper {
        padding: 40px 0px 0px 0px;
    }
    
}




@media (min-width: 1439px) and (max-width: 1600px) {
    
    .wrapper20 {
        height: unset;
        width: 100%;
    }
         
    .hero-buttons {        
        margin-top: -74px;
        margin-left: 22%;    
    }
    
      .main-title {
        font-size: 90px;
    }
    
    .subTytle {
        display: block;
        top: 76%;
        margin-left: 4%;
        font: 400 26px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
    }
    
    .consult_button {        
         margin: 6% 0% 5% 81%;
    }
    
    .third_contentText {
        width: 60%;
        
    }
           
}

@media (min-width: 1200px) and (max-width: 1438px) {
    
    .wrapper20 {
        height: unset;
        width: 100%;
    }
         
    .hero-buttons {        
        margin-top: -74px;
        margin-left: 26%;    
    }
               
    .contentTextModule {        
        padding: 30px 20px;
    }
    
    .consult_button {        
        margin: 7% 0% 5% 74%;
    }
        
}

@media (min-width: 1024px) and (max-width: 1200px) {
    
    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
    .main-title {
        font-size: 100px;
    }
         
    .hero-buttons {        
        margin-top: -74px;
        margin-left: 26%;    
    }
             
    .contentTextModule {
        
        padding: 30px 20px;
    }
    
    .consult_button {
        
        margin: 0% 0% 5% 79%;
    }
}


@media (min-width: 766px) and (max-width: 1023px) {
         
    
    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
    .subTytle {
    display: block;
  
    top: 76%;
    margin-left: 24%;
    font:
        400 26px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    }
    
        
    .hero-buttons {        
        margin-top: -74px;
        margin-left: 33%;    
    }
    
    .consult_button {
        
        margin: 3% 0% 5% 73%;
    }
        
}



@media (max-width: 1439px) {
    
    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
    .flex_col2 {
        margin-left: 20px;
    }
    
    
    .image1{        
        margin-left: 0px;       
    }
    
    .mobile-header-logo {        
        padding-left: 0px;
    }
    
    #menu-burger {
        padding-right: 0px;
    }
    
    .line61 {        
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .line61.mobile{        
        margin-left: 0px;
    }
    
    .main-title {        
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .subTytle {
        display: block;
        top: 76%;
        margin-left: 8%;
        font: 400 26px / 1.39 "Helvetica Neue", Helvetica, Arial, serif;
    }
    
    .flex_row {        
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 20px;
    }
}

@media (min-width: 766px) and (max-width: 800px) {
    .subTytle {
    display: flex;  
    top: 74%;
    margin-left: 24%;
    font:
        400 24px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    }
        
}

@media (min-width: 1024px) {
   .desktop-hidden {
        display: none;
    }
}


@media (max-width: 1024px) {    
       
    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
    .flex_col2, .mobile-hidden {        
        display: none;
    } 
    
    .flex_col2 {        
        display: none;
    } 
    
    

    .header {
        position: relative;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        margin: 0px 0px 0px 0px; 
    }

    .logo {
        width: 152px;
    }

    .close-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal_menu-container {
        display: none;
        position: fixed;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
    }

    .modal_menu {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        padding: 10px 40px 24px;
    }

    .modal-btn-back {
        width: 24px;       
    }

    .text-black {
        color: #081D35;
    }

    .text-20 {
        font-size: 20px;
        font-weight: 500;
    }

    .text-14 {
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

    .text-blue {
        color: #1C4FD0;
        font-size: 14px;
        font-weight: 400;
    }

    .header-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px 20px;
    }

    a {
        cursor: pointer;
    }

    .line61 {
        z-index: 4;
    }

    #menu-burger {
        cursor: pointer;
    }

    #close {
        cursor: pointer;
        margin-right: 20px;
    }

    .lang-mob {
        display: flex;
        align-items: center;
        gap: 0px 7px;
        width: 100%;
        justify-content: center;
    }

    .menu-mob {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .wrapper-burger {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .menu-link {
        text-decoration: none;
    }

    .lang-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .line-menu {
        width: 100%;
        height: 1px;
        min-height: 1px;
        background-color: #081D35;
        opacity: 0.2;
    }

    .sub-menu {
        padding-right: 20px;
    }

    .flex_col {
        width: 100%;
    }
    
    .mobile-hidden {
        display: none;
    }

    .mobile-button {
        display: flex;
    }
    
    .contentTextModule {    
        left: 0px;   
        padding: 0% 36px;
    }
    
    .main-title {
        font-size: 76px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .subTytle {
        font-size: 22px;
        top: 76%;
        margin-left: 4%;
    }
    
    .hero_title {
        width: 100%;
    }

    .secondHeaderText {        
        font-size: 24px;        
    }
    
    
    .second_contentBlock {    
        flex-direction: column;
    }
    
    
    
    .second_textBlock_2_1 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 32px 0px 20px 0px;
    width: 100%;
    }
    
    .second_text_2_1 {
        margin-left: unset;
        margin: 10px 5px;
        text-align: center;    
        font:
            400 28px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;        
    }
    
    .second_contentBlockImageWrapper {
        flex-direction: row;
    }
    
    .third_sectionWrapper {
        flex-direction: column;
      
    }
    
    
    
    .third_leftSideLineWrapper, .third_rightSideLineWrapper {
        flex-direction: row;
    }
    
    .third_leftSideLineWrapper {
        padding: 0 0 20px 0;
        width: unset;        
    }
    
    .third_leftSideLineUpBox{
        height: unset;
        width: 30%;
    }
    
    .third_leftSideLine {        
        width: 40%;
        margin: unset;
    }
    
    .third_leftSideLineUnderBox {
        height: unset;
        width: 30%;
    }
    
    
    .third_rightSideLineWrapper {
        padding: 20px 0 0 0;
        width: unset;
        
    }
    
    .third_rightSideLineUpBox{
        height: unset;
        width: 30%;
    }
    
    .third_rightSideLine {        
        width: 40%;
        margin: unset;
    }
    
    .third_rightSideLineUnderBox {
        height: unset;
        width: 30%;
    }
    
    
    .third_contentText {
        margin-bottom: 10px;
    }
    
    
    
    
        
    .wrapper1,
    .wrapper4 {
        display: none;
    }
    
}

@media (max-width: 765px) {

    .wrapper20 {
        height: unset;
        width: 100%;
    }
    
    .header-container {
        padding: 7px 15px 0px 15px;
        margin: 0px;
    }

    .modal_menu {
        padding: 10px 10px 24px;
    }
  
    .section-responsive {
        padding: 46px 10px;
        flex-direction: column;
    }

    .section-content {
        width: 100%;
    }

    .section-title {
        padding-bottom: 20px;
        width: unset;
    }

    .section-title a {
        font-size: 14px;
    }

    .flex_col {
        width: 100%;
    }

    .highlight {
        width: 100%;
        font-size: 14px;
    }
    
    .contentTextModule {
        padding: 8px 0px 0px 15px;
    }

    .hero_title {
        font-size: 32px;
        text-transform: uppercase;
    }

    .highlight,
    .hero_title,
    .line6,
    .subtitle2 {
        margin-bottom: 20px;
    }

    .subtitle2 {
        font-size: 16px;
        width: 100%;
    }

   

    .main-title {
        font-size: 64px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .subtitle1,
    .subtitle11 {
        font-size: 14px;
    }

    .mobile-button {
        width: 100%;
        justify-content: center;
    }
    
    .consult_button {
        margin: 7% 0% 5% 63%;
    }

    .section2 {
        padding: 2% 20px;
    }
  
    .second_text_2_1 {          
        font:
            400 24px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
        
    }

    .four_main_coloumns_of_footer_wrapper {
        padding-inline: 10px;
        flex-direction: column;
        position: relative;
    }

    .highlight5,
    .highlight6 {
        font-size: 14px;
       /* width: 100%;*/
    }
      

    .highlight7 {
        padding-top: 60px;
        /*width: 100%;*/
    }
    
    .highlight8 {
        display: none;
    }

    .image_whatsapp {   
        position: absolute;
        bottom: 114px;
        left: 10px;
    }

    .wrapper {
        width: unset;
        height: auto;
        padding-bottom: 20px;
        
    }
    
    /*.wrapper5 {
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
    }*/

    .text5 {
       padding: 20px 10px;
    }
    
      .secondHeaderText {        
        font-size: 20px;        
    }
        
  
 
    
   /* .сopyright_with_line_wraper, text5 {
        width: 100%;
        padding-bottom: 0px;
    }*/
    
    
}

@media (max-width: 700px) {
    
    .consult_button {
        display: none;
    }
    
    
}

@media (max-width: 530px) {
    
    .main-title {
        font-size: 40px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .subtitle1 {
        display: none;
    }
    
    .consult_button {
        display: none;
    }
    
      .secondHeaderText {        
        font-size: 18px;        
    }
    
    
     .second_text_2_1 {          
        font:
            400 20px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
        
    }
    
}

@media (max-width: 370px) {
    
    .main-title {   
        font-size: 40px;
        padding-bottom: 11px;
    }
    
    .subtitle1 {
        display: none;
    }
    
    .secondHeaderText {        
        font-size: 16px;        
    }
    
    
    .second_text_2_1 {          
        font:
            400 18px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
        
    }
}

@media (max-width: 326px) {
    .main-title {   
        font-size: 30px;
        padding-bottom: 11px;
    }
    
    .subtitle1 {
        display: none;
    }
    
     .second_text_2_1 {          
        font:
            300 16px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
        
    }
}

