@font-face {
    font-family: 'a_RubricaCn';
    src: url('/local/static/font/ARubricaCn/ARubricaCnBold.eot');
    src: url('/local/static/font/ARubricaCn/ARubricaCnBold.eot?#iefix') format('embedded-opentype'),
        url('/local/static/font/ARubricaCn/ARubricaCnBold.woff2') format('woff2'),
        url('/local/static/font/ARubricaCn/ARubricaCnBold.woff') format('woff'),
        url('/local/static/font/ARubricaCn/ARubricaCnBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('/local/static/font/PTSans/PTSans-Bold.eot');
    src: url('/local/static/font/PTSans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/static/font/PTSans/PTSans-Bold.woff2') format('woff2'),
        url('/local/static/font/PTSans/PTSans-Bold.woff') format('woff'),
        url('/local/static/font/PTSans/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/static/font/PTSans/PTSans-Regular.eot');
    src: url('/local/static/font/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/static/font/PTSans/PTSans-Regular.woff2') format('woff2'),
        url('/local/static/font/PTSans/PTSans-Regular.woff') format('woff'),
        url('/local/static/font/PTSans/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/static/font/PTSans/PTSans-Italic.eot');
    src: url('/local/static/font/PTSans/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/local/static/font/PTSans/PTSans-Italic.woff2') format('woff2'),
        url('/local/static/font/PTSans/PTSans-Italic.woff') format('woff'),
        url('/local/static/font/PTSans/PTSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/static/font/PTSans/PTSans-BoldItalic.eot');
    src: url('/local/static/fontPTSans//PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/static/font/PTSans/PTSans-BoldItalic.woff2') format('woff2'),
        url('/local/static/font/PTSans/PTSans-BoldItalic.woff') format('woff'),
        url('/local/static/font/PTSans/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body,
html {
    /*min-height: 100%;*/
    /*height: 100%*/
}

body {
    font-size: 14px;
    margin: 0;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-family: PT Sans, sans-serif;
    overflow-x: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

p {
    margin: 10px 0 15px
}

p:first-child {
    margin-top: 0
}

* {
    box-sizing: border-box
}

.focus,
:focus {
    outline: 5px auto -webkit-focus-ring-color
}

a {
    color: #000
}

a,
a:focus,
a:hover {
    outline: none;
    text-decoration: none
}
.color__blue{
    color: #0095da;
}
.form_field__error_text{
    color: #ff7d7d;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
font.errortext{
    font-size: 16px;
    color: red!important;
}
font.errortext.font_s_14{
    font-size: 14px;
}
font.errortext.display_inl{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
}
.errortext__wrap{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
}
.wrapper {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    -ms-flex: 1 0 auto;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}

.container {
    padding: 0 95px;
    max-width: 1620px;
    margin: 0 auto;
}

.container,
.container2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.container2 {
    max-width: 1280px;
    padding: 0 15px
}

.container3 {
    max-width: 1024px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.block-title {
    font-family: a_RubricaCn, sans-serif;
    font-size: 22px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #546a84;
    margin: 0
}

.page-data {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700
}

.page-data__date {
    color: #828282;
    display: inline
}

.page-data__place {
    color: #0095da;
    display: inline
}
.page-data__place a{
    color: #0095da;
}
.prev-page {
    position: relative;
    padding-left: 22px;
    color: #ed1c24;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block
}

.prev-page:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 12px;
    top: 5px;
    left: 0;
    background: url(/local/static/img/style/icon_arrow_left.svg) no-repeat 50%;
    background-size: contain;
    transition: transform .2s
}

.prev-page:hover:before {
    transform: translateX(-5px)
}

.prev-page_left {
    position: absolute;
    left: 95px
}

.content {
    margin: 55px 0 50px;
    flex: 1 0 auto;

}

.ttu {
    text-transform: uppercase
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.bold {
    font-weight: 700
}

.h1 {
    font-size: 28px;
    margin: 0
}

.block {
    display: block
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.z6 {
    z-index: 5
}

.h1 {
    font-size: 40px;
    line-height: 57px;
    letter-spacing: .02em;
    color: #006796
}

.h1,
.h2 {
    font-family: a_RubricaCn, sans-serif
}

.h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.page-title_color {
    color: #546a84
}

.captcha {
    width: 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.captcha_mr {
    margin-right: 25px
}

.deadline {
    display: none
}

img {
    max-width: 100%
}

.hidden {
    display: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

[role=button] {
    cursor: pointer
}

.hidden_desktop {
    display: none!important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.tt-u {
    text-transform: uppercase
}

.tt-n {
    text-transform: none
}

.text-middle {
    font-size: 1.28571rem
}

.header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);

}

.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    -ms-flex-align: center;
    align-items: center
}

.header__col {
    position: relative
}

.header__col_left {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px
}

.header__col_fx,
.header__col_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header__col_p-r {
    padding-right: 130px
}

.header__logo {
    max-width: 247px;
    margin-right: 30px;
    display: block
}

.header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 50px
}

.header__buttons .button:first-child {
    margin-right: 15px
}

.header__menu {
    display: none;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 46px;
    background: url(/local/static/img/style/ico_mmenu.svg) no-repeat;
    margin-left: 10px
}

.footer {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    padding: 8px 0;
    flex: 0 0 auto;
}

.footer__wrap {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo,
.footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__logo .logo {
    width: 80px
}

.footer__title {
    margin-left: 48px;
    color: #0095da;
    max-width: 330px
}

.footer__socials-title {
    color: #0099de;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px
}

.footer__col {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.footer__col_middle {
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin: 0 40px
}

.footer__info {
    max-width: 630px;
    margin-left: auto;
    margin-right: 0
}

.footer__info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px
}

.footer__info-row_sb {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px
}

.footer__link-version {
    color: #006796;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.footer__link {
    display: block;
    color: #0095da;
    text-decoration: underline;
    text-align: right
}

.footer__link:hover {
    text-decoration: none
}

.nav {
    font-size: 17px;
    line-height: 22px;
    margin-right: 45px
}

.nav ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
    font-weight: 700;
    width: 450px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav a {
    color: #006796;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: .2s
}

.nav a.active,
.nav a:hover {
    border-color: #c8271f
}

.modal {
    max-width: 840px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    margin: 50px auto;
    padding: 25px 30px;
    position: relative;
    display: none
}
.js-modal-result.modal{
    max-width: 470px;
    width: 100%;
    text-align: center;
}
.modal.custom_form_style{
    box-shadow: none;
}

.modal__wrap_pt {
    padding-top: 30px
}

.modal__title {
    font-size: 40px;
    color: #006796;
    font-weight: 700;
    letter-spacing: .02em;
    font-family: a_RubricaCn, sans-serif;
    margin-bottom: 25px
}

.modal__title_center {
    text-align: center
}

.modal__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.modal__col {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 32px;
    -ms-flex-preferred-size: calc(100% / 2 - 32px / 2);
    flex-basis: calc(100% / 2 - 32px / 2);
    max-width: calc(100% / 2 - 32px / 2);
    margin-bottom: 0
}

.modal__col,
.modal__col:nth-child(3n) {
    margin-right: 32px
}

.modal__col:nth-child(2n) {
    margin-right: 0
}

.modal__col_full {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
    flex-basis: calc(100% / 1 - 0px / 1);
    max-width: calc(100% / 1 - 0px / 1)
}

.modal__col_full:nth-child(1n),
.modal__col_full:nth-child(2n) {
    margin-right: 0
}

.modal__label {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px
}

.modal__label span.required:after {
    content: "*";
    color: #ed1c24
}
.modal__label span.cancel_common_style:after{
    content: none;
}
.modal__label span.cancel_common_style.required_y:after{
    content: "*";
    color: #ed1c24
}

.modal__caption {
    color: #ed1c24;
    font-size: 13px;
    line-height: 17px;
    margin-top: 3px
}

.modal__caption_color {
    color: #00567e
}

.modal__caption_small {
    color: #828282
}

.modal__close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 18px;
    cursor: pointer;
    width: 0;
    height: 0;
    transition: transform .2s
}

.modal__close-btn span {
    display: block;
    background-color: #0099de;
    height: 2px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%
}

.modal__close-btn span:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal__close-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal__close-btn:hover {
    transform: rotate(90deg)
}

.modal .fancybox-close-small {
    display: none
}

.form__label {
    margin-bottom: 15px;
    display: block
}

.form__legend {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.form__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.form__wrap_reg {
    margin-bottom: 20px
}

.form__col {
    -ms-flex: 0 1 380px;
    flex: 0 1 380px
}

.form__col:first-child {
    margin-right: 60px
}

.form__textarea {
    display: block;
    min-height: 120px;
    padding: 15px;
    background-color: #ebebeb;
    border-radius: 2px;
    outline: none;
    position: relative;
    border: 1px solid #ebebeb;
    transition: .2s;
    width: 100%;
    color: #383838;
    font-size: 16px;
    resize: none
}

.form__textarea:hover {
    border-color: #ccc
}

.form__textarea:focus {
    border-color: #ccc;
    background-color: #fff
}

.form__textarea.has-error {
    border-color: #f50610
}

.button {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17px;
    line-height: 22px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    transition: color .2s, box-shadow .2s, fill .2s, background-color .2s;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 240px;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: none;
    border: none;
    background-color: #2e94d6;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}

.button:before {
    top: 0;
    left: 0
}

.button:after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.button:hover {
    box-shadow: 0 4px 20px rgba(52, 172, 224, .3);
    background-color: #34ace0;
}

.button_red {
    background-color: #d6252d;
    color: #fff
}



.button_red:hover {
    background-color: #eb3241;
    box-shadow: 0 4px 20px rgba(235, 50, 65, .3);
}

.button_light,
.button_red:hover {
    background-color:#ec1823
}
.button_light {
    color:#fff
}
.button_light:after,
.button_light:before {
    display:none
}
.button_light:active,
.button_light:hover {
    color:#ec1823;
    background-color:#f9948c
}

.button_block {
    width: 100%
}

.button_center {
    left: 50%;.best-peoples
    transform: translateX(-50%)
}

.input-text {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 1px;
    padding: 8px;
    min-width: 100%;
    outline: none
}

.input-text:focus {
    border-color: #00567e;
    background: #fff
}

.input-text.has-error {
    border-color: #f50610
}

.input-text.has-success {
    border-color: #acd759
}

.input-text_white {
    border: 1px solid #fff
}

.label-checkbox  {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer
}

.label-checkbox_block{
    display: block
}

.label-checkbox input[type=checkbox]  {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearence: none
}

.label-checkbox input[type=checkbox]:checked+span:after {
    opacity: 1
}

.label-checkbox span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 21px
}

.label-checkbox span:before {
    position: absolute;
    content: "";
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0
}
.label-checkbox span.has-error:before{
    border-color: #f50610;
}
.label-checkbox span.has-success:before{
    border-color: #acd759;
}

.label-checkbox span:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 10px;
    top: 6px;
    left: 3px;
    background: url(/local/static/img/style/icon_check.svg) no-repeat 50%;
    background-size: contain;
    opacity: 0;
    transition: opacity .2s
}

.label-checkbox span a {
    color: #0095da
}

.label-checkbox span a:hover {
    text-decoration: underline
}

/*Radio buttons new style*/
.label-radio{
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer
}
.label-radio_block{
    display: block;
}
.label-radio input[type=radio]{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearence: none
}
.label-radio input[type=radio]:checked+span:after{
    opacity: 1;
}
.label-radio span{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 21px
}
.label-radio span:before{
    position: absolute;
    content: "";
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.label-radio span:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    background: rgb(237, 28, 36);
    opacity: 0;
    transition: opacity .2s
}
.label-radio span a {
    color: #0095da
}
.label-radio span a:hover {
    text-decoration: underline
}
/*end new radio buttons style*/

.dropdown {
    width: 100%
}

.jq-selectbox {
    width: 100%;
    max-width: 100%
}

.jq-selectbox.hidden_desktop {
    display: block!important
}

.jq-selectbox__select {
    height: 47px;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
    color: #0095da
}

.jq-selectbox__select-text {
    line-height: 47px
}

.jq-selectbox__select:active {
    box-shadow: none
}

.jq-selectbox__trigger {
    border-left: none;
    width: 44px
}

.jq-selectbox__trigger-arrow {
    border: none;
    width: 17px;
    height: 16px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/static/img/style/icon_drop.svg) no-repeat;
    transition: .2s
}

.jq-selectbox.opened .jq-selectbox__select {
    border: none;
    border-bottom: 2px solid #e3e3e3
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none;
    border-bottom: 2px solid #e3e3e3
}

.jq-selectbox__dropdown {
    border: none;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.jq-selectbox li {
    border-bottom: 1px solid #e3e3e3;
    line-height: 42px;
    height: 42px;
    padding: 0 15px
}

.jq-selectbox li:last-child {
    border-bottom: none
}

.jq-selectbox li:hover {
    background-color: #f0f0f0;
    color: #000
}

.jq-selectbox .placeholder {
    color: #0095da
}

.jq-selectbox.dropdown_form .jq-selectbox__select {
    height: auto;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 1px;
    font-size: 14px;
    padding: 8px;
    color: #000
}
.jq-selectbox.dropdown_form .jq-selectbox__select.has-error{
    border-color: #f50610;
}
.jq-selectbox.dropdown_form .jq-selectbox__select.has-success{
    border-color: #acd759;
}

.jq-selectbox.dropdown_form .jq-selectbox__select-text {
    line-height: 1.15em;
    color: #757575
}

.jq-selectbox.dropdown_form .jq-selectbox__select:active {
    box-shadow: none
}

.jq-selectbox.dropdown_form .jq-selectbox__trigger {
    border-left: none;
    width: 44px
}

.jq-selectbox.dropdown_form .jq-selectbox__trigger-arrow {
    border: none;
    width: 17px;
    height: 16px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/local/static/img/style/icon_drop_blue.svg) no-repeat;
    transition: .2s
}

.jq-selectbox.dropdown_form .jq-selectbox.opened .jq-selectbox__select {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.jq-selectbox.dropdown_form .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.jq-selectbox.dropdown_form .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.jq-selectbox.dropdown_form .jq-selectbox__dropdown {
    border: none;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.jq-selectbox.dropdown_form .jq-selectbox li {
    border-bottom: 1px solid #e3e3e3;
    line-height: 42px;
    height: 42px;
    padding: 8px
}

.jq-selectbox.dropdown_form .jq-selectbox li:last-child {
    border-bottom: none
}

.jq-selectbox.dropdown_form .jq-selectbox li:hover {
    background-color: #f0f0f0;
    color: #000
}

.jq-selectbox.dropdown_form .jq-selectbox .placeholder {
    color: #757575
}
.best-peoples__wrap .owl-carousel .owl-item {
    max-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best-peoples__wrap .owl-carousel .owl-item a{width: 100%;}
.best-peoples__wrap .owl-carousel .owl-item img{
    height: auto;
    width: 100%;
}

.owl-carousel .owl-item img {
    width: inherit;
}

.owl-dots {
    margin: 20px 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: 100%
}

.owl-dot,
.owl-dots {
    position: relative;
    display: inline-block
}

.owl-dot {
    width: 25px;
    margin-right: 10px;
    cursor: pointer;
    padding: 12.5px 0!important
}

.owl-dot,
.owl-dot:before {
    top: 50%;
    transform: translateY(-50%)
}

.owl-dot:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #bdbdbd;
    left: 0;
    border-radius: 4px
}

.owl-dot.active:before {
    background-color: #1481c3
}

.owl-dot:last-child {
    margin-right: 0
}

.slider-dots {
    position: relative;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-dots__wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.slider-dots__dot {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    padding: 12.5px 0;
    position: relative
}

.slider-dots__dot:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 4px
}

.slider-dots__dot.active:before {
    background-color: #cca56b
}

.slider-dots__dot:last-child {
    margin-right: 0
}

.form__radio {
    margin-bottom: 15px;
    font-size: 15px
}

.form__radio,
.form__radio span {
    display: block
}

.input-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0
}

.input-radio+span {
    position: relative
}

.input-radio+span:before {
    position: absolute;
    content: "";
    width: 21px;
    height: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    top: 0;
    left: -34px
}

.input-radio+span:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 10px;
    top: 6px;
    left: -30px;
    background: url(/local/static/img/style/icon-check.svg) no-repeat 50%;
    background-size: contain;
    opacity: 0;
    transition: opacity .2s
}

.input-radio:checked+span:after {
    opacity: 1
}

.jq-file {
    border-radius: 0;
    box-shadow: none;
    width: auto;
    display: inline-block
}

.jq-file__browse {
    display: none
}

.jq-file__name {
    padding: 10px 10px 10px 25px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    color: #ed1c24;
    height: auto;
    position: relative
}

.jq-file__name:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 9px;
    left: 0;
    background: url(/local/static/img/style/icon_plus.svg) no-repeat 50%;
    background-size: contain
}

.jq-file.focused .jq-file__name {
    border: none
}

.section {
    position: relative
}

.section_pt {
    padding-top: 50px
}

.section_pt100 {
    padding-top: 100px
}

.section_pb {
    padding-bottom: 50px
}

.section_pb100 {
    padding-bottom: 100px
}

.section__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.section__col {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.section__col_small {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    margin-left: 80px
}

.section__col_350 {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    margin-left: 45px
}
.section__col_440{
    flex: 0 0 441px;
    margin-left: 18px;
}
.section__col_widget {
    margin-top: 95px;
}

.section__wrap_control-width .section__col {
    flex: none;
    width: calc(100% - 370px);
}
.section__wrap_control-width .section__col_small {
    width: 290px;
    flex: none;
}


.main-list ul {
    list-style-type: none;
    margin: 0;
    padding-left: 25px;
    margin-top: 10px
}

.main-list li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 21px
}

.main-list li:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 11px;
    top: 5px;
    left: 0;
    background: url(/local/static/img/style/icon_check.svg) no-repeat 50%;
    background-size: contain
}

.winner {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 320px;
    margin: 20px 0
}

.winner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: rotate(2deg);
    box-shadow: inset 0 -1px 0 #e3e3e3;
    z-index: 1
}

.winner__wrap {
    position: relative;
    z-index: 2
}

.winner__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.winner__row:first-child {
    margin-bottom: 10px
}

.winner__place {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #cca56b;
    padding-top: 16px;
    margin-right: 8px
}

.winner__place span {
    font-size: 15px;
    font-weight: 700;
    display: block
}

.winner__name {
    font-size: 15px;
    margin-bottom: 15px
}

.winner__location {
    font-size: 12px;
    color: #e88b2f
}

.winner__data {
    font-size: 12px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.winner__data span {
    display: block;
    font-size: 32px;
    font-weight: 300
}

.socials {
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.socials_margin {
    width: 210px
}

.socials__link {
    fill: #00567e;
    transition: opacity .2s
}

.socials__link:hover {
    opacity: .7
}

.socials__link_bg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #00567e;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: #fff
}

.socials__link_stroke {
    fill: #00567e;
    stroke: #fff
}

.search {
    position: absolute;
    right: 0;
    width: 130px;
    transition: width .2s
}

.search.active {
    width: 100%
}

.search:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: url(/local/static/img/style/icons/icon_search.svg) no-repeat 50%;
    background-size: contain
}

.search__submit {
    background: transparent url(/local/static/img/style/icons/icon_search.svg) no-repeat 50%;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: none;
    cursor: pointer;
}

.search.active .search__submit {
    display: block;
}
.search.active:before {
    display: none;
}

.search input {
    padding: 10px 10px 10px 30px;
    border: none;
    width: 100%;
    background-color: #fff;
    outline: none;
    display: block;
    border-radius: 3px;
    border: 1px solid #fff
}

.search input::-webkit-input-placeholder {
    font-style: italic
}

.search input::-moz-placeholder {
    font-style: italic
}

.search input:-ms-input-placeholder {
    font-style: italic
}

.search input:-moz-placeholder {
    font-style: italic
}

.search input:focus {
    border: 1px solid #00567e
}

.events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 500px;
    height: 100%;
}

.events__col {
    -ms-flex: 1 1 850px;
    flex: 1 1 850px
}

.events__col_small {
    -ms-flex: 1 1 480px;
    flex: 1 1 480px;
    margin-left: 30px;
    height: 100%;
}

.events__image,
.events__main {
    position: relative
}

.events__image {
    overflow: hidden;
    height: 100%;
    /*max-height: 625px;*/
}
.height_max_600{
    max-height: 500px;
}
.height_max_300{
    max-height: 250px;
}

.events__secondary{height: 100%;}


.events__main .events__image:before{
    background-image: linear-gradient(0.0deg, rgba(0, 46, 136, .5) 6.38%, rgba(1, 75, 136, .275955) 16.2%, rgba(0, 103, 150, 0) 30.16%);
}
.events__image:before {
    content: "";
    width: 100%;
    height: 100%;
    /*background: linear-gradient(15.61deg, rgba(0, 46, 136, .5) 32.38%, rgba(1, 75, 136, .275955) 63.2%, rgba(0, 103, 150, 0) 86.16%);*/
    background-image: linear-gradient(0.0deg, rgba(0, 46, 136, .5) 17.38%, rgba(1, 75, 136, .275955) 39.2%, rgba(0, 103, 150, 0) 56.16%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.events__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: .2s
}

.events__title {
    top: 30px;
    font-size: 22px;
    line-height: 28px;
    font-family: a_RubricaCn, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    text-shadow: 0 4px 4px rgba(0, 87, 150, .25)
}

.events__info,
.events__title {
    position: absolute;
    left: 15px;
    color: #fff;
    z-index: 2
}

.events__info {
    bottom: 30px
}

.events__info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.events__date {
    color: #f2f2f2
}

.events__date,
.events__place {
    font-size: 13px;
    line-height: 17px
}

.events__place {
    color: #ec1823;
    margin-left: 10px
}

.events__place_blue {
    color: #77cbe0
}

.events__item {
    position: relative;
    display: block;
    transition: .2s;
    height: 100%;
}

.events__item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3)
}

