/* Русскоязычная версия  страницы Карьера 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;
    /*background-color: white;*/
}


/****** общие классы у блоков ******/

.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;
    background-color: whitesmoke;
}


#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: 20%;
    left: 2%;
    /*background-color: aqua;*/
        
}



 .glavnyiZagolovok {
    display: flex;
    font:
        506 166px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;     
    text-shadow: 5px 9px 13px #000;
    
   /* text-shadow: 
        0 0 1.6px #000000,
        0 0 1.6px #fff,
        0 0 1.6px #fff;*/ /* Плавная - тень у текста */
    
     /*background-color: gold;*/
    
}

/* Многострочный текстовый подзаголовок */
 .subTytle {
    display: flex;
    position: relative;
    pointer-events: none;
    top: 52%;
    margin-left: 15%;
    font:
        500 120px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;
   
    
    text-shadow: 
        0 0 6.9px #000000,
        0 0 8.6px #000000,
        0 0 7.9px #000000; /* Плавная чёрная тень у текста */
    
    transition: 0.3s;
}




/* *************** Кнопка Консультация *************** */
 .consult_button {
    display: flex;
    align-items: center;
    gap: 0px 27px;
    margin: 14% 0% 0% 0%;
    margin-left: 84%;
    width: 178px;
    height: 48px;
    border-radius: 24px 24px 24px 24px;
    padding: 14px 24px 14px 24px;
    outline: 2px solid black;
    outline-offset: -1px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7);

    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: black;
    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(--srcBlackCheckMarkRight) 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;
}
/* конец кнопки Консультация */


/* Конец первой секции */




/* **************************** Вторая секция ******************************************* */

/* Набор из 4-ёх контернх блоков, в каждом текст и фото */
 .section2 {
    display: flex;
    flex-direction: column;  
    width: 100%;
    
    
}


  /* Первый контентный блок */
 .second_conetntBlock_2_1 {
    display: flex;
    flex-direction: row;
    margin: 1% 3% 0% 3%;   
    transition: 0.5s;
    /*background-color: #dcdcdc;*/
    
    
}

 .second_textBlock_2_1 {
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center; 
    
}





.second_text_2_1 {
    /*height: 309px;*/
    margin-left: 7%;
    margin-right: 3%;
    padding: 10px 0px;
    align-content: center;
    font:
        500 24px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    
}

.second_imageWrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    
}

.second_imageWrapperBalanceBlock_1 {
    height: auto;
    
}

.second_imageWrapperBalanceBlock_2 {
    height: auto;
}


 .second_imageBlock_2_1 {
    width: 100%;
    max-width: 550px;
    margin-top: 3%;
     margin-bottom: 3%;
    margin-left: 5%;
    border-radius: 4px;  
    
}










/* *** Секция 5 (футер) в отдельном файле *** */

/*специальный класс для отмены transition в js*/
 .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

