:root {
    --main-orange: #E7B142;
    --main-blue: #0a12c4;
    --main-cyan: #00022F;
}
html{
	overflow-x: hidden;
}
body {
    background: linear-gradient(180deg, #00022F, #615E76);
    font-size: 16px;
    overflow-x: hidden;
}

.fixed{
    width: 100%;
    position: fixed;
    background: #00022F;
}
.main_menu {
    align-content: center;
    align-items: center;
}

.main_menu_header {
    width: 100%;
}

.main_menu_header ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-inline-start: 0;
    justify-content: space-between;
    list-style: none;
}

.main_menu_header ul a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.main_menu_header ul a:hover {
    color: var(--main-orange);
}

.main_menu_header ul li.accent_button a {
    background: var(--main-orange);
    color: var(--main-cyan);
    padding: 5px;
    border-radius: 4px;
    transition: 1s;
    border: 1px solid var(--main-orange);
}

.main_menu_header ul li.accent_button a:hover {
    background: var(--main-blue);
    color: #ffffff;
    transition: 1s;
    border: 1px solid #ffffff;
}

.main_logo {}

.main_logo img {
    width: 100%;
    padding: 5px;
}

.slider_item_image {
    position: relative;
}

.slider_item_image img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.slider_text_container {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    /* Центрирует блок по вертикали */
    padding: 20px;
    background: rgba(97, 94, 118, 0.78);
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}


.slider_text_container h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.slider_text_container p {
    font-size: 40px;
    color: var(--main-orange);
    font-weight: bold;
}

.slider_text_container a {
    background: var(--main-orange);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    min-width: 200px;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.main_hero_slider .slick-dots {
    display: flex;
    flex-direction: column;
    top: 50%;
    width: fit-content;
    margin-left: 20px;
}

.main_button {
    border: 1px solid var(--main-orange);
}

.main_button:hover {
    border: 1px solid #ffffff;
    background: var(--main-blue);

}

.main_hero_slider .slick-dots li button {
    display: none;
}

.main_hero_slider .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 100px;
}

.main_hero_slider .slick-dots li.slick-active {
    background: var(--main-orange);
}

.section_header {
    margin-bottom: 40px;
}

.section_header_container {
    background: var(--main-orange);
    height: 50px;
    border-radius: 5px;
    font-size: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.section_header_container:after {
    z-index: -1;
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    border-radius: 5px;
}

.about_us img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid var(--main-orange);
}

.about_us_text {
    color: #ffffff;
}

.about_us_text_container {
    position: relative;
}

/* Стили для обрезанного текста и кнопки */
.about_us_text.collapsed {
    overflow: hidden;
    max-height: calc(var(--img-height) + 50px);
    transition: max-height 0.5s ease;
    position: relative;
}

.read_more_btn {
    position: absolute;
    bottom: -20px;
    cursor: pointer;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 100;
    text-transform: uppercase;
}

.read_more_btn::before,
.read_more_btn::after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    border-color: #ffffff;
    width: 30%;
}

.read_more_btn:hover,
.read_more_btn:hover::before,
.read_more_btn:hover::after {
    color: var(--main-orange);

}

.read_more_btn:hover::before,
.read_more_btn:hover::after {
    border-color: var(--main-orange);

}

section {
    margin-bottom: 75px;
}

.feature_item {
    margin-bottom: 40px;
}

.feature_item_inner {
    display: flex;
    flex-wrap: wrap;
}

.feature_item_icon {
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background: var(--main-orange);
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.feature_item_icon:after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    background: #ffffff;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;

}

.feature_item_text {
    padding-left: 20px;

    color: #fff;
}

.section_header_subtitle {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 20px 5px;
    color: #ffffff;
}

.features .section_header_container {
    max-width: 550px;
    margin: 0 auto;

}

.feature_item.accent_feature {}

.feature_item.buttons {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.feature_item.buttons .feature_item_inner {
    width: 100%;
}

.feature_item.buttons a {
    background: var(--main-orange);
    position: relative;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 24px;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid var(--main-orange);
}

.feature_item.buttons a:hover {
    background: var(--main-blue);
    border: 1px solid #ffffff;
}

.feature_item.buttons a:after {
    content: '';
    background: #ffffff;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    border-radius: 4px;
}

.feature_item.buttons a svg {
    margin-left: 30px;
}

.feature_item.accent_feature {}

.feature_item.accent_feature .feature_item_text {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-orange);
    display: flex;
    align-items: center;
}

.goods_section img {
    width: 100%;
}


