

/* Start:/local/templates/rcm/css/app.css?1603986896269872*/
@font-face {
    font-family: GothamPro;
    font-weight: 300;
    font-style: normal;
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Light-7fd3861d.eot);
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Light-7fd3861d.eot) format("embedded-opentype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Light-22137068.woff) format("woff"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Light-abd5115e.ttf) format("truetype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Light-69df3a84.svg) format("svg")
}

@font-face {
    font-family: GothamPro;
    font-weight: 400;
    font-style: normal;
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Regular-269b4b26.eot);
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Regular-269b4b26.eot) format("embedded-opentype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Regular-8cc25299.woff) format("woff"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Regular-0490d0ef.ttf) format("truetype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Regular-c3491186.svg) format("svg")
}

@font-face {
    font-family: GothamPro;
    font-weight: 500;
    font-style: normal;
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Medium-631d9ea6.eot);
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Medium-631d9ea6.eot) format("embedded-opentype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Medium-6d9a0bef.woff) format("woff"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Medium-fdfe1741.ttf) format("truetype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Medium-32a2bc91.svg) format("svg")
}

@font-face {
    font-family: GothamPro;
    font-weight: 700;
    font-style: normal;
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Bold-2faaa57a.eot);
    src: url(../../../../../../local/templates/rcm/fonts/GothamPro-Bold-2faaa57a.eot) format("embedded-opentype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Bold-da4c30a9.woff) format("woff"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Bold-bfd8586b.ttf) format("truetype"), url(../../../../../../local/templates/rcm/fonts/GothamPro-Bold-708f4486.svg) format("svg")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    table-layout: fixed;
    height: 100%;
    color: #353535;
    font-weight: 300;
    font-family: GothamPro, sans-serif;
    font-size: 15px
}

html.noscroll {
    overflow: hidden
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #353535;
    font-weight: 400;
    font-family: GothamPro, sans-serif;
    font-size: 15px;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale
}

body.no-scroll {
    overflow: hidden
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none
}

a:focus {
    outline: none
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    border: 0
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
p,
ul {
    margin: 0
}

ul {
    padding-left: 0;
    list-style: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-cancel-button {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

main.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 75px
}

@media screen and (max-width:991px) {
    main.content {
        padding-top: 60px
    }
}

main.content.hidden {
    display: none
}

.container {
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 20px
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:991px) {
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 30;
        background-color: #fff;
        border-bottom: 2px solid #204da1
    }
}

.header__main {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s
}

.header__attic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px
}

@media (max-width:1050px) {
    .header__attic {
        display: none
    }
}

.header__logo,
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 25px
}

@media (max-width:1050px) {
    .header__logo {
        padding-top: 50px
    }
}

@media screen and (max-width:991px) {
    .header__logo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-top: 0
    }
}

.header__logo>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__mobile-content {
    display: none;
    font-size: 20px;
    font-weight: 700;
    color: #204da1
}

@media screen and (max-width:991px) {
    .header__mobile-content {
        display: inline-block
    }
}

.header__img {
    padding-right: 14px;
    border-right: 1px solid #204da1
}

@media screen and (max-width:991px) {
    .header__img {
        padding-right: 10px;
        border-right: none
    }
}

.header__img svg {
    width: 70px;
    height: 85px
}

@media screen and (max-width:991px) {
    .header__img svg {
        width: 40px;
        height: 46px
    }
}

.header__text {
    margin-left: 15px
}

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

.header__title {
    margin-bottom: 6px;
    color: #204da1;
    font-size: 48px
}

.header__subtitle,
.header__title {
    font-weight: 500;
    text-transform: uppercase
}

.header__subtitle {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 24px;
    /*letter-spacing: .5em*/
}

.header__wrapper {
    position: relative
}

.header__list {
    position: absolute;
    width: 100%;
    background-color: #204da1
}

@media screen and (max-width:991px) {
    .header__list {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10;
        top: 0;
        right: 0;
        width: 320px;
        height: 100vh;
        padding: 70px 20px 50px;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
}

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

@media screen and (max-width:991px) {
    .header__list.open {
        z-index: -10;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        overflow: auto
    }
}

.header__list--sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%
}

.header__list--sticky .header__logo-small {
    display: block
}

.header__list--sticky .header__navigation ul {
    max-width: 1560px;
    padding: 0 70px
}

@media screen and (max-width:1199px) {
    .header__list--sticky .header__navigation ul {
        padding: 0 40px
    }
}

.header__navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1260px;
    min-height: 75px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-transition: padding .3s, max-width .3s;
    -o-transition: padding .3s, max-width .3s;
    transition: padding .3s, max-width .3s
}

@media screen and (max-width:991px) {
    .header__navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .header__navigation ul li {
        width: 100%;
        text-align: center
    }
}

.header__navigation ul li:first-child {
    display: none
}

@media screen and (max-width:991px) {
    .header__navigation ul li:first-child {
        display: block
    }
}

.header__navigation ul li a {
    padding: 5px 0 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
    transition: border-bottom .3s
}

@media screen and (max-width:991px) {
    .header__navigation ul li a {
        display: block;
        padding: 12px 0;
        color: #353535
    }
}

.header__navigation ul li a:hover {
    border-color: #fff
}

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

.header__logo-small {
    display: none;
    width: 50px;
    height: 60px;
    background-image: url(../../../../../../images/flag.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__input {
    position: relative
}

.header__input:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 21px;
    width: 21px;
    height: 22px;
    background-image: url(../../../../../../local/templates/rcm/images/serach-icon-f8cbe2dc.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 21px
}

.header__input input {
    width: 370px;
    padding: 8px 15px 10px 52px;
    border-radius: 20px;
    border: 2px solid #204da1;
    background-color: #fff;
    font-size: 16px;
    color: #353535
}

.header__input input::-webkit-input-placeholder {
    color: #919191;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.header__input input::-moz-placeholder {
    color: #919191;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.header__input input:-ms-input-placeholder {
    color: #919191;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.header__input input::-ms-input-placeholder {
    color: #919191;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.header__input input::placeholder {
    color: #919191;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.header__burger {
    display: none;
    position: relative;
    z-index: 20;
    width: 40px;
    height: 34px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

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

.header__burger.open span:first-child {
    top: 16px;
    width: 0
}

.header__burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__burger.open span:nth-child(4) {
    top: 16px;
    width: 0
}

.header__burger span {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width:479px) {
    .header__burger span {
        width: 24px
    }
}

.header__burger span:first-child {
    top: 8px
}

.header__burger span:nth-child(2),
.header__burger span:nth-child(3) {
    top: 16px
}

.header__burger span:nth-child(4) {
    top: 24px
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 26px
}

.language--mobile {
    display: none
}

@media screen and (max-width:991px) {
    .language--mobile {
        display: block;
        margin: 0
    }
}

.language span {
    margin-right: 10px;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400
}

.language ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:991px) {
    .language ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.language ul li {
    margin-left: 8px
}

.language ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.language ul li a.active {
    border-color: #204da1
}

.language ul li a:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.language__ru {
    background-image: url(../../../../../../local/templates/rcm/images/russia-6e8cc30d.svg)
}

.language__en {
    background-image: url(../../../../../../local/templates/rcm/images/united-kingdom-b6e5300d.svg)
}

.language__ch {
    background-image: url(../../../../../../local/templates/rcm/images/china-7f8455b7.svg)
}

.language__auth a {
    display: block;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.language__auth a:hover {
    border-color: #204da1
}

.language__auth span {
    position: relative;
    display: block;
    color: #204da1;
    font-size: 16px;
    font-weight: 400
}

.language__auth span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url(../../../../../../local/templates/rcm/images/user-shape-72cdd10c.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

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

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

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

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.footer {
    padding: 27px 0 24px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/decor-bot-776bf5c0.png), url(../../../../../../local/templates/rcm/images/decor-top-9c251656.png);
    background-repeat: no-repeat;
    background-position: 0 100%, 100% 0;
    background-size: 260px, 248px
}

.footer.hidden {
    display: none
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:991px) {
    .footer__part--center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 30px
    }
}

.footer__contacts {
    padding-top: 25px
}

.footer__contacts li {
    margin-bottom: 14px;
    font-size: 16px;
    color: #fff
}

.footer__contacts li:last-child {
    margin-bottom: 0
}

.footer__contacts a:hover {
    text-decoration: underline
}

.footer__contacts-item--tel {
    background-image: url(../../../../../../local/templates/rcm/images/phone-icon-b45c2b2f.svg)
}

.footer__contacts-item--email,
.footer__contacts-item--tel {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.footer__contacts-item--email {
    background-image: url(../../../../../../local/templates/rcm/images/mail-icon-e4b84dfe.svg)
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 445px;
    margin: 0 auto 20px
}

@media screen and (max-width:425px) {
    .footer__socials {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.footer__icon:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.footer__icon--vk {
    background-image: url(../../../../../../local/templates/rcm/images/vk-social-network-logo-0c3dd7d5.svg);
    background-size: 21px
}

.footer__icon--fb {
    background-image: url(../../../../../../local/templates/rcm/images/facebook-letter-logo-9cd25e01.svg);
    background-size: 19px
}

.footer__icon--tw {
    background-image: url(../../../../../../local/templates/rcm/images/twitter-a76eb2ab.svg);
    background-size: 23px
}

.footer__icon--inst {
    background-image: url(../../../../../../local/templates/rcm/images/instagram-60d166b3.svg);
    background-size: 19px
}

.footer__icon--whatsapp {
    background-image: url(../../../../../../local/templates/rcm/images/whatsapp-icon-bb64cb4f.svg);
    background-size: 19px
}

.footer__icon--yt {
    background-image: url(../../../../../../local/templates/rcm/images/youtube-445b3742.svg);
    background-size: 21px
}

.footer__icon--yz {
    background-image: url(../../../../../../local/templates/rcm/images/yz-tag-invert-364efda2.svg);
    background-size: 31px
}

.footer__socials-item--logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 74px;
    height: 86px;
    margin: 0 38px;
    background-image: url(../../../../../../images/flag.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 74px
}

@media screen and (max-width:500px) {
    .footer__socials-item--logo {
        margin: 0 10px
    }
}

@media screen and (max-width:425px) {
    .footer__socials-item--logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin: 0 0 10px
    }
}

.footer__text {
    max-width: 750px;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #6e8cc3
}

.footer__text b {
    color: #fff;
    font-weight: 500
}

.footer__desc {
    font-size: 18px;
    color: #6e8cc3;
    text-align: center
}

.footer__search {
    margin-bottom: 25px;
    padding-top: 28px
}

.footer__input {
    position: relative;
    border: 2px solid #fff;
    border-radius: 27px
}

.footer__input input {
    padding: 10px 20px 10px 55px;
    background-color: transparent
}

.footer__input input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #91a9d4
}

.footer__input input::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #91a9d4
}

.footer__input input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #91a9d4
}

.footer__input input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #91a9d4
}

.footer__input input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #91a9d4
}

