<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
}

p {
    font-size: 20px;
    color: #000;
    margin: 6px 0px;
    line-height: 30px;
}

button:hover,
button:active,
button:focus,
button:visited {
    outline: none;
    z-index: 99;
}

.hr {
    width: 100%;
    height: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.hr_blue {
    background: #001c5d;
}

.hr_light-blue {
    background: #e2e5ed;
}

.hr_red {
    background: #c00000;
}

.hr_gray {
    background: #b5b5b5;
}

.content {
    position: relative;
}

.content h2, .content h3 {
    color: #c00000;
    font-size: 16px;
    font-weight: normal;
}

.content p,
.content {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 26px;
}

.container_1600 {
    width: 1600px;
    min-height: 1px;
    margin: auto;
    position: relative;
}

.container_1300 {
    width: 1300px;
    min-height: 1px;
    margin: auto;
    position: relative;
}

.content a {
    text-decoration: none;
    border-bottom: 1px solid #001c5d;
    color: #001c5d;
    font-style: italic;
    transition: all 0.5s linear;
}

.content a:hover {
    border-bottom: 1px solid transparent;
}

/*row/col {*/
.row {
    margin: 0 -15px;
    font-size: 0;
}

.row_3 .col {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    /*overflow: hidden;*/
    padding: 15px;
}

.row_2 .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    /*overflow: hidden;*/
    padding: 15px;
}

.row_1 .col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*overflow: hidden;*/
    padding: 15px;
}

.section__row-block {
    padding: 0 100px;
}

.section__row {
    margin: 0 -15px;
    font-size: 0;
}

.section__row_3 .section__col {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    text-align: justify;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.section__row_2 .section__col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    text-align: justify;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.section__row_1 .section__col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    text-align: justify;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.section__col p {
    /*	font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;*/
}

.section__col-wrap {
    display: inline-block;
    width: 66%;
}

/*row/col }*/

.section__line {
    width: 100%;
    min-height: 72px;
    padding-top: 17px;
    padding-bottom: 0px;
    display: table;
}

.section__line .section__middle {
    display: table-cell;
    vertical-align: middle;
}

.section__line_blue {
    background: #001c5d;
}

.section__line_red {
    background: #c00000;
}

.section__capt {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}

.section__capt_white {
    color: #fff;
}

.section__text {
    margin: 60px auto;
}

.section_text-block .section__text p {
    text-align: justify;
}

.section__capt-underline {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 0px;
    margin-right: 20px;
}

.section__capt-name {
    color: #001c5d;
    border-bottom: 1px solid #001c5d;
    padding-bottom: 18px;
    position: relative;
    top: 2px;
}

.section__capt_white .section__capt-name {
    color: #fff;
    border-bottom: 0;
    position: static;
    padding: 0;
}

.section__btn {
    border-radius: 10px;
    padding: 16px 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-left: 50px;
    display: inline-block;
    margin: 2px 0px;
    cursor: pointer;
    z-index: 10;
    border: none;
    cursor: pointer;
}

.section__btn_blue {
    background: #fff;
    border: 2px solid #001c5d;
    color: #001c5d;

    /*border-color: rgba(255,255,255,0.4)
                  rgba(0,17,58,0.3)
                  rgba(0,17,58,0.3)
                  rgba(255,255,255,0.4);
    border-style: inset;
    border-width: 4px;*/
}

.section__btn_blue:hover {
    background: #001c5d;
    color: #fff;
}

.section__btn_blue-2 {
    height: 52px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_blue.png) repeat-x;
    position: relative;
    padding: 0 24px;
    border-radius: 10px;
    line-height: 54px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #fff;
}

.section__btn_blue-2:after {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_blue-after.png) no-repeat;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_blue-2:before {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_blue-before.png) no-repeat;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_blue-2:hover {
    height: 52px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_red.png) repeat-x;
    /*position: relative;*/
    padding: 0 24px;
    border-radius: 10px;
    line-height: 54px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #fff;
}

.section__btn_blue-2:hover:after {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_red-after.png) no-repeat;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_blue-2:hover:before {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_red-before.png) no-repeat;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_red {
    height: 52px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_red.png) repeat-x;
    position: relative;
    padding: 0 24px;
    border-radius: 10px;
    line-height: 54px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #fff;
}

.section__btn_red:after {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_red-after.png) no-repeat;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_red:before {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_red-before.png) no-repeat;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_cian {
    /*	background: #04cae2;
    border-color: rgba(255,255,255,0.5)
                  rgba(0,0,0,0.1)
                  rgba(0,0,0,0.1)
                  rgba(255,255,255,0.5);
    border-style: inset;
    border-width: 4px;
    color: #001c5d;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 30px;*/
    height: 52px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_cian-2.png) repeat-x;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 54px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #001c5d;
}

.section__btn_cian:after {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_cian-after-2.png) no-repeat;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 100;
}

.section__btn_cian:before {
    content: '';
    width: 27px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/btn/btn_cian-before-2.png) no-repeat;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}

.section .section__capt-underline, .section__button {
    display: inline-block;
    vertical-align: baseline;
}

.section__button {
    vertical-align: -webkit-baseline-middle;
}

.section__button {
    margin-left: 20px;
}

