/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/csstools/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* slick slider */.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{position:relative;user-select:none;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto}.slick-arrow.slick-hidden{display:none}/* end slick slider */

/* stylelint-enable */

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #F1F2F4;
  font: 14px/1.215 Montserrat, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #316CA8;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.container {
  overflow: hidden;
  min-width: 320px;
  padding: 0 15px;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.box {
  padding: 50px;
  border-radius: 20px;
  background: #FFF;7
}

.box--category-header {
  margin-bottom: 70px;
}

.heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: -3px 0 36px;
  text-transform: uppercase;
  color: #303030;
  font-size: 14px;
  font-weight: bold;
}

.box .heading {
  margin-bottom: 46px;
}

.heading::after {
  content: "";
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 20px;
  background: #E0E3E7;
}

.box .heading::after {
  background: #ECF5FA;
}

.page-title {
  margin: -6px 0 -8px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

.page-title:not(:last-child) {
  margin-bottom: 27px;
}

.wrap {
  display: -webkit-flex;
  display: flex;
  min-width: 0;
}

.content {
  width: calc(100% - 31.25%);
  padding: 0 45px 0 0;
}

.header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 37px 0;
}

.header__logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 223px;
  height: 26px;
  margin: 0 15px;
  background: url("../img/logo.png") no-repeat;
  font-size: 0;
}

.header__nav-toggle {
  display: none;
}

.main-nav {
  margin: -20px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.main-nav__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -2px;
  padding: 0;
}

.main-nav__item {
  margin: 0 2px;
  list-style: none;
}

.main-nav__link {
  display: block;
  padding: 12px 20px 11px;
  color: #303030;
  border-radius: 20px;
}

.main-nav__link[href]:hover,
.main-nav__item--active .main-nav__link,
.main-nav__link:focus {
  color: #FFF;
  background: linear-gradient(90deg, #FF3632, #FF6114);
}

.search-outer {
  margin: 0 15px;
}

.search-toggle {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: .2s;
  border: none;
}

.search-toggle:hover,
.search-toggle:focus {
  opacity: .7;
  outline: none;
}

.search-toggle--inactive {
  opacity: 0;
}

.search-toggle,
.search__button::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAhFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8qm6wAAAAK3RSTlMA+WjtdG4uENO2e1ROCMO9s5qKdz4p8uHdyq2hl5KEfVY6JOXLY2FZRDQfIG2VOQAAALBJREFUGNN1jlcOgzAUBJ/pPfQOAdKz979f5CYioszPjkZgmziblbaNH1T0RVBDwPK9ZUBXRFGRAH2svwMsaTbDLG1jsOL+KdwAewkpcKVsJEmCTKwP++2TIoQntkEZzjo6MF2+F6xRcIwn2LGrY6R+PyMRqy4YxFaAodsClNJysJu0h4mJFClwWhwn5OuEKsY5g2Squv2sdfRM0xtKugO8alxXvQWw6Yj1r9b0g9EaH2tXEKSMP/wvAAAAAElFTkSuQmCC") no-repeat 50%;
}

.search {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  display: none;
  width: 350px;
  height: 50px;
  margin: -25px 0 0;
  font-size: 15px;
}

.search--active {
  display: -webkit-flex;
  display: flex;
}

.search__input {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 0 60px 2px 25px;
  text-overflow: ellipsis;
  border: none;
  border-radius: 25px;
  background: #FFF;
  font: inherit;
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.search__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.search__input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.search__input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  background: none;
}

.search__button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .2s;
  opacity: .5;
}

.search__button:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}

.search__button:hover::before,
.search__button:focus::before {
  opacity: .8;
}

.breadcrumbs {
  margin: -2px 0 37px;
  color: #46A1CF;
  font-size: 12px;
}

.breadcrumbs__link {
  color: #46A1CF;
}

.breadcrumbs__link--homepage {
  padding: 0 0 0 20px;
  background: url("data:image/gif;base64,R0lGODlhCwAJAIABAEahz////yH5BAEAAAEALAAAAAALAAkAAAIWjA2nCLnRYDxTUnetdJFDBH7eljRRAQA7") no-repeat 0 3px;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  text-decoration: underline;
}

.breadcrumbs__separator {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 5px 12px 0 13px;
  vertical-align: top;
  border-left: 1px solid #46A1CF;
  font-size: 0;
}

.breadcrumbs__separator::before,
.breadcrumbs__separator::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #46A1CF;
}

.breadcrumbs__separator::before {
  top: 1px;
  bottom: 1px;
  left: 0;
}

.breadcrumbs__separator::after {
  top: 2px;
  bottom: 2px;
  left: 1px;
}

.subcats {
  margin: 0 0 45px;
}

.subcats__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
}

.subcats__link {
  display: block;
  padding: 12px 22px 11px;
  border-radius: 20px;
}

.subcats__link:hover,
.subcats__link:focus {
  color: #FFF;
  background: linear-gradient(90deg, #FF3632, #FF6114);
}

.items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.items:last-child {
  margin-bottom: -50px;
}

.item {
  position: relative;
  width: calc(33.33% - 50px);
  margin: 0 25px 50px;
  padding: 40px;
  transition: .3s;
  border-radius: 20px;
  background: #F9F9FB;
}

.item:hover,
.item:focus {
  background: #FFF;
  box-shadow: 0 0 35px rgba(148, 156, 171, .33);
}

.item__inner {
  max-width: 300px;
  margin: 0 auto;
}

.item__image-wrap {
  overflow: hidden;
  margin: 0 0 27px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .05);
}

.item__image {
  display: block;
  width: 100%;
  height: auto;
}

.item__cat {
  position: relative;
  z-index: 1;
  margin: -27px 0 -3px;
  padding: 28px 0 26px;
  font-weight: 500;
}

.item__cat-link:hover,
.item__cat-link:focus {
  text-decoration: underline;
}

.item__link {
  display: block;
  transition: .3s;
  text-transform: uppercase;
  color: #303030;
  font-size: 16px;
  font-weight: bold;
}

.item__link:hover,
.item__link:focus {
  color: #316CA8;
}

.item__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.item__more {
  display: table;
  margin: 20px 0 0;
  padding: 9px 18px 10px;
  transition: .3s;
  color: #46A1CF;
  border-radius: 17px;
  background: #ECF5FA;
  font-size: 12px;
}

.item__link:hover + .item__more,
.item__link:focus + .item__more {
  color: #FFF;
  background: #316CA8;
}

.items-bg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-bg:last-child {
  margin-bottom: -50px;
}

.item-bg {
  position: relative;
  overflow: hidden;
  width: 375px;
  height: 200px;
  margin: 0 0 50px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .05);
  background-position: 50%;
  background-size: cover;
}

.items-bg .item-bg:nth-child(6n + 3) {
  margin-top: -250px;
  margin-left: 825px;
}

