/* 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}

/* stylelint-enable */

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  color: #353D5C;
  background: #FFF;
  font: 14px/1.25 Montserrat, Arial, sans-serif;
}

a {
  transition: .2s;
  text-decoration: none;
  color: #3B58A2;
}

.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: 1110px;
  margin: 0 auto;
}

.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.grid:not(:last-child) {
  margin-bottom: 50px;
}

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

.grid__item--1-2 {
  width: calc(50% - 30px);
}

.heading {
  margin: -4px 0 45px;
  text-transform: uppercase;
  color: #3B58A2;
  font-size: 18px;
  font-weight: bold;
}

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

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

.header {
  position: relative;
  margin: 0 0 70px;
  background: url("../img/header-image-1.png") no-repeat 0 162px;
}

.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 364px;
  margin: 0 calc(50% - 50vw);
  background: #E7F1FD url("../img/header-bg.jpg") no-repeat 50% 0/cover;
}

.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -48px;
  width: 670px;
  height: 364px;
  background: url("../img/header-image-2.png");
}

.header__inner {
  display: -webkit-flex;
  display: flex;
  height: 364px;
  padding: 55px 0 0;
}

.header__headline {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.header__logo {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 231px;
  height: 22px;
  margin: 0 40px 0 0;
  background: url("../img/logo.png");
}

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

.header__desc {
  max-width: 230px;
  margin: 0;
  color: rgba(53, 61, 92, .7);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.header__nav {
  position: relative;
  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 -18px;
  padding: 9px 0 0;
}

.header__nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(90deg, #428CDA, #3B58A2);
  box-shadow: 0 8px 27px rgba(66, 136, 213, .36);
}

.main-nav {
  margin: 0 18px 9px;
  text-transform: uppercase;
  font-weight: bold;
}

.main-nav__list {
  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: 0 -18px;
  padding: 0;
}

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

.main-nav__item--homepage {
  margin-right: 8px;
}

.main-nav__link {
  display: block;
  height: 42px;
  color: #FFF;
  line-height: 42px;
}

.main-nav__item--homepage .main-nav__link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #353D5C url("data:image/gif;base64,R0lGODlhCwAJAIABAP///////yH5BAEAAAEALAAAAAALAAkAAAIWjA2nCLnRYDxTUnetdJFDBH7eljRRAQA7") no-repeat 50% 10px;
}

.main-nav__item--homepage .main-nav__link[href]:hover,
.main-nav__item--homepage .main-nav__link:focus {
  background-color: #3B58A2;
}

.main-nav__link[href]:hover,
.main-nav__link:focus {
  color: #FFCA11;
}

.main-nav__item--active .main-nav__link {
  color: #353D5C;
}

.buttons {
  text-transform: uppercase;
  font-weight: bold;
}

.buttons--header {
  margin: 0 18px 9px;
}

.buttons__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -10px;
  padding: 0;
  list-style: none;
}

.buttons--footer .buttons__list {
  -webkit-justify-content: center;
  justify-content: center;
}

.buttons__item {
  margin: 0 10px 10px;
}

.buttons__link {
  position: relative;
  display: block;
  padding: 13px 26px 12px;
  transition: .3s;
  color: #FFF;
  border-radius: 21px;
  background-position: 0;
  background-size: 200%;
  box-shadow: inset -10px -10px 25px rgba(159, 52, 113, .3), inset 10px 10px 25px rgba(255, 255, 255, .25);
}