/*slider style*/
.slick-arrow {
    position: absolute;
    top: 40%;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow:hover {
    opacity: 0.5;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-initialized .slick-slide {
    /*display: table;*/
    min-height: 250px;
}

/*slider style*/

/*ICON*/
.icon-arrow-white-left {
    display: inline-block;
    width: 55px;
    height: 106px;
    background: url(../img/icon/icon-arrow-white.png);
    background-position: -11px 0px;
}

.icon-arrow-white-right {
    display: inline-block;
    display: inline-block;
    width: 55px;
    height: 106px;
    background: url(../img/icon/icon-arrow-white.png);
    background-position: 64px 0px;
}

.icon-arrow-blue-left {
    display: inline-block;
    width: 30px;
    height: 106px;
    background: url(../img/icon/icon-arrow-blue.png);
    background-position: -9px 0px;
}

.icon-arrow-blue-right {
    display: inline-block;
    display: inline-block;
    width: 30px;
    height: 106px;
    background: url(../img/icon/icon-arrow-blue.png);
    background-position: 39px 0px;
}

.icon-arrow-red-left {
    display: inline-block;
    width: 55px;
    height: 106px;
    background: url(../img/icon/icon-arrow-red.png);
    background-position: 0px 0px;
}

.icon-arrow-red-right {
    display: inline-block;
    display: inline-block;
    width: 55px;
    height: 106px;
    background: url(../img/icon/icon-arrow-red.png);
    background-position: 55px 0px;
}

.icon-advantages {
    width: 75px;
    height: 75px;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-advantages_1 {
    background: url(../img/advantages/icon-advantages-1.png) center center no-repeat;
}

.icon-advantages_2 {
    background: url(../img/advantages/icon-advantages-2.png) center center no-repeat;
}

.icon-advantages_3 {
    background: url(../img/advantages/icon-advantages-3.png) center center no-repeat;
}

.icon-advantages_4 {
    background: url(../img/advantages/icon-advantages-4.png) center center no-repeat;
}

.icon-advantages_5 {
    background: url(../img/advantages/icon-advantages-5.png) center center no-repeat;
}

.icon-advantages_6 {
    background: url(../img/advantages/icon-advantages-6.png) center center no-repeat;
}

/*ICON*/

.slick-prev.slider-participants__arrow, .slick-prev.slider-partners__arrow, .slick-prev.slider-infopartners__arrow {
    padding: 0;
}

/*HEADER*/
.header {
    /*border-bottom: 5px solid #b9b9b9;*/
    border-bottom: 2px solid #c00000;
}

.header__main {
    font-size: 0;
}

.header__logo, .header__text, .header__lk-language {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.header__logo {
    width: 500px;
    padding: 38px 0;
    text-align: left;
}

.header__text {
    width: calc(100% - 850px);
    height: 110px;
    /*padding: 24px 0px;*/
    /*font-weight: bold;*/
    font-size: 16px;
    color: #002060;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    /*padding-left: 5%;*/
}

.header__text-box {
    display: table;
    height: 100%;
    width: 570px;
}

.header__text-middle,
.header__text-middle p {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color: #002060;
    text-align: left;
    line-height: 30px;
}

.header__language {
    padding: 28px 0px 16px;
}

.header__lk-language {
    width: 350px;
    text-align: right;
}

.header__lk-language ul {
    padding: 0;
    margin: 0;
}

.header__lk-language li {
    display: inline-block;
    vertical-align: middle;
}

.header__lk-language a {
    text-transform: uppercase;
    text-decoration: none;
    color: #002060;
    font-size: 16px;
    transition: all 0.5s;
}

.header__lk-language a:hover {
    color: #c00000;
}

a.header__language-link {
    /*font-weight: bold;*/
    font-weight: normal;
    text-transform: uppercase;
    color: #c00000;
}

.header__lk-language ul li:first-child a {
    border-right: 1px solid #000;
    padding-right: 12px;
    margin-right: 8px;
}
/*.header__lk-language ul li:nth-child(2) a {*/
    /*border-right: 1px solid #000;*/
    /*padding-right: 12px;*/
    /*margin-right: 8px;*/
/*}*/

.header__language-item_active a.header__language-link {
    font-weight: bold;
    color: #002060;
}

.header__banner {
    height: auto;
    display: block;
    /*	background: #c00000;*/
}

/*.header__banner-text {
	display: table;
	width: 1240px;
	height: 200px;
	padding-left: 100px;

}
.header__banner-text span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	
}
.header__banner:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 100px;
	width: 323px;
	height: 199px;
	background: url(../img/header__banner-img.png) no-repeat;
}*/
.header__banner img {
    width: 100%;
    display: block;
}

/*HEADER*/

/*NAV*/

.nav {
    background: #c00000;
}

.nav .nav__item_additionally {
    display: none;
}

.nav__list-cont {
    /*	max-width: 90%;*/
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    /*max-width: 70%;*/
    word-spacing: normal;
    white-space: nowrap;
}

.nav__list--helper {
    max-width: 90%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.nav__list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

/*Ð•Ð©Ð• nav__item_some-menu*/
.some-menu {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.nav__item_some-menu {
    position: relative;
}

.some-menu__items {
    position: absolute;
    z-index: 999;
    top: 54px;
    display: none;
}

.some-menu__item {
    text-align: center;
    list-style-type: none;
    padding: 18px 0px;

}

.some-menu__list {
    margin: 0;
    padding: 0;
    width: 200px;
}

.some-menu__link {
    text-decoration: none;
    color: #fff;
    padding: 18px 40px;
    transition: all 0.5s;
}

.some-menu__link:hover {
    background: #a00202;
    color: #ffffff;
}

.some-menu__list .nav__item {
    list-style-type: none;
    text-align: left;
    position: relative;
    display: block;
}

.some-menu__list .nav__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: -webkit-linear-gradient(
            left,
            rgba(50, 121, 220, 0) 0%,
            rgba(230, 153, 153, 1) 25%,
            rgba(230, 153, 153, 1) 50%,
            rgba(230, 153, 153, 1) 75%,
            rgba(28, 70, 151, 0) 100%
    );
    background: -o-linear-gradient(
            left,
            rgba(50, 121, 220, 0) 0%,
            rgba(230, 153, 153, 1) 25%,
            rgba(230, 153, 153, 1) 50%,
            rgba(230, 153, 153, 1) 75%,
            rgba(28, 70, 151, 0) 100%
    );
    background: linear-gradient(
            to right,
            rgba(50, 121, 220, 0) 0%,
            rgba(230, 153, 153, 1) 25%,
            rgba(230, 153, 153, 1) 50%,
            rgba(230, 153, 153, 1) 75%,
            rgba(28, 70, 151, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#003279dc',
            endColorstr='#001c4697',
            GradientType=1
    );
}

.some-menu__list .nav__item:last-child:after {
    display: none;
}

.some-menu__list .nav__link {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 10px 20px 10px 40px;
}

.some-menu__list .nav__link:after {
    display: none;
}

.nav__item_some-menu a {
    transition: all 0.5s;
}

.nav__item_some-menu a:hover {
    background: #a00202;
}

/*NAV*/

.nav__item_additionally {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-left: 0%;
}

.nav__item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.nav__link {
    padding: 22px 40px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    background: #c00000;
    transition: all 0.5s;
    /*border-bottom: 1px solid #5b5a5b;*/
}

.nav__link:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: -webkit-linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    background: -o-linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    background: linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#00cf6568',
            endColorstr='#00cf6568',
            GradientType=0
    );
}

.nav__link:hover {
    background: #a00202;
    color: #ffffff;
}

/*.nav__link:hover:after {
	display: none;
}*/

.nav__link_active {
    background: #a00202;
    color: #ffffff;
    cursor: default;
}

/*.nav__link_active:after {
	display: none;
}*/
.nav__list .nav__item:last-child .nav__link:after {
    display: none;
}

.nav__item_logo, .nav__item_lk, .nav__item_language {
    display: none;
}

.nav.nav_scrollMenu {
    width: 100%;
    position: fixed;
    top: 0;
    background: #c00000;
    z-index: 200;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.nav__list-cont {
    width: 100%;
}

.nav.nav_scrollMenu .nav__list-cont {
    width: calc(100% - 435px);
}

.nav.nav_scrollMenu .nav__item_additionally {
    display: inline-block;
    margin-left: 98px;
    margin-top: 17;
    margin-bottom: 0;
}

.nav.nav_scrollMenu {
    display: block;
}

/*.nav.nav_scrollMenu .nav__item_logo, .nav.nav_scrollMenu .nav__item {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}*/
.nav.nav_scrollMenu .nav__list .nav__item:last-child .nav__link:after {
    display: none;
}

.nav.nav_scrollMenu .nav__item_logo {
    width: 500px;
    padding: 0;
    border-bottom: 5px solid #b51014;
}

.nav.nav_scrollMenu .nav__item_logo .header__logo {
    padding: 0;
    text-align: center;
    padding: 14px 0px;
    background: #fff;
}

.nav.nav_scrollMenu .nav__link {
    /*border-bottom: 5px solid #fff;*/
    font-size: 16px;
}

.nav.nav_scrollMenu .nav__item_language {
    vertical-align: middle;
    text-align: right;
    padding-left: 24px;
    /*border-bottom: 5px solid #fff;*/
}

.nav.nav_scrollMenu .nav__item_lk {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    /*border-bottom: 5px solid #fff;*/
    position: relative;
    padding-right: 24px;
    padding-top: 1px;
}

.nav.nav_scrollMenu .nav__item_lk:after {
    position: absolute;
    top: -20px;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: -webkit-linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    background: -o-linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    background: linear-gradient(
            rgba(207, 101, 104, 0) 0%,
            rgba(207, 101, 104, 1) 50%,
            rgba(207, 101, 104, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#00cf6568',
            endColorstr='#00cf6568',
            GradientType=0
    );
}

.nav.nav_scrollMenu .nav__link:after {
    height: 60px;
}

.nav.nav_scrollMenu .nav__item_lk ul, .nav__item_language {
    margin: 0;
    padding: 0;
}

.nav.nav_scrollMenu .nav__item_lk li, .nav.nav_scrollMenu .nav__item_language {
    display: table-cell;
    vertical-align: middle;
}

.nav.nav_scrollMenu .nav__item_language ul {
    margin: 0;
    padding: 0;
}

.nav.nav_scrollMenu .nav__item_language li {
    display: inline-block;
    vertical-align: top;
}

.nav.nav_scrollMenu .nav__item_language a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.nav.nav_scrollMenu .header__language-item_active a {
    border-bottom: 1px solid #fff;
    cursor: default;
}

.nav.nav_scrollMenu .header__language-item a {
    transition: all 0.5s;
}

.nav.nav_scrollMenu .header__language-item:hover a {
    border-bottom: 1px solid #fff;
}

.nav.nav_scrollMenu .header__language-item:first-child {
    border-right: 1px solid #fff;
    padding-right: 12px;
    margin-right: 8px;
}

.nav.nav_scrollMenu .header__lk-list {
    display: inline;
    text-align: right;
}

.nav.nav_scrollMenu .header__lk-item a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.nav.nav_scrollMenu .header__lk-item:first-child {
    border-right: 1px solid #fff;
    padding-right: 12px;
}

.nav.nav_scrollMenu .header__lk-item:last-child {
    padding-left: 12px;
}

.nav.nav_scrollMenu .header__lk-item a {
    transition: all 0.5s;
}

.nav.nav_scrollMenu .header__lk-item:hover a {
    border-bottom: 1px solid #fff;
}

.some-menu-list {
    display: none;
}

.nav__item_some-menu &gt; a {
    padding: 22px 40px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    background: #c00000;
    transition: all 0.5s;
}

.nav_scrollMenu &gt; div {
    display: block;
    /*width: 100%;*/
}

.nav_scrollMenu &gt; div &gt; ul {
    display: inline-block;

}

.nav_scrollMenu.nav__link_active {
    padding: 22px 20px;
    display: block;
}

/*ÐÐÐ¨Ð˜ ÐŸÐ&nbsp;Ð•Ð˜ÐœÐ£Ð©Ð•Ð¡Ð¢Ð’Ð {*/
.section_advantages {
    font-size: 0;
    margin-top: 50px;
}

.section__col .advantages__banners .advantages__banner:first-child {
    margin-bottom: 30px;
}

.section__col .advantages__banners .advantages__banner:last-child {
    margin-top: 30px;
}

.advantages__banners .section_advantages {
    font-size: 0;
    margin-top: 50px;
}

.advantages__banners .advantages__banner {
    display: table;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background: url('/local/templates/lp/css/../img/advantages__banner.jpg') no-repeat;
    background: #ddd;
}

.advantages__banner-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 0;
}

.advantages__banner-description {
    padding: 0 40px;
    display: table-cell;
    vertical-align: middle;
}

.advantages__banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.advantages__banner-capt {
    text-transform: uppercase;
    font-size: 30px;
    height: 60px;
    overflow: hidden;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.advantages__banner-capt:before {
    content: '';
    width: 120px;
    height: 1px;
    background: #cecece;
    position: absolute;
    bottom: 0px;
}

.advantages__banner-anons {
    height: 200px;
    overflow: hidden;
}

.advantages__banner-anons p {
    color: #fff;
    text-align: justify;
    text-transform: none;
}

.advantages__block-list {
    font-size: 0;
}

.advantages__block-item {
    width: 100%;
    margin-bottom: 30px;
}

.advantages__block-item:last-child {
    margin-bottom: 0;
}

.advantages__block-adv {
    width: 100%;
    height: 180px;
    background: #cde2f6;
    padding-left: 30px;
    border-radius: 10px;
    display: table;
}

.advantages__block-icon, .advantages__block-text {
    display: table-cell;
    vertical-align: middle;
}

.advantages__block-icon {
    width: 100px;
    position: relative;
}

.advantages__block-text {
    text-transform: uppercase;
    font-size: 20px;
    color: #001c5d;
    padding-right: 70px;
    text-align: left;
    line-height: 30px;
}

/*ÐÐÐ¨Ð˜ ÐŸÐ&nbsp;Ð•Ð˜ÐœÐ£Ð©Ð•Ð¡Ð¢Ð’Ð }*/

/*SLIDER TOP*/
.slider-top, .section_slider {
    height: 580px;
    position: relative;
    overflow: hidden;
}

.slider-top__item {
    position: relative;
}

.slider-top__timer {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
}

.countdown-label {
    position: absolute;
    bottom: -20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.slider-top__image {
    position: relative;
}

.slider-top__img {
    min-width: 100%;
}

.slider-top__arrow {
    position: absolute;
    top: 42%;
    z-index: 9;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s;
}

.slider-top__arrow:hover {
    opacity: 0.5;
}

.slider-top__arrow:focus {
    outline: none;
}

.slick-prev.slider-top__arrow {
    left: 0px;
}

.slick-next.slider-top__arrow {
    right: 100px;
}

.slider-top__text {
    background: rgba(0, 28, 93, 0.7);
    padding: 50px 84px;
    position: absolute;
    top: 60px;
    left: 200px;
}

.slider-top__text-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 2px solid #C00000;
}

.slider-top__text-info p, .slider-top__text-info span {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.slider-top__text-info {
    padding-top: 30px;
}

.slider-top__text-info p {
    margin-bottom: 10px;
}

.slider-top__text-place:after {
    content: '';
}

.slider-top__text.right {
    top: 30px;
    left: 200px;
    right: 200px;
    left: inherit;
}

.slider-top__text.right .slider-top__text-title,
.slider-top__text.right .slider-top__text-name {
    display: none;
}

.slider-top__text.right .slider-top__text-info {
    padding: 0;
    font-size: 22px;
    color: white;
}

.slider-top__text.right .slider-top__text-info .slider-top__text-place {
    padding-right: 0px;
}

.slider-top .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-top .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 100%;
    padding: 0;
    margin: 4px;
    cursor: pointer;
    transition: all 0.5s;
}

.slider-top .slick-dots li.slick-active, .slider-top .slick-dots li:hover {
    background: #fff;
}

.slider-top .slick-dots li button {
    color: transparent;
    border: none;
    background: transparent;
    cursor: pointer;
}

.slider-top .slick-dots li button:focus {
    outline: none;
}

.slick-active {
    z-index: 999;
}

.slider-top__image {
    overflow: hidden;
}

.timer-element span {
    padding-top: 0px;
}

.timer-element span:last-child {
    text-transform: uppercase !important;
}

#timer-text-b05c3df73d112c5143ef095989ede766-secundes,
#timer-text-b02175c1298558db8d225c24f9f7c689-secundes {
    visibility: hidden;
}

#timer-number-b05c3df73d112c5143ef095989ede766-days,
#timer-number-b05c3df73d112c5143ef095989ede766-hours,
#timer-number-b05c3df73d112c5143ef095989ede766-minutes,
#timer-number-b05c3df73d112c5143ef095989ede766-secundes,
#timer-text-b02175c1298558db8d225c24f9f7c689-days,
#timer-text-b02175c1298558db8d225c24f9f7c689-hours,
#timer-text-b02175c1298558db8d225c24f9f7c689-minutes,
#timer-text-b02175c1298558db8d225c24f9f7c689-secundes {
    margin-bottom: 20px !important;
    font-weight: normal;
}

/*SLIDER TOP*/

/*SLIDER PHOTOGALLERY {*/
.section_photogallery {
    margin: 20px 0px 50px;
    overflow: hidden;
}

.slider-photogallery__image {
    overflow: hidden;
    position: relative;
    /*	width: 303px;
        height: 270px;*/
    background: #DDDDDD;
}

.slider-photogallery__image img {
    /*	width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);*/
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;

}

.slider-photogallery .slick-list {
    width: 1330px;
    height: 270px;
    margin: auto;
    overflow: hidden;
}

.slider-photogallery__item {
    padding: 0 15px;
    float: left;
}

.section_photogallery .slick-arrow {
    top: 0;
    bottom: 0;
}

.section_photogallery {
}

/*SLIDER PHOTOGALLERY }*/

/*SLIDER Ð£Ð§ÐÐ¡Ð¢ÐÐ˜ÐšÐ˜ {*/
/*SLIDER ÐŸÐ°Ñ€Ñ‚Ð½ÐµÑ€Ñ‹ {*/
/*SLIDER Ð˜Ð½Ñ„Ð¾ÐŸÐ°Ñ€Ñ‚Ð½ÐµÑ€Ñ‹ {*/

.slider-participants .slick-list,
.slider-partners .slick-list,
.slider-infopartners .slick-list {
    width: 1300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.slider-participants .slick-list:after,
.slider-partners .slick-list:after,
.slider-infopartners .slick-list:after {
    content: '';
    width: 10px;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
}

.slider-participants .slick-list:before,
.slider-partners .slick-list:before,
.slider-infopartners .slick-list:before {
    content: '';
    width: 10px;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.slider-participants__item, .slider-partners__item, .slider-infopartners__item {
    display: inline-block;
    vertical-align: top;
    /*margin: 80px 0px;*/
}

.slider-participants__link, .slider-partners__link, .slider-infopartners__link {
    display: block;
    position: relative;
    width: 220px;
    height: 150px;
    margin: 0 auto;
}

.slider-participants__link img,
.slider-partners__link img,
.slider-infopartners__link img {
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    width: 90%;
    height: auto;
    /*position: absolute;*/
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.slider-participants__item:focus,
.slider-participants__link:focus,
.slider-participants__link img:focus,
.slider_partners__item:focus,
.slider_partners__link:focus,
.slider_partners__link img:focus,
.slider-infopartners__item:focus,
.slider-infopartners__link:focus,
.slider-infopartners__link img:focus {
    outline: none;
}

.slider-participants__arrow,
.slider-partners__arrow,
.slider-infopartners__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

.slick-prev.slider-participants__arrow,
.slick-prev.slider-partners__arrow,
.slick-prev.slider-infopartners__arrow {
    left: 0;
}

.slick-next.slider-participants__arrow,
.slick-prev.slider-partners__arrow,
.slick-prev.slider-infopartners__arrow {
    right: 0;
}

/*SLIDER Ð£Ð§ÐÐ¡Ð¢ÐÐ˜ÐšÐ˜ }*/
/*SLIDER ÐŸÐÐ&nbsp;Ð¢ÐÐ•Ð&nbsp;Ð« }*/
/*SLIDER Ð˜ÐÐ¤ÐžÐŸÐÐ&nbsp;Ð¢ÐÐ•Ð&nbsp;Ð« }*/

/*Ð£Ð§ÐÐ¡Ð¢ÐÐ˜ÐšÐ˜ {*/

.section_someone-participate .section__row {
    margin: 70px -30px;
}

.section_someone-participate p {
    font-size: 12pt;
    line-height: normal;
    margin: 15px 0px;
    text-align: left;
}

.section_someone-participate .section__col {
    line-height: normal;
    text-align: left;
    padding: 30px;
    text-transform: inherit;
}

/*Ð£Ð§ÐÐ¡Ð¢ÐÐ˜ÐšÐ˜ }*/

/*SLIDER ÐžÐ¢Ð—Ð«Ð’Ð« Ðž ÐÐÐ¡ {*/
.slider-rev-about .slick-list {
    width: 90%;
    margin: 60px auto;
}

.slider-rev-about {
    font-size: 0;
}

.slider-rev-about__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0;
    padding: 0 60px;
    cursor: pointer;
}

.slider-rev-about__item .slider-rev-about__image,
.slider-rev-about__item .slider-rev-about__info {
    display: inline-block;
    vertical-align: top;
}

.slider-rev-about__item div {
    font-size: 16px;
    line-height: 15pt;
}

.slider-rev-about__item .slider-rev-about__image {
    width: 140px;
}

.slider-rev-about__item .slider-rev-about__info {
    width: calc(100% - 140px);
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    padding-left: 40px;
}

.slider-rev-about__name {
    color: #c00000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;

}

.slider-rev-about__status, .slider-rev-about__corp {
    text-align: left;
    font-size: 15px;
    margin-top: 4px;
}

.slider-rev-about__image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.slider-rev-about__image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.program__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #001c5d;
    line-height: 30px;
    min-height: 130px;
    max-height: 220px;
    overflow: hidden;
}

.program__time-place span, .program__time-place {
    /*color: #04cae2;*/
    /*color: #3ee8fd;*/
    color: #001c5d;
    /*background: rgba(255,255,255,0.491);*/
    text-transform: uppercase;
    /*font-size: 14px;*/
}

.program__time,
.program__place {
    color: #001c5d;
    background: rgba(255, 255, 255, 0.491);
    padding: 10px 20px;
    font-size: 16px;
}

.program__time {
    /*    min-width: 172px;
        max-width: 172px;
        display: inline-block;
        padding: 0;
        padding-left: 20px;
        line-height: 36px;*/

    min-width: 144px;
    max-width: 144px;
    display: inline-block;
    padding: 0;
    padding-left: 14px;
    line-height: 36px;
    font-size: 14px;
}

.program__place {
    padding-left: 0;
}

.section__row_1 .program__place {
    background: transparent;
}

.program__text .section__btn_blue {
    /*background: rgba(255,255,255,0.491);*/
}

.section__row_3 .program__text {
    width: 100%;
    height: 100%;
    /*background: rgba(0,28,93,0.5);*/
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: left;
    padding: 33px 40px;
}

.section__row_3 .program__block .section__button {
    position: absolute;
    bottom: 18px;
    right: 27px;
    left: inherit;
    text-align: right;

}

.section__row_3 .program__title {
    font-size: 15px;
    text-transform: uppercase;
    color: #001c5d;
    line-height: 30px;
    min-height: auto;
    max-height: auto;
}

.section__row_3 .program__time-place {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.section__row_2 .program__text {
    width: 86%;
    height: 80%;
    /*background: rgba(0,28,93,0.5);*/
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0;
    text-align: left;
    padding: 30px 30px;
}

.section__row_2 .program__block .section__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: inherit;
    text-align: right;
    transition: all 0.5s;

}

.section__row_2 .program__title {
    max-width: 400px;
    height: 150px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    color: #001c5d;
    line-height: 22px;
    min-height: auto;
    max-height: auto;
    padding: 20px 24px 10px;
}

.section__row_2 .program__time-place {
    /*	position: absolute;
    bottom: 20px;
    left: 40px;*/
    margin-top: 30px;
    padding: 34px 40px 20px 0px;
    width
}

.section__row_2 .program__time-place .program__time {
    font-size: 16px;
}

.section__row_2 .section__btn {
    line-height: normal;
}

.section__row_1 .program__text {
    width: 39.6%;
    height: 50%;
    /*background: rgba(0, 28, 93, 0.5);*/
    background: rgba(255, 255, 255, 0.491);
    position: absolute;
    margin: auto;
    margin-left: 150px;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: left;
    padding: 33px 40px;
    bottom: 0;
}

.section__row_1 .program__block .section__button {
    position: absolute;
    bottom: 30px;
    right: 40px;
    left: inherit;
    text-align: left;
    margin-left: 40px;
    transition: all 0.5s;
}

.section__row_1 .program__block .section__button .section__btn,
.section__row_2 .program__block .section__button .section__btn,
.section__row_3 .program__block .section__button .section__btn {
    font-weight: bold;
    border-width: 1px;
    margin: 0;
}

.section__row_1 .program__time-place {
    margin-top: 14px;
}

.section__row_1 .program__title {
    max-width: 400px;
    height: 100px;
    font-size: 20px;
    overflow: hidden;
    text-transform: uppercase;
    color: #001c5d;
    line-height: 26px;
    min-height: auto;
    max-height: auto;
}

.section__row_1 .program__time {
    background: transparent;
    padding: 0;
    color: #001c5d;
    font-size: 20px;
}

.section__row_1 .section__button {
    line-height: normal
}

.section__row_3 .section__btn_cian,
.section__row_3 .section__btn_cian:after,
.section__row_3 .section__btn_cian:before,
.section__row_2 .section__btn_cian,
.section__row_2 .section__btn_cian:after,
.section__row_2 .section__btn_cian:before,
.section__row_1 .section__btn_cian,
.section__row_1 .section__btn_cian:after,
.section__row_1 .section__btn_cian:before {
    height: 40px;
    line-height: 40px;
    -webkit-background-size: contain;
    background-size: contain;
}

.section__row_3 .section__btn_cian:after,
.section__row_2 .section__btn_cian:after,
.section__row_1 .section__btn_cian:after {
    right: -11px;
}

.slider-rev-about__review {
    font-size: 20px;
    color: #000;
    margin: 6px 0px;
    line-height: 30px;
    text-align: left;
    font-size: 12pt;
    line-height: 15pt;
}

.slider-rev-about__review p {
    text-align: left;
    font-size: 12pt;
    line-height: 15pt;
}

/*SLIDER ÐžÐ¢Ð—Ð«Ð’Ð« Ðž ÐÐÐ¡ }*/

/*ÐŸÐ&nbsp;ÐžÐ“Ð&nbsp;ÐÐœÐœÐ {*/
.program__block {
    position: relative;
    overflow: hidden;
}

.program__block img {
    min-width: 100%;
    min-height: 100%;
    display: block;
}

.program__block .section__button {
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.section__row_3 .program__block {
    height: 20vh;
    /*	background: rgba(0,0,0,0.3);*/
}

.section__row_2 .program__block {
    height: 30vh;
    /*	background: rgba(0,0,0,0.3);*/
}

.section__row_1 .program__block {
    height: 60vh;
    background: rgba(0, 0, 0, 0.3);
}

/*2*/
.section__row_2 .program__text {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.section__row_2 .program__title {
    width: 100%;
    background: rgba(255, 255, 255, 0.491);
    margin: 0;
    max-width: 100%;
}

.section__row_2 .program__time-place {
    width: 100%;
    /*	background: rgba(255,255,255,0.491);*/
    margin: 0;
    max-width: 100%;
}

.section__row_2 .program__title {
    padding: 20px 40px 10px;
}

.section__row_2 .program__block .section__button {
    bottom: 0px;
    right: 0px;
}

/*2*/

/*3*/
.section__row_3 .program__text {
    width: 92%;
    height: 80%;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    bottom: 0;
}

.section__row_3 .program__title {
    width: 100%;
    background: rgba(255, 255, 255, 0.491);
    margin: 0;
    max-width: 100%;
    position: static;
}

.section__row_3 .program__time-place {
    width: 100%;
    /*	background: rgba(255,255,255,0.491);*/
    margin: 0;
    max-width: 100%;
    position: static;

}

.section__row_3 .program__title {
    padding: 14px 20px 14px;
    line-height: 18px;
    font-size: 16px;
    height: 100px;
    overflow: hidden;
}

.section__row_3 .program__time-place {
    padding: 43px 20px 2px 0px;
    font-size: 16px;
}

.section__row_3 .program__place {
    padding: 10px 20px;
    padding-left: 0px;
    font-size: 16px;

}

.section__row_3 .program__block .section__button {
    bottom: -10px;
    right: 0px;
}

.section__row_3 .program__block .section__btn {
    padding: 9px 20px 7px;
    font-size: 16px;
    height: initial;
    line-height: normal;
    border: 1px solid #001c5d;
    font-weight: bold;
    transition: all 0.5s;
}

/*3*/

/*ÐŸÐ&nbsp;ÐžÐ“Ð&nbsp;ÐÐœÐœÐ }*/

/*SLIDER ÐÐžÐ’ÐžÐ¡Ð¢Ð˜ {*/
.slider-news .slick-slide {
    margin: 40px 0px 60px;
}

.slider-news .slick-list {
    width: 1330px;
    margin: auto;
}

.slider-news {
    font-size: 0;
}

.slider-news__item {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
}

.slider-news__info {
}

.slider-news__image {
    /*height: 320px;*/
    overflow: hidden;
    background: #E1E1E1;
}

.slider-news__date-capt {
    font-size: 0;
}

.slider-news__date {
    border: 1px solid #b3b0b0;
    padding: 12px 10px 6px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 130px;
}

.slider-news__capt {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #001c5d;
    text-transform: uppercase;
    padding-left: 18px;
    letter-spacing: 1px;
    line-height: 16pt;
}

.slider-news__date-month {
    color: #c00000;
    font-size: 17px;
}

.slider-news__date-month {
    padding: 0 12px 12px;
    border-bottom: 1px solid #b3b0b0;
    margin-bottom: 8px;
}

.slider-news__date-num {
    color: #c00000;
    font-size: 48px;
}
.slider-news__date-year {
    color: #c00000;
    font-size: 17px;
}

.slider-news__date-year {
    padding: 12px 12px 0;
    border-top: 1px solid #b3b0b0;
    margin-bottom: 8px;
}
div.slider-news__info {
    text-align: justify;
    font-size: 19px;
    color: #000000;
    line-height: 28px;
    word-wrap: break-word;
    line-height: 18pt;
}

.slider-news__info p {
    line-height: 18pt;
}

.slider-news__image, .slider-news__date-capt, .slider-news__info {
    width: 94%;
    margin: auto;
}

.slider-news__date-capt {
    margin: 30px auto 20px;
}

.slider-news__image {
    position: relative;
    overflow: hidden;
}

.slider-news__image img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.slider-news__image img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.news__block .slider-news__date-capt {
    margin: 0;
    margin-bottom: 30px;
}

.news__block-content {
    height: 400px;
    overflow: hidden;
    padding-right: 10px;
}

/*.news__block-content::-webkit-scrollbar {width: 3px; border-radius: 10px;}
.news__block-content::-webkit-scrollbar-track {background: rgba(0,0,0,0.1);}
.news__block-content::-webkit-scrollbar-thumb {background: rgba(192,0,0,1);}
.news__block-content::-webkit-scrollbar-thumb:hover {background: rgba(192,0,0,0.5);}

.news__block-content::-moz-scrollbar {width: 8px;}
.news__block-content::-moz-scrollbar-track {background: rgba(0,0,0,0.1);}
.news__block-content::-moz-scrollbar-thumb {background: rgba(192,0,0,1);}
.news__block-content::-moz-scrollbar-thumb:hover {background: rgba(192,0,0,0.5);}

.news__block-content::scrollbar {width: 8px;}
.news__block-content::scrollbar-track {background: rgba(0,0,0,0.1);}
.news__block-content::scrollbar-thumb {background: rgba(192,0,0,1);}
.news__block-content::scrollbar-thumb:hover +{background: rgba(192,0,0,0.5);}*/

.news__block-content.content img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.slider-news__item .slider-news__capt span {
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}

.slider-news__item:hover .slider-news__capt span {
    border-bottom: 1px solid #001c5d;
    transition: all 0.5s;
}

/*SLIDER ÐÐžÐ’ÐžÐ¡Ð¢Ð˜ }*/

/*ÐŸÐžÐ”ÐŸÐ˜Ð¨Ð˜Ð¢Ð•Ð¡Ð¬ {*/
.section_subscribe {
    text-align: center;
}

.subscribe__title, .subscribe__form, .subscribe__block {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 8px;
}

.subscribe__form {
    /*margin-left: 20px;*/
    width: 82%;
}

.subscribe__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    width: 17%;
    text-align: left;

}

.subscribe__block input {
    width: 256px;
    height: 40px;
    background: #fff;
    border: none;
    /*	margin-left: 6px;*/
    box-sizing: border-box;
    padding-left: 20px;
}

.subscribe__block input:focus {
    outline: none;
}

.subscribe__block button {
    /*	    font-weight: normal;
        font-size: 16px;
        padding: 8px 30px;*/
    margin-left: 24px;
    cursor: pointer;
    border: none;
}

/*ÐŸÐžÐ”ÐŸÐ˜Ð¨Ð˜Ð¢Ð•Ð¡Ð¬ }*/

/*Ð’Ð«Ð¡Ð¢ÐÐ’ÐšÐ˜ {*/
.section_exhibition {
    padding-bottom: 50px;
}

.exhibition__text {
    margin-bottom: 40px;
}

.exhibition__text p {
    text-align: justify;
}

.exhibition__text a {
    color: #001c5d;
    text-decoration: none;
    border-bottom: 1px solid #001c5d;
    transition: all 0.5s;
}

.exhibition__text a:hover {
    border-bottom: 1px solid transparent;
}

.exhibition__accordion-block {
    margin-bottom: 24px;
    border: 1px solid #001c5d;
    border-radius: 10px;
}

.exhibition__accordion-title {
    width: 100%;
    position: relative;
    font-size: 20px;
    padding: 14px 30px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 0;
}

.exhibition__accordion-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 11px 0 11px;
    border-color: #0e4096 transparent transparent transparent;
    position: absolute;
    top: 44%;
    right: 30px;
    z-index: 99;
}

.exhibition__accordion-block.active .exhibition__accordion-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #0e4096 transparent;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 99;
    margin: 21px 0;
}

.exhibition__accordion-content {
    display: none;
    width: 100%;
    border-top: 1px solid white;
    padding: 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottom-right: 10px;
    -moz-border-radius-bottom-left: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    position: relative;
    top: 0px;
    padding-top: 20px;
}

.exhibition__accordion-content img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.exhibition__accordion-capt {
    color: #c00000;
    font-size: 20px;
    margin: 40px 0 10px;
}

.exhibition__accordion .section__btn {
    text-align: center;
    margin: auto;
    margin-right: 0;
    display: table;
}

/*Ð’Ð«Ð¡Ð¢ÐÐ’ÐšÐ˜ }*/

/*FAQ {*/
.section_faq {
    background: #f7f7f7;
}

.faq__group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.faq__group .ui-selectmenu-button, .faq__group .ui-selectmenu-button.ui-button {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 24px 20px 40px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px;
}

.faq__group .ui-menu .ui-menu-item-wrapper {
    padding: 0px 40px;
    font-size: 18px;
}

.faq__group .ui-menu-item {
    transition: all 0.3s;
}

.faq__group .ui-menu-item:hover {
    background: rgba();
    color: #c00000;
}

.faq__group .ui-menu-item:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faq__group .ui-selectmenu-button-open {
    /*	border-top: 1px solid #c00000;
    border-left: 1px solid #c00000;
    border-right: 1px solid #c00000;*/
}

.faq__group .ui-menu {
    transition: all 1s;
}

.faq__group .ui-selectmenu-open {
    width: 100% !important;
    background: #fff;
    /*position: relative !important;*/
    /*top: -2px !important;*/
}

.faq__group .ui-corner-bottom {
    width: 100% !important;
    margin-top: -7px;
    /*	border-bottom: 1px solid #c00000;
    border-left: 1px solid #c00000;
    border-right: 1px solid #c00000;*/
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    padding: 0;
}

.faq__group .ui-selectmenu-button:focus,
.faq__group .ui-selectmenu-button.ui-button:focus {
    outline: none;
}

.faq__group .ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #001c5d transparent transparent transparent;
    margin-top: 4px;
    transition: all 0.1s;
}

.faq__group .ui-selectmenu-button-open .ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #001c5d transparent;
}

.faq__group .ui-selectmenu-open {
    background: #fff;
    position: absolute;
    top: 0;
}

.faq__group .ui-selectmenu-open:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #ffffff transparent;
}

.faq__group .ui-selectmenu-open:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 13px;
    border-color: transparent transparent transparent #ffffff;
}