.items-bg--alternate .item-bg:nth-child(6n + 3) {
  margin-top: -250px;
  margin-left: 0;
}

.box--category-header .items-bg .item-bg:nth-child(6n + 6) {
 margin-top: -250px;
}

.item-bg--big {
  width: 775px;
  height: 450px;
}

.item-bg--big:nth-child(6n + 1) {
  margin-right: 50px;
}

.items-bg--alternate .item-bg--big:nth-child(6n + 2) {
  margin-right: 0;
  margin-left: 50px;
}

.item-bg--big:nth-child(6n + 5) {
  margin-left: 50px;
}

.item-bg--big:nth-child(12n + 7) {
  margin-left: -375px;
}

.item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.item-bg__inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.item-bg--big .item-bg__inner {
  padding: 40px 50px;
}

.item-bg__cat {
  display: table;
  margin: 0 0 17px;
  padding: 5px 13px;
  transition: .2s;
  color: #12141F;
  border-radius: 12px;
  background: #FFC23E;
  font-size: 12px;
}

.item-bg--big .item-bg__cat {
  margin-bottom: 24px;
}

.item-bg__cat:hover,
.item-bg__cat:focus {
  color: #FFF;
  background: #316CA8;
}

.item-bg__link {
  display: table;
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.item-bg--big .item-bg__link {
  font-size: 26px;
}

.item-bg__link:hover,
.item-bg__link:focus {
  text-decoration: underline;
}

.item-bg__text {
  margin: 20px 0 25px;
  color: rgba(255, 255, 255, .7);
}

.item-bg__meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px -15px -13px;
  font-size: 12px;
}

.item-bg__views {
  margin: 0 15px 10px;
  padding: 0 0 0 25px;
  color: rgba(255, 255, 255, .5);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAP1BMVEX+/v4AAAD////+/v7+/v7+/v7+/v7////////////////////////+/v7+/v7////////////////+/v7///8K7aMZAAAAFXRSTlOZAEiBf4RzaGNBPCEFem1PRisKdBlMdX/kAAAAZElEQVQI1y1OSRKAIAxL6i6ogP7/raaFHJplmmlBIdsMzJZde3Bg4OjBHTKb6PbgkqgsH6vEReyiiatXFyCsJoEzcQuzxcarK5zCBiUWY4KnoPoqkKdo7X8YBow9YHt0YHma6x+/8gINTOp5QwAAAABJRU5ErkJggg==") no-repeat 0 50%;
}

.item-bg__comments {
  margin: 0 15px 10px;
  padding: 0 0 0 20px;
  color: #91D1F1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAAVFBMVEUAAACR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fGR0fFUmuGIAAAAG3RSTlMA8F8J5d/ABvf26qqYIRHV0MO5oY+OcWc8Nw6cJS/DAAAAVklEQVQI1zXIRxKEQAwEwRYag19voP7/T0QAeUxJ/sldfrvCwuEvzVxmvWh/TTAGGba6V93oBPQp9YT4pJDANMKjlAKMqlxcmoxdnrT7PltodKoDd2kDNOQHchRnnFwAAAAASUVORK5CYII=") no-repeat 0 1px;
}

.more {
  margin: 10px 0 0;
  text-align: center;
}

.more:not(:last-child) {
  margin-bottom: 80px;
}

.more__button {
  padding: 13px 30px 14px;
  transition: .3s;
  color: #316CA8;
  border: none;
  border-radius: 22px;
  background: #E3E9EF;
  font: inherit;
}

.more__button:not(.loading) {
  cursor: pointer;
}

.more__button:hover,
.more__button:focus {
  color: #FFF;
  outline: none;
  background: #316CA8;
}

.popular {
  margin: 0 0 -50px;
}

.popular__headline {
  position: relative;
  padding: 0 120px 0 0;
}

.popular .items-bg {
  display: none;
}

.popular .items-bg.slick-slide {
  display: -webkit-flex;
  display: flex;
}

.popular__arrow {
  position: absolute;
  top: -9px;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: .2s;
  border: none;
  border-radius: 50%;
  background: #ECF5FA url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17'%3E%3Cpath fill='%23316CA8' d='M7.8 15.4l-1.6 1.2-6-8 .133-.1L.2 8.4l6-8 1.6 1.2-5.175 6.9L7.8 15.4z'/%3E%3C/svg%3E") no-repeat 12px 50%;
}

.popular__arrow:hover,
.popular__arrow:focus {
  outline: none;
  background-color: #D0E6F3;
}

.popular__arrow--prev {
  right: 55px;
}

.popular__arrow--next {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.news {
  margin: 80px 0 30px;
}

.news__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2px -25px -42px;
  padding: 0;
  list-style: none;
}

.news__item {
  width: 25%;
  margin: 0 0 42px;
  padding: 0 25px;
}

.news__date {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 22px;
  color: #46A1CF;
  background: url("data:image/gif;base64,R0lGODlhBwAJAIABAEahz////yH5BAEAAAEALAAAAAAHAAkAAAIPhG+hmhe5HpATroYjRaAAADs=") no-repeat 0 2px;
  font-size: 12px;
}

.news__link {
  display: table;
  color: #0F162A;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.news__link:hover,
.news__link:focus {
  color: #316CA8;
}

.news__all {
  display: table;
  margin: 44px 0 0;
  padding: 9px 17px 10px;
  transition: .2s;
  color: #46A1CF;
  border-radius: 17px;
  background: #ECF5FA;
  font-size: 12px;
}

.news__all:hover,
.news__all:focus {
  color: #FFF;
  background: #316CA8;
}

.video {
  position: relative;
  margin: 100px 0 95px;
}

.video::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 0;
  width: 474px;
  height: 613px;
  margin-left: calc(50% - 50vw);
  background: url("../img/video-bg-1.jpg");
}

.video::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 0;
  width: 203px;
  height: 336px;
  margin-right: calc(50% - 50vw);
  background: url("../img/video-bg-2.png");
}

.video__inner {
  display: -webkit-flex;
  display: flex;
}

.video__header {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 390px;
  margin: 0 35px 0 50px;
}

.video__heading {
  margin: -8px 0 25px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
}

.video__heading__accent {
  color: #316CA8;
}

.video__text {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.video__all {
  position: relative;
  display: table;
  width: 190px;
  margin: 52px 0 0 142px;
  padding: 0 0 0 100px;
  font-size: 12px;
}

.video__all::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24'%3E%3Cpath fill-rule='evenodd' opacity='.702' fill='%23FFF' d='M20.998 12L.002.003v23.994L20.998 12'/%3E%3C/svg%3E") no-repeat 28px 50%, linear-gradient(60deg, #316CA8, #1B9BDC);
  box-shadow: inset 15px 15px 30px rgba(255, 255, 255, .3), inset -15px -15px 30px rgba(0, 0, 0, .3), -3px 5px 13px rgba(24, 90, 156, .63);
}

