@font-face {
  font-family: "MuseoSansCyrl";
  font-weight: 500;
  src: url("../fonts/museo/museosanscyrl-500.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/museo/museosanscyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museo/museosanscyrl-500.woff") format("woff"), url("../fonts/museo/museosanscyrl-500.ttf") format("truetype"), url("../fonts/museo/museosanscyrl-500.svg#museosanscyrl-500") format("svg");
  /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: "MuseoSansCyrl";
  font-weight: 700;
  src: url("../fonts/museo/museosanscyrl-700.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/museo/museosanscyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museo/museosanscyrl-700.woff") format("woff"), url("../fonts/museo/museosanscyrl-700.ttf") format("truetype"), url("../fonts/museo/museosanscyrl-700.svg#museosanscyrl-700") format("svg");
  /* Chrome < 4, Legacy iOS */
}

body {
  background: #F4F5F6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "MuseoSansCyrl", sans-serif;
  font-weight: 400;
  /*line-height: 140%;*/
  overflow-x: hidden;
}

body .site-main {
  flex-grow: 1;
}

html {
  scroll-behavior: initial !important;
}

.wrapper {
  display: flex;
}

.wrapper.is-center {
  justify-content: center;
}

.wrapper.is-center .main {
  max-width: 855px;
  padding: 0;
}

.aside {
  position: relative;
  max-width: 210px;
  flex: 0 0 210px;
}

.aside.none {
  display: none;
}

.aside > div {
  position: sticky;
  top: 30px;
}

.main {
  flex-grow: 1;
  padding-left: 45px;
  width: 100%;
  /*max-width: 810px;*/
  /*max-width: 855px;*/
}

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

.widget__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.widget__title svg {
  margin-right: 5px;
}

.widget__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget__menu li:not(:last-child) {
  margin-bottom: 2px;
}

.widget__menu a {
  color: rgba(4, 18, 27, 0.64);
  text-decoration: none;
  transition: 0.3s color;
}

.widget__menu a:hover {
  color: #009EE4;
}

.section {
  margin-bottom: 40px;
}

.section__head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.section__panel {
  background: white;
  padding: 30px;
  border-radius: 15px;
}

.banner-big {
  /*background: url("../images/banner.svg") no-repeat right center;*/
  padding: 15px;
  border-radius: 15px;
  min-height: 200px;
  margin-bottom: 25px;
}

.banner-big__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
}

.gy-30 {
  margin-bottom: -25px;
}

.gy-30 > div {
  padding-bottom: 25px;
}