.footer__input button {
    position: absolute;
    top: 0;
    left: 14px;
    width: 30px;
    height: 100%;
    background-image: url(../../../../../../local/templates/rcm/images/search-icon-cf321793.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px;
    background-color: transparent
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__links a {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.footer__links a:hover {
    text-decoration: underline
}

.footer__corp a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 2px solid #fff;
    border-radius: 22px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.footer__corp a:hover {
    background-color: #fff;
    color: #204da1
}

.footer__cellar {
    padding-top: 50px;
    text-align: center
}

.footer__antonovk {
    display: inline-block;
    width: 123px;
    height: 20px;
    background-image: url(../../../../../../local/templates/rcm/images/antonovk-logo-b5d34c6c.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 123px
}

.title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.title__decor {
    width: 68px;
    height: 14px;
    margin-right: 14px;
    background-color: #f6cb1c
}

.title__text {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

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

.title:hover .title__text {
    color: #204da1;
    border-color: #204da1
}

.title--not-hover:hover .title__text {
    color: initial;
    border-color: transparent
}

.line {
    overflow: hidden;
    text-align: center
}

.line:after,
.line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background-color: #204da1;
    border: solid #204da1;
    border-width: 0 10px
}

.line:before {
    margin-left: -100%;
    margin-right: 22px
}

@media screen and (max-width:639px) {
    .line:before {
        margin-right: 10px
    }
}

.line:after {
    margin-right: -100%;
    margin-left: 22px
}

@media screen and (max-width:639px) {
    .line:after {
        margin-left: 10px
    }
}

.line a {
    display: inline-block;
    padding: 7px 56px;
    color: #204da1;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: #fff;
    border: 3px solid #204da1;
    border-radius: 22px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

@media screen and (max-width:639px) {
    .line a {
        padding: 5px 25px;
        font-size: 16px
    }
}

@media screen and (max-width:479px) {
    .line a {
        font-size: 15px
    }
}

.line a:hover {
    background-color: #204da1;
    color: #fff
}

.banner__link {
    display: block
}

.banner__img {
    width: 100%
}

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

.banner__img img {
    width: 100%
}

.cta {
    display: block;
    width: 100%
}

.template {
    padding: 50px 0
}

.template--revert .template__content {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

@media screen and (max-width:991px) {
    .template--revert .template__content {
        padding-top: 0;
        padding-bottom: 60px
    }
}

@media screen and (max-width:991px) {
    .template--revert .template__sidebar {
        max-width: 100%
    }
}

.template__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (max-width:991px) {
    .template__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.template__part {
    margin-bottom: 40px
}

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

.template__sidebar {
    width: 400px
}

@media screen and (max-width:991px) {
    .template__sidebar {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.template__content {
    width: calc(100% - 470px)
}

@media screen and (max-width:1199px) {
    .template__content {
        width: calc(100% - 420px)
    }
}

@media screen and (max-width:991px) {
    .template__content {
        width: 100%;
        padding-top: 40px
    }
}

.template__sidebar-block {
    padding: 40px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 16px -9px rgba(0, 0, 0, .75)
}

.template__sidebar-block>div:last-child {
    margin-bottom: 0
}

.template__sidebar-block hr {
    height: 1px;
    margin-top: -15px;
    margin-bottom: 15px;
    border: none;
    background-color: #e5e5e5
}

.long-news__list {
    margin-bottom: 30px
}

.long-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 180px;
    margin-bottom: 20px
}

@media screen and (max-width:1199px) {
    .long-news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.long-news__item:last-child {
    margin-bottom: 0
}

.long-news__item:hover .long-news__img img {
    width: 102%;
    height: 102%
}

.long-news__img {
    width: 32%;
    height: 180px;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .long-news__img {
        width: 100%;
        height: 112px
    }
}

@media screen and (max-width:991px) {
    .long-news__img {
        height: 180px
    }
}

.long-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s
}

.long-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 68%;
    padding: 15px 40px 15px 30px;
    -webkit-box-shadow: 0 0 16px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 16px -9px rgba(0, 0, 0, .75)
}

@media screen and (max-width:1199px) {
    .long-news__wrapper {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .long-news__wrapper {
        padding: 15px 20px
    }
}

@media screen and (max-width:1199px) {
    .long-news__wrapper {
        min-height: 162px;
        padding: 15px 40px 35px 30px
    }
}

@media screen and (max-width:767px) {
    .long-news__wrapper {
        padding: 15px 10px 35px
    }
}

.long-news__content {
    height: 100%;
    overflow: hidden
}

.long-news__date {
    position: absolute;
    bottom: 10px;
    right: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
    text-align: right
}

@media screen and (max-width:1199px) {
    .long-news__date {
        bottom: 2px
    }
}

.long-news__desc {
    margin-bottom: 7px;
    padding-left: 21px;
    color: #626262;
    font-size: 16px;
    background-image: url(../../../../../../local/templates/rcm/images/flag-184b9612.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.long-news__title {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700
}

.long-news__title--medium {
    font-weight: 500
}

.long-news__text {
    height: 58px;
    font-size: 16px;
    overflow: hidden
}

.date {
    margin-bottom: 20px;
    padding: 2px 0 2px 32px;
    font-size: 18px;
    color: #626262;
    background-image: url(../../../../../../local/templates/rcm/images/calendar-8cc67d88.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 22px
}

.date--revert {
    padding: 2px 32px 2px 0;
    background-position: 100%
}

.mailing__toggler {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

.mailing__toggler.is-open {
    max-height: 500px
}

.mailing__part {
    margin-bottom: 18px
}

.mailing__desc {
    margin-bottom: 12px;
    font-size: 16px
}

.mailing__text {
    font-size: 16px;
    color: grey
}

.mailing__input input {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid grey;
    border-radius: 2px
}

.mailing__input input::-webkit-input-placeholder {
    font-size: 16px;
    color: grey;
    font-family: GothamPro, sans-serif
}

.mailing__input input::-moz-placeholder {
    font-size: 16px;
    color: grey;
    font-family: GothamPro, sans-serif
}

.mailing__input input:-ms-input-placeholder {
    font-size: 16px;
    color: grey;
    font-family: GothamPro, sans-serif
}

.mailing__input input::-ms-input-placeholder {
    font-size: 16px;
    color: grey;
    font-family: GothamPro, sans-serif
}

.mailing__input input::placeholder {
    font-size: 16px;
    color: grey;
    font-family: GothamPro, sans-serif
}

.mailing__label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #585858;
    cursor: pointer
}

.mailing__label--light {
    font-weight: 400;
    color: #909090
}

.mailing__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mailing__radio label {
    margin-right: 30px
}

.mailing__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mailing__submit button {
    display: inline-block;
    padding: 13px 64px;
    color: #fff;
    font-size: 16px;
    background-color: #204da1;
    border-radius: 22px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s, color .3s, border .3s;
    transition: background-color .3s, color .3s, border .3s
}

.mailing__submit button:hover {
    background-color: #fff;
    color: #204da1;
    border-color: #204da1
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    overflow: auto;
    overflow-x: hidden;
    list-style: none
}

.jq-select-multiple ul,
.jq-selectbox__dropdown ul {
    position: relative;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    overflow-x: hidden
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-radio {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background-color: #e2e2e2;
    border-radius: 50%;
    border: 1px solid #c9c9c9
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px;
    background-color: #204da1;
    border-radius: 50%
}

.jq-checkbox {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background-color: #dfdede;
    border-radius: 1px;
    border: 1px solid #c6c6c6
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 100%;
    height: 100%;
    background-image: url(../../../../../../local/templates/rcm/images/checked-f5efcb44.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px
}

.announce--small .announce__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.announce--small .announce__item {
    width: 49%
}

@media screen and (max-width:1199px) {
    .announce--small .announce__item {
        width: 100%
    }
}

.announce--small .announce__left {
    width: 60%;
    padding: 18px 25px 68px
}

@media screen and (max-width:639px) {
    .announce--small .announce__left {
        width: 100%;
        padding: 25px 30px 70px
    }
}

.announce--small .announce__right {
    width: 40%
}

@media screen and (max-width:639px) {
    .announce--small .announce__right {
        width: 100%
    }
}

.announce--small .announce__img {
    height: 228px
}

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

.announce__item:hover .announce__title {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.announce__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 158px
}

@media screen and (max-width:991px) {
    .announce__content {
        height: 220px
    }
}

@media screen and (max-width:639px) {
    .announce__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.announce__left {
    width: 68.5%
}

@media screen and (max-width:639px) {
    .announce__left {
        width: 100%;
        padding: 25px 30px 70px
    }
}

.announce__right {
    width: 34.5%
}

@media screen and (max-width:639px) {
    .announce__right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.announce__left {
    position: relative;
    padding: 20px 84px 60px 32px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/announce-decor-7d486dac.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom;
    background-size: 190px
}

@media screen and (max-width:1199px) {
    .announce__left {
        padding: 20px 30px 60px
    }
}

@media screen and (max-width:639px) {
    .announce__left {
        padding: 20px 20px 60px
    }
}

.announce__desc {
    margin-bottom: 7px;
    padding-left: 21px;
    color: #fff;
    font-size: 16px;
    background-image: url(../../../../../../local/templates/rcm/images/flag-184b9612.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.announce__title {
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.announce__text {
    color: #fff;
    font-size: 14px;
    line-height: 18px
}

.announce__img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:639px) {
    .announce__img {
        height: 120px
    }
}

.announce__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.announce__button {
    position: absolute;
    bottom: 15px;
    left: 34px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
    background-color: #204da1;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s, color .3s, border .3s;
    transition: background-color .3s, color .3s, border .3s
}

@media screen and (max-width:1199px) {
    .announce__button {
        bottom: 15px
    }
}

@media screen and (max-width:639px) {
    .announce__button {
        left: 20px;
        padding: 8px 15px;
        font-size: 14px
    }
}

.ps--clicking .ps__thumb-y {
    opacity: 1 !important;
    width: 7px !important;
    background-color: #204da1
}

.ps:focus .ps__rail-y,
.ps:hover .ps__rail-y {
    opacity: 1 !important
}

.ps .ps__rail-y {
    width: 7px;
    right: 0;
    opacity: 1;
    background-color: #efefef !important
}

.ps .ps__rail-y:focus .ps__thumb-y,
.ps .ps__rail-y:hover .ps__thumb-y {
    opacity: 1 !important;
    width: 7px !important;
    background-color: #204da1
}

.ps .ps__thumb-y {
    width: 7px;
    right: 0;
    background-color: #204da1;
    border-radius: 0
}

.media-photo {
    display: block
}

.media-photo:hover .media-photo__wrapper:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

.media-photo__wrapper {
    position: relative;
    height: 230px;
    margin-bottom: 15px
}

.media-photo__wrapper:after {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, 0))
}

.media-photo__image,
.media-photo__wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-photo__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.media-photo__desc {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 10;
    font-size: 14px;
    font-weight: 700;
    color: #131212
}

.media-photo__text {
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:479px) {
    .media-photo__text {
        font-size: 14px
    }
}

.media-video__inner {
    height: 228px;
    margin-bottom: 10px
}

.media-video__text {
    font-size: 16px;
    font-weight: 500;
    left: 24px
}

@media screen and (max-width:479px) {
    .media-video__text {
        font-size: 14px
    }
}

.region-banner {
    background-color: #f6f6f6
}

.region-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    padding: 30px 20px 20px 40px
}

@media screen and (max-width:639px) {
    .region-banner__content {
        height: auto
    }
}

@media screen and (max-width:479px) {
    .region-banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px
    }
}

.region-banner__title {
    max-width: 990px;
    padding-left: 40px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700
}

@media screen and (max-width:639px) {
    .region-banner__title {
        font-size: 23px;
        line-height: 35px
    }
}

@media screen and (max-width:479px) {
    .region-banner__title {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
        text-align: center
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.faces,
.faces__list {
    position: relative
}

.faces__list {
    max-height: 355px;
    padding-top: 35px
}

.faces__item {
    margin-right: 20px;
    margin-bottom: 20px
}

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

.faces__item--open .faces__position {
    border-bottom: 1px solid #e5e5e5
}

.faces__item--open .faces__toggler button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faces__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

@media screen and (max-width:991px) {
    .faces__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 350px;
        margin: 0 auto
    }
}

.faces__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faces__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .faces__img {
        width: 54px;
        height: 54px;
        margin-right: 5px
    }
}

.faces__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.faces__desc {
    padding-top: 6px
}

.faces__name {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .faces__name {
        font-size: 14px
    }
}

.faces__position {
    padding-bottom: 13px;
    font-size: 12px;
    font-weight: 400
}

.faces__toggler {
    width: 30px;
    cursor: pointer
}

.faces__toggler button {
    width: 100%;
    height: 30px;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-down-ce7ce312.svg);
    background-repeat: no-repeat;
    background-position: center 9px;
    background-size: 13px;
    background-color: transparent;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.faces__text {
    display: none;
    padding: 0 52px 0 91px;
    font-size: 14px;
    font-weight: 400
}

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

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__item {
    width: 171px;
    margin-bottom: 16px
}

.nav__item--active .nav__link {
    font-weight: 500
}

.nav__link {
    font-size: 18px;
    color: #204da1
}

.nav__link:hover {
    text-decoration: underline
}

.nav__link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-right: 10px;
    background-color: #f6cb1c
}

.region-contacts,
.region-contacts__list {
    margin-bottom: 20px
}

.region-contacts__item {
    padding: 6px 0 6px 35px;
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat
}

.region-contacts__item--address {
    background-image: url(../../../../../../local/templates/rcm/images/mark-4a1e7297.svg);
    background-size: 18px;
    background-position: 0
}

.region-contacts__item--index {
    background-image: url(../../../../../../local/templates/rcm/images/postcode-filled-f246d3e9.png);
    background-size: 18px;
    background-position: 0
}

.region-contacts__item--phone {
    background-image: url(../../../../../../local/templates/rcm/images/phone-af765df3.svg);
    background-size: 18px;
    background-position: 0
}

.region-contacts__item--email {
    background-image: url(../../../../../../local/templates/rcm/images/envelope-ef98b4e7.svg);
    background-size: 18px;
    background-position: 0
}

.region-contacts__socials {
    margin-bottom: 18px
}

.region-contacts__socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.region-contacts__socials ul li,
.region-contacts__socials ul li:last-child {
    margin-right: 12px
}

.region-contacts__socials-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500
}

.region-contacts__socials-link {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #204da1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 18px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.region-contacts__socials-link:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.region-contacts__socials-link--fb {
    background-image: url(../../../../../../local/templates/rcm/images/facebook-letter-logo-5dcf7f9b.svg)
}

.region-contacts__socials-link--inst {
    background-image: url(../../../../../../local/templates/rcm/images/instagram-57c34ea3.svg)
}

.region-contacts__socials-link--ytb {
    background-image: url(../../../../../../local/templates/rcm/images/youtube-b6c7e729.svg)
}

.region-contacts__socials-link--vk {
    background-image: url(../../../../../../local/templates/rcm/images/vk-social-network-logo-a437b168.svg)
}

.region-contacts__socials-link--tw {
    background-image: url(../../../../../../local/templates/rcm/images/twitter-logo-silhouette-164fa3b5.svg)
}

.region-contacts__socials-all {
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/right-arrow-23ec541d.svg);
    background-repeat: no-repeat;
    background-position: right bottom 4px;
    background-size: 8px;
    -webkit-transition: padding-right .3s;
    -o-transition: padding-right .3s;
    transition: padding-right .3s
}

.region-contacts__socials-all:hover {
    padding-right: 20px
}

.region-contacts__map {
    text-align: right
}

.region-contacts__map iframe {
    margin-bottom: 10px
}

.region-contacts__link {
    color: #204da1;
    font-size: 14px;
    font-weight: 400
}

.region-contacts__link:hover {
    text-decoration: underline
}

.local-organizations {
    padding-top: 23px;
    padding-bottom: 10px
}

.local-organizations__form {
    margin-bottom: 12px;
    padding-right: 18px
}

.local-organizations__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    border: 2px solid #204da1;
    border-radius: 22px
}

.local-organizations__submit {
    display: block;
    width: 25px;
    background-image: url(../../../../../../local/templates/rcm/images/magnifying-glass-searcher-369f3dfa.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: transparent
}

.local-organizations__input {
    padding: 7px 10px
}

@media screen and (max-width:767px) {
    .local-organizations__input {
        width: 80%
    }
}

.local-organizations__input::-webkit-input-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: GothamPro, sans-serif
}

.local-organizations__input::-moz-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: GothamPro, sans-serif
}

.local-organizations__input:-ms-input-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: GothamPro, sans-serif
}

.local-organizations__input::-ms-input-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: GothamPro, sans-serif
}

.local-organizations__input::placeholder {
    font-size: 16px;
    color: #919191;
    font-family: GothamPro, sans-serif
}

.local-organizations__list {
    position: relative;
    width: 100%;
    height: 206px
}

.local-organizations__list li {
    margin-right: 20px;
    border-bottom: 1px solid #e8e8e8
}

.local-organizations__list li:last-child {
    border-bottom: none
}

.local-organizations__list li a {
    display: block;
    padding: 10px;
    color: #204da1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

@media screen and (max-width:479px) {
    .local-organizations__list li a {
        font-size: 15px
    }
}

.local-organizations__list li a:hover {
    text-decoration: underline
}

.gotorsm {
    padding: 43px 0 45px;
    background-color: #f6f6f6;
    text-align: center
}

.gotorsm__title {
    margin-bottom: 35px;
    font-size: 36px;
    color: #204da1;
    font-weight: 500
}

.gotorsm__button a {
    display: inline-block;
    padding: 16px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 26px;
    background-color: #204da1;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    -o-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s
}

.gotorsm__button a:hover {
    background-color: #fff;
    border-color: #204da1;
    color: #204da1
}

.pagination {
    max-width: 595px;
    margin: 0 auto
}

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

.pagination__link {
    display: inline-block;
    font-size: 16px;
    color: #204da1;
    background-repeat: no-repeat;
    background-size: 20px
}

@media screen and (max-width:590px) {
    .pagination__link {
        width: 20px;
        height: 15px;
        font-size: 0
    }
}

.pagination__link--disabled {
    color: #b0b0b0
}

.pagination__link--prev {
    padding-left: 30px;
    background-image: url(../../../../../../local/templates/rcm/images/left-arrow-active-3d34c71e.svg);
    background-position: 0
}

.pagination__link--prev.pagination__link--disabled {
    background-image: url(../../../../../../local/templates/rcm/images/left-arrow-disabled-4eaa4551.svg)
}

.pagination__link--next {
    padding-right: 30px;
    background-image: url(../../../../../../local/templates/rcm/images/right-arrow-active-4032e3c6.svg);
    background-position: 100%
}

.pagination__link--next.pagination__link--disabled {
    background-image: url(../../../../../../local/templates/rcm/images/right-arrow-disabled-330bfed4.svg)
}

.pagination__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination__item {
    margin: 0 3px
}

.pagination__count {
    display: block;
    min-width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 25px;
    color: #919191;
    background-color: #eee;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.pagination__count--current {
    border-color: #204da1;
    background-color: #fff;
    color: #204da1
}

.pagination__count:hover {
    border-color: #204da1
}

.sidebar {
    padding-top: 50px
}

@media screen and (max-width:991px) {
    .sidebar {
        padding-top: 0
    }
}

.sidebar--top {
    padding-top: 0
}

.sidebar__item {
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .sidebar__item {
        margin-bottom: 10px
    }
}

.sidebar__item--scroll .sidebar__content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

@media screen and (max-width:991px) {
    .sidebar__item--scroll .sidebar__content {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:991px) {
    .sidebar__item:first-child .sidebar__content {
        max-height: 100%;
        padding-top: 23px;
        padding-bottom: 10px
    }
}

.sidebar__title {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #204da1
}

@media screen and (max-width:991px) {
    .sidebar__title {
        cursor: pointer
    }
}

.sidebar__text {
    margin: 20px 0;
    font-size: 18px
}

.sidebar__link {
    display: block;
    margin-bottom: 10px;
    font-size: 0
}

.sidebar__text--center {
    text-align: center
}

.sidebar__content {
    padding: 23px 18px 10px;
    -webkit-box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75);
    background-color: #fff
}

@media screen and (max-width:991px) {
    .sidebar__content {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: max-height .3s, padding-top .3s, padding-bottom .3s;
        -o-transition: max-height .3s, padding-top .3s, padding-bottom .3s;
        transition: max-height .3s, padding-top .3s, padding-bottom .3s
    }
}

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

@media screen and (max-width:991px) {
    .sidebar__content.is-open {
        max-height: 600px;
        padding-top: 23px;
        padding-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .sidebar__content.is-open {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.methodical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.methodical__item {
    display: inline-block;
    width: 270px;
    margin-bottom: 25px
}

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

.methodical__img {
    height: 375px;
    margin-bottom: 22px
}

.methodical__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.methodical__desc {
    max-width: 270px;
    font-size: 16px;
    font-weight: 500
}

.files {
    margin-bottom: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media screen and (max-width:767px) {
    .files {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.files__item {
    margin-bottom: 10px
}

.files__item:hover .files__name {
    color: #204da1
}

.files__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0
}

.files__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:479px) {
    .files__icon {
        width: 28px;
        height: 38px
    }
}

.files__icon--audio {
    background-image: url(../../../../../../local/templates/rcm/images/audio-c538fd24.png)
}

.files__icon--powerpoint {
    background-image: url(../../../../../../local/templates/rcm/images/powerpoint-5f0c143a.png)
}

.files__icon--pdf {
    background-image: url(../../../../../../local/templates/rcm/images/pdf-f8a90b9c.png)
}

.files__icon--img {
    background-image: url(../../../../../../local/templates/rcm/images/img-58244227.png)
}

.files__icon--zip {
    background-image: url(../../../../../../local/templates/rcm/images/zip-8327c866.png)
}

.files__icon--rar {
    background-image: url(../../../../../../local/templates/rcm/images/rar-b76b786f.png)
}

.files__icon--word {
    background-image: url(../../../../../../local/templates/rcm/images/word-e50c17f2.png)
}

.files__name {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media screen and (max-width:479px) {
    .files__name {
        padding: 0 10px;
        font-size: 16px;
        line-height: 22px
    }
}

.categories {
    margin-bottom: 25px
}

.categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories__item {
    margin-right: 10px;
    margin-bottom: 12px
}

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

.categories__item a {
    display: inline-block;
    padding: 8px 12px;
    color: #204da1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
    border: 2px solid #204da1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.categories__item a:hover {
    background-color: #204da1;
    color: #fff
}

.sharing {
    margin-bottom: 32px
}

.sharing__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.sharing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sharing__item {
    margin-right: 12px
}

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

.sharing__link {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.sharing__link:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.sharing__link--vk {
    background-color: #5074a4;
    background-image: url(../../../../../../local/templates/rcm/images/vk-social-network-logo-0c3dd7d5.svg);
    background-size: 22px
}

.sharing__link--fb {
    background-color: #4267b2;
    background-image: url(../../../../../../local/templates/rcm/images/facebook-letter-logo-9cd25e01.svg);
    background-size: 22px
}

.sharing__link--tw {
    background-color: #43bdef;
    background-image: url(../../../../../../local/templates/rcm/images/twitter-logo-silhouette-ac6e9cdd.svg);
    background-size: 20px
}

.c-data {
    margin-bottom: 35px
}

.c-data__title {
    font-size: 18px;
    font-weight: 500
}

.c-data__author {
    margin-bottom: 20px;
    font-size: 16px
}

.c-data__item {
    margin: 15px 0;
    padding: 1px 0 1px 30px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.c-data__item a {
    font-size: 16px
}

.c-data__item a:hover {
    text-decoration: underline
}

.c-data__item--phone {
    background-image: url(../../../../../../local/templates/rcm/images/phone-565db369.svg)
}

.c-data__item--email {
    background-image: url(../../../../../../local/templates/rcm/images/email-f835ee9b.svg)
}

.c-data__item--vk {
    background-image: url(../../../../../../local/templates/rcm/images/vk-a437b168.svg)
}

.a-documents__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.a-documents__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0
}

.a-documents__item:hover .a-documents__name {
    color: #204da1
}

.a-documents__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.a-documents__icon--audio {
    background-image: url(../../../../../../local/templates/rcm/images/audio-c538fd24.png)
}

.a-documents__icon--powerpoint {
    background-image: url(../../../../../../local/templates/rcm/images/powerpoint-5f0c143a.png)
}

.a-documents__icon--pdf {
    background-image: url(../../../../../../local/templates/rcm/images/pdf-f8a90b9c.png)
}

.a-documents__icon--img {
    background-image: url(../../../../../../local/templates/rcm/images/img-58244227.png)
}

.a-documents__icon--zip {
    background-image: url(../../../../../../local/templates/rcm/images/audio-c538fd24.png)
}

.a-documents__icon--rar {
    background-image: url(../../../../../../local/templates/rcm/images/rar-b76b786f.png)
}

.a-documents__icon--word {
    background-image: url(../../../../../../local/templates/rcm/images/word-e50c17f2.png)
}

.a-documents__name {
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.mfp-news.mfp-bg {
    background: #204da1;
    opacity: .8
}

.mfp-news .mfp-close {
    top: -50px;
    right: -50px;
    width: 30px;
    height: 30px;
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/close-icon-b43f6335.png);
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0
}

.news-popup {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px
}

.news-popup__header {
    padding: 25px 65px 20px;
    border-bottom: 1px solid #c9c8c8
}

.news-popup__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.news-popup__body {
    padding: 20px 65px 30px
}

.news-popup__info {
    margin-bottom: 15px;
    color: #6e6e6e;
    font-size: 20px;
    text-align: center
}

.news-popup__inputplace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    border: 1px solid #b8b8b8;
    border-radius: 3px
}

.news-popup__inputplace span {
    width: 50px;
    height: 45px;
    border-right: 1px solid #b8b8b8;
    background-repeat: no-repeat;
    background-position: 50%
}

.news-popup__inputplace--name span {
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/user-icon-0887256d.png);
    background-size: 16px
}

.news-popup__inputplace--email span {
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/mail-icon-a910cdb6.png);
    background-size: 20px
}

.news-popup__input {
    width: 100%;
    padding: 14px 16px
}

.news-popup__input::-webkit-input-placeholder {
    color: #6e6e6e;
    font-family: GothamPro, sans-serif;
    font-size: 16px
}

.news-popup__input::-moz-placeholder {
    color: #6e6e6e;
    font-family: GothamPro, sans-serif;
    font-size: 16px
}

.news-popup__input:-ms-input-placeholder {
    color: #6e6e6e;
    font-family: GothamPro, sans-serif;
    font-size: 16px
}

.news-popup__input::-ms-input-placeholder {
    color: #6e6e6e;
    font-family: GothamPro, sans-serif;
    font-size: 16px
}

.news-popup__input::placeholder {
    color: #6e6e6e;
    font-family: GothamPro, sans-serif;
    font-size: 16px
}

.news-popup__agree {
    margin-bottom: 25px
}

.news-popup__label {
    position: relative;
    padding-left: 30px;
    color: #6e6d6d;
    font-size: 20px;
    cursor: pointer
}

.news-popup__label input {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.news-popup__label input:checked+.news-popup__checkmark {
    background-color: #6e6d6d
}

.news-popup__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #6e6d6d;
    border-radius: 2px
}

.news-popup__submit {
    display: block;
    width: 212px;
    margin: 0 auto;
    padding: 16px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #204da1;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s, color .3s, background-color .3s;
    -o-transition: border-color .3s, color .3s, background-color .3s;
    transition: border-color .3s, color .3s, background-color .3s
}

.news-popup__submit:hover {
    border-color: #204da1;
    color: #204da1;
    background-color: #fff
}

.mfp-success.mfp-bg {
    background: #204da1;
    opacity: .8
}

.mfp-success .mfp-close {
    top: -50px;
    right: -50px;
    width: 30px;
    height: 30px;
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/close-icon-b43f6335.png);
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0
}

.success-popup {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    padding: 240px 10px 78px;
    background-color: #fff;
    border-radius: 5px;
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/success-icon-8dd0ead8.png);
    background-repeat: no-repeat;
    background-position: top 44px center;
    background-size: 154px
}

.success-popup__title {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.success-popup__close {
    display: block;
    width: 212px;
    margin: 0 auto;
    padding: 14px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #204da1;
    border-radius: 3px;
    text-align: center
}

.intro {
    position: relative;
    height: 300px
}

.intro__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.intro__text {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    width: 100%;
    padding: 40px 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    border: 7px solid #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
    .intro__text {
        max-width: 90%;
        font-size: 38px
    }
}

@media screen and (max-width:479px) {
    .intro__text {
        padding: 30px 10px;
        font-size: 24px
    }
}

.face {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px
}

@media screen and (max-width:1199px) {
    .face {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.face__img {
    width: 200px;
    height: 200px;
    margin-bottom: 35px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media screen and (max-width:1199px) {
    .face__img {
        margin: 0 auto 35px
    }
}

.face__content {
    padding-left: 50px
}

@media screen and (max-width:1199px) {
    .face__content {
        padding-left: 0
    }
}

.face__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px
}

.face__text,
.face__title {
    margin-bottom: 35px
}

.face__text p {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 21px !important
}

.face__link {
    display: inline-block;
    width: 285px;
    padding: 11px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    background-color: #204da1;
    text-transform: uppercase;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.face__link:hover {
    opacity: .85
}

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

.statistics__content {
    position: relative
}

.statistics__slide {
    background-repeat: no-repeat;
    background-position: 0 100%, 100% 0;
    cursor: -webkit-grab;
    cursor: grab
}

.statistics__slide img {
    width: 100%
}

.statistics__next,
.statistics__prev {
    width: 51px !important;
    height: 51px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 51px !important;
    outline: none !important
}

@media screen and (max-width:639px) {

    .statistics__next,
    .statistics__prev {
        display: none
    }
}

.statistics__prev {
    left: 50px !important;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-left-f5b2b5d3.png) !important
}

@media screen and (max-width:1300px) {
    .statistics__prev {
        left: 15px !important
    }
}

.statistics__next {
    right: 50px !important;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-right-46f9ca3d.png) !important
}

@media screen and (max-width:1300px) {
    .statistics__next {
        right: 15px !important
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    -webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    -webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.home__top {
    padding-top: 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 2s .3s;
    -o-transition: opacity 2s .3s;
    transition: opacity 2s .3s
}

.home__top-banner {
    display: inline-block;
    line-height: 0
}

.home__top-banner img {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .home__top-banner--desktop {
        display: none
    }
}

.home__top-banner--mobile {
    display: none
}

@media screen and (max-width:767px) {
    .home__top-banner--mobile {
        display: block
    }
}

.home__news {
    margin: 50px 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .8s;
    transition: opacity 1s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity 1s;
    transition: transform .8s, opacity 1s;
    transition: transform .8s, opacity 1s, -webkit-transform .8s
}

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

.home__statistics {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .home__statistics {
        margin-bottom: 30px
    }
}

.home__cta {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .home__cta {
        margin-bottom: 30px
    }
}

.home__double {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .home__double {
        margin-bottom: 30px
    }
}

.home__double-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .home__double-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home__news-reg {
    width: 44.7%
}

@media screen and (max-width:991px) {
    .home__news-reg {
        width: 100%;
        margin-bottom: 50px
    }
}

@media screen and (max-width:639px) {
    .home__news-reg {
        margin-bottom: 30px
    }
}

.home__announce {
    width: 49.17%
}

@media screen and (max-width:1500px) {
    .home__announce {
        width: 54%
    }
}

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

.home__banner {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .home__banner {
        margin-bottom: 30px
    }
}

.home__wishes {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .home__wishes {
        margin-bottom: 30px
    }
}

.news-h__main {
    margin-bottom: 30px
}

.news-h__main-link {
    display: block;
    position: relative;
    width: 100%
}

.news-h__main-image {
    position: relative;
    height: 446px;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .news-h__main-image {
        height: 340px
    }
}

.news-h__main-image:hover img {
    width: 102%;
    height: 102%
}

.news-h__main-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 77, 161, .7)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(32, 77, 161, .7), transparent);
    background-image: linear-gradient(0deg, rgba(32, 77, 161, .7), transparent)
}

.news-h__main-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s
}

.news-h__main-desc {
    position: absolute;
    bottom: 68px;
    left: 72px;
    padding: 0 20px
}

@media screen and (max-width:991px) {
    .news-h__main-desc {
        bottom: 30px;
        left: 10px
    }
}

@media screen and (max-width:639px) {
    .news-h__main-desc {
        left: 0;
        bottom: 20px
    }
}

.news-h__main-categorie {
    display: inline-block;
    margin-bottom: 15px
}

.news-h__main-categorie span {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff
}

.news-h__main-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:639px) {
    .news-h__main-title {
        font-size: 20px
    }
}

.news-h__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 330px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

@media screen and (max-width:639px) {
    .news-h__list {
        max-height: 590px
    }
}

.news-h__list.is-open {
    max-height: 800px !important
}

@media screen and (max-width:1199px) {
    .news-h__list.is-open {
        max-height: 1600px !important
    }
}

@media screen and (max-width:639px) {
    .news-h__list.is-open {
        max-height: 2800px !important
    }
}

.news-h__item {
    display: block;
    width: 23.6%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .news-h__item {
        width: 48.8%
    }
}

@media screen and (max-width:639px) {
    .news-h__item {
        width: 100%
    }
}

.news-h__item:hover .news-h__image img {
    width: 102%;
    height: 102%
}

.news-h__image {
    height: 214px;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .news-h__image {
        height: 180px
    }
}

.news-h__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s
}

.news-h__desc {
    padding: 22px 24px 30px
}

.news-h__date {
    margin-bottom: 15px;
    color: #b0b0b0;
    font-size: 14px
}

.news-h__title {
    font-size: 18px;
    font-weight: 500
}

.news-h__text {
    font-size: 16px
}

@media screen and (max-width:1500px) {
    .news-reg__list {
        /*height: 850px;*/
        overflow: hidden
    }
}

@media screen and (max-width:991px) {
    .news-reg__list {
        height: auto;
        overflow: visible
    }
}

.news-reg__item {
    padding-top: 22px;
    padding-right: 30px;
    border-bottom: 1px solid #d3d3d3
}

.news-reg__item:first-child {
    padding-top: 0
}

.news-reg__item:last-child {
    border-bottom: none
}

.news-reg__item:hover .news-reg__title {
    letter-spacing: .01em
}

.news-reg__region {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    color: #8d8d8d;
    font-size: 16px
}

.news-reg__region:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 18px;
    background-image: url(../../../../../../local/templates/rcm/images/flag-icon-0dd15731.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px
}

.news-reg__title {
    display: block;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: letter-spacing .3s;
    -o-transition: letter-spacing .3s;
    transition: letter-spacing .3s
}

.wishes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1199px) {
    .wishes__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.wishes__item {
    position: relative;
    width: 370px;
    margin-right: 30px
}

@media screen and (max-width:1199px) {
    .wishes__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 49%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

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

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

.wishes__item:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.wishes__item.is-hover:not(:first-child):after {
    top: -3px;
    width: 127px;
    height: 127px;
    border-color: #204da1
}

.wishes__pic {
    display: block;
    position: relative;
    z-index: 5;
    width: 125px;
    height: 125px;
    margin: 0 auto -64px;
    border-radius: 50%;
    overflow: hidden
}

.wishes__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.wishes__desc {
    min-height: 388px;
    padding: 86px 24px 44px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    border: 1px solid #f8f8f8;
    text-align: center
}

.wishes__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.wishes__text {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px
}

.wishes__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.wishes__button a {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-size: 16px;
    background-color: #204da1;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.wishes__button a:hover {
    -webkit-box-shadow: 0 0 8px rgba(70, 119, 211, .8), 0 0 7px rgba(59, 119, 229, .8);
    box-shadow: 0 0 8px rgba(70, 119, 211, .8), 0 0 7px rgba(59, 119, 229, .8)
}

.partners {
    background-color: #fafafa
}

.partners .title {
    padding-top: 40px;
    margin-bottom: 0
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1130px;
    margin: 0 auto;
    padding: 50px 0 20px
}

@media screen and (max-width:991px) {
    .partners__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.partners__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: calc(25% - 40px);
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    text-align: center;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

@media screen and (max-width:991px) {
    .partners__item {
        width: calc(33.333% - 40px)
    }
}

@media screen and (max-width:639px) {
    .partners__item {
        width: calc(50% - 10px)
    }
}

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

.partners__item:hover .partners__img {
    -webkit-filter: none;
    filter: none
}

.partners__img {
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 15px
}

.partners__info {
    font-size: 12px;
    line-height: 15px
}

.partners--col {
    background-color: #fff
}

.partners--col .partners__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners--col .partners__item {
    width: 70%;
    margin-bottom: 57px
}

.regions {
    padding-top: 50px
}

.regions__banner {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .regions__banner {
        margin-bottom: 30px
    }
}

.regions__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1300px) {
    .regions__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

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

.regions__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.regions__left,
.regions__right {
    font-size: 16px
}

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

.regions__content {
    width: 30%;
    min-height: 500px
}

@media screen and (max-width:1300px) {
    .regions__content {
        width: 80%;
        margin: 0 auto 30px
    }
}

.regions__main {
    width: 66.6%
}

@media screen and (max-width:1300px) {
    .regions__main {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px
    }
}

.regions__map {
    position: relative;
    right: -50px
}

.regions__map svg path,
.regions__map svg polygon {
    position: relative;
    fill: #cecece;
    stroke: #fff;
    cursor: pointer;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.indicator {
    padding: 5px;
    text-transform: capitalize;
    text-shadow: hsla(0, 0%, 100%, .7) 1px 1px 0, hsla(0, 0%, 100%, .7) -1px -1px 0, hsla(0, 0%, 100%, .7) -1px 1px 0, hsla(0, 0%, 100%, .7) 1px -1px 0;
    display: none
}

.indicator,
.reg-name {
    position: absolute;
    color: #204da1;
    font-size: 16px;
    font-weight: 500
}

.reg-name {
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.reg-name:hover {
    color: #2a74ff
}

.reg-name--sev {
    top: 48%;
    left: -50px
}

.reg-name--mos {
    top: 37%
}

.reg-name--spb {
    top: 25%
}

.r-info.hide {
    display: none
}

.r-info__inner {
    padding: 30px 25px 30px 30px;
    -webkit-box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75)
}

.r-info__region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec
}

.r-info__title {
    padding: 11px 16px;
    font-size: 16px;
    color: #fff;
    background-color: #204da1;
    border-radius: 5px 5px 0 0
}

.r-info__emblem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56px;
    margin-right: 22px
}

.r-info__emblem img {
    max-width: 100%
}

.r-info__text {
    padding-right: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px
}

@media screen and (max-width:1500px) {
    .r-info__text {
        padding-right: 0
    }
}

.r-info__chair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.r-info__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    margin-right: 25px
}

.r-info__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.r-info__chair-name {
    padding-right: 60px;
    font-size: 16px;
    line-height: 23px
}

.r-info__chair-name span {
    font-weight: 700
}

.r-info__contacts {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec
}

.r-info__contacts ul li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding: 3px 0 3px 32px;
    font-size: 14px
}

.r-info__contacts ul li:last-child {
    margin-bottom: 0
}

.r-info__contacts ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.r-info__tel:before {
    top: 1px;
    left: 3px;
    background-image: url(../../../../../../local/templates/rcm/images/phone-af765df3.svg);
    background-size: 20px
}

.r-info__email:before {
    top: 1px;
    left: 3px;
    background-image: url(../../../../../../local/templates/rcm/images/email-f835ee9b.svg);
    background-size: 20px
}

.r-info__address:before {
    top: 1px;
    left: 3px;
    background-image: url(../../../../../../local/templates/rcm/images/mark-4a1e7297.svg);
    background-size: 20px
}

.r-info__goto a {
    position: relative;
    padding: 5px 30px 5px 5px;
    font-size: 16px;
    color: #204da1
}

.r-info__goto a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 7px;
    height: 11px;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-right-5bdbe0cf.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s
}

.r-info__goto a:hover:after {
    right: 0
}

.rg-list__search {
    margin-bottom: 70px
}

@media screen and (max-width:991px) {
    .rg-list__search {
        margin-bottom: 40px
    }
}

.rg-list__search label {
    display: block;
    font-size: 16px;
    text-transform: uppercase
}

.rg-list__input {
    position: relative;
    max-width: 550px;
    margin-top: 20px
}

.rg-list__input input {
    width: 100%;
    padding: 10px 60px 10px 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75)
}

.rg-list__input-decor {
    position: absolute;
    top: 10px;
    right: 27px;
    z-index: 10;
    width: 22px;
    height: 22px;
    background-image: url(../../../../../../local/templates/rcm/images/search-3647da82.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px;
    background-color: transparent;
    border: none
}

.rg-list__catalog {
    min-height: 1030px;
    margin-bottom: 40px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6.5%;
    -moz-column-gap: 6.5%;
    column-gap: 6.5%
}

@media screen and (max-width:1300px) {
    .rg-list__catalog {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width:991px) {
    .rg-list__catalog {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (max-width:639px) {
    .rg-list__catalog {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.rg-list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.rg-list__letter {
    margin-right: 30px;
    color: #b4b4b4;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.rg-list__region {
    margin-bottom: 10px
}

.rg-list__region:hover a {
    text-decoration: underline
}

.rg-list__region:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    background-image: url(../../../../../../local/templates/rcm/images/region-decor-84c41b39.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.rg-list__region--notexist .rg-list__link {
    display: inline-block;
    opacity: .65
}

.rg-list__region--notexist:not(.rg-list__region--half):after {
    content: none
}

.rg-list__link {
    margin-right: 7px;
    padding: 5px 0;
    color: #005ac2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.rg-list__tooltip {
    position: absolute;
    top: -100%;
    right: 0;
    z-index: 10;
    width: 370px;
    padding: 26px 25px 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75)
}

@media screen and (max-width:639px) {
    .rg-list__tooltip {
        display: none
    }
}

.rg-list__tooltip-title {
    margin-bottom: 15px;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #353535;
    border-bottom: 1px solid #dbdbdb
}

.rg-list__tooltip-contact {
    position: relative;
    margin-bottom: 10px;
    padding: 3px 0 3px 32px;
    font-size: 16px;
    font-weight: 400
}

.rg-list__tooltip-contact:last-child {
    margin-bottom: 0
}

.rg-list__tooltip-contact:before {
    position: absolute;
    width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.rg-list__tooltip-contact--phone:before {
    content: "";
    top: 1px;
    left: 3px;
    background-image: url(../../../../../../local/templates/rcm/images/phone-af765df3.svg);
    background-size: 20px
}

.rg-list__tooltip-contact--email:before {
    content: "";
    top: 1px;
    left: 3px;
    background-image: url(../../../../../../local/templates/rcm/images/email-f835ee9b.svg);
    background-size: 20px
}

.popper {
    width: auto;
    background-color: #fafafa;
    color: #212121;
    text-align: center;
    padding: 2px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    z-index: 200000;
    -webkit-box-shadow: #3a3a3a 0 0 6px 0;
    box-shadow: 0 0 6px 0 #3a3a3a
}

.popper .popper__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}

.popper[x-placement^=top] {
    margin-bottom: 5px
}

.popper[x-placement^=top] .popper__arrow {
    border-width: 5px 5px 0;
    border-color: #fafafa transparent transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.popper[x-placement^=bottom] {
    margin-top: 5px
}

.popper[x-placement^=bottom] .popper__arrow {
    border-width: 0 5px 5px;
    border-color: transparent transparent #fafafa;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.popper[x-placement^=right] {
    margin-left: 5px
}

.popper[x-placement^=right] .popper__arrow {
    border-width: 5px 5px 5px 0;
    border-color: transparent #fafafa transparent transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.popper[x-placement^=left] {
    margin-right: 5px
}

.popper[x-placement^=left] .popper__arrow {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fafafa;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.region__news {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .region__news {
        margin-bottom: 30px
    }
}

.region__cta {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .region__cta {
        margin-bottom: 30px
    }
}

.region__spot {
    margin-bottom: 50px
}

@media screen and (max-width:639px) {
    .region__spot {
        margin-bottom: 30px
    }
}

.spot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .spot__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.spot__item {
    display: block;
    width: 30%;
    height: 216px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:767px) {
    .spot__item {
        width: 100%;
        height: 180px;
        margin-bottom: 10px
    }
}

.spot__item--big {
    width: 36.3%
}

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

.news {
    padding: 50px 0
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .news__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news__side {
    width: 50%
}

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

.news__side:first-child {
    margin-right: 28px
}

@media screen and (max-width:991px) {
    .news__side:first-child {
        margin-right: 0
    }
}

.news__list {
    margin-bottom: 23px
}

.one-news__title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400
}

.one-news__img {
    height: 582px;
    margin-bottom: 48px
}

@media screen and (max-width:639px) {
    .one-news__img {
        height: 400px
    }
}

@media screen and (max-width:479px) {
    .one-news__img {
        height: 200px
    }
}

.one-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.one-news__text p {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.one-news__text img {
    width: 100%;
    height: auto
}

.one-news__tags {
    color: #204da1;
    font-size: 18px;
    font-weight: 400
}

.one-news__slider {
    margin-bottom: 42px
}

.switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 24px;
    border-top: 3px solid #e7e7e7
}

.switcher__side a {
    display: block;
    font-size: 18px;
    font-weight: 400
}

.switcher__next span,
.switcher__prev span {
    display: block;
    margin-bottom: 20px;
    color: #204da1;
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 20px
}

.switcher__prev span {
    padding-left: 30px;
    background-image: url(../../../../../../local/templates/rcm/images/left-arrow-3d34c71e.svg);
    background-position: 0
}

.switcher__next span {
    padding-right: 30px;
    background-image: url(../../../../../../local/templates/rcm/images/right-arrow-4032e3c6.svg);
    background-position: 100%;
    text-align: right
}

.back {
    background-color: #f7f7f7
}

.back__link {
    display: inline-block;
    padding: 15px 30px;
    color: #204da1;
    font-size: 18px;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-left-341e3cc9.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.back__link:hover {
    text-decoration: underline
}

.n-slider__top {
    margin-bottom: 12px
}

.n-slider__slide {
    height: 582px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:880px) {
    .n-slider__slide {
        height: 450px
    }
}

@media screen and (max-width:639px) {
    .n-slider__slide {
        height: 350px
    }
}

@media screen and (max-width:479px) {
    .n-slider__slide {
        height: 300px
    }
}

.n-slider__gallery {
    background-color: #f5f5f5
}

.n-slider__thumb {
    height: 112px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    border: 2px solid transparent
}

@media screen and (max-width:479px) {
    .n-slider__thumb {
        height: 90px
    }
}

.n-slider__thumb.swiper-slide-thumb-active {
    border-color: #f6cb1c
}

.n-slider__next,
.n-slider__prev {
    width: 55px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50px
}

@media screen and (max-width:479px) {

    .n-slider__next,
    .n-slider__prev {
        width: 45px;
        background-size: 40px
    }
}

.n-slider__prev.swiper-button-prev {
    background-image: url(../../../../../../local/templates/rcm/images/arrow-left-5f401968.png)
}

.n-slider__next.swiper-button-next {
    background-image: url(../../../../../../local/templates/rcm/images/arrow-right-110ef2b9.png)
}

.projects {
    padding: 50px 0
}

.projects__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:800px) {
    .projects__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.projects__content {
    width: 900px;
    margin-right: 30px
}

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

@media screen and (max-width:479px) {
    .projects__content {
        margin-bottom: 10px
    }
}

.projects__search {
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .projects__search {
        margin-bottom: 40px
    }
}

.projects__search label {
    display: block;
    font-size: 16px;
    text-transform: uppercase
}

.projects__input {
    position: relative;
    max-width: 550px;
    margin-top: 20px
}

.projects__input input {
    width: 100%;
    padding: 10px 60px 10px 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 21px -9px rgba(0, 0, 0, .75)
}

.projects__decor {
    position: absolute;
    top: 10px;
    right: 27px;
    z-index: 10;
    width: 22px;
    height: 22px;
    background-image: url(../../../../../../local/templates/rcm/images/search-3647da82.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px;
    background-color: transparent;
    border: none
}

.projects__sidebar {
    width: 500px
}

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

.projects__sidebar .sidebar {
    padding-top: 0
}

.projects__item {
    display: inline-block;
    height: auto !important;
    margin-bottom: 20px;
    font-size: 0;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

@media screen and (max-width:479px) {
    .projects__item {
        margin-bottom: 10px
    }
}

.projects__item:hover {
    -webkit-box-shadow: 0 0 6px 1px #000;
    box-shadow: 0 0 6px 1px #000
}

.projects__item img {
    width: 100%
}

.projects__plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:920px) {
    .projects__plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:800px) {
    .projects__plans {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:479px) {
    .projects__plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.projects__plans-item {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    padding: 8px 5px 8px 14px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.05em;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media screen and (max-width:920px) {
    .projects__plans-item {
        width: 100%
    }
}

@media screen and (max-width:800px) {
    .projects__plans-item {
        width: 48%
    }
}

@media screen and (max-width:479px) {
    .projects__plans-item {
        width: 100%
    }
}

.projects__plans-item:hover {
    background-color: #f6cb1c
}

.projects__plans-item:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 11px;
    height: 5px;
    background-color: #f6cb1c
}

.projects__banner {
    display: block;
    max-width: 500px
}

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

.projects__banner img {
    width: 100%
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../../local/templates/rcm/images/owl.video.play-4a37f800.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.media {
    padding: 50px 0
}

.media .media-photo__wrapper:after {
    content: none
}

.media__part {
    margin-bottom: 50px
}

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

.media__header {
    margin-bottom: 30px
}

@media screen and (max-width:360px) {
    .media__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.media__header .date,
.media__header .title {
    margin-bottom: 0
}

@media screen and (max-width:360px) {
    .media__header .title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:639px) {
    .media__container {
        padding-bottom: 15px
    }
}

.media__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 600px
}

@media screen and (max-width:767px) {
    .media__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 100%
    }
}

.media__slider {
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .media__slider {
        margin-bottom: 50px
    }
}

.media__slide {
    width: 24%;
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .media__slide {
        width: 32%
    }
}

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

.media__pagination {
    display: none;
    left: 0;
    right: 0
}

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

.media__pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.media__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 650px;
    margin-bottom: 20px;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .media__videos {
        max-height: 655px
    }
}

@media screen and (max-width:767px) {
    .media__videos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 100%;
        margin-bottom: 40px
    }
}

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

.media__videos .owl-video-wrapper {
    display: none
}

@media screen and (max-width:767px) {
    .media__videos .owl-video-wrapper {
        display: block;
        height: 300px;
        margin-bottom: 25px
    }
}

.media__videos .owl-video-tn {
    background-size: cover
}

.media__videos .owl-dots {
    text-align: center
}

.media__videos button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.media__videos button.owl-dot.active {
    opacity: 1;
    background: #007aff
}

.media__video {
    width: 24%;
    margin-bottom: 30px
}

@media screen and (max-width:1199px) {
    .media__video {
        width: 32%;
        margin-bottom: 40px
    }
}

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

.contacts {
    padding: 50px 0
}

.contacts a[href^="mailto:"],
.contacts a[href^="tel:"] {
    text-decoration: none
}

.contacts a[href^="mailto:"]:hover,
.contacts a[href^="tel:"]:hover {
    color: #353535;
    text-decoration: underline
}

.contacts__title {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

@media screen and (max-width:639px) {
    .contacts__title {
        font-size: 16px
    }
}

.contacts__title br {
    display: none
}

.contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .contacts__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts__part--half {
    width: 50%
}

@media screen and (max-width:1199px) {
    .contacts__part--half {
        width: 100%
    }
}

.contacts__part--half:first-child {
    margin-right: 200px
}

@media screen and (max-width:1300px) {
    .contacts__part--half:first-child {
        margin-right: 50px
    }
}

@media screen and (max-width:1199px) {
    .contacts__part--half:first-child {
        margin-right: 0
    }
}

.contacts__part--half:last-child p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.contacts__part--bot .contacts__block p {
    padding-top: 6px;
    padding-bottom: 6px
}

.contacts__part--bot h3 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500
}

.contacts__block {
    margin-bottom: 35px
}

.contacts__block h2 {
    font-size: 24px;
    font-weight: 500
}

.contacts__block h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.contacts__block p {
    padding: 1px 0 1px 30px
}

@media screen and (max-width:639px) {
    .contacts__block a {
        font-size: 14px;
        word-break: break-word
    }
}

.contacts__block a:hover {
    text-decoration: underline
}

.contacts__block--main p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500
}

.contacts__block--main a {
    text-decoration: underline;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.contacts__block--main a:hover {
    color: #204da1
}

.contacts__block--socials h3 {
    margin-bottom: 25px
}

.contacts__block--socials p {
    margin-bottom: 15px
}

.contacts__block--socials a {
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:639px) {
    .contacts__block--socials a {
        font-size: 14px;
        word-break: break-word
    }
}

.contacts__block--socials a:hover {
    text-decoration: underline
}

.contacts__helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:639px) {
    .contacts__helper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.contacts__helper p {
    margin-right: 15px
}

@media screen and (max-width:639px) {
    .contacts__helper p {
        margin-right: 0
    }
}

.contacts__helper p:last-child {
    margin-right: 0
}

.contacts__contact {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 18px
}

.contacts__contact--mark {
    background-image: url(../../../../../../local/templates/rcm/images/mark-4a1e7297.svg)
}

.contacts__contact--email {
    background-image: url(../../../../../../local/templates/rcm/images/email-f835ee9b.svg)
}

.contacts__contact--facebook {
    background-image: url(../../../../../../local/templates/rcm/images/facebook-3160678c.svg)
}

.contacts__contact--fax {
    background-image: url(../../../../../../local/templates/rcm/images/fax-15c34586.svg)
}

.contacts__contact--globe {
    background-image: url(../../../../../../local/templates/rcm/images/globe-90dcd8a5.svg)
}

.contacts__contact--phone {
    background-image: url(../../../../../../local/templates/rcm/images/phone-b3619a16.svg)
}

.contacts__contact--vk {
    background-image: url(../../../../../../local/templates/rcm/images/vk-a437b168.svg)
}

.contacts__contact--instagram {
    background-image: url(../../../../../../local/templates/rcm/images/instagram-03b01d05.svg)
}

.contacts__contact--twitter {
    background-image: url(../../../../../../local/templates/rcm/images/twitter-164fa3b5.svg)
}

.contacts__contact--time {
    background-image: url(../../../../../../local/templates/rcm/images/time-09c277fc.svg)
}

.contacts__contact--youtube {
    background-image: url(../../../../../../local/templates/rcm/images/youtube-c68ab0cc.svg)
}

.contacts__overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 660px;
    top: 660px;
    margin-top: -660px
}

.contacts__map {
    margin-bottom: 50px
}

.contacts__map iframe {
    height: 660px;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .contacts__map iframe {
        height: 500px
    }
}

.contacts__map a {
    font-size: 24px;
    font-weight: 500;
    color: #204da1
}

.contacts__map a:hover {
    text-decoration: underline
}

.org-programms__list {
    padding-right: 90px
}

@media screen and (max-width:1300px) {
    .org-programms__list {
        padding-right: 0
    }
}

.org-programms__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 38px 0 46px;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 0
}

@media screen and (max-width:479px) {
    .org-programms__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0
    }
}

.org-programms__item:last-child {
    border-bottom: none
}

.org-programms__item:hover .org-programms__title {
    letter-spacing: .01em
}

@media screen and (max-width:479px) {
    .org-programms__item:hover .org-programms__title {
        letter-spacing: 0
    }
}

.org-programms__title {
    padding-left: 45px;
    color: #204da1;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition: letter-spacing .3s;
    -o-transition: letter-spacing .3s;
    transition: letter-spacing .3s
}

@media screen and (max-width:639px) {
    .org-programms__title {
        padding-left: 20px;
        font-size: 18px
    }
}

@media screen and (max-width:479px) {
    .org-programms__title {
        padding-left: 0;
        font-size: 16px;
        line-height: 22px
    }
}

.org-programms__img {
    max-width: 127px;
    max-height: 118px
}

@media screen and (max-width:639px) {
    .org-programms__img {
        max-width: 100px;
        max-height: 91px
    }
}

@media screen and (max-width:479px) {
    .org-programms__img {
        margin-bottom: 10px
    }
}

.org-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

@media screen and (max-width:479px) {
    .org-partners__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.org-partners__item:hover .org-partners__img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.org-partners__desc {
    padding-left: 38px
}

@media screen and (max-width:1199px) {
    .org-partners__desc {
        padding-left: 20px
    }
}

@media screen and (max-width:479px) {
    .org-partners__desc {
        padding-left: 0
    }
}

@media screen and (max-width:479px) {
    .org-partners__logo {
        margin-bottom: 10px
    }
}

.org-partners__img {
    max-width: 102px;
    max-height: 90px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.org-partners__title {
    margin-bottom: 8px;
    color: #204da1;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

@media screen and (max-width:479px) {
    .org-partners__title {
        font-size: 18px;
        line-height: 24px
    }
}

.org-partners__text {
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .org-partners__text {
        font-size: 15px;
        line-height: 20px
    }
}

.org-news__list {
    margin-bottom: 40px
}

.org-media {
    padding-right: 30px
}

@media screen and (max-width:1740px) {
    .org-media {
        padding-right: 0
    }
}

.org-media__part--photo {
    margin-bottom: 80px
}

@media screen and (max-width:639px) {
    .org-media__container {
        margin-bottom: 20px
    }
}

.org-media__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .org-media__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.org-media__slider {
    position: relative;
    margin-bottom: 60px
}

.org-media__slide {
    width: 32%;
    margin-bottom: 40px
}

@media screen and (max-width:1300px) {
    .org-media__slide {
        width: 48%
    }
}

.org-media__pagination {
    display: none;
    left: 0;
    right: 0
}

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

.org-media__pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.org-media__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .org-media__videos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .org-media__videos .media-video {
        display: none
    }
}

.org-media__videos .owl-video-wrapper {
    display: none
}

@media screen and (max-width:767px) {
    .org-media__videos .owl-video-wrapper {
        display: block;
        height: 300px;
        margin-bottom: 25px
    }
}

.org-media__videos .owl-video-tn {
    background-size: cover
}

.org-media__videos .owl-dots {
    text-align: center
}

.org-media__videos button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.org-media__videos button.owl-dot.active {
    opacity: 1;
    background: #007aff
}

.org-media__video {
    width: 32%;
    margin-bottom: 30px
}

@media screen and (max-width:1300px) {
    .org-media__video {
        width: 48%
    }
}

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

.org-photos {
    padding: 50px 0
}

.org-photos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: -20px
}

.org-photos__list:last-child {
    margin-bottom: 0
}

.org-photos__item {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 45px
}

@media screen and (max-width:1500px) {
    .org-photos__item {
        width: calc(33.333% - 30px)
    }
}

@media screen and (max-width:1199px) {
    .org-photos__item {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:479px) {
    .org-photos__item {
        width: 100%;
        margin-right: 0
    }
}

.org-photos__item:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width:1500px) {
    .org-photos__item:nth-child(4n+4) {
        margin-right: 30px
    }
}

@media screen and (max-width:1500px) {
    .org-photos__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width:1199px) {
    .org-photos__item:nth-child(3n+3) {
        margin-right: 30px
    }
}

@media screen and (max-width:1199px) {
    .org-photos__item:nth-child(2n+2) {
        margin-right: 0
    }
}

.org-videos {
    padding: 50px 0
}

.org-videos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: -20px
}

.org-videos__list:last-child {
    margin-bottom: 0
}

.org-videos__item {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 45px
}

@media screen and (max-width:1500px) {
    .org-videos__item {
        width: calc(33.333% - 30px)
    }
}

@media screen and (max-width:1199px) {
    .org-videos__item {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:479px) {
    .org-videos__item {
        width: 100%;
        margin-right: 0
    }
}

.org-videos__item:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width:1500px) {
    .org-videos__item:nth-child(4n+4) {
        margin-right: 30px
    }
}

@media screen and (max-width:1500px) {
    .org-videos__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width:1199px) {
    .org-videos__item:nth-child(3n+3) {
        margin-right: 30px
    }
}

@media screen and (max-width:1199px) {
    .org-videos__item:nth-child(2n+2) {
        margin-right: 0
    }
}

.org-about {
    padding-top: 45px
}

@media screen and (max-width:991px) {
    .org-about {
        padding-top: 0
    }
}

.org-about__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width:639px) {
    .org-about__title {
        font-size: 20px
    }
}

.org-about p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

@media screen and (max-width:639px) {
    .org-about p {
        font-size: 16px;
        line-height: 26px
    }
}

.org-about__files {
    padding: 50px 40px 10px;
    -webkit-box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -9px rgba(0, 0, 0, .75)
}

@media screen and (max-width:479px) {
    .org-about__files {
        padding: 30px 20px 10px
    }
}

.org-about__files .files__item {
    margin-bottom: 0
}

.media-photos {
    padding: 50px 0
}

.media-photos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: -20px
}

.media-photos__list:last-child {
    margin-bottom: 0
}

.media-photos__item {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 45px
}

@media screen and (max-width:1199px) {
    .media-photos__item {
        width: calc(33.333% - 30px)
    }
}

@media screen and (max-width:767px) {
    .media-photos__item {
        width: calc(50% - 30px)
    }
}

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

.media-photos__item:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width:1199px) {
    .media-photos__item:nth-child(4n+4) {
        margin-right: 30px
    }
}

@media screen and (max-width:1199px) {
    .media-photos__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .media-photos__item:nth-child(3n+3) {
        margin-right: 30px
    }
}

@media screen and (max-width:767px) {
    .media-photos__item:nth-child(2n+2) {
        margin-right: 0
    }
}

.media-videos {
    padding: 50px 0
}

.media-videos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: -20px
}

.media-videos__list:last-child {
    margin-bottom: 0
}

.media-videos__item {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 45px
}

@media screen and (max-width:1199px) {
    .media-videos__item {
        width: calc(33.333% - 30px)
    }
}

@media screen and (max-width:767px) {
    .media-videos__item {
        width: calc(50% - 30px)
    }
}

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

.media-videos__item:nth-child(4n+4) {
    margin-right: 0
}

@media screen and (max-width:1199px) {
    .media-videos__item:nth-child(4n+4) {
        margin-right: 30px
    }
}

@media screen and (max-width:1199px) {
    .media-videos__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .media-videos__item:nth-child(3n+3) {
        margin-right: 30px
    }
}

@media screen and (max-width:767px) {
    .media-videos__item:nth-child(2n+2) {
        margin-right: 0
    }
}

.org-contacts .contacts__top .contacts__helper {
    display: block
}

.org-contacts .contacts__part--half:first-child {
    margin-right: 40px
}

.org-contacts .contacts__map a {
    font-size: 23px
}

.organs__heading {
    min-height: 400px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: top -260px center;
    background-size: cover
}

@media screen and (max-width:1920px) {
    .organs__heading {
        background-size: auto
    }
}

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

.organs__heading {
    padding: 190px 0 0
}

@media screen and (max-width:1000px) {
    .organs__heading {
        padding: 120px 0 0
    }
}

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

.ograns__heading-title {
    padding: 45px 5px;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    border: 5px solid #fff;
    color: #fff
}

@media screen and (max-width:767px) {
    .ograns__heading-title {
        font-size: 38px
    }
}

@media screen and (max-width:560px) {
    .ograns__heading-title {
        font-size: 30px
    }
}

@media screen and (max-width:479px) {
    .ograns__heading-title {
        border: 3px solid #fff
    }
}

@media screen and (max-width:430px) {
    .ograns__heading-title {
        font-size: 25px
    }
}

.organs__control {
    padding: 40px 0 0
}

.organs__control-text {
    max-width: 990px;
    padding: 0 0 0 83px
}

@media screen and (max-width:639px) {
    .organs__control-text {
        padding: 0
    }
}

@media screen and (max-width:479px) {
    .organs__control-text {
        text-align: center
    }
}

.organs__control-title {
    margin-bottom: 30px;
    font-size: 18px
}

.organs__control-title span {
    font-weight: 700
}

.organs__control-title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:991px) {
    .organs__control-title {
        display: block
    }
}

.organs__control-text span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
}

.organs__congress {
    max-width: 1035px;
    padding-bottom: 75px;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.organs__congress span {
    font-weight: 700
}

.organs__congress:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:1099px) {
    .organs__congress {
        text-align: left
    }
}

@media screen and (max-width:479px) {
    .organs__congress {
        padding-bottom: 35px
    }
}

.organs__central-title {
    font-weight: 700;
    padding-bottom: 38px;
    font-size: 18px
}

.organs__central-title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.organs__central-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

@media screen and (max-width:479px) {
    .organs__central-wrap {
        max-height: 300px
    }
}

@media screen and (max-width:328px) {
    .organs__central-wrap {
        max-height: 315px
    }
}

.organs__central--show {
    max-height: 1200px;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

@media screen and (max-width:1600px) {
    .organs__central--show {
        max-height: 1620px
    }
}

@media screen and (max-width:1240px) {
    .organs__central--show {
        max-height: 2400px
    }
}

@media screen and (max-width:767px) {
    .organs__central--show {
        max-height: 4740px
    }
}

.organs__central-item {
    min-width: 385px;
    min-height: 60px
}

@media screen and (max-width:810px) {
    .organs__central-item {
        min-width: 365px
    }
}

@media screen and (max-width:479px) {
    .organs__central-item {
        min-width: 100%;
        min-height: auto;
        text-align: center;
        margin-bottom: 15px
    }
}

.organs__central__name {
    font-size: 18px;
    color: #000
}

.organs__central__region {
    font-weight: 300;
    font-style: italic;
    font-size: 18px
}

.organs__button {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    margin-bottom: 95px
}

.organs__button:after,
.organs__button:before {
    content: "";
    display: inline-block;
    background-image: url(../../../../../../local/templates/rcm/images/button_back-4b0022c2.png);
    width: 650px;
    height: 3px
}

.organs__button:before {
    background-position: 0;
    margin-right: 13px
}

.organs__button:after {
    background-position: 100%;
    margin-left: 13px
}

@media screen and (max-width:479px) {
    .organs__button {
        padding-top: 20px;
        margin-bottom: 45px
    }
}

.organs__button-open,
.organs__button-skip {
    display: inline-block;
    padding: 13px 35px;
    border: 2px solid #204da1;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #204da1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.organs__button-open:hover,
.organs__button-skip:hover {
    background-color: #204da1;
    color: #fff
}

@media screen and (max-width:479px) {

    .organs__button-open,
    .organs__button-skip {
        padding: 13px 20px
    }
}

.organs__button-skip {
    padding: 13px 85px;
    display: none
}

@media screen and (max-width:479px) {
    .organs__button-skip {
        padding: 13px 66px
    }
}

.organs__button--show .organs__button-open {
    display: none
}

.organs__button--show .organs__button-skip {
    display: block
}

.organs__bureau {
    margin-bottom: 75px
}

@media screen and (max-width:479px) {
    .organs__bureau {
        margin-bottom: 35px
    }
}

.organs__bureau-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.organs__bureau-title {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px
}

.organs__bureau-title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.organs__bureau-name {
    min-width: 400px;
    min-height: 35px;
    font-size: 18px;
    color: #000
}

@media screen and (max-width:1250px) {
    .organs__bureau-name {
        min-width: 350px
    }
}

@media screen and (max-width:1070px) {
    .organs__bureau-name {
        min-width: 400px
    }
}

@media screen and (max-width:840px) {
    .organs__bureau-name {
        min-width: 360px
    }
}

@media screen and (max-width:479px) {
    .organs__bureau-name {
        min-width: 100%;
        min-height: auto;
        text-align: center;
        margin-bottom: 15px
    }
}

.organs__chairman-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px
}

.organs__chairman-title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:767px) {
    .organs__chairman-title {
        margin-bottom: 20px
    }
}

.organs__chairman {
    padding: 0 0 235px
}

@media screen and (max-width:991px) {
    .organs__chairman {
        padding: 0 0 100px
    }
}

@media screen and (max-width:639px) {
    .organs__chairman {
        padding: 0 0 50px
    }
}

.organs__chairman-img {
    width: 370px;
    height: 370px;
    margin-right: 30px;
    margin-bottom: 15px;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:639px) {
    .organs__chairman-img {
        max-width: 100%;
        margin: 0 auto
    }
}

.organs__chairman-name {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px
}

.organs__chairman-name:hover {
    text-decoration: underline
}

@media screen and (max-width:639px) {
    .organs__chairman-info {
        text-align: center;
        padding-top: 10px
    }
}

.organs__chairman-link a {
    text-decoration: underline;
    color: #007eff;
    word-wrap: break-word
}

.history__heading {
    min-height: 400px;
    padding: 130px 0 0;
    background-color: #204da1;
    background-position: top -260px center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:1920px) {
    .history__heading {
        background-size: auto
    }
}

@media screen and (max-width:1026px) {
    .history__heading {
        padding: 90px 0 0
    }
}

@media screen and (max-width:991px) {
    .history__heading {
        background-position: top -260px left -390px
    }
}

@media screen and (max-width:767px) {
    .history__heading {
        min-height: 300px;
        padding: 80px 0 0;
        background-position: top -260px left -455px
    }
}

@media screen and (max-width:639px) {
    .history__heading {
        background-position: top -260px left -500px
    }
}

@media screen and (max-width:479px) {
    .history__heading {
        padding: 100px 0 0
    }
}

@media screen and (max-width:360px) {
    .history__heading {
        min-height: 270px;
        padding: 80px 0 0
    }
}

.history__heading-name {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 5px solid #fff;
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .history__heading-name {
        font-size: 40px;
        line-height: 40px;
        padding: 20px 5px
    }
}

@media screen and (max-width:479px) {
    .history__heading-name {
        font-size: 30px;
        line-height: 30px;
        border: 3px solid #fff
    }
}

@media screen and (max-width:360px) {
    .history__heading-name {
        font-size: 25px;
        line-height: 25px
    }
}

.history__executives {
    padding: 110px 0 0
}

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

@media screen and (max-width:479px) {
    .history__executives {
        padding: 25px 0 0
    }
}

.history__executives-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px
}

.history__executives-title:before {
    content: "";
    display: inline-block;
    min-width: 68px;
    height: 14px;
    background-color: #f6cb1c;
    vertical-align: middle;
    margin-right: 20px
}

@media screen and (max-width:479px) {
    .history__executives-title:before {
        margin-right: 10px
    }
}

@media screen and (max-width:479px) {
    .history__executives-title {
        margin-bottom: 20px
    }
}

.history__executives-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 45px
}

@media screen and (max-width:1455px) {
    .history__executives-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media screen and (max-width:639px) {
    .history__executives-wrap {
        padding: 0
    }
}

.history__executives-item {
    margin-right: 30px
}

.history__executives-item:last-child {
    margin-right: 0
}

@media screen and (max-width:1455px) {
    .history__executives-item {
        width: 32%;
        margin-right: 15px;
        margin-bottom: 20px
    }

    .history__executives-item:nth-child(3) {
        margin-right: 0
    }
}

@media screen and (max-width:885px) {
    .history__executives-item {
        width: 47%
    }

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

    .history__executives-item:nth-child(odd) {
        margin-right: 15px
    }
}

@media screen and (max-width:639px) {
    .history__executives-item {
        width: 100%;
        text-align: center
    }

    .history__executives-item:nth-child(odd) {
        margin-right: 0
    }

    .history__executives-item:last-child {
        margin-bottom: 0
    }
}

.history__executives-image {
    max-width: 270px;
    height: 270px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px
}

@media screen and (max-width:1455px) {
    .history__executives-image {
        max-width: none
    }
}

.history__executives-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px
}

.history__executives-text {
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:1455px) {
    .history__executives-text {
        max-width: 270px
    }
}

@media screen and (max-width:639px) {
    .history__executives-text {
        max-width: 100%
    }
}

.history__executives-back {
    position: absolute;
    right: 203px;
    bottom: -57px;
    z-index: -10
}

.history__date {
    position: relative;
    max-width: 1455px;
    padding: 90px 0 0
}

@media screen and (max-width:479px) {
    .history__date {
        padding: 30px 0 0
    }
}

.history__date-item {
    margin-bottom: 60px
}

.history__date-item:last-child {
    margin-bottom: 0
}

@media screen and (max-width:479px) {
    .history__date-item {
        margin-bottom: 20px
    }
}

.history__date-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px
}

