@import url(normalize.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d1846;
  background-color: #e5e5ee;
  min-width: 320px; }

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

input,
select {
  font-weight: inherit;
  font-family: inherit; }
.page-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px #bbb;
}
.container {
  max-width: 1170px;
  padding-left: 21px;
  padding-right: 21px;
  margin: 0 auto; }

.row {
  margin-left: -21px;
  margin-right: -21px;
  display: flex;
  flex-wrap: wrap; }
  .row.space {
    justify-content: space-between; }
  .row.align {
    align-items: center; }

.col {
  padding-left: 21px;
  padding-right: 21px; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.btn-main {
  display: inline-block;
  border: none;
  background-color: #393186;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 12px 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  transition: background-color 300ms, transform 200ms;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-main:active {
    opacity: 0.9; }

.sect {
  padding: 30px 0; }
  .sect.bottom {
    padding-top: 0;
  }
.section-title {
  position: relative;
  margin: 0 0 15px;
  font-size: 36px;
  line-height: 40px;
  display: flex;
  font-weight: 400;
  align-items: flex-end;
  text-transform: uppercase; }
  .section-title:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #e5e5ee;
    flex-grow: 1;
    margin-left: 20px;
    margin-bottom: 8px; }
    .section-title.decor {
      align-items: flex-start;
    }
    .title-wrapper {
      display: inline-block;
      position: relative;
    }
    .title-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 50%;
      left: -10px;
      right: -50px;
      max-width: 280px;
      background-color: #a2d9f7;
      opacity: 0.5;
      transform: skewX(-25deg);
    }
    .title-wrapper span {
      position: relative;
      z-index: 1;
    }
.section-title-sm {
  text-transform: uppercase;
  margin: 0 0 15px;
  display: flex;
  align-items: flex-start;
  color: #f08143;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.section-title-sm:after {
  content: '';
  display: block;
  height: 10px;
  background-color: #f08143;
  margin-left: 8px;
  margin-top: 5px;
  flex-grow: 1;
}