.faq__group .ui-selectmenu-text {
    color: #000;
    font-size: 18px;
}

.section_faq {
    opacity: 1;
}

/*new*/
.faq__question {
    width: 100%;
    background: #fff;
    font-size: 18px;
    padding: 7px 30px;
    text-transform: initial;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    padding-right: 60px;
    line-height: normal;
    transition: all 0.5s;
}

.faq__question:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #001c5d transparent transparent transparent;
    margin: 15px;
    transition: all 0.1s;
}

.faq__answer {
    font-size: 17px;
    text-transform: initial;
    display: none;
    background: #fff;
    padding: 0px 28px 10px;
    margin-top: 0px;
    line-height: 15pt;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.faq__answer a {
    color: #001c5d;
    text-decoration: none;
    border-bottom: 1px solid #001c5d;
    transition: all 0.5s;
}

.faq__answer a:hover {
    border-bottom: 1px solid transparent;
}

/*.faq__answer:before {
	content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89%;
    height: 1px;
    background: -webkit-linear-gradient( left, rgba(50, 121, 220, 1) 0%, rgba(3, 30, 95, 1) 25%, rgba(3, 30, 95, 1) 50%, rgba(3, 30, 95, 1) 75%, rgba(3, 30, 95, 0) 100% );
    background: -o-linear-gradient( left, rgba(3, 30, 95, 1) 0%, rgba(3, 30, 95, 1) 25%, rgba(3, 30, 95, 1) 50%, rgba(3, 30, 95, 1) 75%, rgba(3, 30, 95, 0) 100% );
    background: linear-gradient( to right, rgba(3, 30, 95, 1) 0%, rgba(3, 30, 95, 1) 25%, rgba(3, 30, 95, 1) 50%, rgba(3, 30, 95, 1) 75%, rgba(3, 30, 95, 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003279dc', endColorstr='#001c4697', GradientType=1 );
}*/
.faq__group.active .faq__question:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #001c5d transparent;
}