.question_q {
    background: var(--main-orange);
    border-radius: 4px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.question_a {
    color: #ffffff;
    border: 1px solid;
    padding: 10px;
    margin-top: -7px;
    padding-top: 20px;
    border-radius: 4px;
    display: none;
    /* Начально скрыт */
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* Плавное развертывание */

}

.question_q span {
    flex: 1;
}

.question_q svg {
    width: 40px;
}

.question {
    margin-bottom: 20px;
}

.question_inner {
    position: relative;
}

.question_q .fa-minus {
    display: none;
}

.question_q.opened .fa-minus {
    display: block;
}

.question_q.opened .fa-plus {
    display: none;
}

.section_header_container.compact_header {
    max-width: 550px;
    margin: 0 auto;
}

.contact_form_description {
    border: 1px solid var(--main-orange);
    padding: 20px;
    border-radius: 5px;
}

.contact_form_description p {
    color: #ffffff;
}

.contact_form_description strong {
    color: var(--main-orange);
    font-weight: bold;

}

.vacancy_item {
    margin-bottom: 40px;
}

.vacancy_item_inner {
    border: 1px solid var(--main-orange);
    padding: 10px;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 4px;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
}

.send_quiz {
    background: var(--main-orange);
    border: 1px solid var(--main-orange);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    width: 180px;
    height: 40px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    align-content: center;
}

.send_quiz:hover {
    background: var(--main-blue);
    border: 1px solid #ffffff;
}

.vacancy_item_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.vacancy_item_bottom {
    color: #ffffff;
}

.vacancy_item_bottom a {
    font-weight: bold;
    font-size: 20px;
    color: var(--main-orange);
    text-decoration: none;
    margin-top: 25px;
    display: block;
}

.vacancy_item_bottom p {
    line-height: 1;
}

.contacts_section {
    flex: 1;
}

.vacancy_item_price {
    opacity: 0;
    background: var(--main-orange);
    color: var(--main-cyan);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 10px;
    transition: 300ms;
}

.vacancy_item_price .price_title {
    padding-right: 20px;
}

.vacancy_item_price .price_value {
    font-weight: bold;
}

.vacancy_item_inner:hover .vacancy_item_price {
    opacity: 1;
    transition: 300ms;
}

.contacts_list {
    list-style: none;
}

.contacts_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;

}

.contacts_list li .icon {
    background: var(--main-orange);
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    justify-content: center;
    align-content: center;
	    align-items: center;
    font-size: 20px;
    color: var(--main-cyan);
}

.contacts_list li a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: var(--main-orange);
    margin-left: 20px;
}

.contacts_section .section_header_container {
    margin-left: 0;
}

footer {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid var(--main-orange);
    padding: 10px;
    justify-content: center;
}

.footer_copyright {
    color: #ffffff;
}

