/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

input[type="checkbox"],
input [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input [type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

input[type="search"]::-webkit-search-cancel-button,
input [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

input::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/frontend/fonts/DINProCond.eot');
    src: url('/frontend/fonts/DINProCond.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/DINProCond.woff2') format('woff2'), url('/frontend/fonts/DINProCond.woff') format('woff'), url('/frontend/fonts/DINProCond.ttf') format('truetype'), url('/frontend/fonts/DINProCond.svg#DINProCond') format('svg');
    font-weight: 400
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/frontend/fonts/DINProCondBold.eot');
    src: url('/frontend/fonts/DINProCondBold.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/DINProCondBold.woff2') format('woff2'), url('/frontend/fonts/DINProCondBold.woff') format('woff'), url('/frontend/fonts/DINProCondBold.ttf') format('truetype'), url('/frontend/fonts/DINProCondBold.svg#DINProCondBold') format('svg');
    font-weight: 700
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/frontend/fonts/DINProCondBlack.eot');
    src: url('/frontend/fonts/DINProCondBlack.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/DINProCondBlack.woff2') format('woff2'), url('/frontend/fonts/DINProCondBlack.woff') format('woff'), url('/frontend/fonts/DINProCondBlack.ttf') format('truetype'), url('/frontend/fonts/DINProCondBlack.svg#DINProCondBlack') format('svg');
    font-weight: 900
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/frontend/fonts/DINProCondLight.eot');
    src: url('/frontend/fonts/DINProCondLight.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/DINProCondLight.woff2') format('woff2'), url('/frontend/fonts/DINProCondLight.woff') format('woff'), url('/frontend/fonts/DINProCondLight.ttf') format('truetype'), url('/frontend/fonts/DINProCondLight.svg#DINProCondLight') format('svg');
    font-weight: 300
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/frontend/fonts/DINProCondMedium.eot');
    src: url('/frontend/fonts/DINProCondMedium.eot?#iefix') format('embedded-opentype'), url('/frontend/fonts/DINProCondMedium.woff2') format('woff2'), url('/frontend/fonts/DINProCondMedium.woff') format('woff'), url('/frontend/fonts/DINProCondMedium.ttf') format('truetype'), url('/frontend/fonts/DINProCondMedium.svg#DINProCondMedium') format('svg');
    font-weight: 500
}

* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-family: 'DIN Pro', sans-serif;
    font-size: 18px;
    color: #000030;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff
}

.container {
    width: 100%;
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 16px
    }
}

.container.--md {
    max-width: 960px
}

.container.--reg {
    max-width: 568px
}

.container.--reg-sm {
    max-width: 310px
}

.container.--reg-md {
    width: 768px
}

@media screen and (max-width: 767px) {
    .container.--reg-md {
        max-width: 100%
    }
}

.container.--top {
    max-width: 1500px
}

@media screen and (max-width: 767px) {
    .container.--top {
        max-width: 608px
    }
}

.logo img {
    display: block;
    width: 224px
}

.logo+.nav {
    margin: 0 0 0 23px
}

.content {
    flex: 1 auto
}

.header {
    background: url('/frontend/pic/header-pattern.png') repeat;
    background-size: 27px;
    padding: 19px 0;
    z-index: 1;
    position: relative
}

@media screen and (max-width: 1100px) {
    .header .nav {
        display: none
    }
}

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

@media screen and (max-width: 1100px) {
    .header_in {
        justify-content: space-between
    }
}

.nav {
    display: flex;
    align-items: center
}

.nav_link {
    font-size: 18px;
    color: #ffffff;
    line-height: 33px;
    padding: 0 9px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.nav_link.active,
.nav_link:hover {
    color: #FFAF24
}

.burger {
    display: none;
    padding: 15px 4px;
    position: absolute;
    right: 12px;
    top: 24px
}

.burger-line {
    width: 29px;
    height: 3px;
    position: relative;
    background: #ffffff;
    display: block
}

.burger-line:before,
.burger-line:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background: #ffffff;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.burger-line:before {
    top: -8px
}

.burger-line:after {
    bottom: -8px
}

@media screen and (max-width: 1100px) {
    .burger-line {
        display: block
    }
}

@media screen and (max-width: 1100px) {
    .burger {
        display: block
    }
}

.lang {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
    position: relative;
    right: -8px
}

@media screen and (max-width: 1100px) {
    .lang {
        display: none
    }
}