.faq__group.active .faq__question {
    color: #001c5d;
}

/*FAQ }*/

/*ÐšÐžÐÐ¢ÐÐšÐ¢Ð« {*/
.section_contacts {
    z-index: -1;
    opacity: .99;
}

.contacts__text, .contacts__address {
    margin: 60px 0px;
}

.contacts__text p, .address__group span {
    font-size: 24px;
    text-transform: none;
}

.contacts__text p,
.contacts__text {
    line-height: 40px;
    font-size: 24px;
    text-transform: none;
    line-height: 40px;
}

.address__group-title {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    text-transform: initial;
}

.address__group-info {
    font-size: 20px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
}

.address__group {
    display: table;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
}

.address__group-title,
.address__group-info {
    display: table-cell;
    vertical-align: top;
}

.address__group-title {
    width: 110px;
}

.contacts__text {
    font-size: 20px;
    line-height: 32px;
    text-transform: none;
}

.contacts__map {
    position: relative;
}

.map__card-block {
    position: absolute;
    margin: auto;
    top: 8px;
    right: 100px;
    background: #fff;
    padding: 20px 30px;
    width: 430px;
    height: 240px;
    z-index: 100;
}

.map__card {
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 99;
}

.map__card-capt {
    font-size: 18px;
    color: #001c5d;
    text-transform: uppercase;
}