.custom-navigation {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

.main_hero_slider {
    position: relative;
}

.custom-navigation button {
    border: none;
    background: none;
    color: var(--main-orange);
    font-size: 55px;
    margin: 0 30px;
}

.fixed_contacts {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixed_contacts li {
    margin-bottom: 15px;
}

.fixed_contacts a {
    margin: 0;
    color: #000000 !important;
    margin-left: 0 !important;
}

/* Form basic */
/* Form basic */
.wpcf7-form {
    background: #ffffff;
    padding: 20px;
    max-width: 550px;
    margin: 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"] {
    width: 100%;
    padding: 5px;
}

.wpcf7-form span label {
    /* width: auto; */
}

#wpcf7-f117-o1 {}

#wpcf7-f117-o1 p {}

.wpcf7-checkbox span,
.wpcf7-radio span {
    width: 100%;
}


/* ^^ Form basic ^^ */
/* ^^ Form basic ^^ */



.home_form_container {}

.home_form_container .wpcf7-form {
    background: none;

}

.home_form_container form {}

.home_form_container label {
    /* margin-bottom: 20px; */
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.home_form_container input::placeholder,
.home_form_container textarea::placeholder {
    color: #ffffff;
}

.home_form_container input,
.home_form_container textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    font-size: 14px;
}

.home_form_container input[type="text"] {
    background: none;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 10px;
    width: 100%;
}

/* Для Chrome, Safari */
.home_form_container input[type="date"]::-webkit-datetime-edit {
    color: #ffffff;
    /* Белый цвет текста */
}

/* Для Firefox — скрываем плейсхолдер и стилизуем дату */
.home_form_container input[type="date"]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    /* Чтобы плейсхолдер не был полупрозрачным */
}

.home_form_container input[type="date"] {
    color: #ffffff;
    /* Белый цвет текста для самой даты */
    background-color: transparent;
    /* Убираем фон */
    /* border-: 1px solid #ffffff; Белая граница */
    padding: 8px;
}

/* Если требуется для всех input[type="date"] */
.home_form_container input[type="date"]::-webkit-input-placeholder {
    color: #ffffff;
    /* Белый цвет плейсхолдера */
}

.home_form_container input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

select {
    appearance: none;
    /* Убирает стандартный стиль браузера */
    -webkit-appearance: none;
    /* Для Safari */
    -moz-appearance: none;
    /* Для Firefox */
    border: none;
    padding: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    background: #3a3959;
}

.home_form_container textarea {
    height: 60px;
    color: #ffffff;
}

.home_form_container label {
    padding: 0 10px;
}

.home_form_container input:focus,
.home_form_container input:focus-visible,
.home_form_container textarea:focus,
.home_form_container textarea:focus-visible {
    border-bottom: 1px solid var(--main-orange);
}

.home_form_container select {
    font-size: 14px;
}

input[type="submit"] {
    background: var(--main-orange);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    min-width: 200px;
    width: fit-content;
    float: right;
    border: 1px solid var(--main-orange);
}

input[type="submit"]:hover {
    background: var(--main-blue);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.mobile_main_menu {
    display: none;

}

.menu_container {
    display: none;
}

.menu_trigger {
    font-size: 35px;
    color: var(--main-orange);
    width: fit-content;
}

.fixed_quiz_button {
    display: none;
    width: 100%;
    background: var(--main-orange);
    border-radius: 4px;
    justify-content: center;
    align-content: center;
	    align-items: center;
    text-decoration: none;
    color: #000000;
    height: 35px;
}

.open-menu .menu_container {
    position: fixed;
    top: 70px;
    display: flex;
    flex-wrap: wrap;
    background: var(--main-cyan);
    z-index: 9;
    width: 100%;
    left: 0;
    height: 100%;
}

.open-menu .menu_container .menu {
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.open-menu .menu_container .menu li {
    text-align: center;
    margin: 15px 0;
}

.menu_trigger .fa-bars {}

.menu_trigger .fa-xmark {
    display: none;
}

.open-menu .menu_trigger .fa-xmark {
    display: block;
}

.open-menu .menu_trigger .fa-bars {
    display: none;
}
.news_page{
    color: #ffffff;

}
.news_page ul{
    padding-inline-start: 40px;
}
.news_page a{
    color: var(--main-orange);
}
.wpcf7-response-output{
    background: var(--main-cyan) !important;
    color: #ffffff;
}
.main_page_title{
    padding: 40px 10px;
    color: var(--main-orange);
}
.post_content_quiz{
    margin: 40px 0;
}
.post_content_quiz a{
    color: #fff;
    margin: 0 auto;
}
.about_us_img{
    position: relative;
}
.old_chevron{
    position: absolute;
    max-width: 80px;
    padding: 10px;
    border: 0 !important;
    right: 15px;
}
.vacancy_item_inner img{
    max-width: 86px;
    height: auto;
}
/* Media */

@media screen and (max-width:1023px) {
    .feature_item_icon {
        width: 75px;
        height: 75px;
    }

    .feature_item_icon img{
        width: 50px;
    }
}

@media screen and (max-width:767px) {
    .old_chevron{
        max-width: 60px;
    }
    header {
        height: 70px;
    }

    .main_menu {
        display: none;
    }

    .mobile_main_menu {
        display: flex;
        justify-items: flex-end;
        justify-items: end;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }

    .contacts_list {
        padding-left: 0;
        top: 40%;
    }

    .contacts_list li a {
        font-size: 17px;
    }

    .slider_item_image img {
        height: 65vh;
        object-fit: cover;
        background-position: center;
        opacity: 0;
    }

    .slider_text_container h2 {
        font-size: 22px;
    }

    .slider_text_container p {
        font-size: 20px;
    }

    .slider_text_container a {
        background: var(--main-orange);
        padding: 4px;
    }

    .custom-navigation {
        display: none;
    }

    .main_hero_slider .slick-dots {
        bottom: -10px;
        flex-direction: row;
        top: unset;
        left: 50%;
        transform: translate(-50%);
        padding-inline-start: 0;
        padding: 0;
        margin-inline-start: 0;
    }

    .slider_text_container {
        top: unset;
        bottom: -20px;
        padding: 10px 25px;
        line-height: 1;
    }

    .slider_item_image {
        position: relative;
        background-position: center !important;
        background-size: cover !important;
    }

    .main_logo img {
        padding: 5px;
        height: 70px;
        width: auto;
    }

    .fixed_quiz_button {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        text-transform: uppercase;
    }

    .section_header_container {
        height: auto;
        font-size: 20px;
    }

    .fixed_contacts li .icon,
    .fixed_quiz_button {
        box-shadow: 1px 1px 10px #000;
    }

    .read_more_btn {
        position: relative;
        bottom: unset;
        margin: 20px 0;
    }

    .read_more_btn::before,
    .read_more_btn::after {
        width: 20%;
    }

    .feature_item_icon {
        width: 60px;
        height: 60px;
    }

    .feature_item_icon img {
        width: 40px;
    }

    #goods .section_header {
        margin-top: 40px;
    }

    input[type="submit"] {
        width: 100%;
    }

    .send_quiz {
        width: 150px;
    }

    .vacancy_item_bottom a {
        margin-bottom: 20px;
    }

    .contacts_list {}

    .footer_copyright {
        padding-bottom: 40px;
        text-align: center;
    }
}

.single_page{
    background: #ffffff;
   margin-top: 30px;
   margin-bottom: 30px;
   padding: 20px;
}

.single_page table{
border-collapse: collapse;
max-width: 100%;
font-size: 14px;
}
.single_page table td{
    border-width: 1px;
    padding: 7px;
}

.map_iframe iframe,
.map_iframe_frame {
    border: 0;
}