.history__date-title:before {
    content: "";
    display: inline-block;
    min-width: 68px;
    height: 14px;
    background-color: #f6cb1c;
    vertical-align: middle;
    margin-right: 40px
}

@media screen and (max-width:479px) {
    .history__date-title:before {
        margin-right: 15px
    }
}

.history__date-info {
    font-size: 18px
}

.history__date-info p {
    margin-bottom: 30px
}

@media screen and (max-width:479px) {
    .history__date-info p {
        margin-bottom: 15px
    }
}

.history__button {
    padding: 60px 0 80px;
    text-align: right
}

@media screen and (max-width:479px) {
    .history__button {
        padding: 25px 0 35px
    }
}

.history__link {
    display: inline-block;
    padding: 16px 65px;
    background-color: #204da1;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid transparent;
    text-transform: uppercase;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s
}

.history__link:hover {
    background-color: #fff;
    color: #204da1;
    border: 2px solid #204da1
}

.history__date-back {
    position: absolute;
    top: 465px;
    right: 270px;
    z-index: -10
}

.history__date-back--position {
    top: 1090px;
    right: 70px
}

.history__date-back--down {
    top: 1800px;
    right: 255px
}

.sponsors {
    padding: 50px 0 20px
}

.sponsors__wrapper {
    margin-top: 20px
}