.events__item:hover .events__image img {
    transform: scale(1.05)
}

.events__item:focus .events__image:before {
    opacity: .8
}

.events__descr {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    max-width: 70%
}

.events__secondary .events__descr {
    font-size: 16px;
    line-height: 21px
}

.events-top {
    margin-top: 62px;
    margin-bottom: 130px;
}

.events-top__title {
    font-family: a_RubricaCn, sans-serif;
    font-size: 22px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #546a84;
    margin: 0
}

.events-top__wrap {
    background: #1481c3;
    padding: 15px 15px 0;
    margin-top: 10px
}

.events-top__logo {
    background: #fff;
    padding: 8px;
    min-height: 150px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    height: 184px;
}

.events-top__logo img {
    max-height: 100%
}

.events-top__text {
    color: #fff;
    font-size: 16px;
    line-height: 21px
}

.events-top__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    color: #fafafa;
    margin-top: 15px
}

.events-top .button {
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    margin: 15px -15px 0
}

.last-projects {
    border: 1px solid #e3e3e3;
    background: #fafafa
}

.last-projects__title {
    padding: 15px;
    font-family: a_RubricaCn, sans-serif;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #546a84;
    font-weight: 400
}

.last-projects__list {
    overflow: hidden;
    overflow-y: auto;
    max-height: 840px
}

