@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff;
}
.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: slick;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←"}
[dir=rtl] .slick-prev:before {
    content: "→"}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→"}
[dir=rtl] .slick-next:before {
    content: "←"}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}
i.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}
i.icon.file {
    background-image: url(../img/iconFile.png);
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-top:-2px;
    vertical-align: middle;
}
i.icon.load {
    background-image: url(../img/iconLoad.png);
    width: 14px;
    height: 14px;
}
i.icon.close {
    background-image: url(../img/iconClose.png);
    width: 10px;
    height: 10px;
}
i.icon.profile {
    background-image: url(../img/profileSprite.png);
    width: 15px;
    height: 14px;
    background-size: auto;
    background-position: 0 0;
}
i.icon.house {
    background-image: url(../img/profileSprite.png);
    width: 17px;
    height: 17px;
    background-size: auto;
    background-position: 0 -38px;
}
i.icon.contact {
    background-image: url(../img/profileSprite.png);
    width: 15px;
    height: 20px;
    background-size: auto;
    background-position: 0 -77px;
}
i.icon.burger {
    background-image: url(../img/profileSprite.png);
    width: 16px;
    height: 16px;
    background-size: auto;
    background-position: 0 -118px;
}
i.icon.calendar {
    background-image: url(../img/iconCalendar.png);
    width: 16px;
    height: 15px;
}
i.icon.calendar_blue {
    background-image: url(../img/iconCalendarBlue.png);
    width: 13px;
    height: 12px;
}
i.icon.facebook {
    background-image: url(../img/socSprite.png);
    width: 9px;
    height: 16px;
    background-position: 0 0;
    background-size: auto;
}
i.icon.twitter {
    background-image: url(../img/socSprite.png);
    width: 17px;
    height: 16px;
    background-position: -57px 0;
    background-size: auto;
}
i.icon.youtube {
    background-image: url(../img/socSprite.png);
    width: 16px;
    height: 11px;
    background-position: -120px -2px;
    background-size: auto;
}
i.icon.marker {
    background-image: url(../img/iconsSprite.png);
    width: 19px;
    height: 24px;
    background-position: 0 0;
    background-size: 100%}
i.icon.marker_white {
    background-image: url(../img/iconMarkerWhite.png);
    width: 15px;
    height: 19px;
}
i.icon.mail {
    background-image: url(../img/iconsSprite.png);
    width: 19px;
    height: 17px;
    background-position: 0 -70px;
    background-size: 100%}
i.icon.tel {
    background-image: url(../img/iconsSprite.png);
    width: 20px;
    height: 19px;
    background-position: 0 -123px;
    background-size: 100%}
i.icon.dropdown {
    background-image: url(../img/iconDropdown.png);
    width: 10px;
    height: 6px;
}
i.icon.search {
    background-image: url(../img/iconSearch.png);
    width: 11px;
    height: 11px;
}
i.icon.rightArrow {
    background-image: url(../img/iconRightArrow.png);
    width: 14px;
    height: 14px;
}
i.icon.rightArrow_blue {
    background-image: url(../img/iconRightArrow_blue.png);
}
i.icon.heart {
    background-image: url(../img/iconHeart.png);
    width: 31px;
    height: 28px;
}
i.icon.suitcase {
    background-image: url(../img/3872548-32.png);
    width: 31px;
    height: 32px;
}
i.icon.document {
    background-image: url(../img/iconDocument.png);
    width: 28px;
    height: 34px;
}
i.icon.student {
    background-image: url(../img/iconStudent.png);
    width: 38px;
    height: 29px;
}
i.icon.lamp {
    background-image: url(../img/iconLamp.png);
    width: 41px;
    height: 44px;
}
i.icon.customs {
    background-image: url(../img/iconCustoms.png);
    width: 52px;
    height: 61px;
}
i.icon.consulting {
    background-image: url(../img/iconСonsulting.png);
    width: 58px;
    height: 59px;
}
.btn {
    height: 42px;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.btn_fw {
    width: 100%;
    text-align: center;
}
.btn_gray {
    color: #0d4f9f;
    background-color: #f1f1f1;
    box-shadow: none;
}
.btn_gray:hover {
    background-color: #dbdbdb;
}
.btn_blue {
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #0d4f9f;
}
.btn_blue:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #fff;
    background-color: #073061;
}
.btn_blue-bordered {
    color: #0d4f9f;
    border: 1px solid #0d4f9f;
    background-color: #fff;
    box-shadow: none;
}
.btn_blue-bordered:hover {
    background-color: #0d4f9f;
    color: #fff;
}
.btn_black_transparent {
    border-radius: 226px;
    background-color: rgba(31, 31, 31, .7);
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .84px;
}
.btn_black_transparent:hover {
    background-color: rgba(31, 31, 31, .9);
    color: #fff;
}
.btn i.icon {
    display: inline-block;
    vertical-align: middle;
}
.btn_icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.header {
    float: left;
    width: 100%;
    z-index: 50;
}
.header__bottom .wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 53px;
}
.header .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .nav-item {
    list-style: none;
    display: inline-flex;
    margin-left: 22px;
}
.header .nav-item:first-child {
    margin-left: 0;
}
.header .nav-item a {
    padding-left: 12px;
    padding-right: 12px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .48px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.header .nav-item:hover>a {
    background-color: #ebe7e7;
}
.header .nav-item:hover .nav-item-box {
    max-height: 500px;
}
.header .nav-item-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
}
.header .nav-item-box .container {
    margin-top: 10px;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
    border-radius: 5px;
    background-color: #0d4f9f;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.header .nav-item-box .sub-box {
    display: inline-flex;
    width: 318px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 13px;
    padding-bottom: 13px;
}
.header .nav-item-box .sub-box:after {
    content: " ";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    display: block;
    background-color: #fff;
    opacity: .2;
}
.header .nav-item-box .sub-box:last-child:after {
    content: none;
}
.header .nav-item-box .sub-box-title {
    color: #0a131f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    line-height: 42px;
    width: 100%}
.header .nav-item-box .sub-box dd {
    height: 42px;
    line-height: 42px;
    width: 100%}
.header .nav-item-box .sub-box dd a {
    padding: 0 0 0 20px;
    background-color: transparent;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .6px;
    border-radius: 0;
}
.header .nav-item-box .sub-box dd a:hover {
    background-color: #2d66aa;
    color: #fff;
}



