html, body {
	height: 100%;
    width: 100%;
	font-family: 'Roboto', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
	}
	
html {
    min-height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    overflow-y: auto;
	color: rgba(0, 0, 0, 0.75);
}
	

@media (max-width: 991px) {
    .container {
      max-width: none !important;
      padding: 0 24px !important; } 
}		
	
	
h1, .h1  {font-size: 1.8rem; font-weight: 500;}
h1, .h1 , .brand-name-full, .brand-venue  {font-family: 'Roboto Condensed', sans-serif;}
h2, h3 {font-weight: 400;}
h1, .h1 , h2,h3,h4 {color: rgba(0, 0, 0, 0.85);}
h2  {font-size: 1.4rem; font-weight: 500;}

.news_list h4 {font-size: 1rem;}
h4.item-date {font-size: 1rem;}
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:hover {font-size: 11px; line-height: 13px; font-weight: 400; color: #6D7179;}	

a {outline: none !important;}
hr {border-top: 1px solid rgba(0,0,0,.05);}

ul {margin: 0 ; padding: 0; list-style-type: none;}
.list-unstyled li:before {display:none;}

ul li {
    position: relative;
    padding-left: 16px;
}
ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #00adee;
}

li.yottie-widget-nav-list-item:before{display:none}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.red {color: #f05f3b;}

.persona {max-width: 120px; border-radius: 50%; margin-bottom: 10px;}

.fa, .fas {
    font-weight: 600;
}

/*.page-wrapper {
    position: relative;
    min-width: 320px;
		display: flex; 
    min-height: 100vh;
		flex-direction: column; 
    margin: 0px auto;
}*/
.page-wrapper {
    position: relative;
    min-width: 320px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
}



.brand-logo {
 /*  float: left; */
	max-width: 75px;
	max-height: 75px;
	margin-right: 10px;
}	

.brand-name-header-date {
    position: relative;
    left: 113px;
    top: -27px;
    font-size: 0.9rem;
    height: 1px;
    color: #007464;
}

.main h1, /* .brand-name,*/ .brand-name-header {text-transform: uppercase; white-space: nowrap;}	
.brand-name-header {color: #000; font-size: 1.3rem; vertical-align: middle;}

/* ШАПКА */

.slick_main {
background-color: #F9F9F9;
}

.slick_main_wrap {
}

.main, .main_bg { height: 300px !important; }
.main {
 display: none;

	/* background: url(img/bg_01.jpg) 50% 20%  no-repeat; */
	background-size: cover;
	color: #fff;
	    /* margin-top: -1rem;
		margin-bottom: -5rem;
		padding-bottom: 8rem !important; */
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.main a, .main a:hover {color: #fff; text-decoration: none; outline: none; display: block;}


.brand-name {font-size: 6rem; font-weight: 600; line-height: 1;}
.brand-date {font-size: 2.6rem; font-weight: 400;}
.brand-name-full {font-size: 1.8rem; font-weight: 400; padding: 0 30px;} 
.brand-venue {font-size: 1.4rem; font-weight: 300; padding: 0.5rem 0;}
@media (max-width: 768px) {
	.brand-name {font-size: 3rem;} 
	.brand-name-full {font-size: 1.4rem;} 
	.brand-date {font-size: 2rem;} 
} 
@media (max-width: 591px) { 
	.brand-name {font-size: 2.2rem;} 
	.brand-name-full {font-size: 1.2rem;} 
	.brand-date {font-size: 1.6rem;} 
} 

/* Карточки */

/* .main-cards {margin-top: -5vh;} */
.main-cards {margin-top: -80px;}
@media (max-width: 991px) {.main-cards {margin-top: 30px;}}
.main-cards .card {background-color: #fff; width: 100%; font-size: 1.4rem; color: #6c757d;}
.main-cards .card .card-body {margin: 20px 0 14px;} 
.main-cards .card .card-body b {font-size: 1.6rem; color: #000; font-weight: 500;}
.card-title {margin-top: .75rem; font-weight: 500;}
.card-icon {
	position: absolute;
    top: -28px;
    color: #fff;
    width: 56px;
    height: 56px;
    background-color: #F6931D;
    border-radius: 100%;
    font-size: 1.4rem;
    line-height: 3.5rem;
    font-weight: 400;
    left: 50%;
    margin-left: -28px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}




/* ПОДРАЗДЕЛЫ СТРАНИЦЫ */

section {margin: 0px -15px; padding: 2rem 0;}
.section-about, .section-sponsors, .section-subscribe {background-color: #F9F9F9;}
.section-main-news {background-color: #fff; padding-bottom: 0;}
.section-map, .section-footer {padding: 0;}
.section-footer {background-color: #00589c; color: #fff;}
.section-about {padding-top: 1rem;}

/* Кнопки слева от видео */ 

.l-button-wrap {}

.l-button {
	text-decoration: none;
	display: block;
    width: 100%;
    padding: 1.5rem 0;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 10px;
}
.l-button:hover {
	/* margin-top: 2px;
	margin-bottom: 8px; */
	text-decoration: none;
	color: #000000;
	/* box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2); */
	/* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
	box-shadow: 0 4px 8px rgba(0,0,0,.08);
}

.icon_container {
	display: inline-block; 
    vertical-align: middle;
    width: 25%;
    /* margin: 0 -2px; */
    text-align: center;
}

.icon {
	color: #00ADEE;
	/* max-width: 44px;
    height: 48px; */
    text-align: center;
	font-size: 1.8rem;
}
.icon_container .active {color: #f05f3b !important;}
	
.l-button-wrap .text {
    width: 75%;
/*
    display: inline-block;
    vertical-align: middle;

    margin: 0 -2px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 16px;
*/
}

.welcome {padding: 1.5rem; overflow: hidden; font-size: 1rem;}
.welcome img {max-height: 100px; float: left; margin-right: 1.5rem;}


.events {background-color: #f6f6f6; padding: 20px;}
@media (max-width: 591px) {
.events {
    /* padding: 20px 10px; */
    margin-left: -15px;
    margin-right: -15px;
}
}

.events_block {background-color: #fff; padding: 20px; box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);}
.events_block:hover{box-shadow: 0 4px 8px rgba(0,0,0,.08);}

.events_block.obed {margin-left: 30px; text-transform: uppercase;}
.events_block.obed h3 {color: #d8d8d8;}

.events_block.famous {background: #26b9bb; background: linear-gradient(to right, #26b9bb, #d3f6f6);}
.events_block.famous h3 {color: #ffffff;}

.events .card-body {background-color: #fff !important;}

h2.event_date {font-size: 30px !important; line-height: 30px !important; margin: 40px 0 0px !important; color: #007464 !important;}
.events h3 {font-size: 1.3rem !important;}
.events h4 {font-size: 19px;}
/* .events .lead {padding: 25px 5px 0;} */
.events .event_time {padding: 25px 5px 0;}

*[id^=yakor_]:before {display:block; content:""; height:110px; margin:-110px 0 0;}

/* НОВОСТИ */

.section-main-news__card {
	width: 100%;
    display: inline-block;
    padding: 0 10px;
}

.section-main-news__card .item {
    display: block;
    width: 100%;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
	text-decoration: none;
}
.section-main-news__card .item:hover {text-decoration: none;}

.section-main-news__card .item__img {
    display: block;
    width: 100%;
    height: 176px;
    margin-bottom: 17px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
.section-main-news__card .item__title {
    display: block;
    min-height: 67px;
    margin-bottom: 5px;
}

.section-main-news__card .item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section-main-news__card .item__info-date {
    display: block;
    width: 100px;
    padding-right: 20px;
    font-size: 12px;
    color: #9DA2AC;
}

.section-main-news__card .item__info-type {
    display: block;
    max-width: calc(100% - 100px);
    font-size: 12px;
    color: #9DA2AC;
}

/* На темном фоне */
.inverted {background-color: #00589C; color: #fff;}
.inverted .btn-default:hover {color: #26b9bb;}
.inverted .btn-default:active, .inverted .btn-default:focus  {color: #00589C;}
.inverted h2, .inverted  .slide__counter {color: #fff !important;}
.inverted .btn-default {border: 1px solid #fff; color: #fff;}
.inverted .btn-default:hover, .inverted .btn-default:active, .inverted .btn-default:focus {background-color: #fff; border: 1px solid #fff; color: #00589C;}
.inverted  .btn-arrow  {color: rgba(255,255,255,1); transition: .2s color;}
	.inverted  .slick-main .btn-arrow  {color: rgba(255,255,255,0.8);}
.inverted  .btn-arrow:hover {color: rgba(255,255,255,0.7);}
	.inverted  .slick-main .btn-arrow:hover {color: rgba(255,255,255,1);}
.inverted  .slick-dots li:after, .inverted  .list-dots li:after {background-color: rgba(255,255,255,0.7);}
.inverted  .slick-dots li.active:after, .inverted   .slick-dots li.slick-active:after, .inverted   .list-dots li.active:after, .inverted  .list-dots li.slick-active:after {background-color: #fff;}
.inverted .btn-arrow.disabled, .inverted .btn-arrow:disabled, .inverted .btn-arrow.slick-disabled {background-image: url(img/arrow_inactive_white.svg);}



/* СЛАЙДЕРЫ */

/* @media (min-width: 480px) {.slider-photo {margin-top:60px;}} */

.slick img {
	max-height: 400px;
	margin: auto;	
}
.slick, .partners-slider {
	/* padding-top: 70px; */
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
	}
.slide__counter {
    display: block;
    width: 44px;
    padding-top: 5px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #191919;
}
.slide__title {
    -ms-flex: 1 1;
    flex: 1 1;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: rgba(25, 25, 25, 0.6);	
}
.slide__img {
    height: 0;
    /* min-height: 360px; */
    padding-top: 59%;
	margin: 10px;
    /* margin-bottom: 8px; */
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
	}
.slide__info {
	margin: 10px 10px 30px;
	}
.btn-arrow {
    display: block;
    position: absolute;
    right: 10px;
		top: -52px;
}
	.slick .btn-arrow {
		right: 28px;
		top: 100%;
		margin-top:10px;
	}

/* .slick .btn-arrow_left, .partners-slider .btn-arrow_left, {
    right: 58px;
} */
.btn-arrow_left {
    right: 58px;
}
	.slick  .btn-arrow_left {
		right: 78px;
	}

.btn-arrow {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #00adee;
    transition: .2s color;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-arrow:hover {
    color: #0070d2;
}
.btn-arrow_left {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

	.slick-main .btn-arrow {
		right: 0;
		top: 50%;
		margin-top: -30px;
		z-index: 1;
		/* margin-right: -10px; */
	}

	.slick-main .btn-arrow_left {
		left: 0%;
		/* margin-left: -10px; */
	}
	.slick-main .btn-arrow.disabled, .slick-main .btn-arrow:disabled, .slick-main .btn-arrow.slick-disabled {display:none !important;}

.svg-icon {
    margin: auto;
    background-repeat: no-repeat no-repeat;
    display: inline-block; 
    vertical-align: middle;
    height: 1em;
    max-width: 1em;
    line-height: 1em;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-icon svg {
    width: 100%;
    height: 100%;
}

.svg-icon svg {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    fill: currentColor;
}

.btn-arrow .svg-icon {
    max-width: 100%;
    height: 100%;
}

.btn-arrow:active .svg-icon {
	transform-origin: center;
	transform: scale(0.95);
}

@media (max-width: 480px) {
.btn-arrow {display: none !important;}
}

.btn-arrow.disabled, .btn-arrow:disabled, .btn-arrow.slick-disabled {
    cursor: default;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px 40px;
    background-image: url(img/arrow_inactive.svg);
}
.btn-arrow.disabled .svg-icon, .btn-arrow:disabled .svg-icon, .btn-arrow.slick-disabled .svg-icon {
    display: none;
}

/* Слайдер партнеры-спонсоры */
.partners-slider {
    position: relative;
    margin: 0 10px;
}

.partners-slider__item {
    padding: 0 10px;
	display: block;
	/* max-width: 150px; */
	padding-bottom: 5px;
}

.partners-slider__link {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
	
}

.partners-slider__link img {
    display: block;
    max-width: 100%; 
		max-height: 130px;
		margin: auto;	
}

.partners-slider__link-logo img {
    display: block;
	max-width: 120px;
    /* max-width: 100%; */
    max-height: 100%;
}

.partners-slider__link-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_inner .partners-slider__link {
	box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.06);
	margin: 16px 0;
	}
.main_inner .partners-slider__link:hover {
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.1); 
}
	
	/*
.main_inner .partners-slider__link-logo img:hover	{ 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(1); / Firefox 4+ /
  filter: gray; / IE 6-9 /
}	*/
	

.slick-news {width:100%;}


.slick-dots, .list-dots {
  display: block;
  width: 100%;
  margin: 0;
	margin-top: 16px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 8px; }
  @media (max-width: 991px) {
    .slick-dots, .list-dots {
      line-height: 12px; } }
  .slick-dots li, .list-dots li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0;
    background: none;
    text-indent: -9999px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .slick-dots li, .list-dots li {
        width: 12px;
        height: 12px;
        margin: 0 3px; } }
    .slick-dots li:after, .list-dots li:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #C4C7CC; }
      @media (max-width: 991px) {
        .slick-dots li:after, .list-dots li:after {
          width: 6px;
          height: 6px; } }
    .slick-dots li:before, .list-dots li:before {
      display: none; }
    .slick-dots li.active:after, .slick-dots li.slick-active:after, .list-dots li.active:after, .list-dots li.slick-active:after {
      width: 8px;
      height: 8px;
      background-color: #00589c; }
      @media (max-width: 991px) {
        .slick-dots li.active:after, .slick-dots li.slick-active:after, .list-dots li.active:after, .list-dots li.slick-active:after {
          width: 12px;
          height: 12px; } }


 /* YOTTIE */

.yottie-widget-nav-list-item:before {display: none;}

span.yottie-widget-feed-section-pagination-bullet {border-radius: 50% !important; background: rgba(255, 255, 255, 0.15) !important; color: #fff !important; padding: 5px 8px; min-width: auto;}
.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active {background: #fff !important;}
span.yottie-widget-feed-section-pagination-bullet-more::after, span.yottie-widget-feed-section-pagination-bullet-more::before  {background: #fff !important;} 

.yottie-widget-feed-section-pagination {padding: 20px 0 0 !important;} 

#yottie_1 .yottie-widget-video-preview-play {border-left-color: rgba(255, 255, 255, 0.5) !important;}

#yottie_1 .yottie-widget-feed-section-arrow {background: rgba(255, 255, 255, 0.8) !important;}
#yottie_1 .yottie-widget-feed-section-arrow:hover {background: rgba(255, 255, 255, 1) !important;}

div.yottie-widget-feed-section-arrow {height: 40px; width: 40px; margin-top: -20px;}
div.yottie-widget-feed-section-arrow span { margin: 13px 17px;}


/*
span.yottie-widget-feed-section-pagination-bullet
{
	font-size: 0;
	padding: 2px;
	margin: 0 8px;
	background: rgba(255, 255, 255, 0.75) !important;
}

.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active { padding: 4px;}

span.yottie-widget-feed-section-pagination-bullet-more::after, span.yottie-widget-feed-section-pagination-bullet-more::before {display:none;}
*/

		  

/* Карта */
#mapY {height: 480px;}

.map-how-get-there {
    padding: 32px 0;
    display: block;
	position: absolute;
	width: 100%;
}

.map-how-get-there .map-info {
    display: block;
    position: relative;
    z-index: 2;
    width: 33.3%;
    padding: 24px;
    border-radius: 2px;
    box-shadow: 0 12px 19px 0 rgba(157, 162, 172, 0.41);
    background-color: #ffffff;
	font-weight: 500;
}
@media (max-width: 768px) { 
.map-how-get-there {padding: 0;  background-color: #ffffff; z-index: 2; box-shadow: 0 12px 19px 0 rgba(157, 162, 172, 0.41);}
.map-how-get-there .map-info { width: 100%; box-shadow: none;} 
}


/* ФУТЕР */


footer {background-color: #00589c; color: #fff; font-size: 0.9rem; background: url(img/complex_trans.png) no-repeat 50% 0;}
footer img {max-height: 36px; width:auto; margin-top: -8px;}
footer a, footer a:hover  {color: #fff;}

.footer {
  display: block;
  background-color: #00589c; }
  .footer__top {
    padding: 26px 0 28px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.5); }
    @media (max-width: 1199px) {
      .footer__top {
        padding-top: 27px;
        padding-bottom: 26px; } }
    @media (max-width: 991px) {
      .footer__top {
        padding-top: 23px;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .footer__top {
        padding-bottom: 17px; } }
  .footer__menu {
    display: block;
    position: relative;
    margin: 0;
    padding-top: 2px; }
    @media (max-width: 991px) {
      .footer__menu {
        padding-top: 0; } }
    @media (max-width: 991px) {
      .footer__menu_second {
        padding-left: 7px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .footer__menu_second {
        padding-left: 0;
        padding-right: 0;
        padding-top: 22px; }
        .footer__menu_second:before {
          content: "";
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: rgba(241, 241, 241, 0.5); } }
    .footer__menu .item {
      display: block;
      margin-bottom: 8px;
      padding: 0;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-size: 14px;
      line-height: 16px; }
      .footer__menu .item:before {
        display: none; }
      .footer__menu .item__link {
        font-weight: 500;
        color: #ffffff; }
      .footer__menu .item:last-child {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .footer__menu .item:last-child {
            margin-bottom: 8px; } }
  .footer__contacts {
    display: block;
    margin-left: -20px;
    margin-top: -1px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .footer__contacts {
        margin-left: -31px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .footer__contacts {
        margin-top: 6px;
        margin-left: 0; } }
    .footer__contacts a {
      color: #ffffff; }
  /* .footer__subscription {
    display: block;
    margin-left: -20px; }
    @media (max-width: 991px) {
      .footer__subscription {
        margin-left: -31px; } }
    @media (max-width: 767px) {
      .footer__subscription {
        margin-left: 0; } }
    .footer__subscription-title {
      display: block;
      margin: 19px 0 13px;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #ffffff; }
      @media (max-width: 1199px) {
        .footer__subscription-title {
          margin-top: 23px; } }
      @media (max-width: 991px) {
        .footer__subscription-title {
          margin-top: 18px;
          margin-bottom: 9px; } }
      @media (max-width: 767px) {
        .footer__subscription-title {
          margin-top: 12px;
          margin-bottom: 8px; } }
    .footer__subscription-content {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 767px) {
        .footer__subscription-content {
          display: block; } }
    .footer__subscription-input {
      flex: 1; }
      .footer__subscription-input .email {
        width: 100%;
        height: 32px;
        margin: 0;
        padding: 11px 16px 10px;
        border: 1px solid #ffffff;
        border-radius: 2px;
        font-family: "Roboto", "Helvetica Neue", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        color: #ffffff;
        background-color: #1566A5;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        @media (max-width: 991px) {
          .footer__subscription-input .email {
            height: 36px;
            padding-top: 13px;
            padding-bottom: 12px; } }
        @media (max-width: 767px) {
          .footer__subscription-input .email {
            height: 42px;
            padding-top: 14px;
            padding-bottom: 14px;
            font-size: 12px;
            line-height: 14px; } }
        .footer__subscription-input .email::-webkit-input-placeholder {
          color: #ffffff; }
        .footer__subscription-input .email::-moz-placeholder {
          color: #ffffff; }
        .footer__subscription-input .email:-moz-placeholder {
          color: #ffffff; }
        .footer__subscription-input .email:-ms-input-placeholder {
          color: #ffffff; }
        .footer__subscription-input .email:focus {
          border: 1px solid #ffffff; }
          .footer__subscription-input .email:focus::-webkit-input-placeholder {
            color: #ffffff; }
          .footer__subscription-input .email:focus::-moz-placeholder {
            color: #ffffff; }
          .footer__subscription-input .email:focus:-moz-placeholder {
            color: #ffffff; }
          .footer__subscription-input .email:focus:-ms-input-placeholder {
            color: #ffffff; }
      .footer__subscription-input label.error {
        display: none !important; }
    .footer__subscription-btn {
      display: block;
      width: 104px;
      padding-left: 8px; }
      @media (max-width: 767px) {
        .footer__subscription-btn {
          margin-top: 8px;
          padding-left: 0; } }
      .footer__subscription-btn .btn {
        min-width: 100%;
        min-height: 32px;
        padding: 11px 10px 10px;
        border: 0;
        font-size: 10px;
        line-height: 11px;
        user-select: none; }
        @media (max-width: 991px) {
          .footer__subscription-btn .btn {
            height: 36px;
            padding-top: 13px;
            padding-bottom: 12px; } }
        @media (max-width: 767px) {
          .footer__subscription-btn .btn {
            height: 42px;
            padding-top: 13px;
            padding-bottom: 15px;
            font-weight: 700;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0.2px; } }
    .footer__subscription-personaldata {
      margin-top: 10px;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      color: #ffffff; }
      .footer__subscription-personaldata .link {
        color: #ffffff; } */
  .footer__bottom {
    padding: 11px 0 13px; }
    @media (max-width: 991px) {
      .footer__bottom {
        padding-top: 17px;
        padding-bottom: 18px; } }
    @media (max-width: 767px) {
      .footer__bottom {
        padding-top: 15px;
        padding-bottom: 28px; } }
  .footer__copyright {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .footer__copyright {
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .footer__copyright {
        margin-top: 0; } }
  .footer__old-site {
    margin-top: 5px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px; }
    .footer__old-site a {
      color: #ffffff; }
  .footer__socials {
    display: block;
    margin-left: -20px;
    font-size: 0; }
    @media (max-width: 991px) {
      .footer__socials {
        margin-left: -31px; } }
    @media (max-width: 767px) {
      .footer__socials {
        margin-top: 23px;
        margin-left: 0;
        text-align: center; } }
    .footer__socials .item {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-right: 8px; }
      @media (max-width: 767px) {
        .footer__socials .item {
          width: 36px;
          height: 36px;
          margin-right: 16px; } }
      .footer__socials .item:last-child {
        margin-right: 0; }
      .footer__socials .item .svg-icon {
        display: block;
        max-width: 100%;
        height: 100%; }

.footer-line {padding: 10px; position: relative;}
.footer-line:after {
          content: "";
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: rgba(241, 241, 241, 0.5);
		  } 

.menu__socials .item {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      height: 64px;
      margin-right: 16px !important; }		
.menu__socials .item:last-child {
        margin-right: 0; }
      .menu__socials .item .svg-icon {
        display: block;
        max-width: 100%;
        height: 100%; }
	  
		  
		  
/* Внутренние страницы */
.main_inner {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}		  

.typical-page{padding:20px 0px 20px} 

.typical-page h1, .typical-page .h1 {
    margin: 24px 0 15px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
}		
@media (max-width: 991px) { .typical-page h1 , .typical-page .h1 {margin-top: 0px; } }  

.typical-page h2{margin: 20px 0 5px;}

.typical-page h3 {
    margin: 15px 0 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
	/* color: rgba(0, 0, 0, 0.85); */
}

.typical-page ul  li {
    margin-left: 16px;
	margin-bottom: 5px;
}
	.typical-page small li  {margin-bottom: 0px;}
.typical-page ul >  ul  {
    margin-left: 16px;
}


.service a {display: inline-block; width: 140px; vertical-align: top; margin: 10px; text-align: center; font-size: 12px; font-weight: 400;}
a.nob {display: inline-block; width: 90px;  margin: 2px !important; text-align: center; font-size: 10px; font-weight: bold;}

.service svg {
    width: 85px;
    height: 85px;
    padding: 10px;
	margin-bottom:5px;
    border-radius: 50%;
    background-color: #f6f6f9;
	fill: currentColor;
	cursor: pointer;
    transition: background-color 100ms ease-in;
	}
.service a.nob svg {width: 40px; height: 40px; padding: 5px;}
.contacts-banner .service svg {background-color: #fff;}
h1 svg {width: 60px; height: 60px; fill: currentColor;}
.card svg {width: 40px; height: 40px; fill: currentColor; margin-right: 16px; border-radius: 50%; background-color: rgba(255,255,255,0.2);}

.accordion__item-title svg {width: 34px; height: 34px; margin-right: 8px; border-radius: 50%; background-color: #f6f6f9;  /* transition: background-color 100ms ease-in; */} 

.contacts-banner ul {padding-bottom: 0;}
.contacts-banner ul > li {margin-bottom: 0px;}


.fancybox-slide--iframe .fancybox-content {
   /*  width  : 800px;
    height : 600px; */
    /* max-width  : 80%; */
    max-height : 80%;
    margin: 0;
}


/* ИНТЕРФЕЙС */

a {text-decoration: none; font-weight: 500; color: #00589c;}
a:hover {text-decoration: none;} 

.delimiter {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #F1F1F1;
}

.secondary-text {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.75);
}

.tertiary-text {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a8f99;
}

/* кнопки */

.btn-outline-primary {
    color: #00589c;
    background-color: transparent;
    background-image: none;
    border-color: #00589c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0070D2;
    border-color: #0070D2;
}


button, a, .btn , *:active, *:focus {outline: none !important;}
.btn {font-size: 14px; line-height: 21px; min-height:48px; padding: 13px 10px 12px; min-width: 218px; border-radius: 2px; box-shadow: none; text-shadow:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}
.btn-primary {background-image: none; background-color:#00ADEE; transition: .2s background-color; border: none; }
.btn-primary:hover {background-color: #0070D2; box-shadow: 0px 1px 2px #aaa;}
.btn-primary:active {background-color: #00599D; box-shadow: none;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.btn-primary:focus {background-color: #00599D;}

.btn-default {background: none;  border: 1px solid #00589c; color: #00589c; transition: .2s background-color, .2s color; font-weight: 500;}
.btn-default:hover {border: 1px solid #0070d2; color: #0070d2; background: none;}
.btn-default:active {border: 1px solid #00428D; color: #00428D; background: none; box-shadow: none;}
.btn-default:focus {border: 1px solid #00428D; color: #00428D; background: none; box-shadow: none;}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover {background-color: #dadada; box-shadow: none;}

.card .btn   {min-width: inherit;}

.btn-short {min-width: 120px;}

/* формы */

.form-text, .search .form-text {height: 48px; border-radius: 2px; -webkit-box-shadow: none; box-shadow: none;}
.form-text:focus {
	box-shadow: none;
	border: 1px solid black;
	color: black;
}
.form-text:focus::-webkit-input-placeholder {color:#000;}
.form-text:focus:-moz-input-placeholder {color:#000;}

.form-text:focus,
.btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus
 {box-shadow:none;}
 




.form label,
.form .group-checkbox__title,
.form .group-radio__title {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000; }
  .form label .red,
  .form .group-checkbox__title .red,
  .form .group-radio__title .red {
    color: #f05f3b; }
  .form label.error,
  .form .group-checkbox__title.error,
  .form .group-radio__title.error {
    display: block;
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 12px;
    color: #D0021B; }

.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 16px;
  border: 1px solid #C4C7CC;
  border-radius: 2px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="password"]::-webkit-input-placeholder,
  .form input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form input[type="text"]::-moz-placeholder,
  .form input[type="password"]::-moz-placeholder,
  .form input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form input[type="text"]:-moz-placeholder,
  .form input[type="password"]:-moz-placeholder,
  .form input[type="email"]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="password"]:-ms-input-placeholder,
  .form input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form input[type="email"]:focus {
    border: 1px solid rgba(0, 0, 0, 0.75); }
    .form input[type="text"]:focus::-webkit-input-placeholder,
    .form input[type="password"]:focus::-webkit-input-placeholder,
    .form input[type="email"]:focus::-webkit-input-placeholder {
      color: transparent; }
    .form input[type="text"]:focus::-moz-placeholder,
    .form input[type="password"]:focus::-moz-placeholder,
    .form input[type="email"]:focus::-moz-placeholder {
      color: transparent; }
    .form input[type="text"]:focus:-moz-placeholder,
    .form input[type="password"]:focus:-moz-placeholder,
    .form input[type="email"]:focus:-moz-placeholder {
      color: transparent; }
    .form input[type="text"]:focus:-ms-input-placeholder,
    .form input[type="password"]:focus:-ms-input-placeholder,
    .form input[type="email"]:focus:-ms-input-placeholder {
      color: transparent; }
  .form input[type="text"]:disabled,
  .form input[type="password"]:disabled,
  .form input[type="email"]:disabled {
    border: 1px solid #EDEEEF;
    color: #E3E3E3;
    user-select: none; }
    .form input[type="text"]:disabled::-webkit-input-placeholder,
    .form input[type="password"]:disabled::-webkit-input-placeholder,
    .form input[type="email"]:disabled::-webkit-input-placeholder {
      color: #E3E3E3; }
    .form input[type="text"]:disabled::-moz-placeholder,
    .form input[type="password"]:disabled::-moz-placeholder,
    .form input[type="email"]:disabled::-moz-placeholder {
      color: #E3E3E3; }
    .form input[type="text"]:disabled:-moz-placeholder,
    .form input[type="password"]:disabled:-moz-placeholder,
    .form input[type="email"]:disabled:-moz-placeholder {
      color: #E3E3E3; }
    .form input[type="text"]:disabled:-ms-input-placeholder,
    .form input[type="password"]:disabled:-ms-input-placeholder,
    .form input[type="email"]:disabled:-ms-input-placeholder {
      color: #E3E3E3; }

.form input.error,
.form textarea.error {
  border: 1px solid rgba(208, 2, 27, 0.3); }
  .form input.error:focus,
  .form textarea.error:focus {
    border: 1px solid rgba(208, 2, 27, 0.3); }

.form textarea {
  display: block;
  resize: vertical;
  width: 100%;
  min-height: 136px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #C4C7CC;
  border-radius: 2px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.75); }
    .form textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .form textarea:focus::-moz-placeholder {
      color: transparent; }
    .form textarea:focus:-moz-placeholder {
      color: transparent; }
    .form textarea:focus:-ms-input-placeholder {
      color: transparent; }

.form .checkbox {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  transition: all 0.4s;
  padding-left: 24px;
  line-height: 16px; }
  .form .checkbox__control {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    z-index: -1; }
    .form .checkbox__control:checked + label:before {
      border: 1px solid transparent;
      background-size: 10px 8px; }
  .form .checkbox__label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    user-select: none;
    cursor: pointer; }
    .form .checkbox__label:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #D8DDE6;
      border-radius: 3px;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-image: url("/common/img/uploaded/exhibitions/renwex/img/check_blue.png");
      background-position: 50% 50%;
      background-size: 0px 0px;
      transition: all 0.1s ease;
      cursor: pointer; }

.form .radio {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  transition: all 0.4s;
  padding-left: 24px;
  line-height: 16px; }
  .form .radio__control {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    z-index: -1; }
    .form .radio__control:checked + .radio__label:before {
      border-color: transparent; }
    .form .radio__control:checked + .radio__label:after {
      transform: scale(1); }
  .form .radio__label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
    user-select: none; }
    .form .radio__label:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 16px;
      height: 16px;
      border: 1px solid #D8DDE6;
      border-radius: 50%;
      background-color: #ffffff;
      transition: border-color 0.3s 0.1s, background-color 0.3s 0.1s; }
    .form .radio__label:after {
      content: '';
      display: block;
      position: absolute;
      transition: transform 0.3s 0.1s;
      transform: scale(0);
      top: 4px;
      left: 4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #0070d2; }

.select {
  opacity: 0;
  visibility: hidden; }
  .select.selectize-control, .select.selectize-dropdown {
    opacity: 1;
    visibility: visible; }
  .select__wrap {
    display: block;
    width: 100%;
    height: 48px; }

.select__wrap .selectize-control .selectize-input {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid #C4C7CC;
  border-radius: 2px;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  .select__wrap .selectize-control .selectize-input.focus {
    box-shadow: none; }
  .select__wrap .selectize-control .selectize-input:before {
    display: none !important; }
  .select__wrap .selectize-control .selectize-input input {
    display: none !important; }
  .select__wrap .selectize-control .selectize-input:after,
  .select__wrap .selectize-control .selectize-input .item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background-image: url("img/dropdown_down_blue.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 8px;
    border: none; }
  .select__wrap .selectize-control .selectize-input .item {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 16px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    user-select: none;
    white-space: nowrap; }
    .select__wrap .selectize-control .selectize-input .item:before {
      content: "";
      display: block !important;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 100%;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.56) 13%, white 29%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.56) 13%, white 29%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.56) 13%, white 29%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .select__wrap .selectize-control .selectize-input.dropdown-active:after,
  .select__wrap .selectize-control .selectize-input.dropdown-active .item:after {
    transform: rotate(180deg);
    border: none; }
  .select__wrap .selectize-control .selectize-input.input-active {
    cursor: pointer; }

.select__wrap .selectize-control .selectize-dropdown {
  margin-top: 8px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff; }
  .select__wrap .selectize-control .selectize-dropdown .option {
    padding: 10px 16px 9px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    user-select: none;
    cursor: pointer;
    transition: background 0.05s ease, color 0.05s ease;
    background-color: #ffffff; }
    .select__wrap .selectize-control .selectize-dropdown .option.active, .select__wrap .selectize-control .selectize-dropdown .option.selected {
      background-color: #00adee;
      color: #ffffff; }

	  
	  
@media (max-width: 991px) {
  .breadcrumbs {
    display: none; } }

	/*
.breadcrumbs__list {
  display: block;
  margin: 0;
  padding: 22px 0 20px;
  font-size: 11px;
  line-height: 13px; }

.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 0; }
  .breadcrumbs__item:last-child .breadcrumbs__delimiter {
    display: none; }
  .breadcrumbs__item:before {
    display: none; }

.breadcrumbs__link {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #6D7179; }
 */ 
 

 
  @media (max-width: 767px) {
  .online-application h1 {
    padding-top: 2px;
    line-height: 38px; } }

.online-application .form-group,
.online-application .group-radio {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .online-application .form-group,
    .online-application .group-radio {
      margin-bottom: 14px; } }

.online-application .group-checkbox {
  margin-bottom: 9px; }

.online-application__form {
  max-width: 540px;
  margin-top: 26px;
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .online-application__form {
      margin-top: 23px;
      margin-bottom: 65px; } }
  @media (max-width: 767px) {
    .online-application__form {
      margin-bottom: 30px; } }
  .online-application__form-submit-wrap {
    margin-top: 13px;
    text-align: center; }
    @media (max-width: 767px) {
      .online-application__form-submit-wrap {
        margin-top: 26px; } }
  .online-application__form-captcha {
    margin-top: 41px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .online-application__form-captcha {
        margin-top: 31px;
        margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .online-application__form textarea {
      min-height: 129px; } }

.online-application__doc-application {
  margin: 23px 0 17px; }

.online-application .delimiter {
  margin-top: 17px;
  margin-bottom: 18px; }

.online-application__primary .attention-text {
  color: #000000; }

.online-application__personal-agreement {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000; }
  
  
   
/* Цитаты (нужно только для семинара) */  
  
.quotes {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .quotes {
      margin-bottom: 15px; } }
  .quotes__wrap {
    display: block;
    width: 100%; }
  .quotes__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .quotes__inner {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .quotes__person {
    display: block;
    position: relative;
    min-width: 160px;
    margin-bottom: 10px;
    padding-right: 25px; }
    @media (max-width: 991px) {
      .quotes__person {
        min-width: 186px;
        padding-right: 51px; } }
    @media (max-width: 767px) {
      .quotes__person {
        min-width: 135px;
        padding-right: 0; } }
    .quotes__person:after {
      content: "";
      display: none;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      margin-top: -1px;
      width: 100%;
      height: 2px;
      background-color: #f6931d; }
  .quotes__info {
    display: block;
    text-align: center; }
  .quotes__descr {
    flex: 1;
    padding-top: 16px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .quotes__descr {
        display: block;
        width: 100%;
        padding-top: 0;
        font-size: 12px;
        line-height: 18px;
        color: rgba(64, 63, 63, 0.75); } }
  .quotes__img {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .quotes__title {
    display: block;
    margin-bottom: 2px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.85); }
  .quotes__subtitle {
    display: block;
    overflow: hidden;
    max-width: 135px;
    margin: 0 auto;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase; }
  .quotes_no-img {
    width: 74%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .quotes_no-img {
        width: 100%; } }
  .quotes_no-img .quotes__inner {
    display: block; }
  .quotes_no-img .quotes__person {
    width: 100%;
    padding-right: 0;
    text-align: center; }
    .quotes_no-img .quotes__person:after {
      display: block; }
  .quotes_no-img .quotes__info {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    background-color: #ffffff; }
  .quotes_no-img .quotes__descr {
    display: block;
    margin-bottom: 16px;
    padding-top: 25px;
    border-top: 2px solid #f6931d; }
    @media (max-width: 767px) {
      .quotes_no-img .quotes__descr {
        margin-bottom: 37px;
        padding-top: 30px;
        font-size: 14px;
        line-height: 21px;
        color: rgba(0, 0, 0, 0.75); } }  
	

/* doc */	

.doc-download {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  font-size: 0; }
  .doc-download__wrap {
    padding-right: 16px; }
  .doc-download__title {
    display: inline-block;
    padding-top: 4px;
    padding-left: 29px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* color: #00589c; */ }
  .doc-download .svg-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 21px;
    height: 28px;
    line-height: 28px; }

/* contacts-banner */
.contacts-banner {
  background-color: rgba(0, 88, 156, 0.06);
  margin-bottom: 37px; }
  @media (max-width: 991px) {
    .contacts-banner {
      margin-bottom: 39px; } }
  @media (max-width: 767px) {
    .contacts-banner {
      margin-bottom: 37px; } }
  .contacts-banner__title {
    padding: 18px 24px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000; }
    @media (max-width: 767px) {
      .contacts-banner__title {
        max-width: 170px;
        padding-bottom: 12px;
        line-height: 19px; } }
  .contacts-banner__content {
    padding: 18px 24px 20px 0px;
    font-size: 14px;
    line-height: 21px;
    color: rgba(109, 113, 121, 0.85); }
    @media (max-width: 767px) {
      .contacts-banner__content {
        padding-top: 0;
        padding-left: 22px;
        padding-bottom: 16px; } }
		
		
		
table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #F1F1F1;
  color: #000000; }
  table ul {
    margin-top: 0; }
    table ul li:before {
      top: 9px; }
  table td {
    vertical-align: top;
    padding: 17px 16px 16px;
    border: 1px solid #F1F1F1; }
    table td.gray {
      background-color: #fcfcfc; }
  table th, table thead td {
    vertical-align: top;
    padding: 10px 13px 10px;
    border: none;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background-color: rgba(0, 88, 156, 0.06);
    color: rgba(109, 113, 121, 0.75);
    text-align: left; }
  table tr.blue td {
    padding: 11px 14px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    background-color: #00589c;
    color: #ffffff; }		
	
	
	
/* НОВОСТИ */	
	
.news-card {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.2s; }
  
  .news-card-press {
	width: 100%;
    display: block;
    padding-bottom: 10px;
    margin: 0 0 10px 10px;
    border-bottom: 1px solid #f6f6f6;
  }
  
  .news-card__wrap {
    display: block;
    width: 100%; }
  .news-card__img {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .news-card__img-wrap {
      display: block;
      position: relative;
      width: 100%;
      min-height: 184px; }
      @media (max-width: 991px) {
        .news-card__img-wrap {
          min-height: 220px; } }
      @media (max-width: 767px) {
        .news-card__img-wrap {
          min-height: 183px; } }
  .news-card__content {
    min-height: 156px;
    padding: 18px 24px 23px; }
    @media (max-width: 991px) {
      .news-card__content {
        min-height: 144px;
        padding-top: 8px;
        padding-bottom: 13px; } }
    @media (max-width: 767px) {
      .news-card__content {
        min-height: 159px;
        padding-top: 19px;
        padding-bottom: 25px; } }
  .news-card__newspaper {
    display: inline-block;
    margin-bottom: 4px; }
    .news-card__newspaper-link {
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      color: rgba(0, 0, 0, 0.85);
      transition: color 0.2s; }
  .news-card__date {
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
    transition: color 0.2s; }
    @media (max-width: 991px) {
      .news-card__date {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .news-card__date {
        font-size: 10px; } }
  .news-card__title {
    display: block;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #00589c;
    transition: color 0.2s; }
  .news-card:hover {
    background-color: #0070d2;
    box-shadow: 0 2px 10px 0 rgba(157, 162, 172, 0.55);
    border-color: rgba(157, 162, 172, 0.55); }
    .news-card:hover .news-card__newspaper-link {
      color: #ffffff; }
    .news-card:hover .news-card__date {
      color: rgba(255, 255, 255, 0.6); }
    .news-card:hover .news-card__title {
      color: #ffffff; }

	  
.news-list__content {
  display: block;
  position: relative; }

/* 
.news-list h1 {
  margin-bottom: 17px;
  padding-right: 175px; }
  @media (max-width: 991px) {
    .news-list h1 {
      margin-bottom: 11px; } }
  @media (max-width: 767px) {
    .news-list h1 {
      margin-bottom: 29px;
      padding-top: 10px;
      padding-right: 80px;
      line-height: 38px; } }
*/
	  
/*	  
.news-list .sub-news {
  display: block;
  position: absolute;
  right: 0;
  top: -37px; }
  @media (max-width: 991px) {
    .news-list .sub-news {
      top: -40px; } }
  @media (max-width: 767px) {
    .news-list .sub-news {
      top: -92px;
      width: 71px;
      line-height: 12px;
      text-align: center; } }
  @media (max-width: 767px) {
    .news-list .sub-news .svg-icon {
      display: block;
      margin: 0 auto 9px;
      max-width: 25px;
      height: 25px; } }
	  
*/
	  
.news-list__list {
  margin: 0 -10px;
  padding-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 991px) {
    .news-list__list {
      padding-top: 36px; } }
  @media (max-width: 767px) {
    .news-list__list {
      margin: 0;
      padding-top: 10px; } }

.news-list .news-card__wrap {
  display: block;
  width: 50%;
  margin-bottom: 18px;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .news-list .news-card__wrap {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .news-list .news-card__wrap {
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px;
      padding: 0; } }

  
/* .news-list .news-card__img-wrap {
  height: 18vw; }  */

  .news-list .news-card__img-wrap {
  height: 13vw; }
  @media only screen and (max-width: 1600px) {
    .news-list .news-card__img-wrap {
      height: 18vw; } }
  
  
 


/* Пагинация в новостях */
.pagination {
  display: block;
  margin-bottom: 30px; }
  .pagination__prev, .pagination__next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .pagination__prev .svg-icon, .pagination__next .svg-icon {
      display: block;
      color: #00589c; }
    .pagination__prev.disabled, .pagination__next.disabled {
      cursor: default; }
      .pagination__prev.disabled .svg-icon, .pagination__next.disabled .svg-icon {
        color: #C4C7CC; }
  .pagination__prev {
    transform: rotate(180deg); }
  .pagination__content {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #C4C7CC; }
    .pagination__content span {
      display: inline-block;
      vertical-align: middle; }
  .pagination__content span {
    display: inline-block;
    vertical-align: middle; }
  .pagination__current-page {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    border: 1px solid #C4C7CC;
    border-radius: 3px;
    text-align: center;
    color: #00589c; }



  
  
.news-list__show-more {
  margin: 15px 0 32px; }

.news-detail h1 {
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .news-detail h1 {
      max-width: 87.5%;
      padding-top: 6px;
      font-size: 24px;
      line-height: 34px; } }
  @media (max-width: 767px) {
    .news-detail h1 {
      max-width: none;
      margin-bottom: 2px;
      padding-top: 3px;
      font-size: 21px;
      line-height: 28px; } }

.news-detail__top {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .news-detail__top {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    .news-detail__top {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .news-detail__content > p {
    max-width: 87.5%; } }

@media (max-width: 767px) {
  .news-detail__content > p {
    max-width: none; } }

.news-detail__date {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6); }

.news-detail__btn-all-news {
  margin-top: 58px; }
  @media (max-width: 767px) {
    .news-detail__btn-all-news {
      margin-top: 50px; } }

@media (max-width: 767px) {
  .news-detail__sub-news {
    display: block;
    width: 80px;
    float: right;
    margin-top: -17px;
    margin-right: -6px;
    line-height: 12px;
    text-align: center; } }

@media (max-width: 767px) {
  .news-detail__sub-news.sub-news .svg-icon {
    max-width: 25px;
    height: 25px;
    margin-bottom: 9px; } }

@media (max-width: 991px) {
  .news-detail .quotes__descr {
    max-width: 62.5%; } }

@media (max-width: 767px) {
  .news-detail .quotes__descr {
    max-width: none; } }

@media (max-width: 991px) {
  .news-detail .quotes_no-img .quotes__descr {
    max-width: none; } }

@media (max-width: 767px) {
  .news-detail .youtube-video {
    width: auto;
    padding-bottom: 58.25%;
    margin-left: -16px;
    margin-right: -16px; } }

.item-date {
	font-size: 0.9rem;
    margin: 5px 0 10px;
    color: #6D7179
}

h1.h_news {
	font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
}	
	

	
/* Деловая программа */
.tabs{
}
.nav-tabs{
	border:0;
}
.nav-tabs > li{
	position:relative;
	display:block;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:18px;
}
.nav-tabs > li > a{
	-webkit-border-radius:0;
	border-radius:0;
	line-height:52px;
	display:block;
	padding:0 30px;
	text-decoration:none;
	background:#ccc;
	color:#fff;
	border:0;
	margin-right:0;
	padding-right:21px;
	border-right:none;
  	border-bottom: none;
}
.nav-tabs li > i{
	display:none;
}
.nav-tabs li.active > i{
	display:block;
	position: absolute;
	bottom: -16px;
	font-size: 26px;
	width: 30px;
	left: 50%;
	margin-left: -9px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.nav-tabs > li > a:hover{
	background:#d3d3d3;
	color:#fff;
	border:0;
	border-right:none;
	text-decoration:none;
  	border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
	border:0;
	border-right:none;
  	border-bottom:none;
}
.nav-tabs > li:hover i{
	color:#333;
}
.nav-tabs li a:active, .nav-tabs li.active a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background:#222;
	color:#fff;
}
.tab-content{
	padding:30px;
}
.tab-content > .tab-pane{
	display:none;
}
.tab-content > .active{
	display:block;
}

/* */

.typical-page .nav-tabs > li {margin: 0; padding: 0;}
.typical-page .nav-tabs > li:before {display:none;}

/* */

.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	
	text-transform: uppercase;
    position: relative;
    top: -2px;
}

/* */

.event-task{
	margin-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 16px;
}
.event-task h5 {font-size:24px; margin-bottom:5px; font-weight:500; line-height: 1.5em;}
.event-task h4 {font-size: 18px; text-transform: uppercase; margin-bottom: .5rem; font-weight: 500; line-height: 1.5em;}
.event-task span.label {font-size:14px!important;}
.event-task p{font-size:18px;}

.tab-pane .event-task:last-child{
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
}
.event-task p:last-child{
	margin-bottom:0;
}
.event-task h5 .label{
	float:right;
	margin-top:7px;
}

/* Кнопка аккордеона + */
.btn-plus {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid #00adee;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: .2s border;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn-plus:before, .btn-plus:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #00adee;
    transition: .2s background, .2s opacity; }
  .btn-plus:before {
    top: 8px;
    left: 4px;
    width: 10px;
    height: 2px; }
  .btn-plus:after {
    top: 4px;
    left: 8px;
    width: 2px;
    height: 10px; }
  .btn-plus:hover {
    border: 2px solid #0070d2; }
    .btn-plus:hover:before, .btn-plus:hover:after {
      background-color: #0070d2; }
  .btn-plus:active {
    border: 2px solid #00589c; }
    .btn-plus:active:before, .btn-plus:active:after {
      background-color: #00589c; }
  .btn-plus.open:after {
    opacity: 0; }
  .btn-plus.disabled, .btn-plus:disabled {
    cursor: default; }
    .btn-plus.disabled, .btn-plus.disabled:visited, .btn-plus.disabled:focus, .btn-plus.disabled:hover, .btn-plus:disabled, .btn-plus:disabled:visited, .btn-plus:disabled:focus, .btn-plus:disabled:hover {
      border: 2px solid #C4C7CC; }
      .btn-plus.disabled:before, .btn-plus.disabled:after, .btn-plus.disabled:visited:before, .btn-plus.disabled:visited:after, .btn-plus.disabled:focus:before, .btn-plus.disabled:focus:after, .btn-plus.disabled:hover:before, .btn-plus.disabled:hover:after, .btn-plus:disabled:before, .btn-plus:disabled:after, .btn-plus:disabled:visited:before, .btn-plus:disabled:visited:after, .btn-plus:disabled:focus:before, .btn-plus:disabled:focus:after, .btn-plus:disabled:hover:before, .btn-plus:disabled:hover:after {
        background-color: #C4C7CC; }	


/* Кнопка аккордеона */
.btn-dropdown {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #00adee;
  transition: .2s color;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn-dropdown .svg-icon {
    max-width: 100%;
    height: 100%; }
  .btn-dropdown:hover {
    color: #0070d2; }
  .btn-dropdown:active {
    color: #00589c; }
  .btn-dropdown.disabled, .btn-dropdown:disabled {
    cursor: default; }
    .btn-dropdown.disabled, .btn-dropdown.disabled:visited, .btn-dropdown.disabled:focus, .btn-dropdown.disabled:hover, .btn-dropdown:disabled, .btn-dropdown:disabled:visited, .btn-dropdown:disabled:focus, .btn-dropdown:disabled:hover {
      color: #C4C7CC; }
  .btn-dropdown.open {
    transform: rotate(180deg); }

.svg-icon svg {
    width: 100%;
    height: 100%;
}

.svg-icon svg {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    fill: currentColor;
}	

/* Аккордеон */	
.accordion {
  margin-bottom: 20px; }
  .accordion__item {
    position: relative;
    border-top: 1px solid #D2D6D9;
    border-bottom: 1px solid #D2D6D9;
    margin-top: -1px; }
    .accordion__item-link {
      position: relative;
      padding: 17px 50px 15px 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        .accordion__item-link {
          padding-top: 14px;
          padding-bottom: 10px; } }
    .accordion__item-content {
      display: none;
      padding: 38px 66px 32px;
      margin: 0;
      border-top: 1px solid rgba(210, 214, 217, 0.3);
      overflow: hidden; }
      @media (max-width: 767px) {
        .accordion__item-content {
          padding: 16px 0;
          font-size: 14px;
          line-height: 21px; } }
    .accordion__item-title {
      /* display: inline-block; */
      vertical-align: top;
      user-select: none;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 21px;
      line-height: 31px;
      color: rgba(0, 0, 0, 0.75); }
      @media (max-width: 767px) {
        .accordion__item-title {
          font-size: 16px;
          line-height: 21px; } }
    .accordion__item-arrows {
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -15px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      @media (max-width: 991px) {
        .accordion__item-arrows {
          right: 0; } }
      @media (max-width: 767px) {
        .accordion__item-arrows {
          margin-top: -14px; } }
    .accordion__item.open .accordion__item-arrows {
      transform: rotate(180deg); }
  .accordion__subitem {
    position: relative;
    padding: 0 0 16px 42px; }
    @media (max-width: 767px) {
      .accordion__subitem {
        padding-left: 24px; } }
    .accordion__subitem:last-child {
      padding-bottom: 0; }
    .accordion__subitem-content {
      display: none;
      padding: 18px 0 0;
      overflow: hidden; }
      @media (max-width: 767px) {
        .accordion__subitem-content {
          padding-top: 10px;
          font-size: 13px;
          line-height: 19px; } }
      @media (max-width: 767px) {
        .accordion__subitem-content p {
          margin-bottom: 19px; } }
    .accordion__subitem-title {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.04px;
      color: #343747; }
      @media (max-width: 767px) {
        .accordion__subitem-title {
          font-size: 14px;
          line-height: 21px; } }
    .accordion__subitem-arrows {
      position: absolute;
      left: 10px;
      top: 0;
      width: 22px;
      height: 22px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .accordion__subitem-arrows {
          left: 0;
          top: 2px;
          width: 18px;
          height: 18px; } }
      @media (max-width: 767px) {
        .accordion__subitem-arrows .btn-plus {
          width: 18px;
          height: 18px; } }
      @media (max-width: 767px) {
        .accordion__subitem-arrows .btn-plus:before {
          top: 6px;
          left: 3px;
          width: 8px;
          height: 2px; } }
      @media (max-width: 767px) {
        .accordion__subitem-arrows .btn-plus:after {
          top: 3px;
          left: 6px;
          width: 2px;
          height: 8px; } }
    .accordion__subitem.open .accordion__subitem-arrows .btn-plus:after {
      opacity: 0; }

.page-sidebar__right .accordion__item-content {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .page-sidebar__right .accordion__item-content {
      padding-left: 0;
      padding-right: 0; } }



/* Табы */
.tabs__content {
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .tabs__content {
      /*margin: 0 -16px; */}  }

.tabs__nav {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  border-bottom: 1px solid #D8DDE6;
  white-space: nowrap;
  font-size: 0; }
  /* @media (max-width: 767px) {
     .tabs__nav {
      border-bottom: none; }  }  */

  .tabs__nav-item {
    display: inline-block;
    vertical-align: top;
    margin: 0px 16px 0 0;
    padding: 0px 12px 3px;
    text-align: center;
    border-bottom: 2px solid transparent;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    cursor: pointer;
    user-select: none; }
    @media (max-width: 767px) {
      .tabs__nav-item {
        transition: border 0.1s linear; } }
    .tabs__nav-item:hover {
      border-bottom: 2px solid #0070d2; }
      @media (max-width: 767px) {
        .tabs__nav-item:hover {
          border-bottom: 2px solid transparent; } }
    .tabs__nav-item.active {
      border-bottom: 2px solid #0070d2; }
    .tabs__nav-item:last-child {
      margin-right: 0; }

.tabs__pane {
  display: none; }
   @media (max-width: 767px) {
    .tabs__pane {
      /* display: block; */
      /* padding: 0 16px; */ } }  
  .tabs__pane.active {
    display: block; }	

	
/* Инфопартнеры со статусом (Киселев) */	
.partners_item.the_partners_item_with_title{font-size:12px;text-align: center;overflow:hidden;}
.partners_item.the_partners_item_with_title img{margin-bottom:10px}
.partners_item.the_partners_item_with_title a{height:210px}	
	
	
/* Lazy */	
.b-lazy {
        -webkit-transition: opacity 300ms ease-in-out;
           -moz-transition: opacity 300ms ease-in-out;
             -o-transition: opacity 300ms ease-in-out;
                transition: opacity 300ms ease-in-out;
                 max-width: 100%;
                   opacity: 0;
    }
    .b-lazy.b-loaded {
                   opacity: 1;
    }	
	
	
/* Фоновое видео */
.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    width: 100%;
/* height: 36rem; */
height: 56vh;
min-height: 300px;
color: #fff;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
background: url(/common/img/uploaded/exhibitions/renwex/img/bg_01_.jpg) 50% 20%  / cover no-repeat;
}
 
.fullscreen-bg__video {
    position: absolute;
		top: 50%;
    left: 0;
   /*  width: 100%; */
min-width: 100%;
min-height: 100%;	
    transform: translateY(-50%);
}
 
.overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

@media (max-width: 991px) {.fullscreen-bg {height: 40vh;}}

@media (max-width: 767px) {
    .fullscreen-bg {
		height: 300px;
        background: url('/common/img/uploaded/exhibitions/renwex/img/bg_01.jpg') 50% 20% no-repeat;
    }
 	.overlay {background: none;}
    .fullscreen-bg__video {display: none;}		
}

/* отзывы */
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    // Just in case `pointer-events: none` is set on a parent
    pointer-events: auto;
    content: "";
    // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color
    background-color: rgba(0, 0, 0, 0);
} 
.video-review a {display: block; margin-bottom: 10px; font-size: 18px;}

.video-review div img {
    width: 300px;
	margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	@media screen and (min-width: 591px) {
		.video-review div img {
			float:left;
			margin: 0 16px 10px 0;
		}	
	}
	
	
/* Табы фото-видео */
.tab-photo-video li {
	display: inline-block;
}
.tab-photo-video li:not(.active) h2 {cursor: pointer; font-size: 1.2rem;}
.tab-photo-video li:not(.active) h2:hover {
	border-bottom: 1px dashed #fff;
} 
.tab-photo-video li:before {display: none;}
.tab-photo-video-content  {display: none;} 
.tab-photo-video-content.active {display: block;} 


.partners-about-section__link {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}


/* Age limit */
.age-limit {
    display: inline-block;
    margin: 0 10px;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    /* background-color: rgba(255,255,255,0.2); */
    border: 2px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
    text-shadow: none;
    font-weight: 500;
}

	
/* Cookie */	

.cookie-attention {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.6);
  z-index: 99; }
  .cookie-attention__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 34px;
    padding: 5px 30px 5px 0; }
  .cookie-attention__msg {
    color: #fff;
    font-size: 14px;
    line-height: 1.4; }
    .cookie-attention__msg a {
      color: #fff;
      text-decoration: underline; }
  .cookie-attention__close {
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    width: 24px;
    cursor: pointer; }
    .cookie-attention__close:before {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 100px;
      background-color: #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .cookie-attention__close:after {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 100px;
      background-color: #fff;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/*
.slick-current .item__info-date {
                display:none;
}

.news-card__wrap:first-of-type .news-card__date {
		display:none;
}*/