.buttons__link--video {
  padding-right: 32px;
  padding-left: 32px;
  background-image: linear-gradient(90deg, #FF9E1E, #FF6215, #FF9E1E);
}

.buttons__link--ask {
  padding-left: 60px;
  background-image: linear-gradient(90deg, #9995E4, #B065E9, #9995E4);
}

.buttons__link--ask::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 26px;
  width: 23px;
  height: 23px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMACQb27d28VgP66eHOybXl1r+woZojGQ9uSzApHfHTxa2qppWKgX1dRUI92dCehWRRTjk2dhOfWgr2AAABKklEQVQoz02QiXLCIBRFb4jZ92hiYrTu+1pt7/9/WoHg2DMDczk83gAwTDZFFEbJ+oT/dKuABvf50fuQZFaUrkPS/rGM3pCct0LFZ0oy9bX2yGDro0mcZDfGfkA2SlchgwOqnIrwhcmAQQtgSG6BEXlexuSXhW85C3Q2E4F6xmIMIXc9QM83sgUOWuCoz05tXlEwGwPtbHYErJK8A35OF5Ec0tS1wDEmY1kEl2eELNFzCMisU2nJCBlT41fkcKpTSgcXXowvGfnQJExklV3hXdV7K2OpXrGGZueOer8nd7Ac2hMo6kp3VyboAM9cDgv7y1J6SW7Qf5BbAygYSi/kci6UryLSeQh4twY4zfnui2lKMl803n0Yq/SCwR/xw+IXH07reKDIrw9o/gAqcyi9Ewt4SgAAAABJRU5ErkJggg==");
}

.buttons__link--publish {
  padding-right: 50px;
  background-image: linear-gradient(90deg, #4189D7, #36BD72, #4189D7);
}

.buttons__link--publish::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 25px;
  width: 10px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14'%3E%3Cpath fill='%23FFF' d='M9.118 7l.021.024-.154.132-5.846 6.82-2.278-1.952L5.167 7 .861 1.976 3.139.024l5.846 6.82.154.132L9.118 7z'/%3E%3C/svg%3E");
}

.buttons__link[href]:hover,
.buttons__link:focus {
  background-position: 100%;
}

.categories {
  margin: 0 0 70px;
}

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

.categories__item {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding: 40px;
  transition: .2s;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px transparent, 0 0 43px rgba(148, 175, 208, .31);
}

.categories__item:hover,
.categories__item:focus {
  box-shadow: inset 0 0 0 2px #63A6EB, 0 0 0 transparent;
}

.categories__link {
  display: table;
  margin: -4px 0 19px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

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

.categories__text {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 20px;
}

.categories__more {
  display: table;
  padding: 12px 20px 11px;
  transition: .2s;
  text-transform: uppercase;
  color: #3B58A2;
  border-radius: 20px;
  background: #E7F2FD;
  font-weight: bold;
}

.categories__item:hover .categories__more,
.categories__item:focus .categories__more {
  color: #FFF;
  background: #418CDA;
}

.search {
  display: -webkit-flex;
  display: flex;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 0 43px rgba(148, 175, 208, .31);
}

.search:not(:last-child) {
  margin-bottom: 70px;
}

.search--bottom {
  margin-top: 70px;
}

.search__input {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 0 45px;
  transition: .2s;
  text-overflow: ellipsis;
  border: 3px solid #FFCA11;
  border-radius: 30px 0 0 30px;
  background: none;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
}

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

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

.search__input::placeholder {
  opacity: 1;
  color: rgba(53, 61, 92, .5);
}

.search__input:focus {
  border-color: #418CDA;
  outline: none;
}

.search__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 35px 0 66px;
  cursor: pointer;
  transition: .2s;
  text-transform: uppercase;
  color: #353D5C;
  border: none;
  border-radius: 0 30px 30px 0;
  background: #FFCA11 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAeFBMVEUAAAA1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw1PVw/zPDmAAAAJ3RSTlMA9tqYBMIrCd26imBJOzTw4KijnZKGdnFqJBgW4dCxrWVRRRMN7B3Wp0WkAAAAyElEQVQY022QaY+DIBgGeRHvo1rPau92d/7/P9wExJps59Nk8pAAylJlWn7SfFZ7ohTHYdzVJ5D009gAt89WkMLacoXW5xD5VZ2x3sLT1RIKlTTrpiZ00qFVm/qjObysJAxKn3xehIcVIX9r5YkvDFYO3M0x3nLNtF6k2b8MKit3eH1ygDiZhetWS8hWHSHwVTgbP7mBzmfzjgIg2u5qjoBcEqA+FWTKU4TuX/u4Anq1sTyGqfIn/X5PAATx/94B4ff9WX0h1eUfsBgS006KWRgAAAAASUVORK5CYII=") no-repeat 26px 50%;
  font: inherit;
  font-weight: bold;
}

.search__button:focus {
  color: #FFF;
  outline: none;
  background-color: #418CDA;
}

.recent:not(:last-child) {
  margin-bottom: 70px;
}

.test {
  padding: 27px;
  text-align: center;
  border: 3px solid #FFCA11;
  border-radius: 20px;
}

.test__text {
  margin: 0 0 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.test__link {
  display: table;
  margin: 0 auto;
  padding: 16px 35px 17px;
  transition: .3s;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 25px;
  background-image: linear-gradient(90deg, #4189D7, #3B59A3, #4189D7);
  background-position: 0;
  background-size: 200%;
  box-shadow: inset -10px -10px 25px rgba(159, 52, 113, .3), inset 10px 10px 25px rgba(255, 255, 255, .25);
  font-weight: bold;
}

.test__link[href]:hover,
.test__link:focus {
  background-position: 100%;
}

.publish {
  padding: 27px;
  text-align: center;
  border: 3px solid #FFCA11;
  border-radius: 20px;
}

.publish__text {
  margin: 0 0 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.publish__link {
  display: table;
  margin: 0 auto;
  padding: 16px 35px 17px;
  transition: .3s;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 25px;
  background-image: linear-gradient(90deg, #4189D7, #36BD72, #4189D7);
  background-position: 0;
  background-size: 200%;
  box-shadow: inset -10px -10px 25px rgba(159, 52, 113, .3), inset 10px 10px 25px rgba(255, 255, 255, .25);
  font-weight: bold;
}

.publish__link[href]:hover,
.publish__link:focus {
  background-position: 100%;
}

.breadcrumbs {
  margin: -4px 0 47px;
  font-size: 13px;
  font-weight: 500;
}

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

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

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

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

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

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

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

.item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E3EAF2;
}

.item__aside {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

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

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

.item__meta {
  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: 27px 0 -13px;
  color: rgba(53, 61, 92, .7);
  font-size: 12px;
  font-weight: 500;
}

.item__views {
  margin: 0 13px 10px;
  padding: 0 0 0 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAAP1BMVEU2OlIAAAA2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlLOi1PmAAAAFXRSTlN/AG1gMx4KeWYsEAdXUz10SkcnJhchyETyAAAAWElEQVQI1xXNRw7EMAwEwWZU8mqT//9Wi7cugsAgInP31vqeJw+HghnoKPqJyAwFF/7ACNX4VdDhPS94ZQPlAy0c/Aa+pMGVEas+FjKPzd1KNZS7Q52WyAOQ7wIrmtXl9QAAAABJRU5ErkJggg==") no-repeat 0 50%;
}

.item__comments {
  margin: 0 13px 10px;
  padding: 0 0 0 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAARVBMVEUAAAA2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlI2OlK/zTqYAAAAF3RSTlMAdCcIPHd8QWkyI1xJD4BtamErIBgEUU3vTDsAAABeSURBVAjXhc45FsMgDADREZKsYMC7c/+jJin8oMvvphvuEJdHKOGWHuYVMbrs+Ex3Tkiim/+3H3RpouxNf27QVnauTV5fWyWtsl6gOcwsxKpkHVYWMUbv5WDUygl8ABbQAtBTLRuCAAAAAElFTkSuQmCC") no-repeat 0 50%;
}

.item__likes {
  margin: 0 13px 10px;
  padding: 0 0 0 22px;
  color: #F45949;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAzklEQVQokZXRq04DURAG4G+PwZOCIwTBA1QfSYJs0qYBRXgJEh4EsXgUiGNwXBS0IWDQOCQILkEVxEHskrRLufSXM/OJmSlyzgx6bewg4gPn2MM6trGAO5RiOiryZXcFV1g0mRHm8IT5sXo/YHcKUAMNAPsBa1PAb2kFvM6IBBzMaC4CSpz9EzxiK4jpHRs4+QM8oCum+wBiesYmbn8AI3QwpNrpKy+qZ940wFsNrsUEipzz5Migt4xTrNaVjpiOx0e+owouqa5aiumw2f4E4Ss08b0oyxsAAAAASUVORK5CYII=") no-repeat 0 2px;
}

.item__title {
  display: table;
  margin: -7px 0 18px;
  color: #353D5C;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.item__title:hover,
.item__title:focus {
  color: #418CDA;
}

.item__text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 22px;
}

.item__more {
  display: table;
  padding: 12px 20px 11px;
  transition: .2s;
  text-transform: uppercase;
  color: #3B58A2;
  border-radius: 20px;
  background: #E7F2FD;
  font-weight: bold;
}

.item__more:hover,
.item__more:focus {
  color: #FFF;
  background: #418CDA;
}

.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -3px -6px;
  text-align: center;
}

.pagination__link,
.pagination__active,
.pagination__dots {
  width: 35px;
  height: 35px;
  margin: 0 3px 6px;
  transition: .2s;
  color: #3B58A2;
  border-radius: 50%;
  background: #E7F2FD;
  font-weight: bold;
  line-height: 35px;
}

.pagination__active {
  color: #FFF;
  background: #418CDA;
}

.pagination__link:hover,
.pagination__link:focus {
  color: #FFF;
  background: #418CDA;
}

.pagination__link--prev,
.pagination__link--next {
  position: relative;
  font-size: 0;
}

.pagination__link--prev::after,
.pagination__link--next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 8px;
  height: 8px;
  margin: auto;
  transition: .2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #3B58A2;
  border-width: 2px 0 0 2px;
}

.pagination__link--prev:hover::after,
.pagination__link--prev:focus::after,
.pagination__link--next:hover::after,
.pagination__link--next:focus::after {
  border-color: #FFF;
}

.pagination__link--next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.post {
  margin: 0 0 44px;
}

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

.post__heading {
  margin: -7px 0 28px;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: bold;
}

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

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

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

.post__entry p {
  margin: 0 0 22px;
}

.post__entry a {
  text-decoration: underline;
}

.post__entry a:hover,
.post__entry a:focus {
  text-decoration: none;
}

.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
  margin: 33px 0 22px;
  font-size: 1.75rem;
  font-weight: 600;
}

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

.post__entry h3 {
  font-size: 1.625rem;
}

.post__entry h4 {
  font-size: 1.5rem;
}

.post__entry h5 {
  font-size: 1.375rem;
}

.post__entry h6 {
  font-size: 1.25rem;
}

.post__entry li {
  margin: 0 0 8px;
  list-style: none;
}

.post__entry li p {
  margin: 0;
}

.post__entry li p:not(:last-child) {
  margin-bottom: 8px;
}

.post__entry li ul,
.post__entry li ol {
  margin-top: 8px;
  margin-bottom: 0;
}

.post__entry ul {
  margin: 0 0 22px;
  padding: 0 0 0 40px;
}

.post__entry ul > li {
  position: relative;
}

.post__entry ul > li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -35px;
  width: 11px;
  height: 11px;
  border: 2px solid #3B58A2;
  border-radius: 50%;
}

.post__entry ol {
  counter-reset: li;
  margin: 0 0 22px;
  padding: 0 0 0 40px;
}

.post__entry ol > li {
  position: relative;
}

.post__entry ol > li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -35px;
  width: 28px;
  width: 23px;
  height: 23px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background: #3B58A2;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
}