.header .lang {
    margin-left: auto;
    margin-right: 13px;
}
.header .lang input[type=checkbox] {
    display: none;
}
.header .lang input[type=checkbox]:checked+label:hover:before {
    background-color: #212121;
}
.header .lang input[type=checkbox]:checked+label:hover span.eng {
    opacity: 1;
}
.header .lang input[type=checkbox]:checked+label:after {
    left: 49px;
}
.header .lang input[type=checkbox]:checked+label:before {
    background-color: #0d4f9f;
    opacity: 1;
}
.header .lang input[type=checkbox]:checked+label span.eng {
    color: #212121;
    opacity: .4;
}
.header .lang input[type=checkbox]:checked+label span.rus {
    color: #0d4f9f;
    opacity: 1;
}
.header .lang input[type=checkbox]+label {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.header .lang input[type=checkbox]+label:hover:before {
    background-color: #212121;
}
.header .lang input[type=checkbox]+label:hover span.rus {
    opacity: 1;
}
.header .lang input[type=checkbox]+label:before {
    content: " ";
    display: block;
    width: 31px;
    height: 18px;
    border-radius: 50px;
    left: 35px;
    position: absolute;
    z-index: 5;
    background-color: #0d4f9f;
}
.header .lang input[type=checkbox]+label:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50px;
    left: 36px;
    position: absolute;
    z-index: 10;
}
.header .lang input[type=checkbox]+label span {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .44px;
    text-transform: uppercase;
}
.header .lang input[type=checkbox]+label span.eng {
    color: #0d4f9f;
    opacity: 1;
}
.header .lang input[type=checkbox]+label span.rus {
    color: #212121;
    opacity: .4;
}
.header__top .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header__top:after {
    content: " ";
    display: block;
    border: 1px solid #707070;
    opacity: .2;
}
.header__logo {
    margin-right: auto;
}
.header__info-block {
    margin-left: 48px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.header__info-block .btn {
    display: inline-flex;
    margin-left: 30px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}
.header__info-block .btn:first-child {
    margin-left: 0;
}
.header__info-block .info_link {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    margin-left: 45px;
}
.header__info-block .info_link:first-child {
    margin-left: 0;
}
.header__info-block .info_link:hover {
    text-decoration: underline;
}
.header .userbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header .userbar__img {
    width: 42px;
    height: 42px;
}
.header .userbar__img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.header .userbar__img-info {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #0d4f9f;
    border-radius: 50px;
    color: #fff;
    letter-spacing: .56px;
}
.header .userbar__name {
    display: inline-flex;
    margin-left: 12px;
    margin-right: 7px;
}
.header .userbar .icon {
    cursor: pointer;
}
.header .searchbar {
    width: 131px;
    height: 40px;
}
.header .searchbar input {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    padding-left: 42px;
    padding-right: 7px;
    border: 1px solid rgba(117, 117, 117, .2);
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.header .searchbar input:focus {
    border: 1px solid #0d4f9f;
}
.header .searchbar input:hover {
    border: 1px solid #212121;
}
.header .searchbar input:hover~a.btn {
    background-color: #212121;
}
.header .searchbar input:hover~a.btn i.search {
    background-image: url(../img/iconSearchWhite.png);
}
.header .searchbar input~a.btn {
    margin-left: 0;
    position: absolute;
    top: 6px;
    left: 7px;
}
.header .searchbar input~a.btn i {
    display: inline-block;
}
.footer {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.footer_top {
    background-color: #0d4f9f;
    z-index: 5;
    padding-top: 80px;
    padding-bottom: 70px;
}
.footer_top .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.footer_top:after {
    content: " ";
    display: block;
    border: 1px solid #fff;
    opacity: .2;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.footer_top .btn {
    width: 100%;
    text-align: center;
}
.footer_top .contacts {
    float: left;
    width: 100%;
    margin-top: auto;
}
.footer_top .contacts-elem {
    color: #a2ccff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .48px;
    line-height: 19px;
    display: block;
}
.footer_top .contacts-elem:hover {
    color: #fff;
}
.footer_top .contacts-elem-title {
    color: #072850;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer_top .socials {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.footer_top .socials .btn {
    display: inline-flex;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(7, 40, 80, .2);
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.footer_top .socials .btn:hover {
    background-color: rgba(10, 19, 31, .5);
}
.footer_top .btn_blue {
    background-color: rgba(10, 19, 31, .5);
    color: #fff;
    margin-bottom: auto;
}
.footer_top .btn_blue:hover {
    background-color: rgba(10, 19, 31, .8);
}
.footer_top .list {
    float: left;
    margin-right: 50px;
}
.footer_top .list:last-child {
    margin-right: 0;
}
.footer_top .list-elem {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    display: block;
    letter-spacing: 0;
    line-height: 19px;
}
.footer_top .list-elem:hover {
    text-decoration: underline;
}
.footer_top .list-elem:last-child {
    margin-bottom: 0;
}
.footer_top .list-elem-divider {
    margin-bottom: 17px;
    height: 1px;
    background-color: #fff;
    opacity: .2;
}
.footer_top .block {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.footer_top .block_x2 {
    width: 680px;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_bottom {
    background-color: #0a131f;
}
.footer_bottom .wrapper {
    display: flex;
    height: 50px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer_bottom .copy {
    opacity: .6;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
}
* {
    position: relative;
    //border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
.navMobileButton {
    display: none;
}
body, html {
    width: 100%;
    height: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    color: #212121;
}
img {
    //display: block;
    max-width: 100%;
    height: auto;
}
.wrapper {
    max-width: 100%;
    width: 1366px;
    padding-left: 65px;
    padding-right: 65px;
    margin: auto;
}
.wrapper:after {
    content: " ";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
    color: #0d4f9f;
}
a:hover {
    color: #2d66aa;
}
a:active {
    color: #212121;
}
p {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 19px;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
.associationPage {
    float: left;
    width: 100%}
.associationPage .section.content {
    margin-top: 0px;
}
.associationPage .section.content .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}
.associationPage .section.content .container {
    width: 840px;
    margin-left: auto;
}
.associationPage .section.content .aside {
    width: 360px;
}
.associationPage .section.content .aside_block {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.associationPage .section.content .aside_block:last-child {
    margin-bottom: 0;
}
.associationPage .section.content .aside_block_list {
    clear: both;
    list-style: none;
    line-height: 19px;
}
.associationPage .section.content .aside_block_list .list-elem {
    margin-bottom: 20px;
}
.associationPage .section.content .aside_block_list .list-elem i.icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.associationPage .section.content .aside_block_list .list-elem:last-child {
    margin-bottom: 0;
}
.associationPage .section.bander {
    margin-top: 0;
}
.associationPage .section.bander .wrapper {
    padding-top: 55px;
    padding-bottom: 40px;
    border-radius: 5px;
    margin-left: -66px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}
.associationPage .section.bander .wrapper .leftSide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.associationPage .section.bander .wrapper .leftSide .buttons .btn {
    margin-right: 20px;
}
.associationPage .section.bander .wrapper .leftSide .buttons .btn:last-child {
    margin-right: 0;
}
.associationPage .section.bander .wrapper .rightSide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
}
.associationPage .section.bander .wrapper .rightSide .region {
    width: 310px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.associationPage .section.bander .wrapper .rightSide .region-elem {
    height: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 19px;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 80px;
}
.associationPage .section.bander .wrapper .rightSide .region-elem i.icon {
    margin-top: -20px;
    margin-right: 14px;
}
.associationPage .section.bander .wrapper .rightSide .region-elem:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #212121;
    opacity: .3;
}
.associationPage .section.bander .wrapper .rightSide .region-elem:last-child:after {
    content: none;
}
.associationPage .section.bander .wrapper .rightSide .region:before {
    content: " ";
    display: block;
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: -50px;
    top: -50px;
    z-index: 5;
    background-image: url(../img/associationBg.png);
    filter: blur(40px);
    background-position: top right;
}
.associationPage .section.bander .wrapper .rightSide .region:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .35);
}
.associationPage .section.bander .wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #000;
     */opacity: .5;
}
.profilePage {
    float: left;
    width: 100%;
    overflow: hidden;
}
.profilePage .section.bander {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 60px;
    background-image: url(../img/profileBack.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.profilePage .section.grayBack {
    margin-top: 0;
    padding-top: 38px;
    padding-bottom: 20px;
}
.profilePage .section.advantages .title {
    margin-bottom: 20px;
}
.profilePage .section.advantages .wrapper:after {
    content: none;
}
.profilePage .section.advantages .wrapper .container_advantages {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.profilePage .section.advantages .wrapper .container_advantages .block {
    width: 32.3%;
    margin-right: 1.55%}
.profilePage .section.advantages .wrapper .container_advantages .block:nth-child(3n) {
    margin-right: 0;
}
.section {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 60px;
    background-color: #fff;
}
.section.bander .profileLinks {
    margin-top: 50px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.section.bander .profileLinks .list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.section.bander .profileLinks .list-elem {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
}
.section.bander .profileLinks .list-elem i.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.section.bander .profileLinks .list-elem:last-child {
    margin-bottom: 0;
}
.section.bander .profileLinks .btn {
    margin-top: 50px;
}
.section.bander .profileInfo {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.section.bander .profileInfo-photo {
    margin-right: 10px;
}
.section.bander .profileInfo-title {
    color: #212121;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1.32px;
}
.section.bander .profileInfo-status {
    color: #58585a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    margin-top: 10px;
}
.section.whiteLine {
    overflow: hidden;
}
.section.whiteLine:before {
    content: " ";
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.section.grayBack {
    background-color: #f1f1f1;
}
.section.slider {
    margin-top: 0;
    margin-bottom: -35px;
}
.section.sponsors {
    padding-top: 50px;
    margin-top: 0;
}
.section.sponsors .title {
    margin-bottom: 40px;
}
.section.withLine .contacts .wrapper:before {
    content: none;
}
.section.withLine .wrapper:before {
    content: " ";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #0d4f9f;
    position: absolute;
    right: calc(100% - 50px);
    top: 16px;
}
.section.bussiness {
    padding-top: 40px;
}
.section.bussiness .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section.bussiness .wrapper:before {
    top: 50%;
    margin-top: -75px;
}
.section.bussiness .leftSide {
    width: 40%;
    padding-right: 40px;
}
.section.bussiness .leftSide .title {
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.04px;
    line-height: 36px;
}
.section.bussiness .leftSide .descr {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 24px;
}
.section.bussiness .rightSide {
    width: 60%}
.section.bussiness .rightSide .blocks {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section.bussiness .rightSide .block {
    width: 186px;
    height: 207px;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
    border-radius: 5px;
    background-color: #0d4f9f;
    margin-right: 24px;
    margin-bottom: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section.bussiness .rightSide .block:nth-child(3n) {
    margin-right: 0;
}
.section.bussiness .rightSide .block-icon {
    margin-bottom: 30px;
}
.section.bussiness .rightSide .block-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .64px;
    line-height: 36px;
}
.section.advantages .title {
    margin-bottom: 50px;
}
.section.advantages .wrapper:after {
    content: " ";
    display: block;
    width: 567px;
    height: 536px;
    background-image: url(../img/advantages.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 80px;
    left: -135px;
    background-color: transparent;
    z-index: 0;
}
.section.advantages .wrapper .container_advantages {
    width: 816px;
    display: flex;
    margin-left: auto;
    align-content: flex-start;
    flex-direction: row;
    z-index: 1;
}
.section.advantages .wrapper .container_advantages .row {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.section.advantages .wrapper .container_advantages .block {
    width: 396px;
    height: 243px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
.section.advantages .wrapper .container_advantages .block:hover {
    background-color: #f1f1f1;
}
.section.advantages .wrapper .container_advantages .block-icon {
    width: 77px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
    background-color: #0d4f9f;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 54px;
}
.section.advantages .wrapper .container_advantages .block-icon .icon {
    display: inline-flex;
}
.section.advantages .wrapper .container_advantages .block-title {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .56px;
    margin-bottom: 14px;
    line-height: 18px;
}
.section.advantages .wrapper .container_advantages .block-descr {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .48px;
    line-height: 18px;
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .container_calendar {
    max-width: 100%
}
.section .container_calendar .title .icon {
    display: inline-block;
    vertical-align: middle;
}
.section .container_calendar .title .rightSide {
    float: right;
}
.section .container_calendar .title .rightSide a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    margin-right: 45px;
}
.section .container_calendar .title .rightSide a i.icon {
    margin-right: 5px;
}
.section .container_calendar .title .rightSide a:last-child {
    margin-right: 0;
}
.section .container_calendar .events {
    padding-bottom: 40px;
    padding-top: 20px;
    z-index: 10;
    clear: both;
}
.section .container_calendar .events .slick-prev {
    height: 220px;
    width: 32px;
    border-radius: 3px;
    background-color: #212121;
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-image: url(../img/iconRightArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: rotate(180deg);
    margin-top: -110px;
    left: -52px;
}
.section .container_calendar .events .slick-prev:hover {
    opacity: 1;
}
.section .container_calendar .events .slick-prev.slick-disabled {
    cursor: default;
    opacity: .4;
}
.section .container_calendar .events .slick-prev.slick-disabled:hover {
    opacity: .4;
}
.section .container_calendar .events .slick-prev:before {
    content: none;
}
.section .container_calendar .events .slick-next {
    height: 220px;
    width: 32px;
    border-radius: 3px;
    background-color: #212121;
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-image: url(../img/iconRightArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: rotate(0);
    margin-top: -110px;
    right: -52px;
}
.section .container_calendar .events .slick-next:hover {
    opacity: 1;
}
.section .container_calendar .events .slick-next.slick-disabled {
    cursor: default;
    opacity: .4;
}
.section .container_calendar .events .slick-next.slick-disabled:hover {
    opacity: .4;
}
.section .container_calendar .events .slick-next:before {
    content: none;
}
.section .container_calendar .events h3.title {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .64px;
    margin-bottom: 20px;
    line-height: 20px;
}
.section .container_calendar .events_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.section .container_calendar .events_list-item {
    display: inline-flex;
    width: 409px;
    height: 220px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    border-radius: 3px;
    background-color: #fff;
    margin-right: 19px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: .4;
}
.section .container_calendar .events_list-item.slick-active {
    opacity: 1;
}
.section .container_calendar .events_list-item .btn {
    margin-top: auto;
}
.section .container_calendar .events_list-item .title {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .84px;
    margin-bottom: 15px;
}
.section .container_calendar .events_list-item .descr {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 19px;
    margin-bottom: auto;
}
.section .container_calendar .events_list-item a i.icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.section .container_calendar .slick-list {
    overflow: visible;
}
.section .container_calendar .calendar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    z-index: 10;
    clear: both;
}
.section .container_calendar .calendar .slick-prev {
    height: 100px;
    width: 32px;
    border-radius: 3px;
    background-color: #212121;
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-image: url(../img/iconRightArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: rotate(180deg);
    margin-top: -50px;
    left: -52px;
}
.section .container_calendar .calendar .slick-prev:hover {
    opacity: 1;
}
.section .container_calendar .calendar .slick-prev.slick-disabled {
    cursor: default;
    opacity: .4;
}
.section .container_calendar .calendar .slick-prev.slick-disabled:hover {
    opacity: .4;
}
.section .container_calendar .calendar .slick-prev:before {
    content: none;
}
.section .container_calendar .calendar .slick-next {
    height: 100px;
    width: 32px;
    border-radius: 3px;
    background-color: #212121;
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-image: url(../img/iconRightArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: rotate(0);
    margin-top: -50px;
    right: -52px;
}
.section .container_calendar .calendar .slick-next:hover {
    opacity: 1;
}
.section .container_calendar .calendar .slick-next.slick-disabled {
    cursor: default;
    opacity: .4;
}
.section .container_calendar .calendar .slick-next.slick-disabled:hover {
    opacity: .4;
}
.section .container_calendar .calendar .slick-next:before {
    content: none;
}
.section .container_calendar .calendar:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #707070;
    opacity: .2;
}
.section .container_calendar .calendar-line {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%}
.section .container_calendar .calendar-line:last-child:after {
    content: none;
}
.section .container_calendar .calendar-line .slick-active {
    opacity: 1!important;
}
.section .container_calendar .calendar-line-data {
    width: 88px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid rgba(117, 117, 117, .2);
    background-color: transparent;
    padding: 12px 14px 13px;
    margin-right: 19px;
    opacity: .4;
}
.section .container_calendar .calendar-line-data.active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 3px;
    background-color: #fff;
}
.section .container_calendar .calendar-line-data.active:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #0d4f9f;
}
.section .container_calendar .calendar-line-data .day {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
    margin-bottom: 16px;
    line-height: 14px;
}
.section .container_calendar .calendar-line-data .number {
    height: 41px;
    line-height: 41px;
    color: #212121;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1.32px;
}
.section .container_calendar .calendar-line-month {
    margin-right: 80px;
    padding-left: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: auto;
    background-color: transparent;
    border: 0;
}
.section .container_calendar .calendar-line-month .year {
    color: #0d4f9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .48px;
    margin-bottom: 20px;
}
.section .container_calendar .calendar-line-month .name {
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.04px;
}
.section .container_calendar .calendar-line-month:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    border-right: 1px solid #707070;
    opacity: .2;
}
.section .contacts {
    margin-bottom: 200px;
    padding-top: 80px;
    float: left;
    width: 100%}
.section .contacts:before {
    content: " ";
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    left: -440px;
    height: 530px;
    background-color: #0d4f9f;
    border-radius: 0 33px 33px 0;
}
.section .contacts:after {
    content: " ";
    display: block;
    width: 24px;
    height: 530px;
    border-radius: 33px 0 0 33px;
    background-color: #0d4f9f;
    position: absolute;
    right: 0;
    top: 0;
}
.section .contacts .container_contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.section .contacts-image {
    margin-right: 130px;
    display: inline-flex;
    border-radius: 18px;
    box-shadow: 0 19px 28px rgba(0, 0, 0, .16);
    overflow: hidden;
}
.section .contacts-description {
    width: 540px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.section .contacts-description .descr {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 24px;
    margin-bottom: 45px;
}
.section .container_partners .list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.section .container_partners .list_elem {
    width: calc(25% - 15px);
    height: 165px;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 65px;
}
.section .container_partners .list_elem .text {
    margin-top: auto;
    clear: both;
    color: #212121;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .44px;
    line-height: 18px;
}
.section .container_partners .list_elem img {
    display: block;
    margin: auto 0;
}
.section .container_blue {
    height: 217px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 3px;
    background-color: #0d4f9f;
    padding: 48px 70px;
    margin-bottom: 58px;
}
.section .container_blue .block {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.section .container_blue .block .number {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 4.2px;
    margin-bottom: 16px;
}
.section .container_blue .block .yellowLine {
    width: 32px;
    height: 4px;
    border-radius: 54px;
    background-color: #f3e400;
    margin-bottom: 16px;
}
.section .container_blue .block .text {
    opacity: .7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 19px;
    max-width: 150px;
}
.section .container_sponsors {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section .container_sponsors .list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%}
.section .container_sponsors .list .slick-track {
    display: flex;
    align-items: center;
}
.section .container_sponsors .list_elem {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.section .container_sponsors .list_elem img {
    display: block;
}
.listButtons {
    margin-top: 40px;
}
.listButtons .slick-next, .listButtons .slick-prev {
    position: absolute;
    top: auto;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-image: url(../img/sliderArrowsSprite.png);
    background-repeat: no-repeat;
    z-index: 20;
    transform: none;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.listButtons .slick-next:before, .listButtons .slick-prev:before {
    content: none;
}
.listButtons .slick-next:hover, .listButtons .slick-prev:hover {
    opacity: 1;
}
.listButtons .slick-next.slick-disabled, .listButtons .slick-prev.slick-disabled {
    opacity: .5;
    cursor: default;
}
.listButtons .slick-next.slick-disabled:hover, .listButtons .slick-prev.slick-disabled:hover {
    opacity: .5;
}
.listButtons .slick-prev {
    background-position: -62px 0;
    transform: rotate(180deg);
    left: -40px;
}
.listButtons .slick-next {
    background-position: -62px 0;
    right: -40px;
}
.listButtons .slick-dots {
    bottom: 0;
    position: relative;
    width: auto;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.listButtons .slick-dots li {
    height: 3px;
    width: 28px;
    margin-right: 14px;
    margin-left: 0;
}
.listButtons .slick-dots li:last-child {
    margin-right: 0;
}
.listButtons .slick-dots li button {
    height: 3px;
    width: 28px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background-color: #dbdbdb;
}
.listButtons .slick-dots li button:before {
    content: none;
}
.listButtons .slick-dots li.slick-active button {
    background-color: #212121;
}
.section .container_news {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 95px;
    justify-content: space-between;
}
.section .container_news .block {
    display: inline-flex;
    width: 35%;
    flex-direction: column;
    align-items: flex-start;
}
.section .container_news .block_title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    height: 26px;
    line-height: 26px;
    border-radius: 114px;
    background-color: #0d4f9f;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
}
.section .container_news .block .news_blocks {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
	width:100%;
}
.section .container_news .block .news_blocks .news_block {
    margin-right: 24px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}
.section .container_news .block .news_blocks .news_block:last-child {
    border-bottom: 0;
}
.section .container_news .block .news_blocks .news_block:last-child:after {
    content: none;
}
.section .container_news .block .news_blocks .news_block:after {
    content: " ";
    display: block;
    height: 1px;
    background-color: #707070;
    opacity: .2;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .container_news .block .news_blocks .news_block-image {
    margin-bottom: 10px;
}
.section .container_news .block .news_blocks .news_block-image img {
    display: block;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
    border-radius: 3px;
}
.section .container_news .block .news_blocks .news_block-data {
    color: #0d4f9f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .48px;
    margin-bottom: 7px;
}
.section .container_news .block .news_blocks .news_block-descr {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .56px;
    line-height: 24px;
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .container_news .block_x2 {
    width: 50%;
    margin-right: 130px;
}
.section .container_news .block_x2 .news_blocks {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
	width:100%;
}
.section .container_news .block_x2 .news_blocks .news_block {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.section .container_news .block_x2 .news_blocks .news_block-descr {
    height: 72px;
}
.section .container_news .block_x2 .news_blocks .news_block:after {
    content: none;
}
.section .container_anons {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 66px;
}
.section .container_anons .anons_block {
    height: 340px;
    display: inline-flex;
    width: calc(25% - 12px);
    margin-right: 24px;
    border-radius: 3px;
    overflow: hidden;
}
.section .container_anons .anons_block:after {
    content: " ";
    display: block;
    height: 134px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.section .container_anons .anons_block:last-child {
    margin-right: 0;
}
.section .container_anons .anons_block_x2 {
    width: 50%;
    margin-right: 24px;
}
.section .container_anons .anons_block .text {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 24px;
    z-index: 20;
}
.section .container_anons .anons_block .label {
    position: absolute;
    left: 24px;
    bottom: 77px;
    height: 26px;
    line-height: 26px;
    border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    background-color: #f1f1f1;
    z-index: 20;
}
.section .container_anons .anons_block .label.anons {
    background-color: #f3e400;
}
.section .container_anons .anons_block .label.news {
    background-color: #0d4f9f;
    color: #fff;
}
.section .container_anons .anons_block .label.publication {
    background-color: #212121;
    color: #fff;
}
.section h1.title {
    line-height: 44px;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1.32px;
}
.section h2.title {
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.04px;
    margin-bottom: 30px;
    line-height: 32px;
}
.section h3.title {
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .72px;
    margin-bottom: 30px;
    line-height: 32px;
}
.section h4.title {
    opacity: .2;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .56px;
    margin-bottom: 30px;
    line-height: 32px;
}
.section .grayLine {
    height: 55px;
    border-radius: 3px;
    background-color: #f1f1f1;
    margin-bottom: 35px;
}
.section .grayLine h3 {
    float: left;
    height: 55px;
    line-height: 55px;
    width: calc(100% - 150px);
}
.section .grayLine h3 a {
    display: block;
    padding-left: 20px;
}
.section .grayLine .more {
    float: right;
    width: 150px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #58585a;
}
.section .grayLine .more i.icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.section__newsSlider {
    float: left;
    overflow: hidden;
    width: 100%}
.section__newsSlider_container {
    width: calc(100% - 409px - 19px);
    height: 500px;
    float: left;
}
.section__newsSlider_description {
    float: left;
    width: 409px;
    height: 500px;
    margin-right: 19px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 30px 40px;
}
.section__newsSlider_description .title {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .96px;
    margin-bottom: 30px;
}
.section__newsSlider_description .text {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 18px;
    margin-bottom: 60px;
}
.section__newsSlider_description .btn:hover i.icon {
    background-image: url(../img/iconRightArrow.png);
}
.section__newsSlider_description .btn i.icon {
    margin-left: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.section__newsSlider .slick-dots {
    position: absolute;
    bottom: 18px;
    width: auto;
    height: 20px;
}
.section__newsSlider .slick-dots li {
    height: 3px;
    width: 28px;
    margin-right: 14px;
    margin-left: 0;
}
.section__newsSlider .slick-dots li.slick-active button {
    background-color: #212121;
}
.section__newsSlider .slick-dots li button {
    height: 3px;
    width: 28px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background-color: #dbdbdb;
}
.section__newsSlider .slick-dots li button:before {
    content: none;
}
.section__newsSlider .slick-dots li:last-child {
    margin-right: 0;
}
.section__newsSlider .slick-next, .section__newsSlider .slick-prev {
    position: absolute;
    top: auto;
    bottom: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-image: url(../img/sliderArrowsSprite.png);
    background-repeat: no-repeat;
    z-index: 20;
    transform: none;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.section__newsSlider .slick-next:before, .section__newsSlider .slick-prev:before {
    content: none;
}
.section__newsSlider .slick-next:hover, .section__newsSlider .slick-prev:hover {
    opacity: 1;
}
.section__newsSlider .slick-next.slick-disabled, .section__newsSlider .slick-prev.slick-disabled {
    opacity: .5;
    cursor: default;
}
.section__newsSlider .slick-next.slick-disabled:hover, .section__newsSlider .slick-prev.slick-disabled:hover {
    opacity: .5;
}
.section__newsSlider .slick-prev {
    left: auto;
    right: 102px;
    background-position: -62px 0;
    transform: rotate(180deg);
}
.section__newsSlider .slick-next {
    right: 40px;
    background-position: -62px 0;
}
.section__newsSlider_container-item {
    width: 100%;
    float: left;
    max-width: 820px;
    margin-right: 19px;
}
.section__newsSlider_container-item:last-child {
    margin-right: 0;
}
.section__newsSlider_container-item.slick-current .section__newsSlider_item_description {
    opacity: 1;
}
.modalBack {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    background-color: #000;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.modalBack.open {
    bottom: 0;
    opacity: .9;
    z-index: 100;
}
.modal {
    position: fixed;
    right: 0;
    left: 0;
    top: 50px;
    width: 520px;
    border-radius: 5px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    margin: auto;
    transition: .1s;
    max-width: 100%}
.modal.big {
    width: 625px;
}
.modal.customRegSuccess {
    background-image: url(../img/modalSuccess.png);
    background-repeat: no-repeat;
}
.modal.customRegSuccess .modal-body {
    padding-top: 160px;
    padding-bottom: 75px;
}
.modal.customRegSuccess .modal-body .modal-title {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .96px;
    margin-bottom: 20px;
}
.modal.customRegSuccess .modal-body .modal-descr {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 19px;
    margin-bottom: 80px;
}
.modal.customRegSuccess .modal-body .btn {
    min-width: 120px;
    text-align: center;
}
.modal.open {
    opacity: 1;
    z-index: 150;
    transition: .3s ease-out .2s;
}
.modal-header {
    float: left;
    width: 100%;
    padding: 50px 40px 0;
}
.modal-close {
    background-image: url(../img/iconClose.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50px;
    right: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    opacity: .8;
    z-index: 5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.modal-close:hover {
    opacity: 1;
}
.modal-body {
    float: left;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.modal-title {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .96px;
}
.modal-footer {
    float: left;
    width: 100%;
    padding: 0 40px 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.modal-footer .form-item {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}
.modal-footer .btn {
    margin-right: 20px;
}
.modal-footer .btn:last-child {
    margin-right: 0;
}
.form-item {
    width: 340px;
    margin-bottom: 40px;
}
.form-item.link {
    margin-top: -15px;
}
.form-item:last-child {
    margin-bottom: 0;
}
.form-item label {
    margin-left: 1px;
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 33px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form-item .inpButtons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form-item .inpButtons i.icon {
    margin-right: 6px;
    cursor: pointer;
}
.form-item .inpButtons i.icon:last-child {
    margin-right: 0;
}
.form-item .uploadFile-item {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 33px;
}
.form-item .uploadFile-item i.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.form-item .uploadFile-item .btn {
    margin-left: 10px;
    text-align: center;
}
.form-item .uploadFile-item .btn i.icon {
    margin-right: 0;
}
.form-item input {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(117, 117, 117, .2);
}
.form-item input[type=checkbox] {
    display: none;
}
.form-item input[type=checkbox]:checked+label:before {
    background-color: #0d4f9f;
    background-image: url(../img/checkbox.png);
}
.form-item input[type=checkbox]:checked+label:hover:before {
    background-color: #073061;
}
.form-item input[type=checkbox]+label {
    display: block;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    height: auto;
    padding-left: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    top: 0!important;
    position: relative;
    cursor: pointer;
}
.form-item input[type=checkbox]+label:before {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: #f1f1f1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-repeat: no-repeat;
    background-position: center;
}
.form-item input[type=checkbox]+label:hover {
    color: #212121;
}
.form-item input[type=checkbox]+label:hover:before {
    background-color: #dbdbdb;
}
.form-item input[type=file] {
    display: none;
}
.form-item input[type=file]+label {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0!important;
    line-height: 20px;
    margin-bottom: 30px;
}
.form-item input[type=file]+label .title {
    display: block;
    width: 100%;
    color: #0d4f9f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .56px;
}
.form-item input[type=file]+label .title i.icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.form-item input[type=file]+label .descr {
    color: #bcbcbc;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .44px;
}
.form-item input~.errorMessage {
    color: #f31200;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .44px;
    line-height: 33px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form-item input:focus {
    border-bottom: 1px solid #0d4f9f;
}
.form-item input:focus+label {
    top: -20px;
    font-size: 11px;
    color: #0d4f9f;
}
.form-item input:valid+label {
    top: -20px;
    font-size: 11px;
}
.form-item input:invalid:not(:placeholder-shown) {
    border-bottom: 1px solid #f31200;
}
.form-item input:invalid:not(:placeholder-shown)~.errorMessage {
    opacity: 1;
}
.form-item input:not(:placeholder-shown)+label {
    top: -29px;
    font-size: 11px;
}
@media screen and (max-width:1240px) {
    .wrapper {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%}
.header__bottom .wrapper {
    padding-left: 30px;
    padding-right: 40px;
}
.btn {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}
.header__info-block .btn {
    margin-left: 15px;
}
.header__info-block .info_link {
    margin-left: 20px;
}
.header .nav-item, .header__info-block {
    margin-left: auto;
}
.header .nav {
    width: 100%}
.header .lang {
    margin-left: 20px;
}
.section.slider {
    overflow: hidden;
}
.section__newsSlider .section__newsSlider_item {
    max-width: 1020px;
}
.section__newsSlider_item_description {
    width: 500px;
}
.section .container_anons .anons_block {
    height: auto;
    display: block;
}
.section .container_calendar .calendar-line-month {
    width: auto;
}
.section .container_calendar .events .slick-next, .section .container_calendar .events .slick-prev {
    height: 200px;
    margin-top: -100px;
}
.section .container_calendar .calendar .slick-next, .section .container_calendar .events .slick-next {
    width: 20px;
    right: -20px;
}
.section .container_calendar .calendar .slick-prev, .section .container_calendar .events .slick-prev {
    width: 20px;
    left: -20px;
}
.section .container_calendar .events_list-item {
    margin-right: 15px;
    padding: 15px;
    width: 310px;
    height: 200px;
}
.section .container_calendar .events_list-item .title {
    font-size: 12px;
    margin-bottom: 15px;
}
.section .container_calendar:after {
    height: 570px;
}
.section .container_news .block {
    width: 45%}
.section .container_news .block_x2 {
    width: 55%;
    margin-right: 5%}
.section .container_news .block .news_blocks .news_block {
    margin-right: 0;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.section .container_news .block_x2 .news_blocks .news_block {
    margin-right: 15px;
}
.section .container_news .block .news_blocks .news_block-descr {
    font-size: 12px;
    line-height: 20px;
}
.section .contacts-image {
    display: block;
    margin-right: 80px;
}
.section .contacts-description .descr {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.section h2.title {
    font-size: 22px;
    margin-bottom: 20px;
}
.section.advantages .title {
    margin-bottom: 40px;
}
.section.advantages .title br {
    display: none;
}
.section.advantages .wrapper .container_advantages .block {
    width: 392px;
    height: 230px;
    margin-bottom: 15px;
    padding: 25px;
}
.section.bussiness .leftSide {
    width: 40%;
    padding-right: 40px;
}
.section.bussiness .rightSide {
    width: 60%}
.section.bussiness .rightSide .block {
    width: 166px;
    height: 177px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.section.bussiness .wrapper:before {
    margin-top: -70px;
}
}

@media screen and (max-width:1024px) {
    .section.slider {
    margin-bottom: 0;
}
.section__newsSlider_description {
    width: 360px;
    height: 400px;
    margin-right: 0;
    padding: 20px 20px 60px;
}
.section__newsSlider_description .text {
    margin-bottom: 30px;
}
.section__newsSlider_description .title {
    margin-bottom: 20px;
    font-size: 22px;
}
.section__newsSlider_container {
    width: calc(100% - 360px);
    height: 400px;
}
.section__newsSlider .slick-dots {
    bottom: 28px;
}
.header__bottom .wrapper, .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.header__info-block {
    margin-left: 20px;
}
.header__info-block.contacts {
    display: none;
}
.header .nav-item a {
    padding-left: 8px;
    padding-right: 9px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
}

.header .nav-item a:first-child {
    pointer-events: none;
}
.header .nav-item-box .sub-box dd a{
    pointer-events: auto;
}
.header .nav-item {
    margin-left: 5px;
}
.header .lang {
    margin-left: 0;
    margin-right: 0;
}
.section__newsSlider .section__newsSlider_item {
    max-width: 768px;
}
.section__newsSlider_item_description {
    max-width: 360px;
    padding: 15px;
}
.section__newsSlider_item_description .text {
    height: 125px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
}
.section {
    margin-top: 30px;
}
.section.withLine .wrapper:before {
    right: calc(100% - 10px);
}
.section__newsSlider .slick-next, .section__newsSlider .slick-prev {
    bottom: 25px;
}
.section .container_blue {
    padding: 25px 35px;
    margin-bottom: 35px;
}
.section.bussiness .wrapper:before {
    margin-top: -100px;
}
.footer_top {
    padding-top: 50px;
    padding-bottom: 40px;
}
.profilePage .section.advantages .wrapper .container_advantages .block {
    width: 49%;
    height: auto;
    margin-right: 2%}
.profilePage .section.advantages .wrapper .container_advantages .block:nth-child(3n) {
    margin-right: 2%}
.profilePage .section.advantages .wrapper .container_advantages .block:nth-child(2n) {
    margin-right: 0;
}
}

@media screen and (max-width:960px) {
    .section.advantages .wrapper .container_advantages {
    width: 100%}
.section.advantages .wrapper .container_advantages .row:first-child {
    padding-right: 10px;
}
.section.advantages .wrapper .container_advantages .row:last-child {
    padding-left: 10px;
}
.section.advantages .wrapper .container_advantages .block {
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 15px;
}
.section.advantages .wrapper .container_advantages .block-icon {
    margin-bottom: 15px;
}
.section.bussiness .rightSide .block {
    width: 130px;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
}
.section.bussiness .rightSide .block:nth-child(3n) {
    margin-right: 0;
}
.section.bussiness .rightSide .block-icon {
    margin-bottom: 10px;
    margin-top: 10px;
}
.section.bussiness .rightSide .block-title {
    font-size: 14px;
    line-height: 24px;
}
.section.bussiness .wrapper:before {
    top: 50%;
    margin-top: -135px;
}
.section .container_partners .list_elem {
    margin: 10px;
}
.footer_top .buttons .btn {
    margin-left: 20px;
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 0;
}
.footer_middle .block .title {
    font-size: 11px;
}
}

@media screen and (max-width:812px) {
    .section__newsSlider_description {
    width: 280px;
}
.section__newsSlider_container {
    width: calc(100% - 280px);
}
.section__newsSlider_description .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.section__newsSlider_description .text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}
.section__newsSlider .slick-next {
    bottom: 20px;
    right: 20px;
    left: auto;
}
.section__newsSlider .slick-prev {
    left: 20px;
    bottom: 20px;
}
.header__bottom .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
}
.header .nav {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 10;
}
.header .nav-item, .header .nav-item:first-child {
    margin-left: 0;
    margin-right: 0;
}
.header .nav-item:first-child:hover, .header .nav-item:hover {
    z-index: 5;
}
.header .lang {
    margin-top: 20px;
    z-index: 5;
}
.header .nav-item:hover .nav-item-box {
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
    max-height: 600px;
}
.header .nav-item-box .container {
    flex-direction: column;
}
.header .nav-item-box .sub-box {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%}
.header .nav-item-box .sub-box dd, .header .nav-item-box .sub-box-title {
    height: 30px;
    line-height: 30px;
}
.navMobileButton {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    position: relative;
    z-index: 500;
    cursor: pointer;
}
.navMobileButton.open .line {
    max-width: 20px;
    left: 3px;
}
.navMobileButton.open .line:nth-child(2) {
    opacity: 0;
    transform: rotate(180deg);
}
.navMobileButton.open .line:first-child {
    transform: rotate(-135deg);
    top: 12px;
}
.navMobileButton.open .line:last-child {
    transform: rotate(135deg);
    top: 12px;
}
.navMobileButton .line {
    width: 26px;
    height: 2px;
    background-color: #0d4f9f;
    position: absolute;
    left: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navMobileButton .line:first-child {
    top: 4px;
}
.navMobileButton .line:nth-child(2) {
    top: 12px;
}
.navMobileButton .line:last-child {
    top: 20px;
}
.section .container_anons .anons_block {
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}
.section .container_anons .anons_block img {
    width: 100%}
.section .container_anons .anons_block:last-child {
    margin-right: 0;
}
.section {
    margin-top: 20px;
}
.section .container_anons .anons_block_x2 {
    width: 100%;
    margin-right: 0;
}
.section .container_anons {
    display: block;
    margin-bottom: 35px;
}
.header__bottom {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
}
.header__bottom.open {
    max-height: 600px;
    overflow: visible;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .16);
}
.section__newsSlider .section__newsSlider_item {
    max-width: 640px;
}
.section__newsSlider_item_description .text {
    height: 65px;
}
.section .container_blue {
    height: 135px;
    padding: 20px;
    margin-bottom: 25px;
}
.section .container_blue .block .number {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}
.section .container_blue .block .yellowLine {
    margin-bottom: 10px;
}
.section .container_blue .block .text {
    font-size: 12px;
    line-height: 16px;
    max-width: 130px;
}
.section .container_sponsors .list_elem {
    display: block;
}
.section .container_sponsors .list_elem img {
    max-width: 80%}
.section .container_sponsors {
    margin-bottom: 20px;
}
.section.whiteLine:after {
    height: 180px;
}
.section .container_news {
    flex-direction: column;
}
.section .container_news .block_x2 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
}
.section .container_news .block {
    width: 100%}
.section .container_news .block .news_blocks .news_block {
    padding-bottom: 0;
}
.section .container_news .block_x2 .news_blocks .news_block-descr {
    height: auto;
}
.section .container_news .block .news_blocks .news_block-descr {
    height: auto;
    padding-bottom: 20px;
}
.section .container_news .block .news_blocks .news_block:last-child {
    margin-right: 0;
}
.section .container_news .block .news_blocks {
    width: 100%}
.section .container_news {
    margin-bottom: 40px;
}
.section .contacts:after {
    height: auto;
    top: 0;
    bottom: 0;
    width: 10px;
}
.section .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.section .contacts .container_contacts {
    flex-direction: column-reverse;
}
.section .contacts-image {
    display: block;
    margin: 40px auto auto;
}
.section .contacts-description {
    max-width: 500px;
    width: 100%}
.section .contacts:before {
    left: -280px;
}
.section.bussiness {
    padding-top: 20px;
}
.section.bussiness .wrapper {
    flex-direction: column;
}
.section.bussiness .leftSide {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
}
.section.bussiness .rightSide {
    width: 100%}
.section.bussiness .rightSide .blocks {
    width: 420px;
    margin: auto;
}
.footer_top .wrapper {
    flex-direction: column;
}
.footer_top .block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer_top .block:last-child {
    margin-bottom: 0;
}
.footer_top .block .isoLogo, .footer_top .block .socials, .footer_top .block>.btn_blue {
    width: 30%;
    margin-bottom: 0;
}
.footer_top .block_x2 {
    margin: 0 0 20px;
}
.footer_top .contacts {
    width: 40%}
.footer_top .list {
    width: 55%;
    margin-right: 5%}
.footer_top .list:last-child {
    width: 40%}
.section.bander .profileInfo-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.32px;
    line-height: 1.2em;
}
.section.bander .profileInfo-status {
    line-height: 15px;
    font-size: 12px;
    margin-top: 5px;
}
.section.bander {
    background-position: 470px center;
    padding-bottom: 30px;
}
.section.bander .profileLinks, .section.bander .profileLinks .btn {
    margin-top: 30px;
}
.section.bander .profileInfo {
    align-items: flex-start;
}
}

@media screen and (max-width:640px) {
    .section__newsSlider .wrapper {
    padding-left: 0;
    padding-right: 0;
}
.header__info-block.search {
    display: none;
}
.section__newsSlider .section__newsSlider_item {
    max-width: 480px;
}
.section__newsSlider_item_description {
    max-width: 280px;
    background-color: rgba(255, 255, 255, .9);
}
.section__newsSlider_item_description .btn {
    margin-top: 10px;
}
.section .container_blue {
    padding: 10px;
    height: 110px;
    margin-bottom: 15px;
}
.section .container_blue .block .text {
    max-width: 100px;
    font-size: 10px;
    line-height: 12px;
}
.section .container_blue .block .number {
    font-size: 26px;
    line-height: 30px;
}
.section.advantages .wrapper .container_advantages .row {
    padding: 0!important;
    width: 100%}
.section.advantages .wrapper .container_advantages {
    flex-direction: column;
}
.section.advantages .wrapper .container_advantages .block {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
}
.profilePage .section.advantages .wrapper .container_advantages .block {
    width: 100%;
    margin-right: 0;
}
.section.advantages .wrapper .container_advantages .block:nth-child(2), .section.advantages .wrapper .container_advantages .block:nth-child(3) {
    margin-top: 0;
}
.section.advantages .wrapper .container_advantages .block-descr {
    height: auto;
}
.section__newsSlider_description {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 5;
    background-color: rgba(255, 255, 255, .9);
    width: auto;
    height: auto;
}
.section__newsSlider_container {
    width: 100%}
.section .container_partners .list_elem {
    width: calc(50% - 10px);
    margin: 0 20px 10px 0;
    align-items: center;
}
.section .container_partners .list_elem:nth-child(2n) {
    margin-right: 0;
}
.section .container_partners .list_elem .text {
    text-align: center;
}
.section .container_sponsors .list_elem img {
    margin: auto;
}
}

@media screen and (max-width:480px) {
    .modal {
    top: 0;
    border-radius: 0;
}
.modal-header {
    padding: 20px 20px 0;
}
.modal-close {
    top: 20px;
    right: 20px;
}
.modal-body {
    padding: 30px 20px;
}
.modal-footer {
    padding: 0 20px 20px;
}
.section__newsSlider_description {
    left: 15px;
    right: 15px;
}
.btn {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}
.header__info-block .btn {
    margin-left: 10px;
}
.section .container_calendar .title .rightSide {
    clear: both;
    width: 100%}
.section .container_calendar .title .rightSide a {
    display: block;
    margin-right: 0;
    width: 100%}
.section .container_calendar .title {
    margin-bottom: 80px;
}
.section .grayLine h3 {
    width: 100%}
.section .grayLine .more {
    clear: both;
    width: 100%}
.section .grayLine {
    margin-bottom: 70px;
}
.section .container_partners .list {
    align-content: center;
    justify-content: center;
}
.section .container_sponsors {
    overflow: hidden;
}
.section .container_partners .list_elem {
    width: 100%;
    max-width: 320px;
    margin: 0 0 15px;
}
.section .container_anons .anons_block {
    width: 100%;
    margin-right: 0;
}
.section.bussiness .rightSide .blocks {
    width: 100%;
    justify-content: center;
}
.advantages {
    overflow: hidden;
}
.section h2.title {
    font-size: 18px;
    line-height: 24px;
}
.section.withLine .wrapper:before {
    top: 12px;
}
.section .container_sponsors .list_elem {
    margin: 10px 0;
}
.section.whiteLine:after {
    height: 460px;
}
.section .container_sponsors .list_elem img {
    max-width: 100%}
.section .container_calendar:after {
    width: 65px;
    height: 520px;
}
.section .container_anons .anons_block .text {
    height: 46px;
    font-size: 12px;
    line-height: 16px;
}
.section .container_blue {
    height: auto;
    flex-wrap: wrap;
}
.section .container_blue .block {
    align-items: center;
    margin: 10px 0;
}
.section .container_blue .block .text {
    text-align: center;
}
.header__bottom .wrapper, .wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.section .container_calendar .events_list-item {
    width: 290px;
    height: auto;
}
.section .container_calendar .events_list-item .descr {
    height: auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.section .container_news .block .news_blocks .news_block-descr {
    padding-bottom: 10px;
}
.section .container_news .block .news_blocks .news_block {
    margin-bottom: 10px;
}
.section .container_news .block_x2 .news_blocks {
    flex-direction: column;
}
.section .container_news .block_x2 .news_blocks .news_block {
    margin-right: 0;
}
.section .container_news .block_x2 .news_blocks .news_block-descr {
    padding-bottom: 0;
}
.section .contacts {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section.bussiness .rightSide .block {
    margin: 5px;
}
.section.bussiness .rightSide .block:nth-child(3n) {
    margin: 5px;
}
.section.bussiness .leftSide {
    margin-bottom: 20px;
}
.header__logo {
    max-width: 40%}
.section .container_calendar .events {
    padding-bottom: 15px;
}
.footer_top .wrapper {
    flex-direction: column;
}
.footer_top .block {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer_top .block:last-child {
    margin-bottom: 0;
}
.footer_top .block .logo {
    margin-bottom: 20px;
}
.footer_top .block .isoLogo, .footer_top .block .socials, .footer_top .block>.btn_blue {
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
}
.footer_top .block .isoLogo:last-child, .footer_top .block .socials:last-child, .footer_top .block>.btn_blue:last-child {
    margin-bottom: 0;
}
.footer_top .socials .btn {
    width: 32px;
    height: 32px;
}
.footer_top .block_x2 {
    margin: 0 0 20px;
}
.footer_top .contacts, .footer_top .logo {
    width: 280px;
}
.footer_top .list {
    width: 280px;
    margin-right: 0;
    margin-bottom: 20px;
}
.footer_top .list:last-child {
    width: 280px;
    margin-bottom: 0;
}
.footer_bottom .copy {
    font-size: 10px;
    width: 280px;
}
.footer_bottom .wrapper {
    justify-content: center;
}
.section .container_calendar .events .slick-next, .section .container_calendar .events .slick-prev {
    height: 170px;
    margin-top: -85px;
}
}