@charset "UTF-8";
html {
    box-sizing: border-box;
    background-color: #113f17;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    transition: all 0.3s;
}
*, :after, :before {
    box-sizing: border-box;
}
@font-face {
    font-family: "Wix Madefor Display", sans-serif;
    src: url("../fonts/WixMadeforDisplay-VariableFont_wght.ttf") format("truetype"),
    url("../fonts/WixMadeforDisplay-Bold.ttf") format("truetype"),
    url("../fonts/WixMadeforDisplay-ExtraBold.ttf") format("truetype"),
    url("../fonts/WixMadeforDisplay-Medium.ttf") format("truetype"),
    url("../fonts/WixMadeforDisplay-Regular.ttf") format("truetype"),
    url("../fonts/WixMadeforDisplay-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

a, button, input {
    outline: none;
}
a {
    text-decoration: none;
    color: #FAFAFA;
    transition: all 0.3s;
    cursor: pointer;
}
body {
    width: 100%;
    max-width: 1900px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Wix Madefor Display", sans-serif;
    box-sizing: border-box;
    background-color: #113f17;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FAFAFA;
}
.content {
    margin: 0;
    padding: 0 150px;
}


/*Шапка сайта*/

header {
    position: sticky;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #113f17;
    z-index: 10;
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 4px #0d3112);
}
.header {
    height: 121px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_a {
    display: flex;
}
.head_a a {
    padding: 14px 17px;
    font-size: 21px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.72px;
    color: #FAFAFA;
    transition: all 0.3s;
}
.head_a a:hover {
    color: #4a9c43;
}
.header_btn_tel{
    margin-right: 20px;
}
.header_btn_all a,
.bane_section_btn a,
.btn_section_btn a {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.72px;
    align-items: center;
}
.head_btn1 {
    padding: 20px 24px;
    background-color: transparent;
    color: #4A9C43;
    border: 1px #4A9C43 solid;
    margin-right: 20px;
}
.head_btn1:hover {
    color: #FAFAFA;
    border: 1px #FAFAFA solid;
}
.head_btn2,
.bane_section_btn a,
.btn_section_btn a {
    padding: 20px 24px;
    background-color: #4A9C43;
    color: #FAFAFA;
    border: 1px #4A9C43 solid;
}
.head_btn2:hover,
.bane_section_btn a:hover,
.btn_section_btn a:hover {
    background-color: #FAFAFA;
    color: #4A9C43;
}
.header_btn {
    display: flex;
    align-items: center;
}


/*Центральная часть*/

.baner-section {
    height: 100vh;
    min-height: 40rem;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
}
.bane_section_tx {
    z-index: 11;
}
.baner-section img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.baner-section h2 {
    font-size: 96px;
    font-weight: 700;
    line-height: 105.6px;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
.baner-section h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    padding-top: 20px;
    margin-bottom: 69px;
    text-transform: uppercase;
}

.btn_section-new,
.info_section {
    padding-top: 60px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn_section-new {
    background: #032207;
}
.info_section_tx {

}
.info_section_tx h5 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70.4px;
    text-align: center;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-top: 50px;
}
.info_section_tx span {
    color: #4A9C43;
}
.info_section_all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 54px;
}
.info_list {
    margin: 16px;
    padding: 30px;
    background: #4A9C43;
    width: calc(100% / 3 - 32px);
}
.info_list h6,
.info_list_one h6 {
    font-size: 44px;
    font-weight: 700;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FAFAFA;
}
.info_list p,
.info_list_one p{
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.48px;
    color: #FAFAFA;
}
.info_list_one p span {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0.32px;
    color: #F6DFCE;
}
.info_section_one {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.info_list_one {
    margin: 16px;
    padding: 30px;
    background: #4A9C43;
    width: calc(100% / 2 - 32px);
}

.btn_section-new .info_list {
    background: #113F17;
    display: flex;
    flex-direction: row;
}
.btn_section-new .info_list img {
    object-fit: contain;
    width: 34.66px;
    height: 34.66px;
    margin-right: 13.34px;
}
.btn_section-new .info_section_all {
    padding-bottom: 62px;
}
.btn_section {
    height: 100vh;
    min-height: 40rem;
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_section img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.prise_section h5 {
    padding: 90px 0;
    font-size: 61px;
    font-weight: 700;
    line-height: 70.4px;
    color: #FAFAFA;
    text-transform: uppercase;
}
.prise_section_tx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    transition: all 0.3s;
}
.prise_section_tx p {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.48px;
    color: #FAFAFA;
}
.prise_section_tx h7 {
    font-size: 43px;
    font-weight: 700;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #4A9C43;
}
.prise_section_tx:hover h7{
    color: #FAFAFA;
}
.prise_section_tx:hover {
    background: #4A9C43;
    padding: 25px 20px;
}
.border {
    border: 1px #7A7A7A solid;
}

.lgot_section {

}
.lgot_section h5 {
    padding: 160px 0 70px;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
}
.lgot_section_tx1,
.lgot_section_tx2 {
    padding: 30px;
    /*background-image: url(../img/Group-1.png);*/
    background-image: url(../img/Group-1_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #113f17;
    height: auto;
    margin-bottom: 30px;
}
.lgot_section_tx2 {
    background-image: url(../img/Group-2.png);
}
.lgot_section_tx1 h6,
.lgot_section_tx2 h6 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.lgot_section_tx1 p,
.lgot_section_tx2 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FAFAFA;
    padding: 16px 0 16px 30px;
}
.vakans_section h5 {
    padding-top: 100px;
    padding-bottom: 60px;
    font-size: 61px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
}
.vakans_section_all {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.vakans_list {
    width: calc(100% / 2 - 30px);
    margin: 15px;
    background-image: url(../img/z1_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #113f17;
    min-height: 500px;
    padding: 30px;
}
.vakans_list h6 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.vakans_list p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40.8px;
    letter-spacing: 0.48px;
    color: #FAFAFA;
    padding-left: 32px;
}
.img_2 {
    background-image: url(../img/z2.png);

}
.img_3 {
    background-image: url(../img/z3.png);

}
.img_4 {
    background-image: url(../img/z4_2.png);

}
.img_5 {
    background-image: url(../img/z5_2.png);

}
.img_11 {
    background-image: url(../img/t1.png);

}
.img_22 {
    background-image: url(../img/t2.png);

}
.img_33 {
    background-image: url(../img/t3.png);

}
.img_44 {
    background-image: url(../img/t4.png);

}
.docum_section h5 {
    padding-bottom: 130px;
    padding-top: 180px;
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
}
.docum2_section h5 {
    font-size: 64px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
}

.docum2_section {
    margin-top: 180px;
    margin-bottom: 180px;
}

.docum2_fon_section {
    /*background-image: url(../img/f1.png);*/
    background-image: url(../img/f1_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #113f17;
    height: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.docum2_section h5,
.docum2_section h6 {
    font-size: 61px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding: 30px;
}
.docum2_section h6 {
    display: none;
}
.docum_section_form {
    width: calc(100% / 2 - 30px);
    margin: 15px;
}
form {
    padding: 30px;
    background: #FAFAFA;
}
form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.4px;
    color: #464842;
    text-transform: uppercase;
}
form p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #7A7A7A;
}
form input {
    width: -webkit-fill-available;
    height: 64px;
    color: black;
    border: 1px #E9E9E9 solid;
    margin: 8px 0 15px;
    padding-left: 23px;
    font-size: 14px;
}
form input:hover {
    border: 1px #4A9C43 solid;
    font-size: 16px;
}
form button {
    width: 100%;
    height: 73px;
    font-size: 22px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.72px;
    margin-top: 30px;
    color: #FAFAFA;
    background: #4A9C43;
    border: 1px #4A9C43 solid;
    text-transform: uppercase;
}
form button:hover {
    background: #FAFAFA;
    color: #4A9C43;
}
.checkbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox p {
    width: max-content;
}
.checkbox label p {
    padding-right: 20px;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

form button:disabled {
    background: #AACCA7;
    color: #FAFAFA;
    border: none;
    cursor: not-allowed;
}


/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E9E9E9;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #4A9C43;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #113f17;
    border-color: #113f17;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem 113f17;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #113f17;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: #4A9C43;
    background-color: #4A9C43;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}



.border_section {
    width: 100%;
    padding: 20px;
    background: #4A9C43;
    overflow: hidden;
}
.border_section p {
    font-size: 62px;
    font-weight: 400;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #464842;
    text-transform: uppercase;
    display: flex;
    -webkit-transform-style: preserve-3d;
    width: 100000px;
    transform: translateX(0px);
    animation: 9.66106s linear 0s infinite normal none running ticker;
}

.border_section span {
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
}

@keyframes ticker {
    100% {
        transform: translateX(-1623.86px);
    }
}


.bantx_section {
    padding: 90px;
    margin-top: 190px;
    margin-bottom: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bantx_section img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bantx_section h6 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-bottom: 19px;
}
.bantx_section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.48px;
    color: #FAFAFA;
    padding-top: 19px;
    max-width: 1000px;
}

.vip_section {
    margin-bottom: 180px;
}
.vip_section h5 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
}

.vip_section_all {

}
.vip_list {
    background-image: url(../img/m1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #113f17;
    height: auto;
    width: 100%;
    padding: 30px;
    margin-top: 63px;
}
.vip_list2 {
    background-image: url(../img/m2.png);
}
.vip_list3 {
    background-image: url(../img/m3.png);
}

.vip_list h6 {
    font-size: 44px;
    font-weight: 700;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.vip_list p {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.48px;
    color: #FAFAFA;
    max-width: 1000px;
}

.opros_section {

}
.opros_section h5 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70.4px;
    letter-spacing: 1.92px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-bottom: 45px;
}
.opros_section_all .border {
    margin: 50px 0;
}
.opros_section_all summary {
    font-size: 45px;
    font-weight: 400;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FAFAFA66;
    text-transform: uppercase;
}
.opros_section_all p {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.48px;
    color: #FAFAFA99;
}
summary:hover {
    color: #FAFAFA;
}
details[open] > summary {
    color: #4A9C43;
}

/*Модальное окно*/


/* Фон для модального окна */
.modal {
    display: none; /* По умолчанию скрываем */
    position: fixed; /* Делаем фиксированным */
    z-index: 13; /* Поверх основого окна */
    left: 0;
    top: 0;
    width: 100%; /* На всю ширину */
    height: 100%; /* На всю высоту */
    overflow: auto; /* Включаем скролл при переполнении */
    background-color: rgba(0, 0, 0, 0.4); /* Полупрозрачный темный фон */
    justify-content: center;
    align-items: center;
    user-select: none;
}
.modal-content {
    background-color: #fefefe;
    margin: 0;
    border: 0 solid #888;
    width: 80%;
    padding: 0;
    position: relative;
}
.modal .docum2_section {
    margin-top: 0;
    margin-bottom: 0;
}
/* Кнопка для закрытия */
.close {
    position: absolute;
    top: -40px;
    right: -30px;
    color: #aaaaaa;
    font-size: 45px;
    font-weight: 100;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Модальное окно end */


.cookie_notice1 {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    color: #FAFAFA;
    background: #113f17;
    padding: 25px 50px 40px 22px;
    filter: drop-shadow(2px 4px 4px black);
    max-width: 750px;
}
.cookie_notice1 h5 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65.4px;
    letter-spacing: -3.08px;
    color: #FAFAFA;
    text-transform: uppercase;
    width: max-content;
}
.cookie_notice1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2.48px;
    color: #FAFAFA;
    padding: 16px 0 45px;
}
/* Оформление кнопок */
.cookie_btn {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.72px;
    padding: 20px 24px;
    background-color: #4A9C43;
    color: #FAFAFA;
    border: 1px #4A9C43 solid;
}
.cookie_btn:hover {
    background-color: #FAFAFA;
    color: #4A9C43;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FAFAFA99;
    bottom: -6px;
    content: "";
    transition: all 2s ease-in-out;
    width: 10px;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
.xxx {
    position: absolute;
    top: 30px;
    right: 18px;
}
.xxx img {
    filter: invert(1);
    object-fit: contain;
    width: 40px;
}
.xxx img:hover {
    filter: contrast(0.5);
}
/*Модалка в шапке*/
.overlay_tel {
    display:none;
    position: absolute;
    margin: 0 0 0 -100px;
    padding-top: 82px;
}
.btn_tel_a:active .overlay_tel,
.btn_tel_a:focus-visible .overlay_tel,
.btn_tel_a:focus .overlay_tel,
.btn_tel_a:hover .overlay_tel {
    display: block;
}
.header_btn_tel img {
    object-fit: contain;
    max-width: 30px;
    filter: invert(1);
    margin-right: 20px;
}
.overlay_tel_tx {
    background-color: #113f17;
    padding: 17px;
    filter: drop-shadow(2px 2px 4px black);
    display: flex;
    flex-direction: column;
}
.overlay_tel_tx h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.28px;
    color: #FAFAFA;
    padding-bottom: 13px;
}
.overlay_tel_tx a {
    font-size: 18px;
    font-weight: 400;
    line-height: 30.2px;
    letter-spacing: -0.28px;
    color: #4a9c43;
}
.overlay_tel_tx a:hover {
    color: #FAFAFA;
}


.myBtn4 {
    width: 100%;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myBtn4 #myBtn4 {
    width: 190px;
    height: 45px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    padding: 0;
    filter: drop-shadow(2px 5px 4px black);
}

.btn_top {
    position: fixed;
    bottom: 10px;
    right: 8px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border: 1px #FAFAFA solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: drop-shadow(2px 5px 4px black);
    filter: opacity(0.5);
}
.btn_top:hover {
    filter: drop-shadow(2px 5px 4px black);
}
.btn_top a {
    font-size: 36px;
    color: #FAFAFA;
    padding: 20px;
}



.burger-menu{
    display: none;
}


    /*Подвал*/

footer {
    margin: 0;
    margin-top: 240px;
    background: #111C12;
}
.footer_all {
    padding-bottom: 95px;
    padding-top: 95px;
}
.footer_tx1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.footer_tx1_cont {
    display: flex;
    flex-direction: column;
}
.footer_tx1_cont h5 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55.2px;
    letter-spacing: 1.44px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding-bottom: 22px;
}
.footer_tx1_cont a {
    font-size: 21px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: 0.72px;
    color: #FBEFE6;
    margin-bottom: 15px;
    width: max-content;
}
.footer_tx1_cont a:hover {
    color: #4A9C43;
}
.footer_tx1_cont_phone a img{
    object-fit: contain;
    width: 24.89px;
    margin-right: 29.25px;
    margin-top: 19.92px;
}
.footer_tx1_icon {
    display: flex;
}
.footer_tx1_icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #4A9C43;
    color: #FBEFE6;
    padding: 10px;
    margin-right: 20px;
}
.footer_tx1_icon a img {
    object-fit: contain;
    width: 100%;
    height: 20px;
}
.footer_tx1_icon a:hover {
    filter: drop-shadow(1px 1px 5px #FBEFE6);
}

.footer_tx2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_tx2_a {

}
.footer_tx2_a p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.32px;
    color: #FAFAFA;
    padding-left: 130px;
}


.docum_konf {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.docum_konf h4 {
    font-size: 70px;
    font-weight: 700;
    line-height: 74.4px;
    letter-spacing: 5.08px;
    color: #FAFAFA;
    text-transform: uppercase;
    padding: 50px 0;
    width: min-content;
    text-align: center;
}
.docum_konf p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.32px;
    color: #FAFAFA;
    padding: 30px 0;
    width: 900px;
    text-align: justify;
}
.footer_tx2 h6 {
    font-size: 11px;
    font-weight: 400;
    line-height: 14.3px;
    color: #6E8A72;
    max-width: 600px;
}





@media only screen and (max-width: 1450px){
    .content {
        padding: 0 50px;
    }
    .header {
        height: 80px;
    }
    .head_a a {
        font-size: 18px;
    }
    .header_btn_tel {
        margin-right: 10px;
    }
    .header_btn_all a,
    .bane_section_btn a,
    .btn_section_btn a {
        font-size: 18px;
        line-height: 28.2px;
    }
    .header_btn_tel img {
        max-width: 20px;
        margin-right: 10px;
    }
    .head_btn2,
    .bane_section_btn a,
    .btn_section_btn a {
        padding: 13px 15px;
    }
    .head_btn1 {
        padding: 13px 15px;
        margin-right: 5px;
    }
    .header_btn_all {
        width: max-content;
    }
    .baner-section h2 {
        font-size: 55px;
        line-height: 60.6px;
        letter-spacing: 0.88px;

    }
    .baner-section h3 {
        font-size: 39px;
        letter-spacing: 0.92px;
        padding-top: 10px;
        margin-bottom: 60px;
    }
    .info_section_tx h5 {
        font-size: 35px;
        line-height: 44.4px;
    }
    .info_list h6, .info_list_one h6 {
        font-size: 28px;
        line-height: 30.2px;
        width: max-content;
        padding-bottom: 10px;
    }
    .info_list p, .info_list_one p {
        font-size: 18px;
        line-height: 21.2px;
        letter-spacing: 0.0px;
    }
    .info_list {
        margin: 10px;
        padding: 18px;
        width: calc(100% / 3 - 20px);
    }
    .info_list_one {
        margin: 10px;
        padding: 18px;
        width: calc(100% / 2 - 20px);
    }
    .info_list_one p span {
        font-size: 14px;
        line-height: 14.8px;
        letter-spacing: 0.1px;
    }
    .info_section {
        margin-bottom: 50px;
    }
    .btn_section {
        height: 50vh;
        min-height: 650px;
    }
    .prise_section h5,
    .lgot_section h5,
    .vakans_section h5,
    .docum_section h5,
    .vip_section h5,
    .opros_section h5 {
        font-size: 40px;
        line-height: 50.4px;
    }
    .lgot_section h5 {
        padding: 120px 0 70px;
    }
    .prise_section_tx p {
        font-size: 20px;
        line-height: 25.2px;
        letter-spacing: -0.5px;
    }
    .prise_section_tx h7 {
        font-size: 35px;
        line-height: 45.2px;
        letter-spacing: 0.0px;
    }
    .lgot_section_tx1 h6, .lgot_section_tx2 h6 {
        font-size: 30px;
        line-height: 45.2px;
        letter-spacing: 0.44px;
        color: #4a9c43;
        padding-bottom: 10px;
    }
    .lgot_section_tx1 p, .lgot_section_tx2 p {
        font-size: 20px;
        line-height: 22px;
        padding: 16px 0 0 52px;
    }
    .vakans_list h6 {
        font-size: 30px;
        line-height: 35.2px;
        letter-spacing: 0.44px;
        padding-bottom: 12px;
    }
    .vakans_list p {
        font-size: 20px;
        line-height: 33.8px;
        letter-spacing: 0.48px;
    }
    .vakans_list {
        width: calc(100% / 2 - 16px);
        margin: 8px;
        min-height: 400px;
        padding: 20px;
    }
    .docum_section h5 {
        padding-bottom: 70px;
        padding-top: 100px;
    }
    .docum2_section {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .bantx_section {
        margin-top: 120px;
    }
    .docum2_section h5 {
        font-size: 35px;
        line-height: 35.4px;
        letter-spacing: 0.92px;
    }
    form input,
    form button {
        height: 40px;
        font-size: 17px;
    }
    form button {
        margin-top: 15px;
    }
    .checkbox label p {
        padding-right: 10px;
    }
    .checkbox label p span {
        font-size: 12px;
    }
    form p span {
        font-size: 10px;
    }
    form {
        padding: 15px 10px;
    }
    form p {
        font-size: 17px;
    }
    .border_section {
        padding: 15px;
    }
    .border_section p {
        font-size: 40px;
        line-height: 40.4px;
    }
    .bantx_section h6 {
        font-size: 40px;
        line-height: 43.4px;
        letter-spacing: 0.92px;
        padding-bottom: 10px;
    }
    .bantx_section p {
        font-size: 18px;
        line-height: 22.2px;
        max-width: 655px;
    }
    .bantx_section {
        padding: 60px;
        margin-bottom: 120px;
    }
    .vip_list {
        padding: 25px;
        margin-top: 30px;
    }
    .vip_list h6 {
        font-size: 30px;
        line-height: 37.2px;
        letter-spacing: 0.44px;
        padding-bottom: 10px;
    }
    .vip_list p {
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0.48px;
        max-width: 650px;
    }
    .vip_section {
        margin-bottom: 120px;
    }
    .opros_section_all summary {
        font-size: 30px;
        line-height: 35.2px;
    }
    footer {
        margin-top: 140px;
        z-index: 3;
        position: relative;
    }
    .footer_tx1_cont h5 {
        font-size: 30px;
        line-height: 39.2px;
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .footer_tx1_cont a {
        font-size: 19px;
        line-height: 25.2px;
    }
    .footer_tx1 {
        padding: 50px 0 0;
    }
    .footer_tx2 {
        padding: 20px 0 50px;
    }
    .footer_tx2_a p {
        font-size: 12px;
        line-height: 16.8px;
        padding-left: 70px;
    }
    .footer_tx1_icon a {
        width: 35px;
        height: 35px;
    }
    .overlay_tel {
        padding-top: 61px;
        margin: 0 0 0 -80px;
    }
    .overlay_tel_tx h6 {
        font-size: 18px;
        line-height: 20.2px;
        padding-bottom: 10px;
    }
    .overlay_tel_tx {
        padding: 15px;
    }
    .docum_konf h4 {
        font-size: 67px;
    }
}

@media only screen and (max-width: 1000px) {
    .content {
        padding: 0 40px;
    }
    .head_a a {
        padding: 14px 6px;
        font-size: 13px;
    }
    .header_btn_all a,
    .bane_section_btn a,
    .btn_section_btn a {
        font-size: 16px;
    }
    .baner-section h2 {
        font-size: 45px;
        line-height: 50.6px;
        letter-spacing: -1.12px;
    }
    .baner-section h3 {
        font-size: 30px;
        padding-top: 0;
        margin-bottom: 50px;
    }
    .info_section_tx h5 {
        font-size: 28px;
        line-height: 37.4px;
    }
    .info_list h6, .info_list_one h6 {
        font-size: 20px;
        letter-spacing: 0.44px;
    }
    .info_list p, .info_list_one p {
        font-size: 16px;
        line-height: 19.2px;
    }
    .info_list {
        margin: 7px;
        padding: 13px;
        width: calc(100% / 3 - 14px);
    }
    .info_list_one {
        margin: 7px;
        padding: 13px;
        width: calc(100% / 2 - 14px);
    }
    .btn_section {
        min-height: 450px;
    }
    .prise_section h5,
    .lgot_section h5,
    .vakans_section h5,
    .docum_section h5,
    .vip_section h5,
    .opros_section h5 {
        font-size: 32px;
        line-height: 37.4px;
    }
    .prise_section_tx p {
        font-size: 17px;
        line-height: 20.2px;
    }
    .prise_section_tx h7 {
        font-size: 25px;
        letter-spacing: -1px;
    }
    .prise_section_tx {
        padding: 20px 0;
    }
    .lgot_section_tx1 h6, .lgot_section_tx2 h6 {
        font-size: 24px;
        line-height: 35.2px;
    }
    .lgot_section_tx1 p, .lgot_section_tx2 p {
        font-size: 17px;
        line-height: 19px;
        padding: 13px 0 0 52px;
    }
    .prise_section h5 {
        padding: 70px 0 50px;
    }
    .lgot_section h5 {
        padding: 90px 0 50px;
    }
    .vakans_section h5 {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .vakans_list h6 {
        font-size: 24px;
        line-height: 29.2px;
        padding-bottom: 15px;
    }
    .vakans_list p,
    .vakans_list p {
        font-size: 17px;
        line-height: 25.8px;
        letter-spacing: -0.2px;
    }
    .vakans_list {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        min-height: 360px;
        padding: 15px;
    }
    .docum_section h5 {
        padding-bottom: 50px;
        padding-top: 90px;
    }
    .vakans_list {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        min-height: 345px;
        padding: 15px;
    }
    .docum2_section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .docum2_section h5 {
        font-size: 28px;
        line-height: 31.4px;
    }
    .checkbox {
        align-items: flex-start;
        flex-direction: column;
    }
    .checkbox p {
        width: auto;
        line-height: 10px;
    }
    .checkbox label p span {
        line-height: 42px;
    }
    .docum_section_form {
        width: calc(100% / 1.8 - 30px);
    }
    form p {
        font-size: 15px;
        line-height: 6px;
    }
    form input {
        padding-left: 10px;
    }
    form input, form button {
        height: 38px;
        font-size: 12px;
    }
    .border_section p {
        font-size: 34px;
        line-height: 30.4px;
    }
    .bantx_section {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .bantx_section h6 {
        font-size: 28px;
        line-height: 28.4px;
    }
    .bantx_section p {
        font-size: 16px;
        line-height: 20.2px;
        max-width: 465px;
    }
    .vip_list {
        padding: 15px;
        margin-top: 20px;
    }
    .vip_list h6 {
        font-size: 24px;
        line-height: 32.2px;
    }
    .vip_list p {
        font-size: 15px;
        line-height: 21.2px;
        max-width: 480px;
    }
    .vip_section {
        margin-bottom: 90px;
    }
    .opros_section_all summary {
        font-size: 25px;
        line-height: 25.2px;
    }
    .opros_section_all .border {
        margin: 25px 0;
    }
    .footer_tx1_cont h5 {
        font-size: 27px;
        line-height: 30.2px;
        padding-bottom: 12px;
    }
    .footer_tx1_cont a {
        font-size: 14px;
        line-height: 13.2px;
    }
    .footer_tx2_a p {
        font-size: 9px;
        line-height: 11.8px;
        padding-left: 50px;
    }
    .footer_tx1_icon a {
        width: 30px;
        height: 30px;
        padding: 4px;
    }
    .modal-content {
        width: 90%;
    }
    .overlay_tel {
        padding-top: 57px;
    }
    .opros_section_all p {
        font-size: 18px;
        line-height: 21.2px;
    }
    .cookie_notice1 h5 {
        font-size: 35px;
        letter-spacing: -1.08px;
    }
    .cookie_notice1 p {
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 0.48px;
        padding: 0 0 40px;
    }
    .cookie_btn {
        font-size: 18px;
        line-height: 18.2px;
        letter-spacing: 0.72px;
        padding: 15px 20px;
    }
    .docum_konf h4 {
        font-size: 46px;
        line-height: 51.4px;
    }
    .docum_konf p {
        padding: 20px 0;
        width: 600px;
    }
    .footer_tx2 h6 {
        max-width: 400px;
    }
}

@media only screen and (max-width: 780px) {
    .content {
        padding: 0 15px;
    }
    .bane_section_tx {
        margin-bottom: 70px;
    }
    .baner-section img {
        object-position: right;
    }
    .baner-section {
        height: calc(100vh - 70px);
    }
    .header_a,
    .header_btn_tel,
    .head_btn1{
        display: none;
    }
    .header {
        justify-content: space-between;
    }
    .header {
        height: 70px;
    }
    .baner-section {
        align-items: flex-end;
    }
    .baner-section h2 {
        font-size: 40px;
        line-height: 42.6px;
    }
    .baner-section h3 {
        font-size: 28px;
        padding-top: 0;
        margin-bottom: 35px;
    }
    .info_section_all {
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .info_list,
    .info_list_one {
        margin: 7px 0;
        width: 100%;
    }
    .prise_section h5 {
        width: max-content;
    }
    .prise_section h5,
    .lgot_section h5,
    .vakans_section h5,
    .docum_section h5,
    .vip_section h5,
    .opros_section h5 {
        font-size: 26px;
        line-height: 29.4px;
    }
    .prise_section_tx {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    .prise_section_tx:hover {
        padding: 10px 0px;
    }
    .prise_section_tx {
        padding: 10px 0;
    }
    .lgot_section_tx1, .lgot_section_tx2 {
        padding: 15px;
    }
    .vakans_section h5 {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .vakans_section_all {
        flex-direction: column;
    }
    .vakans_list {
        width: 100%;
        margin: 6px 0;
        min-height: 314px;
    }
    .docum_section h5 {
        padding-bottom: 30px;
    }
    .docum2_section h5 {
        display: none;
    }
    .docum2_section h6 {
        display: block;
    }
    .docum2_fon_section {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .docum2_section h6 {
        font-size: 29px;
        line-height: 32.4px;
        letter-spacing: 0.92px;
        padding: 35px;
        text-align: center;
    }
    .docum_section_form {
        width: calc(100% / 1 - 30px);
    }
    .bantx_section h6 {
        font-size: 25px;
        width: -webkit-fill-available;
    }
    .bantx_section {
        padding: 30px;
    }
    .bantx_section p {
        max-width: max-content;
    }
    .vip_section_all {
        padding-top: 30px;
    }
    .vip_list {
        min-height: 320px;
    }
    .footer_tx1,
    .footer_tx2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_tx2 {
        flex-direction: column-reverse;
    }
    .footer_tx1_cont h5 {
        padding-right: 0;
    }
    .footer_tx1_cont {
        padding-bottom: 30px;
    }
    .footer_tx1_cont a {
        line-height: 10.2px;
    }
    .footer_tx2 {
        padding: 0 0 40px;
    }
    .footer_tx2_a p {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .close {
        right: -20px;
    }
    .cookie_notice1 h5 {
        font-size: 24px;
        letter-spacing: -0.08px;
    }
    .cookie_notice1 p {
        font-size: 16px;
    }
    .cookie_btn {
        font-size: 17px;
        padding: 13px 20px;
    }
    .cookie_notice1 {
        padding: 15px 15px 31px 15px;
    }
    .docum_konf p {
        padding: 20px 0;
        width: 430px;
    }
    .docum_konf h4 {
        font-size: 32px;
        line-height: 34.4px;
        letter-spacing: 1.08px;
        padding: 50px 0 30px;
    }
    footer {
        margin-top: 90px;
    }

/*/////////////////////////////////////////*/
    .burger-menu {
        display: block;
    }
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }
    .burger {
        position: relative;
        z-index: 18;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        width: 40px;
        height: 15px;
    }
    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fafafa;
    }
    .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
    }
    .burger-checkbox:checked + .burger::before {
        top: 6px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .10s, top .2s, transform .2s .10s;
    }
    .burger-checkbox:checked + .burger::after {
        bottom: 6px;
        transform: rotate(-45deg);
        transition: bottom .2s, transform .2s .10s;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        padding: 75px 0 50px;
        margin: 0;
        background: #113f17;
        list-style-type: none;
        transform: translateX(-110%);
        transition: .3s;
        width: max-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
    }
    .menu-list li {
        width: 100%;
    }
    .menu-list li a,
    .menu-item {
        display: block;
        width: 100%;
        padding: 23px 15px;
        color: #fafafa77;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .bord_men {
        width: 100%;
        border: 1px #7A7A7A solid;
    }
    .menu-item:hover {
        color: #4a9c43;
    }
    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }
    .menu-list h5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 21.2px;
        letter-spacing: 0.44px;
        color: #FAFAFA;
        text-transform: uppercase;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .menu-list a {
        color: #4a9c43;
        padding: 10px 15px;
    }
    .menu-list a:hover {
        color: #FAFAFA;
    }
    .menu-list .footer_tx1_icon {
        padding: 0 15px;
    }
    .menu-list .footer_tx1_icon a {
        padding: 3px;
        margin: 18px 5px 5px;
        width: 35px;
        height: 35px;
    }
    .menu-list .btn_burg {
        background: none;
        color: #4a9c43;
        border: 1px #4a9c43 solid;
        padding: 15px;
        width: calc(100% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 15px;
    }
    .footer_tx2 h6 {
        margin: 10px 0;
    }

    .footer_tx2 h6 {
        max-width: none;
    }

}

@media only screen and (max-width: 500px) {
    /*div {
        border: 1px red solid;
    }*/
    .content {
        padding: 0 10px;
    }
    .baner-section h2 {
        font-size: 40px;
        line-height: 50.6px;
        letter-spacing: 2.88px;
    }
    .baner-section h3 {
        font-size: 25px;
        letter-spacing: 1.92px;
        line-height: 29.4px;
        padding-top: 40px;
        margin-bottom: 65px;
    }
    .bane_section_btn a {

    }
    .prise_section h5 {
        width: auto;
    }
    .docum2_section h6 {
        width: -webkit-fill-available;
    }
    .vip_section h5 {
        font-size: 23px;
    }
    .opros_section_all summary {
        font-size: 18px;
        line-height: 19.2px;
    }
    .opros_section_all .border {
        margin: 20px 0;
    }
    .modal-content {
        width: 100%;
    }
    .close {
        right: 8px;
        top: 10px;
    }
    .cookie_notice1 h5 {
        font-size: 20px;
        width: auto;
        line-height: 24px;
        letter-spacing: 0.92px;
    }
    .cookie_notice1 {
        bottom: 0;
        right: 0;
        left: 0;
    }
    .cookie_notice1 p {
        font-size: 14px;
        line-height: 13px;
        padding: 9px 0 28px;
    }
    .xxx img {
        width: 30px;
    }
    .xxx {
        top: 10px;
        right: 15px;
    }
    .docum_konf h4 {
        font-size: 18px;
        line-height: 21.4px;
        letter-spacing: 0.08px;
        padding: 20px 0 15px
    }
    .docum_konf p {
        font-size: 16px;
        line-height: 16.8px;
        padding: 10px 0;
        width: 250px;
    }
    .menu-list li a, .menu-item {
        padding: 17px 5px;
        font-size: 21px;
    }
    .menu-list h5 {
        font-size: 18px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 7px;
        padding-top: 10px;
    }
    .menu-list a {
        padding: 5px 5px;
    }
    .menu-list .btn_burg:hover {
        border: 1px #fafafa solid;
    }
    .menu-list .btn_burg {
        padding: 10px;
        width: calc(100% - 10px);
        margin: 30px 5px;
    }
    .burger::before, .burger::after {
        width: 85%;
    }










}