.last-projects__list::-webkit-scrollbar {
    width: 8px
}

.last-projects__list::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.last-projects__list::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: none;
    border-radius: 4px
}

.last-projects__item {
    padding: 15px;
    display: block;
    transition: .2s
}

.last-projects__item:hover {
    background: #fff
}

.last-projects__logo,
.last-projects__logo img {
    max-height: 100px;
    text-align: center;
}

.last-projects__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px
}

.main-news {
    margin-top: 55px
}

.main-news__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.main-news__title {
    font-family: a_RubricaCn, sans-serif;
    font-size: 22px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #546a84;
    margin: 0
}

.main-news__tabs {
    display: -ms-flexbox;
    display: flex
}

.main-news__tabs-item {
    min-width: 195px;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #e3e3e3;
    transition: .2s;
    font-size: 16px;
    color: #0095da
}

.main-news__tabs-item:hover {
    border-color: #f9948c;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

.main-news__tabs-item.active {
    border-color: #c8271f
}

.main-news__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    margin-top: 20px
}

.main-news__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 15px
}

.main-news__item:hover {
    background: #f2f2f2
}

.main-news__item-date {
    font-size: 13px;
    color: #9b9b9b
}

.main-news__item-place {
    font-size: 13px;
    color: #0095da;
    margin-left: 5px
}

.main-news__item-text {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px
}

.best-peoples {
    margin: 50px 0;
    /*max-width: 1343px;*/
    max-width: 1060px;
}

.best-peoples__wrap {
    margin-top: 20px
}

.best-peoples__slider {
    position: relative
}

.best-peoples__slider:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 52, 126, .5), rgba(0, 103, 150, 0));
    pointer-events: none
}
.best-peoples__slider.no-background:before{
    display: none;
}

.best-peoples__pages {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6

}

.best-peoples__page {
    padding: 20px;
    background: #fff;
    transition: .2s;
    cursor: pointer;
    flex-grow: 1;
    width: calc(100% / 3);
}

.best-peoples__page.active {
    margin-top: -10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .25);
    z-index: 3
}

.best-peoples__page-date {
    font-size: 13px;
    color: #9b9b9b
}

.best-peoples__page-place {
    font-size: 13px;
    color: #0095da;
    margin-left: 5px
}

.best-peoples__page-text {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px
}

.best-peoples .owl-carousel .owl-item img {
    width: 100%;
}

.best-peoples .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2
}

.best-peoples .owl-next,
.best-peoples .owl-prev {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    outline: none
}

.best-peoples .owl-next span,
.best-peoples .owl-prev span {
    width: 62px;
    height: 80px;
    display: block;
    font-size: 0;
    color: transparent;
    background: url(/local/static/img/style/ico_slider-arrow.svg) no-repeat 50%;
    transition: .2s
}

.best-peoples .owl-next:hover span,
.best-peoples .owl-prev:hover span {
    background-color: hsla(0, 0%, 95%, .2)
}

.best-peoples .owl-next:focus span,
.best-peoples .owl-prev:focus span {
    background-color: hsla(0, 0%, 95%, .5)
}

.best-peoples .owl-prev {
    transform: translateY(-50%) rotate(-180deg);
    left: 0
}

.best-peoples .owl-next {
    right: 0
}

.main-video__row {
    display: -ms-flexbox;
    display: flex
}