.map__card-place, .map__card-address, .map__card-phone, .map__card-email {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}

.map__card-place span,
.map__card-address span,
.map__card-phone span,
.map__card-email span {
    color: #060606;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.map__card-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
}

.map__card-close:before,
.map__card-close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.map__card-close:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.map__card-close:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.map__card-close:hover:after,
.map__card-close:hover:before {
    background-color: #001c5d;
}

.contacts__map .ymaps-b-balloon__content {
    box-shadow: none;
    border: none;
}

.contacts__map .ymaps-b-balloon__tail {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 30px 40px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    bottom: -12px;
    background: none;
    z-index: -1;
}

.ymaps-b-balloon__sprite_type_tail {
    background-image: none !important;
}

.ymaps-shadows-pane {
    display: none !important;
}

.ymaps-b-balloon__sprite {
    display: none !important;
}

.ymaps-b-balloon__content {
    border: none !important;
}

.ymaps-b-balloon__close {
    top: 10px !important;
    right: 0px !important;
    background-image: url(../img/mw__close.png) !important;
    width: 30px;
    height: 30px;
    background-position:: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.ymaps-b-balloon__close:before {
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ymaps-b-balloon__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*ÐšÐžÐÐ¢ÐÐšÐ¢Ð« }*/

/*FOOTER {*/
.footer {
    width: 100%;
    height: 150px;
    background: #001c5d;
    padding-top: 50px;
}

.footer__row {
    display: table;
    width: 100%;
    /*height: 150px;*/
}

.footer__col {
    display: table-cell;
    vertical-align: top;
}

.footer__logo, .footer__name-conference {
    margin-bottom: 20px;
}

.footer__scid {
    font-size: 16px;
    color: #fff;
}

.footer__copyright {
    font-size: 16px;
    color: #fff;
}

.footer__name-conference {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer__user-agreement a {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
    text-decoration: none;
    text-transform: none;
    text-decoration: none;
}

.footer__user-agreement a:hover {
    border-bottom: 1px solid transparent;
}

.footer__scid a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
    text-decoration: none;
    text-transform: none;
    text-decoration: none;
}

.footer__scid a:hover {
    border-bottom: 1px solid transparent;
}

.footer__social .footer__social-text, .footer__social-block {
    width: 110px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.footer__social {
    width: 100%;
    position: relative;
}

.js--social-block .footer__social-block {
    height: 76px;
    background: #001c5d;
}

.footer__social-text {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-right: 14px;
}

.footer__social-btn {
    position: absolute;
    right: -90px;
    display: inline-block;
    vertical-align: top;
    width: 76px;
    height: 76px;
    background: url(../img/social.png) no-repeat;
    cursor: pointer;
    transition: all 0.5s;
}

.footer__social-btn:hover {
}

.footer__social-block {
    width: 215px;
    position: absolute;
    text-align: right;
    left: -116px;
}

.footer__social-text {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding-top: 22px;
}

.footer__social-list {
    padding: 0;
    margin: 0;
}

.footer__social-item {
    list-style-type: none;
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin-right: 0px;
}

.footer__social-link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99;
}

.footer__social-link i {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transition: all 0.1s;
}

.footer__social-item_in {
    background: #0077B5;
    border: 1px solid #0077B5;
    z-index: -100;
}

.footer__social-item_twitter {
    background: #1DA1F2;
    z-index: -100;
}

.footer__social-item_facebook {
    background: #3B5998;
    z-index: -100;
}

.footer__social-btn, .footer__social-btn:after {
    transition: all 1s;
}

.js--social-block .footer__social-btn {
    transition: all 2s;
}

.footer__social-item_facebook {
    right: 0px;
    border: 1px solid #3B5998;
}

.js--social-block .footer__social-item_facebook:hover {
    border: 1px solid #3B5998;
    background: #fff;
}

.js--social-block .footer__social-item_facebook:hover i {
    color: #3B5998;
}

.footer__social-item_twitter {
    right: 50px;
    border: 1px solid transparent;
}

.js--social-block .footer__social-item_twitter:hover {
    border: 1px solid #1DA1F2;
    background: #fff;
}

.js--social-block .footer__social-item_twitter:hover i {
    color: #1DA1F2;
}

.footer__social-item_in {
    right: 100px;
    border: 1px solid transparent;
}

.js--social-block .footer__social-item_in:hover {
    border: 1px solid #0077B5;
    background: #fff;
}

.js--social-block .footer__social-item_in:hover i {
    color: #0077B5;
}

.footer__social-item_facebook,
.footer__social-item_twitter,
.footer__social-item_in {
    top: 80px;
    transition: all 1s;
    opacity: 0;
    z-index: 999;
    opacity: 0;
}

.js--social-block .footer__social-item_facebook,
.js--social-block .footer__social-item_twitter,
.js--social-block .footer__social-item_in {
    top: 80px;
    transition: all 1s;
    opacity: 0;
    z-index: 999;
    opacity: 1;
}

/*footer Ð¿Ñ€Ð°Ð²ÐºÐ¸ 08082017*/
.footer {

}

.footer__col_1 {
    width: 70%;
    vertical-align: bottom;
}

.footer__col_2 {
    width: 30%;
    text-align: center;
    vertical-align: bottom;
}

.footer__col_3 {
    width: 30%;
    text-align: right;
    position: relative;
    top: -23px;
}

.footer__copyright,
.footer__user-agreement,
.footer__scid {
    display: inline-block;
    vertical-align: bottom;
}

.footer__user-agreement {
}

.footer__social-block {
    position: static;
}

.footer__social-list {
    position: absolute;
    right: 88px;
}

.footer__social-btn {
    right: 0;
}

.footer__user-agreement {
    margin: 0 60px;
}

/*footer Ð¿Ñ€Ð°Ð²ÐºÐ¸ 08082017*/

/*FOOTER }*/

/*MODAL WINDOW*/
.mw_theme_default .mw__title,
.form_theme_default .form__title {
    padding: 34px 50px 30px;
}

.mw_theme_default .mw__content,
.mw_theme_default .form__content {
    padding: 20px 50px 30px;
}

.mw__title span,
.form__title span {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #001c5d;
    /*padding-bottom: 18px;*/
    border-bottom: 1px solid #001c5d;
}

.mw_theme_default .mw__close,
.mw_theme_default .form__close {
    top: 39px;
    right: 46px;
}

.mw_theme_default .mw__close:after,
.mw_theme_default .form__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mw_theme_default .mw__close:before,
.mw_theme_default .form__close:before {
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mw__group {
    width: 100%;
    max-width: 447px;
    margin-bottom: 12px;
}

.form__group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

.mw__group input,
.form__group input,
.form__group select {
    width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}

.mw__group input::-moz-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group input:-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group input::-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group input::placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group input::-moz-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group input:-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group input::-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group input::placeholder {
    font-size: 14px;
    color: #656562;
}

.sorting-filter input::-moz-placeholder {
    font-size: 14px;
    color: #656562;
}

.sorting-filter input::-webkit-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.sorting-filter input:-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.sorting-filter input::-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.sorting-filter input::placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group textarea,
.form__group textarea {
    width: 100%;
    height: 82px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    padding-top: 14px;
    resize: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}

.mw__group textarea::-moz-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group textarea::placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group textarea::-moz-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #656562
}

.form__group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #656562;
}