.video__all::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -48px;
  width: 167px;
  height: 167px;
  margin: -84px 0 0;
  border: 29px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}

.video__all:hover,
.video__all:focus {
  text-decoration: underline;
}

.video__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -15px -30px;
}

.video .item-video {
  width: 255px;
  margin: 0 15px 30px;
}

.video .author {
  margin: 26px 30px 0;
}

.item-video {
  overflow: hidden;
  padding: 0 0 36px;
  border-radius: 10px;
  background: #FFF;
}

.item-video__image-wrap {
  overflow: hidden;
  width: 360px;
  margin: 0 -70px 50px;
  border-radius: 0 0 120px 250px / 0 0 50px 150px;
}

.item-video__image {
  display: block;
}

.item-video__link {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #0F162A;
}

.item-video__link::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 30px;
  width: 90px;
  height: 63px;
  background: url("data:image/png;base64,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");
}

.item-video__link:hover,
.item-video__link:focus {
  color: #316CA8;
}

.item-video__title {
  font-size: 17px;
  font-weight: 500;
}

.author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.author__image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 13px 0 0;
  border-radius: 50%;
}

.author__title {
  margin: 0 0 4px;
  color: #46A1CF;
  font-size: 11px;
}

.author__name {
  margin: 0;
  color: #426381;
  font-size: 13px;
  font-weight: 500;
}

.questions {
  margin: 0 0 80px;
}

.questions__inner {
  padding: 50px;
  border-radius: 20px;
  background: #F9F9FB;
}

.questions__inner:not(:last-child) {
  border-radius: 20px 20px 0 0;
}

.questions__heading {
  margin: -6px 0 33px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
}

.questions__caption {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: -3px -20px 20px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  color: #316CA8;
  font-weight: bold;
}

.questions__caption-item {
  margin: 0 20px 20px;
}

.questions__caption-item:not(.active) {
  cursor: pointer;
}

.questions__caption-item:not(.active):hover,
.questions__caption-item:not(.active):focus {
  color: #303030;
}

.questions__caption-item::after {
  content: "";
  display: block;
  height: 5px;
  margin: 11px 0 0;
  border-radius: 3px/2px;
}

.questions__caption-item.active {
  color: #303030;
}

.questions__caption-item.active::after {
  background: linear-gradient(90deg, #FF3632, #FF6114);
}

.questions__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -30px;
  padding: 0;
  list-style: none;
}

.questions__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  margin: 0 0 30px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.questions__image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .05);
}

.questions__link {
  color: #0F162A;
}

.questions__link:hover,
.questions__link:focus {
  color: #316CA8;
}

.questions__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 80px;
}

.questions__ask {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 18px 35px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background: #FFF;
}

.questions__ask-text {
  margin: 0 15px 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.questions__ask-button {
  margin: 0 15px 18px;
  padding: 13px 35px 14px;
  transition: .2s;
  border-radius: 22px;
  background: #ECF5FA;
}

.questions__ask-button:hover,
.questions__ask-button:focus {
  color: #FFF;
  background: #316CA8;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.discuss__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 40px;
}

.discuss__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 40px);
  margin: 0 20px 40px;
  border-radius: 20px;
  background: #F1F2F4;
}

.discuss__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px 30px 24px;
  border-bottom: 1px solid #FFF;
}

.discuss__meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 25px;
}

.discuss__meta .avatar {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAeFBMVEUAAADMzMzNzc3MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3MzMzMzMzMzMzMzMzMzMzNzc3MzMzMzMzMzMzNzc3MzMz4+PjLy8v19fXz8/PQ0NDa2trW1tbt7e3i4uLg4ODS0tLw8PDq6urk5OTc3Nzm5ubZOITPAAAAF3RSTlMAlwrs6eHc0LOufCcG9vSJh2BePz4eGyLuldcAAAHYSURBVDjLnZXZloIwDIYBcQEZdy1ladmE93/DaRYMKjrnzH9l04+kaZPoPSk4x9F6uVgs11F8DrxP2h5WaqLVYTuLXf0dbGsW/N7513fuGBKlGlOWplHEhscXLPERK/ouT1F51xeI+slTEhvgVM0Us5UCchNM/CFnRkzQEknxiXHrx7a1bcqqILw/cifg7ryV1XA2Y3k5AHki7hZO/OUGU9CPDyu3DG9jYG3AF9jxVEiOPssx+PbHJTceqmMOv+UYhVY/8EZ7DiwOWXYSfO+ucKV0kY+ZNAxSeuJyFXgXZ+rRYYY2ASswgnpnvHixM3UpK3sB6UTWGWMvcqnk5NDJTMAOKY4deWulG1yi+S5ZF0Rl9PnaWypt0KFkI7lkj6tcegulS/GYWqURA2NGOWI2CwRpTWoN1jc+KRkJpNAkpm1VDzljYKPQmIxAIvHIyfD18IatXL8URdOUNTdFxtczvfAcSlFUlFgqfOH8hKAWu0nkVgNu1PCEUhRyhYIqCxtYFFRmFVWTSIqSXmuPhUvpNHOgaqVwsRVKDDBDWmoFbi4MPguqduDmknY1s2CtpF0puJoXDwAZKV+0SaZD6gsXvI69efnJ+yCdUXj8MJpFPJr/Pez//vv4BcyLdr7tvh6RAAAAAElFTkSuQmCC");
}

.discuss__author {
  margin: 0 0 4px;
  color: #316CA8;
  font-size: 13px;
  font-weight: 500;
}

.discuss__date {
  color: #46A1CF;
  font-size: 11px;
}

.discuss__text {
  margin: 0;
  line-height: 22px;
}

.discuss__link {
  display: table;
  margin: 27px 30px;
  font-size: 13px;
  font-weight: 500;
}

.discuss__link:hover,
.discuss__link:focus {
  text-decoration: underline;
}

.recent {
  margin: 80px 0 0;
}

.post {
  margin: 0 0 50px;
}

.post--cat-desc {
  margin-bottom: 55px;
}

.post:last-child {
  margin-bottom: 0;
}

.post__heading {
  margin: -6px 0 27px;
  text-transform: uppercase;
  color: #303030;
  font-size: 30px;
  font-weight: bold;
}

.post__meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3px -20px 22px;
  font-size: 12px;
}

.post__views {
  margin: 0 20px 10px;
  padding: 0 0 0 25px;
  color: rgba(48, 48, 48, .5);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAQlBMVEUwMDAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDClgM6mAAAAFnRSTlOZAEcHgX+Ec2hjQXptPSYgdFBPOi4ZFqtRhAAAAGZJREFUCNctjlkSgCAMQ5siorK53v+qpoV+kJcOnUTACRpFogZjWxwy5xiL4hiUUmyRCQ364SVkyE5ZkOx0JdLaC5GnY3Oz+Y+TKVjcunSoohGipSRCBSoljR4qc5RmNL0YsN7e9AeuTAHklYQK+AAAAABJRU5ErkJggg==") no-repeat 0 50%;
}