.lang_link {
    padding: 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.lang_link.active,
.lang_link:hover {
    color: #FFAF24
}

.title {
    color: #000030;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700
}

.title.--sm {
    font-size: 22px;
    line-height: 26px
}

@media screen and (max-width: 767px) {
    .title.--sm {
        font-size: 20px;
        line-height: 24px
    }
}

.title.--xm {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.title.--list {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 16px 0 0;
    text-align: left
}

.title.checked {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.title.checked:before {
    content: '';
    display: block;
    width: 22px;
    height: 38px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS4yMTEzIDAuNDA4NjU2QzIyLjA5MDIgMS4wNzc2NSAyMi4yNjA0IDIuMzMyNDkgMjEuNTkxNCAzLjIxMTQyTDEwLjE3NDMgMTguMjExNUM5Ljg0NDM1IDE4LjY0NSA5LjM1MTg1IDE4LjkyNTEgOC44MTA2MiAxOC45ODcyQzguMjY5MzkgMTkuMDQ5MiA3LjcyNjI3IDE4Ljg4NzggNy4zMDY3OSAxOC41NDAyTDAuNzIzOTMyIDEzLjA4NTdDLTAuMTI2NTk5IDEyLjM4MDkgLTAuMjQ0Nzc5IDExLjEyMDEgMC40NTk5NjkgMTAuMjY5NkMxLjE2NDcyIDkuNDE5MDcgMi40MjU1MiA5LjMwMDg5IDMuMjc2MDUgMTAuMDA1Nkw4LjI1Mzg2IDE0LjEzMDJMMTguNDA4NSAwLjc4ODc5M0MxOS4wNzc1IC0wLjA5MDE0MTcgMjAuMzMyNCAtMC4yNjAzMzUgMjEuMjExMyAwLjQwODY1NloiIGZpbGw9IiNGRkFGMjQiLz4KPC9zdmc+Cg==') left top 13px no-repeat;
    background-size: 100%;
    margin: 0 10px 0 0
}

.title+.reg-page_text {
    margin: 16px 0 0
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.step-b {
    display: flex;
    justify-content: center
}

.step+.step {
    margin: 0 0 0 48px
}

.step+.step:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    background: #CECCE5;
    left: -40px;
    top: 24px
}

.step_text {
    line-height: 21px;
    margin: 2px 0 0;
    color: #CECCE5
}

.step_num {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    background: #CECCE5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.step.active .step_num {
    background: #FFAF24
}

.step.active .step_text {
    color: #FFAF24
}

.org-text {
    max-width: 60%;
    margin: 8px 20% 0 20%
}

.org-list {
    display: flex;
    justify-content: center;
    margin: 24px 0 48px 0
}

@media screen and (max-width: 1100px) {
    .org-list {
        flex-wrap: wrap;
        margin: 4px 0 0
    }
}

@media screen and (max-width: 767px) {
    .org-list {
        flex-direction: column;
        align-items: center;
        margin: 12px 0 0
    }
}

.org-item {
    display: flex;
    align-items: flex-start;
    min-width: 254px;
    margin: 0 10px
}

@media screen and (max-width: 1100px) {
    .org-item {
        flex-wrap: wrap;
        min-width: 320px;
        max-width: 320px;
        margin: 0 auto;
        padding: 20px 0;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .org-item {
        padding: 12px 0;
        justify-content: flex-start
    }
}

@media screen and (max-width:481px) {
    .org-item {
        min-width: 288px;
        max-width: 288px
    }
}

.org-item_info {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #000030
}

.org-item_img {
    min-width: 80px;
    max-width: 80px;
    max-height: 80px;
    min-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin: 0 16px 0 0
}

@media screen and (max-width:481px) {
    .org-item_img {
        min-width: 64px;
        max-width: 64px;
        max-height: 64px;
        min-height: 64px
    }
}

.org-item_name {
    line-height: 22px;
    font-weight: 400;
    font-weight: 500;
    white-space: nowrap
}

.org-item_phone {
    margin: 8px 0 0;
    line-height: 22px;
    color: #000030;
    font-weight: 500
}

.org-item_text {
    margin: 4px 0 0;
    line-height: 22px
}

.link {
    font-size: 18px;
    line-height: 21px;
    color: #8D8CA8;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.link:hover {
    color: #FFAF24
}

.mp {
    padding: 0
}

@media screen and (max-width: 767px) {
    .mp {
        padding: 0 0 32px
    }
}

.mp-top {
    padding: 116px 0;
    position: relative;
    overflow: hidden
}

.mp-top .container {
    height: 100%
}

.mp-top .social {
    position: absolute;
    top: calc(50% - 43px);
    right: -90px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    flex-direction: column
}

@media screen and (max-width: 1100px) {
    .mp-top .social {
        right: -10px;
        top: calc(50% - 50px)
    }
}

@media screen and (max-width: 767px) {
    .mp-top .social {
        display: none
    }
}

.mp-top .social_link+.social_link {
    margin: 4px 0 0
}

.mp-top .link {
    margin: 0 0 0 16px
}

.mp-top_bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-top_bg-opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #050F33;
    opacity: .7
}

.mp-top_bg video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mp-top_tag {
    font-size: 23px;
    line-height: 27px;
    color: #F2A51E;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .mp-top_tag {
        font-size: 18px
    }
}

.mp-top_tag-b {
    text-align: left;
    display: flex;
    flex-direction: column
}

.mp-top_in {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.mp-top_pers {
    position: absolute;
    right: -146px;
    bottom: 0;
    height: 516px
}

@media screen and (max-width: 1100px) {
    .mp-top_pers {
        left: auto;
        width: auto;
        right: 0;
        height: 407px
    }
}

@media screen and (max-width: 767px) {
    .mp-top_pers {
        max-width: 448px;
        left: 50%;
        right: auto;
        height: auto;
        transform: translateX(-50%)
    }
}



.mp-top_hash {
    width: auto;
    height: 70px;
    position: absolute;
    top: -20px;
    right: 0
}

@media screen and (max-width: 1100px) {
    .mp-top_hash {
        height: 52px;
        top: -10px
    }
}

@media screen and (max-width: 767px) {
    .mp-top_hash {
        top: 40px
    }
}

.mp-top_title {
    width: 508px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    margin-top: 16px
}

.mp-top_title+.mp-top_link {
    margin-top: 16px
}

@media screen and (max-width: 1100px) {
    .mp-top_title {
        width: 350px
    }
}

@media screen and (max-width: 767px) {
    .mp-top_title {
        width: 288px;
        margin: 18px auto 0
    }
}

.mp-top_link {
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1
}

.mp-top_link-b {
    margin: 40px 0 0;
    display: flex;
    align-items: end;
    justify-content: flex-start
}

@media screen and (max-width: 767px) {
    .mp-top_link-b {
        margin: 32px 0 0
    }
}

@media screen and (max-width: 480px) {
    .mp-top_link-b {
        width: 100%;
        justify-content: space-between;
        align-items: center
    }
}



.mp-management {
    padding: 32px 0 0
}

@media screen and (max-width: 767px) {
    .mp-management {
        padding: 24px 0 0
    }
}

.mp-management_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .mp-management_in {
        flex-direction: column
    }
}

.mp-management_img {
    width: 100%;
    padding: 0 0 56.25%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mp-management_img-b {
    min-width: 414px;
    margin: 0 40px 0 0
}

@media screen and (max-width: 1100px) {
    .mp-management_img-b {
        margin: 0 30px 0 0;
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .mp-management_img-b {
        min-width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 940px) {
    .mp-management_img-b iframe {
        width: 100%
    }
}

.mp-management_info {
    flex: 1 auto;
    text-align: left;
    word-wrap: break-word
}

@media screen and (max-width: 1100px) {
    .mp-management_info {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .mp-management_info {
        min-width: 100%;
        max-width: 100%;
        margin: 18px 0 0
    }
}

.mp-management_info .button {
    margin: 16px 0 0
}

.mp-management_info-pos {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 6px 0 0
}

.mp-management_info-text {
    line-height: 21px;
    margin: 8px 0 0;
    max-height: 146px;
    overflow: hidden;
    -webkit-transition: max-height .4s;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

@media screen and (max-width: 767px) {
    .mp-management_info-text {
        font-size: 18px
    }
}

.mp-management_info-text.hide {
    display: none
}

.mp-management_info-text.opened {
    max-height: 1000px
}

.mp-management_info-text ol {
    list-style-type: decimal;
    padding-left: 16px
}

.mp-management_info-text ol li {
    list-style-type: decimal
}

.mp-management_info-text ul {
    list-style-type: disc;
    padding-left: 16px
}

.mp-management_info-text ul li {
    list-style-type: disc
}

.mp-management_info p {
    margin-bottom: 8px
}

.mp-management_b {
    margin-top: 32px;
    font-size: 0
}

.mp-management_b img {
    width: 100%;
    height: auto
}

.mp-files {
    padding-top: 24px;
    font-weight: 500
}

.mp-files_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .mp-files_list {
        flex-direction: column;
        align-items: flex-start
    }
}

.mp-files_item {
    margin: 0 13px;
    display: flex;
    justify-content: center
}

.mp-files_item.--w-full {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 8px
}

@media screen and (max-width: 767px) {
    .mp-files_item {
        margin: 0 0 12px;
        justify-content: flex-start
    }
}

.mp-files_link {
    padding: 5px;
    display: flex;
    align-items: center;
    color: #8D8CA8;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

@media screen and (max-width: 1100px) {
    .mp-files_link {
        padding: 6px
    }
}

@media screen and (max-width: 940px) {
    .mp-files_link {
        text-align: left
    }
}

.mp-files_link svg {
    margin-right: 7px;
    min-width: 18px
}

.mp-files_link svg path {
    -webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -ms-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s
}

.mp-files_link:hover {
    color: #FFAF24
}

.mp-files_link:hover svg path {
    fill: #FFAF24
}

.mp-news {
    padding: 48px 0 0
}

@media screen and (max-width: 767px) {
    .mp-news {
        padding: 32px 0 0
    }
}

.mp-news_title {
    position: relative;
    text-align: center
}

@media screen and (max-width: 767px) {
    .mp-news_title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.mp-news_title.--left {
    text-align: left
}

.mp-news_title .link {
    position: absolute;
    top: 0;
    right: 0
}

.mp-news_list {
    margin: 16px -12px 0;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 1100px) {
    .mp-news_list {
        margin: 16px -10px 0
    }
}

@media screen and (max-width: 767px) {
    .mp-news_list {
        flex-direction: column;
        margin: 16px 0 0
    }
}

.mp-news_list.--page {
    flex-wrap: wrap;
    margin: 28px -12px 0
}

@media screen and (max-width: 1100px) {
    .mp-news_list.--page {
        margin: 24px -10px 0
    }
}

@media screen and (max-width: 767px) {
    .mp-news_list.--page {
        margin: 24px 0 0
    }
}

.mp-news_list.--page .mp-news_link {
    padding: 12px 12px 20px
}

@media screen and (max-width: 1100px) {
    .mp-news_list.--page .mp-news_link {
        padding: 10px 10px 20px
    }
}

@media screen and (max-width: 767px) {
    .mp-news_list.--page .mp-news_link {
        padding: 0 0 16px
    }
}

.mp-news_item {
    width: 33.33%
}

@media screen and (max-width: 767px) {
    .mp-news_item {
        width: 100%
    }
}

.mp-news_link {
    display: block;
    padding: 0 12px 12px;
    color: #000030;
    text-align: left;
    position: relative
}

@media screen and (max-width: 1100px) {
    .mp-news_link {
        padding: 0 10px 10px
    }
}

@media screen and (max-width: 767px) {
    .mp-news_link {
        padding: 0 0 16px
    }
}

.mp-news_link-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 56.25%
}

.mp-news_link-img-b {
    width: 100%;
    position: relative
}

@media screen and (max-width: 767px) {
    .mp-news_link-img-b {
        height: auto
    }
}

.mp-news_link-type {
    position: absolute;
    bottom: 8px;
    left: 8px
}

.mp-news_link-text {
    position: relative;
    margin: 8px 0 0;
    line-height: 21px;
    font-weight: 500
}

.mp-news_link-date {
    position: relative;
    display: block;
    color: #8D8CA8;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 22px
}

.mp-news_link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 136px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -ms-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s
}

.mp-news_link:hover:after {
    opacity: 1;
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13)
}

.mp-news_slider {
    margin: 16px -12px 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .mp-news_slider {
        margin: 16px -16px 0 0
    }
}

.mp-news_slider .slick-list {
    overflow: hidden;
    padding: 0 8px 12px;
    margin: 0 -8px -12px
}

@media screen and (max-width: 767px) {
    .mp-news_slider .slick-list {
        padding: 0 16px 0 0;
        margin: 0
    }
}

.mp-news_slider .slick-slide {
    float: left
}

@media screen and (max-width: 767px) {
    .mp-news_slider .slick-slide {
        padding: 0 16px 0 0
    }

    .mp-news_slider .slick-slide:last-child {
        maring: 0 -16px 0 0
    }
}

.mp-news_slider .slick-arrow {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 64px;
    z-index: 3
}

.mp-news_slider .slick-arrow.slick-disabled {
    display: none !important
}

.mp-news_slider .slick-prev {
    left: -24px
}

.mp-news_slider .slick-next {
    right: -24px
}

.mp-regb {
    margin-top: 32px
}

.mp-regb_b img {
    width: 100%;
    height: auto
}

.mp-regb_pc {
    display: block
}

@media screen and (max-width: 767px) {
    .mp-regb_pc {
        display: none
    }
}

.mp-regb_mb {
    display: none
}

@media screen and (max-width: 767px) {
    .mp-regb_mb {
        display: block
    }
}

.mp-security {
    background-color: #f8fbff;
    padding: 40px 0;
    margin-top: 36px;
    margin-bottom: 12px
}

.mp-security_list {
    display: flex;
    justify-content: center;
    margin-top: 46px
}

@media screen and (max-width: 767px) {
    .mp-security_list {
        flex-direction: column
    }
}

.mp-security_item {
    display: flex;
    max-width: 350px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mp-security_item {
        margin: 0 auto;
        max-width: 288px
    }
}

.mp-security_item+.mp-security_item {
    margin: 0 0 0 30px
}

@media screen and (max-width: 767px) {
    .mp-security_item+.mp-security_item {
        margin: 24px auto 0
    }
}

.mp-security_title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 4px
}

.mp-security_text {
    font-size: 18px;
    line-height: 22px
}

.mp-security_text-b {
    max-width: 220px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .mp-security_text-b {
        max-width: 288px
    }
}

.mp-security_icon {
    margin: 0 24px 0 0;
    min-width: 88px;
    max-width: 88px
}

@media screen and (max-width: 767px) {
    .mp-security_icon {
        min-width: 75px;
        max-width: 75px
    }
}

.mp-security_icon.--vaccine {
    min-width: 75px;
    max-width: 75px
}

.mp-security_icon.--ashyq {
    min-width: 82px;
    max-width: 82px
}

@media screen and (max-width: 767px) {
    .mp-security_icon.--ashyq {
        min-width: 75px;
        max-width: 75px
    }
}

.mp-security-desc {
    margin-top: 20px
}

.mp-security-desc p {
    margin-top: 8px
}

.mp-dis {
    padding: 36px 0 72px
}

@media screen and (max-width: 767px) {
    .mp-dis {
        padding: 20px 0 0
    }
}

.mp-dis_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px -12px 0
}

@media screen and (max-width: 767px) {
    .mp-dis_list {
        flex-direction: column;
        margin: 32px 0 0
    }
}

.mp-dis_item {
    width: 33.33%;
    padding: 0 12px 32px
}

@media screen and (max-width: 1100px) {
    .mp-dis_item {
        padding: 0 13px 20px
    }
}

@media screen and (max-width: 767px) {
    .mp-dis_item {
        min-width: 100%;
        max-width: 100%;
        padding: 0 0 8px
    }
}

.mp-dis_link {
    position: relative;
    cursor: pointer;
    display: block
}

.mp-dis_link-img {
    width: 272px;
    margin: 0 auto;
    border-radius: 4px
}

@media screen and (max-width: 1100px) {
    .mp-dis_link-img {
        width: 152px
    }
}

@media screen and (max-width: 767px) {
    .mp-dis_link-img {
        width: 95%
    }
}

.mp-dis_link-text {
    margin: -84px 0 0;
    padding: 0 9px 16px;
    width: 100%;
    height: 136px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF 0, #EAF5F8 100%);
    border-radius: 4px;
    display: flex;
    color: #000030;
    align-items: flex-end;
    -webkit-transition: background .4s, box-shadow .4s;
    -moz-transition: background .4s, box-shadow .4s;
    -ms-transition: background .4s, box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s
}

.mp-dis_link:hover .mp-dis_link-text {
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13)
}

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

@media screen and (max-width: 767px) {
    .mp-dis_button {
        margin: 24px 0 0
    }
}

.mp-dis_button .link {
    margin: 0 0 0 16px
}

.mp-results {
    margin-bottom: 32px
}

.mp-results_inner {
    display: flex;
    justify-content: center
}

.mp-org {
    padding: 40px 0 2px;
    background: rgba(134, 192, 244, 0.06)
}

.mp-org .title {
    text-align: center
}

.news-page {
    text-align: left;
    padding: 32px 0 48px
}

@media screen and (max-width: 1100px) {
    .news-page {
        padding: 24px 0 32px
    }
}

.news-page_content {
    margin: 24px 0 48px
}

.news-page_content img {
    display: block;
    max-width: 100%;
    margin: 24px 0
}

.news-page_content p {
    font-size: 18px;
    line-height: 22px;
    margin: 22px 0
}

.news-page_content p:first-child {
    margin: 0
}

.news-page_content p a {
    color: #00C2FF
}

.news-page_content ol {
    list-style-type: decimal;
    padding-left: 16px
}

.news-page_content ol li {
    list-style-type: decimal
}

.news-page_content ul {
    list-style-type: disc;
    padding-left: 16px
}

.news-page_content ul li {
    list-style-type: disc
}

.news-slider {
    position: relative
}

@media screen and (max-width: 767px) {
    .news-slider.slick-slider {
        padding: 0 0 20px
    }
}

.news-slider_wrapper {
    margin: 24px 0 0;
    background: #EDF5FD;
    padding: 24px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media screen and (max-width: 767px) {
    .news-slider_wrapper {
        margin: 16px -16px 0
    }
}

.news-slider_item {
    display: flex !important;
    align-items: flex-stretch
}

@media screen and (max-width: 767px) {
    .news-slider_item {
        flex-direction: column
    }
}

.news-slider_img {
    padding: 0 0 56.25%;
    background-size: cover;
    background-position: center
}

.news-slider_img-b {
    max-width: calc(53% - 14px);
    min-width: calc(53% - 14px);
    margin: 0 48px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

@media screen and (max-width: 1100px) {
    .news-slider_img-b {
        margin: 0 32px 0 0
    }
}

@media screen and (max-width: 767px) {
    .news-slider_img-b {
        max-width: 100%;
        min-width: 100%;
        margin: 0
    }
}

.news-slider_img-b iframe {
    width: 100%
}

.news-slider_info {
    display: flex;
    align-items: center;
    margin-top: 12px
}

.news-slider_info span {
    margin-top: 0
}

.news-slider_info-dis {
    font-size: 14px;
    padding: 4px;
    background-color: #FFAF24;
    color: #fff;
    border-radius: 5px;
    line-height: 16px;
    margin-right: 8px
}

.news-slider_text {
    font-size: 26px;
    line-height: 31px;
    color: #000030;
    display: block;
    font-weight: 700
}

@media screen and (max-width: 1100px) {
    .news-slider_text {
        font-size: 22px;
        line-height: 28px
    }
}

.news-slider_text-b {
    max-width: 397px;
    display: flex;
    flex-direction: column;
    flex: 0 auto;
    padding: 0
}

@media screen and (max-width: 1100px) {
    .news-slider_text-b {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .news-slider_text-b {
        max-width: 100%;
        min-width: 100%;
        margin: 16px 0 0
    }
}

.news-slider_text-date {
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 16px 0 0;
    color: #8D8CA8
}

.news-slider .slick-list {
    overflow: hidden
}

.news-slider .slick-slide {
    float: left
}

.news-slider .slick-dots {
    position: absolute;
    left: calc(50% + 56px);
    bottom: 6px;
    display: flex
}

@media screen and (max-width: 1100px) {
    .news-slider .slick-dots {
        left: calc(50% + 16px)
    }
}

@media screen and (max-width: 767px) {
    .news-slider .slick-dots {
        left: 0;
        right: 0;
        bottom: -6px;
        justify-content: center
    }
}

.news-slider .slick-dots li {
    padding: 4px;
    cursor: pointer;
    font-size: 0
}

.news-slider .slick-dots li button {
    cursor: pointer;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #DDDFE8
}

.news-slider .slick-dots li.slick-active button {
    background: #8D8CA8
}

.news-slider_share {
    margin-top: auto
}

@media screen and (max-width: 767px) {
    .news-slider_share {
        margin-top: 24px
    }
}

.news-slider_share-b {
    display: flex;
    margin-top: 4px
}

.news-slider_share-title {
    font-size: 16px;
    color: #8D8CA8
}

.news-slider_share-item {
    margin-right: 8px
}

.news-slider_share-link {
    display: block
}

.news-slider_share-link svg {
    display: block
}

.news-slider_share-link svg path {
    -webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -ms-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s
}

.news-slider_share-link:hover svg path {
    fill: #FFAF24
}

.photo-head .news-slider_text-b {
    max-width: 100%
}

.photo-head .news-slider_share {
    display: flex;
    align-items: center;
    margin-left: 24px
}

@media screen and (max-width: 767px) {
    .photo-head .news-slider_share {
        margin: 12px 0 0 0
    }
}

.photo-head .news-slider_share-b {
    margin-top: 0
}

.photo-head .news-slider_info {
    flex-wrap: wrap
}

.cats-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .cats-list {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll
    }
}

.cats-item {
    margin: 0 8px 8px 0;
    white-space: nowrap
}

.cats-item.active .cats-link {
    background: #FFAF24;
    color: #fff;
    cursor: default
}

.cats-item:not(.active) .cats-link:hover {
    background-color: #FFAF24;
    color: #fff
}

.cats-link {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFAF24;
    background-color: rgba(255, 175, 36, 0.2);
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s
}

.cloud {
    display: flex;
    margin-top: 8px
}

.cloud_link {
    font-weight: 500;
    padding: 5px;
    display: flex;
    align-items: center;
    color: #8D8CA8;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cloud_link svg {
    margin-right: 6px;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cloud_link:hover {
    color: #FFAF24
}

.cloud_link:hover svg path {
    fill: #FFAF24
}

.media-slider_info {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.media-slider_info-dl {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 8px;
    color: #8D8CA8;
    margin-right: 22px
}

.media-slider_info-dl svg {
    margin-right: 8px
}

.media-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.media-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.media-slider .slick-slide {
    float: left
}

.media-slider_image {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    height: 518px;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .media-slider_image {
        height: 300px
    }
}

.media-slider_image .slide {
    height: 518px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .media-slider_image .slide {
        height: 300px
    }
}

.media-slider_list {
    position: relative;
    z-index: 1
}

.media-slider_list .slide {
    height: 95px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.media-slider_list .slick-current {
    position: relative;
    box-shadow: inset 0 0 0 3px #FFAF24
}

.media-slider_list .slick-disabled {
    opacity: .4
}

.media-slider_list .arrow {
    width: 40px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    cursor: pointer
}

.media-slider_list .arrow_prev {
    left: -56px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='53' viewBox='0 0 28 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 1L2 26.5L27 52' stroke='%238D8CA8' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.media-slider_list .arrow_next {
    right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='53' viewBox='0 0 28 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L26 26.5L1 52' stroke='%238D8CA8' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal.opened {
    display: flex
}

.modal_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0, 0, 40, 0.7);
    color: #fff
}

.modal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    cursor: pointer
}

.modal_info {
    display: flex;
    align-items: center
}

.modal_info a {
    color: #fff
}

.modal_info svg path {
    fill: #fff
}

.modal_content {
    height: 100%
}

.modal_slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%
}

.modal_slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

.modal_slider .slick-slide {
    float: left
}

.modal_slider-top {
    height: 83.1%
}

.modal_slider-image {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 1
}

.modal_slider-image .slide {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.modal_slider-image .arrow {
    width: 40px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer
}

.modal_slider-image .arrow_prev {
    left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='53' viewBox='0 0 28 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 1L2 26.5L27 52' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.modal_slider-image .arrow_next {
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='53' viewBox='0 0 28 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L26 26.5L1 52' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.modal_slider-image .slick-disabled {
    opacity: .4;
    cursor: default
}

.modal_slider-list {
    position: relative;
    z-index: 1
}

.modal_slider-list-b {
    background: #2D2D4A;
    padding: 16px
}

.modal_slider-list .slide {
    height: 95px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.modal_slider-list .slick-current {
    position: relative;
    box-shadow: inset 0 0 0 3px #FFAF24
}

body.modal-open {
    overflow: hidden
}

.pl {
    margin-top: 40px
}

.pl_inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .pl_inner {
        flex-direction: column
    }
}

.pl_video {
    width: 45%
}

@media screen and (max-width: 767px) {
    .pl_video {
        width: 100%
    }
}

.pl_video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.pl_video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.pl_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.pl_data {
    width: 51%;
    height: 232px
}

@media screen and (max-width: 767px) {
    .pl_data {
        width: 100%;
        height: auto;
        margin-top: 16px
    }
}

.pl_data-list {
    padding: 8px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #D9E4F2 #F4F9FF
}

@media screen and (max-width: 767px) {
    .pl_data-list {
        overflow-x: scroll;
        display: flex;
        padding-bottom: 16px
    }
}

.pl_data-list::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #F4F9FF
}

.pl_data-list::-webkit-scrollbar-thumb {
    background: #D9E4F2
}

.pl_data-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 8px
}

@media screen and (max-width: 1100px) {
    .pl_data-item {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .pl_data-item {
        flex-direction: column;
        width: 135px;
        margin-right: 8px;
        margin-bottom: 0
    }
}

.pl_data-item:hover {
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13);
    border-radius: 4px
}

.pl_data-item.active {
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13);
    border-radius: 4px
}

.pl_data-item.active .pl_data-item_img-b:before {
    content: '';
    width: 6px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L0 0V8L6 4Z' fill='%23FFAF24'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4px;
    left: 4px
}

.pl_data-item_img {
    height: 67px;
    object-fit: cover
}

.pl_data-item_img-b {
    position: relative;
    font-size: 0
}

.pl_data-item_text {
    font-weight: 500;
    text-align: left;
    padding-left: 16px;
    line-height: 21px
}

@media screen and (max-width: 1100px) {
    .pl_data-item_text {
        line-height: 19px
    }
}

@media screen and (max-width: 767px) {
    .pl_data-item_text {
        padding-left: 0;
        padding-top: 8px
    }
}

.qa-page {
    padding: 32px 0 48px;
    text-align: left
}

.qa-content {
    padding: 16px 0 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .qa-content {
        margin-top: 30px
    }
}

.qa-content-b {
    display: flex;
    align-items: flex-start;
    padding: 16px 0 0
}

@media screen and (max-width: 767px) {
    .qa-content-b {
        flex-direction: column
    }
}

.qa-content-temp p {
    margin-bottom: 16px
}

.qa-content-temp a {
    color: #1E3694
}

.qa-content-temp a:hover {
    color: #657CD6
}

.qa-content-temp h1,
.qa-content-temp h2,
.qa-content-temp h3,
.qa-content-temp h4 {
    margin-bottom: 16px
}

.qa-content-temp ol {
    list-style-type: decimal;
    padding-left: 16px;
    margin-bottom: 16px
}

.qa-content-temp ol li {
    list-style-type: decimal
}

.qa-content-temp ul {
    list-style-type: disc;
    padding-left: 16px
}

.qa-content-temp ul li {
    list-style-type: disc
}

.qa-right {
    display: flex;
    align-items: flex-start;
    width: 100%
}

@media screen and (max-width: 940px) {
    .qa-right {
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 767px) {
    .qa-right {
        margin-top: 30px
    }
}

.qa-link {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 40px;
    min-width: 160px;
    font-weight: 500;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -ms-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media screen and (max-width: 767px) {
    .qa-link {
        display: none
    }
}

.qa-link.active,
.qa-link:hover {
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.1);
    background: #ffffff
}

.qa-link.active .qa-link_text,
.qa-link:hover .qa-link_text {
    color: #FFAF24
}

.qa-link_img {
    margin: 0 8px 0 0
}

.qa-link_text {
    color: #000030;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.qa-link-b {
    display: flex;
    flex-direction: column;
    margin: 0 48px 0 0
}

@media screen and (max-width: 767px) {
    .qa-link-b {
        margin-right: 0;
        width: 100%
    }
}

.qa-link+.qa-link {
    margin: 8px 0 0
}

.qa-link_form {
    display: none
}

@media screen and (max-width: 767px) {
    .qa-link_form {
        display: block
    }
}

.qa-form-b {
    margin: 0 0 0 48px;
    min-width: 374px
}

@media screen and (max-width: 940px) {
    .qa-form-b {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .qa-form-b {
        width: 100%;
        min-width: 100%
    }
}

.qa-form_input {
    width: 100%;
    border: 1px solid #DDDCED;
    height: 40px;
    font-size: 18px;
    color: #000030;
    padding: 12px 8px
}

.qa-form_input:focus,
.qa-form_input:focus-visible {
    border-color: #FFAF24;
    outline: none
}

.qa-form_title {
    font-size: 18px;
    line-height: 21px;
    color: #000030;
    font-weight: 700;
    display: block
}

.qa-form_item {
    margin: 16px 0 0
}

.qa-form_item.--button {
    margin: 24px 0 0
}

.qa-form_label {
    display: block;
    font-size: 14px;
    line-height: 10px;
    color: #8D8CA8;
    padding: 0 0 6px 6px
}

.qa-form_tab {
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFAF24;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s
}

.qa-form_tab+.qa-form_tab {
    margin: 0 0 0 4px
}

.qa-form_tab.active {
    color: #ffffff;
    background: #FFAF24;
    cursor: default
}

.qa-form_tab:not(.active):hover {
    background-color: rgba(255, 175, 36, 0.2)
}

.qa-form_tab-b {
    display: flex
}

.qa-form_tab-content {
    display: none
}

.qa-form_tab-content.active {
    display: block
}

.qa-form_select {
    border: 1px solid #DDDCED;
    height: 40px;
    width: 100%;
    padding: 8px 4px;
    font-family: "DIN Pro", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff
}

.qa-form_select:focus,
.qa-form_select:focus-visible {
    border-color: #FFAF24;
    outline: none
}

.qa-form_select option {
    font-size: 18px;
    font-family: "DIN Pro", sans-serif
}

.qa-form_select-wrapper {
    position: relative
}

.qa-form_select-wrapper:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 14px;
    pointer-events: none;
    border-top: 4px solid #8D8CA8;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent
}

.qa-form_textarea {
    border: 1px solid #DDDCED;
    height: 120px;
    width: 100%;
    resize: none;
    padding: 8px
}

.qa-form_textarea:focus,
.qa-form_textarea:focus-visible {
    border-color: #FFAF24;
    outline: none
}

.qa-item+.qa-item {
    margin: 32px 0 0
}

.qa-item_about {
    font-size: 16px;
    line-height: 18px;
    color: #8D8CA8;
    display: block
}

.qa-item_q {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000030;
    display: block
}

.qa-item_a {
    background: #FFFFFF;
    border: 1px solid #F1F1F8;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.1);
    border-radius: 4px;
    position: relative;
    padding: 8px;
    margin: 8px 0 0
}

.qa-item_a-title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #8D8CA8
}

.qa-item_a-text {
    font-size: 16px;
    line-height: 19px;
    margin: 6px 0 0;
    color: #000030
}

.qa-item_a:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #F1F1F8;
    position: absolute;
    left: 10px;
    top: -6px
}

.qa-item_a:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    left: 10px;
    top: -5px
}

.pagination {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination_link {
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000030;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.pagination_link.active,
.pagination_link:hover {
    background-color: #EDF5FD
}

.pagination_link+.pagination_link {
    margin: 0 0 0 8px
}

.pagination_link.prev {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMUwxIDlMOSAxNyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==') center no-repeat
}

.pagination_link.next {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTdMOSA5TDEgMC45OTk5OTkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') center no-repeat
}

.breadcrumb {
    display: flex;
    justify-content: flex-start
}

.breadcrumb_link {
    font-size: 18px;
    line-height: 22px;
    color: #8D8CA8
}

.breadcrumb_link+.breadcrumb_link:before {
    content: '/';
    margin: 0 8px
}

.footer {
    padding: 40px 0;
    background: rgba(134, 192, 244, 0.06)
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 32px 0
    }
}

.footer_logo img {
    display: block;
    width: 166px
}

.footer_in {
    display: flex;
    justify-content: flex-start
}

@media screen and (max-width: 1100px) {
    .footer_in {
        margin: 30px 0 0
    }
}

@media screen and (max-width: 767px) {
    .footer_in {
        flex-direction: column;
        align-items: center;
        margin: 26px 0 0
    }
}

.footer_link {
    color: #8D8CA8;
    line-height: 21px
}

.footer_link+.footer_link {
    margin: 0 0 0 24px
}

.footer_link-b {
    display: flex;
    align-items: center;
    margin: 0 0 0 40px
}

@media screen and (max-width: 767px) {
    .footer_link-b {
        margin: 32px 0 0
    }
}

.footer .social {
    flex: 1 auto;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .footer .social {
        margin: 32px 0 0
    }
}

.social_link {
    display: block;
    font-size: 0;
    width: 32px;
    height: 32px
}

.social_link svg {
    display: block
}

.social_link svg path {
    -webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -ms-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s
}

.social_link:hover svg path {
    fill: #FFAF24
}

.social_link+.social_link {
    margin: 0 0 0 8px
}

.reg-page {
    padding: 32px 0 48px
}

.reg-page_hr {
    border-top: 1px solid #DDDCED;
    margin: 24px 0 0
}

.reg-page_hr+.title {
    margin: 24px 0 0
}

.reg-page_item {
    margin: 24px 0 0
}

.reg-page_item.--top {
    margin: 32px 0 0
}

.reg-page_item.--center {
    text-align: center
}

.reg-page_item.--align-left {
    text-align: left
}

.reg-page_item.--md {
    margin: 18px 0 0
}

@media screen and (max-width: 767px) {
    .reg-page_item .checkbox-item {
        max-width: 50%;
        min-width: 50%
    }
}

.reg-page_org {
    margin: 8px 0 0;
    line-height: 21px
}

.reg-page_label {
    font-size: 14px;
    display: block;
    line-height: 14px;
    padding: 0 0 4px 8px;
    color: #8D8CA8;
    text-align: left;
    text-transform: uppercase
}

.reg-page_input {
    text-align: left;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #DDDCED
}

.reg-page_input-b {
    position: relative
}

.reg-page_input-text {
    display: none;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #FF626B;
    position: absolute;
    left: 0;
    bottom: -23px
}

.reg-page_input.error {
    border-color: #FF626B
}

.reg-page_input.error+.reg-page_input-text {
    display: block
}

.reg-page_name {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

.reg-page_file {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 8px 16px;
    background: #1E3694;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.reg-page_file:hover {
    background: #657CD6
}

.reg-page_file.disabled {
    background: #8D8CA8
}

.reg-page_file.disabled:hover {
    background: #8D8CA8
}

.reg-page_file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1
}

.reg-page_file-input:disabled {
    cursor: auto
}

.reg-page_file-input.error+.reg-page_file-text+.reg-page_input-text {
    display: block
}

.reg-page_file-text {
    font-size: 18px;
    line-height: 21px;
    color: #ffffff
}

.reg-page_errors {
    width: 100%;
    padding: 16px;
    background: #FFF0F1;
    color: #ff626b;
    font-size: 16px
}

.reg-page_errors h4 {
    font-size: 16px;
    font-weight: 700
}

.reg-page_errors ul {
    margin-top: 8px;
    padding-left: 25px;
    list-style-type: disc
}

.reg-page_errors li {
    position: relative;
    list-style-type: disc
}

.reg-page_in {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .reg-page_in {
        flex-direction: column
    }
}

.reg-page_left {
    width: 340px;
    margin-right: 12px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .reg-page_left {
        margin-right: 0;
        width: 100%
    }
}

.reg-page_left .reg-page_item:first-child {
    margin-top: 0;
    margin-bottom: 58px
}

.reg-page_left .reg-page_input-text {
    bottom: -40px
}

.reg-page_text {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 12px
}

.reg-page_right {
    padding-top: 16px;
    width: 400px;
    flex-shrink: 0;
    margin-left: 12px
}

@media screen and (max-width: 767px) {
    .reg-page_right {
        margin-left: 0;
        width: 100%
    }
}

.reg-page_right h3 {
    margin-bottom: 16px;
    text-align: left
}

.reg-page_right iframe {
    width: 100%;
    height: 228px
}

.reg-page_right.--nopadding {
    padding-top: 0
}

.reg-help {
    border: 1px solid #DDDCED;
    padding: 16px;
    text-align: left
}

.reg-help_title {
    font-size: 18px;
    margin-bottom: 6px
}

.reg-help_text {
    font-size: 16px
}

.reg-help_contacts {
    display: flex;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .reg-help_contacts {
        flex-direction: column
    }
}

.reg-help_contact+.reg-help_contact {
    margin: 0 0 0 16px
}

@media screen and (max-width: 767px) {
    .reg-help_contact+.reg-help_contact {
        width: 100%;
        margin: 16px 0 0
    }
}

@media screen and (max-width: 767px) {
    .reg-help_contact {
        width: 100%
    }
}

.reg-help_link {
    display: flex;
    align-items: center;
    color: #000030
}

.reg-help_link span {
    font-size: 18px;
    line-height: 22px
}

.sport_list {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sport_list {
        flex-direction: column
    }
}

.sport_list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0 16px
}

.sport_list-page {
    text-align: left;
    padding: 32px 0 0
}

.sport_list-item {
    width: 33.33%;
    padding: 0 15px 24px
}

@media screen and (max-width: 767px) {
    .sport_list-item {
        min-width: 100%;
        max-width: 100%
    }
}

.sport_list-link {
    position: relative;
    cursor: pointer;
    display: block;
    color: #000030
}

.sport_list-link:hover .sport_list-wrap {
    background: #fff;
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13)
}

.sport_list-img {
    width: calc(100% - 16px);
    margin: 0 auto;
    display: block;
    border-radius: 4px
}

@media screen and (max-width: 767px) {
    .sport_list-img {
        width: 95%
    }
}

.sport_list-wrap {
    margin-top: -96px;
    padding: 0 12px 16px;
    height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 4px;
    line-height: 21px;
    background: linear-gradient(180deg, #FFFFFF 0, #EAF5F8 100%);
    -webkit-transition: background .4s, box-shadow .4s;
    -moz-transition: background .4s, box-shadow .4s;
    -ms-transition: background .4s, box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s
}

.sport_list-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.sport_list-text {
    padding-top: 8px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sport-title {
    margin-top: 24px
}

.sport-page {
    padding: 32px 0 48px;
    text-align: left
}

.sport-page-b {
    margin-top: 16px
}

.sport-page .title {
    text-align: center
}

.sport-page .sport-title {
    text-align: left
}

.sport-page .mp-files {
    padding-top: 0;
    margin-top: 24px;
    margin-bottom: 32px
}

.sport_tab {
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFAF24;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s
}

.sport_tab+.sport_tab {
    margin: 0 0 0 4px
}

.sport_tab.active {
    color: #ffffff;
    background: #FFAF24;
    cursor: default
}

.sport_tab:not(.active):hover {
    background-color: rgba(255, 175, 36, 0.2)
}

.sport_tab-b {
    display: flex
}

.sport_tab-content {
    display: none
}

.sport_tab-content.active {
    display: block
}

.sport_contents {
    margin-top: 24px
}

.sport_content {
    display: none
}

.sport_content.active {
    display: block
}

.sport_promo {
    padding: 0;
    display: flex;
    align-items: center;
    color: #8D8CA8
}

@media screen and (max-width: 1100px) {
    .sport_promo {
        background-color: #edf5fd;
        border-radius: 4px;
        padding: 16px;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .sport_promo {
        flex-direction: column
    }
}

.sport_promo-b {
    background-color: #edf5fd;
    padding: 32px 0;
    margin-bottom: 32px
}

@media screen and (max-width: 1100px) {
    .sport_promo-b {
        background-color: #fff;
        padding: 0
    }
}

.sport_promo-img {
    width: 540px;
    border-radius: 4px
}

@media screen and (max-width: 1100px) {
    .sport_promo-img {
        width: 370px
    }
}

@media screen and (max-width: 767px) {
    .sport_promo-img {
        width: 100%
    }
}

.sport_promo-desc {
    margin-left: 30px;
    width: 100%
}

@media screen and (max-width: 1100px) {
    .sport_promo-desc {
        margin-left: 22px
    }
}

@media screen and (max-width: 767px) {
    .sport_promo-desc {
        width: 100%;
        margin-left: 0;
        margin-top: 16px
    }
}

.sport_promo-list {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .sport_promo-list {
        font-size: 18px
    }
}

.sport_promo-dt {
    width: 120px;
    margin-right: 16px;
    margin-bottom: 16px;
    line-height: 24px
}

@media screen and (max-width: 480px) {
    .sport_promo-dt {
        margin-bottom: 8px
    }
}

.sport_promo-dd {
    width: calc(100% - 136px);
    line-height: 24px;
    font-weight: 500;
    color: #000030;
    margin-bottom: 16px
}

.sport_promo-dd:last-child {
    margin-bottom: 0
}

.sport_promo-dd p {
    font-size: 16px;
    line-height: 18px;
    margin: 8px 0 0;
    color: #8D8CA8;
    font-weight: 400
}

@media screen and (max-width: 480px) {
    .sport_promo-dd {
        width: 100%;
        margin-bottom: 24px
    }
}

.sport_promo-reg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 24px 0 0
}

.sport_promo-reg ul {
    display: flex
}

.sport_promo-reg ul+.button {
    margin: 16px 0 0
}

@media screen and (max-width: 1100px) {
    .sport_promo-reg ul {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .sport_promo-reg ul {
        margin-top: 8px
    }
}

.sport_promo-reg li {
    font-weight: 500;
    margin-right: 16px
}

@media screen and (max-width: 1100px) {
    .sport_promo-reg li {
        margin-bottom: 4px
    }
}

@media screen and (max-width: 767px) {
    .sport_promo-reg li {
        margin: 0
    }
}

.sport_promo-reg-link {
    display: block;
    color: #8D8CA8;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.sport_promo-reg-link:hover {
    color: #FFAF24
}

@media screen and (max-width: 767px) {
    .sport_promo-reg-link {
        padding: 8px 0
    }
}

.sport_promo-rules {
    margin-top: 24px;
    font-size: 16px
}

.sport_about {
    display: flex;
    padding: 0 95px;
    margin-bottom: 50px;
    justify-content: space-between
}

@media screen and (max-width: 1100px) {
    .sport_about {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .sport_about {
        flex-direction: column
    }
}

.sport_about a {
    color: #00C2FF
}

.sport_about-desc {
    width: 51.7%;
    font-size: 22px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .sport_about-desc {
        width: 100%;
        margin-bottom: 40px
    }
}

.sport_about-desc p {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .sport_about-desc p:last-child {
        margin-bottom: 0
    }
}

.sport_about-downloads {
    display: flex
}

.sport_about-download {
    margin-right: 16px
}

.sport_about-rules {
    width: 41.5%;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .sport_about-rules {
        width: 100%
    }
}

.sport_about-rules p {
    margin-bottom: 16px
}

.sport_about-rules p:last-child {
    margin: 0
}

.sport_about-rules ul {
    margin-bottom: 16px
}

.sport_about-title {
    font-size: 22px;
    margin-bottom: 16px
}

.sport_about-text-b {
    max-height: 146px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-transition: max-height .4s;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

.sport_about-text-b.opened {
    max-height: 3000px
}

.sport_about-text ol {
    list-style-type: decimal;
    padding-left: 16px
}

.sport_about-text ol li {
    list-style-type: decimal
}

.sport_about-text ul {
    list-style-type: disc;
    padding-left: 16px
}

.sport_about-text ul li {
    list-style-type: disc
}

.sport_fund {
    text-align: center;
    margin: 48px 0 0
}

.sport_fund-title {
    font-size: 22px;
    font-weight: 700
}

.sport_fund-places {
    margin: 44px 0 32px 0;
    display: flex
}

@media screen and (max-width: 767px) {
    .sport_fund-places {
        width: 100%
    }
}

.sport_fund-place {
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 42px
}

@media screen and (max-width: 767px) {
    .sport_fund-place {
        font-size: 16px;
        left: 22px
    }
}

.sport_fund-place-b {
    white-space: nowrap;
    min-height: 85px;
    position: relative;
    margin: 0 58px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sport_fund-place-b {
        margin: 0 32px
    }
}

.sport_fund-prize {
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 42px
}

@media screen and (max-width: 767px) {
    .sport_fund-prize {
        font-size: 20px;
        left: 22px
    }
}

.sport_fund-medal {
    width: 85px;
    height: 85px;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .sport_fund-medal {
        width: 48px;
        height: 48px
    }
}

.sport_fund-medal-gold {
    background-color: #FFE092
}

.sport_fund-medal-silver {
    background-color: #E9E9E9
}

.sport_fund-medal-bronze {
    background-color: #FFD4BB
}

.sport_fund-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 24px
}

.sport_fund-sub {
    margin-top: 8px;
    max-width: 720px
}

.sport_fund-list {
    display: flex;
    margin: 16px 0
}

@media screen and (max-width: 767px) {
    .sport_fund-list {
        flex-direction: column;
        width: 100%
    }
}

.sport_fund-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 151px;
    font-weight: 500;
    margin: 0 18px
}

@media screen and (max-width: 1100px) {
    .sport_fund-item {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .sport_fund-item {
        width: 100%;
        margin: 0 0 16px 0
    }
}

@media screen and (max-width: 767px) {
    .sport_fund-item:last-child {
        margin-bottom: 0
    }
}

.sport_fund-icon {
    max-width: 72px
}

.sport_hr {
    margin: 40px 0
}

.sport_hr hr {
    margin: 0 auto;
    width: 68%;
    border: none;
    border-bottom: 1px solid #EDF5FD
}

@media screen and (max-width: 767px) {
    .sport_hr hr {
        width: 100%
    }
}

.sport_stages {
    margin: 48px 0 0
}

.sport_stages-list {
    counter-reset: stage;
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0
}

@media screen and (max-width: 767px) {
    .sport_stages-list {
        flex-direction: column;
        align-items: center
    }
}

.sport_stages-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 132px;
    position: relative
}

.sport_stages-item:first-child {
    margin: 0
}

@media screen and (max-width: 767px) {
    .sport_stages-item {
        margin: 0;
        margin: 24px 0 0
    }
}

.sport_stages-item:before {
    counter-increment: stage;
    content: "0" counter(stage);
    font-size: 60px;
    font-weight: 900;
    color: #EDF5FD;
    line-height: .8
}

.sport_stages-item:after {
    content: '';
    width: 35px;
    height: 35px;
    border-top: 2px solid #EDF5FD;
    border-right: 2px solid #EDF5FD;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: -40px
}

@media screen and (max-width: 767px) {
    .sport_stages-item:after {
        display: none
    }
}

.sport_stages-item:last-child:after {
    display: none
}

.sport_stages-item svg {
    position: absolute;
    top: 24px;
    left: 53px
}

.sport_videos {
    margin: 40px 0
}

.sport_videos-list {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sport_videos-list {
        flex-direction: column
    }
}

.sport_videos-item {
    width: 400px;
    margin: 0 12px
}

@media screen and (max-width: 767px) {
    .sport_videos-item {
        width: 100%;
        margin: 0 0 12px 0
    }
}

.sport_videos iframe {
    width: 100%;
    height: 228px
}

@media screen and (max-width: 767px) {
    .sport_videos iframe {
        width: 100%;
        height: 350px
    }
}

@media screen and (max-width: 480px) {
    .sport_videos iframe {
        width: 100%;
        height: 228px
    }
}

.sport_videos h3 {
    margin-top: 8px
}

.sport_contacts {
    background-color: #F8FBFF;
    padding: 32px 0;
    display: flex;
    margin: 48px 0 0
}

.sport_contacts-list {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sport_contacts-list {
        flex-direction: column
    }
}

.sport_contacts-item {
    width: 350px;
    display: flex;
    flex-direction: column;
    margin: 0 15px
}

@media screen and (max-width: 1100px) {
    .sport_contacts-item {
        width: 46%
    }
}

@media screen and (max-width: 767px) {
    .sport_contacts-item {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.sport_contacts-item-title {
    font-size: 22px;
    margin-bottom: 8px
}

.sport_contacts-item-content {
    position: relative;
    padding-left: 96px;
    min-height: 80px
}

.sport_contacts-item-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.sport_contacts-item-name {
    margin: 8px 0 8px 0
}

.sport_contacts-contact {
    width: 23%
}

@media screen and (max-width: 1100px) {
    .sport_contacts-contact {
        width: 33%
    }
}

@media screen and (max-width: 767px) {
    .sport_contacts-contact {
        width: 100%
    }
}

.sport_process {
    margin: 40px 0;
    text-align: center
}

.sport_process p {
    padding-top: 4px
}

.sport_process-list {
    display: flex;
    justify-content: center;
    counter-reset: process;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .sport_process-list {
        flex-direction: column
    }
}

.sport_process-item {
    max-width: 279px;
    margin: 0 20px
}

@media screen and (max-width: 1100px) {
    .sport_process-item {
        max-width: 29%;
        min-width: 29%
    }
}

@media screen and (max-width: 767px) {
    .sport_process-item {
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0
    }
}

@media screen and (max-width: 767px) {
    .sport_process-item:last-child {
        margin-bottom: 0
    }
}

.sport_process-item p {
    text-align: left;
    padding-left: 16px;
    position: relative
}

.sport_process-item p:before {
    counter-increment: process;
    content: counter(process) ".";
    position: absolute;
    top: 4px;
    left: 0
}

.sport_process-item a {
    color: #00C2FF
}

.sport_process-img {
    width: 100%;
    border: 1px solid #C7D7E7
}

.sport_media-list {
    margin-top: 24px;
    padding: 0 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width: 1100px) {
    .sport_media-list {
        padding: 0
    }
}

.sport_media-list-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.sport_media-item {
    width: 33.33%;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .sport_media-item {
        min-width: 100%;
        max-width: 100%
    }
}

.sport_media-item:hover {
    position: relative;
    z-index: 1
}

.sport_media-link {
    display: block;
    padding: 0 12px 12px;
    color: #000030;
    text-align: left;
    position: relative
}

.sport_media-link-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 56.25%;
    border-radius: 4px
}

.sport_media-link-img-b {
    width: 100%;
    position: relative
}

@media screen and (max-width: 767px) {
    .sport_media-link-img-b {
        height: auto
    }
}

.sport_media-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 136px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -ms-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s
}

.sport_media-link:hover:after {
    opacity: 1;
    box-shadow: 0 4px 8px rgba(2, 6, 106, 0.13)
}

.sport_media-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px
}

.sport_media-date {
    font-size: 16px;
    color: #8D8CA8;
    margin-top: 8px
}

.sport_media-more {
    display: flex;
    justify-content: center
}

.sport_shed {
    margin: 48px 0 0
}

.sport_shed .mp-files {
    margin-top: 10px;
    margin-bottom: 0
}

.sport_shed-wrap {
    margin-bottom: 32px
}

.sport_shed-title {
    text-align: center;
    font-size: 22px
}

.sport_shed-dates {
    margin-top: 16px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sport_shed-dates {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.sport_shed-date {
    margin: 0 20px;
    width: 14%
}

@media screen and (max-width: 767px) {
    .sport_shed-date {
        margin: 0 0 16px 0;
        width: 46%
    }
}

.sport_shed-item {
    margin-bottom: 6px;
    font-size: 0;
    display: flex;
    align-items: center
}

.sport_shed-item:first-child {
    margin-bottom: 10px
}

.sport_shed-item img {
    margin-right: 8px
}

.sport_shed-item b,
.sport_shed-item span,
.sport_shed-item strong {
    font-size: 18px
}

.sport_place {
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 12px
}

@media screen and (max-width: 767px) {
    .sport_place+.sport_place {
        margin: 32px 0 0
    }
}

@media screen and (max-width: 767px) {
    .sport_place {
        flex-direction: column;
        padding: 0
    }
}

.sport_place.--1 {
    order: 2;
    padding: 0 0 20px
}

@media screen and (max-width: 767px) {
    .sport_place.--1 {
        order: 1
    }
}

.sport_place.--1 .sport_place-name {
    font-size: 24px;
    line-height: 29px
}

.sport_place.--1 .sport_place-text {
    font-size: 22px;
    line-height: 20px
}

.sport_place.--2 {
    order: 1
}

@media screen and (max-width: 767px) {
    .sport_place.--2 {
        order: 2
    }
}

.sport_place.--3 {
    order: 3
}

.sport_place-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #000030
}

.sport_place-name {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #000030;
    text-align: center
}

.sport_place-text {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #2C2543;
    margin: 4px 0 0
}

.sport_place-b {
    margin: 58px 0
}

.sport_place-b:last-child {
    margin: 58px 0 20px
}

.sport_place-in {
    padding: 0 95px
}

@media screen and (max-width: 767px) {
    .sport_place-in {
        padding: 0
    }
}

.sport_place-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 38px 0 0
}

@media screen and (max-width: 767px) {
    .sport_place-list {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
}

.sport_text {
    margin: 48px 0 0
}

.sport_text p {
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0 0
}

.sport_text p:first-child {
    margin: 0
}

.sport_text ul {
    margin: 16px 0 0
}

.sport_text ul:first-child {
    margin: 0
}

.sport_text ul li {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 30px
}

.sport_text ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000030;
    left: 12px;
    top: 9px
}

.sport_rules {
    margin: 48px 0 0
}

.sport_rules-item {
    padding: 24px;
    border-radius: 4px;
    background: #EDF5FD;
    text-align: left;
    margin: 16px 0 0
}

@media screen and (max-width: 1100px) {
    .sport_rules-item {
        padding: 16px
    }
}

.sport_rules-item+.sport_rules-item {
    margin: 8px 0 0
}

.sport_rules-item .title {
    text-align: left;
    margin: 16px 0 0
}

.sport_rules-item .title:first-child {
    margin: 0
}

.sport_rules-item p {
    font-size: 18px;
    line-height: 22px;
    margin: 16px 0 0
}

.sport_rules-item p:first-child {
    margin: 0
}

.sport_rules-item ol {
    margin: 16px 0 0;
    list-style: none;
    counter-reset: item
}

.sport_rules-item ol:first-child {
    margin: 0
}

.sport_rules-item ol>li {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 0;
    padding: 0 0 0 30px;
    counter-increment: item;
    position: relative
}

.sport_rules-item ol>li:before {
    content: counter(item) '.';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px
}

.sport_rules-item ol>li:first-child {
    margin: 0
}

.sport_rules-item ol>li ul {
    display: block;
    margin: 8px 0 0
}

.sport_rules-item ol>li ul:first-child {
    margin: 8px 0 0
}

.sport_rules-item ol>li ul li {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 0
}

.sport_rules-item ol>li ul li:first-child {
    margin: 0
}

.sport_rules-item ul {
    margin: 16px 0 0;
    padding: 0 0 0 16px
}

.sport_rules-item ul:first-child {
    margin: 0
}

.sport_rules-item ul li {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 0
}

.sport_rules-item ul li:first-child {
    margin: 0
}

.sport_rules-content {
    max-height: 116px;
    overflow: hidden;
    transition: max-height .4s;
    margin: 16px 0 0
}

.sport_rules-content:first-child {
    margin: 0
}

.sport_rules-content.opened {
    max-height: 100000px
}

.sport_rules-opened {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin: 16px 0 0
}

.sport_rules-opened span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000030;
    transition: color .4s
}

.sport_rules-opened svg {
    margin: 0 0 0 4px;
    transition: transform .4s
}

.sport_rules-opened svg path {
    transition: fill .4s
}

.sport_rules-opened.opened svg {
    transform: rotate(180deg)
}

.sport_rules-opened:hover span {
    color: #FFAF24
}

.sport_rules-opened:hover svg path {
    fill: #FFAF24
}

.results_name {
    font-size: 22px;
    margin-bottom: 24px
}

.results_cat {
    font-size: 18px
}

.results_title {
    text-align: center;
    font-size: 22px
}

.results-content {
    margin-top: 0;
    padding-top: 0
}

.results_days {
    background: #F8FBFF;
    margin-top: 16px;
    padding: 22px 22px 6px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

@media screen and (max-width: 480px) {
    .results_days {
        flex-direction: column
    }
}

.results_chess {
    flex-direction: column;
    padding: 0
}

.results_chess .results_day {
    margin: 0;
    padding: 24px;
    border-bottom: 1px solid #fff;
    border-right: none
}

.results_day {
    border-right: 1px solid #D8E7FC;
    padding: 0 22px 0 22px;
    margin-bottom: 16px
}

@media screen and (max-width: 480px) {
    .results_day {
        border: none
    }
}

.results_day-text {
    font-weight: bold;
    margin-right: 10px
}

.results_day-link {
    color: #1E3694
}

.results_day-link:hover {
    color: #657CD6
}

a.more-link {
    font-weight: 500;
    color: #8D8CA8;
    display: flex;
    align-items: center;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

a.more-link:hover {
    color: #FFAF24
}

a.more-link:hover .tr {
    border-color: #FFAF24
}

a.more-link .tr {
    position: relative;
    margin-left: 5px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #1E3694;
    border-right: 1px solid #1E3694;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .4s, transform .4s;
    -moz-transition: border-color .4s, transform .4s;
    -ms-transition: border-color .4s, transform .4s;
    -o-transition: border-color .4s, transform .4s;
    transition: border-color .4s, transform .4s
}

a.more-link.opened .tr {
    top: 3px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0
}

.checkbox-item {
    max-width: 33.33%;
    min-width: 33.33%;
    margin: 24px 0 0
}

input[type=checkbox].checkbox,
input[type=radio] {
    display: none
}

input[type=checkbox].checkbox+label,
input[type=radio]+label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 24px;
    text-align: left;
    color: #000030;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0cm9rZT0iI0I1QjRDRCIvPgo8L3N2Zz4K') left top 2px no-repeat;
    background-size: 16px
}

input[type=checkbox].checkbox:checked+label,
input[type=radio]:checked+label {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9IiMwMEMyRkYiIHN0cm9rZT0iIzAwQzJGRiIvPgo8cGF0aCBkPSJNNC41IDlMNy41IDExLjVMMTIgNiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K') left top 2px no-repeat;
    background-size: 16px
}

input[type=checkbox].checkbox:disabled+label,
input[type=radio]:disabled+label {
    color: #B5B4CD;
    cursor: auto
}

input[type=checkbox].checkbox.--big+label,
input[type=radio].--big+label {
    margin: 24px 0 16px
}

input[type=checkbox].checkbox.--big+label a,
input[type=radio].--big+label a {
    color: #00C2FF
}

input[type=checkbox].checkbox.error+label,
input[type=radio].error+label {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' stroke='%23FF626B'/%3E%3C/svg%3E%0A") left top 2px no-repeat
}

input[type=checkbox].checkbox.error+label+.reg-page_input-text,
input[type=radio].error+label+.reg-page_input-text {
    display: block;
    position: static;
    margin-top: -10px
}

input[type=checkbox].checkbox:checked.error+label,
input[type=radio]:checked.error+label {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIxIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9IiMwMEMyRkYiIHN0cm9rZT0iIzAwQzJGRiIvPgo8cGF0aCBkPSJNNC41IDlMNy41IDExLjVMMTIgNiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K') left top 2px no-repeat
}

.button {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    padding: 7px 20px;
    display: inline-block;
    background: #FFAF24;
    border: none;
    -webkit-transition: box-shadow .4s, background .4s;
    -moz-transition: box-shadow .4s, background .4s;
    -ms-transition: box-shadow .4s, background .4s;
    -o-transition: box-shadow .4s, background .4s;
    transition: box-shadow .4s, background .4s;
    box-shadow: 0 2px 25px rgba(255, 175, 36, 0.58);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.button.--medium {
    font-weight: 500
}

.button:hover {
    box-shadow: 0 2px 9px rgba(255, 175, 36, 0.78)
}

.button.--dark {
    background: #1E3694;
    padding: 8px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button.--dark:hover {
    background: #657CD6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button.--capitalize {
    text-transform: capitalize;
    font-weight: 400
}

.button.--initial {
    text-transform: initial;
    font-weight: 500
}

.button.--lrg {
    font-size: 23px;
    line-height: 27px
}

@media screen and (max-width: 767px) {
    .button.--lrg {
        font-size: 18px;
        line-height: 21px
    }
}

.button:disabled {
    background: #DDDCED;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button:disabled:hover {
    background: #DDDCED;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 1100px) {
    body.opened {
        overflow: hidden
    }

    body.opened .header {
        background: #000060;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        margin: 0;
        overflow-y: auto
    }

    body.opened .header_in {
        flex-direction: column;
        align-items: flex-start
    }

    body.opened .header .nav {
        display: flex;
        position: relative;
        flex-direction: column;
        margin: 24px 0;
        width: 100%
    }

    body.opened .header .nav_link {
        width: 100%
    }

    body.opened .header .nav_link+.nav_link {
        margin: 6px 0 0
    }

    body.opened .header .lang {
        display: flex;
        justify-content: center;
        width: 100%;
        right: auto
    }

    body.opened .burger-line {
        background: transparent
    }

    body.opened .burger-line:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }

    body.opened .burger-line:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0
    }
}

.lity {
    background: rgba(0, 0, 40, 0.7)
}

.lity-close {
    position: absolute;
    top: -35px;
    right: -35px;
    font-size: 24px;
    font-family: serif;
    z-index: 1
}

@media screen and (max-width: 1100px) {
    .lity-close {
        right: 0;
        top: -50px
    }
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    position: absolute;
    top: -35px;
    right: -35px;
    font-size: 24px;
    font-family: serif
}

.lity-content:after {
    box-shadow: none
}

.--hidden {
    display: none
}

.place-b {
    width: calc(100% - 190px)
}

@media screen and (max-width: 767px) {
    .place-b {
        width: 100%;
        margin: 16px 0 0
    }
}

.place-b.--sport {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 16px 0 0
}

@media screen and (max-width: 767px) {
    .place-b.--sport {
        flex-direction: column
    }
}

.place-b.--sport .place-map {
    width: 445px;
    height: 250px
}

@media screen and (max-width: 767px) {
    .place-b.--sport .place-map {
        width: 100%
    }
}

.place-b.--sport .p-org-b {
    width: calc(100% - 477px);
    margin: 0 0 0 32px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .place-b.--sport .p-org-b {
        width: 100%;
        margin: 32px 0 0
    }
}

.place-b.--sport .p-org_place {
    margin: 32px 0 0
}

.place-wrapper {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    text-align: left
}

@media screen and (max-width: 767px) {
    .place-wrapper {
        flex-direction: column
    }
}

.place-link {
    padding: 8px;
    border-radius: 4px;
    color: #000030;
    font-size: 18px;
    line-height: 22px;
    display: block;
    width: 100%;
    white-space: nowrap;
    transition: all .4s
}

.place-link+.place-link {
    margin: 8px 0 0
}

@media screen and (max-width: 767px) {
    .place-link+.place-link {
        margin: 0 0 0 8px
    }
}

.place-link.active,
.place-link:hover {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(2, 6, 106, 0.13)
}

.place-link-b {
    width: 160px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .place-link-b {
        overflow-x: auto;
        padding: 0 0 10px;
        width: 100%;
        flex-direction: row;
        align-items: center
    }
}

.place-map {
    width: 100%;
    height: 410px;
    border-radius: 4px;
    overflow: hidden
}

#places {
    width: 100%;
    height: 410px
}

#places-sport {
    width: 100%;
    height: 250px
}

.p-org {
    display: flex
}

@media screen and (max-width: 767px) {
    .p-org {
        width: 100%;
        justify-content: space-between
    }
}

.p-org_place {
    margin: 0 0 0 46px
}

@media screen and (max-width: 767px) {
    .p-org_place {
        margin: 24px 0 0
    }
}

.p-org-b {
    margin: 24px 0 0;
    display: none
}

.p-org-b.active {
    display: flex
}

@media screen and (max-width: 767px) {
    .p-org-b {
        flex-direction: column
    }
}

.p-org_name {
    color: #000030;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap
}

.p-org_phone {
    color: #000030;
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0 0;
    white-space: nowrap
}

.p-org_link {
    color: #1E3694;
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0 0;
    white-space: nowrap
}

.p-org_text {
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0 0
}

.p-org_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 0 0 16px
}

.p-org_info {
    display: flex;
    flex-direction: column
}

.nowrap {
    white-space: nowrap
}
 .contentt {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px;
    }

    .box {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        width: 250px;
        margin: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .box h2 {
        margin: 0 0 10px;
        color: #333;
        font-size: 18px;
    }

    .box a {
        display: inline-block;
        color: #007bff;
        text-decoration: none;
        font-size: 16px;
    }

    .box a:hover {
        text-decoration: underline;
    }