.form__group textarea::placeholder {
    font-size: 14px;
    color: #656562;
}

.mw__group input:focus,
.form__group input:focus,
.mw__group textarea:focus,
.form__group textarea:focus {
    outline: none;
}

.mw__group fieldset,
.form__group fieldset {
    width: 100%;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding: 0 15px;
    position: relative;
}

.mw__group fieldset + fieldset,
.form__group fieldset + fieldset {
    margin-top: 10px;
}

.mw__group fieldset .row .col:first-child,
.form__group fieldset .row .col:first-child {
    padding-right: 7px;
}

.mw__group fieldset .row .col:last-child,
.form__group fieldset .row .col:last-child {
    padding-left: 7px;
}

.mw__group fieldset .row .col .mw__group:last-child,
.form__group fieldset .row .col .form__group:last-child {
    margin-bottom: 0px;
}

.mw__group fieldset input,
.form__group fieldset input {
    height: 25px;
    background: #daefff;
    font-size: 10px;
    border-radius: 0px;
    border: none;
    padding-left: 10px;
    font-style: italic;

}

.mw__group fieldset input::-moz-placeholder {
    font-size: 10px;
    color: #656262;
}

.mw__group fieldset input::-webkit-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.mw__group fieldset input::ms-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.mw__group fieldset input::-ms-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.mw__group fieldset input::placeholder {
    font-size: 10px;
    color: #656262;
}