.post__entry ol ol > li::before {
  content: counters(li, ".");
}

.post__entry 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__figure.alignleft {
  margin: 5px 30px 15px 0;
}

.post .alignright {
  float: right;
}

.post img.alignright,
.post__figure.alignright {
  margin: 5px 0 15px 30px;
}

.post__figure {
  overflow: hidden;
  border-radius: 5px;
  background: #E7F2FD;
}

.post__figure img {
  display: block;
  border-radius: 5px 5px 0 0;
}

.post__figure.alignnone,
.post__figure.aligncenter {
  margin-top: 28px;
  margin-bottom: 28px;
}

.post__figure-caption {
  margin: 0;
  padding: 10px 10px 11px;
  text-align: center;
  color: rgba(53, 61, 92, .7);
  font-size: 14px;
}

.post__video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0;
}

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

.post blockquote {
  margin: 34px 0;
  padding: 27px 30px 29px 142px;
  border-radius: 5px;
  background: #E7F2FD url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAbFBMVEUAAABBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNpBjNo39rg/AAAAJHRSTlMAy9fO0dTZT7wEqLEbeAqjmSAOhhTEtpNUSSvBimIygWkmOEPwy/A8AAAC2ElEQVRIx4VW2aKrIAyUEHDf96VWe///Hy+gliL0lCclDGQmIcRzjNJP+6gLgi7qU7+0zC7EIycADJFSRAZA8u0Xbqpbzij5GJTxdpn+gCRPAgeCIhMDzx+gdfIN48+cqr2BBlHR90UUUGBqis+DE5I9AYWdQbAMUxPKqbCZhiUAJqYR6szhWs6ljUVDYxqaIWdyN54nFiYGaYj90N4vHJUR4vK2nZymLK3M1cnpUpVKaixODD65wCDxb8LEbfe4voWZQP7J68kFpn3dMJxR5Bfq1QoUrz/M0jdyw4SRUi24PF7VWcOb0Cx+mX+jXwUqQuTNfhSb4Jx8OAepCdEnaRopaAd3SgnGlaX0CAcnLVeMhNIjD2sQzo2XxVZPj3/ibFhUWFtKWGTHVKVRZv7n7CT5kIx878fQMvPtRAfNb8ClKAqvSkIPP53+Zabbij8p1Ykw2BcleQ1pHxeh7R/4Snx6v86PqGsRgPH6ZtgJlSHtJaXqHqItQEJUJGxSrPAilNScOhHaWgKp5V6HEuoEuQwFI9h58rzeBj0liD+secXmCyiMkWiBLJDbvYkKDMah2z23ECq3CDwtzLH8lNzeUOrwz/PckqeS8d33ZqaC0awFN4PrTqORacEdaWQnrC24nbBhbpPKtODOq+G8hCtqwR2X8LruubFg40TXJ/u6uwtLfgn+Wj13YfEmVcIybUvaU/AmEEBHCdPF0s7wMDdTIuUf1TyZ0XAwPUBJH2dG8FDesMR8ANbPHVVFTgxJWzTToFZPzYV6gTAjj0sDI93hy/dH7TEj7TbTN3VOVJlPLhOo9/PZrJMByVKUtLvbU12eb/HoKupjDFQYu/JbS5D795bAP1uCKHE0H/W7+fD36mg+qt2vr+ZjqTzXGGZQLyYAudocAufUPHxtqGqq1hB6NVT0aqj+at/WhXA0WzfkZFl/NYlbZDaJ0bZ7v0e4+2lxtKNFOuyOGPwHjI8mGF64BuEAAAAASUVORK5CYII=") no-repeat 45px 50%;
  font-size: 14px;
  line-height: 22px;
}

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

