body{
    color: #fff;
}
.main_btn.rutube {
    padding-left: 88px;
    padding-right: 88px;
    font-size: 16px;
    padding: 25px 56px;
}

.main_btn.nar {
    padding-left: 88px;
    padding-right: 88px;
    font-size: 16px;
    padding: 25px 56px;
}
.announcement_item_bg.rutube {
    z-index: auto;
}
.comp_item > div{
    text-align: start;
}
.input_wrapper input{
    padding-left: 0;
    padding-right: 0;
}
.contacts_gto_logo{
    width: 300px;
}

.main_records_img {
    width: 70%;
    height: auto;
    margin-bottom: 50px;
}

.records_main_about_txt {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 125px;
    max-width: 70%;
}


@media screen and (max-width: 1735px) {
    .section_title {
        font-size: 2em;
    }
}

.events_info_tab_title {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.wrapper {
    max-width: 1735px;
    margin: 0 auto;
}
.disciplines{
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.announcement_item .corner{
    display: none;
}

.swiper-wrapper {
    position: relative;
    width: 70%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.arrows_container {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    position: absolute;
    right: calc(40% + 68px);
    bottom: 30px;
}
.events_info_content > .lk_item{
    background: none!important;
    padding: 0!important;
}
.lk_events_info{
    padding-top: 50px;
    position: relative;
}
.lk_events_info::after{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#C4182C 3.98%,#FFF 98.12%);
    position: absolute;
    top: 0;
    left: 0;
}
.lk_main_tabs_container{
    background: url(/extore/frontend/themes/gto/img/lk_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 44px;
    padding-top: 77px;
}
.media_grid {
    margin-top: 40px;
}
.media_section .wrapper, .news_section .wrapper{
    position: relative;
    padding-bottom: 43px;
}
.media_section, .news_section{
    padding-bottom: 120px;
}
.media_section .wrapper::after, .news_section .wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#C4182C 3.98%,#FFF 98.12%);
}
.form_section .wrapper{
    position: relative;
    padding-top: 43px;
}
.form_section .wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#C4182C 3.98%,#FFF 98.12%);
}
.announcement_slider_container{
    margin-top: 34px;
}

/* section{
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 40px!important;
} */
.news_section{
    padding-bottom: 43px;
}
.records_section{
    padding-bottom: 43px;
}
.media_section{
    padding-bottom: 43px;
}
.media_corner_left, .media_corner_right{
    display: none;
}
.map_section{
    margin-bottom: 43px;
}

.calendar_filters .ui-selectmenu-button {
    visibility: hidden;
}

.calendar_filters .calendaer_switch .ui-selectmenu-button {
    visibility: visible !important;
}



.section_title{
    text-align: left!important;
}
.announcement_slider .swiper-slide{
    transition: transform 0.2s ease-in-out;
}
.announcement_slider .swiper-slide:hover{
    transform: scale(1.08);
}

.trecords_switch {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    gap: 15px;
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.record_media_container{
    -webkit-clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
    clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
    filter: drop-shadow(4px 8px 6px #000000);
    aspect-ratio: 16 / 9;
    height: auto;
}
.announcement_slider .swiper-slide{
    height: auto;
    -webkit-clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
    clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
    filter: drop-shadow(4px 8px 6px #000000);
}
.main_title {
    font-size: 67px;
}
.media_title{
    min-height: 85px;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.default_section{
    margin-bottom: 100px;
}
.default_section .section_title{
    margin-bottom: 50px;
}
#reg{
    scroll-margin: 200px;
}
.default_image{
    width: 35%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.defualt_txt_container{
    font-size: 1.2em;
    width: 60%;
}
.defualt_txt_container p + p{
    margin-top: 15px;
}
.null{
    clear: both;
}
.news_img{
    flex-shrink: 0;
}
.dates_slider_container{
    color: #494B5F;
    min-height: 29px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 29px;
}
.dates_slider_container .swiper-slide{
    width: auto;
}
.calendar_content_container{
    display: none;
}
.calendar_content_container.active{
    display: flex;
}
.results_main_top::before{
    display: none;
}
.main_btn, .lk_btn{
    transition: all 0.2s ease-in-out;
}
.main_btn:hover, .lk_btn:hover{
    transform: scale(1.05);
}
.nav_submenu .nav_sub a{
    border-bottom: none;
}
.nav_submenu .nav_sub{
    padding-bottom: 15px;
}
.news_search_container{
    position: relative;
}
.search_btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 4px;
    background: url(../img/svg/search.svg)center no-repeat;
    background-size: contain;
    filter: invert(1);
}
.news_search{
    border: none;
    border-bottom: 1px solid #494B5F;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    width: auto;
    padding-right: 0px;
    box-sizing: border-box;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.selected_federation_title{
    margin-bottom: 0;
    cursor: pointer;
}
.federation_tog{
    padding: 20px 0;
}
.selected_federation_txt{
    margin-top: 20px;
    display: none;
}
.federation_tog.active .selected_federation_txt{
    display: block;
}
.federation_tog.active .selected_federation_title{
    color: white;
    text-decoration: none;
    cursor: auto;
}
.map_left_container{
    height: 802px;
}
.map{
    width: 100%;
    height: 500px;
    -webkit-clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
    clip-path: polygon(0 100%, 0 calc(0% + 20px), calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%);
    overflow: hidden;
    display: none;
}
.fm_map_link, .selected_federation_show_on_map, .map_link{
    cursor: pointer;
}
.federation_obl{
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.federation_obl:hover{
    transform: scale(1.005);
    opacity: 1;
    filter: brightness(1.5);
}
.federation_obl.active{
    transform: scale(1.010);
    opacity: 1!important;
    filter: brightness(1.1);
    stroke: #BB1B37;
    position: relative;
    z-index: 2;
}
.federation_map{
    position: relative;
}
.pointer{
    /* transform: translateY(0.1%); */
    pointer-events: none;
}
.overflow{
    height: 200px;
    max-width: 100%;
    width: auto!important;
}
.calendar_filters .ui-selectmenu-button.ui-button{
    min-width: 400px;
    max-width: 100%;
    text-wrap: nowrap;
}
.calendar_filters .ui-selectmenu-text{
    text-wrap: wrap;
}
.ui-selectmenu-text::after{
    flex-shrink: 0;
}
.pointer{
    width: 25px;
    height: 25px;
}
.pos1704868746{
    transform: translate(0%, -48%);
}
.pos1704868784{
    transform: translate(-80%, 0px);
}
.media_img{
    object-fit: cover;
}
table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
    border-collapse: collapse;
    table-layout: auto;
}
table th {
	font-weight: bold;
	padding: 15px 10px;
	background: #212529;
	border: 1px solid #373b3e;
    font-size: 1.6em;
    text-align: center;
    vertical-align: middle;
}
table td{
	padding: 10px;
	border: 1px solid #373b3e;
	text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
}
table tbody tr:nth-child(odd){
	background: #2c3034;
}
table tbody tr:nth-child(even){
	background: #212529;
}
.tge{
    overflow: auto;
}
table tbody tr:hover td{
    background: #323539;
}
.fact_item img{
    flex-shrink: 0;
}
.nav_submenu .nav_sub a{
    color: #7d7d7d;
    transition: all 0.2s ease-in-out;
}
.nav_submenu .nav_sub a:hover{
    color: white;
}
.nav_submenu .nav_sub {
    gap: 10px;
}
.ui-menu{
    height: 200px;
}
.input_wrapper.err{
    position: relative;
}
.input_wrapper.err::after{
    content: 'Заполните это поле';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #BB1B37;
}
.logo {
    background: url(../img/svg/g_logo.svg) center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.lk_exit{
    color: #494B5F;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}
.media_item{
    cursor: pointer;
}
.news_img{
    clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
}
.tnx_modal{
    width: 500px;
    height: 500px;
    background: none;
}
.tnx_modal.fancybox-content{
    background: none;
    padding: 0;
}
.tnx_wrapper{
    width: 100%;
    height: 100%;
    background: #000431;
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}
.reg_modal_title{
    font-size: 1.2em;
    color: white;
    margin-bottom: 15px;
}
.reg_modal_txt{
    color: #0078BF;
}
.reg_reg{
    padding-bottom: 15px;
    border-bottom: 2px dashed #0078BF;
}
.comp_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.comp_item{
    color: white;
}
.grey_comp{
    color: #494B5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.grey_comp span{
    color: #BB1B37;
}
.form_flex.lk_form{
    width: 100%;
    max-width: 100%;
}
.form_flex.lk_form .input_wrapper{
    width: calc(100% / 3 - 25px * 2 / 3);
    position: relative;
}
.comp_abs{
    position: absolute;
    left: 0;
    color: #494B5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 10px;
}
.comp_item:nth-child(2){
    width: 33%;
}
.success_container{
    align-items: flex-start!important;
}
.cancel_btn{
    color: #434343;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: none;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
    background: white;
    text-align: center;
}
.input_wrapper .ui-selectmenu-button.ui-button{
    padding-left: 0;
    padding-right: 0;
}
.input_wrapper label{
    left: 0;
}
.change_warning{
    color: #C4182C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
}
.change_dan{
    color: #0078BF;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.comp_cc{
    padding-bottom: 15px;
    border-bottom: 2px dashed #0078BF;
}
.comp_cc + .comp_cc{
    margin-top: 50px;
}
.org {
    width: calc(16.6666666667% - 13.3333333333px);
}
/* .about_img{
    top: auto;
    bottom: 20px;
    max-width: 30%;
} */
.calendar_error{
    text-transform: uppercase;
    color: #C4182C;
    font-weight: 700;
}
.input_wrapper label{
    pointer-events: none;
}
.abs_input{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #494B5F;
}
.fig_fig{
    position: absolute;
    top: 130px;
    right: 360px;
    filter: drop-shadow(5px 5px 10px #000000);
    transition: all 0.2s ease-in-out;
}
.fig_fig2{
    position: absolute;
    /* right: -160px;
    top: -120px; */
    right: -9%;
    top: -13%;
    z-index: 1;
    filter: drop-shadow(5px 5px 10px #000000);
    transition: all 0.2s ease-in-out;
}
.fig_fig3{
    position: absolute;
    /* right: -380px;
    bottom: -290px; */
    right: -22%;
    bottom: -27%;
    z-index: 1;
    filter: drop-shadow(5px 5px 10px #000000);
    transition: all 0.2s ease-in-out;
}
.rec_txt_abs{
    position: absolute;
    bottom: 0;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.reg_grad{
    background: linear-gradient(3deg, rgba(0, 0, 0, 0.70) 15.55%, rgba(0, 0, 0, 0.00) 76.91%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav_submenu .nav_sub a{
    text-transform: none;
}
.results_main_img{
    margin-bottom: 0;
}
.results_main_top{
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 60%;
}
.c_ye{
    color: #0078BF;
}
.announcement_slider .swiper-slide {
    aspect-ratio: 16 / 9;
    height: auto;
}
.result_video_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.video_item{
    /* width: calc(50% - 15px / 2); */
    height: auto;
    aspect-ratio: 2 / 1;
}
.calendar_content_container .calendar_img{
    height: auto;
    aspect-ratio: 16 / 9;
}
input[name="competition_link"]{
    text-transform: none;
}
input[name="competition_link"]::placeholder{
    text-transform: uppercase;
}
.new_photo_grid{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.new_photo_grid div{
    width: calc(100% / 4 - 15px * 3 /4);
    height: 400px;
}
.new_photo_grid div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news_tab.mobile{
    display: none;
}
.lk_frm_wrapper{
    /* background: url(/extore/frontend/themes/gto/img/lk_bg.jpg) center no-repeat; */
    background-size: cover;
    margin: 24px 0px 24px 0px;
}

/* таблицы для лк */

.table_itog_wrapper{
    width: 100%;
    max-width: 100%;
}
.table_itog_wrapper table{
    width: 100%;
    border-collapse: collapse;
    border: none!important;
    table-layout: auto;
}
.table_itog_wrapper table th{
    padding: 0;
    padding-bottom: 27px;
    text-align: start;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    color: #0078BF;
    text-transform: uppercase;
    background: none!important;
    text-align: start;
}
.table_itog_wrapper table tr{
    background: none!important;
    border: none!important;
}
.table_itog_wrapper table td{
    padding: 16px 0;
    color: #ffff;
    font-size: 18px;
    text-transform: uppercase;
    background: none!important;
    border: none!important;
    text-align: start;
    padding-left: 0;
}
.table_itog_title{
    font-size: 25px;
    color: #0078BF;
    margin-bottom: 39px;
}
.table_itog_wrapper table + .table_itog_title{
    margin-top: 77px;
}
.table_itog_wrapper{
    overflow: auto;
}

/* таблицы для лк */

.change_time{
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
    color: #494B5F;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    cursor: pointer;
}
.change_time.dis img{
    filter: grayscale(1);
}
.change_time img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.record_switch:hover, .record_switch.acti{
    color: #c4182c;
    border-bottom: 1px solid #c4182c;
}
.records_right .records_right_grid{
    row-gap: 64px;
}
.contacts_gto_logo{
    width: 129px;
    height: 192px;
    object-fit: contain;
}
#notes .note-item .note-item-text{
    font-size: 16px!important;
}

.news_img{
    height: auto;
    aspect-ratio: 16 / 9;
}
.news_item_content{
    gap: 20px;
}
header nav{
    font-size: 18px;
}
.footer_top{
    gap: 20px;
}
.announcement_item{
    position: relative;
    overflow: hidden;
    background: none;
}
.announcement_item_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.announcement_item_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.announcement_item_bg_shield{
    position: absolute;
    width: 100%;
    height: 100%;
}
.loader { width: 64px; height: 64px; position: relative; animation: rotate 1.5s ease-in infinite alternate; } .loader::before { content: ''; position: absolute; left: 0; bottom: 0; color: #bb1b37; background: currentColor; width: 64px; height: 32px; border-radius: 0 0 50px 50px; } .loader::after { content: ''; position: absolute; left: 50%; top: 10%; background: #FFF; width: 8px; height: 64px; animation: rotate 1.2s linear infinite alternate-reverse; } @keyframes rotate { 100% { transform: rotate(360deg)} }
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000431;
    width: 100%;
    height: 100dvh;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}
.preloader.hide{
    opacity: 0;
    z-index: -1;
}
#rec{
    scroll-margin-top: 210px;
}
.records_right .r_person_img{
    flex-shrink: 0;
}
.result_video_slider .swiper-slide{
    width: auto;
}
.results_videos_wrapper{
    overflow: hidden;
}
.records_section .wrapper::before{
    width: 0;
    transition: all 1s ease-in-out;
    display: none;
}
.records_section .wrapper::after{
    width: 0;
    transition: all 1s ease-in-out;
    display: none;
}
.records_section .wrapper.animate_line::before{
    width: 100%;
}
.records_section .wrapper.animate_line::after{
    width: 100%;
}
.line_new{
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #C4182C 3.98%, #FFF 98.12%);
    transition: all 1s linear;
}
.top_new{
    top: 0;
}
.bottom_new{
    bottom: 0;
}
.line_new.animate_line{
    width: 100%;
}
.media_section .wrapper::after{
    display: none;
}
.news_section .wrapper::after{
    display: none;
}
.form_section .wrapper::after{
    display: none;
}
.footer_bottom{
    position: relative;
    border-top: none;
}
.main_about_txt_wrapper::before{
    display: none;
}
.main_about_txt_wrapper::after{
    display: none;
}
.main_about_link::before{
    display: none;
}
.main_about_link::after{
    display: none;
}
.main_about_link{
    position: relative;
}
.records_main_section .wrapper::after{
    display: none;
}
.event_small::before{
    display: none;
}
.event_small::after{
    display: none;
}
.event_small{
    position: relative;
}
.event_small:not(:first-child) .top_new{
    display: none;
}
@media screen and (max-width: 1635px){
    .fig_fig2{
        height: 70%;
    }
    header nav{
        font-size: 16px;
    }
    .main_title {
        font-size: 3.1em;
    }
    .fig_fig3{
        height: 86%;
        bottom: -250px;
    }
    table th {
        font-size: 1.3em;
    }
    table td {
        font-size: 1em;
    }
    .events_info_tab_title{
        font-size: 2em;
    }
    .discipline_title{
        font-size: 2em;
    }
    .discipline{
        width: calc(100% / 3 - 20px / 3);
    }
    .disciplines{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
    .disciplines{
        gap: 5px;
        justify-content: flex-start;
    }
    .selector_map_container .ui-selectmenu-text{
        font-size: 1em;
    }
    .main_subtitle{
        position: relative;
        z-index: 3;
    }
    .input_wrapper input{
        font-size: 1.2em;
    }
    .input_wrapper .ui-selectmenu-text, .input_wrapper label{
        font-size: 1.2em;
    }
    .fig_fig{
        top: 140px;
        right: 290px;
        height: 70%;  
    }
    header nav{
        font-size: 16px;
    }
    .footer_nav_title{
        font-size: 18px;
    }
    .footer_contacts{
        font-size: 17px;
    }
    .f_contact{
        gap: 10px;
    }
    header nav{
        font-size: 16px;
    }
}
@media screen and (max-width: 1295px){
    .burger span:nth-child(3){
        width: 100%;
    }
    .burger{
        width: 50px;
        height: 25px;
    }
    .burger span{
        height: 3px;
    }
    .mobile_menu .wrapper nav a{
        font-weight: 700;
    }
}
@media screen and (max-width: 1180px){
    .footer_top{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }
    .main_title {
        font-size: 1.8em;
    }
    .footer_nav{
        justify-content: space-between;
        width: 100%;
    }
    .records_content{
        width: 100%;
        max-width: 100%;
    }
    .records_img{
        display: none;
    }
    .new_photo_grid div{
        width: calc(50% - 15px / 2);
        height: 250px;
    }
}
.link_comp{
    word-wrap: break-word;
}
.success_container{
    gap: 10px;
    row-gap: 20px;
}
.success_container + .success_container{
    margin-top: 20px;
}
.comp_item{
    width: calc(100% / 4 - 10px * 3 / 4);
}
.comp_item:nth-child(3), .comp_item:nth-child(4), .comp_item:nth-child(5){
    text-align: end;
}
#reg .form_img{
    max-height: 40%;
    bottom: 0;
}
.calendar_arrows_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    position: absolute;
   /* bottom: -50px;*/
    bottom: 250px;
    left: 0;
    z-index: 3;
}
.calendar_slider_container{
    position: relative;
}
.ca_prev, .ca_next{
    /*  width: 123px;*/
    width: 67px;
   /*   height: 20px;*/
    height: 67px;
   /* background: url(../img/svg/arr_gt.svg)center no-repeat;*/
    background: url(/data/1704781879/files/1740133131.svg)center no-repeat;
    /* opacity: 0.5;*/
    background-size: contain;
    cursor: pointer;
}

.ca_next{
    /*  width: 123px;*/
    width: 67px;
   /*   height: 20px;*/
    height: 67px;
   /* background: url(../img/svg/arr_gt.svg)center no-repeat;*/
    background: url(/data/1703837629/files/1755261648.svg)center no-repeat;
    /* opacity: 0.5;*/
    background-size: contain;
    cursor: pointer;
}

.ca_prev:hover, .ca_next:hover{
opacity: 1;
transform: scale(1.5);
}
  /* 
.ca_next{
    transform: rotate(-180deg);
}*/
.r_person_city{
    text-transform: uppercase;
}
@media screen and (max-width: 1100px){
    .question .lk_btn{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .calendar_arrows_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        position: absolute;
        bottom: -100px;
       /* bottom: 250px; */
        left: 0;
        z-index: 3;
    }
    .main_btn.rutube {
        width: auto;
        padding-left: 88px;
        padding-right: 88px;
        font-size: 16px;
        padding: 25px 56px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .events_main_btns{
        flex-wrap: wrap;
    }
    .events_main_btns .main_btn{
        width: 100%;
    }
    .discipline{
        width: 100%;
    }
    .default_image{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .table_itog_wrapper table th{
        font-size: 18px;
        padding: 10px;
        vertical-align: bottom;
    }
    .table_itog_wrapper table td{
        padding: 10px;
        vertical-align: bottom;
    }
    .table_itog_wrapper table{
        max-width: auto!important;
    }
    .fig_fig{
        top: 30px;
        right: 290px;
        height: 100%;
    }
    .default_section .section_title{
        margin-bottom: 30px;
    }
    .results_main_top{
        padding-bottom: 0;
    }
    .map_left_container{
        height: auto;
    }
    .selector_map_container .ui-selectmenu-text{
        white-space: pre-wrap;
    }
    .footer_nav{
        flex-wrap: wrap;
    }
    .footer_top{
        align-items: center;
    }
    .success_container{
        flex-direction: column!important;
        align-items: flex-start!important;
        justify-content: flex-start!important;
        gap: 15px;
    }
    .comp_item{
        width: 100%!important;
        text-align: start!important;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .comp_item div{
        text-align: start;
    }
    .form_flex.lk_form .input_wrapper{
        width: 100%;
    }
    .fig_fig, .fig_fig2, .fig_fig3{
        display: none;
    }
    .mob_sub_menu a{
        text-transform: none!important;
        color: #7d7d7d!important;
    }
    .section_title {
        font-size: 2em!important;
    }
    .media_grid{
        flex-wrap: nowrap!important;
        padding-bottom: 30px;
    }
    .news_tab.desc{
        display: none;
    }
    .news_tab.mobile{
        display: inline-block;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .map_link{
        top: auto;
        bottom: 0;
        left: 0;
        display: inline-block;
    }
    .contacts_container .wrapper{
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 620px){
    
    .trecords_switch {
        font-size: 24px;
    }
    .history_in_text {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin: 44px 0 64px 0;
    }
    .history_in_text img, .history_in_text .in_text {
        width: 100%;
    }
    .media_grid.fx .wrapper {
        gap: 0;
    }
    .main_about_section {
        padding-bottom: 24px;
    }
    .main_btn.rutube {
    padding-left: 44px;
    padding-right: 44px;
    font-size: 12px;
    padding: 12px 28px;
}
    .media_grid.fx .media_item {
        width: 100%;
        height: 200px;
    }
    .media_grid.fx .animate_line:nth-child(1) {
        top: 90px;
    }
    .media_grid.fx .animate_line:nth-child(2) {
        top: 290px;
    }
    .media_grid.fx .animate_line:nth-child(3) {
        top: 490px;
    }
    .media_grid.fx .animate_line:nth-child(4) {
        top: 690px;
    }
    .media_grid.fx .animate_line:nth-child(5) {
        top: 890px;
    }
    
    .defualt_txt_container{
    width: 90%;
    }
    
    .video_item{
        height: auto;
        width: 100%;
    }
    .records_right .r_person_name{
        height: 36px;
    }
    .records_right .r_person{
        min-height: 410px;
    }
    .records_right .r_person_city{
        height: 46px;
    }
    .news_search_container{
        width: 100%;
    }
    .news_search{
        width: 100%;
    }
    .announcement_slider .swiper-slide{
        height: 322px;
    }
    .arrows_container .arrow_slider{
        width: 30px;
        height: 30px;
    }
    .announcement_item_title{
        padding-bottom: 14px;
    }
    .announcement_date{
        font-size: 16px;
    }
    .announcement_city{
        margin-bottom: 10px;
    }
    .map_left_container{
        height: auto;
    }
    .fancybox-slide{
        padding: 0!important;
    }
    .selector_map_container .ui-selectmenu-text{
        white-space: pre-wrap;
    }
    .events_info_tab_title{
        font-size: 1.4em;
    }
    
    .swiper-wrapper {
    width: 80%;
    }

    .question{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
    }
    .question button{
        width: 100%;
    }
    .main_about_item_txt br{
        display: none;
    }
    .success_container{
        flex-direction: column!important;
        align-items: flex-start!important;
        justify-content: flex-start!important;
        gap: 15px;
    }
    .comp_item{
        width: 100%!important;
        text-align: center!important;
    }
    .input_wrapper input{
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lk_item{
        padding: 20px!important;
    }
    .lk_item .input_wrapper .ui-selectmenu-button.ui-button{
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ui-selectmenu-text{
        font-size: 1em;
        white-space: wrap;
        word-wrap: break-word;
    }
    .lk_item #data_profile{
        flex-wrap: wrap;
    }
    .lk_item #data_profile > div{
        width: calc(50% - 8px)!important;
        margin: 0!important;
    }
    .announcement_slider .swiper-slide{
        height: auto;
        -webkit-clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
        clip-path: polygon(0 100%,0 calc(0% + 20px),calc(0% + 20px) 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%);
        filter: drop-shadow(4px 8px 6px #000000);
    }
    .announcement_item .corner{
        display: none;
    }
    .announcement_slider .swiper-slide .main_btn{
        width: auto;
        padding: 8px 24px;
        font-size: 14px;
        display: flex;
    }
    .announcement_slider .swiper-slide{
        transition: transform 0.2s ease-in-out;
    }
    .announcement_slider .swiper-slide:hover{
        transform: scale(1.02);
    }
    .announcement_slider_container .arrows_container{
        bottom: 10px;
        right: calc(20% + 68px);
    }
    .calendaer_switch{
        gap: 1px;
    }
    .ggcomp {
        bottom: 5px;
        left: 10px;
    }
    .media_grid .media_item{
        width: 90%;
    }
    .media_grid{
        gap: 15px;
        padding-bottom: 15px;
    }
    .media_item{
        height: 622px;
    }
    .result_photo_slider_wrapper .arrows_container{
        bottom: 215px;
    }
    .news_search{
        padding-left: 0;
    }
    .pointer{
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .pos1704868822{
        left: 82px!important;
    }
    .pos1704868781{
        left: 35px!important;
    }
    .pos1704868779{
        left: 42px!important;
        top: 123px!important;
    }
    .pos1704868805{
        left: 25px!important;
        top: 120px!important;
    }
    .pos1704868746{
        left: 15px!important;
        top: 141px!important;
    }
    .pos1704868771{
        left: 20px!important;
        top: 137px!important;
    }
    .pos1704868767{
        left: 13px!important;
        top: 124px!important;
    }
    .pos1704868760{
        left: 91px!important;
    }
    .pos1704868766{
        left: 350px!important;
        top: 93px!important;
    }
    .pos1704868773{
        left: 265px!important;
        top: 102px!important;
    }
    .pos1704868809{
        left: 329px!important;
        top: 140px!important;
    }
    .pos1704868756{
        left: 310px!important;
        top: 152px!important;
    }
    .pos1704868772{
        left: 320px!important;
        top: 180px!important;
    }
    .pos1704868770{
        left: 287px!important;
        top: 157px!important;
    }
    .pos1704868765{
        left: 251px!important;
        top: 169px!important;
    }
    .pos1704868784{
        left: 221px!important;
        top: 140px!important;
    }
    .pos1704868742{
        left: 90px!important;
        top: 133px!important;
    }
    .pos1704868819{
        left: 105px!important;
        top: 135px!important;
    }
    .pos1704868769{
        left: 124px!important;
        top: 113px!important;
    }
    .pos1704868774{
        left: 81px!important;
        top: 110px!important;
    }
    .pos1704868800{
        left: 128px!important;
        top: 146px!important;
    }
    .pos1704868816{
        left: 152px!important;
        top: 142px!important;
    }
    .pos1704868787{
        left: 166px!important;
        top: 163px!important;
    }
    .pos1704868814{
        left: 81px!important;
        top: 129px!important;
    }
    .pos1704868768{
        left: 58px!important;
        top: 64px!important;
    }
    .federation_map_container .federation_map svg{
        width: 370px;
    }
    .lk_frm_wrapper{
        padding: 20px;
    }
    .footer_top{
        align-items: flex-start;
    }
    .footer_nav{
        align-items: flex-start;
    }
    .footer_nav_item{
        align-items: flex-start;
    }
    .footer_nav_items{
        align-items: flex-start;
        text-align: start;
    }
    .footer_nav_items{
        display: none;
    }
    .footer_bottom{
        margin-top: 30px;
        padding-top: 30px;
        align-items: flex-start;
    }
    .partners_title{
        text-align: start;
        font-size: 1.4em;
    }
    .partner{
        width: auto;
    }
/*     .partner:nth-child(3), .partner:nth-child(4){
        width: 100%;
        object-position: left;
    } */
    .copy{
        text-align: start;
    }
    .copy_and_mult{
        align-items: flex-start;
    }
    .toggle_title{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .mobile_toggle{
        background: url(../img/svg/arrow.svg) center no-repeat;
        background-size: contain;
        width: 17px;
        height: 9px;
        transition: all .2s ease-in-out;
    }
    .footer_nav_items a{
        display: block;
    }
    .footer_nav_items a + a{
        margin-top: 5px;
    }
    .fig_fig, .fig_fig2, .fig_fig3 {
        display: block;
    }
    .fig_fig2{
        height: 25%;
        right: -9%;
        top: 0%;
        z-index: 0;
    }
    .fig_fig3{
        bottom: auto;
        height: 24%;
        right: -13%;
        top: 20%;
        z-index: 0;
    }
    .fig_fig{
        right: 32%;
        top: 7%;
        height: 25%;
        z-index: 1;
    }
    .main_title{
        padding-top: 100px;
    }
    .main_section .wrapper {
        padding-top: 220px;
    }
    .main_subtitle {
        margin-bottom: 16px;
    }
    .main_txt{
        font-size: 17px;
        margin-top: 20px;
    }
    header{
        background: #000431;
        padding: 10px 0;
    }
    .events_info_tab_title{
        padding-right: 20px;
    }
    .events_info_tabs{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }
    
    
}



.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0!important}