.main-video__col {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.main-video__col iframe {
    width: 100%;
	display: block;
    min-height: 455px;


}

.main-video__col_small {
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    padding: 15px 0 15px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.main-video__list {
   overflow:hidden;
   overflow-y: scroll;
    max-height: 425px
}

.main-video__list::-webkit-scrollbar {
    width: 8px
}

.main-video__list::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.main-video__list::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: none;
    border-radius: 4px
}

.main-video__item {
    transition: .2s;
    padding: 20px;
    cursor: pointer
}

.main-video__item:hover {
    background: #c9ebfb
}

.main-video__item.active {
    background: #a3dbf6
}

.main-video__item-date {
    font-size: 13px;
    color: #9b9b9b
}

.main-video__item-place {
    font-size: 13px;
    color: #0095da;
    margin-left: 5px
}

.main-video__item-text {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px
}

.region-map {
    margin: 70px 0 50px
}

.region-map__row {
    display: -ms-flexbox;
    display: flex
}

.region-map__col {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}

.region-map__col_left {
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
}

.region-map__map {
    height: 620px
}

.jvectormap-tip {
    z-index: 2;
    background: #006796;
    border-color: #006796
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 40px;
    height: 40px;
    background: #a3dbf6;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #1481c3;
    font-size: 40px;
    left: inherit;
    right: 20px;
    transition: .2s
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    background-color: #1481c3;
    color: #fff
}

.jvectormap-zoomout {
    top: 65px
}

.main-social {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-bottom: 10px solid #a3dbf6;
    overflow: hidden;
    overflow-y: auto;
}
.main-social::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: none;
    border-radius: 4px;
}
.main-social::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.main-social::-webkit-scrollbar {
     width: 8px;
}


.main-social__tabs {
    display: -ms-flexbox;
    display: flex;
    background: #a1b0c3;
    height: 76px;
    align-items: center;
    justify-content: center;
}
.main-social__title{
    color: #fff;
    font-size: 20px;
}
.main-social__tab {
    padding: 10px 15px;
    transition: .2s
}

.main-social__tab.active {
}

.main-social__tab.active .main-social__round {
    background: none!important;
}

.main-social__tab.active .main-social__round svg {
    fill: #fff;
}

.main-social__round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a3dbf6;
    text-align: center;
    line-height: 38px;
    transition: .2s
}

.main-social__round svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    fill: #fafafa;
    transition: .2s
}

.main-social__content {
    padding: 15px 2px 15px 15px;
    height: 100%;
}

.widgettw {
   /* overflow: hidden;*/
    -webkit-appearance: none;
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
    /*max-height: 990px;*/
    display: none;
    height: 100%
}

.widgettw.active{
    display: block;
}

.widgettw::-webkit-scrollbar {
    width: 8px
}

.widgettw::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.widgettw::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: none;
    border-radius: 4px
}

.widgettw__item {
    padding: 5px 0 10px;
    border-bottom: 1px solid #bdbdbd
}

.widgettw__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.widgettw__photo {
    -ms-flex: 0 0 48px;
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /*border-radius: 50%;*/
    overflow: hidden;
}

.widgettw__login {
    font-size: 16px;
    font-weight: 700;
    color: #1481c3;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    transition: .2s
}

.widgettw__login:hover {
    border-color: #1481c3
}

.widgettw__text {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 0 10px
}

.widgettw__text a {
    color: #1481c3;
    display: inline-block;
    margin-top: 5px;
    border-bottom: 1px solid transparent;
    transition: .2s
}

.widgettw__text a:hover {
    border-color: #1481c3
}

.widgettw__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.widgettw__time {
    font-size: 13px;
    color: #828282
}

.widgettw__send {
    font-size: 13px;
    color: #ec1823;
    margin-left: 30px;
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.widgettw__send:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/local/static/img/style/ico_send.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.widgettw__send:hover {
    text-decoration: underline
}

.about {
    margin-top: 45px;
    margin-bottom: 60px
}

.about__title {
    color: #546a84;
    margin-bottom: 10px;
}

.about__descr {
    font-size: 18px;
    line-height: normal!important;
    color: #3b3b3b
}

.co-chairs_mt {
    margin-top: 60px
}

.co-chairs__title {
    max-width: 600px;
    color: #546a84;
    margin-bottom: 25px
}

.co-chairs__subtitle {
    color: #006796;
    /*max-width: 600px*/
}

.co-chairs__wrap {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.co-chairs__wrap_bgc {
    padding: 70px 80px;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    margin-top: 10px
}

.co-chairs__item {
    position: relative
}

.co-chairs__item_3 {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 170px;
    margin-bottom: 170px;
    -ms-flex-preferred-size: calc(100% / 3 - 340px / 3);
    flex-basis: calc(100% / 3 - 340px / 3);
    max-width: calc(100% / 3 - 340px / 3);
    margin-bottom: 0
}

.co-chairs__item_3:nth-child(4n) {
    margin-right: 170px
}

.co-chairs__item_3:nth-child(3n) {
    margin-right: 0
}

.co-chairs__item_4 {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    -ms-flex-preferred-size: calc(100% / 4 - 90px / 4);
    flex-basis: calc(100% / 4 - 90px / 4);
    max-width: calc(100% / 4 - 90px / 4);
    margin-bottom: 80px
}

.co-chairs__item_4:nth-child(5n) {
    margin-right: 30px
}

.co-chairs__item_4:nth-child(4n) {
    margin-right: 0
}

.co-chairs__item_4:nth-child(n+5) {
    margin-bottom: 0
}

.co-chairs__image {
    margin-bottom: 10px
}

.co-chairs__image-wrap {
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.co-chairs__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.co-chairs__image_padding {
    padding: 0 20px
}

.co-chairs__name {
    text-align: center;
    font-size: 36px;
    line-height: 42px
}

.co-chairs__post {
    color: #828282;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px
}

.contacts-min {
    margin-top: 60px
}

.contacts-min__title {
    color: #546a84;
    margin-bottom: 30px
}

.contacts-min__descr {
    font-size: 30px;
    line-height: 57px
}
.modal__title{}

.contacts-min__item {
    font-size: 18px;
    line-height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contacts-min__label {
    font-weight: 700;
    margin-right: 15px;
}
.contacts-min__value, .contacts-min__label{
    display: inline;
}
.contacts-min__label img{display: inline-block;vertical-align: middle;}
.news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
    position: relative
}

.news_pt0 {
    padding-top: 20px
}

.news-wrap {
    position: relative
}

.news-title {
    color: #546a84
}

.news__item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 190px;
    -ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
    flex-basis: calc(100% / 4 - 60px / 4);
    max-width: calc(100% / 4 - 60px / 4);
    margin-bottom: 45px
}

.news__item,
.news__item:nth-child(4n) {
    margin-right: 20px
}

.news__item:nth-child(4n) {
    margin-right: 0
}

.news__image {
    padding-top: 64%;
    overflow: hidden;
    position: relative
}

.news__image img {
    -o-object-fit: cover;
    object-fit: cover
}


.news__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.news__image:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.news__image:before {
    content: "";
    z-index: 1;
    /*background-image: linear-gradient(15.04deg, rgba(0, 46, 136, .5) 24.38%, rgba(1, 75, 136, .275955) 42.2%, rgba(0, 103, 150, 0) 55.16%);*/

    background-image:linear-gradient(0.0deg, rgba(0, 46, 136, .5) 7.38%, rgba(1, 75, 136, .275955) 14.2%, rgba(0, 103, 150, 0) 25.16%);
}

.news__data {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 13px;
    line-height: 17px;
    z-index: 2
}

.news__date {
    color: #fff;
    display: inline
}

.news__place {
    display: inline;
    color: #77cbe0
}

.news__info {
    background: #fff;
    /*border: 1px solid #e0e0e0;*/
    padding: 15px
}

.news__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px
}

.news__descr {
    font-size: 16px;
    line-height: 21px;
    color: #4f4f4f;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-pag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.news-pag__items-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-pag__item {
    margin: 0 5px;
    color: #006796;
    padding: 5px;
    font-size: 20px
}

.news-pag__item_arrow {
    border-radius: 50%;
    border: 1px solid #006796;
    width: 40px;
    height: 40px;
    fill: #006796;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background-color .2s, fill .2s
}

.news-pag__item_arrow:hover {
    background-color: #006796;
    fill: #fff
}

.news-pag__item_rotate {
    transform: rotate(-180deg)
}

.news-filters {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.news-filters__item {
    width: 195px;
    margin-left: 15px
}

.date-input {
    position: relative;
    height: 47px
}

.date-input:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(/local/static/img/style/icon_calendar.svg) no-repeat 50%;
    background-size: contain;
    z-index: 3
}

.date-input__placeholder {
    position: absolute;
    z-index: 1;
    top: 0
}

.date-input__item,
.date-input__placeholder {
    height: 47px;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    border-radius: 0;
    font-size: 14px;
    padding-left: 15px;
    color: #0095da;
    width: 100%;
    line-height: 47px
}

.date-input__item {
    position: relative;
    z-index: 2;
    opacity: 0
}

.date-input__item.active {
    opacity: 1
}

.projects {
    margin-top: 65px
}
.projects__info{
    -ms-flex: 0 0 838px;
    flex: 0 0 838px;
}
.projects__item {
    margin-bottom: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: center;
    border-bottom: 1px solid #d2d2d2;
}

.projects__item_fx {
    -ms-flex-align: start;
    align-items: flex-start
}

.projects__image {
    margin-right: 53px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
}

.projects__title {
    color: #006796;
    font-family: a_RubricaCn, sans-serif;
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px
}

.projects__row {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px
}

.projects__label {
    font-weight: 700
}

.projects__list {
    margin-bottom: 5px
}

.projects__list ul {
    display: none
}

.projects__list-title {
    font-style: italic;
    font-size: 22px;
    line-height: 31px;
    color: #3b3b3b;
    cursor: pointer;
    position: relative;
}

.projects__list-title.active {
    color: #00567e
}

.projects__list-title.active~ul {
    display: block
}

.news-page {
    margin-top: 15px;
    margin-bottom: 50px
}

.news-page__text {
    font-size: 20px;
    line-height: 26px;
    color: #4f4f4f;
    margin: 30px 0
}

.news-page__video {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 24px;
    margin-bottom: 24px;
    -ms-flex-preferred-size: calc(100% / 3 - 48px / 3);
    flex-basis: calc(100% / 3 - 48px / 3);
    max-width: calc(100% / 3 - 48px / 3)
}

.news-page__video:nth-child(4n) {
    margin-right: 24px
}

.news-page__video:nth-child(3n) {
    /*margin-right: 0*/
}

.news-page__video-main {
    padding-top: 56%;
    position: relative
}

.news-page__video-main>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-page__video-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.news-page__video-label {
    font-size: 20px;
    line-height: 26px;
    text-align: center
}

.news-page__video-link {
    cursor: pointer;
    padding-top: 63%;
    overflow: hidden;
    position: relative
}

.news-page__video-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.news-page__video-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(64.3deg, rgba(0, 34, 154, .46) 27.23%, rgba(0, 158, 235, .32) 86.86%)
}