.sponsors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {
    .sponsors__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sponsors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 50px
}

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

@media screen and (max-width:479px) {
    .sponsors__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sponsors__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 128px;
    max-height: 128px;
    margin-right: 40px
}

@media screen and (max-width:639px) {
    .sponsors__img {
        max-width: 100px;
        max-height: 100px
    }
}

@media screen and (max-width:479px) {
    .sponsors__img {
        max-width: 128px;
        max-height: 128px;
        margin-bottom: 15px
    }
}

.sponsors__img img {
    max-width: 100%;
    max-height: 100%
}

.sponsors__title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .sponsors__title {
        font-size: 18px
    }
}

.sponsors__link {
    padding: 3px 0 3px 30px;
    font-size: 16px;
    background-image: url(../../../../../../local/templates/rcm/images/earth-globe-becfc7c5.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px
}

.sponsors__link:hover {
    text-decoration: underline
}

.announcements {
    padding: 50px 0
}

.announcements .announce__content {
    min-height: 216px
}

.announcements__content,
.announcements__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.announcements__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .announcements__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.announcements__side {
    width: calc(50% - 15px)
}

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

.announcements__side:first-child {
    margin-right: 30px
}

@media screen and (max-width:991px) {
    .announcements__side:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.announcements__item {
    margin-bottom: 40px
}

.agreement {
    margin-bottom: 150px;
    padding-top: 60px
}

@media screen and (max-width:767px) {
    .agreement {
        margin-bottom: 70px
    }
}

.agreement__paragraph {
    margin-bottom: 65px;
    font-size: 18px;
    font-weight: 500;
    color: #353535;
    text-transform: uppercase
}

@media screen and (max-width:991px) {
    .agreement__paragraph {
        margin-bottom: 30px
    }
}

@media screen and (max-width:639px) {
    .agreement__paragraph {
        font-size: 16px
    }
}

.agreement__paragraph:before {
    content: "";
    width: 68px;
    height: 14px;
    margin-right: 15px;
    background-color: #f6cb1c
}

.agreement__desc,
.agreement__paragraph:before {
    display: inline-block;
    vertical-align: middle
}

.agreement__item {
    margin-bottom: 25px
}

.agreement__link {
    display: block;
    padding-left: 35px;
    font-size: 18px;
    color: #353535;
    background: url(../../../../../../local/templates/rcm/images/pdf-4ef1138c.png) no-repeat
}

@media screen and (max-width:639px) {
    .agreement__link {
        font-size: 16px
    }
}

.agreement__text {
    display: inline-block;
    vertical-align: middle
}

.documents__wrapper {
    margin-bottom: 40px
}

.documents__part {
    padding: 50px 0 12px
}

.doc-methodical {
    padding: 40px 0
}

.doc-media {
    padding: 40px 0
}

.doc-documents {
    padding: 40px 0
}

.rsm {
    padding: 50px 0 20px
}

@media screen and (max-width:1100px) {
    .rsm {
        padding-top: 70px
    }
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.rsm__tree {
    position: relative;
    height: 280px;
    margin-bottom: 120px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-tree-95d92835.png);
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (max-width:1550px) {
    .rsm__tree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        padding: 0 55px;
        background-image: none
    }
}

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

.rsm__tree a div {
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

@media screen and (max-width:1550px) {
    .rsm__tree a {
        display: block;
        position: static
    }
}

@media screen and (max-width:1100px) {
    .rsm__tree a {
        margin-bottom: 50px
    }
}

@media screen and (max-width:1100px) {
    .rsm__tree a div:first-child {
        width: 200px;
        height: 200px
    }
}

.rsm__tree a:not(.rsm__video) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: FadeIn 1s linear;
    animation: FadeIn 1s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rsm__tree a:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.rsm__tree a:nth-child(2) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.rsm__tree a:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.rsm__tree a:nth-child(5) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.rsm__tree a:nth-child(6) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.rsm__tree a:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.rsm__tree a:hover div {
    border-color: #204da1
}

.rsm__tree a:hover .rsm__text {
    color: red;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.rsm__text {
    font-size: 24px;
    font-weight: 700;
    color: #204da1;
    text-transform: uppercase;
    -webkit-transition: color .3s, -webkit-transform .3s !important;
    transition: color .3s, -webkit-transform .3s !important;
    -o-transition: color .3s, transform .3s !important;
    transition: color .3s, transform .3s !important;
    transition: color .3s, transform .3s, -webkit-transform .3s !important
}

@media screen and (max-width:1550px) {
    .rsm__text {
        position: static !important;
        margin-top: 10px
    }
}

.rsm__video {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

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

.rsm__video:after,
.rsm__video:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36px
}

.rsm__video:before {
    bottom: -10px;
    left: -10px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-1-7dddfc00.png)
}

.rsm__video:after {
    top: -13px;
    right: 60px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-2-a2994400.png)
}

.rsm__video iframe {
    margin-bottom: -3px
}

.rsm__video .rsm__text {
    position: absolute;
    bottom: 0;
    right: -155px
}

.rsm__inner {
    border: 12px solid #f3cd33
}

.rsm__inner:after {
    content: "";
    position: absolute;
    top: -50px;
    right: -100px;
    width: 36px;
    height: 36px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-1-7dddfc00.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.rsm__today {
    position: absolute;
    top: 40px;
    left: calc(50% - 500px)
}

.rsm__today:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -75px;
    width: 36px;
    height: 36px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-1-7dddfc00.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:1550px) {
    .rsm__today:after {
        content: none
    }
}

.rsm__today .rsm__text {
    position: absolute;
    bottom: -30px;
    right: -40px;
    font-size: 20px;
    line-height: 20px
}

.rsm__today .rsm__text span {
    font-size: 36px
}

.rsm__today-decor {
    display: block;
    width: 200px;
    height: 200px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-today-5b5f280d.png);
    background-repeat: no-repeat;
    background-position: -50px -10px;
    background-size: 170%
}

.rsm__history {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 720px);
    padding: 0 30px
}

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

