.left-img {
    float: left;
    margin: 18px 18px 18px 0;
}

.right-img {
    float: right;
    margin: 18px 0px 18px 18px;
}

.text-justify {
    text-align: justify;
}

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

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



a, img, a img {
    outline: none;
    border: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

.arial-n {
    font-family: ArialN;
}

.arial-nb {
    font-family: ArialNB;
}

.verdana {
    font-family: Verdana;
}

.color1 {
    color: #5d5d5d;
}

.color2 {
    color: #917b61;
}

.color3, .block .color3 {
    color: #c14635;
}

.color4 {
    color: #3b3b3b;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.px10 {
    font-size: 10px;
}

.px12 {
    font-size: 12px;
}

.px14 {
    font-size: 14px;
}

.px16 {
    font-size: 16px;
}

.px18 {
    font-size: 18px;
}

.px20 {
    font-size: 20px;
}

.px21 {
    font-size: 21px;
}

.px22 {
    font-size: 22px;
}

.px23 {
    font-size: 23px;
}

.px24 {
    font-size: 24px;
}

.px25 {
    font-size: 25px;
}

.px26 {
    font-size: 26px;
}

.px28 {
    font-size: 28px;
}

.px29 {
    font-size: 29px;
}

.px30 {
    font-size: 30px;
}

.px32 {
    font-size: 32px;
}

.px34 {
    font-size: 34px;
}

.px36 {
    font-size: 36px;
}

.px37 {
    font-size: 37px;
}

.px81 {
    font-size: 37px;
}

.i {
    font-style: italic;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.table {
    display: table;
    width: 100%;
}

.table.a {
    padding: 20px 0;
}

.table.a .tr .td {
    width: 33%;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}





.wide-block {
    background: #efefef;
}

.wide-block.opacity {
    background: rgba(239, 239, 239, 0.4);
}

.button {
    padding: 6px;
    background: #c14635;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.form-errors {
    color: #ff0000;
}

/*    -----------------------------------------------------------------------------     */

.page-header {
    margin: 0 auto;
    text-align: center;
}

.page-header img {
    width: 100%;
}

/* veo-head */

.veo-head-wrapp {
    position: relative;
    background: #efefef;
}

.veo-head-wrapp .map {
    position: absolute;
    top: 0px;
    width: 36%;
    height: 400px;
    background: url(/img/leftbg1.png) no-repeat right center;
}

.veo-head {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.veo-head:after {
    content: "";
    display: block;
    clear: both;
}

.veo-head .left, .veo-head .right {
    width: 48%;
}

.veo-head .left {
    text-align: right;
}

.veo-head .left .preview-text {
    padding-top: 12px;
}

/* material */

.material {
    position: relative;
    height: 280px;
    padding-right: 10px;
    border-right: #000 1px dashed;
}

.material h2 {
    font-size: 29px;
    font-family: ArialNB;
}

.material a {
    text-decoration: none !important;
}

.material img {
    width: 157px;
    position: absolute;
    top: 100px;
    right: 26px;
}

.material span {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 25px;
}

.material.on-page {
    margin: 15px 15px 15px;
}

/* veo-info */

.veo-info {
    float: right;
    position: relative;
    height: 210px;
    padding: 0 24px;
}

.veo-info.first {
    padding: 0 0 0 24px;
}

.veo-info h2 {
    margin-bottom: 10px;
    font-size: 80px;
    font-family: ArialNB;
    line-height: 60px;
}

.veo-info p {
    margin-bottom: 26px;
}

/* Третий блок на главной */

.veo-250-wrapp {
    padding: 70px 0 70px 0;
    margin-bottom: -50px;
    position: relative;
    z-index: 5;
}

.veo-250-wrapp .map {
    position: absolute;
    top: 20px;
    width: 36%;
    height: 700px;
    background: url(/img/leftbg1.png) no-repeat right center;
    z-index: -1;
}

.veo-250 {
    margin: 0 auto;
}

.veo-250:after {
    content: "";
    display: block;
    clear: both;
}

.veo-250 .left {
    padding-top: 22px;
}
.veo-250 .right {
    padding-top: 122px;
}
.veo-250 .left .preview {
    position: relative;
}

.veo-250 .left .preview:after {
    content: "";
    display: block;
    clear: both;
}

.veo-250 .left .preview .button {
    position: absolute;
    left: 260px;
    bottom: -14px;
}

.veo-250 .left .preview .button.one {
    left: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.veo-250 .left .preview figure {
    width: 270px;
    min-height: 320px;
    padding: 20px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    box-shadow: 0px 0px 5px #B2B2B2;
	float: left;
}

.veo-250 .left .preview figure:after {
    content: "";
    dispaly: block;
    clear: both;
}

.veo-250 .left .preview figure p {
    font-family: ArialN,serif;
    font-style: italic;
    font-size: 17px;
}



.veo-slider-b.emblem {
    background: url(/img/leftbg3.jpg) no-repeat right center;
}

.veo-slider-b.emblem .slider-wrapper .slider figure h2 {
    border: none;
}


.veo-slider-b .slider-wrapper > a {
    padding: 4px 12px 6px 12px;
    background: #a3a3a3;
    line-height: 22px;
}

/* news-actions */


h2.mainTitle {
    text-align: center;
    margin-top: 30px;;
}


.news-actions > h2 {
    margin-bottom: 40px;
    font-weight: bold;
}

.news-actions .veo-news {
    position: relative;
}
.news-block > h3 > a {
    display: block; text-align: center;
    font-family: inherit;
    margin-bottom: 30px;
    font-size: 26px;
}
.news-block > h3 > a:visited {
    color: #5d5d5d;
}

.news-block .blockItem {
    float:left;
    margin-right: 15px;
}
.news-block .blockItem:last-child {
margin-right: 0;
}
.news-block h3 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}


.news-block.Items .veo-news figure .button {
    left: 150px;
    z-index: 10;
}


.news-actions .left.anons {
height: 150px;

}

.news-actions .veo-news:after {
    content: "";
    display: block;
    clear: both;
}

.news-actions .veo-news figure {
    position: relative;
    width: 379px;
    height: 254px;
    padding: 20px 20px 40px 20px;
    margin-right: 15px;
    border: 1px #5d5d5d dashed;
}

.news-actions-about .news-actions .veo-news figure {
    width: 370px;
    height: 280px;
}

.news-actions .veo-news figure.left:last-child {
    margin: 6px;
}

.news-actions .veo-news figure .button {
    position: absolute;
    left: 160px;
    bottom: -14px;
}

.news-actions .veo-news p {
    line-height: 18px;
}

.news-actions .veo-news > a {
    position: absolute;
    bottom: -18px;
    padding: 12px;
    background: #c14635;
    color: #ffffff;
}

img.anonsBanner {
    position: absolute;
    top: 0;
    width: 411px;
    left: 6px;
}

.news-actions-about a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: ArialN !important;
}

.news-actions-about .f-h1 {
    font-size: 2em;
    line-height: 2em !important;
    text-align: center !important;

}

.news-actions .veo-news .a1 {
    left: 130px;
}

.news-actions-about .news-actions .veo-news .a1 {
    left: 120px;
}

.news-actions .veo-news .a2 {
    left: 590px;
}

.news-actions-about .news-actions .veo-news .a2 {
    left: 560px;
}

.news-actions-about .news-actions .veo-news .a3 {
    left: 1020px;
}

.news-actions .veo-news .a3 {
    left: 950px;
}

.news-actions .veo-news .ab1 {
    left: 120px;
}

.news-actions .veo-news .ab2 {
    left: 490px;
}

.news-actions .veo-news .ab3 {
    left: 950px;
}

/* news-block */

.news-block {

    position: relative;
    margin: 40px auto 0;
}

.news-block:after {
    content: "";
    display: block;
    clear: both;
}

.news-block .veo-news {
    position: relative;

}

.news-block .veo-news:after {
    content: "";
    display: block;
    clear: both;
}

.news-block .veo-news figure {
    position: relative;
    width: 281px;
    height: 254px;
    padding: 10px 10px 20px 10px;
    margin-right: 15px;
    border: 1px #5d5d5d dashed;
}

.news-block .veo-news figure.left:last-child {
    margin: 0;
}

.news-block .veo-news figure .button {
    position: absolute;
    left: 180px;
    bottom: -14px;
}

.news-block .veo-news p {
    line-height: 18px;
}

.news-block > a {
    position: absolute;
    bottom: -14px;
}

.news-block .veo-news .a1 {
    left: 130px;
}

.news-block .veo-news .a2 {
    left: 520px;
}

.news-block .veo-news .a3 {
    left: 950px;
}

.news-block .ab1 {
    left: 120px;
}

.news-block .ab2 {
    left: 540px;
}

.news-block .ab3 {
    left: 1040px;
}

/* veo-actions */

.veo-actions .slider-wrapper {
    position: relative;
}

.veo-actions .slider-wrapper .link {
    cursor: pointer;
}

.veo-actions .slider-wrapper .link > img {
    position: absolute;
    bottom: -60px;
    left: -40px;
}

.veo-actions .slider-wrapper p {
    text-align: right;
    padding: 6px 0 10px;
}

.veo-actions .slider-wrapper span {
    display: block;
    width: 100%;
    height: 8px;
    background: #c14635;
}

/* fancybox form */

.fancybox-inner form input[type="text"],
.fancybox-inner form textarea {
    width: 480px;
    margin-bottom: 8px;
    padding: 4px;
}

/* veo-slider-c */

.veo-slider-c {
    margin-top: 40px;
    padding: 10px 0 40px 0;
    background: url(/img/bg_brown.png) no-repeat center top;
}

.veo-slider-c > h2 {
    margin-top: 20px;
}

.veo-slider-c .slider-wrapper {
    margin-top: 20px;
}

.veo-slider-c .slider figure .quot {
    padding: 40px 60px;
    background: #ffffff;
    max-height: 215px;
    overflow: hidden;
}

.veo-slider-c .slider figure .expert:before {
    content: url('/img/w.png');
    position: absolute;
    top: -15px;
    left: -1px;

}

.veo-slider-c .slider figure .expert {
    position: relative;
}

.veo-slider-c .slider figure .expert:after {
    content: "";
    display: block;
    clear: both;
}

.veo-slider-c .slider figure .expert .right {
    width: 200px;
    padding: 8px 0 0 4px;

}

.veo-slider-c .slider figure .expert .right p {
    padding-top: 4px;
    color: #ffffff;
}

.veo-slider-c .slider figure .expert img {
    float: right;
    padding: 8px 4px 0 0;
}

.veo-slider-c.experts {
    margin-top: 80px;
}

.veo-slider-c.partners .slider figure p {
    text-align: center;
    margin-top: 10px;
}

.veo-slider-c.doers .slider figure img {
    border: 4px #ffffff solid;
}

.veo-slider-c.doers .slider figure p {
    text-align: center;
    margin-top: 10px;
}

.veo-slider-c .bottom {
    width: 1300px;
    margin: 30px auto 40px;
}

.veo-slider-c .bottom .button {
    padding: 10px 22px;
}

/* veo-quote */

.veo-quote {
    width: 1300px;
    margin: 40px auto 0;
}

.veo-quote:after {
    content: "";
    display: block;
    clear: both;
}

.veo-quote .left {
    width: 48%;
}

.veo-quote .right {
    width: 48%;
}

.veo-quote p {
    font-size: 14px;
}

/* anons-filter -- anons-list */

.anons-filter {
    width: 100%;
    margin: 20px auto 20px;
    text-align: center;
}

.anons-filter img {
    width: 30%;
}

.anons-filter a {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.anons-filter a.active, .anons-filter a:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.anons-filter a:nth-child(2) {
    margin: 0 10px;
}



/* timer-app */

.timer-app > h2 {
    font-family: ArialNB;
}

.timer-app .left {
    width: 378px;
    padding-right: 30px;
    border-right: 1px #000000 dashed;
}

.timer-app .left .timer {
    padding: 18px 7px;
    margin-top: 20px;
    background: #c14635;
    text-align: center;
}

.timer-app .left .timer span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.timer-app .left p {
    margin-top: 10px;
    text-align: justify;
}

.timer-app .left .buttons {
    margin-top: 10px;
}

.timer-app .left .buttons:after {
    content: "";
    display: block;
    clear: both;
}

.timer-app .left .buttons .button {
    padding: 30px;
    text-align: center;
}

.timer-app .left .buttons .button:first-child {
    float: left;
}

.timer-app .left .buttons .button:last-child {
    float: right;
}

.timer-app .right {
    width: 700px;
	height: 450px;
}

.timer-app .right .app {
    margin: 16px 0 13px 0;
    overflow-x: scroll;
    max-height: 360px;
}

/* veo-resolution */

.veo-resolution {
    position: relative;
    margin-bottom: 12px;
    max-height: 250px;
    overflow-x: scroll;
    border: 1px dashed #B2B2B2;
    padding: 18px;
}

.hidde-b-scroll {
    height: 16px;
    background-color: #fff;
    position: relative;

    margin: -29px auto 10px;
}

/* news-list */


.news-list:after {
    content: "";
    display: block;
    clear: both;
}

.news-list figure {
    padding: 12px 0 10px;
}

.news-list figure div p a {
    font-family: Verdana, Geneva, sans-serif;
}

.news-list figure:hover {
    background: #efefef;
}

.news-list figure .left {
    margin-right: 30px;
}

.news-list figure .left img {
    min-height: 213px;
    max-width: 320px;
}

/* photo collection list */

.pc-list {

    margin: 20px auto 0;
}

.pc-list:after {
    content: "";
    display: block;
    clear: both;
}

.pc-list figure {
    margin-top: 12px;
    position: relative;
    max-width: 100%;
    margin-right: 36px;
}

.pc-list figure img {
    width: 100%;
    border: 2px solid #efefef;
}

.pc-list figure a {
    text-decoration: none !important;
}

.pc-list hr {
    display: inline-block;
    margin: 25px 0 10px 0;
    border: 1px solid #efeeec;
    width: 100%
}

.pc-list .date {
    display: inline-block;
    padding: 10px 0;
}

.pc-list figure.last {
    margin-right: 0;
}

.cnt {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 49px;
    height: 35px;
    background: url(/img/cnt.png);
}

.cnt p {
    padding-top: 10px;
}

/* ajax-slider */

.ajax-slider {
    height: auto;
}

/* veo-data-list */

.veo-data-list {
    width: 1300px;
    margin: 40px auto 0;
}

.veo-data-list:after {
    content: "";
    display: block;
    clear: both;
}

.veo-data-list .left {
    position: relative;
    text-align: justify;
}

.veo-data-list .left .slider-wrapper {
    width: 422px;
    height: 282px;
    padding-top: 40px;
    border: 1px #000000 dashed;
}

.veo-data-list .left .slider p {
    font-family: Arial;
    font-size: 15px;
}

.veo-data-list .right {
    position: relative;
    padding: 40px 54px 0 50px;
    margin-left: 10px;
    width: 752px;
    height: 282px;
    border: 1px #000000 dashed;
}

.veo-data-list .right p {
    font-family: Arial;
    font-size: 15px;
}

.veo-data-list .right .button {
    position: absolute;
    left: 20px;
    bottom: -14px;
}

/* search-line */

.search-line {
    float: left;
    margin-right: 20px;
}

.search-line #title-search-input {
    width: 166px;
    height: 20px;
    padding-left: 4px;
    border: 1px #000 solid;
}

.search-line input[name=s] {
    width: 70px;
    height: 24px;
    border: none;
    cursor: pointer;
    color: #FFF;
    background: #707070;
    line-height: 10px;
}

/*Books Catalog*/
h2.bookCatalogTitleMain, h2.bookCatalogTitle {
    color: #5d5d5d;
    text-align: center;
    font-size: 18pt;
    margin-bottom: 20px !important;
}

.wrappImp {

    position: relative;
    padding-bottom: 35px;
}

/*imp*/
.block.w900px.imp {
    margin: 0 auto !important;
}

.block.w900px.imp .tall {
    border-color: #5d5d5d !important;
}



.centerTop {


}


.leftVertical {
    background: url(./img/imp/rightLine.png) repeat-y 4px 123px;
    width: 17px;
    position: absolute;
    height: 100%;
}

.rightVertical {
    background: url(./img/imp/rightLine.png) repeat-y 3px 123px;
    width: 17px;
    position: absolute;
    height: 100%;
    right: -2px;
}


.centerBottom {

}



.row1 {
    margin-bottom: 20px;
}

.firstYear {
    position: relative;
    float: left;
}

.block.s1 {
    position: relative;
    overflow: hidden;
}

.block.s1 h2 {
    font-size: 35px;
}

.block.s1 .video {
    padding-left: 0;
}

.block.s1 .expA {
    float: right;
}

.block.s1 .expA .containExp {
    background: url("/upload/ekspozitsiya/img/splash.jpg") no-repeat;
    height: 314px;
    background-size: cover;
    width: 570px;
}

.block.s1 .expA .btnBlock {
    width: 225px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 35%;
}

.block.s1 .expA a {
    background: #c14635;
    padding: 8px 10px;
    color: #fff;
    float: left;
    margin: 0 auto 15px;
    text-align: center;
}

.block.s1 .expA a.rusPlay {
    padding: 8px 20px;
}

.block.s1 .expA a.engPlay {
    width: 204px;
}

.block.s1 .expA .btnBlock .icoR {
    background: url("/upload/Russia.png") no-repeat;
    width: 47px;
    position: relative;
    height: 47px;
    float: left;
    top: -7px;
}

.block.s1 .expA .btnBlock .icoE {
    background: url("/upload/United-Kingdom.png") no-repeat;
    width: 47px;
    position: relative;
    height: 47px;
    float: left;
    top: -7px;
}

/*Pravlenie*/
h3.headVeo {
    text-align: center;
    margin-bottom: 15px;
}
h3.headVeo i{
  font-size: 14px;
}
img.photo {
    margin: 0 auto;
    border: 4px solid #fff;
}
.veo-slider-c.people .bx-slider {
    height: 210px!important;
}

.blockHead .itemInfo {
    overflow: hidden;
}
.blockHead  .itemInfo .photo {
    float: left;
}
.blockHead .itemInfo .name {
    text-align: left;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}
.blockHead .itemInfo .description {
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}
.itemInfo .name {
    font-weight: 700;
    color: #5d5d5d;
    text-align: center;
    padding: 5px 0;
}

.blockHead {
    padding-bottom: 10px;
}

.blockHead:first-child {
    border-bottom: 0px;
}

.video a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.block .left.col-xs-6 .px37 {
    text-align: center;
}

.block .left.col-xs-6 h4 {
    text-align: left;
    color: #c14635;
    font-weight: 700;
    font-size: 19px;
}

.block .left.col-xs-6 span {
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-style: italic;
    font-size: 16px;
    display: block;
}

.rightImg {
    float: left;
    padding-left: 70px;
    padding-top: 33px;
}


/*slider-history*/
.info {
color:#fff;
}
.info .name {

}
.veo-slider-c.people .bx-prev,.veo-slider-c.people .bx-next,
.veo-slider-c.veo-logos .bx-prev,.veo-slider-c.veo-logos .bx-next
{
    width:40px!important;
    background-size: contain!important;
}
.veo-slider-c.veo-logos .bx-prev,
.veo-slider-c.veo-logos .bx-next {

}


.veo-slider-c.people .bx-prev
{
    left:-65px!important;
    top: 0px!important;

}
.veo-slider-c.people .bx-next,
{
    right: -65px!important;
    top: 0px!important;
}
.veo-slider-c.people .bx-controls-direction
{
    top: -50px;
    position: relative;
    padding: 0px 10px;
    width: 100%;
    z-index: 999;
}
.veo-slider-c.veo-logos .bx-controls-direction {
    top: 0px!important;
    position: relative;
    padding: 0px 10px;
    width: 100%;
    z-index: 999;
}

.block-content {
    position: relative;
    background: rgba(204, 204, 204, 0.31);
}
.block-content .veo-250 .left h3 {
text-align: left!important;
}
.block-content .veo-250 .left .preview figure {
    min-height: 260px;
    height: auto;
}

.block-content .veo-250 .left .preview figure b {
    text-align: right;
    font-size: 12px;
    float: right;
    padding-top: 10px;
    font-family: Arial,sens-serif;
}

.block-content .veo-250 .left .preview figure p {
    height: 165px;
}
.block-content .veo-250 .left.v p {
    height: 85px!important;
}


.block-content .veo-250 .left .preview .button {
position: absolute;
left: 37%;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 24px;
padding: 6px;
bottom: -14px;}

/*LOGOS*/
.veo-slider-c.veo-logos {
    background: none;
}
.containExp {
    position: re;
}
.block .expA .btnBlock {

}
.block .expA .btnBlock span {

}
.block .expA a {

}

.block .expA a.engPlay {

}
h3.pTitle {
    text-align: center;
    margin-bottom: 20px;
}
.iuecon-block .left.col-xs-6 a {
position: absolute;
    bottom: -55px;
    padding: 12px;
    background: #c14635;
    color: #ffffff;
    text-transform: uppercase;
}

.pc-list .fancy-call .b{
	color: black;
}
.pc-list .fancy-call .date{
	color: #f65f41;
}
.video-list .reserv{
	margin-top:-10px;
	display: block;
}
.maef2019{
	background: transparent url(./img/topmaef.jpg) top center no-repeat;
	background-size: contain;

}


.ves-2019 {
    position: relative;
}

.ves-2019.page-navigation {
    display: none;
}

@media (min-width: 768px) {
    .ves-2019.page-navigation {
        position: sticky;
        top: 0;
        z-index: 10;
        display: flex;
        border-bottom: 1px solid #898989;
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
    }

    .ves-2019.page-navigation a {
        display: block;
        padding: 20px 0;
        color: #898989;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
    }

    .ves-2019.page-navigation a:hover,
    .ves-2019.page-navigation a:focus,
    .ves-2019.page-navigation a.active {
        color: inherit;
        padding: 20px 0;
        border-color: #941633;
    }

    .ves-2019.page-navigation a + a {
        margin-left: 60px;
    }
}

@media (min-width: 992px) {
    .ves-2019.page-navigation a + a {
        margin-left: 100px;
    }
}

.ves-2019.top-banner {
    display: block;
    position: relative;
    margin: -60px -15px 0;
    overflow: hidden;
}

.ves-2019 .top-banner-img {
    width: 100%;
}

.ves-2019 .top-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 0 15px;
    width: 100%;
}

.ves-2019 .top-banner-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.ves-2019 .top-banner-date {
    font-size: 18px;
    line-height: 2;
}

.ves-2019.top-banner .slash {
    display: inline-block;
    color: #941633;
}

.ves-2019.top-banner .slash:first-child {
    margin-right: 10px;
}

.ves-2019.top-banner .slash:last-child {
    margin-left: 10px;
}

.ves-2019 .top-banner-btn {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #941633;
    background-color: #941633;
    text-decoration: none;
    color: white;
}

.ves-2019 .top-banner-btn:hover, 
.ves-2019 .top-banner-btn:focus  {
    background-color: transparent;
    border-color: white;
}

.linemenu + .ves-2019.top-banner {
        margin-bottom: 20px;
    }

@media (min-width: 540px) {
    .ves-2019.top-banner {
        margin: -60px calc(-50vw + 255px) 0;
    }

    .linemenu + .ves-2019.top-banner {
            margin-bottom: 20px;
        }
}

@media (min-width: 768px) {
    .ves-2019.top-banner {
        margin: -60px calc(-50vw + 345px) 0;
    }

    .ves-2019 .top-banner-text {
        left: 0;
        width: 550px;
        text-align: left;
        padding: 0 30px;
        transform: translateY(-50%);
    }

    .ves-2019 .top-banner-title {
        margin-bottom: 120px;
    }

    .ves-2019 .top-banner-date {
        display: flex;
    }

    .ves-2019.top-banner .slash:last-child {
        margin-right: 10px;
    }

    .ves-2019.top-banner .slash-xs { display: none; }

    .linemenu + .ves-2019.top-banner {
            margin-bottom: 20px;
        }
}

@media (min-width: 992px) {
    .ves-2019.top-banner {
        margin: -60px calc(-50vw + 465px) 0;
    }

    .ves-2019 .top-banner-img {
        height: 460px;
        width: auto;
        transform: translateX(calc(100vw - 100%));
    }

    .ves-2019 .top-banner-text {
        width: 770px;
    }

    .ves-2019 .top-banner-title {
        font-size: 34px;
    }

    .ves-2019 .top-banner-date {
        font-size: 22px;
    }

    .linemenu + .ves-2019.top-banner {
            margin-bottom: 40px;
        }
}

@media (min-width: 1200px) {
    .ves-2019.top-banner {
        margin: -60px calc(-50vw + 555px) 0;
    }

    .linemenu + .ves-2019.top-banner {
            margin-bottom: 40px;
        }
}

@media (min-width: 1280px) {
    .ves-2019 .top-banner-text {
        left: calc(50% - 640px);
        width: 850px;
    }
}

@media (min-width: 1366px) {
    .ves-2019 .top-banner-img {
        width: 100%;
        height: auto;
        transform: none;
    }
}

.ves-2019.text-block {
    font-size: 16px;
    border-bottom: 1px solid #898989;
    padding: 40px 0;
    max-width: 900px;
    margin: 0 auto;
}

.ves-2019.text-block .text-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.ves-2019.text-block p {
    margin-bottom: 10px;
}

.ves-2019.text-block p:last-child,
.ves-2019.text-block ul:last-child {
    margin-bottom: 0;
}

.ves-2019.text-block ul {
    margin: 0 0 10px;
    padding-left: 20px;
}

.ves-2019.text-block ol {
    margin: 0 0 10px;
    padding-left: 25px;
}

.ves-2019.text-block ol li + li {
    margin-top: 10px;
}

.ves-2019.text-block a,
.ves-2019.text-block a:hover,
.ves-2019.text-block a:focus {
    color: #941633;
    text-decoration: underline;
}

.ves-2019.text-block .photos {
    margin: 20px 0;
}

.ves-2019.text-block .photo-single {
    display: block;
    max-width: 100%;
    margin: 20px 0;
    border: none;
}

.ves-2019.text-block .photo {
    display: block;
    max-width: 100%;
    margin: 0;
    border: none;
}

.ves-2019.text-block .photo + .photo {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .ves-2019.text-block .text-title {
        text-align: left;
    }

    .ves-2019.text-block .photos {
        display: flex;
        justify-content: space-between;
    }

    .ves-2019.text-block .photo {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .ves-2019.text-block .photo + .photo {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .ves-2019.text-block  .text-title {
        font-size: 28px;
    }
}


.ves-2019 .organizers {
    text-align: center;
}

.ves-2019 .organizer + .organizer,
.ves-2019 .columns + .columns {
    margin-top: 20px;
}

.ves-2019 .organizer-img {
    display: block;
    margin: 0 auto 10px;
}

.ves-2019 .column-img {
    display: block;
    margin: 0 auto 20px;
}

.ves-2019 .organizer-img {
    border-radius: 50%;
}

.ves-2019 .time {
    color: #941633;
    margin-bottom: 10px;
}

.ves-2019  .separator {
    border-bottom: 1px solid #898989;
    width: 100px;
}

@media (min-width: 768px) {
    .ves-2019 .organizers {
        text-align: left;
    }

    .ves-2019 .organizer,
    .ves-2019 .columns {
        display: flex;
        align-items: center;
    }

    .ves-2019 .organizer-img,
    .ves-2019 .column-img {
        margin: 0 20px 0 0;
        min-width: 120px;
        width: 120px;
    }

    .ves-2019 .column-photo {
        min-width: 190px;
        width: 190px;
    }

    .ves-2019 .timetable {
        align-items: flex-start;
    }

    .ves-2019 .timetable + .timetable {
        margin-top: 10px;
    }

    .ves-2019 .description {
        width: calc(100% - 160px);
    }

    .ves-2019 .time {
        width: 100px;
        min-width: 100px;
        margin: 0 60px 0 0;
    }

    .ves-2019 .separator {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ves-2019 .organizers {
        display: flex;
    }

    .ves-2019 .organizer {
        width: calc(50% - 10px);
    }

    .ves-2019 .organizer + .organizer {
        margin: 0 20px 0 0;
    }
}


.ves-2019 .partners-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ves-2019 .partner + .partner {
    margin-top: 20px;
}

.ves-2019 .partner-img {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .ves-2019 .partners-list {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .ves-2019 .partner {
        width: calc(50% - 30px);
    }

    .ves-2019 .partner + .partner {
        margin: 0 0 0 60px;
    }

    .ves-2019 .partner-img {
        height: 120px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .ves-2019 .partner {
        display: flex;
        align-items: center;
    }

    .ves-2019 .partner-img {
        margin: 0 20px 0 0;
    }

}


.ves-2019 .info-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ves-2019 .info-partners > img {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 10px;
}

.ves-2019 .info-partners > img:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ves-2019 .info-partners {
        justify-content: flex-start;
    }

    .ves-2019 .info-partners > img {
        width: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }

    .ves-2019 .info-partners > img:nth-child(n + 10) {
        margin-bottom: 0;
    }

}

@media (min-width: 992px) {
    .ves-2019 .info-partners > img {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }

    .ves-2019 .info-partners > img:nth-child(n + 9) {
        margin-bottom: 0;
    }
}



.ves-2019.greeting .greeting-subtitle {
    margin: 20px 0;
}
.ves-2019.greeting .greeting-subtitle:last-child {
    margin-bottom: 0;
}

.ves-2019.greeting .greeting-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #941633;
    text-decoration: none;
    cursor: pointer;
}

.ves-2019.greeting .greeting-btn:focus {
    outline: none;
}

.ves-2019.greeting .columns {
    align-items: flex-start;
}

.ves-2019.greeting .columns:not(.all) .covert {
    display: none;
}

.ves-2019.greeting .all .greeting-btn:not(.covert) {
    display: none;
}




.ves-2019.contacts {
    border-bottom: none;
}

.ves-2019.contacts .text-grey {
    color: #898989;
}

.ves-2019.contacts a,
.ves-2019.contacts a:hover,
.ves-2019.contacts a:focus {
    color: inherit;
    text-decoration: none;
}

.premiaeconomistgoda.bunner-economist-2019 {
    display: none;
    overflow: hidden;
}

@media (min-width: 768px) {
    .premiaeconomistgoda.bunner-economist-2019 {
        display: block;
    }

}


.top-banner-2020 .top-banner-title {margin-bottom: 15px;}
.top-banner-2020 .top-banner-title, .top-banner-2020 .top-banner-date {
	font-size: 18px;
	line-height: 1.3;
}
.top-banner-2020 .top-banner-title .lead-title {
	margin-bottom: 10px;
	display: block;
	font-size: 21px;
	line-height: 1.3;
}
@media(min-width: 768px) {
	.top-banner-2020 .top-banner-title {
		margin-bottom: 60px;
	}
}
@media(min-width:992px) {
	.top-banner-2020 .top-banner-title, .top-banner-2020 .top-banner-date {
		font-size: 18px;
	}
	.top-banner-2020 .top-banner-title .lead-title {
		font-size: 45px;
		max-width: 680px;
		line-height: 1.1;
	}
	.top-banner-2020 .top-banner-text {top: 60%}
}

.top-banner-2021 {
  position: relative;
  color: #FFF;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -60px;
}

.top-banner-2021 .top-banner-img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.top-banner-2021 .top-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.top-banner-2021 .top-banner-logo {
  height: 78px;
  margin-top: 12px;
}

.top-banner-2021 .top-banner-title {
  font-size: 18px;
  line-height: 21px;
  margin-top: 25%;
}

.top-banner-2021 .top-banner-title .lead-title {
  font-family: "Times New Roman", serif;
  font-size: 26px;
  line-height: 26px;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.top-banner-2021 .top-banner-date {
  font-size: 16px;
  line-height: 18px;
  margin-top: 18%;
}

@media (min-width: 540px) {
  .top-banner-2021 {margin: -60px calc(-50vw + 255px) 0;}
}

@media (min-width: 768px) {
  .top-banner-2021 {
    margin: -60px calc(-50vw + 345px) 0;
  }

  .top-banner-2021 .top-banner-logo {margin-top: 2%}

  .top-banner-2021 .top-banner-text {
    text-align: left;
    max-width: 690px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .top-banner-2021 .top-banner-title {
    text-align: left;
    margin-top: 66px;
    font-size: 13px;
    line-height: 1.2;
  }

  .top-banner-2021 .top-banner-title .lead-title {
    font-size: 32px;
    line-height: 0.9;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .top-banner-2021 .top-banner-date {
    margin-top: 25px;
    font-size: 10px;
  }

  .top-banner-2021 .top-banner-date > div {display: inline }
}

@media (min-width: 992px) {
  .top-banner-2021 {margin: -60px calc(-50vw + 465px) 0;}

  .top-banner-2021 .top-banner-text {max-width: 900px;}
}

@media (min-width: 1024px) {
  .top-banner-2021 .top-banner-title {font-size: 18px}

  .top-banner-2021 .top-banner-title .lead-title {
    font-size: 48px;
    max-width: 530px;
  }

  .top-banner-2021 .top-banner-date {
    margin-top: 75px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .top-banner-2021 {margin: -60px calc(-50vw + 560px) 0;}

  .top-banner-2021 .top-banner-title {margin-top: 6%;}

  .top-banner-2021 .top-banner-logo {margin-top: calc((100vw * 0.097 - 78px) / 2)}

  .top-banner-2021 .top-banner-date {
    margin-top: 0;
    position: absolute;
    bottom: 18px;
  }
}

@media (min-width: 1340px) {
  .top-banner-2021 .top-banner-text {max-width: 1280px;}

  .top-banner-2021 .top-banner-date {bottom: 38px;}
}