.form__group fieldset input::-moz-placeholder {
    font-size: 10px;
    color: #656262;
}

.form__group fieldset input::-webkit-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.form__group fieldset input::ms-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.form__group fieldset input::-ms-input-placeholder {
    font-size: 10px;
    color: #656262;
}

.form__group fieldset input::placeholder {
    font-size: 10px;
    color: #656262;
}

.mw__add_plus {
    position: absolute;
    bottom: 0;
    right: -30px;
}

.mw__add_minus {
    position: absolute;
    bottom: 26px;
    right: -30px;
}

.mw__add-btn_plus {
    display: block;
    width: 23px;
    height: 23px;
    background: 0 0 no-repeat url('../img/icon/icon-add.png');
}

.mw__add-btn_minus {
    display: block;
    width: 20px;
    height: 17px;
    background: 0 0 no-repeat url('../img/icon/icon-remove.png');
}

.mw__group label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #656262;
}

.mw__star,
.form__star {
    color: #c00000;
    font-size: 16px;
    top: 0px;
}

.mw__group_error input,
.form__group_error input {
    border: 1px solid #c00000;
}

.mw__group_error .mw__error,
.form__group_error .mw__error {
    font-size: 12px;
    color: #c00000;
    margin: 2px 0px 0px;
}

.mw__group .section__btn,
.form__group .section__btn {
    max-width: 280px;
    display: block;
    margin: auto;
    margin-right: 0;
    text-align: center;
    border: none;
}

.mw__group .ui-selectmenu-button,
.form__group .ui-selectmenu-button {
    width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}

.mw__group .ui-selectmenu-button:focus,
.form__group .ui-selectmenu-button:focus {
    outline: none;
}

.mw__group .ui-selectmenu-icon,
.form__group .ui-selectmenu-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #3b89d7 transparent transparent transparent;
    margin-top: 11px;
}

.mw__group .ui-selectmenu-text,
.form__group .ui-selectmenu-text {
    margin-top: 5px;
    font-size: 14px;
}

.mw__group .ui-selectmenu-open,
.form__group .ui-selectmenu-open {
    width: 100% !important;
    position: relative !important;
    top: -1px !important;
    font-size: 16px;
    color: #656262;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-left: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
}

.mw__group .ui-widget.ui-widget-content,
.form__group .ui-widget.ui-widget-content {
    width: 100% !important;
    border: 1px solid #5ea7ff;
    margin-top: -3px;
    border-top: 1px solid #fff;
}

.mw__group .ui-widget.ui-widget-content div,
.form__group .ui-widget.ui-widget-content div {
    padding-left: 22px;
}

.mw__group .ui-state-active,
.mw__group .ui-widget-content .ui-state-active,
.form__group .ui-state-active,
.form__group .ui-widget-content .ui-state-active {
    background: transparent;
    color: #656262;
    border: none;
}

.mw__group .ui-menu-item,
.form__group .ui-menu-item {
    padding-left: 22px;

}

.mw__group .ui-menu-item:hover div,
.form__group .ui-menu-item:hover div {
    transition: all 0.5s;
}

.mw__group .ui-menu-item:hover div,
.form__group .ui-menu-item:hover div {
    color: #5ea7ff;
}

.mw__group .ui-menu-item,
.form__group .ui-menu-item {
    padding: 0px 0px;
    color: #656262;
    font-size: 14px;
}

.mw__footer-text,
.form__footer-text {
    padding-top: 30px;
    font-size: 12px;
    color: #656262;
    text-align: justify;
    line-height: 18px;
}

.mw__link,
.form__link {
    color: #001c5d;
    font-size: 12px;
    border-bottom: 1px solid #001c5d;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 10px;
}

.mw__link:hover,
.form__link:hover {
    border-bottom: 1px solid transparent;
}

.mw__group_checkbox {
    position: relative;
}

.mw__group_checkbox .ui-checkboxradio-label,
.form__group_checkbox .ui-checkboxradio-label {
    background: transparent;
    border: none;
    text-align: left;
    padding-left: 0;
}

.mw__group_checkbox .ui-checkboxradio-icon,
.form__group_checkbox .ui-checkboxradio-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #69adff;
    border-radius: 1px;
    box-shadow: none;
    margin-right: 8px;
}

.mw__group_checkbox .ui-checkboxradio-label:focus,
.form__group_checkbox .ui-checkboxradio-label:focus {
    outline: none;
    box-shadow: none;
}

.mw__group_checkbox .ui-button.ui-state-active:hover,
.form__group_checkbox .ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #2b2b2b;
}

.mw__group_checkbox .ui-state-active,
.mw__group_checkbox .ui-button:active,
.form__group_checkbox .ui-state-active,
.form__group_checkbox .ui-button:active {
    color: #2b2b2b;
}

.ui-visual-focus {
    box-shadow: none;
}

.mw__group_checkbox .ui-state-active .ui-icon,
.form__group_checkbox .ui-state-active .ui-icon {
    width: 20px;
    height: 20px;
    background: url(../img/checkbox.png) center center no-repeat;
}

.mw__group_fieldset,
.form__group_fieldset {
    position: relative;
}

.mw__fielset_add,
.form__fielset_add {
    margin-top: 10px;
}

.mw__add,
.form__add {
    position: absolute;
    bottom: 1px;
    right: -30px;
}

.mw__add-btn,
.form__add-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background: #4499ff;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    border: 1px solid #4499ff;
    transition: all 0.5s;
}