.rsm__history .rsm__text {
    position: absolute;
    bottom: -16px;
    right: -24%
}

.rsm__history-decor {
    display: block;
    width: 114px;
    height: 114px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-history-ce3838d4.png);
    background-repeat: no-repeat;
    background-position: -32px -10px;
    background-size: 180%
}

.rsm__komsomol {
    position: absolute;
    top: 40px;
    left: calc(50% - 740px)
}

.rsm__komsomol:after,
.rsm__komsomol:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (max-width:1550px) {

    .rsm__komsomol:after,
    .rsm__komsomol:before {
        content: none
    }
}

.rsm__komsomol:before {
    top: 10px;
    left: -34px;
    width: 52px;
    height: 46px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-4-0912da0a.png);
    background-size: contain
}

.rsm__komsomol:after {
    top: 30px;
    left: -12px;
    width: 30px;
    height: 31px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-3-6e87303e.png);
    background-size: contain
}

.rsm__komsomol .rsm__text {
    position: absolute;
    top: -5px;
    left: 90px
}

.rsm__komsomol-decor {
    display: block;
    width: 118px;
    height: 118px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-komsomol-e0fd3d22.png);
    background-repeat: no-repeat;
    background-position: -32px -10px;
    background-size: 180%
}

.rsm__team {
    position: absolute;
    bottom: 50px;
    left: calc(50% + 360px)
}

.rsm__team .rsm__text {
    position: absolute;
    bottom: -4px;
    right: -130px;
    font-size: 20px;
    line-height: 20px
}

.rsm__team-decor {
    display: block;
    width: 104px;
    height: 104px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-team-1cd74af9.png);
    background-repeat: no-repeat;
    background-position: -48px -4px;
    background-size: 180%
}

@media screen and (max-width:1100px) {
    .rsm__team-decor {
        width: 200px;
        height: 200px
    }
}

.rsm__team-2 {
    position: absolute;
    top: -90px;
    left: 30px;
    z-index: -1
}

@media screen and (max-width:1550px) {
    .rsm__team-2 {
        display: none
    }
}

.rsm__team-2-decor {
    display: block;
    width: 140px;
    height: 140px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-team-2-d1efecfb.png);
    background-repeat: no-repeat;
    background-position: -58px -24px;
    background-size: 180%
}

.rsm__traditions {
    position: absolute;
    top: 100px;
    left: calc(50% + 630px)
}

.rsm__traditions:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 31px;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-decor-3-6e87303e.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media screen and (max-width:1550px) {
    .rsm__traditions:after {
        content: none
    }
}

.rsm__traditions .rsm__text {
    position: absolute;
    top: -34px;
    left: -58px;
    font-size: 20px;
    line-height: 20px
}

.rsm__traditions-decor {
    display: block;
    width: 104px;
    height: 104px;
    border: 12px solid #f3cd33;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../../../../../../local/templates/rcm/images/rsm-tradition-275da54a.png);
    background-repeat: no-repeat;
    background-position: -34px -8px;
    background-size: 170%
}

.rsm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.rsm__item {
    display: inline-block;
    width: 25%;
    margin-bottom: 130px;
    text-align: center
}

@media screen and (max-width:1199px) {
    .rsm__item {
        width: 33.333%
    }
}

@media screen and (max-width:767px) {
    .rsm__item {
        width: 50%;
        margin-bottom: 80px
    }
}

@media screen and (max-width:520px) {
    .rsm__item {
        width: 100%;
        margin-bottom: 50px
    }
}

.rsm__item:hover .rsm__title {
    color: #204da1;
    text-decoration: underline
}

.rsm__item--hidden {
    display: none
}

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

