
/* Русскоязычная версия  страницы О Компании css */

@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;
}
.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: 178px;
    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: 90px;
    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: 4px 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
}

/*Картинка галки вправо для Консультации в главном разделе*/
.wrapper31 {
    display: flex;
    flex-direction: column;
    margin: 0px 3px;
    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: 100%;
    margin: 0% 20%;
    padding: 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;*/
    margin-bottom: 0;
}


.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%;    
    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;*/
    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 (футер) ********************************************************** */

.section5 {
    display: flex;
}

/*специальный класс для отмены transition в js*/
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