.mw__add-btn:after,
.form__add-btn:after {
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.mw__add-btn:before,
.form__add-btn:before {
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.mw__add-btn:hover,
.form__add-btn:hover {
    border: 1px solid #4499ff;
    background: #fff;
    color: #4499ff;
}

.mw__add-btn:hover:after,
.form__add-btn:hover:after {
    background: #4499ff;
}

.mw__add-btn:hover:before,
.form__add-btn:hover:before {
    background: #4499ff;
}

.mw__fielset_add,
.form__fielset_add {
    display: none;
}

.mw__add_open .mw__add-btn {

}

.mw__add_open .mw__add-btn {

}

.mw__add_open .mw__add-btn:before,
.form__add_open .mw__add-btn:before {
    display: none;
}

.form__group-btns {
    text-align: right;
}

.form__group-btns button {
    border: none;
}

.form__forgot {
    color: #69adff;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    text-align: right;
    text-decoration: underline;
    transition: all 0.5s;
    cursor: pointer;
}

.form__forgot:hover {
    text-decoration: none;
}

/**/
body {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
}

.plane {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: -200px;
    z-index: 999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 2s;
    will-change: all;
    overflow: hidden;
}

.plane_img {
    display: block;
    width: 117px;
    height: 298px;
    background: url(../img/plane-link.png) no-repeat;
    z-index: 100;
    overflow: hidden;
    position: relative;
}

.plane__text {
    writing-mode: tb-rl;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 70%;
    width: 100%;
    height: 100%;
    text-align: center;
    trasform: rotate(10deg);
    transform: rotate(180deg);
    color: #fff;
}

.plane_active {
    opacity: 1;
    bottom: 30%;
    overflow: hidden;
}

/*countdown*/

.countdown.flip-clock-wrapper {
    display: inline-block;
    width: auto;
}

.countdown.flip-clock-wrapper ul {
    box-shadow: none;
    border-radius: 12px;
    margin: 3px;
}

.countdown.flip-clock-wrapper ul li a div div.inn {
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    font-weight: normal;
    font-size: 60px;
    border-radius: 12px;
    background: #0e5add;
    background: -moz-linear-gradient(
            top,
            rgba(14, 64, 150, 1) 0%,
            rgba(14, 64, 150, 1) 15%,
            rgba(14, 89, 216, 1) 50%,
            rgba(14, 64, 150, 1) 85%,
            rgba(14, 64, 150, 1) 100%
    );
    background: -webkit-linear-gradient(
            top,
            rgba(14, 64, 150, 1) 0%,
            rgba(14, 64, 150, 1) 15%,
            rgba(14, 89, 216, 1) 50%,
            rgba(14, 64, 150, 1) 85%,
            rgba(14, 64, 150, 1) 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(14, 64, 150, 1) 0%,
            rgba(14, 64, 150, 1) 15%,
            rgba(14, 89, 216, 1) 50%,
            rgba(14, 64, 150, 1) 85%,
            rgba(14, 64, 150, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#0e4096',
            endColorstr='#0e5bdf',
            GradientType=0
    );
}

.countdown.flip-clock-wrapper ul li a div.up .shadow {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.countdown.flip-clock-wrapper ul li a div.down .shadow {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.countdown .flip-clock-dot {
    display: none;
}

.countdown .flip-clock-divider {
    width: 18px;
}

.countdown .flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: -24px;
    right: auto;
    left: 24px;
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.countdown .flip-clock-divider.seconds .flip-clock-label {
    display: none;
}

/*countdown*/

/**/
.loading {
    position: relative;
}

.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #ffffff 50% 50% no-repeat url('../img/loading.gif');
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/**/

/**/

.reg-form__scroll {
    padding-right: 4%;
    height: 400px;
    overflow: hidden;
}

/*.reg-form__scroll::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.reg-form__scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.reg-form__scroll::-webkit-scrollbar-thumb {
    background: rgba(192, 0, 0, 1);
}

.reg-form__scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(192, 0, 0, 0.5);
}

.reg-form__scroll::-moz-scrollbar {
    width: 8px;
}

.reg-form__scroll::-moz-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.reg-form__scroll::-moz-scrollbar-thumb {
    background: rgba(192, 0, 0, 1);
}

.reg-form__scroll::-moz-scrollbar-thumb:hover {
    background: rgba(192, 0, 0, 0.5);
}

.reg-form__scroll::scrollbar {
    width: 8px;
}

.reg-form__scroll::scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.reg-form__scroll::scrollbar-thumb {
    background: rgba(192, 0, 0, 1);
}

.reg-form__scroll::scrollbar-thumb:hover + {
    background: rgba(192, 0, 0, 0.5);
}
*/
/**/

/**/

.mw_id_register .row_2 .col {
    padding: 30px;
}

.section__row_3 .program__block {
    min-height: 213px;
    height: auto;
}

.section__row_3 .program__block img {
    min-height: 213px;
}

.section__row_2 .program__block {
    min-height: 290px;
    max-height: 290px;
    height: auto;
}

.section__row_2 .program__block img {
    min-height: 290px;

}

.section__row_1 .program__text {
    min-height: 300px;
}

.section__row_1 .program__block {
    min-height: 360px;
    max-height: 360px;
}

.flip-clock-label_3digits {
    left: 48px !important;
}

/*add new 05092017*/
.lp-subscribe-form .section__btn_red:before,
.lp-subscribe-form .section__btn_red:after {
    background-size: 90%;
}

.lp-subscribe-form .section__btn_red {
    height: 48px;
    background-size: contain;
    margin-top: 5px;
}

/*add new 06092017*/
.address__group-title,
.address__group-info {
    font-size: 18px;
}

/*add new 06092017*/
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #c00000;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #c00000;
}

/*add new 24012018*/
.content a.mCSB_buttonUp,
.content a.mCSB_buttonDown {
    border: none;
}

.slider-top .slick-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/*add new 24012018*/
/**
Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»Ñ‹
 */
@media only screen and (max-width: 1024px) {
    .header__logo{
        height: auto!important;
        width: auto!important;
        max-width: 100%!important;
        margin-top: 30px;
    }
}
/**
* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð°
 */
@media only screen and (min-width: 1024px) {
    .eurasian_routes_development_forum .header__lk-language,
    .eurasian_routes_development_forum .header__text {
        margin-top: 20px;
    }
}

/*add 16.02.2018*/
.mCSB_inside&gt;.mCSB_container {
    overflow: initial;
}

/* Ð°Ñ€Ñ…Ð¸Ð² */
.inner-wrap {
    padding-bottom: 50px;
}
.inner-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 0;
}
.inner-title.archive-title {
    padding: 30px 0;
    font-size: 24px;
}
.inner-title span {
    display: inline-block;
    vertical-align: middle;
    color: #001c5d;
    border-bottom: 1px solid #001c5d;
    padding-bottom: 18px;
    position: relative;
    top: 2px;
}
.inner-title.archive-title span {
    color: #c00000;
    border-bottom: none;
    padding-bottom: 18px;
}
/*dropdown*/
.dropdown__list, .dropdown-secondly, .dropdown-thirdly {
    list-style: none;
    padding: 0;
}

.dropdown__list {
    color: #c00000;
    font-weight: bold;
    font-size: 20px;
}
.dropdown-secondly {
    color: #001c5d;
    font-size: 16px;
    font-weight: bold;
}
.dropdown-secondly__item{
    margin: 10px auto;
}
.dropdown-thirdly {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.dropdown-thirdly__item:hover {
    color: #c00000;
}
.dropdown__item a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
    text-transform: uppercase;
}
.dropdown__item &amp;gt; a {
                         padding: 20px 40px 20px 0;
                         position: relative;

                     }
/*.dropdown__item {*/
/*display: block;*/
/**/
/*}*/
.dropdown__list {
    /*display: inline-block;*/
}
.dropdown__item &amp;gt; a::after  {
                         content: '';
                         position: absolute;
                         top: 24px;
                         /*transform: translateY(-50%);*/
                         right: 0;
                         border: 12px solid #001c5d;
                         border-left-color: transparent;
                         border-right-color: transparent;
                         border-bottom-color: transparent;
                         transition: .2s;

                     }
.dropdown__item_active &amp;gt; a::after {
                                transform: rotate(180deg);
                                transform-origin: center 6px;
                            }
.dropdown-secondly__item &amp;gt; a {
                                  padding: 5px 0;
                              }
.dropdown-thirdly__item {
    position: relative;
    padding-left: 35px;
}
.dropdown-thirdly__item a {
    text-transform: none;
}
.dropdown-thirdly__item::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #c00000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 20px;
}
.dropdown-thirdly__item &amp;gt; a {
                                 padding: 7px 0;
                             }
/**/
.mw-overlay_theme_archive {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
}
.mw_theme_archive {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
    -moz-transition: opacity 0.3s ease-out 0.3s, -moz-transform 0.3s ease-out 0.3s;
    -o-transition: opacity 0.3s ease-out 0.3s;
    transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
}
.mw_theme_archive.mw_opened {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.mw_theme_archive {
    position: relative;
    padding: 56px 30px;
    max-width: 470px;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    right: 15%;
}
.mw_theme_archive .mw__title {
    font-size: 18px;
    font-weight: bold;
    color: #001c5d;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #001c5d;
    margin-bottom: 20px;
}
.mw_theme_archive .mw__content {
    font-size: 13px;
    font-weight: lighter;
}
.modal-archive__input {
    width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}

.modal-archive__input:focus {
    outline: none;
}

.mw_theme_archive .modal-archive__input-field {
    margin-bottom: 13px;
    position: relative;
}
.modal-archive__text {
    margin-bottom: 20px;
    color: #001c5d;
}
.modal-archive__text:last-child {
    margin-bottom: 0;
}
.modal-archive__btn {
    border: none;
    float: right;
    width: 145px;
    font-size: 12px;
    text-align: center;
    padding: 13px 0; text-transform:uppercase; color: #fff;
    background-color: #c10505;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .2s;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.6), inset -1px -1px 12px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.modal-archive__btn:hover {
    box-shadow: inset 0 1px 5px rgba(255, 255, 255, 0.8), inset -1px -1px 5px rgba(0, 0, 0, 0.7);
}
.modal-archive__btn:active {
    box-shadow: none;
}
.modal-archive__content::after {
    content: '';
    display: block;
    clear: both;
}
.mw_theme_archive .mw__close {
    width: 30px;
    height: 30px;
    background: 50% 50% no-repeat url('../img/icon/icon-close.png');
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.error .error__text {
    display: block;
}
.error .modal-archive__input {
    border-color: red;
}
.error__text {
    display: none;
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
}
/**/
.gallery-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-right: -20px;
}
.gallery-block::after {
    content: '';
    width: 25%;
    order: 1;
    margin-right: auto;
}
.gallery-item {
    display: block;
    padding-right: 20px;
    width: 25%;
    margin-bottom: 20px;
}
.gallery-item__inner {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.gallery-item__pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}
.gallery-item_video .gallery-item__inner::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../img/icon-play.png');
    -webkit-background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
.gallery-item_video .gallery-item__inner:hover::after {
    transform: scale(1.05);
}
.fancybox-navigation .fancybox-arrow {
    z-index: 99997;
}

.mw.mw_id_request-program .mw__title span {
    font-size: 17pt;
}</pre></body></html>