.main-divider {
  margin: 0;
  border: none;
  border-top: 1px solid #e5e5ee; }
.main-divider.orange {
  margin-top: 15px;
  border-top: 4px solid #f08143;
}
.dark-bg {
  background-color: #e5e5ee; }

.slick-dots {
  font-size: 0px;
  margin: 0;
  padding: 28px 24px 0;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    background-color: #a2d9f7;
    border-radius: 50%;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    transition: background-color 300ms; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background-color: #393186; }

.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 5;
  border: none;
  cursor: pointer;
  transition: transform 200ms;
  -webkit-appearance: none; }
  .slick-arrow.dark {
    border-color: #3e3241; }
    .slick-arrow.dark:hover {
      transform: scale(1.1); }
  .slick-arrow.slick-prev, .slick-arrow.prev {
    transform: rotate(180deg); }

.styled-inp {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5ee;
  background-color: #fff;
  padding: 12px 16px;
  line-height: 20px;
  font-size: 14px;
  background-color: #f9fafa;
 }
  .styled-inp::placeholder {
    color: #b2adb3; }
  .styled-inp:focus {
    border-color: #a2d9f7; }
    .styled-inp:focus::placeholder {
      color: transparent; }
  .styled-inp[required] {
    padding-right: 24px;
    background-image: url(../img/input-star.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: right 14px top 18px; }

textarea.styled-inp {
  min-height: 208px;
  resize: none; }

.input-wrapper {
  margin-bottom: 16px; }

.input-title {
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: 0 0 4px;
  line-height: 14px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

.top-banners {
  text-align: right; }
    .top-banners__item {
      display: inline-block;
      max-width: 728px;
    }
    .top-banners__item img {
      width: 100%;
      display: block;
    }

.banner-link {
  display: block;
  margin-bottom: 20px; }
  .banner-link img {
    display: block;
    width: 100%; }

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs__link:after {
  content: ' > ';
}
.breadcrumbs a {
  color: #393186;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}


.header{
  padding: 20px 0 0;
  border-bottom: 1px solid #e5e5ee;
}

.header__logo{
  width: 250px;
	padding-left: 42px;
}

.header__logo-img {
	width: 100%;
	display: block;
	max-width: 350px;
	margin: 0 auto;
}

.header__logo-title {
	margin-top: 14px;
	display: inline-block;
	position: relative;
	padding: 5px 15px;
}

.header__logo-title-text {
	position: relative;
	color: #fff;
	z-index: 2;
	margin: 0;
	font-style: italic;
	transform: skewX(-10deg);
	font-size: 16px;
}

.header__logo-title:before, .header__logo-title:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: skewX(-25deg);
}

.header__logo-title:before{
	margin: 4px 0 0 4px;
	background-color: #a2d9f7;
}

.header__logo-title:after{
	background-color: #393186;
}

.header__content{
	width: calc(100% - 250px);
}

.header__title{
	margin-bottom: 26px;
}

.header__title-main{
	/* font-weight: 400; */
	/* font-style: italic; */
	text-transform: uppercase;
	/* font-size: 20px; */
	font-size: 26px;
	margin: 0 0 4px;
	/* transform: skewX(-10deg); */
	/* color: #a2d9f7; */
	color: #0693E3;
	font-weight: bold;
  font-family: Arial, sans-serif;
	text-align: center;
	padding-right: 10%;
}

.header__title-sub{
	color: #393186;
	/* color: #1F1A47; */
	/* font-size: 23px; */
	font-size: 26px;
	/* font-style: italic; */
	/* transform: skewX(-10deg); */
	font-weight: bold;
  font-family: Arial, sans-serif;
	margin: 0;
	text-align: center;
	padding-right: 10%;
}

.header__search{
	flex-grow: 1;
}

.header__accessibility, .header__lang-selector {
	/* width: 22%; */
	text-align: right;
}

.header__accessibility > a{
	text-align: left;
}
	
.header__nav{
	margin-top: 30px;
}

.header__nav ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__nav ul li{
	text-transform: uppercase;
	color: #f08143;
	font-weight: 500;
	text-align: center;
	font-size: 13px;
}

.header__categories-btn,
.header__menu-btn{
	display: none;
}

.header__categories {
  margin-top: 15px;
  background-color: #f08143;
  color: #fff;
  position: relative;
}
.header__categories-list {
  display: inline-table;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__categories-list li {
  display: table-cell;
  padding: 4px 6px;
  white-space: nowrap;
  text-transform: uppercase;
}
.header__categories-list a:hover {
  text-decoration: underline;
}
.header__categories-more.hidden {
  display: none;
}
.header__categories-more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header__categories-more-text {
  margin: 0;
  padding: 4px 6px;
}
.header__categories-more-text:after {
  display: inline-block;
  content: '';
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  margin-left: 3px;
}

.header__categories-more-list {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f08143;
  padding: 10px;
  z-index: 5;
  visibility: hidden;
  min-width: 150px;
}
.header__categories-more.opened .header__categories-more-list,
.header__categories-more.notouch:hover .header__categories-more-list {
  visibility: visible;
}
.header__categories-more-list li {
  margin-bottom: 5px;
  text-align: right;
}
.header__categories-more-list li:last-child {
  margin-bottom: 0;
}
.search {
  position: relative; }
  .search__input {
    display: block;
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 1px solid #e5e5ee;
    border-radius: 3px;
    background-color: #f9fafa; }
    .search__input:focus {
      border-color: #a2d9f7; }
  .search__submit {
    position: absolute;
    right: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-image: url(../img/icons/search.svg);
    opacity: 0.6;
    border: none;
    cursor: pointer; }
    .search__submit:hover {
      opacity: 1; }

.bt_widget-vi-on,
.accessibility-button {
  display: inline-block;
  padding-left: 35px;
  background: url(../img/icons/eye.svg) no-repeat center left;
  background-size: 30px auto;
  font-size: 13px; }
  .bt_widget-vi-on:hover,
  .accessibility-button:hover {
    opacity: 0.8; }

.lang-selector {
  display: flex; }
  .lang-selector__item {
    display: block;
    border: 1px solid #e5e5ee;
    color: #657187;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px; }
    .lang-selector__item:hover {
      border-color: #a2d9f7; }
    .lang-selector__item.current {
      background-color: #393186;
      border-color: #393186;
      color: #fff; }
    .lang-selector__item:first-child {
      border-radius: 3px 0 0 3px; }
    .lang-selector__item:last-child {
      border-radius: 0 3px 3px 0; }

.main-section__left-banners {
  width: 21.42857%; }
.main-section__row {
  flex-wrap: nowrap;
}
.main-section__content {
  flex-grow: 1;
  width: 64.28571%; }

.main-section__right-banners {
  min-width: 242px;
  width: 14.28571%; }

.right-t{
	max-height: 500px;
	overflow-y: auto;
}

.main-section__general {
  width: 50%; }

.main-section__articles {
  width: 50%; }
  .main-section__articles-col {
    width: 50%; }

.articles-col__title {
  margin: 0 0 10px;
  font-weight: 500; }

.articles-col__date {
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #e5e5ee;
  padding-bottom: 15px; }

.articles-col__all {
  display: flex;
  align-items: flex-end; }
  .articles-col__all:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #f08143;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 2px; }
  .articles-col__all-link {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px; }
    .articles-col__all-link:hover {
      text-decoration: underline; }

.articles-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .articles-list__item {
    text-align: right;
    border-bottom: 1px solid #f08143;
    padding: 10px 0; }
    .articles-list__item:last-of-type {
      border-bottom: none; }
    .articles-list__item-link {
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 18px; }
      .articles-list__item-link:hover {
        text-decoration: underline; }
  .articles-list-with-cat {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none; }
    .articles-list-with-cat__item {
      margin-bottom: 18px;
      display: flex;
      align-items: flex-start; }
      .articles-list-with-cat__item-cat {
        display: inline-block;
        padding: 2px 6px;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        background-color: #a2d9f7;
        margin-right: 24px; }
        .articles-list-with-cat__item-cat:hover {
          color: #fff;
          background-color: #393186; }
      .articles-list-with-cat__item-link:hover {
        text-decoration: underline; }

.articles-category__list {
  border: 1px solid #e5e5ee;
  background-color: #f9fafa;
  padding: 20px;
  margin: 0;
  list-style: none; }
  .articles-category__list-item {
    margin-bottom: 15px; }
    .articles-category__list-item:last-of-type {
      margin-bottom: 0; }
    .articles-category__list-item a:hover {
      text-decoration: underline; }

.news-promo {
  display: block;
  margin-bottom: 20px; }
  .news-promo:last-child {
    margin-bottom: 0; }
  .news-promo:hover .news-promo__title {
    text-decoration: underline; }
  .news-promo__img {
    display: block;
    height: 0;
    padding-bottom: 66%;
    background-color: #eee; }
  .news-promo__title {
    margin: 8px 0; }
  .news-promo__title.lg {
    color: #f08143;
    font-size: 20px;
  }
  .news-promo__short-descr {
    margin: 8px 0;
    font-size: 14px;
  }
  .news-promo__date {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #e5e5ee; }

.home-links__item {
  width: 14.28571%; }
  .home-links__item a:hover .home-links__item-title {
    text-decoration: underline; }
  .home-links__item-logo {
    height: 64px; }
  .home-links__item-title {
    text-align: center;
    margin: 10px 0 0;
    font-size: 12px; }

.article-section__right-banners, .article-section__categories {
  width: 21.42857%; }

.article-section__content {
  width: 57.14286%; }

.partners__title {
  display: inline-block;
  position: relative;
  padding: 10px 15px; }
  .partners__title-text {
    position: relative;
    color: #fff;
    z-index: 2;
    margin: 0;
    font-style: italic;
    font-size: 18px; }
  .partners__title:before, .partners__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: skewX(-25deg); }
  .partners__title:before {
    margin: 6px 0 0 6px;
    background-color: #a2d9f7; }
  .partners__title:after {
    background-color: #393186; }

.partners__item {
  width: 25%; }
  .partners__item img {
    max-width: 100%;
    max-height: 100px;
    display: block;
    margin: 0 auto; }

.footer {
  padding: 30px 0;
  /* border-top: 1px solid #e5e5ee; */
}

.footer__title {
	margin: 0 0 18px;
}
.footer__link{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 8px;
}
	
.footer__logo{
	/* width: 28.57143%;  */
	/* width: 250px; */
	width: 25%;
}

.footer__logo-img{
	/* width: 100%; */
	/* max-width: 262px; */
	/* display: block; */
	margin-left: 20px;
}

.footer__phone{
	/* width: 21.42857%; */
	width: 25%;
}
	
.footer__adv{
	/* width: 21.42857%; */
	width: 25%;
}
	
.footer__subscribe{
	/* width: 28.57143%; */
	width: 25%;
}

.footer__menu{
	width: 25%;
}

.video__item,
.gallery__item {
  width: 50%;
  margin-bottom: 21px;
}
.video__item-preview,
.gallery__item-img {
  display: block;
  height: 0;
  padding-bottom: 66%;
  cursor: zoom-in;
  background-color: #eee;
}
.video__item-title {
  font-size: 14px;
  text-align: center;
  margin: 8px 0 0;
}
.video__item-preview {
  position: relative;
}
.video__item-preview:hover:before {
  opacity: 0.5;
}
.video__item-preview:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #393186 url(../img/play.svg) no-repeat center;
  background-size: 30px auto;
  opacity: 0;
  transition: opacity 300ms;
}


.subscribe {
  max-width: 400px;
  margin: 0 auto;
  display: flex; }
  .subscribe__input {
    width: 100%;
    display: block;
    flex-grow: 1;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5ee;
    border-right: none;
    padding: 10px 16px;
    background-color: #f9fafa; }
    .subscribe__input.wpcf7-not-valid {
      border-color: red;
    }
    .subscribe__input:focus {
      border-color: #a2d9f7; }
  .subscribe__submit {
    border: none;
    border-radius: 0 3px 3px 0;
    min-width: 40px;
    background: #393186 url(../img/icons/arrow.svg) no-repeat center;
    background-size: 18px auto;
    font-size: 0;
    height: 38px;
    cursor: pointer; }
    .subscribe__submit:hover {
      opacity: 0.8; }

.item-post-lg {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5ee;
}
.item-post-lg:hover .item-post-lg__title {
  text-decoration: underline;
}
.item-post-lg:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.item-post-lg__img {
  height: 0;
  padding-bottom: 66%;
  background-color: #eee;
}
.item-post-lg__img-col {
  min-width: 240px;
  
}
.item-post-lg__info-col {
  flex-grow: 1;
}
.item-post-lg__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}
.item-post-lg__descr {
  margin: 0 0 8px;
  font-size: 14px;
}

.wpcf7 .ajax-loader,
.footer__subscribe .wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .screen-reader-response,
.footer__subscribe .wpcf7 .wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-response-output {
  display: none;
  padding-top: 4px;
  text-align: center;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.footer__subscribe .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  color: red;
}
.wpcf7-not-valid {
  border-color: red;
}
 
.page404__logo {
  font-size: 160px;
  text-align: center;
  color: #eee;
  margin: 0 0 20px;
  font-weight: 500;
}
.page404__title {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}
.page404__link-container {
  text-align: center;
}
.page404__link {
  font-size: 20px;
  color: #393186;
}
.page404__link:hover {
  text-decoration: underline;
}
.rich-text-block {
  font-size: 16px;
  line-height: 20px;
}
.rich-text-block .wp-caption {
  width: 100% !important;
}
.rich-text-block b,
.rich-text-block strong {
  font-weight: 500;
}
.rich-text-block img {
  max-width: 100%;
  height: auto !important;
}
.rich-text-block .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.rich-text-block .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.rich-text-block:after {
  content: '';
  display: block;
  clear: both;
}
.rich-text-block a {
  color: #f08143;
}
.rich-text-block a:hover {
  text-decoration: underline;
}
.single-post__img-container {
  margin: 10px 0;
}
.single-post__img {
  display: block;
  width: 100%;
}
.single-post__short-descr {
  font-weight: 500; 
  font-size: 18px;
  margin: 0 0 20px;
}
.single-post__nav {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid  #e5e5ee;
  border-bottom: 1px solid  #e5e5ee;
  display: flex;
  justify-content: space-between;
}
.single-post__nav-link.next {
  text-align: right;
  margin-left: 15px;
}
.single-post__nav a:hover {
  text-decoration: underline;
}
.single-post__read-more-title {
  margin: 0 0 15px;
  font-size: 20px;
}
.single-post__read-more-item {
  width: 33.3333%;
  margin-bottom: 21px;
}
.navigation.pagination {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid  #e5e5ee;
}
.navigation.pagination .screen-reader-text{
  display: none;
}
.nav-links {
  text-align: center;
}
.nav-links .page-numbers {
  margin: 0 5px;
  font-size: 16px;
}
.nav-links .page-numbers.current {
  opacity: 0.7;
}
.feedback-form {
  margin-top: 30px;
}
.feedback-form__col {
  width: 50%;
}
.ya-share2 {
  margin-top: 20px;
}
a.glink {
  margin: 0 2px;
}