.post__comments {
  margin: 0 20px 10px;
  padding: 0 0 0 20px;
  color: #46A1CF;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAAS1BMVEUAAABGoc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc9Goc+4o68aAAAAGHRSTlMA9e/mXwfB3xDTqo8KuaGclHFnPDciIAMTIZJcAAAAUklEQVQI1zXHRxaEIBQAwQZkwDA59f1P6veptSugzi21eSF83L2he+rc9DWE7EQy97pURhNqLqUYyBZCJPHQS1DvVE8VftlN+7J5XpMOHP6TI6zvwwajdaenPgAAAABJRU5ErkJggg==") no-repeat 0 1px;
}

.post__entry {
  font-size: 16px;
  line-height: 1.5;
}

.post--cat-desc .post__entry {
  font-size: 14px;
  line-height: 22px;
}

.post__entry > :last-child {
  margin-bottom: 0;
}

.post__entry::after {
  content: "";
  display: table;
  clear: both;
}

.post p {
  margin: 0 0 24px;
}

.post a {
  text-decoration: underline;
}

.post a:hover,
.post a:focus {
  text-decoration: none;
  color: #303030;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  margin: 36px 0 24px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}

.post h2:first-child,
.post h3:first-child,
.post h4:first-child,
.post h5:first-child,
.post h6:first-child {
  margin-top: 0;
}

.post h3 {
  font-size: 18px;
}

.post h4 {
  font-size: 17px;
}

.post h5 {
  font-size: 16px;
}

.post h6 {
  font-size: 15px;
}

.post li {
  margin: 0 0 6px;
  list-style: none;
}

.post li ul,
.post li ol {
  margin-top: 6px;
  margin-bottom: 0;
}

.post ul {
  margin: 0 0 24px;
  padding: 0 0 0 40px;
}

.post ul > li {
  position: relative;
}

.post ul > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -35px;
  width: 11px;
  height: 11px;
  border: 2px solid #316CA8;
  border-radius: 50%;
}

.post ol {
  counter-reset: li;
  margin: 0 0 24px;
  padding: 0 0 0 40px;
}

.post ol > li {
  position: relative;
}

.post ol > li::before {
  content: counters(li, ".");
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -40px;
  width: 23px;
  height: 23px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background: #316CA8;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

.post #toc_container {
  margin: 38px 0;
  padding: 24px 30px;
  border-radius: 5px;
  background: #ECF5FA;
}

.post #toc_container .toc_title,
.post #toc_container .toc__title {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.post #toc_container ul {
  margin-bottom: 0;
  font-size: 14px;
}

.post #toc_container ul ul {
  margin-top: 9px;
  margin-left: -20px;
}

.post #toc_container li {
  margin: 0;
}

.post #toc_container li::before {
  top: 6px;
  left: -28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #316CA8;
}

.post #toc_container li + li {
  margin: 9px 0 0;
}

.post #toc_container li li::before {
  left: -20px;
}

.post img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.post .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.post .alignleft {
  float: left;
}

.post img.alignleft,
.post .wp-caption.alignleft {
  margin: 5px 30px 15px 0;
}

.post .alignright {
  float: right;
}

.post img.alignright,
.post .wp-caption.alignright {
  margin: 5px 0 15px 30px;
}

.post__video {
  /*position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0;
  padding:0;
  margin: 0 0 -24px;*/
  display: flex;
  justify-content: center;
} 

.post__video iframe {
/*   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; */
  max-width: 100%;
}

.post .wp-caption {
  overflow: hidden;
  border-radius: 5px;
  background: #F1F2F4;
}

.post .wp-caption img {
  display: block;
  border-radius: 5px 5px 0 0;
}

.post .wp-caption.alignnone,
.post .wp-caption.aligncenter {
  margin-top: 29px;
  margin-bottom: 29px;
}

.post .wp-caption-text {
  margin: 0;
  padding: 9px 10px 10px;
  text-align: center;
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
}

.post blockquote {
  margin: 38px 0;
  padding: 27px 30px;
  border-radius: 10px;
  background: #F1F2F4;
  font-size: 14px;
  line-height: 22px;
}

.post blockquote p:last-child {
  margin-bottom: 0;
}

.post__blue,
.post__green,
.post__red {
  margin: 29px 0;
  padding: 27px 30px 27px 142px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
}

.post__blue {
  background: #ECF5FA url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAMAAAC5KTl3AAAAgVBMVEUAAAAxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgETl0YAAAAKnRSTlMA+dZN8wsXEefvci+/Vjfeoc+sjTyyeMqnmVvGZkEHkim4iF8kfh3ra0ez0EJcAAAErUlEQVRYw5RU2ZaqQAzsjWYRZJFVREBxdOr/P/CSBs+Ayzi3nmhIKpVKB/YOduO1WSwc1xFx1nqNzf4LX7fMwRpOdvv6c75MXBCU6JOoipJeKBDcRP4pP/BNySRPtcUmWDrNEyPKDz7mb3sAPDvrpy/6nHEA/fbXfGvHAVVt5pxtcPAu3iHYznybSgF8Z70n6GoAZWe45Km4ckzg1+IkTV5XAqi7tw64gJCm2C7EI8KdkSYF4L5x48CBSFN+ZIqL0guazbBpAq8URkpEHDoC+OEVgQdwjyLIC8R5Zy0N6vIY5IGmSA54LxQAak/DEGS4tJ5dlj0Jo1HsFfCkQnIoOX8Ue/YaezGXkQpcPkzBBadPFwAn+/2ynABciIvD7VYK66mzCnDP7DecXaCaXKuXne6AclIQbj9d2nBSUQK7xVsOMZocAM6GfcLGAQLGtAD/qeYDcuRRcFP2GakLNeZKwGczAtODLYjnM0yusE0f97tZQw3Gi5b9Da3xYFCoZ0rj7oYT8QOOlm3b1vFpqAJ8NKy6i07MsVz0oLvv26VK/CIWIhQiLvykutxkpxd9lKZoYv6JCpk5+ebU5GUd4jXCOsmbL+O9qZpB0ekG7MkF/q1l618xQzlh7PdZGZVZ78ehozDj6rdSf3NyYg/cGBE5mlkhVO/AwKmjPEg7fVwaors0yKP6HtIrhBbTDsm3HWpGYgKPDqm9NnPtYXqIOCZIstCxWQPkjJ2IOLmifrg8rV/47cM1q+FmpOXEWA40tCJjRIEwsAeF3apghAnRStYOarCDEMVYgRayhdJMu4iMMXJJUJP9Pg2mXlJIY30Ed8xTaFkGYdFq5YzIhkVkBBTNkR2bAiP/D0ap1dgALZYlkLEYPW0GVY9RLHxLgdiexMRAuvC2QExKaCv68VHQKA4UMrioVpefN/Njw1crU8EdqMCBhiGYQwo9oJv7W6x8eLxXDeEv/1OkuAM86tRhpvAF2LATeLfQGsNfsP0rxdp2HASB6KqQLfUWX8Sa2qZKNeX/P3AdIhwJcW0CT8Y2mWFmzmVscD9CwPiTE1VROi6H5VXT9b7JYb15/VpsDq4OdJZWfVEH9TbgsXVwvZAGkOKmTnqhbsLAVNpeYB74MKYmD/7PPPCW4qfjwDEPdiY7+n2SNID54Uzm9EpOFKOzM+lwkXJTs74m0QlwAbmpe1NfnlpcbNhEJ+dO05sQmwaJups3mUwsNsEPb6fijJAb8AMxAHOK/Xb8AI5KuQOfcFngUDzhoMtTx1HgSf0BqBaIyU6WFsDro8GTe67GHxItcl8thU4Qwudq6EXpWaLCY9rCMz4l9MLXLO7Ry3VvsjyS4dAsXzd3LElFEjOcuqBygymdbgbaPXlRRzSSSgZ+gHYH/oFVyLRZk0AKDW5YMfiH0MPU+T7SFfkgu7z2PEzgoy625zSscnuUNHp2Vi7wUQdeLgOhJlNFZ0pAwVno5UI/+dziDRpn2PJ6en7y2NNm9hrbsZfIAk976KuL8mFaxO791N+ZKfqjLDxffebtZVvxUTOK/cv0yKtWBt7+dL9omjWSUupOj8f7RfyOE79nxe968ftm/M4bv3fH7/7x3x/+AMQ9xaH+yFqhAAAAAElFTkSuQmCC") no-repeat 39px 50%;
}