.rsm__title {
    max-width: 300px;
    margin: 0 auto 15px;
    font-size: 22px;
    line-height: 28px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.rsm__icon {
    margin-bottom: 15px
}

.today__intro {
    min-height: 400px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.today__holder,
.today__intro {
    position: relative
}

.today__content {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 100%;
    padding: 40px 60px;
    border: 5px solid #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width:639px) {
    .today__content {
        padding: 40px 10px;
        text-align: center
    }
}

.today__title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width:767px) {
    .today__title {
        font-size: 40px
    }
}

@media screen and (max-width:639px) {
    .today__title {
        font-size: 35px
    }
}

.today__wrapper {
    margin-bottom: 150px;
    background: url(../../../../../../local/templates/rcm/images/bg-sheets-61096365.png) no-repeat 85% 220px
}

@media screen and (max-width:479px) {
    .today__wrapper {
        margin-bottom: 70px
    }
}

.today__paragraph {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
    color: #353535
}

@media screen and (max-width:639px) {
    .today__paragraph {
        font-size: 16px
    }
}

@media screen and (max-width:479px) {
    .today__paragraph {
        margin-bottom: 0
    }
}

.today__desc {
    display: inline-block;
    margin-bottom: 30px
}

.today__desc:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 14px;
    margin-right: 15px;
    background-color: #f6cb1c
}

.today__strong {
    font-weight: 700
}

.today__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:639px) {
    .today__text {
        font-size: 16px
    }
}

.today__pic {
    margin-bottom: 60px;
    text-align: center;
    line-height: 0
}

@media screen and (max-width:479px) {
    .today__pic {
        margin-bottom: 30px
    }
}

.today__pic img {
    max-width: 100%
}

.representation__intro {
    margin-bottom: 60px;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

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

@media screen and (max-width:479px) {
    .representation__intro {
        margin-bottom: 40px
    }
}

.representation__content {
    padding: 40px 60px;
    border: 5px solid #fff
}

@media screen and (max-width:767px) {
    .representation__content {
        padding: 30px 20px
    }
}

.representation__text {
    font-size: 48px;
    text-align: center;
    color: #fff
}

@media screen and (max-width:767px) {
    .representation__text {
        font-size: 40px
    }
}

@media screen and (max-width:639px) {
    .representation__text {
        font-size: 27px
    }
}

.representation__wrapper {
    max-width: 1260px;
    margin: 0 auto 150px;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .representation__wrapper {
        margin: 0 auto 70px
    }
}

.representation__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 45px 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 23px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 0 23px 4px rgba(0, 0, 0, .07);
    font-size: 18px
}

@media screen and (max-width:767px) {
    .representation__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 25px
    }
}

@media screen and (max-width:639px) {
    .representation__row {
        font-size: 16px
    }
}

@media screen and (max-width:360px) {
    .representation__row {
        margin-bottom: 30px;
        padding: 15px;
        font-size: 15px
    }
}

.representation__left {
    max-width: 526px;
    margin-right: 20px
}

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

.representation__strong {
    font-weight: 700
}

.representation__right {
    width: 400px;
    line-height: 40px
}

@media screen and (max-width:767px) {
    .representation__right {
        width: auto;
        line-height: 25px
    }
}