.post .post__info {
  margin: 37px 0;
  padding: 32px 30px 34px 153px;
  border-radius: 5px;
  background: url("../img/post-info.png") no-repeat 42px 50%;
  box-shadow: 0 0 43px rgba(148, 175, 208, .31);
  font-size: 14px;
  line-height: 22px;
}

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

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

.post th,
.post td {
  padding: 11px 20px 12px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.post th:first-child,
.post td:first-child {
  padding-left: 20px;
  text-align: left;
}

.post tr:first-child th,
.post tr:first-child td {
  color: #FFF;
  background: #418CDA;
}

.post tr:first-child th:first-child,
.post tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}

.post tr:first-child th:last-child,
.post tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}

.post tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.post tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.post tr:nth-child(even) td {
  background: #E7F2FD;
}

.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px -5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.215;
}

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

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

.gallery .wp-caption-text {
  margin: 5px 0 0;
}

.post-rating {
  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: 0 0 50px;
  padding: 20px 20px 10px;
  text-align: center;
  border: 3px solid #E7F2FD;
  border-radius: 10px;
}

.post-rating__title {
  margin: 0 7px 10px;
  font-size: 16px;
  font-weight: 600;
}

.post-rating__rate {
  margin: 0 7px 10px;
}

.post-rating .kk-star-ratings {
  float: none;
  min-height: auto;
  margin: 0;
}