.post__green {
  background: #F4FAEC url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAwCAMAAAB5V+cTAAAAkFBMVEUAAABcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSBcpSB8dVG/AAAAL3RSTlMA+VwM3U7XtDMK6VYbBe/jvK2gwRXzzWliEKeDPinTjIhTH3w5LyOVQ5qSyHF2SUst1kwAAAOcSURBVEjHnZbnYqMwEIQlisCYXmwMBgy4t3n/t7sVJecczoXk+2FQYbS7DJIZU9ub5yvs96g+JLux+WyrXGl+otACmpEA566VCkjcq02NxTyhFbSG1RxXGUCGkfLAnMAN7RkKFgJazUJG9yHAT3VxbjVAsxfy9/y9QgTrrD6AnLEl4PVP2AZIcl8Crv6tQgpwD0gK5qzAn0PvRoCbTD3RwP5biSsIl16nySmhkSXQ0iUHRPythB4a1YGuNaCwkSbp5UJQjWciQ/ZzXR1aAv6QDiU4B2ct0CHWfSE8GEyiABc2xT6YHYexYxGAsCwQmQzjDLS9dAnX/jfc9crjA+EgYABWZTbNvkpIwmGMFKt+7A48PgtsV/iL6PseQDlka2pwqfo+xuhtF+XiVWCdAFZQ7TraQz/JgndkA8cwlb/XBOhLcgH0lwxCAOE4e+QO3Ce12roQ3dr7V5+YK4BPJ4fTYhEn8MNgfF6MDnYBsWUTbljJ1aaR9XOVcftYXAHwNzZ3BveM2P2DwRiZqsHb0LWIQFBgUyKZ8QdqiUtMFuOIhp4coOrWHiD89wpXYP/pa4WW3V7ibVxEKsnAiNv3Ck8gcj7sOfolWY9Zbmhl2cv9TAMi44Wg7qdEY62IEDBy4ZaXQmZ0fD4ukcXxJd7wll3AOEitrUGdsQxFNdPK0BL0cFd7ixgdXydA4l/DGyeBLb2ONnL5mI1mVOt9rE5YSN58LRFFv/Qg4VZ0eehHlc1ikRoeT0SgU0l1DlhhrpgbanzJ8RQEwfWTmePGVrshC4DYLdj/qSB5vBsK0XHb/F/hvLI862ayKUUCzfcFsBwNleZZ2NaLSeJxHDtfRBemaThuD3ZloaNcO2weEYiPT8gU8tbrVILNvF1foMNadwIWoKVNHBc5B6LvqjseeKvtdmt26zk3INtsTzc/b8wSyOf+H9CJWlGU+gQYzhUSV7Et8PVS+cQyZlNOeMVqcoCvZGp7BVMiNmWPV3ZHDm1LhwynrbDEBJ+9IQM85UyJPE/AMwXqftPnzYnSeOqvPN+e7HZJ0sWwXZkVkm7WEjg/wG02h0IASXZf6iGwvQ9bYAsUO/B7vXxF/8IitoGR+x7w484Y3iKaWQfCWZccHaUaAOIUukBq8vkKpGFKQwTAbrNCx8Whm1aZ+OH/xB5Vf0Mbr3Wr1RDI2I9RAASFerQ3ZwF5wv+clEtLZoEAIA7sN5w/vvbsyH6JfvE1YVTm+9E/UcWWRlwB2B0AAAAASUVORK5CYII=") no-repeat 39px 50%;
}

.post__red {
  background: #FAF7F1 url("data:image/png;base64,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") no-repeat 39px 50%;
}

.post__table {
  overflow: auto;
  max-width: 100%;
  margin: 27px 0;
  -webkit-overflow-scrolling: touch;
}

.post table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}

.post th,
.post td {
  padding: 6px 10px;
  vertical-align: middle;
  border: 1px solid #DDD;
}

.post-related {
  float: right;
  width: 350px;
  margin: 0 0 10px 30px;
  padding: 40px;
  border-radius: 10px;
  background: #F1F2F4;
}

.post-related__headline {
  margin: -6px 0 32px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.post-related__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.post-related__item:not(:last-child) {
  margin-bottom: 35px;
}

.post-related__image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  border-radius: 5px;
}

a.post-related__link {
  text-decoration: none;
}

.post-related__link {
  margin: -3px 0;
}

.post-related__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 34px -5px 0;
  text-align: center;
}

.gallery-item {
  width: 25%;
  margin: 0 0 30px;
  padding: 0 5px;
}

.gallery img {
  max-width: 100%;
  height: auto;
}

.gallery .wp-caption-text {
  padding-bottom: 0;
}

.post-share {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 80px;
}

.post-share .ya-share2__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -6px -12px;
}

.post-share .ya-share2__list .ya-share2__item {
  margin: 0 6px 12px;
}

.post-share .ya-share2__badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60px;
  height: 48px;
  border-radius: 5px;
}