.news-page__quote {
    padding: 55px;
    background: #f2f2f2;
    border: 1px solid #bdbdbd
}

.news-page__quote-wrap {
    max-width: 1045px;
    margin: 0 auto
}

.news-page__quote-text {
    padding: 0 60px;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #006796;
    position: relative
}

.news-page__quote-text:before {
    content: "«";
    top: 0;
    left: 0
}

.news-page__quote-text:after,
.news-page__quote-text:before {
    position: absolute;
    font-size: 110px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #00567e
}

.news-page__quote-text:after {
    content: "»";
    bottom: 0;
    right: 0
}

.news-page__quote-author {
    margin-top: 25px;
    font-size: 26px;
    line-height: 34px;
    color: #006796;
    padding: 0 60px
}

.gallery {
    margin-bottom: 0
}

.gallery__main {
    margin-bottom: 10px
}

.gallery__main-wrap {
    padding-top: 61%;
    overflow: hidden;
    position: relative
}

.gallery__main-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: .2s;
}

.gallery__main-wrap:before,.gallery__main-wrap:after,
.gallery__main-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.gallery__main-wrap:hover img{
    transform: scale(1.05);
}

.gallery__main-wrap:hover:after{
    content: "";
    z-index: 2;
    background-image: linear-gradient(270.0deg, rgba(0, 46, 136, .5) -1.62%, rgba(1, 75, 136, .275955) 1.2%, rgba(0, 103, 150, 0) 3.16%);
}

.gallery__main-wrap:hover:before {
    content: "";
    z-index: 2;
    /*background-image: linear-gradient(91.82deg, rgba(0, 46, 136, .5) 7.36%, rgba(1, 74, 136, .125) 25.53%, rgba(1, 75, 136, .125) 70.74%, rgba(3, 64, 133, .5) 88.48%)*/
    background-image: linear-gradient(90.0deg, rgba(0, 46, 136, .5) -1.62%, rgba(1, 75, 136, .275955) 1.2%, rgba(0, 103, 150, 0) 3.16%);
}


.gallery__thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery__thumb {
    margin-right: 8px;
    width: 135px;
    height: 66px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.gallery__thumb:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 98%, .75);
    border: 2px solid #e40520;
    transition: opacity .2s;
    box-sizing: border-box
}

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

.gallery__thumb:last-child {
    margin-right: 0
}

.gallery__thumb.active:before {
    opacity: 1
}

.gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2
}

.gallery .owl-next,
.gallery .owl-prev {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    outline: none
}

.gallery .owl-next span,
.gallery .owl-prev span {
    width: 62px;
    height: 80px;
    display: block;
    font-size: 0;
    color: transparent;
    background: url(/local/static/img/style/ico_slider-arrow.svg) no-repeat 50%;
    transition: .2s
}

.gallery .owl-next:hover span,
.gallery .owl-prev:hover span {
    background-color: hsla(0, 0%, 95%, .2)
}

.gallery .owl-next:focus span,
.gallery .owl-prev:focus span {
    background-color: hsla(0, 0%, 95%, .5)
}

.gallery .owl-prev {
    transform: translateY(-50%) rotate(-180deg);
    left: 0
}

.gallery .owl-next {
    right: 0
}

.downloads {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    padding: 25px 30px
}

.downloads__title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700
}

.downloads__row {
    margin-top: 15px
}

.downloads__item {
    display: inline-block;
    padding-left: 25px;
    margin-right: 120px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #006796
}

.downloads__item:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    top: 1px;
    left: 0;
    background: url(/local/static/img/style/icon_download.svg) no-repeat 50%;
    background-size: contain
}

.downloads__item:hover {
    text-decoration: underline
}

.downloads__item_height {
    padding: 10px 10px 10px 25px
}

.downloads__item_height:before {
    top: 10px
}

.block1 {
    margin-top: 40px
}

.block1__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.block1__item,
.block1__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.block1__item {
    margin-right: 48px
}

.block1__item-label {
    font-size: 20px;
    line-height: 26px;
    color: #546a84;
    margin-right: 8px
}

.block1__name {
    color: #1481c3;
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px
}

.block1__socials {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.block1__keywords,
.block1__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.block1__keywords {
    margin-top: 25px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 26px
}

.block1__keyword {
    color: #0095da
}

.become__title {
    color: #546a84
}

.become__list li {
    font-size: 26px;
    line-height: 34px;
    padding-left: 42px;
    margin-top: 15px
}

.become__list li:before {
    width: 33px;
    height: 23px
}

.become__form {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    padding: 40px 50px 60px;
    margin-top: 40px
}

.become__form-wrap {
    max-width: 610px;
    margin: 0 auto
}

.become__form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.become__file {
    margin: 10px 0
}

.become__file-label {
    font-size: 20px;
    line-height: 26px;
    color: #828282
}

.become__file_m0 {
    margin: 0
}

.persona__title {
    margin-bottom: 25px
}

.persona__list ul {
    margin-left: -42px
}

.persona__list li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px
}

.persona__image {
    -ms-flex: 0 0 526px;
    flex: 0 0 526px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 80px
}

.persona__image-wrap {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden
}

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

.search-page {
    margin-top: 30px
}

.search-page__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.search-page__input {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}

.search-page__input:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 11px;
    left: 10px;
    background: url(/local/static/img/style/icons/icon_search.svg) no-repeat 50%;
    background-size: contain
}

.search-page__input input[type=text] {
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #a3dbf6;
    padding: 10px;
    padding-left: 37px
}

.search-page__submit {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #006796;
    background-color: #fff;
    background: #a3dbf6;
    border-radius: 0 5px 5px 0;
    border: 1px solid #a3dbf6;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700
}

.search-page__results {
    margin-top: 50px
}

.search-page__item {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search-page__image {
    -ms-flex: 0 0 192px;
    flex: 0 0 192px
}

.search-page__image-wrap {
    padding-top: 65%;
    overflow: hidden;
    position: relative
}

.search-page__image-wrap img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.search-page__info {
    border-left: 1px solid #e0e0e0;
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.search-page__data {
    font-size: 13px;
    line-height: 17px
}

.search-page__date {
    color: #546a84
}

.search-page__place {
    color: #0095da
}

.search-page__title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 3px
}

.search-page__descr {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 21px
}

.map-popup {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 97, 210, .5);
    padding: 16px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 530px;
    display: none
}

.map-popup__info {
    /*padding-left: 157px*/
}

.map-popup__title {
    color: #f14243;
    font-family: a_RubricaCn, sans-serif;
    font-size: 18px;
    line-height: 21px;
    padding-right: 28px;
}

.map-popup__subtitle {
    color: #546a84;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px
}

.map-popup__close-btn {
    top: 10px;
    right: 10px
}

.member {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;

    -ms-flex-pack: start;

    justify-content: flex-start;
    margin-top: 25px
}

.member:last-child {
    margin-bottom: 0
}

.member__image {
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    margin-right: 32px
}

.member__image-wrap {
    width: 100%;
    border-radius: 50%;
    padding-top: 100%;
    overflow: hidden;
    position: relative
}

.member__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.member__label {
    font-size: 13px;
    line-height: 17px;
    color: #9b9b9b
}

.member__name {
    font-weight: 700;
    color: #3b3b3b
}