.post-item__picture {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.post-item__picture img {
  width: 100%;
}

.post-item__link {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 120%;
  color: #000;
  text-decoration: none;
  transition: 0.3s color;
}

.post-item__link:hover {
  color: #009EE4;
}

.post-item__bottom {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: rgba(4, 18, 27, 0.48);
}

.post-item__actions {
  display: flex;
  justify-content: space-between;
  color: #878D92;
  font-size: 12px;
}

.post-item__action {
  display: flex;
  align-items: center;
}

.post-item__action svg {
  margin-right: 5px;
}

.post-item__action:not(:last-child) {
  margin-right: 10px;
}

.post-lg__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.post-lg__picture {
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.post-lg__picture img {
  width: 100%;
}

.post-lg__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.post-lg__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.post-lg__tag {
  color: #009EE4;
  text-decoration: none;
  transition: 0.3s color;
}

.post-lg__tag:hover {
  color: #000;
}

.post-lg__tag:not(:last-child) {
  margin-right: 10px;
}

.post-lg__date {
  color: rgba(4, 18, 27, 0.48);
}

.post-lg__link {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  transition: color 0.3s;
  margin: 10px 0;
  display: block;
  line-height: 110%;
  text-decoration: none;
}

.post-lg__link:hover {
  color: #009EE4;
}

.post-lg__author {
  display: flex;
  align-items: center;
}

.post-lg__author img {
  margin-right: 5px;
}

.banner-small {
  padding: 30px 25px;
  border-radius: 15px;
  line-height: 130%;
  color: #04121B;
}

.banner-small__title {
  margin-bottom: 10px;
  font-size: 20px;
}

.banner-small__text {
  font-size: 18px;
  margin-bottom: 20px;
}

.post-short {
  font-size: 14px;
}

.post-short__title {
  color: #000000;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: color 0.3s;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-short__title svg {
  margin-left: 15px;
}

.post-short__title:hover {
  color: #009EE4;
}

.subscribe form,
.subscribe-full form {
  text-align: center;
}

.subscribe input,
.subscribe-full input {
  background: transparent;
  font-size: 15px;
  border: none;
  border-bottom: 2px solid #009EE4;
  display: block;
  width: 100%;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0 10px;
}

.subscribe input::placeholder,
.subscribe-full input::placeholder {
  color: #C4C4C4;
}

.subscribe button,
.subscribe-full button {
  margin-top: 5px;
  min-width: 270px;
}
.subscribe-full .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.subscribe {
  min-height: 220px;
  background: white;
  border-radius: 15px;
  display: flex;
  padding: 0 50px 0 30px;
  position: relative;
}

.subscribe:before {
  content: url("../images/icons/letter-1.svg");
  position: absolute;
  top: -30px;
  left: -15px;
}

.subscribe:after {
  content: url("../images/icons/letter-2.svg");
  position: absolute;
  bottom: -40px;
  right: -50px;
}

.subscribe__title {
  font-size: 21px;
  font-weight: 600;
}

.subscribe .row {
  align-items: center;
}

.post-inline {
  display: flex;
  align-items: center;
  transition: 0.3s color;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  color: #000;
}

.post-inline:hover {
  color: #009EE4;
}

.post-inline img {
  margin-right: 15px;
  border-radius: 10px;
}

.post-main {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.post-main__picture {
  height: auto;
  max-height: 200px;
  background: #F4D6FF;
}

.post-main__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-main__text {
  font-size: 20px;
  max-width: 670px;
}

.post-main__title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.post-main__content {
  background: white;
  padding: 20px;
}

.pagination {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 10px;
  min-width: 55px;
  margin: 5px;
  font-size: 22px;
  line-height: 110%;
  color: #999999;
  text-decoration: none;
  font-weight: 400;
}

.pagination span {
  background: #C2F5FF;
}

.pagination a {
  border: 0.883197px solid #D9D9D9;
  border-radius: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.title-sm {
  font-size: 18px;
  font-weight: 700;
}

.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.categories ul a {
  color: #000000;
  margin: 10px;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
}

.categories ul a:hover {
  color: #009EE4;
}

.single__top {
  max-width: 920px;
}

.single__top img {
  width: 100%;
  height: auto;
}

.single-section {
  margin-bottom: 50px;
}

.single-section .section__head {
  margin-bottom: 30px;
}

.single__start {
  background: #FF4545;
  border-radius: 2.475px;
  height: 35px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white !important;
  width: 100%;
  transition: 0.3s background-color;
}

.single__start:hover {
  background: #FF4545;
  /*background: #009EE4;*/
}

.single__actions {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 110%;
  color: #999999;
}

.single__title {
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 12px;
}

.single__wrapper {
  /*margin-top: 30px;*/
}

.single__content {
  flex-grow: 1;
}

.single__content .text {
  line-height: 130%;
}

.single__content .text,
.single__content .text p {
  font-size: 18px;
  line-height: 130%;
}

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

.single__content .text > * {
  margin-bottom: 20px;
}

.single__content .text ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

.single__content .text li:not(:last-child) {
  margin-bottom: 5px;
}

.single__content .text blockquote {
  font-size: 18px;
  font-style: italic;
  border-left: 3px solid #009EE4;
  color: #6D6D6D;
  padding-left: 30px;
}

.single__content .text figure {
  margin: 40px 0;
  text-align: center;
}

.single__content .text figure figcaption {
  color: #6D6D6D;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.single__banners {
  max-width: 285px;
  flex: 0 0 285px;
  position: relative;
  padding-bottom: 50px;
}

.single__banners > div {
  position: sticky;
  top: 20px;
}

.single__banners > div > div:not(:last-child) {
  margin-bottom: 25px;
}

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

.single__banners .banner a {
  color: #000;
  text-decoration: none;
}

.single__banners .banner img {
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
}

.single__save {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.single__save span {
  margin-left: 10px;
}

.single__socials {
  display: flex;
  align-items: center;
}

.single__socials nav {
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.single__socials nav a:not(:last-child) {
  margin-right: 12px;
}

.single__bottom {
  margin-top: 45px;
  font-size: 18px;
  margin-bottom: 30px;
}

.single__bottom .row {
  margin-bottom: -20px;
  align-items: center;
  justify-content: space-between;
}

.single__bottom .row > * {
  padding-bottom: 20px;
}

.single__bottom span {
  display: flex;
  align-items: center;
}

.single__bottom span svg:not(:last-child) {
  margin-right: 10px;
}

.single__all-posts {
  text-decoration: underline;
  color: #000;
  transition: 0.3s color;
}

.single__all-posts:hover {
  color: #009EE4;
}

.subscribe-full {
  border: 2px solid #009EE4;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.subscribe-full .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 146px;
}

.subscribe-full .head {
  display: flex;
  align-items: center;
  position: relative;
}

.subscribe-full .head img {
  position: absolute;
  left: -20px;
}

.subscribe-full .row {
  align-items: center;
}

.subscribe-full button {
  width: 100%;
  min-width: 100%;
}

.single-comments__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-comments textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  resize: none;
  margin-bottom: 20px;
  padding: 10px;
}

.single-comments textarea:focus {
  outline: none;
}

.comment {
  display: flex;
  font-size: 18px;
}

.comment svg {
  margin-right: 15px;
}

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

.comment b {
  margin-bottom: 5px;
  display: block;
}

.comment p {
  margin-bottom: 0;
  line-height: 130%;
}

.comment-bottom {
  display: flex;
  margin-top: 10px;
}

.comment-date {
  margin-right: 30px;
}

.comment-reply {
  color: #009EE4;
  text-decoration: none;
  transition: color 0.3s;
}

.comment-reply:hover {
  color: #000;
}

.posts-slider .slick-slide {
  padding: 0 20px;
}

.posts-slider .slick-list {
  margin: 0 -20px;
}

.subscribe-bg {
  background: #C2F5FF;
  padding: 35px 40px;
  border-radius: 15px;
  position: relative;
}

.subscribe-bg img {
  position: absolute;
  bottom: -35px;
  left: -35px;
}

.subscribe-bg .col-item {
  position: relative;
}

.subscribe-bg .form {
  background: white;
  padding: 30px 40px;
  border-radius: 15px;
  text-align: center;
}

.subscribe-bg input {
  background: #F4F4F4;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  border: none;
  padding-left: 15px;
}

.subscribe-bg input::placeholder {
  color: rgba(4, 18, 27, 0.24);
}

.subscribe-bg .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 10px;
}

.btn {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
}

.btn--light {
  background: #FFEC8F;
  color: #000000;
}

.btn--light:hover {
  /*background: #009EE4;*/
  /*color: white;*/
}

.btn--blue {
  background: #009EE4;
  color: white;
}

/*.btn--blue:hover {*/
/*  background: #FCDE00;*/
/*  color: #000;*/
/*}*/

.btn--blue:hover {
  background: #009EE4;
  color: white;
}

/**
*
*/

.site-footer {
  margin-top: 2.5rem;
  background: #009EE4;
  padding: 40px 0 20px;
  color: white;
}

.site-footer .site-footer-logo {
  margin-bottom: 30px;
  display: block;
}

.site-footer .site-footer-logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

.site-footer .footer-cont a {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 15px 30px;
}

.site-footer .footer-cont a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: -30px;
}

.site-footer .footer-cont .footer-phone:before {
  background: url(../images/icons/phone.svg) no-repeat center/20px;
}

.site-footer .footer-cont .footer-mail:before {
  background: url(../images/icons/mail.svg) no-repeat center/20px;
}

.site-footer .site-footer-about {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.site-footer .footer-menu {
  padding: 0;
  list-style: none;
}

.site-footer .footer-menu li {
  margin: 0 0 20px 0;
}

.site-footer .footer-menu li a {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 120%;
  display: block;
}

.site-footer .footer-m-block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.site-footer .footer-m-block .footer-seti {
  display: flex;
  margin-bottom: 25px;
  justify-content: flex-start;
}

.site-footer .footer-m-block .footer-seti a {
  /* width: 100%; */
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.site-footer .footer-m-block .footer-seti img {
  max-height: 25px;
}

.container {
  padding: 0 15px;
  /*max-width: 1095px;*/
  max-width: 1140px;
}

.site-header {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-bottom: 1px solid #F4F5F6;
}

.site-header__banner {
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.site-header__banner .container {
  position: relative;
  display: flex;
  min-height: 65px;
  justify-content: center;
  align-items: center;
}

.site-header__banner .btn {
  margin: 0 50px;
}

.site-header__banner img.is-mobile {
  display: none;
}

.site-header__menu ul ul {
  list-style: none;
  background: #FFFFFF;
  border: 1px solid rgba(4, 18, 27, 0.08);
  border-radius: 20px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  position: absolute;
  padding: 20px;
  font-size: 16px;
  display: none;
}

.site-header__menu ul ul a {
  color: #04121B;
  text-decoration: none;
  transition: 0.3s color;
  text-align: left;
}

.site-header__menu ul ul a:hover {
  color: #009EE4;
}

.site-header__menu ul ul li:not(:last-child) {
  margin-bottom: 5px;
}

.site-header__menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.site-header__menu > ul > li {
  flex-grow: 1;
  position: relative;
}

.site-header__menu > ul > li:hover ul {
  display: block;
}

.site-header__menu > ul > li > a {
  font-weight: 600;
  color: #04121B;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s;
}

.site-header__menu > ul > li > a:hover {
  color: #009EE4;
}

.site-header__action {
  margin-left: 8px;
}
.search_active_icon {
  display: none;
}
.site-header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.site-header__search {
  background: #F4F5F6;
  flex-grow: 1;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  padding-right: 15px;
}

.site-header__search button {
  background: transparent;
  border: none;
  padding: 0;
}

.site-header__search input {
  background: transparent;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 15px;
}

.site-header__search input::placeholder {
  color: #999999;
}

.site-header__search input:focus {
  outline: none;
}

.site-header__main {
  background: white;
  padding: 20px 0;
}

.site-header__main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-menu {
  display: flex;
}

.site-menu a {
  text-decoration: none;
  transition: color 0.3s;
}

.site-menu a:hover {
  color: #FCDE00;
}

.home-section {
  padding: 130px 0;
}

.home-section__head {
  margin-bottom: 50px;
}

.home-section__head:not(.is-mobile) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-section__head:not(.is-mobile) .home-section__title-border {
  margin-bottom: 15px;
}

.home-section__head.is-mobile > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.home-section__footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.home-section__title-border {
  font-size: 48px;
}

.home-section__title--desktop {
  display: none;
}

.home-section__controls {
  display: flex;
  align-items: center;
}

.home-section__controls > *:first-child {
  margin-right: 20px;
}

.home-section--yellow {
  background: #FCDE00;
}

.home-products:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
}

.home-products .slick-slide {
  margin-bottom: 5px;
}

.home-products:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.home-aside__posts {
  justify-content: center;
}

.home-posts-banner.is-mobile {
  text-align: center;
  margin-top: 50px;
}

.home-posts--mobile:not(.slick-initialized) {
  display: flex;
}

.home-posts--mobile .slick-list {
  margin: 0 -7px;
}

.home-posts--mobile .slick-slide {
  padding: 0 7px 5px 7px;
}

.page__title {
  margin-bottom: 20px;
}

.page__actions {
  display: flex;
  position: relative;
}

.page__seo {
  padding-top: 70px;
}

.page__seo-text {
  margin-bottom: 20px;
  position: relative;
}

.page__seo-text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 30px;
}

.page__seo-text:before {
  content: "";
  left: -90px;
  right: -90px;
  bottom: 0;
  height: 50px;
  filter: blur(20px);
  position: absolute;
}

.page__seo > a {
  position: relative;
  z-index: 2;
}

.page__categories {
  display: flex;
  padding-bottom: 10px;
  touch-action: pan-x;
  overflow-x: scroll;
}

.page__categories > div {
  margin-right: 15px;
}

.page__content {
  margin-top: -57px;
  position: relative;
  padding-top: 40px;
  z-index: 2;
}

.page__search {
  width: 250px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  border-radius: 0 60px 60px 0;
}

.page__action {
  margin-top: 35px;
  justify-content: center;
}

.page-wrapper {
  display: flex;
}

.page-content {
  flex: 0 0 calc(100% - 430px);
  max-width: calc(100% - 430px);
}

.page-aside {
  flex: 0 0 430px;
  max-width: 430px;
  position: relative;
}

.page-aside > div {
  position: sticky;
  top: 80px;
}

.account-content {
  flex-grow: 1;
}

.account-aside {
  position: relative;
}

.account-aside > div {
  position: sticky;
  top: 85px;
}

@media (min-width: 768px) {
  .subscribe-full .title-sm {
    max-width: 330px;
  }

  .subscribe-full form {
    max-width: 210px;
  }

  .home-section__footer .btn {
    display: none;
  }

  .home-section__title--desktop {
    display: block;
  }

  .home-section__title--mobile {
    display: none;
  }

  .home-products .slick-list {
    margin: 0 -2.5px;
  }

  .home-products .slick-slide {
    padding: 0 5px;
  }

  .home-posts-banner.is-mobile {
    display: none;
  }

  .home-posts--mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .post-lg--flex {
    display: flex;
  }

  .post-lg--flex .post-lg__picture {
    flex: 0 0 380px;
    max-width: 380px;
    margin-right: 25px;
  }

  .post-short.is-lg {
    font-size: 20px;
  }

  .post-inline.is-lg {
    font-size: 20px;
  }

  .single__wrapper {
    display: flex;
  }

  .single__content {
    padding-right: 65px;
  }

  .single__content .text blockquote {
    margin-left: 50px;
  }

  .subscribe-full .head {
    padding-left: 180px;
  }

  .site-header__menu {
    min-width: 375px;
  }

  .site-header__menu > ul {
    justify-content: space-between;
    padding: 0 15px;
  }

  .site-header__action {
    display: none;
  }
  .search_active_icon {
    display: block;
  }

  .site-header__right .btn {
    margin-left: 20px;
  }

  .home-events {
    display: flex;
  }

  .home-events__big {
    flex: 0 0 900px;
    max-width: 900px;
  }

  .account-wrapper {
    display: flex;
  }

  .account-aside {
    flex: 0 0 360px;
    max-width: 360px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .account-aside {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .home-aside {
    height: 100%;
  }
}

@media (max-width: 1600px) {
  .home-section {
    padding: 90px 0;
  }
}

@media (max-width: 1399.98px) {
  .site-header__banner .btn {
    margin: 0 15px;
  }
}

@media (max-width: 1199px) {
  .site-footer .footer-menu li a {
    font-size: 14px;
  }

  .site-footer .footer-m-block p {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .home-section--posts {
    padding-bottom: 0;
  }

  .home-aside {
    margin: 70px -30px 0 -30px;
    padding: 50px 30px;
  }
}

@media (max-width: 991.98px) {
  .aside {
    position: absolute;
    top: 120px;
    right: 10px;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 30px 15px;
    min-width: 246px;
    display: none;
  }

  .main {
    padding-left: 0;
  }

  .banner-big__title {
    font-size: 38px;
  }

  .single__actions {
    width: 100%;
  }

  .single__title {
    font-size: 25px;
  }

  .single__content .text,
  .single__content .text p {
    font-size: 16px;
  }

  .single__content .text blockquote {
    font-size: 16px;
  }

  .single__content .text figure {
    margin: 20px 0;
  }

  .single__banners {
    display: none;
  }

  .subscribe-full .head img {
    display: none;
  }

  .comment {
    font-size: 16px;
  }

  .site-header__banner {
    font-size: 20px;
  }

  .site-header__banner img.is-mobile {
    display: block;
  }

  .site-header__banner img.is-desktop {
    display: none;
  }

  .site-header__menu {
    order: 3;
    flex: 0 0 100%;
    margin-top: 15px;
  }

  .site-header__menu > ul > li {
    text-align: center;
  }

  .site-header__menu > ul > li:not(:last-child) {
    border-right: 1px solid #00AEFA;
  }

  .site-header__right {
    justify-content: flex-end;
  }

  .site-header__search {
    display: none;
  }

  .site-header__main .container {
    flex-wrap: wrap;
  }

  .home-section {
    padding: 70px 0;
  }

  .account-aside {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .site-footer .site-footer-logo img {
    width: 100%;
    height: auto;
    max-width: 82px;
  }

  .site-footer .footer-cont a {
    font-size: 12px;
    margin: 0 0 15px 20px;
  }

  .site-footer .footer-cont a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    left: -30px;
  }

  .site-footer .site-footer-about {
    font-size: 10px;
    line-height: 12px;
  }

  .site-footer .footer-menu li a {
    font-size: 13px;
    line-height: 17px;
  }

  .site-footer .footer-m-block p {
    font-size: 14px;
    line-height: 17px;
  }

  .site-footer .footer-m-block .footer-seti img {
    max-height: 16px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .section__panel {
    padding: 15px;
  }

  .banner-big {
    min-height: 100px;
    background-size: 120px;
  }

  .subscribe {
    padding: 50px 10px 50px;
  }

  .post-main__picture {
    height: 150px;
  }

  .subscribe-full {
    padding: 20px;
  }

  .subscribe-full .title-sm {
    margin-bottom: 20px;
  }

  .subscribe-full .icon {
    right: -30px;
  }

  .subscribe-full .head {
    text-align: center;
    width: 100%;
  }

  .comment-bottom {
    font-size: 13px;
  }

  .posts-slider .slick-slide {
    padding: 0 10px;
  }

  .posts-slider .slick-list {
    margin: 0 -10px;
  }

  .subscribe-bg {
    padding: 20px 10px;
  }

  .subscribe-bg img {
    display: none;
  }

  .subscribe-bg .form {
    margin-top: 25px;
  }

  .subscribe-bg .title {
    font-size: 20px;
  }

  .container {
    padding: 0 10px;
  }

  .site-header__right .btn {
    letter-spacing: -0.0416496px;
  }

  .site-header__main {
    padding: 10px 0;
  }

  .home-section {
    padding: 50px 0;
  }

  .home-section__head {
    margin-bottom: 20px;
  }

  .home-section__footer .btn-action {
    display: none;
  }

  .home-section__controls > *:first-child {
    margin-right: 10px;
  }

  .home-top-posts__btn-action {
    display: none;
  }

  .home-products {
    margin-right: -20px;
  }

  .home-products .slick-slide {
    max-width: 265px;
    margin-right: 15px;
  }

  .home-aside {
    margin: 50px -20px 0 -20px;
    padding: 50px 20px;
  }

  .home-posts--desktop {
    display: none;
  }

  .page__title {
    margin-bottom: 15px;
  }

  .page__action {
    flex-direction: column-reverse;
  }

  .page__action > * {
    margin: 0;
  }

  .page__action > *:last-child {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .site-footer .site-footer-logo img {
    width: 100%;
  }

  .site-footer .footer-m-block .footer-seti a {
    width: auto;
    margin-right: 10px;
  }

  .site-footer .footer-m-block .footer-seti img {
    max-height: 20px;
  }

  .site-footer .footer-menu li {
    margin: 0 0 12px 0;
  }

  .site-footer .footer-m-block .footer-seti {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .aside {
    top: 85px;
  }

  .section__head {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section__panel {
    padding: 10px;
  }

  .banner-big {
    min-height: 90px;
  }

  .banner-big__title {
    font-size: 20px;
  }

  .post-item__link {
    font-size: 12px;
  }

  .post-item__bottom {
    font-size: 10px;
    margin-top: 5px;
  }

  .post-item__actions {
    font-size: 9px;
  }

  .post-item__action:not(:last-child) {
    margin-right: 5px;
  }

  .post-lg__top {
    font-size: 12px;
  }

  .post-lg__tag {
    font-size: 12px;
  }

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

  .banner-small {
    padding: 10px;
  }

  .banner-small__title {
    font-size: 15px;
  }

  .banner-small__text {
    font-size: 13px;
  }

  .subscribe__title {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .post-inline {
    font-size: 12px;
  }

  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }

  .post-main__text {
    font-size: 14px;
  }

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

  .single__title {
    font-size: 18px;
  }

  .btn {
    height: 35px;
    font-size: 14px;
    padding: 0 15px;
  }

  .site-header .btn {
    height: 25px;
    font-size: 10px;
    padding: 0 5px;
  }

  .site-header .logo img {
    max-width: 120px;
  }

  .site-header__banner {
    font-size: 10px;
  }

  .site-header__banner .container {
    min-height: 35px;
  }

  .site-header__menu > ul {
    justify-content: space-between;
  }

  .site-header__menu > ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {
  .site-header__menu > ul > li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .home-events__big {
    flex: 0 0 700px;
    max-width: 700px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-events__big {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .home-posts-banner:not(.is-mobile) {
    display: none;
  }

  .account-aside {
    flex: 0 0 300px;
    max-width: 300px;
  }
}