/* Англоязычная версия  страницы Преимущества */

@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 {
    
    /*width: 100%;*/
    /*min-height: 900px;*/
    display: flex;
    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;
 /* width: 100%;*/
  /*height: 960px;
  background: var(--src) center center/100% 100% no-repeat;*/
    
}

/* Свойства Хедера и футера лежат в отдельном файле */

/* ********* * конец Хедера - главного навигационного меню * ************ */


 /* Основной контентный текстовый блок */
 .contentTextModule {
    display: block;
    position: relative;
    top: 31%;
    left: 3%;
    /*background-color: aqua;*/
        
}



 .glavnyiZagolovok {
    display: block;
    font:
        506 95px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;
    
    text-shadow: 
        -5px 3px 18px #000000,
        4px 3px 7px #000000,
        3px 3px 13px #000000; /* Плавная чёрная тень у текста */
    
     /*background-color: gold;*/
    
}

/* Многострочный текстовый подзаголовок */
 .subTytle {
    display: block;
    position: relative;
    pointer-events: none;
    top: 21%;
    margin-left: 0%;
    font:
        500 44px/1.39 "Helvetica Neue",
        Helvetica,
        Arial,
        serif;
    color: white;
    text-decoration: none;
    
    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 0px;
    margin: 8% 0% 0% 75%;    
    width: 174px;
    height: 48px;
    border-radius: 24px 24px 24px 24px;
    padding: 14px 24px 11px 24px;
    outline: 2px solid black;
    outline-offset: -1px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
   

    transition: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.05s;
}

/*Текст Консультация*/
 .text1 {
    width: 114px;
    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%;     */   
}


.secondMainTytle{
    text-align: center;
    padding-bottom: 40px;
    font:
        500 55px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    color: black;
    font-weight: bold;    
}


  /* Первый контентный блок */
.second_conetntBlock_2_1 {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3%;
    border-radius: 17px;
    
    
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;    
    
    
}


/* https://lpgenerator.ru/blog/2016/03/10/eksperimentiruem-s-razlichnymi-css3-box-shadow-effektami/*/


/* специально отключен блок after заменой индекса на 2_2 так как приводит к ошибке, прежде всего ширина окна и особенно в мобильной версии  */
.second_conetntBlock_2_1_:before, .second_conetntBlock_2_2:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.second_conetntBlock_2_1:after {
   right: 0px;
   left: 0px;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);    
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.second_textBlock_2_1 {
    margin-top: 1%;
    margin-bottom: 1%;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;     
}


.second_text_2_1 {
    margin-left: 15%;
    font:
        500 36px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    
}


.advantageRow {
    display: flex;
    flex-direction: row;
    margin: 0 14px 0 14px;
}

.advantageText{    
    margin: auto;
    margin-left: 29px;   
    font:
        500 40px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
}  

.checkBox {
    display: block;
     margin: auto;
    height: 50px;
    /*margin-top: 25px;*/
    
}


.second_imageBlock_2_1 {
    display: flex;
    margin: 0% 0% 0% 0%;
    padding: 2% 2% 2% 2%;
    /*padding-top: 1%;*/
  
   /* width: 46%; */
    height: 100%;
    max-width: 550px;
    border-radius: 20px;
     
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.05s;
}

/* Второй контентный блок */
 