.member__descr,
.member__name {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px
}
.member__contacts{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.member__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.member__contact-icon img{
    display: inline-block;
    vertical-align: middle;
}

.member__contact-icon {
    /*width: 25px;*/
    margin-right: 8px;
}

.member__contact-value_blue {
    color: #0095da
}

.border-top__grey{
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}
.member__contacts_title{
    padding-bottom: 15px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: bold;
}
.region-list__title {
    font-size: 13px;
    line-height: 17px;
    color: #000!important;
    padding: 10px;
    border-bottom: none!important
}

.region-list__sublist {
    position: absolute;
    left: 100%;
    margin-left: 30px;
    display: none;
    top: 0
}

.region-list__sublist:before {
    position: absolute;
    content: "Регион / область";
    top: -37px;
    font-size: 13px;
    line-height: 17px;
    color: #000!important;
    padding: 10px;
    border-bottom: none!important
}

.region-list ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    width: 208px
}

.region-list li {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 10px;
    cursor: pointer
}

.region-list li:hover, .region-list li.active {
    background-color: #a3dbf6
}

.region-list>ul {
    font-size: 14px;
    line-height: 18px;
    position: relative
}

.region-list>ul>li ul {
    max-height: 350px;
    overflow-y: scroll
}

.region-list>ul>li ul::-webkit-scrollbar {
    width: 8px
}

.region-list>ul>li ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.region-list>ul>li ul::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: none;
    border-radius: 4px
}

.region-list>ul>li ul li {
    color: #006796
}

.region-list>ul>li.active .region-list__sublist {
    display: block
}

    .container {
        max-width: 1600px;
        padding: 0 15px
    }
    .prev-page {
        left: 20px
    }
    .events__col_small {
        margin-left: 15px
    }



