/* Русскоязычная версия  страницы Новости */

@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 {
    width: 100%;
    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%;
}

/*  Хедер и футер в отдельном css-файле */

/* Основной контентный текстовый блок */
.contentTextModule {
    display: block;
    position: relative;
    top: 5%;
    left: 2%;
    /*background-color: aqua;*/
}

.glavnyiZagolovok {
    display: block;
    font:
        506 191px/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: none;
    position: relative;
    pointer-events: none;
    top: 21%;
    margin-left: 4%;
    font:
        500 30px/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 27px;
    margin: 14% 0% 0% 0%;
    margin-left: 87%;
    width: 178px;
    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;
}

/*
               .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_contentBlock_2_1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin: 2% 1% 2% 1%;
    padding: 3% 3% 3% 3%;
    background-color: rgba(127, 173, 219, 0.25);
    border: 2px solid #7faddb;
    border-radius: 9px;
    text-decoration: none;

    transition: 0.5s;

    -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/*/

.second_conetntBlock_2_1:after {
    right: 10px;

    left: auto;

    -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;
    text-decoration: none;
}

/* Отчерк над текстом */
.line_2_1_1 {
    display: none;
    align-content: center;
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: #081d35;
    opacity: 0.6;
}

.second_text_2_1 {
    margin-left: 15%;
    margin-right: 3%;
    padding: 10px 0px;
    color: #081d35;
    align-content: center;
    text-decoration: none;
    font:
        500 36px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
}

/* Отчерк под текстом */
.line_2_1_2 {
    display: none;
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: #081d35;
    opacity: 0.3;
}

.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: 101%;
    max-width: 550px;
    border-radius: 9px;
    transition: 0.7s;
}

/**** Второй контентный блок ****/
.second_conetntBlock_2_2 {
    display: flex;
    flex-direction: row;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
    text-decoration: none;
    border-radius: 17px;

    position: relative;

    -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;
}

.second_imageBlock_2_2 {
    margin-top: 1%;
    margin-right: 2%;
    margin-bottom: 1%;
    margin-left: 3%;
    width: 550px;
    height: 300px;
}

.second_conetntBlock_2_2:after {
    right: 10px;

    left: auto;

    -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_2 {
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    color: black;
}

/* Отчерк над текстом */
.line_2_2_1 {
    display: none;
    align-content: center;
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: black;
    opacity: 0.3;
}

.second_text_2_2 {
    margin-left: 15%;
    font:
        500 36px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
}

/* Отчерк над текстом */
.line_2_2_2 {
    display: none;
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: black;
    opacity: 0.3;
}

/* Третий контентный блок */
.second_conetntBlock_2_3 {
    display: flex;
    flex-direction: row;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;

    border-radius: 17px;

    position: relative;

    -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;
}

.second_conetntBlock_2_3:after {
    right: 10px;
    left: auto;

    -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_3 {
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.second_text_2_3 {
    margin-left: 15%;
    font:
        500 36px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
}

.second_imageBlock_2_3 {
    margin-top: 1%;
    /*padding-top: 1%;*/
    margin-right: 2%;
    margin-bottom: 1%;
    margin-left: 3%;

    width: 550px;
    height: 300px;
}

/* Четёвёртый контентный блок */
.second_conetntBlock_2_4 {
    display: none;
    flex-direction: row;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;
    background-color: #dcdcdc;
}

.second_imageBlock_2_4 {
    margin-top: 1%;
    /*padding-top: 1%;*/
    margin-right: 2%;
    margin-bottom: 1%;
    margin-left: 3%;

    width: 550px;
    height: 300px;
}

.second_textBlock_2_4 {
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

/* Отчерк над текстом */
.line_2_4_1 {
    align-content: center;
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: black;
    opacity: 0.3;
}

.second_text_2_4 {
    margin-left: 15%;
    font:
        500 36px/1.39 "Helvetica Neue Cyr",
        Helvetica,
        Arial,
        serif;
}

/* Отчерк над текстом */
.line_2_4_2 {
    width: 60%;
    margin: auto;
    height: 1px;
    min-height: 1px;
    background-color: black;
    opacity: 0.3;
}

/* ********** Секция 5 (футер) ********************************************************** */

/*специальный класс для отмены transition в js*/
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
