.container {
    background: #F3F3F3;
}
.head {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    max-width: calc(100vw - 32px);
    border-radius: 20px;
    margin: 0 !important;
}
.head-top {
    height: 64px;    
}
.head-logo {
    width: 191px;
    height: 100%;
    background: none;
    border-color: #EBEBEB;
    background: #FFF;
    border-radius: 20px 0 0 20px;
}
.inner-page .head-logo {
  height: 128px;
}
.head-logo::before {
	width: 131px;
	height: 40px;
	top: 12px;
}
.inner-page .head-logo::before {
    top: 43px;
}
.head-menu {
    margin-left: 192px;
}
.head-menu-footer {
    padding-left: 192px;
}
.head-menu-item {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}
.head-menu-item::before {
    margin-right: 10px;
}
.head-menu-item,
.head-menu-item a {
    color: #2C3148;
}
.head-menu-item:hover,
.head-menu-item a:hover {
    color: #005D9F;
}
.head-menu-item span {
    color: #005D9F;
}
.head-menu-item span::after {
    border-top-color: #005D9F;
    border-top-width: 5px;
    border-left-width: 4px;
    border-right-width: 4px;
}
.droplist-link a,
.droplist-link a:hover {
    color: #fff;
}
.droplist {
    border-radius: 20px;
}
.droplist::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 0px;
}
.droplist-link:first-child {
    border-radius: 20px 20px 0 0;
}
.droplist-link:last-child {
    border-radius: 0 0 20px 20px;
}
.head-menu-item:hover .droplist {
    top: calc(100% + 10px);
}
.socnets-block {
	right: 20px;
	top: 20px;
}
.socnets-block a {
    margin-left: 20px;
}
.head-menu_wrapper,
.head-menu_height {
    height: 64px;
}
.head-menu-footer .head-menu-item {
    font-size: 18px;
    text-transform: unset;
}
@media (max-width: 1300px){
    .head-menu-footer .head-menu-item {
        padding: 0 10px;
    }
}
.top-illustr {
    position: relative;
    height: 690px;
    left: 0px;
    width: calc(100% - 80px);
    max-width: 1840px;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    margin: 0 auto 60px;
}
.top-illustr::after {
    display: none;
}
.main-content,
.inner-content {
    margin-bottom: 0;
}
.thin-container {
    margin: 0 auto;
    width: 960px;
    max-width: calc(100% - 32px);    
}
h2 {
    line-height: 140%;
}
.main-content h2,
.inner-content h2 {
    margin-bottom: 30px;
}
.main-news {
    margin: 0;    
}
.main-news-item {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.main-news-image {
    margin-right: 30px;
    border-radius: 10px;
}
.main-news-tag {
    padding: 0;
    color: #F08400;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.main-news-link {
    padding-bottom: 20px;
}
.main-news-link a {
    color: #2C3148;
    font-weight: 400;
    line-height: 140%;
}
.all-link a {
	font-size: 18px;
	color: #fff;
    background: #F08400;
    border-radius: 10px;
	padding: 20px;
	text-decoration: none;
	text-align: center;
    font-weight: 400;
    line-height: 135%;
}
.footer-wrapper,
.footer-wrapper.footer-index {
    height: auto !important;
    background: none;
    margin-top: 80px;
}
.footer-text {
    padding-top: 0 !important;
}
.footer-copyr {
    position: relative;
    bottom: 0;
    padding: 30px 16px;
}
.footer-copyr_in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #2C3148;
}
.footer-copyr_in a {
    color: #2C3148;
}
.footer-wrapper .totop {
    position: relative;
    top: 0;
    left: 0 !important;
}
@media (max-width: 1020px){
    .main-content {
        padding-top: 100px;        
    }
    .footer-wrapper,
    .footer-wrapper.footer-index {
        margin-top: 40px;
    }
    .footer-copyr {
        padding: 15px 16px;
    }
    .main-content h2,
    .inner-content h2 {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .contest-list_wrapper {
        padding-top: 0;
        margin-top: -226px;
    }
}
.contest_menu-item {
	font-size: 20px;
	text-transform: uppercase;
	background: #F3F3F3;
	padding: 20px;
	color: #005D9F;
    border-radius: 20px 20px 0 0;
    line-height: 135%;
}
.contest_menu-item.active {
	background: #fff;
	color: #F08400;
	cursor: auto;
}
#contest_ltype2 {
    border-radius: 0 20px 20px 20px;
}
.contest_list.new-design .contest_list-item {
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.contest_list.new-design .contest_list-item_title {
    padding: 0;
    margin-bottom: 10px;
}
.contest_list.new-design .contest_list-item_title span {
    color: #2C3148;
}
.contest_list-item_team {
    color: #000;    
    width: 100%;
}
.contest_list.new-design .contest_list-item_team {
    padding: 10px 0;
    flex: 1;
}
.contest_list.new-design .contest_list-item_date {
    position: relative;
    margin-top: 0;
}
.contest_list.new-design .owl-item {
    
}
.contest_list.new-design .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
@media (max-width: 960px){
    .contest-list_wrapper {
        max-width: calc(100% - 32px);
    }
}
.contest_list .owl-nav .owl-prev,
.contest_list .owl-nav .owl-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    bottom: 14px;
}
.contest_list .owl-nav .owl-prev::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: none;
}
.contest_list .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}
.contest_list .owl-nav .owl-prev.disabled:before {
    opacity: 1;
}
.contest_list .owl-nav .owl-prev:after {
    display: none;
}
.contest_list .owl-nav .owl-next::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: none;
}
.contest_list .owl-nav .owl-next.disabled {
    opacity: 0.5;
}
.contest_list .owl-nav .owl-next.disabled:before {
    opacity: 1;
}
.contest_list .owl-nav .owl-next:after {
    display: none;
}
.sport-tables {
    margin-top: 40px;
}
.champions-table_title {
    border-radius: 20px 20px 0 0 ;    
}
.champions-table_content {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 1px 0 0 #cdcdcd;
}
.champions-table_content tr:last-child td {
    border-bottom: none;
}
.results {
	padding: 10px 0;
    width: unset !important;
    background: #fff;
    border-top: 1px solid #cdcdcd;
}

.vk-link {
    background-image: url('img/icons_2026/vk.svg');
}
.max-link {
    background-image: url('img/icons_2026/max.svg');
    background-size: 100%;
}
.tg-link {
    background-image: url('img/icons_2026/tel.svg');
}
.head-icons a.teams {
    background-image: url('img/icons_2026/cup.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.bigfootball {
    background-image: url('img/icons_2026/football.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.swimming {
    background-image: url('img/icons_2026/swimming.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.basketball {
    background-image: url('img/icons_2026/basketball.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.badminton {
    background-image: url('img/icons_2026/badminton.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.allaround {
    background-image: url('img/icons_2026/running.svg');
    background-position: center;
    background-size: unset;
}
.head-icons a.russian_press {
    background-image: url('img/icons_2026/gum.svg');
    background-position: center;
    background-size: unset;
}
.site-title_wrapper {
    margin: 0;
}
.command-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.command-title {
    border-radius: 0 0 20px 20px;    
}
.breadcrumbs a {
    border-radius: 8px;
}
.command-one,
.command-link,
.site-title,
.text-content,
.foto-title,
.owl-next,
.owl-prev,
.back-link,
.back-link a,
.command-one_foto img,
.command-one_info,
.command-image:last-child,
.video_item {
    border-radius: 20px;
}
.back-link {
    margin-top: 20px;
    border: none
}
.site-title_wrapper + .text-content {
    margin-top: 20px;
}
.video_item {
    overflow: hidden;    
}