.programms__intro {
    min-height: 400px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.programms__holder {
    position: relative
}

@media screen and (max-width:1199px) {
    .programms__holder {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .programms__holder {
        padding-top: 200px;
        padding-bottom: 50px
    }
}

.programms__content {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100%;
    padding: 40px 60px;
    border: 5px solid #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width:1199px) {
    .programms__content {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

.programms__title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width:767px) {
    .programms__title {
        font-size: 27px
    }
}

.programms__wrapper {
    margin-bottom: 105px;
    background: url(../../../../../../local/templates/rcm/images/bg-sheets-61096365.png) no-repeat 85% 220px
}

@media screen and (max-width:639px) {
    .programms__wrapper {
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    .programms__wrapper {
        background-position: 100%
    }
}

.programms__text {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
    color: #353535
}

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

@media screen and (max-width:479px) {
    .programms__text {
        margin-bottom: 30px
    }
}

.programms__paragraph {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px
}

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

@media screen and (max-width:479px) {
    .programms__paragraph {
        margin-bottom: 30px
    }
}

.programms__desc {
    display: inline-block
}

.programms__desc:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 14px;
    margin-right: 15px;
    background-color: #f6cb1c
}

.programms__desc--bottom {
    margin-bottom: 20px
}

.programms__context {
    text-indent: 58px
}

@media screen and (max-width:479px) {
    .programms__context {
        text-indent: 30px
    }
}

.programms__headline {
    font-weight: 700;
    font-style: italic
}

.programms__strong {
    font-weight: 700
}

.programms__list {
    margin-bottom: 30px
}

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

.programms__conclusion {
    max-width: 1065px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

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

.search {
    padding: 50px 0
}

.search__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {
    .search__inputplace {
        margin-bottom: 15px
    }
}

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

.search__inputplace label {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

.search__inputplace input {
    margin-right: 30px;
    padding: 11px 22px;
    width: 370px;
    background-color: #f1f1f1;
    border-radius: 27px
}

@media screen and (max-width:479px) {
    .search__inputplace input {
        width: 100%;
        margin-right: 0
    }
}

.search__submit {
    width: 145px;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    background-color: #204da1;
    border: 1px solid transparent;
    border-radius: 27px;
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    -o-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s
}

@media screen and (max-width:991px) {
    .search__submit {
        margin-bottom: 15px
    }
}

.search__submit:hover {
    background-color: #fff;
    border-color: #204da1;
    color: #204da1
}

.search .long-news__img {
    width: 270px
}

@media screen and (max-width:1199px) {
    .search .long-news__img {
        width: 100%
    }
}

.search .long-news__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.search .template__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media screen and (max-width:991px) {
    .search .template {
        padding-top: 0
    }
}

.one-announce__img {
    height: 582px;
    margin-bottom: 28px
}

@media screen and (max-width:639px) {
    .one-announce__img {
        height: 400px
    }
}

@media screen and (max-width:479px) {
    .one-announce__img {
        height: 200px
    }
}

.one-announce__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.one-announce__content p {
    margin: 24px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left !important
}

@media screen and (max-width:479px) {
    .one-announce__content p {
        margin: 18px 0
    }
}

.one-announce__content div {
    margin: 24px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left !important
}

@media screen and (max-width:479px) {
    .one-announce__content div {
        margin: 18px 0
    }
}

.one-announce__content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 18px
}

@media screen and (max-width:479px) {
    .one-announce__content li {
        margin-bottom: 15px
    }
}

.one-announce__content li:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 3px;
    height: 18px;
    margin-top: 4px;
    margin-right: 10px;
    background-color: #f6cb1c
}

.one-announce__content hr {
    margin: 10px 0;
    border: none;
    height: 1px;
    background-color: #e5e5e5
}

@media screen and (max-width:479px) {
    .one-announce__content hr {
        margin: 8px 0
    }
}

.one-announce__more {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 53px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #204da1;
    border-radius: 27px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    -o-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s
}

.one-announce__more:hover {
    background-color: #fff;
    border-color: #204da1;
    color: #204da1
}

.komsomol__intro {
    padding-top: 158px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/komsomol-intro-bg-1b044faa.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.komsomol__intri-title {
    padding: 47px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:639px) {
    .komsomol__intri-title {
        padding: 30px 15px;
        font-size: 44px
    }
}

.komsomol__content {
    padding-top: 100px;
    padding-bottom: 150px;
}

@media screen and (max-width:639px) {
    .komsomol__content {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.komsomol__content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;    
}

.komsomol__content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.komsomol__link {
    display: inline-block;
    margin-bottom: 130px;
    font-size: 36px;
    font-weight: 700;
    color: #204da1
}

@media screen and (max-width:639px) {
    .komsomol__link {
        margin-bottom: 80px;
        font-size: 25px
    }
}

.komsomol__link:hover {
    text-decoration: underline
}

.komsomol__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width:639px) {
    .komsomol__list {
        flex-direction: column; 
        justify-content: flex-start;
        align-items: center;       
    }
}

.komsomol__list--double .komsomol__item {
    width: calc(50% - 10px);
}

@media screen and (max-width:639px) {
    .komsomol__list--double .komsomol__item {
        width: 100%;      
    }
}

.komsomol__list--double .komsomol__item img {
    margin: 0 auto;
}

.komsomol__item {
    width: calc(33.3% - 10px);
    margin-bottom: 20px;
}

@media screen and (max-width:991px) {
    .komsomol__item {
        width: calc(50% - 10px);
    }

    .komsomol__item:last-child {
       margin: 0 auto 20px;
    }
}

@media screen and (max-width:639px) {
    .komsomol__item {
        width: 100%;       
    }
}

.komsomol__float {
    float: right;
    margin: 0 0 10px 10px;
}

@media screen and (max-width:850px) {
    .komsomol__float {
        float: none;
        margin: 0 0 20px 0;
    }
}

.komsomol__pic {
    margin-bottom: 20px;
}

.komsomol__clear {
    clear: both;
}

.advisory__intro {
    padding-top: 190px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.advisory__intro-title {
    padding: 17px 70px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:639px) {
    .advisory__intro-title {
        padding: 30px 15px;
        font-size: 27px
    }
}

.advisory__content {
    padding-top: 60px;
    padding-bottom: 180px
}

@media screen and (max-width:479px) {
    .advisory__content {
        padding-bottom: 80px
    }
}

.advisory__top {
    margin-bottom: 60px
}

.advisory__top p {
    position: relative;
    max-width: 1110px;
    padding-left: 84px;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .advisory__top p {
        padding-left: 0
    }
}

.advisory__top p:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .advisory__top p:before {
        content: none
    }
}

.advisory__list-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px
}

@media screen and (max-width:1500px) {
    .advisory__list-wrapper {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media screen and (max-width:479px) {
    .advisory__list-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.advisory__list {
    position: relative;
    margin-bottom: 70px;
    padding-left: 84px
}

@media screen and (max-width:1300px) {
    .advisory__list {
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    .advisory__list {
        padding-left: 0
    }
}

.advisory__list:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .advisory__list:before {
        top: -20px
    }
}

.advisory__list-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.advisory__item {
    margin-bottom: 25px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.advisory__item-name {
    font-size: 18px;
    line-height: 20px
}

.advisory__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

@media screen and (max-width:1300px) {
    .advisory__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

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

.advisory__column {
    position: relative;
    padding-left: 84px
}

@media screen and (max-width:1300px) {
    .advisory__column {
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    .advisory__column {
        padding-left: 0
    }
}

.advisory__column:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .advisory__column:before {
        top: -20px
    }
}

.advisory__column-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.advisory__column-item {
    margin-bottom: 20px;
    font-size: 18px
}

.advisory__chairman {
    position: relative;
    width: 610px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 30px
}

@media screen and (max-width:1300px) {
    .advisory__chairman {
        width: auto
    }
}

@media screen and (max-width:639px) {
    .advisory__chairman {
        padding-left: 0
    }
}

.advisory__chairman:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.advisory__chairman-title {
    margin-bottom: 30px;
    padding-left: 64px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

@media screen and (max-width:639px) {
    .advisory__chairman-title {
        padding-left: 84px
    }
}

.advisory__chairman-img {
    width: 370px;
    margin-bottom: 10px
}

@media screen and (max-width:639px) {
    .advisory__chairman-img {
        width: 280px
    }
}

.advisory__chairman-img img {
    width: 100%
}

.advisory__chairman-name {
    font-size: 18px;
    font-weight: 700
}

.advisory__chairman-name:hover {
    text-decoration: underline
}

.audit__intro {
    padding-top: 190px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.audit__intro-title {
    padding: 41px 70px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:639px) {
    .audit__intro-title {
        padding: 30px 15px;
        font-size: 33px;
        line-height: 38px
    }
}

.audit__content {
    padding-top: 60px;
    padding-bottom: 180px
}

@media screen and (max-width:479px) {
    .audit__content {
        padding-bottom: 80px
    }
}

.audit__top {
    margin-bottom: 60px
}

.audit__top p {
    position: relative;
    padding-left: 84px;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .audit__top p {
        padding-left: 0
    }
}

.audit__top p:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .audit__top p:before {
        content: none
    }
}

.audit__top button {
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 60px auto 90px;
    padding: 11px 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background-color: #204da1;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    -o-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s
}

@media screen and (max-width:479px) {
    .audit__top button {
        margin-top: 20px
    }
}

.audit__top button:hover {
    border-color: #204da1;
    background-color: #fff;
    color: #204da1
}

.audit__list-wrapper {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media screen and (max-width:767px) {
    .audit__list-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (max-width:479px) {
    .audit__list-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.audit__list {
    position: relative;
    margin-bottom: 70px;
    padding-left: 84px
}

@media screen and (max-width:479px) {
    .audit__list {
        padding-left: 0
    }
}

.audit__list:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .audit__list:before {
        top: -20px
    }
}

.audit__list-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.audit__item {
    margin-bottom: 25px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.audit__item-name {
    font-size: 18px;
    line-height: 20px
}

.audit__item-place {
    font-size: 18px;
    font-weight: 300;
    font-style: italic
}

.audit__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 950px
}

@media screen and (max-width:767px) {
    .audit__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.audit__column {
    position: relative;
    padding-left: 84px
}

@media screen and (max-width:767px) {
    .audit__column {
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    .audit__column {
        padding-left: 0
    }
}

.audit__column:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

@media screen and (max-width:479px) {
    .audit__column:before {
        top: -20px
    }
}

.audit__column-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.audit__column-item {
    margin-bottom: 20px;
    font-size: 18px
}

.audit__chairman {
    position: relative;
    padding-left: 30px
}

@media screen and (max-width:639px) {
    .audit__chairman {
        padding-left: 0
    }
}

.audit__chairman:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.audit__chairman-title {
    margin-bottom: 30px;
    padding-left: 64px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

@media screen and (max-width:639px) {
    .audit__chairman-title {
        padding-left: 84px
    }
}

.audit__chairman-img {
    width: 370px;
    margin-bottom: 10px
}

@media screen and (max-width:639px) {
    .audit__chairman-img {
        width: 280px
    }
}

.audit__chairman-img img {
    width: 100%
}

.audit__chairman-name {
    font-size: 18px;
    font-weight: 700
}

.audit__chairman-link,
.audit__chairman-name:hover {
    text-decoration: underline
}

.audit__chairman-link {
    color: #007eff;
    font-size: 12px;
    word-break: break-all
}

.awards__heading {
    min-height: 400px;
    padding: 150px 0 0;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

@media screen and (max-width:1920px) {
    .awards__heading {
        background-size: auto
    }
}

@media screen and (max-width:1060px) {
    .awards__heading {
        padding: 125px 0 0
    }
}

@media screen and (max-width:767px) {
    .awards__heading {
        min-height: 300px;
        padding: 130px 0 0
    }
}

@media screen and (max-width:479px) {
    .awards__heading {
        min-height: 250px;
        padding: 70px 0 0
    }
}

@media screen and (max-width:390px) {
    .awards__heading {
        padding: 90px 0 0
    }
}

.awards__heding-title {
    padding: 28px 0;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .awards__heding-title {
        font-size: 40px;
        line-height: 40px;
        padding: 10px 5px;
        border: 2px solid #fff
    }
}

@media screen and (max-width:479px) {
    .awards__heding-title {
        font-size: 35px
    }
}

@media screen and (max-width:390px) {
    .awards__heding-title {
        font-size: 28px;
        line-height: 30px;
        padding: 5px
    }
}

.awards__promotion {
    position: relative;
    padding: 55px 0 0;
    margin-bottom: 90px
}

@media screen and (max-width:991px) {
    .awards__promotion {
        margin-bottom: 45px
    }
}

@media screen and (max-width:767px) {
    .awards__promotion {
        padding: 35px 0 0;
        margin-bottom: 35px
    }
}

@media screen and (max-width:1600px) {
    .awards__content {
        overflow: hidden
    }
}

.awards__promotion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1270px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px
}

.awards__promotion-title:before {
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c;
    margin: 3px 20px 0 0
}

@media screen and (max-width:479px) {
    .awards__promotion-title:before {
        margin: 3px 10px 0 0
    }
}

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

@media screen and (max-width:479px) {
    .awards__promotion-title {
        margin-bottom: 15px
    }
}

.awards__promotion-image {
    position: absolute;
    right: 355px;
    bottom: -27px;
    z-index: -10
}

.awards__promotion-links {
    padding-left: 88px
}

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

.awards__promotion-link {
    margin-bottom: 5px
}

.awards__promotion-link a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    border-bottom: 1px solid #343434
}

.awards__promotion-link:last-child {
    margin-bottom: 0
}

.awards__slider {
    -webkit-box-shadow: 0 0 27px rgba(32, 77, 161, .07);
    box-shadow: 0 0 27px rgba(32, 77, 161, .07);
    margin-bottom: 90px
}

@media screen and (max-width:991px) {
    .awards__slider {
        margin-bottom: 45px
    }
}

@media screen and (max-width:767px) {
    .awards__slider {
        margin-bottom: 30px
    }
}

@media screen and (max-width:479px) {
    .awards__slider {
        margin-bottom: 20px
    }
}

.awards__slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: -webkit-grab;
    cursor: grab
}

.awards__slide-img {
    width: 300px
}

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

.awards__wrap {
    position: relative;
    max-width: 1075px;
    padding: 0 0 85px
}

@media screen and (max-width:1080px) {
    .awards__wrap {
        padding: 0 0 60px
    }
}

@media screen and (max-width:991px) {
    .awards__wrap {
        padding: 0 0 45px
    }
}

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

.awards__wrap div:last-of-type {
    margin-bottom: 0
}

.awards__item {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .awards__item {
        margin-bottom: 30px
    }
}

@media screen and (max-width:479px) {
    .awards__item {
        margin-bottom: 20px
    }
}

.awards__item-text {
    font-size: 18px;
    line-height: 24px
}

.awards__item-text strong:before {
    content: "";
    display: inline-block;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c;
    margin: 3px 20px 0 0
}

@media screen and (max-width:479px) {
    .awards__item-text strong:before {
        margin: 3px 10px 0 0
    }
}

.awards__item-text p {
    margin-bottom: 30px
}

.awards__item-text p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .awards__item-text p {
        margin-bottom: 25px
    }
}

@media screen and (max-width:479px) {
    .awards__item-text p {
        margin-bottom: 15px
    }
}

.awards__item-image {
    position: absolute;
    z-index: -10
}

.awards__item-image--top {
    top: 110px;
    right: -320px
}

.awards__item-image--second {
    top: 531px;
    right: -100px
}

.awards__item-image--mid {
    bottom: 530px;
    right: -500px
}

.awards__item-image--bottom {
    bottom: 317px;
    right: -180px
}

.awards__members {
    padding-bottom: 95px
}

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

@media screen and (max-width:991px) {
    .awards__members {
        padding-bottom: 45px
    }
}

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

.awards__members-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #353535;
    text-align: center;
    margin-bottom: 25px
}

.awards__table {
    border: 2px solid #204da1
}

.awards__table-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #204da1
}

.awards__table-line:last-child {
    border-bottom: none
}

.awards__table-col {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-right: 2px solid #204da1;
    padding: 10px
}

.awards__table-col:last-child {
    border-right: none
}

@media screen and (max-width:1250px) {
    .awards__table-col {
        font-size: 16px
    }
}

.awards__table-col--width {
    width: 12.5%;
    border-right: 2px solid #204da1
}

.awards__table-col--width:last-child {
    border-right: none
}

.awards__table-col--bold {
    font-weight: 700
}

.awards__button {
    padding: 0 0 150px;
    text-align: right
}

@media screen and (max-width:1080px) {
    .awards__button {
        padding: 0 0 100px
    }
}

@media screen and (max-width:991px) {
    .awards__button {
        padding: 0 0 90px
    }
}

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

.awards__link {
    display: inline-block;
    padding: 16px 48px;
    background-color: #204da1;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid transparent;
    text-transform: uppercase;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s
}

.awards__link:hover {
    background-color: #fff;
    color: #204da1;
    border: 2px solid #204da1
}

.awards__btn-next {
    width: 55px;
    height: 55px;
    right: 85px;
    outline: none;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-right-46f9ca3d.png);
    background-size: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.awards__btn-next:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:991px) {
    .awards__btn-next {
        right: 60px
    }
}

@media screen and (max-width:859px) {
    .awards__btn-next {
        right: 20px
    }
}

@media screen and (max-width:767px) {
    .awards__btn-next {
        width: 35px;
        height: 35px;
        right: 0
    }
}

@media screen and (max-width:689px) {
    .awards__btn-next {
        display: none
    }
}

.awards__btn-prev {
    width: 55px;
    height: 55px;
    left: 85px;
    outline: none;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-left-f5b2b5d3.png);
    background-size: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.awards__btn-prev:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:991px) {
    .awards__btn-prev {
        left: 60px
    }
}

@media screen and (max-width:859px) {
    .awards__btn-prev {
        left: 20px
    }
}

@media screen and (max-width:767px) {
    .awards__btn-prev {
        width: 35px;
        height: 35px;
        left: 0
    }
}

@media screen and (max-width:689px) {
    .awards__btn-prev {
        display: none
    }
}

.awards__pagination {
    display: none
}

@media screen and (max-width:689px) {
    .awards__pagination {
        display: block;
        bottom: 0 !important
    }
}

.statute__intro {
    min-height: 400px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:479px) {
    .statute__intro {
        margin-bottom: 30px
    }
}

.statute__holder {
    position: relative
}

@media screen and (max-width:1199px) {
    .statute__holder {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:479px) {
    .statute__holder {
        padding-top: 150px
    }
}

.statute__content {
    position: absolute;
    top: 85px;
    left: 50%;
    width: 100%;
    padding: 40px 60px;
    border: 5px solid #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (max-width:1199px) {
    .statute__content {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

@media screen and (max-width:479px) {
    .statute__content {
        padding: 20px
    }
}

.statute__title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width:991px) {
    .statute__title {
        font-size: 40px
    }
}

@media screen and (max-width:639px) {
    .statute__title {
        font-size: 27px
    }
}

@media screen and (max-width:479px) {
    .statute__title {
        font-size: 23px
    }
}

@media screen and (max-width:360px) {
    .statute__title {
        font-size: 19px
    }
}

.statute__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

@media screen and (max-width:639px) {
    .statute__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 50px
    }
}

.statute__items {
    max-width: 1270px;
    display: inline-block
}

@media screen and (max-width:991px) {
    .statute__items {
        margin-right: 40px
    }
}

@media screen and (max-width:767px) {
    .statute__items {
        margin-right: 20px
    }
}

@media screen and (max-width:639px) {
    .statute__items {
        margin-right: 0
    }
}

.statute__sidebar {
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff
}

@media screen and (max-width:639px) {
    .statute__sidebar {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.statute__info {
    max-width: 1228px;
    margin: 0 auto 60px;
    font-size: 24px;
    color: #353535;
    text-align: center;
    line-height: 36px
}

@media screen and (max-width:1199px) {
    .statute__info {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .statute__info {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width:639px) {
    .statute__info {
        margin-bottom: 30px;
        font-size: 15px
    }
}

.statute__paragraph {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 36px;
    color: #353535
}

@media screen and (max-width:767px) {
    .statute__paragraph {
        line-height: 24px
    }
}

@media screen and (max-width:639px) {
    .statute__paragraph {
        margin-bottom: 30px
    }
}

.statute__paragraph--main {
    background: url(../../../../../../local/templates/rcm/images/sheets-ea53c7e7.png) no-repeat 90% 0
}

.statute__strong {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:639px) {
    .statute__strong {
        font-size: 16px
    }
}

.statute__strong:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 14px;
    margin-right: 15px;
    background-color: #f6cb1c
}

.statute__container {
    padding: 20px 20px 30px;
    text-align: center;
    -webkit-box-shadow: 0 1px 15.36px .64px rgba(0, 0, 0, .07);
    box-shadow: 0 1px 15.36px .64px rgba(0, 0, 0, .07)
}

.statute__list {
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(53, 53, 53, .3)
}

@media screen and (max-width:639px) {
    .statute__list {
        margin-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .statute__item {
        margin-bottom: 10px
    }
}

.statute__anchor {
    line-height: 18px;
    border-bottom: 1px solid rgba(53, 53, 53, .3)
}

.statute__btn {
    padding: 14px 55px;
    font-size: 14px;
    font-weight: 500;
    background-color: #00f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase
}

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

.statute__btn.fixed {
    position: fixed;
    bottom: 15px;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.biography {
    padding: 60px 0 190px
}

.biography__part {
    margin-bottom: 50px
}

.biography__part p {
    margin-bottom: 20px
}

.biography__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px
}

.biography__title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.biography__text {
    font-size: 18px;
    line-height: 36px
}

.biography__banner {
    display: block;
    max-width: 400px
}

.biography__banner img {
    width: 100%
}

.biography__slider {
    position: relative;
    margin-bottom: 55px;
    padding: 0 15%
}

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

.biography__top {
    margin-bottom: 12px
}

.biography__slide {
    height: 494px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:880px) {
    .biography__slide {
        height: 350px
    }
}

@media screen and (max-width:639px) {
    .biography__slide {
        height: 250px
    }
}

@media screen and (max-width:479px) {
    .biography__slide {
        height: 220px
    }
}

.biography__thumb {
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    border: 2px solid transparent
}

@media screen and (max-width:479px) {
    .biography__thumb {
        height: 90px
    }
}

.biography__thumb.swiper-slide-thumb-active {
    border-color: #f6cb1c
}

.biography__next,
.biography__prev {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60px
}

@media screen and (max-width:479px) {

    .biography__next,
    .biography__prev {
        width: 45px;
        background-size: 40px
    }
}

@media screen and (max-width:639px) {

    .biography__next,
    .biography__prev {
        display: none
    }
}

.biography__prev.swiper-button-prev {
    left: 70px;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-left-c8b0dc66.png)
}

@media screen and (max-width:991px) {
    .biography__prev.swiper-button-prev {
        left: 20px
    }
}

@media screen and (max-width:767px) {
    .biography__prev.swiper-button-prev {
        left: 0
    }
}

.biography__next.swiper-button-next {
    right: 70px;
    background-image: url(../../../../../../local/templates/rcm/images/arrow-right-da88c774.png)
}

@media screen and (max-width:991px) {
    .biography__next.swiper-button-next {
        right: 20px
    }
}

@media screen and (max-width:767px) {
    .biography__next.swiper-button-next {
        right: 0
    }
}

.team__intro {
    padding-top: 190px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.team__intro-title {
    padding: 41px 70px;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 48px;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:639px) {
    .team__intro-title {
        padding: 30px 15px;
        font-size: 33px;
        line-height: 38px
    }
}

.team__content {
    padding-top: 60px;
    padding-bottom: 180px
}

@media screen and (max-width:479px) {
    .team__content {
        padding-bottom: 80px
    }
}

.team__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.team__title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.team__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -60px
}

@media screen and (max-width:1500px) {
    .team__top {
        margin-left: 0
    }
}

.team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 470px;
    width: 100%;
    min-height: 128px;
    margin-bottom: 60px;
    background-color: #204da1;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px
}

@media screen and (max-width:500px) {
    .team__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom-left-radius: 0
    }
}

.team__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden
}

.team__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.team__desc {
    padding: 18px 20px 18px 24px
}

.team__desc-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff
}

.team__desc-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    color: #fff
}

.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1500px) {
    .team__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.team__list .team__item {
    margin-right: 50px
}

@media screen and (max-width:1630px) {
    .team__list .team__item {
        margin-right: 0
    }
}

.project .sidebar {
    padding-top: 0
}

.project__content {
    padding-top: 85px
}

.project__about {
    max-width: 1100px
}

.project__title {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700
}

.project__title:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    width: 68px;
    height: 14px;
    background-color: #f6cb1c
}

.project__about-text {
    max-height: 308px;
    overflow: hidden
}

.project__about-text--full {
    max-height: 100%;
    overflow: visible
}

.project__about-text p {
    font-size: 18px;
    line-height: 26px
}

.project__about-text--show {
    max-height: 100%
}

.project__button {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 15px
}

.project__button:after,
.project__button:before {
    content: "";
    display: inline-block;
    background-image: url(../../../../../../local/templates/rcm/images/button_back-4b0022c2.png);
    width: 650px;
    height: 3px
}

.project__button:before {
    background-position: 0;
    margin-right: 13px
}

.project__button:after {
    background-position: 100%;
    margin-left: 13px
}

@media screen and (max-width:479px) {
    .project__button {
        padding-top: 20px;
        margin-bottom: 45px
    }
}

.project__button-open,
.project__button-skip {
    display: inline-block;
    padding: 13px 35px;
    border: 2px solid #204da1;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #204da1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.project__button-open:hover,
.project__button-skip:hover {
    background-color: #204da1;
    color: #fff
}

@media screen and (max-width:479px) {

    .project__button-open,
    .project__button-skip {
        padding: 13px 20px
    }
}

.project__button-skip {
    padding: 13px 85px;
    display: none
}

@media screen and (max-width:479px) {
    .project__button-skip {
        padding: 13px 66px
    }
}

.project__button--show .project__button-open {
    display: none
}

.project__button--show .project__button-skip {
    display: block
}

.project__intro {
    padding-top: 190px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.project__intro-title {
    padding: 41px 70px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    border: 5px solid #fff;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:639px) {
    .project__intro-title {
        padding: 30px 15px;
        font-size: 33px;
        line-height: 38px
    }
}

@media screen and (max-width:479px) {
    .project__intro-title {
        font-size: 27px
    }
}

.project__banner {
    width: 400px
}

.project__banner img {
    width: 100%
}

.project iframe {
    height: 210px;
    margin-bottom: 15px
}

.project__link {
    display: block;
    margin-bottom: 10px;
    font-size: 0
}

.project__link img {
    width: 100%
}

.lounge {
    padding: 50px 0
}

.lounge__title {
    margin-bottom: 35px
}

@media screen and (max-width:479px) {
    .lounge__title {
        margin-bottom: 15px
    }
}

.lounge__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 90px
}

@media screen and (max-width:991px) {
    .lounge__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:479px) {
    .lounge__wrapper {
        padding-left: 45px
    }
}

.lounge__item {
    display: inline-block;
    position: relative;
    width: 38.54%;
    margin-bottom: 60px
}

@media screen and (max-width:1199px) {
    .lounge__item {
        width: 42%
    }
}

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

@media screen and (max-width:479px) {
    .lounge__item {
        margin-bottom: 40px
    }
}

.lounge__img {
    position: absolute;
    top: -20px;
    left: -90px;
    width: 127px;
    height: 127px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 7px 4px rgba(0, 0, 0, .15)
}

@media screen and (max-width:479px) {
    .lounge__img {
        top: 10px;
        left: -50px;
        width: 100px;
        height: 100px
    }
}

.lounge__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.lounge__top {
    padding: 16px 10px 16px 64px;
    background-color: #204da1
}

@media screen and (max-width:479px) {
    .lounge__top {
        padding: 16px 10px 16px 64px
    }
}

.lounge__bot {
    min-height: 103px;
    padding: 40px 45px 15px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .15)
}

@media screen and (max-width:479px) {
    .lounge__bot {
        padding: 30px 10px 15px 15px
    }
}

.lounge__name {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .lounge__name {
        font-size: 16px
    }
}

.lounge__status {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .lounge__status {
        font-size: 14px;
        line-height: 22px
    }
}

.lounge__text {
    font-size: 18px;
    font-style: italic;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .lounge__text {
        font-size: 15px;
        line-height: 22px
    }
}

.lounge-inner {
    padding: 50px 0 150px
}

.lounge-inner__title {
    margin-bottom: 35px
}

@media screen and (max-width:479px) {
    .lounge-inner__title {
        margin-bottom: 15px
    }
}

.lounge-inner__wrapper {
    padding-left: 190px
}

@media screen and (max-width:991px) {
    .lounge-inner__wrapper {
        padding-left: 120px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__wrapper {
        padding-left: 45px
    }
}

.lounge-inner__item {
    position: relative;
    max-width: 1192px;
    margin-bottom: 60px
}

@media screen and (max-width:639px) {
    .lounge-inner__item {
        margin-bottom: 40px
    }
}

.lounge-inner__img {
    position: absolute;
    top: -35px;
    left: -190px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 7px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 7px 4px rgba(0, 0, 0, .15)
}

@media screen and (max-width:991px) {
    .lounge-inner__img {
        top: 5px;
        left: -120px;
        width: 180px;
        height: 180px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__img {
        top: -30px;
        left: -50px;
        width: 100px;
        height: 100px
    }
}

.lounge-inner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.lounge-inner__top {
    padding: 20px 20px 40px 128px;
    background-color: #204da1
}

@media screen and (max-width:991px) {
    .lounge-inner__top {
        padding: 20px 20px 40px 90px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__top {
        padding: 16px 10px 16px 64px
    }
}

.lounge-inner__bot {
    padding: 53px 20px 48px 90px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .15)
}

@media screen and (max-width:991px) {
    .lounge-inner__bot {
        padding: 40px 20px 45px 30px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__bot {
        padding: 30px 10px 15px 15px
    }
}

.lounge-inner__name {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 47px
}

@media screen and (max-width:991px) {
    .lounge-inner__name {
        font-size: 27px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__name {
        font-size: 16px
    }
}

.lounge-inner__status {
    color: #fff;
    font-size: 30px;
    line-height: 47px
}

@media screen and (max-width:991px) {
    .lounge-inner__status {
        font-size: 25px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__status {
        font-size: 14px;
        line-height: 22px
    }
}

.lounge-inner__text {
    max-width: 900px;
    font-size: 30px;
    font-style: italic;
    line-height: 47px
}

@media screen and (max-width:991px) {
    .lounge-inner__text {
        font-size: 25px;
        line-height: 40px
    }
}

@media screen and (max-width:639px) {
    .lounge-inner__text {
        font-size: 15px;
        line-height: 22px
    }
}

.lounge-inner__desc {
    max-width: 1170px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px
}

@media screen and (max-width:479px) {
    .lounge-inner__desc {
        margin-bottom: 60px
    }
}

.lounge-inner__chat {
    max-width: 1170px
}

@media screen and (max-width:639px) {
    .lounge-inner__chat {
        font-size: 16px;
        line-height: 28px
    }
}

.lounge-inner__chat-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-message {
        display: block;
        position: relative;
        margin-bottom: 45px
    }
}

.lounge-inner__chat-message--answer .lounge-inner__chat-body {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 40px
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-message--answer .lounge-inner__chat-body {
        margin-right: 20px
    }
}

.lounge-inner__chat-message--answer .lounge-inner__chat-body:before {
    left: auto;
    right: -27px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-message--answer .lounge-inner__chat-person {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:639px) {

    .lounge-inner__chat-message--answer .lounge-inner__chat-name,
    .lounge-inner__chat-message--answer .lounge-inner__chat-status {
        padding-left: 0;
        padding-right: 50px
    }
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-message--answer .lounge-inner__chat-status {
        padding-right: 0
    }
}

.lounge-inner__chat-person {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-person {
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 10
    }
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-person {
        width: 80px;
        height: 80px;
        top: -30px
    }
}

.lounge-inner__chat-person img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.lounge-inner__chat-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 40px;
    padding: 23px 55px 27px 40px;
    background-color: #f7f7f7
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-body {
        margin-left: 20px;
        padding: 23px 25px 27px
    }
}

.lounge-inner__chat-body:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -27px;
    width: 27px;
    height: 39px;
    background-image: url(../../../../../../local/templates/rcm/images/tringle-38a568f1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 27px
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-body:before {
        content: none
    }
}

.lounge-inner__chat-name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-name {
        padding-left: 50px
    }
}

.lounge-inner__chat-status {
    margin-bottom: 15px;
    color: #8a8a8a;
    font-size: 16px
}

@media screen and (max-width:639px) {
    .lounge-inner__chat-status {
        padding-left: 50px
    }
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-status {
        padding-left: 0;
        font-size: 15px;
        line-height: 23px
    }
}

.lounge-inner__chat-text p {
    font-size: 18px;
    line-height: 30px
}

@media screen and (max-width:479px) {
    .lounge-inner__chat-text p {
        font-size: 15px;
        line-height: 25px
    }
}

.greeting {
    padding-top: 55px;
    padding-bottom: 250px
}

.greeting__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:479px) {
    .greeting__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.greeting__part:first-child {
    margin-right: 30px
}

@media screen and (max-width:479px) {
    .greeting__part:first-child {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.greeting__img {
    max-width: 770px;
    margin-bottom: 25px;
    font-size: 0
}

.greeting__img img {
    width: 100%
}

.greeting__name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width:991px) {
    .greeting__name {
        font-size: 21px
    }
}

.greeting__status {
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:991px) {
    .greeting__status {
        font-size: 15px;
        line-height: 23px
    }
}

.greeting__doc {
    max-width: 668px;
    font-size: 0;
    border: 1px solid #000
}

.greeting__doc img {
    width: 100%
}

.leadership__intro {
    padding-top: 190px;
    padding-bottom: 70px;
    background-color: #204da1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.leadership__intro-title {
    padding: 37px 50px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    border: 5px solid #fff;
    text-align: center
}

@media screen and (max-width:639px) {
    .leadership__intro-title {
        padding: 30px 15px;
        font-size: 27px
    }
}

.leadership__content {
    padding-top: 60px;
    padding-bottom: 150px
}

@media screen and (max-width:479px) {
    .leadership__content {
        padding-bottom: 80px
    }
}

.leadership__item {
    margin-bottom: 100px
}

.leadership__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:991px) {
    .leadership__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.leadership__img {
    max-width: 770px;
    margin-right: 34px;
    font-size: 0
}

@media screen and (max-width:991px) {
    .leadership__img {
        max-width: 450px;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.leadership__img img {
    width: 100%
}

.leadership__desc {
    max-width: 720px;
    background-image: url(../../../../../../local/templates/rcm/images/fgsoifg-9519ab49.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 298px
}

@media screen and (max-width:991px) {
    .leadership__desc {
        max-width: 100%;
        background-position: 50%;
        background-size: 23%
    }
}

.leadership__name {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}

.leadership__name:hover {
    text-decoration: underline
}

.leadership__title {
    font-weight: 700;
    text-transform: uppercase
}

.leadership__projects p,
.leadership__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px
}

.leadership__projects p {
    font-style: italic
}

.compliments__wrapper {
    padding: 50px 0
}

.compliments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.compliments__item {
    width: 44.6%;
    margin-bottom: 22px
}

@media screen and (max-width:991px) {
    .compliments__item {
        width: 100%;
        margin-bottom: 35px
    }
}

.compliments__comment {
    position: relative;
    margin-bottom: 25px;
    padding: 20px 32px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06)
}

.compliments__comment:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 22px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.compliments__date {
    margin-bottom: 8px;
    color: #919191;
    font-size: 14px
}

.compliments__c-title {
    max-width: 570px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.compliments__link {
    color: #204da1;
    font-size: 16px;
    text-decoration: underline
}

.compliments__link:hover {
    text-decoration: none
}

.compliments__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.compliments__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden
}

.compliments__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.compliments__name {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700
}

.compliments__place {
    max-width: 300px;
    font-size: 14px
}

.exercises__wrapper {
    padding: 50px 0
}

.exercises__list,
.exercises__title {
    margin-bottom: 25px
}

.exercises__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.exercises__item {
    width: 44.6%;
    margin-bottom: 45px
}

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

.exercises__date {
    position: relative;
    margin-bottom: 30px;
    margin-left: 62px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .06)
}

@media screen and (max-width:991px) {
    .exercises__date {
        margin-left: 50px
    }
}

@media screen and (max-width:639px) {
    .exercises__date {
        margin-left: 35px
    }
}

.exercises__count {
    position: absolute;
    top: -12px;
    left: -62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 36px;
    font-weight: 700;
    color: #f6cb1c;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #204da1
}

@media screen and (max-width:991px) {
    .exercises__count {
        left: -52px
    }
}

@media screen and (max-width:639px) {
    .exercises__count {
        left: -40px;
        top: -7px;
        width: 60px;
        height: 60px;
        font-size: 26px
    }
}

.exercises__month {
    padding: 15px 54px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background-color: #204da1
}

@media screen and (max-width:639px) {
    .exercises__month {
        padding: 12px 28px;
        font-size: 18px
    }
}

.exercises__hol {
    padding: 23px 54px;
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width:639px) {
    .exercises__hol {
        padding: 20px 28px;
        font-size: 18px
    }
}

.exercises__pic {
    width: 100%;
    height: 348px;
    margin-bottom: 26px
}

@media screen and (max-width:639px) {
    .exercises__pic {
        height: 250px
    }
}

@media screen and (max-width:479px) {
    .exercises__pic {
        height: 140px
    }
}

.exercises__pic iframe,
.exercises__pic img,
.exercises__pic video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.exercises__info {
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:479px) {
    .exercises__info {
        font-size: 14px;
        line-height: 22px
    }
}

.landing__intro {
    margin-bottom: 80px;
    padding: 90px 20px 110px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/decor-left-76ddcd26.png), url(../../../../../../local/templates/rcm/images/decor-right-d3d2e09a.png);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0
}

@media screen and (max-width:479px) {
    .landing__intro {
        margin-bottom: 50px;
        padding: 60px 20px 80px
    }
}

.landing__i-title {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    border: 7px solid #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .landing__i-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media screen and (max-width:479px) {
    .landing__i-title {
        padding: 30px 10px;
        font-size: 24px;
        line-height: 34px
    }
}

.landing__container {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 20px
}

.landing__q {
    position: relative;
    margin-bottom: 80px;
    padding: 40px 0;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:479px) {
    .landing__q {
        margin-bottom: 50px;
        padding: 25px 0;
        font-size: 15px;
        line-height: 26px
    }
}

.landing__q:after,
.landing__q:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 75px;
    height: 1px;
    margin: 0 auto;
    background-color: #0c0c0c
}

.landing__q:before {
    top: 0
}

.landing__q:after {
    bottom: 0
}

.landing__photo {
    width: 100%;
    height: auto;
    margin-bottom: 80px
}

@media screen and (max-width:479px) {
    .landing__photo {
        margin-bottom: 50px
    }
}

.landing__title {
    margin-bottom: 40px;
    color: #204da1;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:767px) {
    .landing__title {
        font-size: 25px;
        line-height: 28px
    }
}

@media screen and (max-width:479px) {
    .landing__title {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 26px
    }
}

.landing__text {
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .landing__text {
        font-size: 16px;
        line-height: 27px
    }
}

@media screen and (max-width:479px) {
    .landing__text {
        margin-bottom: 50px;
        font-size: 14px;
        line-height: 24px
    }
}

.announcements-imp {
    padding-bottom: 50px
}

.announcements-imp .announce__content {
    min-height: 216px
}

@media screen and (max-width:639px) {
    .announcements-imp .announce__img {
        height: 350px
    }
}

@media screen and (max-width:639px) {
    .announcements-imp .announce__img img {
        -o-object-fit: fill;
        object-fit: fill
    }
}

.announcements-imp__intro {
    margin-bottom: 80px;
    padding: 90px 20px 110px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/decor-left-76ddcd26.png), url(../../../../../../local/templates/rcm/images/decor-right-d3d2e09a.png);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0
}

@media screen and (max-width:479px) {
    .announcements-imp__intro {
        margin-bottom: 50px;
        padding: 60px 20px 80px
    }
}

.announcements-imp__i-title {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    border: 7px solid #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .announcements-imp__i-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media screen and (max-width:479px) {
    .announcements-imp__i-title {
        padding: 30px 10px;
        font-size: 24px;
        line-height: 34px
    }
}

.announcements-imp__container {
    max-width: 810px;
    margin: 0 auto 80px;
    padding: 0 20px
}

.announcements-imp__q {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0;
    font-size: 18px;
    line-height: 30px;
    text-align: justify
}

@media screen and (max-width:479px) {
    .announcements-imp__q {
        margin-bottom: 50px;
        padding: 25px 0;
        font-size: 15px;
        line-height: 26px
    }
}

.announcements-imp__q:after,
.announcements-imp__q:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 75px;
    height: 1px;
    margin: 0 auto;
    background-color: #0c0c0c
}

.announcements-imp__q:before {
    top: 0
}

.announcements-imp__q:after {
    bottom: 0
}

.announcements-imp__q p {
    margin: 24px 0
}

.announcements-imp__q p:first-child {
    margin-top: 0
}

.announcements-imp__q p:last-child {
    margin-bottom: 0
}

.announcements-imp__q ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.announcements-imp__q ul li:not(:last-child) {
    margin-bottom: 20px
}

.announcements-imp__q ul li:before {
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3px;
    height: 18px;
    margin-top: 7px;
    margin-right: 10px;
    background-color: #f6cb1c
}

.announcements-imp__offer-news {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 16px;
    border: 2px solid #fff;
    border-radius: 22px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #204da1
}

.announcements-imp__offer-news:hover {
    background-color: #fff;
    color: #204da1;
    border-color: #204da1
}

.announcements-imp__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.announcements-imp__item {
    width: calc(50% - 15px);
    margin-bottom: 40px
}

@media screen and (max-width:991px) {
    .announcements-imp__item {
        width: 100%
    }
}

.announcements-imp__item--left .announce__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:639px) {
    .announcements-imp__item--left .announce__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mod-announce .a-documents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mod-announce .a-documents__title {
    margin-bottom: 0
}

.mod-announce .a-documents__item {
    width: calc(50% - 20px);
    margin: 10px 10px 10px 0;
    padding: 15px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35)
}

@media screen and (max-width:991px) {
    .mod-announce .a-documents__item {
        width: 100%
    }
}

.mod-announce__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-bottom: 60px
}

@media screen and (max-width:767px) {
    .mod-announce__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mod-announce__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 410px;
    height: 400px;
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .mod-announce__img {
        max-width: unset;
        width: 100%
    }
}

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

.mod-announce__title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500
}

.mod-announce__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mod-announce__titles {
    width: 100%;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .mod-announce__titles {
        margin-bottom: 30px
    }
}

.mod-announce__desc-title {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .mod-announce__desc-title {
        margin-top: 10px
    }
}

.mod-announce__desc-subtitle {
    font-size: 25px;
    font-weight: 500
}

.mod-announce__docs {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.mod-announce__text {
    max-width: 1000px
}

.mod-announce__text p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px
}

.add-form__intro {
    padding: 90px 20px 110px;
    background-color: #204da1;
    background-image: url(../../../../../../local/templates/rcm/images/decor-left-76ddcd26.png), url(../../../../../../local/templates/rcm/images/decor-right-d3d2e09a.png);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0
}

@media screen and (max-width:479px) {
    .add-form__intro {
        margin-bottom: 50px;
        padding: 60px 20px 80px
    }
}

.add-form__i-title {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    border: 7px solid #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .add-form__i-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media screen and (max-width:479px) {
    .add-form__i-title {
        padding: 30px 10px;
        font-size: 24px;
        line-height: 34px
    }
}

.add-form__form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

.add-form__form {
    font-family: GothamPro, sans-serif
}

.add-form__field-wrapper {
    margin-bottom: 20px
}

.add-form__input-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #353535
}

.add-form__input-title span {
    color: red
}

.add-form__input-wrapper:not(:last-child) {
    margin-bottom: 15px
}

.add-form__input {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    outline: none;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    font-size: 16px;
    color: #000
}

.add-form__input:active,
.add-form__input:focus {
    border-color: #0c7aeb
}

.add-form__input--file {
    display: none
}

.add-form__upload-btn {
    padding: 15px;
    border: 2px solid #0c7aeb;
    border-radius: 5px;
    -webkit-transition: color background-color .3s .3s;
    -o-transition: color .3s background-color .3s;
    transition: color background-color .3s .3s;
    font-size: 18px;
    font-weight: 500;
    background-color: #0c7aeb;
    color: #fff
}

.add-form__upload-btn:hover {
    background-color: #fff;
    color: #0c7aeb
}

.add-form__upload-filename {
    display: none;
    margin-top: 15px
}

.add-form__filename {
    margin-right: 50px;
    color: #0c7aeb
}

.add-form__filename,
.add-form__removefile {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3
}

.add-form__removefile {
    position: relative;
    padding-left: 20px;
    color: #f54c4c;
    cursor: pointer
}

.add-form__removefile:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://www.ruy.ru/local/templates/rcm/images/add-form-remove-996ed572.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.add-form__textarea {
    width: 100%;
    min-height: 100px;
    padding: 14px 18px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    outline: none;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    resize: none;
    font-size: 16px;
    color: #000
}