.post-rating .kksr-legend {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.subscribe {
  margin: 0 0 50px;
  padding: 65px 30px;
  border-radius: 20px;
  background: #E8F6FE url("../img/subscribe-bg.jpg") no-repeat 50% 0/cover;
}

.subscribe__inner {
  display: -webkit-flex;
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}

.subscribe__info {
  width: 245px;
  margin: 0 25px 0 0;
}

.subscribe__heading {
  margin: -6px 0 20px;
  color: #083272;
  font-size: 24px;
  font-weight: 600;
}

.subscribe__text {
  margin: 0;
  color: rgba(8, 50, 114, .5);
  font-size: 12px;
}

.subscribe__form {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.subscribe__input {
  width: 100%;
  height: 50px;
  padding: 10px 25px;
  transition: .2s;
  text-align: center;
  border: none;
  border-radius: 25px;
  font: inherit;
}

.subscribe__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(53, 61, 92, .5);
}

.subscribe__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(53, 61, 92, .5);
}

.subscribe__input::placeholder {
  opacity: 1;
  color: rgba(53, 61, 92, .5);
}

.subscribe__input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #418CDA;
}

.subscribe__button {
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: .2s;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  border-radius: 25px;
  background: #418CDA;
  font: inherit;
  font-weight: bold;
}