.post-share .ya-share2__badge .ya-share2__icon {
  background-position: 50%;
  background-size: 30px 30px;
}

.comments {
  margin: 0 0 50px;
}

.comments a:hover,
.comments a:focus {
  text-decoration: underline;
}

.comments__heading {
  margin: -3px 0 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.comments__list {
  margin: 0;
  padding: 0;
}

.comments__list li {
  list-style: none;
}

.comments__list .children {
  margin: 0;
  padding: 0;
}

.comments__list .children li {
  padding: 0 0 0 20px;
}

.comment {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 15px;
  padding: 20px;
  border-radius: 5px;
  background: #F2F5F2;
}

.comment__avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}

.comment__meta {
  margin: 0 0 8px;
  font-size: 12px;
}

.comment__author {
  color: #316CA8;
}

.comment__text {
  margin-bottom: -4px;
  font-size: 14px;
}

.comment__text p {
  margin: 0;
}

.comment__text p:not(:last-child) {
  margin-bottom: 20px;
}

.comment__reply {
  display: inline-block;
  height: 15px;
  margin: -1px 0 0 13px;
  padding: 0 8px 1px;
  cursor: pointer;
  transition: .2s;
  vertical-align: top;
  color: #FFF;
  border: none;
  border-radius: 5px;
  background: #316CA8;
  font-size: 9px;
  line-height: 14px;
}

.comment__reply:hover,
.comment__reply:focus {
  outline: none;
  background: #6F98C2;
}

.comments__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0 -4px;
}

li .respond {
  margin: 30px 0;
}

.respond__heading {
  margin: -3px 0 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.respond__cancel a {
  display: table;
  margin: -10px 0 20px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.respond__cancel a:hover,
.respond__cancel a:focus {
  text-decoration: none;
  border-color: transparent;
}

.form p {
  margin: 0 0 20px;
}

.form__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.form__row-item {
  -webkit-flex: 1 0 200px;
  flex: 1 0 200px;
  margin: 0 5px;
}

.form__input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 9px 18px 11px;
  border: 1px solid rgba(198, 203, 212, .39);
  border-radius: 5px;
  font: inherit;
  line-height: 1.3;
}

.form__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.form__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.form__input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, .5);
}

.form__input:focus {
  border-color: rgba(198, 203, 212, .7);
  outline: none;
}

.form__button {
  margin: 10px 0 0;
  padding: 17px 35px 16px;
  cursor: pointer;
  transition: .2s;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
  background: #FFC23E;
  font: inherit;
  font-weight: bold;
}

.form__button:hover,
.form__button:focus {
  outline: none;
  background: #FFCE65;
}

.related {
  margin: 80px 0 0;
}

.sidebar {
  width: 31.25%;
  margin-top: 14px;
}

.sidebar > :last-child {
  margin-bottom: 0;
}

.sidebar__section {
  margin-bottom: 50px;
}

.footer {
  position: relative;
  margin: 80px 0 0;
  padding: 30px 0;
}

.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  background: #F9F9FB;
}

.footer__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px -30px;
}

.footer__section {
  margin: 0 15px 30px;
}

.footer__logo {
  width: 167px;
  height: 21px;
  background: url("../img/logo.png") no-repeat 50%/contain;
}

.footer__copyright {
  width: 270px;
  color: rgba(48, 48, 48, .5);
  font-size: 12px;
  line-height: 16px;
}

.footer__copyright p {
  margin: 0;
}

.footer__copyright p:not(:last-child) {
  margin-bottom: 15px;
}

.footer__design {
  display: inline-block;
  height: 24px;
  padding: 0 87px 0 0;
  vertical-align: middle;
  color: rgba(48, 48, 48, .5);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAYCAMAAABqSJu/AAAA0lBMVEUAAAAwMDAwOUMwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAxbKgwMDAwMDAxbKgxbKgwMDAwMDAxbKgxbKgxbKgwMDAxbKgwMDAxbKgxbKgxbKgwMDAwMDAxbKgwMDAxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgxbKgwMDAxbKgxbKgcuB8WAAAARXRSTlMAjAaCFRAKfRKkn5aFHpOQclwjnIhjVVAMb2tfLplpRCgZqXpLI6N28KU9Nvjhy6Z6bDkb2bmwnXdwZyu8sJCEXldLeBSb3bx+AAACCElEQVQ4y62V2W6bUBRF9x2Y59mAwWDjuYnjpnacpEnbtPz/LzVgmTpVpUYx64UXtLTP1rn34jIer5f3U/TC57quP91Ne1I1su+4nOn1opXdoMUdjUYrAx/k9uFL42pzhaaqKLs5Pgy9a1y3wNqzfjrpdoQLaFxPQOBJAo4M5AFaBFn8bxT5/J9mxilsNUJLGegmSVxgGBOTOQIKKaAY5BNBYCGAgJXi3OZwWYKC+KbFInpSvbTNT7zjbPSwkZxE1cE11Xb8cY7hWAdANpzvbSBSFHegahTpLkeRR1Xoj9c4cVXXXyFlR1WR6QIo8+SVEgNDk1BDmxilK1ky93K4HrMMkTCjsCyjKUMU8lnUqZZ1fdWlWmtSYs89IkZKCAyYxkuia5mm+zJXQ2omoWqIvq6petMBMzONWVWn+lbXC2xn4R+VnbpIO5UpRVXEiMwzJ1XFSmlSVQFJKQ4bZz0M1L9U0UwqjwMSFw1hN2A2ByCZMifMGyKdGaKlA/P9CJNZgdcQ1dsBua+QOJZiMdnojmPHMM5qpxgQhXNv7ADJ7rX2rMRq7yMdHwLdV8K3tcMIGCEkgZAyyyIB/ccyTLYUiPzjMsi2xIWYWCuXrU6mH6djKAoybb+yQN+1ohTgFGc8tyt6IV2qJ/QA/QU0x7njgktm8fxS3/R29d33diE/9PVMLB/R0OPj9Rvimj+VzZQ6VwAAAABJRU5ErkJggg==") no-repeat 100% 0;
  font-size: 9px;
  line-height: 24px;
}

.footer-nav {
  font-size: 12px;
}

.footer-nav__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -16px -12px;
  padding: 0;
}

.footer-nav__item {
  margin: 0 16px 12px;
  list-style: none;
}

.footer-nav__link {
  color: #46A1CF;
}

.footer-nav__link[href]:hover,
.footer-nav__item--active .footer-nav__link,
.footer-nav__link[href]:focus {
  color: #000;
}

.social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 13px 0 0;
}

.social__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
}

.social__item {
  margin: 0 10px;
  list-style: none;
}

.social__link {
  display: block;
  height: 14px;
  transition: .2s;
  opacity: .3;
  border-radius: 2px;
}

