@font-face {
	font-family: 'GolosUIRegular';
	src: 
		url('../fonts/Golos-UI/golos-ui_regular.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GolosUIMedium';
	src: 
		url('../fonts/Golos-UI/golos-ui_medium.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GolosUIBold';
	src: 
		url('../fonts/Golos-UI/golos-ui_bold.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'GolosUIRegular', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'GolosUIRegular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    cursor:url(../img/pointer.svg), auto;
}

body {
    background-color: #F2E9D9;
}
.container-wrapper {
    text-align: center;
    width: 100%;
}
.container {
    width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.lSAction {
    display: none !important;
}


.logotypes_block {
    text-align: left;
    position: absolute;
    left: 42px;
    top: 28px;
}
.logotypes {
    /* width: 400px; */
    height: 50px;
}


.header {
    background-image: url("../img/main_bg.png");
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1366px;
    height: 1000px;
}
.header_image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.header_text {
    position: absolute;
    top: 110px;
    left: 60px;
}
.header_label {
    color: #E6644B;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.header_caption {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-left: 0;
}


.promo {
    width: 100%;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
}
.promo_decor {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    min-width: 1366px;
    max-width: 1920px;
}
.promo_boxs {
    padding-top: 60px;
}
.promo_box__vacantions {
    text-align:left;
}
.promo_box__vacantions .promo_box__vacantions_img {
    margin-left: -23px;
}
@media (max-width: 640px) and (orientation:portrait)  {
    .promo_box__vacantions {
        text-align:left;
        padding-top: 120px;
    }
    .promo_box__vacantions .promo_box__vacantions_img {
        margin-left: 0;
        width: 100%;
    }
    .promo_boxs {
        padding-top: 60px !important;
    }
}
.promo_box:nth-of-type(1) {
    width: 605px;
    border-radius: 25px 25px 0px 25px;
    background: #00B99B;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 45px 50px;
    z-index: 2;
    position: relative;
}
.promo_box:nth-of-type(2) {
    width: 730px;
    border-radius: 0px 25px 25px 25px;
    background: #FEFEFE;
    color: #000;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 35px 50px;
    z-index: 1;
    position: relative;
    float:right;
    margin-top: -60px;
}
.promo_box_2 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.promo_label {
    color: #000;
    text-align: center;
    font-size: 75px;
    font-style: normal;
    font-family: 'GolosUIBold';
    line-height: normal;
    z-index: 1;
    position: relative;
    margin-top: 70px;
}
.promo_circles {
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 45px;
}
.promo_circle {
    width: 351px;
    height: 351px;
    border-radius: 300px;
    z-index: 1;
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-family: 'GolosUIBold';
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo_circle:nth-of-type(1) {
    background: #B8A48E;
}
.promo_circle:nth-of-type(2) {
    background: #1FA090;
    margin-left: -18px;
    margin-right: -18px;
}
.promo_circle:nth-of-type(3) {
    background: #B8A48E;
}


.board {
    border-radius: 25px;
    background: #FFF;
    padding-top: 43px;
    padding-left: 73px;
    padding-right: 73px;
    padding-bottom: 83px;
    margin-top: 55px;
    z-index: 2;
}
.board_label {
    color: #B8A48E;
    text-align: center;
    font-family: 'GolosUIBold';
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.board_columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 21px 21px;
    margin-top: 32px;
}
.board_column {
    display: flex;
    width: 320px;
    min-height: 520px;
    vertical-align: top;
    border: 3px solid #F2E9D9;
    border-radius: 25px;
    padding: 20px;
    text-align: left;
    justify-content: space-between;
    flex-direction: column;
}
.board_column__col {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.board_column__label {
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
}
.board_column__name {
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #00B99B;
}
.board_column__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 35px;
}
.board_column__date {
    color:#00B99B;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.board_column__link {
    background: #00DCAF;
    width: 100%;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 10px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.board_column__link:hover, .board_column__link:active {
    color: #fff;
}
.board_caption {
    color: #000;
    font-family: 'GolosUIBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.board_timing {
    color: #00B99B;
    font-family: 'GolosUIBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-top: 14px;
}
.board_icon {
    margin-top: 20px;
    margin-bottom: 15px;
}
.board_text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-bottom: 10px;
}
.board_article {
    color: #E6644B;
    text-align: center;
    font-family: 'GolosUIBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 17px;
    margin-bottom: 17px;
}
.board_link {
    border-radius: 10px;
    background: #E6644B;
    width: 128px;
    height: 120px;
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-family: 'GolosUIBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 26px;
    transition: all 0.1s ease-out;
}
.board_link:nth-of-type(2n) {
    margin-right: 0;
}
.board_link:hover {
    background: #E6644B;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.board_img1 {
    position: absolute;
    bottom: -65px;
    left: 475px;
    z-index: 3;
}


.slider_box {
    margin-top: 525px;
    min-width: 1366px;
}
@media (max-width: 640px) and (orientation:portrait)  {
    .slider_box {
        margin-top: 100px !important;
    }
}
.slider_item {
    filter: opacity(50%); 
}
.slider_item.active + .slider_item {
    filter: opacity(100%);
}


.footer_label {
    color: #FFF;
    text-align: center;
    font-family: 'GolosUIBold';
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 28px;
    margin-bottom: 60px;
}
footer {
    width: 878px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 127px;
}
.footer_column {
    vertical-align: top;
    text-align: left;
    float: left;
}
.footer_column:nth-of-type(2) {
    width: 613px;
    float: right;
}
.footer_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer_text:nth-of-type(2) {
    margin-top: 20px;
}
.footer_text a {
    color: #00B99B;
    font-family: 'GolosUIBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: block;
    margin-top: 2px;
}
.footer_text2 {
    color: #00B99B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 37px;
}
.footer_text2 a {
    font-family: 'GolosUIBold';
    display: block;
    color: #00B99B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.social_links {
    display: inline-block;
    margin-top: 13px;
}
.social_links:nth-of-type(1) {
    margin-right: 14px;
}

.board_links {
    display: flex;
    justify-content: center;
    gap: 27px;
    margin-bottom: 45px;
}
.board_linka {
    display: inline-block;
    color: #B8A48E;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    border-bottom: 1px solid #B8A48E;
    cursor: pointer;
}
.board_inside {
    text-align: center;
    margin-bottom: 90px;
}
.board_inside:nth-of-type(5) {
    margin-bottom: 0;
}
.board_divider {
    width: 100%;
    position: absolute;
    left: 0;
}

.board_caption_new {
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: 245px;
}
.board_caption_new__text {
    color: #000;
    width: 218px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
    margin-left: 25px;
}
.board_caption_new__text strong {
    font-weight: 700;
    font-family: 'GolosUIBold';
}

/* @media (max-width: 640px) and (orientation:portrait) and (hover: none)  { */
@media (max-width: 640px) and (orientation:portrait)  {

    .board_columns {
        flex-direction: column;
    }

    .board_links {
        flex-wrap: wrap;
    }

    .board_caption_new {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .board_caption_new__text {
        margin-top: 30px;
        margin-left: 0;
    }


    .board_column {
        /* display: inline-block; */
        width: 100%;
        min-height: auto;
        /* vertical-align: top; */
    }


    .board_img1 {
        display: none;
    }
    .header_text {
        display: none;
    }
    .promo_decor{
        content:url("../img/mobile/decor1.png");
    }
    .header_image{
        content:url("../img/mobile/header_full10.png");
    }
    .logotypes {
        content:url("../img/mobile/logotypes.svg");
    }

    .slider_item_1 {
        content:url("../img/mobile/slider/01.jpg");
    }
    .slider_item_2 {
        content:url("../img/mobile/slider/02.jpg");
    }
    .slider_item_3 {
        content:url("../img/mobile/slider/03.jpg");
    }
    .slider_item_4 {
        content:url("../img/mobile/slider/04.jpg");
    }
    .slider_item_5 {
        content:url("../img/mobile/slider/05.jpg");
    }
    .slider_item_6 {
        content:url("../img/mobile/slider/06.jpg");
    }
    .slider_item_7 {
        content:url("../img/mobile/slider/07.jpg");
    }
    .slider_item_8 {
        content:url("../img/mobile/slider/08.jpg");
    }
    .slider_item_9 {
        content:url("../img/mobile/slider/09.jpg");
    }
    .slider_item_10 {
        content:url("../img/mobile/slider/010.jpg");
    }

    
    .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .logotypes_block {
        left: 25px;
        top: 25px;
        z-index: 2;
    }
    .logotypes {
        height: 30px;
    }

    .header {
        background-image:none;
        width: 100%;
        text-align: center;
        min-width: auto;
        height: auto;
    }

    .header_image {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }



    .promo {
        width: 100%;
        position: relative;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 550px;
        margin-top: 0;
    }
    .promo_decor {
        width: 100%;
        left: 0;
        top: inherit;
        position: absolute;
        min-width: auto;
        max-width: 100%;
    }
    .promo_boxs {
        padding-top: 100px;
    }
    .promo_box:nth-of-type(1) {
        width: 80%;
        border-radius: 25px 25px 0px 25px;
        background: #00B99B;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 20px 25px;
        z-index: 2;
        position: relative;
    }
    .promo_box:nth-of-type(2) {
        width: 100%;
        border-radius: 0px 25px 25px 25px;
        background: #FEFEFE;
        color: #000;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 20px 25px;
        z-index: 1;
        position: relative;
        float:none;
        margin-top: 26px;
    }
    .promo_box_2 {
        color: #000;
        text-align: left;
        padding-left: 46px;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 60px;
        margin-bottom: -30px;
    }
    .promo_label {
        color: #000;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-family: 'GolosUIBold';
        line-height: normal;
        z-index: 1;
        position: relative;
        margin-top: 90px;
    }
    .promo_circles {
        text-align: center;
        display: flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
    }
    .promo_circle {
        width: 331px;
        height: 331px;
        border-radius: 300px;
        z-index: 1;
        position: relative;
        color: #FFF;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-family: 'GolosUIBold';
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .promo_circle:nth-of-type(1) {
        background: #B8A48E;
    }
    .promo_circle:nth-of-type(2) {
        background: #1FA090;
        margin-left: 0;
        margin-right: 0;
        margin-top: -55px;
    }
    .promo_circle:nth-of-type(3) {
        background: #B8A48E;
        margin-top: -55px;
    }
    


    .board {
        border-radius: 25px;
        background: #FFF;
        padding-top: 43px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 60px;
        margin-top: 55px;
        z-index: 2;
        width: 100%;
        position: relative;
    }
    .board_label {
        color: #B8A48E;
        text-align: center;
        font-family: 'GolosUIBold';
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .board_label__icon {
        width: 100%;
    }
    .board_caption {
        color: #000;
        font-family: 'GolosUIBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        margin-top: 40px;
    }
    .board_timing {
        color: #00B99B;
        font-family: 'GolosUIBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        margin-top: 14px;
    }
    .board_icon {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .board_text {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        padding-bottom: 10px;
    }
    .board_article {
        color: #E6644B;
        text-align: center;
        font-family: 'GolosUIBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .board_link {
        border-radius: 10px;
        background: #E6644B;
        width: 128px;
        height: 120px;
        display: inline-block;
        margin-bottom: 25px;
        margin-right: 25px;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        font-family: 'GolosUIBold';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 26px;
        transition: all 0.1s ease-out;
    }
    .board_link:nth-of-type(2n) {
        margin-right: 0;
    }
    .board_link:hover {
        background: #E6644B;
        box-shadow: 0 0 10px rgba(0,0,0,0.7);
    }



    .slider_box {
        margin-top: -18px;
        min-width: 100%;
        width: 100%;

    }
    .slider_item {
        /* margin-left: 20px; */
        filter: opacity(100%); 
    }
    .slider_item.active + .slider_item {
        filter: opacity(100%);
    }
    .lSAction {
        display: block !important;
    }


    .footer_label {
        color: #FFF;
        text-align: center;
        font-family: 'GolosUIBold';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 58px;
        margin-bottom: 60px;
    }
    footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 85px;
    }
    .footer_column {
        display: block;
        text-align: left;
        float: left;
    }
    .footer_column:nth-of-type(2) {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .footer_text {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer_text:nth-of-type(2) {
        margin-top: 20px;
    }
    .footer_text a {
        color: #00B99B;
        font-family: 'GolosUIBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        display: block;
        margin-top: 2px;
    }
    .footer_text2 {
        color: #00B99B;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 37px;
    }
    .footer_text2 a {
        font-family: 'GolosUIBold';
        display: block;
        color: #00B99B;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
    }
    .social_links {
        display: inline-block;
        margin-top: 13px;
    }
    .social_links:nth-of-type(1) {
        margin-right: 20px;
    }








}