.quiz__row {
    -ms-flex-align:start;
    align-items:flex-start
}
.quiz__row,
.quiz__scatter {
    display:-ms-flexbox;
    display:flex
}
.quiz__img-wrap {
    display: block;
}
.quiz__scatter {
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.quiz__alert {
    font-size:32px;
    line-height:1;
    color:#ed1c24
}
.quiz__left {
    width:208px;
    margin-right:30px
}
.quiz__right {
    width:calc(100% - 238px)
}
.quiz__right_result {
    display: none;
}
.quiz__title-block {
    font-size:40px;
    line-height:57px;
    color:#006796
}
.quiz__round,
.quiz__title-block {
    font-family:a_RubricaCn,sans-serif;
    font-weight:700
}
.quiz__round {
    font-size:18px;
    line-height:23px;
    color:#ed1c24
}
.quiz__title {
    font-size:20px;
    font-weight:700;
    line-height:26px
}
.quiz__title_head {
    font-family:a_RubricaCn,sans-serif;
    font-size:22px;
    line-height:28px
}
.quiz__regular {
    font-size:20px;
    line-height:26px
}
.quiz p,
.quiz__desc {
    font-size:16px;
    line-height:21px;
    color:#4f4f4f
}
.quiz__btn+.button {
    margin-left:35px
}
.h-outer-bottom {
    margin-bottom:30px
}
.games__title-block,
.h-uppercase {
    text-transform:uppercase
}
.games__title-block {
    margin-bottom:45px;
    font-family:a_RubricaCn,sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:28px;
    color:#546a84
}
.games__list {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-95px;
    margin-left:-95px
}
.games__col {
    width:33.3333%;
    padding-right:95px;
    padding-left:95px;
    margin-bottom:45px
}
.games__item {
    display: block;
    height:100%;
    border:1px solid #e0e0e0
}
.games__img {
    width:100%
}
.games__title {
    font-size:20px;
    line-height:26px
}
.games__desc {
    font-size:16px;
    line-height:21px;
    color:#4f4f4f
}
.games__body {
    padding:12px;
    padding-bottom:45px
}
.options__list {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.options__col {
    width:50%;
    padding-right:15px;
    padding-left:15px
}
.options__item {
    height:100%
}
.options__img {
    margin-bottom:30px
}
.options__input {
    position:absolute;
    left:-9999px;
    width:0;
    height:0;
    overflow:hidden;
    opacity:0;
    visibility:hidden
}
.options__input:checked+.options__custom {
    background-color:#c8271f
}
.options__label {
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.options__custom,
.options__label {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.options__custom {
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex:0 0 80px;
    flex:0 0 80px;
    width:80px;
    height:48px;
    margin-right:20px;
    font-family:a_RubricaCn,sans-serif;
    font-size:40px;
    font-weight:700;
    line-height:57px;
    color:#fff;
    background-color:#006796
}
.options__text {
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    color:#3b3b3b
}
.options__answer,
.options__text {
    font-size:20px;
    font-weight:700;
    line-height:26px
}
.options__answer {
    color:#ec1823
}
.options__answer span {
    color:#000
}
.options_boolean .options__col {
    width:25%
}
.options_boolean .options__label {
    display:inline-block
}
.options_boolean .options__custom {
    margin-right:0
}
.answer {
    font-size:20px;
    font-weight:700;
    line-height:26px;
    color:#ec1823
}
.answer span {
    color:#000
}
.timer {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.timer__divider,
.timer__num {
    font-size:32px;
    line-height:1;
    color:#ed1c24
}
.timer__divider {
    margin-right:2px;
    margin-left:2px;
    padding-bottom:3px
}
.progress__top {
    position:relative;
    height:4px;
    background-color:#e3e3e3
}
.progress__fill {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:0;
    background-color:#ed1c24;
    transition:width 1s ease
}
.progress__bottom {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start
}
.progress__text {
    font-size:18px;
    line-height:23px;
    color:#3b3b3b
}
.progress__per,
.progress__text {
    width:50%;
    font-family:a_RubricaCn,sans-serif;
    font-weight:700
}
.progress__per {
    font-size:40px;
    line-height:57px;
    color:#ed1c24
}
.progress__list {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.progress__col {
    width:20%;
    padding-right:15px;
    padding-left:15px
}
.progress__item {
    position:relative;
    min-height:110px
}
.progress__title {
    font-size:18px;
    font-weight:700;
    line-height:23px;
    color:#3b3b3b;
    text-align:center
}
.progress__status {
    display:block;
    width:120px;
    height:120px;
    margin-right:auto;
    margin-left:auto;
    transform:rotate(-90deg)
}
.progress__circle {
    transition:stroke-dashoffset 1s ease;
    stroke-dashoffset:0;
    stroke-width:1px;
    stroke:#e3e3e3
}
.progress__circle_fill {
    stroke-width:5px;
    stroke:#ed1c24;
}

@keyframes circle-default {
    to {
        stroke-dashoffset: 0;
    }
}

.progress__num {
    position:absolute;
    bottom: 45px;
    left:50%;
    text-align:center;
    white-space: nowrap;
    transform: translateX(-50%);
}
.progress__num-big {
    font-size:30px
}
.progress__num-big,
.progress__num-small {
    font-weight:700;
    line-height:1;
    color:#ed1c24
}
.progress__num-small {
    font-size:20px
}



.quiz-widget {
    background-color: #FAFAFA;
    border: 1px solid #E3E3E3;
    margin-bottom: 20px;
}

.quiz-widget__top {
    padding: 15px;
}

.quiz-widget__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #546A84;
    margin-bottom: 8px;
}

.quiz-widget__img {
    width: 200px;
    height: 128px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.quiz-widget__desc {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.quiz-widget__link {
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    text-align: center;
    background-color: #A3DBF6;
    -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
    border-radius: 2px;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #006796;
}




@media screen and (min-width: 1900px){
    .best-peoples{
        max-width: 1250px;
    }
    .section__col_small{
        flex: 0 0 268px;
        margin-left: 52px;
    }
}
@media screen and (max-width:1900px) {
    .header__logo {
        max-width: 200px
    }
    /*.section__col_small {
        margin-left: 40px
    }*/
    .last-projects__list {
        max-height: 800px
    }
    /*.best-peoples {
        max-width: 1240px
    }*/
    /*.widgettw {
        max-height: 1022px;
    }*/

}

@media screen and (max-width:1899px) {
    .news-filters {
        right: 0
    }
}

@media screen and (max-width:1650px) {
    .button {
        font-size: 15px
    }
}

@media screen and (max-width:1599px) {
    .about__descr {
        font-size: 18px;
        line-height: 43px
    }
    .co-chairs__wrap {
        padding: 0 15px
    }
    .co-chairs__wrap_bgc {
        padding: 40px 15px
    }
    .co-chairs__name {
        font-size: 32px;
        line-height: 38px
    }
    .contacts-min__descr {
        font-size: 20px;
        line-height: 43px
    }
}

@media (max-width:1599px) {
    .container {
        max-width: 1400px
    }
    .prev-page {
        position: relative;
        left: 60px
    }
    .header__col_p-r {
        margin-right: 20px
    }
    .nav {
        font-size: 15px
    }
    .nav ul {
        width: 320px
    }
    .section__wrap_control-width .section__col {
        width: calc(100% - 320px);
    }
    .section__wrap_control-width .section__col_small {
        width: 290px;
    }
    .section__col_small {
        margin-left: 30px
    }
    .events__col_small {
        margin-left: 10px
    }
    .events__descr {
        max-width: 100%;
        padding-right: 15px
    }
    .last-projects__list {
        max-height: 780px
    }
    .main-news__tabs-item {
        min-width: 100px
    }
    /*.best-peoples {
        max-width: 1050px
    }*/
    .widgettw {
    }
}

@media (max-width:1399px) {
    .container {
        max-width: 1280px
    }
    .container2 {
        max-width: 100%;
        padding: 0
    }
    .prev-page {
        position: relative;
        left: 0
    }
    .header__buttons {
        margin-left: 25px
    }
    .header__buttons .button {
        font-size: 13px;
        line-height: 17px;
        min-width: 185px
    }
    .header__col_p-r {
        padding-right: 30px
    }
    .nav {
        font-size: 17px;
        margin-right: 25px
    }
    .nav ul {
        width: 380px
    }
    .section__col_350 {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .section__col_440{
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .section__col_small {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .search {
        width: 30px
    }
    .search:before {
        pointer-events: none;
        left: 7px
    }
    .main-middle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .events-top__logo {
        height: 185px
    }
    .events-top__logo img {
        height: 180px
    }
    .last-projects__list {
        max-height: 1132px
    }
    .main-news__tabs-item {
        min-width: 175px
    }
    /*.best-peoples {
        max-width: 930px
    }*/
    /*.main-video {
        width: 1250px;
        margin-right: -320px
    }*/
    .main-video__col_small {
        -ms-flex: 0 0 310px;
        flex: 0 0 310px
    }
    /*.widgettw {
        max-height: 375px
    }*/
}

@media screen and (max-width:1399px) {
    .news__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 100px;
        -ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
        flex-basis: calc(100% / 4 - 60px / 4);
        max-width: calc(100% / 4 - 60px / 4);
        margin-bottom: 20px
    }
    .news__item,
    .news__item:nth-child(4n) {
        margin-right: 20px
    }
    .news__item:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (max-width:1280px) {
    .co-chairs__wrap {
        padding: 0 15px
    }
    .co-chairs__wrap_bgc {
        padding: 20px 15px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .co-chairs__item_3 {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 50px;
        margin-bottom: 50px;
        -ms-flex-preferred-size: calc(100% / 3 - 100px / 3);
        flex-basis: calc(100% / 3 - 100px / 3);
        max-width: calc(100% / 3 - 100px / 3);
        margin-bottom: 0
    }
    .co-chairs__item_3:nth-child(4n) {
        margin-right: 50px
    }
    .co-chairs__item_3:nth-child(3n) {
        margin-right: 0
    }
    .co-chairs__item_4 {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 30px;
        margin-bottom: 30px;
        -ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
        flex-basis: calc(100% / 3 - 60px / 3);
        max-width: calc(100% / 3 - 60px / 3)
    }
    .co-chairs__item_4:nth-child(4n) {
        margin-right: 30px
    }
    .co-chairs__item_4:nth-child(3n) {
        margin-right: 0
    }
    .news__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 50px;
        -ms-flex-preferred-size: calc(100% / 3 - 100px / 3);
        flex-basis: calc(100% / 3 - 100px / 3);
        max-width: calc(100% / 3 - 100px / 3);
        margin-bottom: 20px
    }
    .news__item,
    .news__item:nth-child(4n) {
        margin-right: 50px
    }
    .news__item:nth-child(3n) {
        margin-right: 0
    }
    .news-filters {
        position: relative;
        margin-top: 15px
    }
}

@media screen and (max-width:1279px) {
    .persona__image {
        -ms-flex: 0 0 386px;
        flex: 0 0 386px
    }
}

@media (max-width:1279px) {
    .container,
    .container3 {
        max-width: 960px
    }
    .container3 {
        padding: 0
    }
    .header .socials {
        display: none
    }
    .header__wrap {
        padding: 5px 0
    }
    .header__col_p-r {
        margin-left: auto
    }
    .header__col .search {
        width: 120px
    }
    .header__col .search.active {
        width: 240px
    }
    .header__col .nav {
        display: none;
        background: #fff;
        position: absolute;
        right: 0;
        top: -37px;
        z-index: 2;
        padding: 25px
    }
    .header__logo {
        max-width: 175px
    }
    .header__menu {
        display: block
    }
    .events {
        width: 930px;
        margin-right: -320px
    }
    .last-projects {
        margin-top: 450px;
        overflow: hidden
    }
    .last-projects__list {
        max-height: 745px
    }
    .main-news__tabs-item {
        min-width: 105px
    }
    .best-peoples {
        /*max-width: 930px*/
    }
    .best-peoples__page {
        padding: 15px
    }
    .section-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section__col_widget {
        display: none;
    }
    .section__wrap_control-width .section__col {
        max-width: 100%;
        width: 100%;
    }
    .main-video {
        width: inherit;
        margin-right: 0
    }
    .main-video__col_small {
        -ms-flex: 0 0 360px;
        flex: 0 0 360px
    }
    .region-map__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .region-map__col {
        -ms-flex-order: 1;
        order: 1
    }
    .region-map__col_left {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    /*.main-social {
        display: none
    }*/
}

@media screen and (max-width:1170px) {
    .h1 {
        font-size: 24px;
        line-height: 27px
    }
    .form__col {
        -ms-flex: 0 1 280px;
        flex: 0 1 280px
    }
    .news__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 30px;
        -ms-flex-preferred-size: calc(100% / 3 - 60px / 3);
        flex-basis: calc(100% / 3 - 60px / 3);
        max-width: calc(100% / 3 - 60px / 3);
        margin-bottom: 20px
    }
    .news__item,
    .news__item:nth-child(4n) {
        margin-right: 30px
    }
    .news__item:nth-child(3n) {
        margin-right: 0
    }
    .news-filters {
        right: 0;
        top: -10px
    }
    .projects__image {
        -ms-flex: 0 0 135px;
        flex: 0 0 135px
    }
    .projects__info{
        flex: auto;
    }
}

@media (max-width:1170px) {
    .page-data_mb1170 {
        margin-bottom: 15px
    }
}

@media screen and (max-width:989px) {
    .news__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% / 2 - 20px / 2);
        flex-basis: calc(100% / 2 - 20px / 2);
        max-width: calc(100% / 2 - 20px / 2);
        margin-bottom: 20px
    }
    .news__item,
    .news__item:nth-child(3n) {
        margin-right: 20px
    }
    .news__item:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width:960px) {
    .news-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .news-filters__item {
        margin-bottom: 10px
    }
    .projects__image {
        -ms-flex: 0 0 135px;
        flex: 0 0 135px
    }
    .become__list li {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width:959px) {
    .container {
        max-width: 768px
    }
    .header__buttons .button:first-child {
        display: none
    }
    .support-mobile.hidden_desktop{display: block !important;}
    .footer__title {
        margin-left: 15px
    }
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 1;
        order: 1
    }
    .footer__col_middle {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0
    }
    .footer .socials_margin {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer .socials__link {
        margin: 0 10px
    }
    .section__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section__col_small {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .events {
        width: 738px
    }
    .events__col {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .events__col_small {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }
    .events__image {
        max-height: 310px
    }
    .events__descr {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px
    }
    .events__info {
        bottom: 20px
    }
    .main-middle {
        width: 738px
    }
    .last-projects {
        max-width: 738px;
        margin-top: 45px
    }
    .last-projects__title br {
        display: none
    }
    .last-projects__list {
        max-height: inherit
    }
    .last-projects__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .best-peoples {
        max-width: 738px
    }
    .main-video__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main-video__col,
    .main-video__col_small {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .main-video__col_small {
        margin-top: -5px
    }
    .news-page__quote {
        padding: 20px
    }
    .news-page__quote-text {
        font-size: 16px;
        line-height: 22px
    }
    .news-page__quote-author {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px
    }
    .news-page__text {
        font-size: 16px;
        line-height: 21px;
        margin: 22px 0
    }
    .block1__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:959px) {
    .about__descr {
        font-size: 18px;
        line-height: 30px
    }
    .co-chairs__post {
        font-size: 16px;
        line-height: 22px
    }
    .co-chairs__name {
        font-size: 24px;
        line-height: 26px
    }
    .contacts-min__descr {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .persona__image {
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        margin-right: 40px
    }
    .persona__image-wrap {
        width: 240px;
        height: 240px
    }

    .quiz__btn+.button {
        margin-top:15px;
        margin-left:0
    }
    .games__list {
        margin-right:-40px;
        margin-left:-40px
    }
    .games__col {
        padding-right:40px;
        padding-left:40px
    }
    .options__col {
        width:100%
    }
    .options_boolean .options__col {
        width:33.3333%
    }
    .progress__col {
        width:25%
    }
}

@media screen and (max-width:767px) {
    .modal {
        padding: 26px 18px
    }
    .modal__title {
        font-size: 24px;
        line-height: 31px
    }
    .modal__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .modal__col {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
    .modal__col,
    .modal__col:nth-child(1n),
    .modal__col:nth-child(2n) {
        margin-right: 0
    }
    .form__wrap {
        display: block
    }
    .form__col {
        width: 100%
    }
    .dropdown {
        line-height: 44px;
        height: 44px
    }
    .jq-selectbox {
        width: 100%;
        max-width: 100%
    }
    .custom-nav .owl-nav {
        position: absolute;
        height: 0;
        margin-top: 0;
        width: 105px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%)
    }
    .custom-nav .owl-next,
    .custom-nav .owl-prev {
        width: 40px!important;
        height: 40px!important;
        border: 1px solid #006796!important;
        position: absolute!important;
        transform: translateY(-50%)!important;
        border-radius: 50%!important;
        transition: background-color .2s!important;
        outline: none;
        cursor: pointer
    }
    .custom-nav .owl-next svg,
    .custom-nav .owl-prev svg {
        fill: #006796;
        transition: fill .2s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .custom-nav .owl-next:hover,
    .custom-nav .owl-prev:hover {
        background-color: #006796!important
    }
    .custom-nav .owl-next:hover svg,
    .custom-nav .owl-prev:hover svg {
        fill: #fff
    }
    .custom-nav .owl-prev {
        transform: translateY(-50%) rotate(180deg)!important;
        left: 0
    }
    .custom-nav .owl-next {
        right: 0
    }
    .about__descr {
        font-size: 18px;
        line-height: 23px;
        margin-top: 10px
    }
    .co-chairs__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .co-chairs__item:nth-child(1n),
    .co-chairs__item:nth-child(2n) {
        margin-right: 0
    }
    .co-chairs__item_4 {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px!important
    }
    .co-chairs__item_4:nth-child(1n),
    .co-chairs__item_4:nth-child(2n) {
        margin-right: 0
    }
    .contacts-min__descr {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .contacts-min__item {
        font-size: 16px;
        line-height: 21px;
        display: block
    }
    .contacts-min__label,
    .contacts-min__value {
        display: inline;
    }
    .news {
        padding-top: 30px
    }
    .news__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 0;
        -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
        flex-basis: calc(100% / 1 - 0px / 1);
        max-width: calc(100% / 1 - 0px / 1);
        margin-bottom: 20px
    }
    .news__item,
    .news__item:nth-child(1n),
    .news__item:nth-child(2n) {
        margin-right: 0
    }
    .news-filters {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin-top: 30px
    }
    .news-filters__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }
    .projects__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }
    .projects__image {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
    .projects__row {
        font-size: 16px;
        line-height: 21px
    }
    .become__form {
        padding: 35px 15px
    }
    .become__form-row {
        display: block
    }
    .become__file-label {
        font-size: 16px;
        line-height: 21px
    }
    .persona__image {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
    .persona__image-wrap {
        width: 280px;
        height: 280px
    }
    .persona__list ul {
        margin-left: -20px
    }
    .persona__list li {
        font-size: 16px;
        line-height: 21px
    }
    .search-page__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .search-page__image {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .search-page__info {
        border-left: none
    }
    .map-popup__info {
        padding-left: 61px
    }
    .member__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        margin-right: 10px
    }
    .region-list {
        padding-bottom: 430px
    }
    .region-list__sublist {
        left: 0;
        top: 100%;
        margin-top: 70px;
        margin-left: 0;
        width: 100%
    }
    .region-list ul {
        width: 100%
    }
}

@media (max-width:767px) {
    .content {
        margin: 25px 0
    }
    .wrapper_full {
        height: auto
    }
    .container {
        max-width: 375px;
        width: 100%
    }
    .captcha {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .captcha,
    .captcha img {
        width: 100%
    }
    .captcha_mr {
        margin-right: 0;
        margin-bottom: 15px
    }
    .z6 {
        z-index: 2
    }
    .h1 {
        font-size: 24px
    }
    .h2 {
        font-size: 16px;
        line-height: 21px
    }
    .hidden_desktop {
        display: block!important
    }
    .hidden_mobile {
        display: none!important
    }
    .header {
        z-index: 3
    }
    .header__wrap {
        position: relative
    }
    .header__logo {
        max-width: 163px
    }
    .header__buttons {
        display: none
    }
    .header__col_fx {
        position: static
    }
    .header__col .search {
        right: 80px;
        width: 30px
    }
    .header__col .search.active {
        width: 100%;
        right: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff
    }
    .header__col .search input:focus {
        border: 1px solid #fff
    }
    .header__col .nav {
        width: 100vw;
        left: 50%;
        top: 100%;
        z-index: 2;
        padding: 15px;
        margin-right: 0;
        transform: translateX(-50%)
    }
    .header__col .nav ul {
        max-width: 375px;
        margin: 0 auto
    }
    .header__col .nav a {
        padding: 7px 15px;
        display: block
    }
    .footer__col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .footer__col,
    .footer__col_middle {
        -ms-flex-order: inherit;
        order: inherit
    }
    .footer__col .button {
        width: 100%
    }
    .footer__info-row {
        margin-top: 15px;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__link {
        text-align: center;
        margin-top: 5px
    }
    .nav,
    .nav ul {
        width: 100%
    }
    .nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .nav ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .events,
    .main-middle {
        width: inherit
    }
    .events {
        display: block;
        max-width: 345px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-top: 20px;
        padding-bottom: 40px
    }
    .events__descr {
        font-size: 16px;
        line-height: 21px;
        padding: 0 15px
    }
    .events__image img {
        width: 100%!important
    }
    .events-top {
        margin-top: 30px
    }
    .events-top__logo {
        height: 160px
    }
    .events-top__wrap {
        margin-top: 15px
    }
    .events-top__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .events-top__info div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 5px;
        text-align: center
    }
    .last-projects {
        max-width: 345px
    }
    .last-projects__title {
        text-align: center
    }
    .last-projects__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .last-projects__logo img {
        max-height: 70px
    }
    .last-projects__list {
        padding-bottom: 50px
    }
    .main-news {
        margin-top: 25px
    }
    .main-news__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main-news__tabs {
        margin-top: 15px
    }
    .main-news__tabs-item {
        min-width: inherit;
        font-size: 13px
    }
    .main-news__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .main-news__item__text {
        font-size: 15px
    }
    .best-peoples {
        max-width: 345px
    }
    .best-peoples__wrap {
        padding-bottom: 60px
    }
    .best-peoples__page {
        display: none
    }
    .best-peoples__page.active {
        display: block
    }
    .best-peoples .owl-nav {
        top: auto;
        bottom: -150px
    }
    .best-peoples .owl-next span,
    .best-peoples .owl-prev span {
        display: none
    }
    .best-peoples__slider img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .main-video__col iframe {
        min-height: 305px
    }
    .main-video__col_small {
        margin-top: -3px;
        padding: 10px
    }
    .main-video__list {
        max-height: 145px
    }
    .region-map {
        margin: 25px 0
    }
    .map-popup{
        position: static;
    }
    .region-map__col {
        order: 3;
    }
    .region-map__map{
        display: none;
    }
    /*.main-social,*/
    .region-map__col_left {
        display: block
    }
    .main-social {
        max-height: 375px;
    }
    .section__col_widget {
        margin-top: 35px;
        display: block;
    }
    .news-page__video {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
    .news-page__video:nth-child(1n),
    .news-page__video:nth-child(2n) {
        margin-right: 0
    }
    .news-page__video-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .news-page__quote-text {
        padding: 0 25px
    }
    .news-page__quote-text:after,
    .news-page__quote-text:before {
        font-size: 35px;
        line-height: 20px
    }
    .gallery__thumbs {
        display: none
    }
    .gallery .owl-next,
    .gallery .owl-prev {
        width: 41px;
        height: 50px
    }
    .downloads {
        padding: 15px
    }
    .downloads__item {
        margin-right: 15px;
        margin-bottom: 13px
    }
    .downloads__item:last-child {
        margin-bottom: 0
    }
    .downloads__item_height {
        margin-right: 0;
        margin-bottom: 0
    }
    .block1__row {
        display: block
    }
    .block1__item {
        margin-bottom: 15px
    }
    .block1__item-label {
        display: inline
    }
    .block1__socials {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .block1__keywords {
        display: block
    }
    .block1__keyword {
        display: inline
    }

    .quiz__row {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .quiz__left {
        width:100%;
        margin-bottom:15px
    }
    .games__col,
    .quiz__right {
        width:100%
    }
    .options_boolean .options__col {
        width:50%
    }
    .progress__per {
        text-align:right
    }
    .progress__col {
        width:50%
    }
}

@media (max-width:370px) {
    .best-peoples,
    .events,
    .last-projects {
        max-width: 290px
    }
}

.modal__title_result{
    font-size: 32px;
    color: #1a61b8;
    /*font-weight: bold;*/
    text-transform: uppercase;
    letter-spacing: .02em;
    /*font-family: a_RubricaCn, sans-serif;*/
    margin-bottom: 25px;
    line-height: 48px;
}
.modal__text_result{
    font-size: 22px;
    line-height: 35px;
    color: #6f6f6f;
    margin-bottom: 25px;
    font-weight: normal;
}