.social__link:hover,
.social__link:focus {
  opacity: .5;
}

.social__vk {
  width: 19px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.701 18.771h1.437s.433-.047.654-.284c.21-.221.21-.63.21-.63s-.031-1.927.869-2.21c.887-.281 2.012 1.86 3.211 2.683.916.629 1.605.494 1.605.494l3.211-.044s1.682-.105.887-1.426c-.061-.105-.451-.975-2.371-2.76-2.012-1.861-1.742-1.561.676-4.787 1.469-1.965 2.07-3.166 1.875-3.676-.166-.48-1.26-.361-1.26-.361l-3.602.031s-.27-.031-.465.09c-.195.119-.314.391-.314.391s-.572 1.529-1.336 2.82c-1.623 2.729-2.268 2.879-2.523 2.699-.604-.391-.449-1.58-.449-2.432 0-2.641.404-3.75-.781-4.035-.39-.091-.681-.15-1.685-.166-1.29-.014-2.378.01-2.995.311-.405.203-.72.652-.539.675.24.03.779.146 1.064.537.375.506.359 1.636.359 1.636s.211 3.116-.494 3.503c-.495.262-1.155-.28-2.595-2.756-.735-1.26-1.291-2.67-1.291-2.67s-.105-.256-.299-.406c-.227-.165-.557-.225-.557-.225l-3.435.03s-.51.016-.689.24c-.166.195-.016.615-.016.615s2.686 6.287 5.732 9.453c2.79 2.902 5.956 2.715 5.956 2.715l-.05-.055z'%20fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/19px 19px;
}

.social__fb {
  width: 14px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.676 0H1.324C.593 0 0 .593 0 1.324v21.352C0 23.408.593 24 1.324 24h11.494v-9.294H9.689v-3.621h3.129V8.41c0-3.099 1.894-4.785 4.659-4.785 1.325 0 2.464.097 2.796.141v3.24h-1.921c-1.5 0-1.792.721-1.792 1.771v2.311h3.584l-.465 3.63H16.56V24h6.115c.733 0 1.325-.592 1.325-1.324V1.324C24 .593 23.408 0 22.676 0' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/14px 14px;
}

.social__tw {
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.954 4.569a10 10 0 0 1-2.825.775 4.958 4.958 0 0 0 2.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 0 0-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 0 0-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 0 1-2.228-.616v.061a4.923 4.923 0 0 0 3.946 4.827 4.996 4.996 0 0 1-2.212.085 4.937 4.937 0 0 0 4.604 3.417 9.868 9.868 0 0 1-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 0 0 7.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 0 0 2.46-2.548l-.047-.02z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/17px 17px;
}

.social__yt {
  width: 19px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 461.001 461.001'%3E%3Cpath d='M365.257 67.393H95.744C42.866 67.393 0 110.259 0 163.137v134.728c0 52.878 42.866 95.744 95.744 95.744h269.513c52.878 0 95.744-42.866 95.744-95.744V163.137c0-52.878-42.866-95.744-95.744-95.744zm-64.751 169.663l-126.06 60.123c-3.359 1.602-7.239-.847-7.239-4.568V168.607c0-3.774 3.982-6.22 7.348-4.514l126.06 63.881c3.748 1.899 3.683 7.274-.109 9.082z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/19px 19px;
}

/* mobile menu */

.mmenu-active {
  overflow: hidden;
}

.mmenu-active body {
  overflow: hidden;
}

.wrapper {
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  -webkit-transform: none;
  transform: none;
}

.mmenu-active .wrapper {
  transition: -webkit-transform .35s ease-in;
  transition: transform .35s ease-in;
  transition: transform .35s ease-in, -webkit-transform .35s ease-in;
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}

.mmenu-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #000;
}

.mmenu-active .mmenu-overlay {
  visibility: visible;
  transition: opacity .35s ease-in;
  opacity: .5;
}

.mmenu {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  font-size: 16px;
}

.mmenu-active .mmenu {
  left: 0;
  transition: -webkit-transform .35s ease-in;
  transition: transform .35s ease-in;
  transition: transform .35s ease-in, -webkit-transform .35s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 270px;
  background: #316CA8;
}

.mmenu__item {
  margin: 0;
  padding: 0;
}

.mmenu li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mmenu a {
  display: block;
  padding: 14px 20px 16px;
  color: #FFF;
}

.mmenu a:not(:last-child) {
  padding-right: 65px;
}

.mmenu__topbar {
  position: relative;
  z-index: 1;
  height: 51px;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #316CA8;
}

.mmenu__topbar.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__back {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, .04);
  background: rgba(255, 255, 255, .06);
}

.mmenu__back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid rgba(255, 255, 255, .5);
  border-width: 2px 0 0 2px;
}

.mmenu__back:focus {
  outline: none;
  background: rgba(255, 255, 255, .2);
}

.mmenu__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 50px;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFF;
  font-weight: bold;
  line-height: 50px;
}

.mmenu__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background: #316CA8;
}

.mmenu__topmenu {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mmenu__topmenu.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__show-submenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, .04);
  background: rgba(255, 255, 255, .06);
}

.mmenu__show-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid rgba(255, 255, 255, .5);
  border-width: 0 2px 2px 0;
}

.mmenu__show-submenu:focus {
  outline: none;
  background: rgba(255, 255, 255, .2);
}

.mmenu__submenu {
  z-index: 1;
  top: 51px;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmenu__submenu.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__submenu.hidden {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mmenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background: #46A1CF;
}

.mmenu__close::before,
.mmenu__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #FFF;
}

.mmenu__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mmenu__close:focus {
  outline: none;
  background: #6EB6DA;
}

/* end mobile menu */