.add-form__textarea:active,
.add-form__textarea:focus {
    border-color: #0c7aeb
}

.add-form__captcha {
    margin-bottom: 10px
}

.add-form__captcha-img {
    display: block;
    width: 200px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.add-form__submit {
    width: 100%;
    padding: 20px 15px;
    border: 2px solid #0c7aeb;
    border-radius: 5px;
    -webkit-transition: color background-color .3s .3s;
    -o-transition: color .3s background-color .3s;
    transition: color background-color .3s .3s;
    font-size: 18px;
    font-weight: 500;
    background-color: #0c7aeb;
    color: #fff
}

.add-form__submit:hover {
    background-color: #fff;
    color: #0c7aeb
}

/*# sourceMappingURL=app.css.map*/
/* End */


/* Start:/local/templates/rcm/template_styles.css?15803823067575*/
.c-data__title--margin {
	margin-bottom: 15px;
}
.c-data__list--margin {
	margin-bottom: 30px;
}
.one-news__tags {
	padding-bottom: 50px;
}
.nav__item {
    width: 175px;
    margin-bottom: 16px;
}
.switcher__next {
	text-align: right;
}
.media__part--photo {
    margin-bottom: 50px !important;
}
.files--no-margin {
	margin: 0!important
}
#ajax_next_page {
	display: none;
}
.switcher__side {
	width: 50%;
}
.switcher__side--one {
	width: 100%;
}
.mailing__part--close {
	display: none;
}
.one-news__img img {
    display: block;
    margin: 0 auto;
}
.media-photo__wrapper:after {
	display: none !important;
}
.projects__item:before {
	display: none !important;
}
.projects__item {
	height: 150px;
}

p.privacy-policy-msg{
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	color: black;
	opacity: 1;
}

p.privacy-policy-msg a.privacy-policy-msg__link{
	color: black;
	opacity: 1;
}

p.privacy-policy-msg a.privacy-policy-msg__link:hover,
p.privacy-policy-msg a.privacy-policy-msg__link:focus,
p.privacy-policy-msg a.privacy-policy-msg__link:visited{
	color: black;
	opacity: 0.8;
}

.privacy-policy-cookies-informer{
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 0; */
    z-index: 1030;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 10px 10px 10px 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 1.3;
    overflow: hidden;
    background-color: #204da1;
    color: #fff;
}
.privacy-policy-cookies-informer a{
	color: #fff !important;
	border-bottom: 1px solid;
}
.privacy-policy-cookies-informer_top-over{
	position: fixed;
    bottom: 0;
    border-top: 1px solid #183975;
}
.privacy-policy-cookies-informer_top-inside{
	position: relative;
	border-bottom: 1px solid #b9b9b9;
}
.privacy-policy-cookies-informer_bottom-over{
	position: fixed;
	bottom: 0;
	border-top: 1px solid #b9b9b9;
}
.privacy-policy-cookies-informer_bottom-inside{
	position: relative;
	border-top: 1px solid #b9b9b9;
}

.privacy-policy-cookies-informer__txt{ margin: 0 auto; }

.privacy-policy-cookies-informer__txt a{
	color: black;
	opacity: 1;
}

.privacy-policy-cookies-informer__txt a:hover,
.privacy-policy-cookies-informer__txt a:focus,
.privacy-policy-cookies-informer__txt a:visited{
	color: black;
	opacity: 0.8;
}

.privacy-policy-cookies-informer__confirm{
	height: 40px;
	width: 40px;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	border: 0;
	outline: none;
	color: #ffffff;
	background-color: transparent;
	font-size: 22px;
	cursor: pointer;
}
@media(min-width:768px){
	.privacy-policy-cookies-informer{
		padding: 10px 40px 10px 15px;
	}
	.privacy-policy-cookies-informer__confirm{
		left: auto;
		right:0;
	}
}
.header__navigation ul li:first-child {
    display: block;
}
.audit__top p {
	max-width: 100%;
	max-height: 100%;
}
.audit__list-wrapper {
	max-width: 100%;
}
.representation__text {
	font-size: 44px; 
}
.team__img img {
	height: auto;
}
@media screen and (max-width: 639px) {
	.today__title_small {
		font-size: 25px;
	}
}
.region-contacts__item--site {
    background-image: url(../../../../../../local/templates/rcm/images/globe-90dcd8a5.svg);
    background-size: 18px;
    background-position: 0
}
.region-contacts__item--phone-rab {
    background-image: url(../../../../../../local/templates/rcm/images/phone-b3619a16.svg);
    background-size: 18px;
    background-position: 0
}
.projects__banner {
	margin-bottom: 20px;
}
.faces__toggler-dis {
    width: 30px;
}
.announce__text_reg {
	position: relative;
	margin-bottom: 5px;
	padding-left: 18px;
	color: #d1d1d1;
}
.announce__text_reg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 18px;
    background-image: url(../../../../../../local/templates/rcm/images/flag-icon-white.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px;
}
.faces__inner {
	justify-content: flex-start !important;
}
.c-data__item--site {
    background-image: url(../../../../../../local/templates/rcm/images/globe-90dcd8a5.svg)
}
.one-news__text_mar {
	margin-bottom: 25px;		
}
.one-news__video {
	margin-bottom: 5px;
}
.one-news__video-inner {
	height: 560px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
	.one-news__video-inner {
		height: 390px;
	}
}
@media screen and (max-width: 991px) {
	.one-news__video-inner {
		height: 510px;
	}	
}
@media screen and (max-width: 767px) {
	.one-news__video-inner {
		height: 350px;
	}	
}
.announce--small .announce__img {
	height: 100%;
}
@media screen and (max-width: 639px) {
	.one-news__video-inner {
		height: 280px;
	}
	.announce--small .announce__img {
		height: 228px;
	}
}
@media screen and (max-width: 479px) {
	.one-news__video-inner {
		height: 228px;
	}	
}
.contacts__contact--phone .phone-item:after {
	content: ",";
}
.contacts__contact--phone .phone-item:last-child:after {
	content: "";
}
.contacts__contact--email .email-item:after {
	content: ",";
}
.contacts__contact--email .email-item:last-child:after {
	content: "";
}
.footer__input_color input {
	color: #ffffff;
}
.contacts-group-line {
	display: flex;
}
.contacts-group-line p.contacts__contact {
	margin-right: 15px;
}
.org-about {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
@media screen and (max-width: 639px) {
	.org-about {
		font-size: 16px;
		line-height: 26px;
	}
}
.one-news__text {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.back_reg {
	background-color: #fbfbfb;
}
/*
.a-documents__icon--audio {
    background-image: url(/local/templates/rcm/images/audio-c538fd24.png)
}

.a-documents__icon--powerpoint {
    background-image: url(/local/templates/rcm/powerpoint-5f0c143a.png)
}

.a-documents__icon--pdf {
    background-image: url(/local/templates/rcm/images/pdf-f8a90b9c.png)
}

.a-documents__icon--img {
    background-image: url(/local/templates/rcm/images/img-58244227.png)
}

.a-documents__icon--zip {
    background-image: url(/local/templates/rcm/images/audio-c538fd24.png)
}

.a-documents__icon--rar {
    background-image: url(/local/templates/rcm/images/rar-b76b786f.png)
}*/
.a-documents__icon--zip {
    background-image: url(../../../../../../local/templates/rcm/images/zip-8327c866.png)
}
.a-documents__icon--rar {
    background-image: url(../../../../../../local/templates/rcm/images/rar-b76b786f.png)
}
.a-documents__icon--ppt,
.a-documents__icon--pptx {
    background-image: url(../../../../../../local/templates/rcm/images/powerpoint-5f0c143a.png)
}
.a-documents__icon--doc,
.a-documents__icon--docx {
    background-image: url(../../../../../../local/templates/rcm/images/word-e50c17f2.png)
}
.greeting__wrapper_b {
	margin-bottom: 25px;
}
/* 
.wishes__pic {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0 auto -64px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    z-index: 1;
} */

.wishes__desc {
	min-height: 300px;
}

.landing__title {
    line-height: 40px;
}

.more {
	display: none;
}

.mob--side {
	display: none;
}

@media screen and (max-width: 991px) {
    .news__header {
        display:flex;
    }
    .news__header .news__rside {
        display:none;
	}

	.announcements__header {
        display:flex;
    }
    .announcements__header .announcements__rside {
        display:none;
	}
	
	.mob--side {
		padding-top: 20px;
		display: flex;
	}
	
	.project__intro {
		background-image: none !important;
	}

	.organs__heading {
		background-image: none !important;
	}
}

.history__heading {
	background-position: 50%;
}

.organs__heading {
	background-position: 50%;
}
/* End */
/* /local/templates/rcm/css/app.css?1603986896269872 */
/* /local/templates/rcm/template_styles.css?15803823067575 */