.subscribe__button:hover,
.subscribe__button:focus {
  outline: none;
  background: #3B58A2;
}

.subscribe .sp-form {
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
}

.subscribe .sp-form .sp-field {
  padding: 0;
}

.subscribe .sp-form .sp-field:not(:last-child) {
  margin-bottom: 20px;
}

.subscribe .sp-form .subscribe__button {
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
}

.comments {
  margin: 0 0 50px;
}

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

.comments__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: -6px 0 33px;
  font-size: 24px;
  font-weight: 600;
}

.comments__heading::after {
  content: "";
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 1px;
  margin: 2px 0 0 13px;
  background: #E9EBF0;
}

.comments__heading-count {
  margin-right: 8px;
  color: #418CDA;
}

.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 40px;
}

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

.comment__inner {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

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

.comment__author {
  color: #418CDA;
}

.comment__text p {
  margin: 0;
}

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

.comment__reply {
  display: inline-block;
  height: 16px;
  margin: 0 0 0 13px;
  padding: 0 8px 2px;
  cursor: pointer;
  transition: .2s;
  vertical-align: top;
  color: #FFF;
  border: none;
  border-radius: 5px;
  background: #418CDA;
  font: inherit;
  font-size: 9px;
}

.comment__reply:hover,
.comment__reply:focus {
  outline: none;
  background: #3B58A2;
}

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

.respond {
  margin: 0 0 80px;
}

li .respond {
  margin-top: 30px;
  margin-bottom: 30px;
}

.respond__heading {
  margin: -6px 0 23px;
  font-size: 24px;
  font-weight: 600;
}

.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: 11px 18px 12px;
  border: 1px solid rgba(198, 203, 212, .39);
  border-radius: 5px;
  font: inherit;
  font-size: 12px;
  line-height: 1.3;
}

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

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

.form__input::placeholder {
  opacity: 1;
  color: rgba(53, 61, 92, .5);
}

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

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

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

.other__heading {
  margin: -6px 0 43px;
  font-size: 24px;
  font-weight: 600;
}

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

.other__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc(49.99% - 40px);
  margin: 0 20px 40px;
}

.other__image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, .05);
}

.other__title {
  color: #353D5C;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.other__title:hover,
.other__title:focus {
  color: #418CDA;
}

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

.sidebar {
  width: 31.53%;
}

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

.sidebar__section {
  margin-bottom: 70px;
}

.fb-widget {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 43px rgba(148, 175, 208, .31);
}

.top__heading {
  text-align: center;
}

.top__item {
  position: relative;
}

.top__item:not(:last-child) {
  margin-bottom: 50px;
}

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

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

.top__title {
  display: table;
  margin: 26px 0 -4px;
  text-align: center;
  color: #353D5C;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.top__title:hover,
.top__title:focus {
  color: #418CDA;
}

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

.sidebar-test {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding: 180px 40px 40px 40px;
  text-align: center;
  border-radius: 20px;
  background: url("../img/sidebar-test.png") no-repeat 50% 40px;
  box-shadow: 0 0 43px rgba(148, 175, 208, .31);
}

.sidebar-test__heading {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
}

.sidebar-test__link {
  display: table;
  margin: 0 auto;
  padding: 17px 35px 16px;
  transition: .2s;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 25px;
  background: #418CDA;
  font-weight: bold;
}

.sidebar-test__link:hover,
.sidebar-test__link:focus {
  background: #3B58A2;
}

.sidebar-test__text {
  margin: 24px 0 -5px;
  color: rgba(53, 61, 92, .7);
  font-size: 13px;
  line-height: 20px;
}

.poll__question {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.poll__list {
  margin: 0 0 36px 20px;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.poll__list li {
  margin: 0 0 20px;
}

.poll__list input {
  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;
}

.poll__list label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}

.poll__list label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E3EAF2;
  border-radius: 3px;
}

.poll__list label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  transition: .2s;
  opacity: 0;
  border-radius: 3px;
  background: #418CDA;
}

.poll__list input:focus + label::before {
  box-shadow: 0 0 15px rgba(148, 175, 208, .5);
}

.poll__list input:checked + label::after {
  opacity: 1;
}

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

.poll__results-list li {
  margin: 0 0 20px;
}

.poll .poll__button {
  padding: 17px 35px 16px;
  cursor: pointer;
  transition: .2s;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  border-radius: 25px;
  background: #418CDA;
  font: inherit;
  font-weight: bold;
}

.poll .poll__button:hover,
.poll .poll__button:focus {
  outline: none;
  background: #3B58A2;
}

.footer {
  position: relative;
  margin: 70px 0 0;
  padding: 40px 0;
}

.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  background: #D6E9FC url("../img/footer-bg.jpg") no-repeat 0 0/cover;
}