/* ********** Секция 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%;
    }

    .second_contentBlock_2_1:hover {
        transform: scale(1.03);
    }

    .second_imageBlock_2_1:hover {
        transform: scale(1.3);
    }

    .сopyright_with_line_wraper {
        padding-bottom: 4px;
    }
}

@media (min-width: 1601px) {
    .wrapper20 {
        height: unset;
        width: 100%;
    }

    .flex_col2 {
        margin-left: 20px;
    }

    

    .subtitle1 {
        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;
    }
    
 
    .second_contentBlock_2_1:hover {
        transform: scale(1.03);
    }

    .second_imageBlock_2_1:hover {
        transform: scale(1.2);
    }
}

@media (max-width: 1601px) {
    .section2 {
        padding: 2% 40px;
    }
    
    .main-title {
        font:
            506 95px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
    }
    
    .subtitle1 {
        font:
            500 30px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
        color: white;
    }
    
    
    .secondMainTytle{    
        padding-top: 12px;
        font:
        555 45px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;      
    }


    .second_text_2_1 {
        margin-left: 5%;
        margin-right: 5%;
    }
    
  .advantageText{    
    
    margin-left: 29px;   
    font:
        500 30px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
}  



    .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: 92%;
        max-width: 550px;
    }

    .four_main_coloumns_of_footer_wrapper {
        padding: 40px 0px 0px 0px;
    }
}

@media (max-width: 1580px) {
    
    .main-title {
        font:
            506 90px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
    }
    
    .subtitle1 {
        font:
            500 28px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
        color: white;
    }
    
}

@media (max-width: 1180px) {
    
    .main-title {
        font:
            506 80px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
    }
    
    .subtitle1 {
        font:
            500 26px / 1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
        color: white;
    }
    
}


@media (min-width: 1439px) and (max-width: 1600px) {
    .wrapper20 {
        height: unset;
        width: 100%;
    }

    .hero-buttons {
        margin-top: -74px;
        margin-left: 22%;
    }

    .consult_button {
        margin: 8% 0% 5% 80%;
    }

    .second_contentBlock_2_1:hover {
        transform: scale(1.03);
    }

    .second_imageBlock_2_1:hover {
        transform: scale(1.08);
    }
}

@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: 14% 0% 5% 78%;
    }

    .second_contentBlock_2_1:hover {
        transform: scale(1.03);
    }

    .second_imageBlock_2_1:hover {
        transform: scale(1.08);
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .wrapper20 {
        height: unset;
        width: 100%;
    }

    .hero-buttons {
        margin-top: -74px;
        margin-left: 26%;
    }

    .contentTextModule {
        padding: 30px 20px;
    }

    .consult_button {
        margin: 9% 0% 5% 72%;
    }

    .second_contentBlock_2_1:hover {
        transform: scale(1.03);
    }

    .second_imageBlock_2_1:hover {
        transform: scale(1.08);
    }
}

@media (min-width: 766px) and (max-width: 1023px) {
    .wrapper20 {
        height: unset;
        width: 100%;
    }

    .subTytle {
        display: block;
        top: 76%;
        margin-left: 0%;
        font:
            400 26px/1.39 "Helvetica Neue",
            Helvetica,
            Arial,
            serif;
    }

    .hero-buttons {
        margin-top: -74px;
        margin-left: 33%;
    }

    .consult_button {
        margin: 6% 0% 5% 74%;
    }
}

@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 {
        font-size: 62px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .flex_row {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 20px;
    }
}

@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;
    }

    .main-title {
        font-size: 50px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .hero_title {
        width: 100%;
    }

    .second_contentBlock_2_1 {
        flex-direction: column;
    }

    .second_textBlock_2_1 {
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 10px 0px 20px 0px;
        width: 100%;
    }

    .second_text_2_1 {
        /*margin-left: unset;*/
                
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        font:
            400 28px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
    }

    /*.second_imageWrapper {    
        flex-direction: row;
    }
       */

    .wrapper1,
    .wrapper4 {
        display: none;
    }
}

@media (max-width: 820px) {
    .consult_button {
        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: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .subtitle1,
    .subtitle11 {
        font-size: 20px;
    }

    .mobile-button {
        width: 100%;
        justify-content: center;
    }

    .consult_button {
        margin: 7% 0% 5% 63%;
    }

    .section2 {
        padding: 2% 20px;
    }
    
    .secondMainTytle{       
        font:
            500 30px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;    
    }
    
    .checkBox {
        height: 40px;
      
    }

    
    

    .second_text_2_1 {       
        font:
            400 20px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
    }

    .advantageText{    
        margin-left: 5px;   
        font:
        500 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;
    }

    /* .сopyright_with_line_wraper, text5 {
        width: 100%;
        padding-bottom: 0px;
    }*/
}



@media (max-width: 620px) {

    .main-title {
        font-size: 34px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .subtitle1 {
        font-size: 16px;
    }
    
    .secondMainTytle{
    padding-top: 10px;
    padding-bottom: 10px;
    font:
        555 26px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
    }
    
    .checkBox {
        height: 30px;      
    }

    .second_text_2_1 {       
        font:
            400 18px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
    }

    .advantageText{    
        margin-left: 2px;    
        font:
        500 16px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
    }  

}





@media (max-width: 560px) {
    .consult_button {
        display: none;
    }

     .advantageText{    
        margin-left: 2px;    
        font:
        500 16px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
    }  
  
}


@media (max-width: 530px) {
   
    .second_conetntBlock_2_1 {
       display: flex;
       flex-direction: column;
       align-content: center;       
    }
    
    .second_textBlock_2_1 {       
        padding: 10px 0px 10px 0px;       
    }
    
    .second_text_2_1 {       
        margin: unset;    
    }
    
    .advantageRow {        
        flex-wrap: nowrap;
        justify-content: center;
    }
    
    .checkBox {
        margin: 2px 4px 2px auto;    
        height: 24px;
    }
    
    .advantageText {       
        padding: 0;
        display: flex;
        font:
        500 14px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
    }
    
    .second_imageWrapper {
        display: flex;
    }
    
}

@media (max-width: 486px) {
    
     .advantageText {    
        font:
        500 12px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
    }
    
}

@media (max-width: 434px) {
    
     .advantageText {    
        font:
        500 12px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;  
    }
    
}





@media (max-width: 370px) {
    .main-title {
        padding-bottom: 11px;
    }

    .subtitle1 {
        font-size: 11px;
    }

    .second_text_2_1 {
        font:
            400 14px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
    }
}

@media (max-width: 326px) {
    .subtitle1 {
        display: none;
    }

    .second_text_2_1 {
        font:
            300 14px/1.39 "Helvetica Neue Cyr",
            Helvetica,
            Arial,
            serif;
    }
}