@media (max-width: 1349px) {
  .wrapper {
    max-width: 980px;
  }

  .wrap {
    display: block;
  }

    .content{
          width: calc(100% - 320px);
    padding: 0;
    float: left;
  }
.sidebar{
width: 300px;
}

  .items {
    margin-right: -15px;
    margin-left: -15px;
  }

  .item {
    width: calc(33.33% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px;
  }

  .items-bg .item-bg:nth-child(6n + 3) {
    margin-left: 505px;
  }

  .items-bg--alternate .item-bg:nth-child(6n + 3) {
    margin-left: 0;
  }

  .item-bg--big {
    width: 455px;
  }

  .item-bg--big .item-bg__inner {
    padding: 30px;
  }

  .news__item {
    width: 50%;
  }

  .video::before {
    left: -130px;
  }

  .video .item-video:nth-child(n + 3) {
    display: none;
  }

  .discuss__item {
    width: calc(50% - 40px);
  }

  .related {
    margin: 0;
    clear:both;
  }

  .sidebar {
    display: -webkit-flex;
    display: flex;
    float: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    margin: 50px -15px 0;
  }

  .sidebar__section {
    width: 300px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .sidebar__section:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }

  .sidebar .item-bg {
    width: 100%;
  }

  .footer__inner {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .footer-nav {
    width: 43%;
  }
}

@media (max-width: 999px) {
  .wrapper {
    display: block;
    max-width: 728px;
  }

  .box {
    padding: 50px 30px;
  }

  .header__nav {
    display: none;
  }

  .header__nav-toggle {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 15px 0 auto;
    cursor: pointer;
    border: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M460.8,0H51.2C22.924,0,0,22.924,0,51.2s22.924,51.2,51.2,51.2h409.6c28.276,0,51.2-22.924,51.2-51.2S489.076,0,460.8,0zm0,204.8H51.2C22.924,204.8,0,227.724,0,256c0,28.276,22.924,51.2,51.2,51.2h409.6c28.276,0,51.2-22.924,51.2-51.2,0-28.276-22.924-51.2-51.2-51.2zm0,204.8H51.2C22.924,409.6,0,432.524,0,460.8,0,489.076,22.924,512,51.2,512h409.6c28.276,0,51.2-22.924,51.2-51.2,0-28.276-22.924-51.2-51.2-51.2z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%;
  }

  .header__nav-toggle:focus {
    opacity: .7;
    outline: none;
  }

  .item {
    width: calc(50% - 30px);
  }

  .item-bg {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
  }

  .items-bg .item-bg:nth-child(6n + 3) {
    margin-top: 0;
    margin-left: 0;
  }

  .items-bg .item-bg:nth-child(6n + 6) {
    margin-top: 0;
  }

  .item-bg--big {
    width: 100%;
    height: 300px;
  }

  .item-bg--big:nth-child(6n + 1) {
    margin-right: 0;
  }

  .items-bg--alternate .item-bg--big:nth-child(6n + 2) {
    margin-left: 0;
  }

  .item-bg--big:nth-child(6n + 5) {
    margin-left: 0;
  }

  .item-bg__inner {
    padding: 30px;
  }

  .video::before {
    top: -220px;
  }

  .video::after {
    display: none;
  }

  .video__inner {
    display: block;
  }

  .video__header {
    max-width: 100%;
    min-height: 350px;
    margin-right: 0;
    margin-left: 320px;
  }

  .video__all {
    margin-right: auto;
    margin-left: auto;
  }

  .video .item-video {
    width: calc(50% - 30px);
  }

  .item-video__image-wrap {
    margin-right: -35px;
    margin-left: -35px;
  }

  .questions__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .questions__items {
    margin-right: -20px;
    margin-left: -20px;
  }

  .questions__item {
    padding: 0 20px;
  }

  .questions__image {
    margin-right: 20px;
  }

  .recent .item:nth-child(n + 3) {
    display: none;
  }

  .post__entry ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .post__entry ::-webkit-scrollbar:vertical {
    width: 12px;
  }

  .post__entry ::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  .post__entry ::-webkit-scrollbar-thumb {
    border: 2px solid #FFF;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
  }

  .post__entry ::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .related {
    margin-top: 50px;
  }

  .sidebar__section {
    width: calc(100% - 30px);
  }

  .sidebar__section:nth-last-child(2):nth-child(odd) {
    margin-bottom: 50px;
  }

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

  .footer-nav {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .box {
    margin-right: -30px;
    margin-left: -30px;
  }

  .item {
    width: calc(100% - 30px);
  }

  .item-bg--big {
    height: 220px;
  }

  .item-bg__inner {
    padding: 20px;
  }

  .item-bg--big .item-bg__inner {
    padding: 20px;
  }

  .item-bg--big .item-bg__cat {
    margin-bottom: 17px;
  }

  .item-bg--big .item-bg__link {
    font-size: 18px;
  }

  .item-bg__text {
    display: none;
  }

  .more:not(:last-child) {
    margin-bottom: 60px;
  }

  .news {
    margin-bottom: 0;
  }

  .news__list {
    margin-right: -15px;
    margin-left: -15px;
  }

  .news__item {
    padding: 0 15px;
  }

  .video {
    margin: 60px 0;
  }

  .video::before {
    display: none;
  }

  .video__header {
    min-height: 1px;
    margin: 0 0 70px;
  }

  .questions {
    margin: 0 -30px 60px;
  }

  .questions__item {
    width: 100%;
  }

  .discuss__item {
    width: calc(100% - 40px);
  }

  .recent .item:nth-child(n + 3) {
    display: block;
  }

  .post-related {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  .post__entry img.alignleft,
  .post__entry .wp-caption.alignleft,
  .post__entry img.alignright,
  .post__entry .wp-caption.alignright {
    display: block;
    float: none;
    margin: 25px auto;
  }

  .gallery-item {
    width: 50%;
  }

  .comments__list .children li li li li {
    padding-left: 0;
  }

  .footer {
    margin-top: 60px;
  }

  .footer__copyright {
    width: 50%;
  }

  .footer-nav {
    width: 100%;
  }
  .content{
      width:100%;
  }
}

@media (max-width: 479px) {
  .header {
    padding: 25px 0;
  }

  .header__logo {
    width: 185px;
    height: 22px;
    background-size: contain;
  }

  .search {
    width: 290px;
  }

  .item-bg {
    height: 280px;
  }

  .news__item {
    width: 100%;
  }

  .video .item-video {
    width: calc(100% - 30px);
    max-width: 350px;
  }

  .post__heading {
    font-size: 28px;
  }

  .post__blue,
  .post__green,
  .post__red {
    padding-top: 110px;
    padding-left: 30px;
    background-position: 50% 25px;
  }

  .post__green {
    padding-top: 90px;
  }

  .post-related {
    padding: 30px;
  }

  .comments__list .children li {
    padding: 0;
  }

  .comment__avatar {
    display: none;
  }

  .footer__copyright {
    width: 100%;
  }
}
@media (min-width: 768x) and (max-width:1024px){
  .content{
          width: calc(100% - 320px)!important;
    padding: 0;
    float: left;
  }
.sidebar{
width: 300px!important;
}
    
}
.comment-single-body__actions-like{
	display:none;
}
.useful {
    margin: 0 30px 40px 0;
}
.items-bg--alternate .useful:nth-child(6n + 3) {
    margin-top: auto!important;
}
.commented{
    margin-top:50px;
    clear:both;
}
.useful-posts .poll {
    float: left;
    width: 390px;
    margin-top: -20px;
}
.useful-posts .items-bg{
    float: left;
    width: 810px;
    max-width: 100%;
}
@media (max-width: 1024px) {
   .useful-posts .poll {
        float: left;
        width: 100%;
        margin-top: -20px;
    } 
}
@media (min-width: 1350px) {
    .useful-posts .playbuzz {
        width: 31%;
        float: left;
        margin: -20px 0px;
    }
}
.grecaptcha-badge {
  display: none!important;
}