.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__copyright {
  width: 260px;
  padding: 38px 0 0;
  color: rgba(53, 61, 92, .7);
  background: url("../img/logo.png") no-repeat;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.footer__copyright p {
  margin: 0;
}

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

.footer__mid {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.footer__counters {
  width: 88px;
}

.footer__counters img {
  margin: 2px 0;
  vertical-align: bottom;
}

.footer-nav:not(:last-child) {
  margin-bottom: 22px;
}

.footer-nav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -23px -15px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.footer-nav__item {
  margin: 0 23px 15px;
}

.footer-nav__link[href]:hover,
.footer-nav__link:focus {
  color: #418CDA;
}

.footer-nav__item--active .footer-nav__link {
  color: #353D5C;
}

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

  .header::before {
    background-position: 40% 0;
  }

  .header::after {
    right: -180px;
  }

  .header__nav {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .categories__item {
    padding: 30px;
  }

  .fb-widget {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .post__heading {
    font-size: calc(1.3125rem + .9vw);
  }

  .post__entry h2,
  .post__entry h3,
  .post__entry h4,
  .post__entry h5,
  .post__entry h6 {
    font-size: calc(1.3rem + .72vw);
  }

  .post__entry h3 {
    font-size: calc(1.2875rem + .54vw);
  }

  .post__entry h4 {
    font-size: calc(1.275rem + .36vw);
  }

  .post__entry h5 {
    font-size: calc(1.2625rem + .18vw);
  }
}

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

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

  .middle {
    display: block;
  }

  .content {
    width: 100%;
    padding: 0;
  }

  .header {
    margin-bottom: 50px;
    background: none;
  }

  .header::before {
    bottom: 60px;
    height: auto;
    background-position: 50% 0;
  }

  .header::after {
    display: none;
  }

  .header__inner {
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 30px 0;
  }

  .header__headline {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .categories {
    margin-bottom: 50px;
  }

  .categories__list {
    -webkit-justify-content: center;
    justify-content: center;
  }

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

  .search:not(:last-child) {
    margin-bottom: 50px;
  }

  .search--bottom {
    margin-top: 50px;
  }

  .recent:not(:last-child) {
    margin-bottom: 50px;
  }

  .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;
  }

  .respond {
    margin-bottom: 50px;
  }

  .sidebar__section {
    margin-bottom: 50px;
  }

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

  .sidebar__section {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .footer {
    margin-top: 50px;
  }

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

  .footer__copyright {
    text-align: center;
    background-position: 50% 0;
  }

  .footer__mid {
    -webkit-flex: none;
    flex: none;
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .grid__item--1-2 {
    width: calc(100% - 30px);
  }

  .header::before {
    background: #E7F1FD;
  }

  .header__headline {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header__logo {
    margin: 0 0 10px;
  }

  .header__desc {
    text-align: center;
  }

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

  .search__input {
    padding: 0 25px;
  }

  .search__button {
    width: 60px;
    padding: 0;
    background-position: 17px 50%;
    font-size: 0;
  }

  .item {
    display: block;
  }

  .item__aside {
    max-width: 450px;
    margin: 0 auto 25px;
  }

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

  .gallery-item {
    width: 50%;
  }

  .subscribe {
    padding: 30px;
  }

  .subscribe__inner {
    display: block;
    max-width: 390px;
  }

  .subscribe__info {
    width: auto;
    margin: 0 0 30px;
  }

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

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

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

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

@media (max-width: 479px) {
  .test__text br {
    display: none;
  }

  .publish__text br {
    display: none;
  }

  .post blockquote {
    padding-top: 95px;
    padding-left: 30px;
    background-position: 50% 25px;
  }

  .post .post__info {
    padding-top: 130px;
    padding-left: 30px;
    background-position: 50% 25px;
  }

  .comments__list .children li {
    padding: 0;
  }

  .comment__avatar {
    display: none;
  }
}