.about_title{
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.about_hero{
    padding-top: 130px;
}

.about_hero_breadcrumbs{
    margin-bottom: 60px;
}

.about_hero_breadcrumbs a{
    margin-right: 24px;

    position: relative;
    color: #A7ABBE;
    font-size: 12px;
    font-weight: 400;
}

.about_hero_breadcrumbs a:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 7px;
    right: -16px;
    background-color: #A7ABBE;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.about_hero_breadcrumbs a:last-child{
    color: #006738;
}

.about_hero_title{
    margin-bottom: 16px;

    font-size: 48px;
    font-weight: 400;
}

.about_hero_anchor{
    margin-bottom: 30px;

    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.about_hero_anchor_mobile{
    display: none;
}

.about_hero_link{
    margin-top: 10px;

    display: flex;
    align-items: center;

    padding: 11px 27px;
    border-radius: 30px;
    background-color: #EFF0F5;

    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.about_hero_link:hover{
    background-color: #87D454;
    color: #003836;
}

.about_hero_link:hover svg{
    transform: rotate(45deg);
}

.about_hero_link svg{
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.about_hero_content{
    display: none;
    margin: 0 auto;

    position: relative;
    overflow: hidden;
    width: calc(100% - 80px);
    max-width: 2500px;

    height: 640px;
    border-radius: 20px;
}

.about_hero_content::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);

}

.about_hero_background_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about_hero_content_container{
    position: relative;
    margin-top: 70px;
    z-index: 2;

    color: #FFF;
    font-size: 52px;
    font-weight: 700;
}

.about_hero_svg{
    display: none;
}

.about_hero_subtitle{
    max-width: 600px;
    font-weight: 400;
}

.about_hero_general_section{
    margin: 0 auto;

    position: relative;
    overflow: hidden;
    width: calc(100% - 80px);
    max-width: 2500px;

    height: 720px;
    border-radius: 20px;
}

.about_hero_general{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.about_hero_general_text{
    padding: 0 30px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #F8D497;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    background-color: #0C2747;
}

.about_hero_general_img_wrap{
    flex-shrink: 0;
    height: 100%;
    width: 50%;
}

.about_hero_general_img_wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about_hero_general_title{
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 400;
}

.about_hero_general_description p:not(:last-child){
    margin-bottom: 15px;
}

.about_hero_general_description{
    margin-bottom: 60px;

    font-weight: 400;
    line-height: 160%;
    text-wrap: balance;
}

.about_hero_general_sub{
    margin-bottom: 35px;
    font-weight: 700;
}

.about_hero_general_initials_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about_hero_general_initials{
    margin-right: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about_infrastructure{
    margin-top: 75px;
    margin-bottom: 75px;
}

.about_infrastructure_top{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_infrastructure_description{
    max-width: 700px;
    font-size: 22px;
    font-weight: 400;
}

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

.about_infrastructure_achievement img{
    position: relative;
}

.about_infrastructure_achievement img:nth-child(1){
    z-index: 3;
}

.about_infrastructure_achievement img:nth-child(2){
    right: 27px;
    z-index: 2;
}

.about_infrastructure_achievement img:nth-child(3){
    right: 54px;
}

.about_infrastructure_title{
    margin-bottom: 60px;
}

.about_infrastructure_group{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 650px repeat(6, 430px);
    gap: 80px 30px;
}

.about_infrastructure_element{
    position: relative;
    grid-column: 2 span;
}

.about_infrastructure_element_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about_infrastructure_element_t3 video{
    height: 430px;
}

.about_infrastructure_element_img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}

.about_infrastructure_element_img--sm{
    height: 420px;
}

.about_infrastructure_element_t2{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.about_infrastructure_element_t3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about_infrastructure_element_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_infrastructure_element_img--sm2{
    height: 60%;
}

.about_infrastructure_element_txt{
    margin-top: 55px;

    max-width: 550px;

    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.about_infrastructure_element_txt_mobile{
    display: none;
}

.about_infrastructure_element_img--logo{
    max-width: 260px;
}

.about_infrastructure_element_link{
    margin-top: 35px;
}

.about_infrastructure_element_link svg{
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.about_infrastructure_element_link span{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.about_infrastructure_element_link:hover svg{
    transform: rotate(45deg);
}

.about_ticket{
    margin: 0 auto 90px;
    max-width: calc(100% - 80px);
    width: 100%;
    border-radius: 20px;
    background-color: #EFF0F5;;
}

.about_ticket_title{
    padding-top: 90px;
}

.about_ticket_caption{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.about_ticket_wrap{
    padding-top: 70px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_ticket_element:nth-child(1){
    padding-right: 5%;
    border-right: 1px solid #dadbe2;
}

.about_ticket_element:nth-child(2){
    padding-left: 5%;
}

.about_ticket_caption{
    margin: 0 auto 8px;
    max-width: 380px;
    text-align: center;
}

.about_ticket_subtitle{
    margin-bottom: 50px;
    text-align: center;
}

.about_ticket_content{
    position: relative;
    display: flex;
}

.about_ticket_content svg{
    position: relative;
    right: 5px;
    flex-shrink: 0;
}

.about_ticket_content{
    position: relative;
}

.about_ticket_content_list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    max-width: 380px;
    width: 100%;
}

.about_ticket_content_list li:first-child{
    margin-top: 0;
}

.about_ticket_content_list li:not(:last-child){
    border-bottom: 2px dashed #EFF0F5;
}

.about_ticket_content_list li{
    padding-bottom: 13px;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.about_ticket_list_item_p{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.about_ticket_list_item_p p:first-child{
	max-width: 60%;
}

.about_ticket_content_list li p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.about_ticket_content_list li p:last-child{
    font-weight: 700;
}

.about_ticket_list_item_wrap{
    margin-top: 4px;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    background-color: #EFF0F5;
    border-radius: 15px;
}

.about_ticket_title--year{
    padding-top: 70px;
    padding-bottom: 25px;
}

.about_ticket_li--year{
    margin-bottom: 21px;
}

.about_ticket_element--year{
    padding-bottom: 90px;
    border-radius: 20px;
    background: #E4E5EE;
}

.about_ticket_list_item--year{
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #EFF0F5;
}

.about_ticket_list_item_wrap--year{
    background-color: #FFF;

    align-items: flex-start;
}

.about_ticket_list_item_wrap--year span{
    font-size: 16px;
    font-weight: 400;
}

.about_ticket_list_item_wrap--year svg{
    top: 2px;
}

.about_ticket_caption--year{
    padding-bottom: 35px;
    max-width: 100%;
}

.about_ticket_list_item_wrap--year a{
    text-wrap: nowrap;
    color: #000;
}

.about_ticket_content--year{
    justify-content: center;
}

.about_ticket_content_list--year{
    left: 50%;
    transform: translate(-41%, -47%);
}

.about_ticket_desc{
    padding-bottom: 50px;
    color: #6B6F82;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.about_ticket_benefits{
    margin-top: 90px;
}

.about_ticket_subtitle_t2{
    margin-top: 13px;
    margin-bottom: 40px;

    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.about_ticket_accordion{
    padding-bottom: 100px;
}

.about_ticket_accordion_element{
    margin-bottom: 15px;


    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
}

.about_ticket_accordion_element_top{
    position: relative;
    padding: 15px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_ticket_accordion_element_icon{
    margin-right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(107, 111, 130, 0.13);
}

.about_ticket_accordion_element_caption{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-right: auto;
}

.about_ticket_accordion_element_close{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.about_ticket_accordion_element_close--active{
    transform: translateY(-50%) rotate(225deg);
}

.about_ticket_accordion_element_bottom{
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.about_ticket_accordion_element_description{
    margin-top: 15px;
    margin-left: 26px;
    margin-bottom: 25px;
    padding-right: 30px;

    max-width: 1100px;;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

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

.about_ticket_accordion_element_document a{
    padding-left: 15px;
    margin-top: 15px;
    margin-right: 10px;
    width: 200px;
    height: 125px;
    border-radius: 20px;
    background-color: #EFF0F5;
    transition: all 0.3s ease-in-out;

    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.about_ticket_accordion_element_document a:hover{
    background-color: #87D454;
    color: #003836;
}

.about_ticket_accordion_element_document a .about_path{
    transition: all 0.3s ease-in-out;
}

.about_ticket_accordion_element_document a:hover .about_path{
    fill: #003836;
}

.about_ticket_accordion_element_document span{
    margin-top: 17px;
    margin-bottom: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.about_swiper_slider{
    margin-bottom: 120px;
    padding-top: 110px;
    overflow: hidden;
    border-radius: 20px;
}

.about_slider_slide{
    background-color: #EFF0F5;
    border-radius: 20px;
    overflow: hidden;
}

.about_history_pagination_elem_wrap{
    position: absolute;
    text-align: center;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    width: 250px;
}

.about_history_pagination_elem_wrap span{
    transition: all 0.3s ease-in-out;
}

.about_history_pagination_elem_wrap span:nth-child(2){
    height: 35px;
}

.swiper-pagination-bullet-active .about_history_pagination_elem_wrap span{
    color: #006738;
}

.about_history_pagination_wrap{
    padding-bottom: 45px;
}

.about_history_pagination{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about_history_pagination::before{
    content: "";
    position: absolute;
    height: 3px;
    background-color: #dadbe2;
    width: 99vw;
}

.about_slider_image{
    height: 100%;
    border-radius: 20px;
    width: 50%;
    object-fit: cover;
}

.about_history_pagination_elem{
    position: relative;
    margin-right: 50px !important;
    margin-left: 50px !important;
    opacity: 1 !important;
    background-color: #dadbe2 !important;
    transition: all 0.3s ease-in-out;
}

.about_history_pagination_elem.swiper-pagination-bullet-active{
    background-color: #006738 !important;
}

.about_history_pagination_elem::before{
    content: "";
    position: absolute;
    top: 3px;
    right: -49px;
    width: 106px;
    height: 2px;
    background-color: #dadbe2;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active.about_history_pagination_elem::before{
    background-color: #006738;
}

.about_slider_slide_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 430px;
}

.about_slider_content{
    margin-left: 30px;
    margin-right: 10px;
    padding-top: 45px;
    width: 50%;
}

.about_slider_year{
    color: #A7ABBE;
    font-size: 12px;
    font-weight: 700;
}

.about_slider_caption{
    padding-top: 35px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.about_slider_description{
    padding-top: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.about_awards{
    margin-bottom: 120px;
}

.about_awards_group{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: center;
}

.about_awards_element{
    max-width: 210px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_awards_element p{
    margin-top: 6px;
    text-align: center;
}

.about_awards_year{
    margin-top: 6px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about_awards_year span{
    margin-right: 4px;
    margin-left: 4px;

    background: linear-gradient(180deg, #AEA166 0%, rgba(72, 67, 42, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_awards_caption{
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.about_awards_description{
    max-width: 160px;
    color: #A7ABBE;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.about_trade{
    position: relative;
    margin: 0 auto 90px;
    padding-bottom: 120px;
    max-width: calc(100% - 80px);
    width: 100%;
    border-radius: 20px;
    background-color: #EFF0F5;
}

.about_trade_container{
    position: relative;
    z-index: 4;
    max-width: 700px;
}

.about_trade_title{
    padding-top: 120px;
    text-align: left;
}

.about_trade_description{
    padding-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.about_trade_statistic{
    padding-top: 35px;
    display: flex;
    align-items: center;
}

.about_trade_wrap span{
    color: #87D454;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.about_trade_digit{
    color: #87D454;
    font-size: 46px;
    font-weight: 700;
}

.about_trade_sub{
    font-size: 16px;
    font-weight: 400;
}

.about_btn{
    margin-top: 40px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 262px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #006738;

    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.about_btn:hover{
    background-color: #003836;
}

.about_trade_images{
    position: absolute;
    bottom: 0;
    right: 0;

    height: 100%;
    width: 750px;
}

.about_trade_images img:nth-child(1){
    position: absolute;
    bottom: 0;
    right: 570px;
    z-index: 1;
}

.about_trade_images img:nth-child(2){
    position: absolute;
    bottom: 0;
    right: 0;
}

.about_trade_images img:nth-child(3){
    position: absolute;
    bottom: 0;
    right: 160px;
    z-index: 1;
}

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

.about_vacancy{
    margin-bottom: 120px;
}

.about_vacancy_title{
    text-align: left;
}

.about_vacancy_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 45%;
}

.about_vacancy_images{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.about_vacancy_images img{
    border-radius: 20px;
    max-width: 300px;
    object-fit: cover;
}

.about_vacancy_images img:nth-child(1){
    margin-right: 30px;
    height: 432px;
}

.about_vacancy_images img:nth-child(2){
    height: 550px;
}

.about_trade_icon{
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_trade_sub{
    max-width: 250px;
}

.about_trade_statistic .about_trade_wrap:nth-child(1){
    margin-right: 60px;
}

.about_rule{
    margin-bottom: 160px;
}

.about_rule_subtitle{
    margin-top: 60px;

    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.about_rule_group{
    margin-top: 30px;
}

.about_rule_element{
    margin-bottom: 20px;
    padding-top: 27px;
    padding-bottom: 27px;

    display: flex;
    align-items: center;

    border: 2px solid #EFF0F5;
    border-radius: 20px;
}

.about_rule_digit{
    margin-left: 35px;
    color: #A7ABBE;
    font-size: 16px;
    font-weight: 400;
}

.about_rule_text{
    margin-left: 60px;
    margin-right: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.about_rule_svg{
    margin-left: auto;
    margin-right: 40px;

    flex-shrink: 0;
}

.about_infrastructure_element_img_mobile{
    display: none;
}

.about_slider_slide_nav{
    display: none;
}

@media(max-width: 1500px){
    .about_trade_title_bg{
        background-color: #eff0f5c2;
        border-radius: 20px;
    }

    .about_trade_description_bg {
        background-color: #eff0f5c2;
        border-radius: 20px;
    }

    .about_trade_wrap_bg {
        background-color: #eff0f5c2;
        border-radius: 20px;
    }

    .about_ticket_wrap {
        flex-direction: column;
    }

    .about_ticket_element:nth-child(1) {
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
    }

    .about_ticket_element:nth-child(2) {
        padding-left: 0;
    }

    .about_ticket_subtitle {
        margin-bottom: 20px;
    }
}

@media(max-width: 1400px){
    .about_trade_images{
        width: 500px;
    }

    .about_trade_images img:nth-child(1){
        right: 445px;
        width: 120px;
    }

    .about_trade_images img:nth-child(3){
        right: 80px;
    }

    .about_vacancy_images img {
        max-width: 250px;
    }

    .about_trade_digit{
        font-size: 40px;
    }

    .about_trade_sub {
        font-size: 14px;
    }
}

@media(max-width: 1200px){
    .about_hero_content{
        height: 500px;
    }

    .about_hero_content_container{
        font-size: 40px;
        margin-left: 30px;
    }

    .about_hero_content{
        width: calc(100% - 20px);
    }

    .about_hero_breadcrumbs{
        margin-bottom: 30px;
    }

    .about_hero_general_section{
        height: 1050px;
    }

    .about_hero_general_title{
        line-height: 130%;
    }

    .about_trade_title {
        padding-top: 430px;
    }

    .about_trade_title_bg {
        background-color: unset;
    }

    .about_trade_description_bg {
        background-color: unset;
    }

    .about_trade_wrap_bg {
        background-color: unset;
    }

    .about_trade_images {
        bottom: unset;
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .about_trade_images img:nth-child(1) {
        top: 123px;
        bottom: unset;
        right: 420px;
    }

    .about_trade_images img:nth-child(2) {
        top: 10px;
        bottom: unset;
        right: 0;
    }

    .about_trade_images img:nth-child(3) {
        top: 260px;
        bottom: unset;
        right: 45px;
    }

    .about_trade_container{
        margin: 0 auto;
    }

    .about_vacancy_wrap{
        flex-direction: column;
    }

    .about_vacancy_images img{
        max-width: 300px;
    }

    .about_vacancy_images{
        margin-bottom: 50px;
    }

    .about_infrastructure{
        margin-top: 40px;
    }

    .about_infrastructure_top{
        flex-direction: column-reverse;
    }

    .about_infrastructure_description{
        text-align: center;
        margin-top: 20px;
        max-width: unset;
    }

    .about_ticket_accordion_element_caption{
        margin-right: 60px;
    }

    .about_history_pagination_elem_wrap{
        top: -60px;
        width: 120px;
        font-size: 12px;
    }

    .about_vacancy_content{
        max-width: 75%;
    }
}

@media(max-width: 768px) {
    .about_title{
        font-size: 20px;
    }

    .about_hero{
        padding-top: 60px;
    }

    .about_hero_content{
        overflow: visible;
    }

    .about_hero_breadcrumbs{
        display: none;
    }

    .about_hero_title{
        display: none;
    }

    .about_hero_anchor_desktop{
        display: none;
    }

    .about_hero_anchor_mobile{
        margin-top: 25px;
        margin-bottom: 45px;
        display: flex;
        justify-content: center;
    }

    .about_hero_content{
        display: block;
        width: 100%;
        border-radius: 0;
    }

    .about_hero_content_container{
        margin-left: auto;
        margin-top: 0;
        padding-top: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .about_hero_content::before{
        background: linear-gradient(0deg, #000 -0.33%, rgba(0, 0, 0, 0.00) 100%);
        width: 100%;
    }

    .about_hero_content::after{
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: #fff;
        border-radius: 25px 25px 0 0;
        z-index: 10;
    }

    .about_hero_title_h2{
        font-size: 24px;
    }

    .about_hero_svg{
        margin-bottom: 26px;
        display: block;
    }

    .about_hero_subtitle{
        text-align: center;
        font-size: 24px;
        max-width: 96%;
    }

    .about_hero_general_section{
        height: 100%;
        width: calc(100% - 20px);
    }

    .about_hero_general{
        flex-direction: column;
    }

    .about_hero_general_img_wrap{
        width: 100%;
        height: 333px;
    }

    .about_hero_general_text{
        position: relative;
        padding: 20px 15px 40px;
        width: 100%;
        text-align: center;
    }

    .about_hero_general_text::before{
        content: "";
        position: absolute;
        top: -49px;
        left: 0;

        width: 100%;
        height: 50px;

        background: linear-gradient(180deg, rgba(12, 39, 71, 0.00) 0%, #0C2747 100%);
        z-index: 10;
    }
    
    .about_hero_general_initials_wrap{
        flex-direction: column;
    }

    .about_hero_general_initials{
        margin-bottom: 15px;
        margin-right: 0;
    }

    .about_hero_general_description{
        margin-bottom: 30px;
    }

    .about_infrastructure{
        padding-top: 45px;
        border-top: 1px solid #EBECF0;
    }

    .about_infrastructure_achievement {
        margin-left: 60px;
    }

    .about_infrastructure_achievement img{
        width: 90px;
    }

    .about_infrastructure_description{
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }

    .about_infrastructure_group{
        grid-template-rows: 200px auto;
        grid-template-columns: repeat(8, 1fr);
        gap: 0 10px;
    }

    .about_infrastructure_element{
        grid-column: 4 span;
    }

    .about_infrastructure_element:nth-child(1){
        grid-column: 5 span;
    }

    .about_infrastructure_element:nth-child(2){
        grid-column: 3 span;
    }

    .about_infrastructure_element:nth-child(8){
        grid-column: 8 span;

        padding-top: 50px;
        border-top: solid 1px #EBECF0;
    }

    .about_infrastructure_element:nth-child(9){
        grid-column: 8 span;
    }

    .about_infrastructure_title{
        margin-bottom: 40px;
    }

    .about_infrastructure_element_logo{
        grid-column: 8 span;
    }

    .about_infrastructure_element_txt_desktop{
        display: none;
    }

    .about_infrastructure_element_txt_mobile{
        display: block;
        grid-column: 8 span;

        margin-top: 0;
        padding-bottom: 50px;
    }

    .about_infrastructure_element_txt{
        margin-top: 20px;
    }

    .about_infrastructure_element_txt_border{

    }

    .about_infrastructure_element_logo{
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: solid 1px #EBECF0;
    }


    .about_infrastructure_element_img--logo {
        max-width: 220px;
        margin-bottom: 40px;
    }

    .about_infrastructure_element_img_mobile{
        display: grid;
    }

    .about_infrastructure_element_img_desktop{
        display: none;
    }

    .about_infrastructure_element_t3{
        gap: 10px;
    }

    .about_infrastructure_element_t3.about_infrastructure_element_img_mobile{
       /*height: 215px;*/
    }

    .about_infrastructure_element_img--sm2{
        height: 100%;
    }

    .about_infrastructure_element_t3_mobile{
        margin-top: 10px;
        height: 165px;
    }

    .about_ticket{
        max-width: unset;
        border-radius: 0;
    }

    .about_ticket_title{
        padding-top: 60px;
    }

    .about_ticket_content{
        justify-content: center;
    }

    .about_ticket_content_img{
        width: 50px;
        height: 140px;
    }

    .about_ticket_content svg {
        flex-shrink: unset;
    }

    .about_ticket_content_img--svg{
        height: 140px;
        width: auto;
    }

    .about_ticket_content_list{
        left: 92px;
        top: 52%;
        max-width: 230px;
    }

    .about_ticket_content_list--year {
        left: 50%;
        transform: translate(-41%, -47%);
    }

    .about_ticket_list_item--year svg{
        flex-shrink: 0;
    }

    .about_ticket_list_item--year {
        padding: 0;
        border-radius: unset;
        border: unset;
    }

    .about_ticket_list_item_wrap--year{
        padding: 3px 0;
    }

    .about_ticket_list_item_wrap--year span{
        font-size: 11px;
    }

    .about_ticket_li--year {
        margin-bottom: 10px;
    }

    .about_ticket_list_item_p{
        align-items: center;
    }

    .about_ticket_content_list li p {
        font-size: 11px;
        max-width: 150px;
    }

    .about_ticket_content_list li {
        padding-bottom: 7px;
        margin-top: 7px;
    }

    .about_ticket_subtitle{
        margin-bottom: 15px;
        color: #6B6F82;
        font-size: 12px;
        font-weight: 400;
    }

    .about_ticket_list_item_wrap{
        font-size: 9px;
    }

    .about_ticket_content_list li{
        position: relative;
    }

    .about_ticket_list_item_wrap svg{
        width: 12px;
    }

    .about_ticket_element:nth-child(2){
        padding-top: 40px;
        border-top: 1px solid #E2E3EA;
    }

    .about_ticket_wrap{
        padding-top: 40px;
    }

    .about_ticket_desc{
        padding-bottom: 40px;
    }

    .about_ticket_benefits{
        margin-top: 60px;
    }

    .about_ticket_subtitle_t2{
        margin-bottom: 35px;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }

    .about_ticket_accordion_element_top{
        padding: 20px 26px;
    }

    .about_ticket_accordion_element_icon{
        display: none;
    }

    .about_ticket_accordion_element_caption{
        font-size: 14px;
    }

	.about_ticket_accordion_element_bottom{
		padding: 0 26px;
	}

    .about_ticket_accordion_element_description{
        margin-left: 0;
        line-height: 165%;
    }

    .about_ticket_accordion_element_document a{
        width: 45%;
        line-height: 130%;
    }

    .about_ticket_accordion{
        padding-bottom: 60px;
    }

    .about_slider_slide_flex{
        flex-direction: column;
    }

    .about_history_pagination{
        display: none;
    }

    .about_slider_slide{
        overflow: visible;
    }

    .about_swiper_slider{
        margin-bottom: 60px;
        padding-top: 100px;
    }

    .about_slider_slide_nav{
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 99;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .about_slider_slide_nav::before{
        content: "";
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 2px;
        background-color: #EFF0F5;
    }

    .about_slider_slide_nav::after{
        content: "";
        position: absolute;
        top: 69px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: 4px;
        background-color: #006738;
        border-radius: 20px;
    }
    
    .about_slider_slide_nav_item{
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translateX(-50%);
        width: 19px;
        height: 19px;
        border-radius: 50%;
        border: 3px solid #fff;
        background-color: #006738;
        z-index: 3;
    }

    .about_slider_nav_year{
        margin-bottom: 10px;
        text-align: center;
        color: #006738;
        font-size: 12px;
        font-weight: 700;
        line-height: 140%;
    }

    .about_slider_nav_caption{
        text-align: center;
        color: #006738;
        font-size: 12px;
        font-weight: 700;
        line-height: 140%;
    }

    .about_slider_image{
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .about_slider_content{
        margin-left: 0;

        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }

    .about_slider_caption{
        padding-top: 20px;
    }

    .about_slider_slide_flex{
        height: 550px;
    }

    .about_awards_group{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .about_trade{
        max-width: calc(100% - 20px);
        padding-bottom: 60px;
    }

    .about_trade_images{
        top: 20px;
        width: 410px;
    }

    .about_trade_images img:nth-child(1) {
        top: 82px;
        right: 300px;
        width: 90px;
    }

    .about_trade_images img:nth-child(2) {
        width: 360px;
        right: 15px;
    }

    .about_trade_images img:nth-child(3) {
        top: 195px;
        right: 50px;
        width: 200px;
    }

    .about_trade_title{
        padding-top: 340px;
        text-align: center;
    }

    .about_trade_description_bg{
        text-align: center;
    }

    .about_trade_statistic{
        flex-direction: column;
    }

    .about_trade_statistic .about_trade_wrap:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about_trade_wrap{
        text-align: center;
    }

    .about_btn{
        margin: 40px auto 0;
    }

    .about_trade_vacancy_img{
        width: 45%;
        max-width: unset;
    }

    .about_vacancy{
        margin-bottom: 70px;
    }

    .about_vacancy_images img:nth-child(1) {
        height: 230px;
        margin-right: 10px;
    }

    .about_vacancy_images img:nth-child(2) {
        height: 300px;
    }

    .about_trade_icon{
        left: 10px;
    }

    .about_vacancy_content{
        max-width: 100%;
        align-items: center;
    }

    .about_trade_description{
        text-align: center;
    }

    .about_rule{
        margin-bottom: 80px;
    }

    .about_rule_svg{
        display: none;
    }

    .about_rule_element{
        align-items: flex-start;
    }

    .about_rule_text{
        margin-left: 30px;
        margin-right: 15px;
    }

    .about_rule_digit{
        margin-top: 5px;
        margin-left: 20px;
    }

    .about_infrastructure_element_t3 video{
        height: 240px;
    }

    .about_infrastructure_element_img_mobile{
        height: 240px;
    }

    .about_infrastructure_element_img{
        height: 240px;
    }

    .about_infrastructure_element_img_mobile{
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .about_infrastructure_element_t3_mobile{
        height: unset;
    }
}

@media(max-width: 414px) {
    .about_infrastructure {
        margin-bottom: 40px;
    }

    .about_ticket_content_list {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        max-width: 90%;
    }

    .about_ticket_content_img {
        height: 130px;
    }

    .about_ticket_content_img--svg {
        height: 131px;
    }

    .about_ticket_content_img {
        display: none;
    }

    .about_ticket_content_img--svg {
        display: none;
    }

    .about_ticket_list_item_wrap {
        background-color: #fff;
    }

    .about_trade_images {
        width: 100%;
    }

    .about_trade_images img:nth-child(1) {
        top: 82px;
        right: 7%;
        width: 90px;
    }

    .about_trade_images img:nth-child(2) {
        width: 100%;
        right: 0;
    }

    .about_trade_images img:nth-child(3) {
        top: 209px;
        right: 63%;
        transform: translateX(50%);
        width: 160px;
    }

    .about_rule_element {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .about_rule_text {
        margin-left: 15px;
        margin-right: 10px;
        font-size: 12px;
    }

    .about_rule_digit {
        margin-left: 15px;
    }

    .about_vacancy_images img:nth-child(1) {
        height: 170px;
    }

    .about_vacancy_images img:nth-child(2) {
        height: 250px;
    }

    .about_ticket_list_item_wrap--year {
        padding: 5px 12px;
    }

    .about_ticket_list_item_wrap--year svg {
        top: 0;
        padding: 0;
    }

    .about_ticket_list_item_wrap--year span{
        font-size: 9px;
    }

    .about_ticket_element--year {
        padding-bottom: 30px;
    }

    .about_ticket_element--year{
        padding-top: 0 !important;
    }
}

@media(max-width: 320px) {
    .about_btn{
        width: 100%;
    }

    .about_infrastructure_element_img--logo{
        max-width: unset;
        width: 100%;
    }
}