html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

ul.list-style li {
  list-style: disc inside
}

ol.list-style li {
  list-style: decimal inside
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@font-face {
  font-family: 'GloberM';
  src: url("fonts/GloberMRegular.eot");
  src: url("fonts/GloberMRegular-1.eot") format("embedded-opentype"), url("fonts/GloberMRegular.woff") format("woff"), url("fonts/GloberMRegular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'GloberM';
  src: url("fonts/GloberMBold.eot");
  src: url("fonts/GloberMBold-1.eot") format("embedded-opentype"), url("fonts/GloberMBold.woff") format("woff"), url("fonts/GloberMBold.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'GloberM';
  src: url("fonts/GloberMSemiBold.eot");
  src: url("fonts/GloberMSemiBold-1.eot") format("embedded-opentype"), url("fonts/GloberMSemiBold.woff") format("woff"), url("fonts/GloberMSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'GloberM';
  src: url("fonts/GloberMxBold.eot");
  src: url("fonts/GloberMxBold-1.eot") format("embedded-opentype"), url("fonts/GloberMxBold.woff") format("woff"), url("fonts/GloberMxBold.ttf") format("truetype");
  font-weight: 550;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'GloberMBook';
  src: url("fonts/GloberMBook.eot");
  src: url("fonts/GloberMBook-1.eot") format("embedded-opentype"), url("fonts/GloberMBook.woff") format("woff"), url("fonts/GloberMBook.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(30%)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInSlideDown {
  from {
    opacity: 0;
    transform: translateY(-30%)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeOutSlideDown {
  from {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(30%)
  }
}

@keyframes fadeOutSlideUp {
  from {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 0;
    transform: translateY(-30%)
  }
}

html {
  font-family: 'GloberM';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.631em
}

body {
  background: #f3f1ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body > .wrapper {
  min-height: calc(100vh - 235px)
}

html.body_menu_opened, html.body_menu_opened body {
  overflow: hidden;
  height: 100vh
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1273px;
  margin: 0 auto;
  min-height: 100%;
  margin-bottom: 40px;
}

.button {
  display: inline-block;
  line-height: 22px;
  font-size: 19px;
  padding: 24px 37px 18px 37px;
  background: #fff;
  color: #36f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 550;
  transition: color .3s;
  border-radius: 4px
}

.button:hover {
  color: #333
}

.input {
  display: inline-block;
  width: auto;
  min-width: 200px
}

.input_size_big {
  box-sizing: border-box;
  padding: 0 16px 0 17px;
  height: 64px;
  width: 600px;
  line-height: 27.2px;
  font-size: 17px
}

.input_theme_normal {
  border-radius: 4px;
  color: #333;
  border: 0
}

.input_theme_normal:focus {
  outline: #ccd9ff auto 3px;
  outline-offset: -2px
}

.header {
  height: 132px;
  padding-right: 150px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative
}

.header__logo {
  width: 125px;
  margin-right: 140px;
  padding-top: 26.68px;
  padding-bottom: 38.71px
}

.header__logo a, .header__logo img {
  display: block
}

.header__logo img {
  height: 66.64px
}

.header__logo_footer img {
  width: 147px;
  height: 79px;
}

.header__sw-logo {
  width: 211px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0
}

.header__sw-logo a, .header__sw-logo img {
  display: block
}

.header__sw-logo a {
  text-decoration: none
}

.header__sw-logo-text {
  line-height: 21px;
  font-size: 16px;
  padding: 4px 15px 0;
  height: 33px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #36f;
  font-weight: 500
}

.header__sw-logo-text span {
  width: 8px;
  height: 6px;
  background: url("../images/tick-white.svg") no-repeat;
  transform: rotate(-90deg);
  margin-left: 8px;
  position: relative;
  top: -1px
}

.header__menu {
  margin-bottom: 45px
}

.header__lang {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(60px);
  height: 24px;
  z-index: 1
}

.header__burger {
  display: none
}

.footer .header {
  height: 135px
}

.footer .header__logo {
  padding-bottom: 49px
}

.footer .header__menu {
  margin-bottom: 55px
}

.footer .header__lang {
  transform: translateY(95px)
}

@media only screen and (max-width: 1279px) {
  .header__logo {
    margin-right: 25px
  }
}

@media only screen and (max-width: 1023px) {
  .header__logo {
    width: 100px
  }


  .header__menu {
    margin-bottom: 40px
  }

  .footer .header__menu {
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding-right: 50px;
    height: 73px
  }

  .header__menu {
    display: none
  }

  .header__lang {
    display: none
  }

  .header__sw-logo {
    display: none
  }

  .header__logo {
    height: 79px;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
  }

  .header__logo_footer img {
    width: 147px;
    height: 79px;
	display: none;
  }

  .header__burger {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    width: 48px;
    height: 48px;
    background: url("../images/burger.svg") no-repeat;
    background-position: center
  }

  .header__close {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    width: 48px;
    height: 48px;
    background: url("../images/close.svg") no-repeat;
    background-position: center
  }

  .overlay .header {
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    min-height: 100vh
  }

  .overlay .header__logo {
    padding: 30px 0 0 0;
    margin-bottom: 48px;
    position: static;
  }

  .overlay .header__menu {
    display: block;
    padding-bottom: 0;
    margin-left: 24px;
    margin-bottom: 30px
  }

  .overlay .header__spacer {
    flex-grow: 2
  }

  .overlay .header__lang {
    margin-left: 24px;
    display: block;
    position: static;
    margin-bottom: 35px;
    transform: none;
    right: auto;
    top: auto
  }

  .overlay .header__sw-logo {
    display: block;
    position: static;
    right: auto;
    top: auto
  }

  .footer .header {
    height: auto;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start
  }

  .footer .header__logo {
    padding-top: 50px;
    padding-bottom: 29px;
	display: none;
  }

  .footer .header__sw-logo {
    display: block;
    position: static;
    right: auto;
    top: auto;
    height: 77px;
    margin-bottom: 60px;
    margin-top: 180px;
	display: none;
  }
}

.top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: center
}

.top-menu__item {
  list-style: none;
  margin: 0;
  padding: 0
}

.top-menu__link {
  text-decoration: none;
  color: #333;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 500;
  transition: opacity .3s
}

.top-menu__link:hover {
  opacity: .7
}

.top-menu__splitter {
  display: inline-block;
  margin: 0 9px 0 8px;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #333;
  opacity: .4
}

.top-menu__item_type_search {
  margin-left: 10px
}

.top-menu__item_type_search .top-menu__link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/magnifier.svg") no-repeat center;
  background-size: 16px 16px;
  transition: opacity .3s
}

.top-menu__item_type_search .top-menu__link:hover {
  opacity: .5
}

.top-menu__item_active_yes .top-menu__link {
  color: #36f
}

.top-menu__item:last-child .top-menu__splitter {
  display: none
}

.footer .top-menu__link {
  color: #fff
}

.footer .top-menu__splitter {
  color: #fff;
  opacity: 1
}

.footer .top-menu__item_active_yes .top-menu__link {
  color: #36f
}

.footer .top-menu__item_type_search {
  margin-left: 0
}

.footer .top-menu__item_type_search .top-menu__link {
  background: url("../images/magnifier-white.svg") no-repeat center;
  background-size: 16px 16px
}

@media only screen and (max-width: 1279px) {
  .top-menu {
    flex-flow: row wrap
  }

  .top-menu__link {
    letter-spacing: 0;
    font-size: 18px
  }

  .top-menu__splitter {
    margin: 0 3px 0 3px
  }

  .top-menu__item_type_search {
    margin-left: 5px
  }
}

@media only screen and (max-width: 1023px) {
  .top-menu {
    flex-flow: row wrap
  }

  .top-menu__item {
    margin-right: 10px
  }

  .top-menu__splitter {
    display: none
  }

  .overlay .top-menu {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start
  }


  .overlay .top-menu__item {
    margin-bottom: 15px
  }

  .overlay .top-menu__item_active_yes {
    opacity: .8
  }

  .overlay .top-menu__item_type_search {
    margin-left: 0
  }

  .overlay .top-menu__item_type_search .top-menu__link {
    background: url("../images/magnifier-white.svg") no-repeat center;
    background-size: 16px 16px
  }
}

.lang-switcher {
  position: relative;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-weight: 600;
  height: 24px;
  z-index: 1
}

.lang-switcher__dropdown {
  width: 8px;
  height: 6px;
  background: url("../images/tick.svg") no-repeat;
  margin-left: 14px
}

.lang-switcher__option, .lang-switcher__current {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: opacity .3s
}

.lang-switcher__current:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  content: ''
}

.lang-switcher__current:hover .lang-switcher__text, .lang-switcher__current:hover .lang-switcher__dropdown {
  opacity: .8
}

.lang-switcher__icon {
  width: 21px;
  height: 15px;
  background: #ccc;
  margin-right: 8px;
  line-height: 15px
}

.lang-switcher__text {
  line-height: 15px;
  padding-top: 5px;
  transition: color .3s
}

.lang-switcher__overlay {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  background: #fff;
  width: 195px;
  box-shadow: 0 25px 40px rgba(112, 109, 98, 0.3);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  overflow: hidden;
  z-index: 10
}

.lang-switcher__option {
  transition: background-color .3s;
  background-color: #fff;
  padding: 15px 18px
}

.lang-switcher__option:hover {
  background-color: #36f
}

.lang-switcher__option:hover .lang-switcher__text {
  color: #fff
}

.lang-switcher:hover .lang-switcher__overlay {
  opacity: 1;
  pointer-events: all
}

.lang-switcher_value_ru .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_ru .lang-switcher__icon {
  background: url("../images/flag-ru.svg") no-repeat
}

.lang-switcher_value_az .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_az .lang-switcher__icon {
  background: url("../images/flag-az.svg") no-repeat
}

.lang-switcher_value_by .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_by .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/belarus.svg") no-repeat
}

.lang-switcher_value_ua .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_ua .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/ukraine.svg") no-repeat
}

.lang-switcher_value_uz .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_uz .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/uzbekistan.svg") no-repeat
}

.lang-switcher_value_cz .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_cz .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/czech-republic.svg") no-repeat
}

.lang-switcher_value_tr .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_tr .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/turkey.svg") no-repeat
}

.lang-switcher_value_mn .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_mn .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/mongolia.svg") no-repeat
}

.lang-switcher_value_md .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_md .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/moldova.svg") no-repeat
}

.lang-switcher_value_cn .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_cn .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/china.svg") no-repeat
}

.lang-switcher_value_kz .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_kz .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/kazakhstan.svg") no-repeat
}

.lang-switcher_value_de .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_de .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/germany.svg") no-repeat
}

.lang-switcher_value_vn .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_vn .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flags/vietnam.svg") no-repeat
}

.lang-switcher_value_sa .lang-switcher__current .lang-switcher__icon, .lang-switcher__option_value_sa .lang-switcher__icon {
  height: 21px;
  line-height: 21px;
  background: url("../images/flag-sa.svg") no-repeat
}

.footer .lang-switcher__current:after {
  top: -50%
}

.footer .lang-switcher__overlay {
  top: auto;
  bottom: calc(100% + 5px)
}

.footer .lang-switcher__current {
  color: #fff
}

.footer .lang-switcher__dropdown {
  background: url("../images/tick-white.svg") no-repeat
}

@media only screen and (max-width: 767px) {
  .overlay .lang-switcher {
    z-index: 9
  }

  .overlay .lang-switcher__current {
    color: white
  }

  .overlay .lang-switcher__dropdown {
    background: url("../images/tick-white.svg") no-repeat
  }

  .overlay .lang-switcher__current:after {
    top: -50%
  }

  .overlay .lang-switcher__overlay {
    right: auto;
    left: 0;
    bottom: calc(100% + 5px);
    top: auto
  }

  .overlay .lang-switcher:hover .lang-switcher__overlay {
    opacity: 0;
    pointer-events: none
  }

  .overlay .lang-switcher_opened_yes:hover .lang-switcher__overlay, .overlay .lang-switcher_opened_yes .lang-switcher__overlay {
    opacity: 1;
    pointer-events: all
  }

  .overlay .lang-switcher__option:hover {
    background-color: #fff
  }

  .overlay .lang-switcher__option:hover .lang-switcher__text {
    color: #36f
  }
}

.cards-list {
  margin-bottom: 50px
}

.cards-list__container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 60px
}

.cards-list__more {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

.card {
  margin-bottom: 10px;
  padding: 25px 90px 35px 25px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 285px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transform: translateZ(0)
}

.card:hover .card__background {
  transform: scale3d(1.05, 1.05, 1)
}

.card:hover .card__background:after {
  opacity: .05
}

.card_size_big {
  flex-basis: calc(((100% - 30px) / 4 * 2) + 10px)
}

.card_size_small {
  flex-basis: calc((100% - 30px) / 4);
  padding-right: 60px;
  padding-bottom: 40px
}

.card_size_fake {
  height: 0;
  flex-basis: calc((100% - 30px) / 4);
  padding: 0;
  margin: 0
}

.card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.66) 100%)
}

.card__overlay_transperent_yes {
  background: inherit
}

.card__background {
  transition: transform .3s;
  background-color: #3d69ef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.card__background:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s
}

.card__background, .card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.card__line, .card__title, .card__desc {
  position: relative
}

.card__line, .card__title, .card__desc {
  pointer-events: none
}

.card__line {
  margin-bottom: 15px
}

.card__category {
  pointer-events: all;
  display: inline-block;
  line-height: 15px;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 550;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px
}

.card__category:hover {
  background-size: 100% 1px
}

.card__date {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: initial
}

.card__title {
  line-height: 30px;
  font-size: 25px;
  letter-spacing: .3px;
  font-weight: 500;
  margin-bottom: 8px
}

.card_size_big .card__title {
  margin-right: 100px
}

.card_size_small .card__title {
  line-height: 24px;
  font-size: 18px;
  letter-spacing: .3px;
  margin-bottom: 0
}

.card_size_small .card__title + .card__desc {
  margin-top: 14px
}

.card__desc {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: .3px
}

@media only screen and (max-width: 1279px) {
  .card {
    padding: 15px 60px 20px 15px
  }

  .card_size_small {
    padding-right: 30px
  }

  .card_size_fake {
    padding: 0
  }
}

@media only screen and (max-width: 1023px) {
  .card_size_small {
    padding-right: 60px;
    flex-basis: calc(((100% - 30px) / 4 * 2) + 10px)
  }

  .card_size_small .card__title {
    line-height: 30px;
    font-size: 25px;
    letter-spacing: .3px;
    font-weight: 500;
    margin-bottom: 8px
  }

  .card_size_small .card__title + .card__desc {
    margin-top: 0
  }

  .card_size_fake {
    flex-basis: calc(((100% - 30px) / 4 * 2) + 10px)
  }
}

@media only screen and (max-width: 767px) {
  .cards-list__container {
    margin-bottom: 30px
  }

  .card_size_small, .card_size_big {
    flex-basis: 100%
  }

  .card_size_big .card__title {
    margin-right: 0
  }
}

.search-form {
  margin-bottom: 35px
}

.search-form__input {
  display: inline-block;
  position: relative
}

.search-form__input .input {
  transition: box-shadow .3s;
  padding-right: 87px;
  outline: 0
}

.search-form__input .input:focus {
  box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3)
}

.search-form__button {
  line-height: 13px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -5px, 0);
  background: url("../images/enter.svg") no-repeat;
  background-position: left center;
  background-size: 13px 9px;
  padding-left: 22px;
  opacity: .6;
  transition: opacity .3s;
  cursor: pointer
}

.search-form__button:hover {
  opacity: 1
}

.search-form input:-webkit-autofill, .search-form input:-webkit-autofill:hover, .search-form input:-webkit-autofill:focus textarea:-webkit-autofill, .search-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .search-form select:-webkit-autofill, .search-form select:-webkit-autofill:hover, .search-form select:-webkit-autofill:focus {
  border: 0;
  outline: 0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: box-shadow .3s, background-color 5000s ease-in-out 0
}

.search-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3);
  box-shadow: 0 25px 40px 0 rgba(112, 109, 98, 0.3)
}

@media only screen and (max-width: 767px) {
  .search-form__input {
    display: block
  }

  .search-form input {
    width: 100%
  }
}

.footer {
  background: #262e3b
}

.article {
  background: #fff;
  border-radius: 15px;
  padding: 60px 40px 80px 110px;
  margin: 0 0 100px 0
}

.article__headline {
  margin: 0 0 40px 0
}

.article__image {
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: top center;
  margin: 0 -40px 0 -110px;
  height: 530px
}

.article__date {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  opacity: .6;
  display: inline;
  margin: 0 40px 0 0;
  white-space:nowrap;
}
.article__time_read {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  opacity: .6;
  display: inline;
  margin: 0 40px 0 0;
  white-space:nowrap;
}
.article__views {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  opacity: .6;
  display: inline;
  white-space:nowrap;
}

.article__date-x-icon {
  width: 16px;
  height: 14px;
  line-height: 22px;
  vertical-align: top;
  margin-top: 1px;
  background: url("../images/refresh.svg");
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 12px
}
.article__date-icon {
  width: 16px;
  height: 14px;
  line-height: 22px;
  vertical-align: top;
  margin-top: 1px;
  background: url("../images/calendar.svg");
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 12px
}
.article__time_read-icon {
  width: 14px;
  height: 14px;
  line-height: 22px;
  vertical-align: top;
  margin-top: 1px;
  background: url("../images/icon_read_time.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 12px;
}
.article__article__views-icon {
  width: 20px;
  height: 16px;
  line-height: 20px;
  vertical-align: top;
  margin-top: 1px;
  background: url("../images/icon_views.png");
  background-size: 20px 13px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 12px;
}

.article__title {
  line-height: 58px;
  font-size: 49px;
  font-family: 'GloberMBook';
  margin: 0 200px 60px 0
}

.article__content {
  margin: 50px 0 70px 0;
  display: grid;
  grid-template-columns: auto 32%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto 1fr;
  align-items: start
}

.article__left {
  grid-row: 1 / span 2
}

.article__index {
  grid-column: 2
}

.article__extra {
  display: none
}

.article__splitter {
  display: block;
  box-sizing: border-box;
  height: 1px;
  background: #f3f1ed;
  margin-left: -10px;
  margin-right: 60px
}

.article__desc {
  line-height: 31px;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 30px 0
}

.article__text {
  font-family: 'GloberMBook';
  line-height: 31px;
  font-size: 19px;
  margin-bottom: 50px
}

.article__text:after {
  display: table;
  content: '';
  clear: both
}

.article__text h1 {
  line-height: 50px;
  font-size: 42px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}

.article__text h2 {
  line-height: 45px;
  font-size: 38px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}

.article__text h3 {
  line-height: 35px;
  font-size: 28px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}

.article__text h4 {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}

.article__text strong, .article__text b {
  font-weight: 600
}

.article__text i {
  font-style: italic
}

.article__text u {
  text-decoration: underline
}

.article__text p {
  margin-bottom: 30px
}

.article__text p:after {
  display: table;
  content: '';
  clear: both
}

.article__text img {
  display: block;
}

.article__text blockquote {
  background: #fbf8f2;
  padding: 30px 30px 25px 30px;
  font-style: italic;
  display: block
}

.article__text blockquote:before, .article__text blockquote:after {
  display: table;
  content: '';
  clear: both
}

.article__bottom {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.article__tags {
  flex-basis: calc(100% - 500px)
}

.article__rate {
  flex-basis: 180px
}

.article__share {
  flex-basis: 180px
}

.breadcrumbs {
  margin: 0 40px 0 0;
  display: inline-block;
  font-size: 15px;
  line-height: 22px
}

.breadcrumbs ul, .breadcrumbs li {
  margin: 0;
  padding: 0
}

.breadcrumbs li {
  display: inline-block
}

.breadcrumbs li:after {
  display: inline-block;
  margin: 0 5px;
  width: 3px;
  background: url("../images/bread.svg") no-repeat center;
  content: '';
  height: 8px
}

.breadcrumbs li:last-child:after {
  display: none
}

.breadcrumbs a {
  color: #000;
  opacity: .6;
  transition: opacity .3s;
  text-decoration: none
}

.breadcrumbs a:hover {
  opacity: .8
}

.index {
  background: #f7f8f9;
  padding: 35px;
  margin-bottom: 40px
}

.index__list {
  margin-left: 10px
}

.index__heading {
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 20px
}

.index__item {
  margin-bottom: 10px
}

.index__item:last-child {
  margin-bottom: 0
}

.index__link {
  color: #2489e1;
  transition: opacity .3s;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  background-image: linear-gradient(rgba(36, 137, 225, 0.4), rgba(36, 137, 225, 0.4));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px
}

.index__link:hover {
  background-size: 100% 1px
}

.index__link:hover {
  opacity: .8
}

.expert:after {
  display: table;
  clear: both;
  content: ''
}

.expert__headline {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  margin-bottom: -52px;
  display: flex;
}

.expert__image {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f3f1ed;
  margin-right: 20px;
  display: table;
}

.expert__name a {
  color: #2a94e5;
  transition: opacity .3s;
  background-image: linear-gradient(#2a94e5, #2a94e5);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none
}

.expert__name a:hover {
  opacity: .8
}

.expert__name span {
  line-height: 20px;
  font-size: 14px;
  color: #9aa5b4;
  display: inline-block;
  margin-top: 15px;
}

.expert__desc {
  line-height: 24px;
  font-size: 16px;
  color: #333
}

.extra__heading {
  line-height: 24px;
  font-size: 20px;
  color: #333;
  margin-bottom: 25px
}

.extra__image {
  width: 126px;
  height: 126px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.extra__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #2a94e5;
  text-decoration: none
}

.extra__item:last-child {
  margin-bottom: 0
}

.extra__title {
  transition: opacity .3s;
  width: calc(100% - 146px);
  line-height: 22px;
  font-size: 16px
}

.extra__item:hover .extra__title {
  opacity: .8
}

.tags__heading {
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px
}

.tags__list {
  margin-bottom: -8px;
  overflow: hidden;
  font-size: 0
}

.tags__item {
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px 8px 0;
  background: #f3f1ed;
  color: #333;
  text-decoration: none;
  padding: 11px 17px 4px;
  border-radius: 24px
}

.rate {
  color: #333
}

.rate__heading {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 25px
}

.rate__text {
  line-height: 20px;
  font-size: 14px;
  color: #9aa5b4
}

.rate__stars {
  height: 30px;
  margin-bottom: 8px;
  position: relative;
  width: 100%
}

.rate__stars-base {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0) url("../images/empty-star.svg") repeat-x;
  background-position: left top;
  height: 30px;
  width: 100%
}

.rate__stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0) url("../images/full-star.svg") repeat-x;
  background-position: left top;
  height: 30px
}

.rate__stars:hover .rate__stars-fill {
  opacity: 0
}

.rate__star {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0) url("../images/full-star.svg") repeat-x;
  background-position: left top;
  height: 30px;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer
}

.rate__star:hover {
  opacity: 1
}

.rate__star_v_1 {
  width: 20%
}

.rate__star_v_2 {
  width: 40%
}

.rate__star_v_3 {
  width: 60%
}

.rate__star_v_4 {
  width: 80%
}

.rate__star_v_5 {
  width: 100%
}

.share {
  color: #333
}

.share__heading {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 25px
}

.share__links {
  display: flex;
  justify-content: flex-start
}

.share__link {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity .3s;
  border-radius: 25px;
}

.share__link:hover {
  opacity: .8
}

.share__link_type_vk {
  background: url("../images/share-vk.svg")
}

.share__link_type_fb {
  background: url("../images/share-fb.svg")
}

.share__link_type_ok {
  background: url("../images/share-ok.svg")
}
.share__link_type_tw {
  background: url("../images/twitter-3.svg"); }
.share__link_type_tg {
  background: url("../images/tg.svg"); }
.share__link_type_wa {
  background: url("../images/whatsapp.svg"); }
.width-aside {
  position: relative
}

.width-aside .aside-extra {
  position: absolute;
  left: calc(100% + 40px);
  top: 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.width-aside .aside-extra__image {
  width: 126px;
  height: 126px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.width-aside .aside-extra__item:last-child {
  margin-bottom: 0
}

.width-aside .aside-extra__title {
  transition: opacity .3s;
  width: calc(100% - 146px);
  line-height: 22px;
  font-size: 16px
}

.width-aside .aside-extra__item:hover .width-aside .aside-extra__title {
  opacity: .8
}
.article__index {
  grid-row: 1 / span 2;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .article {
    padding: 40px 40px 60px 70px
  }

  .article__image {
    margin: 0 -40px 0 -70px
  }

  .article__title {
    margin-right: 150px
  }
}

@media only screen and (max-width: 1023px) {
  .article {
    padding: 40px 40px 40px 40px
  }

  .article__image {
    margin: 0 -40px 0 -40px
  }

  .article__title {
    margin-right: 0
  }

  .article__content {
    grid-template-columns: 100%;
    grid-template-rows: auto
  }

  .article__index {
    grid-column: 1;
    grid-row: 1
  }

  .article__left {
    grid-column: 1;
    grid-row: 2
  }

  .article__extra {
    display: block;
    grid-column: 1;
    grid-row: 3
  }

  .article__splitter {
    display: none
  }

  .article__bottom {
    margin-top: 0;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start
  }

  .article__tags {
    flex-basis: auto;
    margin-bottom: 50px
  }

  .article__rate {
    flex-basis: auto;
    width: 180px;
  }

  .article__share {
    flex-basis: auto;
  /*  width: 180px*/
  }

  .article__text img {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important
  }

  .index {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 767px) {


  .article {
    padding: 10px 20px 20px;
    margin: 0 -20px 50px;
    border-radius: 0
  }

  .article__title {
    line-height: 40px;
    font-size: 34px;
    margin-bottom: 20px
  }

  .article__image {
    height: 255px;
    margin: 0 -20px;
	background-size: cover;
  }

  .article__headline {
    margin-bottom: 15px
  }

  .article__content {
    margin: 20px 0 50px;
    grid-row-gap: 20px
  }

  .article__desc {
    line-height: 25px;
    font-size: 17px
  }

  .article__text {
    line-height: 25px;
    font-size: 15px
  }

  .article__text blockquote {
    padding: 25px 15px 20px
  }

  .article__expert {
    margin-bottom: 20px
  }

  .article__date {
    font-size: 12px
  }

  .width-aside .aside-extra {
    display: none
  }

  .breadcrumbs {
    margin-bottom: 0;
    font-size: 12px
  }

  .expert__image {
    float: none;

  }

  .expert__headline {
    display: flex;
    align-items: center;
    justify-content: flex-start
  }

  .expert__name a {
    display: block;
    margin-bottom: 6px
  }

  .expert__name span {
    margin-left: 0
  }

  .expert__desc:before {
    display: table;
    clear: both;
    content: ''
  }

  .extra__image {
    width: 90px;
    height: 90px
  }

  .extra__title {
    width: calc(100% - 100px);
    font-weight: 600;
    line-height: 22px;
    font-size: 15px;
    color: #2a94e5
  }

    .article__text .type2__ img {
    margin-bottom: 4px !important;
    max-width: 100% !important;
  }

    .article__text img {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    max-width: 50% !important;
    width: auto !important;
    height: auto !important
  }

  .price__ {
    margin-top: 13px;
}
    .type2__ .text__, .type1__ .text__ {
    max-width: 100%;
	}

}

.text_big {
	line-height: 37px;
	font-size: 48px;
	font-weight: bold;
}

.recommend {
  margin-bottom: 90px
}

.recommend .card_size_small {
  width: 100%
}

.recommend__heading {
  line-height: 24px;
  font-size: 28px;
  margin-bottom: 60px;
  margin-right: 100px;
  margin-left: 40px
}

.recommend__controls {
  margin-right: 40px;
  margin-top: -15px;
  float: right;
  text-align: right;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.recommend__button {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 54px;
  vertical-align: middle;
  box-shadow: 0 32px 55px rgba(81, 77, 68, 0.25), 0 7px 19px rgba(81, 77, 68, 0.19);
  opacity: .9;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity .3s;
  cursor: pointer
}

.recommend__button_action_prev {
  background-image: url("../images/action-prev.svg")
}

.recommend__button_action_next {
  background-image: url("../images/action-next.svg")
}

.recommend__button_disabled_yes {
  cursor: default;
  opacity: .3 !important
}

.recommend__button_hidden_yes {
  cursor: default;
  opacity: 0 !important
}

.recommend__button:hover {
  opacity: .7
}

.recommend__button:focus, .recommend__button:active {
  outline: 0
}

.recommend__pagination {
  display: inline-block;
  margin-right: 14px;
  line-height: 54px;
  vertical-align: middle;
  position: relative;
  top: 3px;
  font-size: 17px;
  color: #333
}

.swiper-container {
  width: 100%;
  height: 285px
}

@media only screen and (max-width: 799px) {
  .recommend__controls {
    margin-right: 0
  }
}

@media only screen and (max-width: 767px) {
  .recommend {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 50px
  }

  .recommend__heading {
    margin-left: 0
  }

  .recommend__slider {
    margin: 0 -20px 20px;
    padding: 0 20px;
    overflow: hidden
  }

  .recommend__controls {
    float: none;
    order: 3;
    margin-top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
  }

  .recommend__button {
    margin: 0
  }

  .recommend__button_action_prev {
    order: 1
  }

  .recommend__button_action_next {
    order: 3
  }

  .recommend__pagination {
    order: 2;
    margin-right: 0
  }

  .recommend__heading {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 20px
  }
}

.comments {
  color: #333;
  background: #fff;
  border-radius: 4px;
  max-width: 870px;
  box-sizing: border-box;
  padding: 60px 60px 45px 110px;
  margin-bottom: 110px
}

.comments__heading {
  line-height: 24px;
  font-size: 28px;
  margin-bottom: 50px
}

.comments__form {
  background: #f3f3f3;
  height: 285px;
  margin-top: 50px
}

.comments__item_level_1 {
  margin-left: 40px
}

.comments__item_level_2 {
  margin-left: 80px
}

.comments__item_level_3 {
  margin-left: 120px
}

.comment {
  margin-bottom: 40px
}

.comment__head {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.comment__image {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.comment__info {
  line-height: 24px;
  font-size: 16px;
  padding-top: 4px
}

.comment__date {
  color: #9aa5b4;
  line-height: 1em
}

.comment__name {
  font-weight: 600
}

.comment__text {
  line-height: 24px;
  font-size: 16px
}

@media only screen and (max-width: 1279px) {
  .comments {
    padding: 60px 40px 45px 70px
  }
}

@media only screen and (max-width: 1023px) {
  .comments {
    padding: 40px 40px 40px 40px;
    margin-bottom: 70px
  }
}

@media only screen and (max-width: 767px) {
  .comments {
    padding: 30px 20px;
    margin-bottom: 30px
  }

  .comments__heading {
    margin-bottom: 30px
  }
}

.overlay {
  display: none
}

@media only screen and (max-width: 767px) {
  .overlay {
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    background: #F3F1ED;
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto
  }

  .body_menu_opened .overlay {
    opacity: 1;
    pointer-events: all
  }
}

.lookup-form {
  font-size: 0;
  margin-top: -2px
}

.lookup-form__input {
  border: 0;
  box-shadow: inset 0 -1px 0 #000;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 2px;
  display: contents;
  transition: width .3s;
  width: 0
}

.lookup-form__input:focus {
  outline: 0
}

.lookup-form a.lookup-form__button {
  margin-left: 0;
  transition: opacity .3s, margin .15s;
  transition-delay: .15s
}

.lookup-form_mode_opened a.lookup-form__button {
  margin-left: -15px
}

.footer .lookup-form__input {
  box-shadow: inset 0 -1px 0 #fff
}

.footer .lookup-form_mode_opened .lookup-form__input {
  color: white
}

.lookup-form_mode_opened .lookup-form__input {
  width: 195px
}

.lookup-form input:-webkit-autofill, .lookup-form input:-webkit-autofill:hover, .lookup-form input:-webkit-autofill:focus textarea:-webkit-autofill, .lookup-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .lookup-form select:-webkit-autofill, .lookup-form select:-webkit-autofill:hover, .lookup-form select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 #000;
  box-shadow: inset 0 -1px 0 #000;
  transition: background-color 5000s ease-in-out 0
}

.overlay .lookup-form__input {
  color: #fff;
  box-shadow: inset 0 -1px 0 #fff
}

.overlay .lookup-form input:-webkit-autofill, .overlay .lookup-form input:-webkit-autofill:hover, .overlay .lookup-form input:-webkit-autofill:focus textarea:-webkit-autofill, .overlay .lookup-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .overlay .lookup-form select:-webkit-autofill, .overlay .lookup-form select:-webkit-autofill:hover, .overlay .lookup-form select:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 -1px 0 #fff;
  box-shadow: inset 0 -1px 0 #fff;
  color: #fff
}

.overlay .lookup-form_mode_opened .lookup-form__input {
  width: 215px
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

h1 {
  text-align: left;
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  text-transform: uppercase
}

.os-footer-copy {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .os-footer-copy {
    padding-left: 35px;
    padding-right: 35px
  }
}

.os-footer-copy__logo {
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out
}

.os-footer-copy__logo svg {
  display: block;
  width: 56px;
  height: 56px;
  fill: #5f6e82
}

.os-footer-copy__logo:hover {
  opacity: .8
}

@media (max-width: 767px) {
  .os-footer-copy__logo {
    float: none;
    margin: 0 auto 30px
  }
}

.os-footer-copy__txt {
  position: relative;
  margin-left: 100px;
  font-size: 13px;
  line-height: 1.38;
  text-align: left;
  color: #8a9cb5
}

.os-footer-copy__txt p {
  margin-bottom: 13px
}

.os-footer-copy__txt p:last-child {
  margin-bottom: 0
}

@media (max-width: 767px) {
  .os-footer-copy__txt {
    margin: 0 auto;
    text-align: center;
    max-width: 340px;
    margin-bottom: 20px
  }
}

.os-footer-copy__copyr {
  position: absolute;
  top: 0;
  left: -16px
}

@media (max-width: 767px) {
  .os-footer-copy__copyr {
    position: relative;
    left: 0
  }
}

.os-footer-copy__nav {
  margin: 0;
  padding: 7px 0 0 0;
  list-style: none;
  text-align: right
}

@media (max-width: 767px) {
  .os-footer-copy__nav {
    text-align: center
  }
}

.os-footer-copy__nav-itm {
  line-height: 20px;
  margin: 0
}

.os-footer-copy__nav-itm:last-child {
  margin-bottom: 0
}

.os-footer-copy__nav-lnk {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8)
}

.os-footer-copy__nav-lnk:focus {
  color: rgba(255, 255, 255, 0.8)
}

.os-footer-copy__nav-lnk:link {
  color: rgba(255, 255, 255, 0.8)
}

.os-footer-copy__nav-lnk:visited {
  color: rgba(255, 255, 255, 0.8)
}

.os-footer-copy__nav-lnk:hover {
  color: #fff
}

.os-footer-copy__nav-lnk:active {
  color: rgba(255, 255, 255, 0.8)
}

.col-sm-8 {
  width: 66.66666667%;
  float: left
}

.col-sm-4 {
  width: 33.33333333%;
  float: left
}

@media (max-width: 767px) {
  .col-sm-8 {
    width: 100%;
    float: left
  }

  .col-sm-4 {
    width: 100%;
    float: left
  }

  .card__desc {
    display: none
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card__desc {
    display: none;
    }
  }

.seo {
  margin-bottom: 20px
}

.seo ul li {
  position: relative;
  margin: 0;
  list-style-type: none;
  margin: 0 0 8px 40px
}

.seo ul li:before {
  content: '';
  top: 12px;
  left: -40px;
  width: 25px;
  height: 2px;
  background-color: #bbd419;
  position: absolute
}

.seo ol li {
  position: relative;
  margin: 0;
  list-style-type: decimal;
  margin: 0 0 8px 40px
}

.seo ol {
  margin-bottom: 30px
}

.seo ul {
  margin-bottom: 30px
}

td {
  border-top: 1px solid gray;
  padding: 10px 15px
}

blockquote {
  margin-bottom: 30px
}
.sitemap, .sitemap ul {
  list-style-type: disc;
  list-style: disc
}

.sitemap li {
  margin: 0 20px;
  padding: 10px 0
}


/* EXPERT INFO */

.expert__info {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 5% 0;
}

.expert__info-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3vw;
}

.eia-name {
  font-family: GloberM;
  font-style: normal;
  font-weight: 100 !important;
  font-size: 37px;
  line-height: 42px;
  color: inherit;
  text-decoration: none;
}


.expert__section-s:hover {
  cursor: pointer;
}
.expert__info-photo {
  background-blend-mode: normal;
  border-radius: 100px;
}

.sm__buttons-element:hover {
  cursor: pointer;
}

.seemore-button:hover {
  cursor: pointer;
}

.eia-job {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 31px;
}

/* EXPERT mINFO */

.expert__info.minfo {
  flex-direction: column;
  width: 80%;
}

.expert__info-about.minfo {
  margin-left: 0;
}

.expert__info-photo.minfo > img {
  width: 20%;
}

.eia-name.minfo {
  font-family: GloberM;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 31px !important;
  margin: 3% 0;
  width: 50%;
}

.eia-job.minfo {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #333333;
}


/* Separation & Sections */

.separation {
  background: #F3F1ED;
  height: 2px;
  border: none;
  margin-top: -2px;
  /*margin-bottom: 5%;*/
}

.expert__sections {
  display: flex;
  flex-direction: row;
}

.expert__section-s {
  padding-bottom: 13px;
  font-family: GloberM;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 5%;
}

.expert__sections-s-active {
  color: #2489E1;
  border-bottom: 2px solid #2489E1;
}

/* Expert article */

.expert__article-heading {
  margin-top: 5%;
  font-family: GloberM;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 1%;
}

.expert__article-text {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 31px;

}

.expert__article {
  width: 95%;
}


.experts__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 5%;
  align-items: start;
}

.experts__grid > .sm__grid-element {
  margin: 0;
  width: 100%;
  display: flex;
  align-self: center;
  justify-self: center;
}

/* Social media */

.expert__article__sm-icon {
  width: 48px;
  height: 48px;
  /*background: red;*/
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 24px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.expert__article__sm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.expert__article__sm-icon > i {
  margin-top: 2px;
}


/* Social media icons */
#ea-fb {
  color: white;
  background: #4267B2;
}

#ea-tg {
  background: #419FD9;
  color: white;
}

#ea-gp {
  color: white;
  background: #EA4335;
}

#ea-im {
  color: white;
  background: #262626;
  font-size: 34px !important;
}

#ea-im > i {
  margin-right: -1px;
  margin-top: 0px;
}

#ea-vk {
  color: white;
  background: #5181B8;
}

#ea-tw {
  color: white;
  background: #1DA1F2;
}

/* Similar content */

.similarContent__grid {
  /*display: grid !important;*/
  /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
  margin-bottom: 112px;
  margin-top: 40px;
}

.sm__heading {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  line-height: 58px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.sm__heading-text {
  flex-grow: 25;
}

.sm__grid-element {
  padding-top: 15px;
  min-height: 268px;
  width: 288px !important;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sm__tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: baseline !important;
  width: 80%;
  padding-bottom: 15px;
  align-items: flex-end;
  height: 100%;
}

.sm__buttons {
  display: flex;
  flex-direction: row;
}

.sm__tags-element {
  border-radius: 3px;
  background: #F3F1ED;
  font-family: GloberM;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 3px 8px 0px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.sm__buttons-element {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: #fff;
  margin: 0 5px;
  box-shadow: 0px 32px 55px rgba(81, 77, 68, 0.25), 0px 7px 19px rgba(81, 77, 68, 0.19);
}

.sm__buttons {
  flex-grow: 1;
}

.sm__buttons-element {
  font-family: "Comic Sans MS";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #758191;
}

#sm-left {
  opacity: 0.5;
}

#sm__slide-counter {
  font-family: GloberM;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 141% */
  display: flex;
  align-items: center;
  color: #333333;
  margin: 0 24px;
  font-weight: bold;
}


/* Expert themes */

.expert__themes {
  height: 44px;
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: wrap;

}

.expert__themes-element {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.3px;
  background: white;
  border: 1px solid #D0D1D3;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 12px 16px 8px 16px;
  margin: 0 4px;
  cursor: pointer;
}

.expert__themes-element:hover {
  border: 1px solid #262E3B;
}

.expert__themes-element-active {
  background: #F3F1ED !important;
}

.expert__articles {
  padding: 26px 0;
  width: 100%;
}

.expert__articles-element {
  display: flex;
  padding: 50px 0;
  flex-direction: row;
  border-bottom: 2px solid #F3F1ED;;
}

.expert__articles-element:last-child {
  border-bottom: 0px solid black;
}

.expert__articles-element-info-theme {
  font-family: GloberM;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #9AA5B4;
}

.expert__articles-element-info-about {
  font-family: GloberM;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #000000;
  opacity: 0.6;
}

.expert__articles-element-info-title {
  font-family: GloberM;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.3px;
  color: #000000;
}

.expert__articles-element-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.expert__articles-element-photo {
  width: 40%;
  text-align: right;
}

.sm__buttons-experts {
  display: none;
}

@media (max-width: 768px) {


  .similarContent {
    margin-bottom: 200px;
  }
  .sm__grid-element {
    width: 98% !important;
    height: 350px !important;
  }
  .seemore-button {
    display: none;
  }
  .sm__buttons-experts {
    display: flex;
  }

  .experts__grid {
    margin-bottom: 250px !important;
  }

  /* Expert info */
  .expert__info {
    flex-direction: column;
  }

  .expert__info-about {
    margin-left: 0;
  }

  .expert__info-photo > img {
    width: 25%;
  }

  .eia-name {
    font-family: GloberM;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 21px !important;
    line-height: 31px;
    margin: 3% 0;
  }

  .eia-job {
    display: none;
  }

  .expert__themes-element {
    margin: 0 2px;
    padding: 12px 11px 8px 11px;
  }

  .expert__themes {
    width: 102%;
  }

  .eia-job.minfo {
    font-family: GloberM;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #333333;
    display: block !important;
  }

  /* Expert article */
  .expert__article-text {
    font-size: 15px !important;
  }

  .expert__article {
    width: 100%;
  }

  /* Breadcrumbs */
  .breadcrumbs__ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
  }

  .breadcrumbs__ul-span {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* Similar content */
  .sm__heading {
    flex-direction: column;
    align-items: center;
  }

  .sm__heading-text {
    justify-content: center;
    font-size: 34px;
    line-height: 40px;
    width: 100%;
  }

  .sm__buttons {
    position: absolute;
    margin-top: 550px;
    width: 87%;
    justify-content: space-between;

  }

  #sm-left {
    order: 0;
  }

  #sm__slide-counter {
    order: 1;
  }

  #sm-right {
    order: 2;
  }

  .sm__grid-element {
    margin-right: 0 !important;
  }

  /* Expert articles */
  .expert__articles-element {
    flex-direction: column-reverse;
    width: 100%;
    padding: 25px 0;
  }

  .expert__articles-element:last-child {
    padding-bottom: 0;
  }

  .expert__articles-element-info {
    width: 100%;
  }

  .expert__articles-element-photo {
    width: 100%;
    margin: 0px 0 25px 0;
  }

  .expert__articles-element-photo > img {
    width: 100%;
    height: auto;
  }

  .expert__articles-element-info-theme {
    font-family: GloberM;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 4px 0;
    color: #9AA5B4;
  }

  .expert__articles-element-info-title {
    font-family: GloberM;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    color: #000000;
  }

  .expert__articles-element-info-about {
    font-family: GloberM;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #000000;
    margin: 15px 0;
    opacity: 0.6;
  }
}

@media (max-width: 1280px) {
  .similarContent__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 0px;
  }

  .experts__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top-menu__item_type_searchlg {
    margin-left: 15vw !important;
  }
}

@media (max-width: 960px) {
  .experts__grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .top-menu__item_type_searchlg {
    /*top: 70px;*/
  }
  .top-menu-fix {
    width: 80%;
  }
}

.input--select {
  cursor: pointer;
}
.input--select__value {
  display: block;
  /*padding-left: 15px;*/
  /*padding-right: 30px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input--select:after {
  width: 12px;
  height: 7px;
  background: url('../images/select-arrow.png');
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}
.input--select__dropdown {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  background: white;
  z-index: 1;
  padding-top: 5px;
  font-family: GloberM;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  letter-spacing: 0.7px;
  text-transform: uppercase;

  color: #000000;
}
.input--select__item {
  padding: 17px 30px 17px 17px;
}
.input--select__item:hover {
  background: rgba(0, 0, 0, .05);
}
.input--select.is-opened .input--select__value {
  /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);*/
}
.input--select.is-opened .input--select__dropdown {
  display: block;
}
.input--select.is-opened:after {
  transform: rotate(180deg);
}
.input {
  position: relative;
  display: block;
  /*width: 100%;*/
}
.input__caption {
  position: absolute;
  top: 23px;
  left: 17px;
  pointer-events: none;
  transition: all 0.1s ease-out 0s;
  font-size: 17px;
  color: #758191;
}
.input__caption.is-active, .input--select .input__caption, .input__text:focus ~ .input__caption {
  top: 12px;
  left: 17px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
}
.input__text, .input--select__value {
  background: #F3F1ED;
  border-radius: 4px;
  width: 130px;
  border: none;
  outline: none;
  transition: all 0.1s ease-out 0s;
  /*padding: 10px 17px 10px 15px;*/
  border: 2px solid transparent;
  font-family: GloberM;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */
  letter-spacing: 0.7px;
  text-transform: uppercase;

  color: #000000;
}
.input__text.is-error, .input--select__value.is-error {
  border: 2px solid #ee1865;
}
.input__text:focus, .input--select__value:focus {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.input__text[disabled], .input--select__value[disabled], .input--select [disabled] + .input--select__value {
  border: 2px solid #efefef;
  background: #fff;
}

.top-menu__item_type_searchlg {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0px;
}

.input.input--select {
  min-width: auto !important;
}

.input.input--select {
  margin-left: 30px !important;
}


.seemore {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.seemore-button {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: white;
  color: #3366FF;
  padding: 25px 32px 18px 32px ;
  /*margin-top: 120px;*/
  font-family: GloberM;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 24px;
  width: auto;
  margin-bottom: 50px;
}

.experts__grid {
  margin-bottom: 200px;
}

/* 25.11 */
.expert__themes-element {
    text-decoration: none;
    color: inherit;
}

.expert__sections a, .similarContent__grid a, .experts__grid a, .expert__article a {
    color: inherit;
    text-decoration: none;
}

.slick-track {
    margin-left: 0 !important;
}


/*17 dec */

@media (max-width: 1030px) {
	.aside-extra-wrap {
		position: static !important;
		margin-bottom: 50px;
	}
}
@media (max-width: 400px) {

	.aside-extra-wrap {
    position: static !important;
    margin-bottom: 10px;
}
}
.abc {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding: 52px 0 120px;
}
.abc .abc__chapter li a:hover{
  opacity: .8;
  background-size: 100% 1px;
}
.abc .abc__chapter li a{
  color: #2489e1;
  transition: opacity .3s;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  background-image: linear-gradient(rgba(36, 137, 225, 0.4), rgba(36, 137, 225, 0.4));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}
.abc .abc__chapter {
  margin-bottom: 25px;
  vertical-align: top;
  width: 100%;
}
.subscr-btn:hover{
  background: #6a8df7
}
.subscr-btn{
  line-height: 21px;
  font-size: 16px;
  height: 33px;
  display: inline-block;
  align-items: center;
  color: #fff;
  background: #36f;

  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
}
.subscr-input{
  background: #f3f1ed;
  font-size: 16px;
  height: 33px;
  display: inline-block;
  border: 1px solid #f3f1ed;
  width: 160px;
  box-sizing: border-box;
  padding: 0 5px;
}
.has-error .error{
  color: red;
}
.response._error{
  color: red;
}
.response.success{
  color: green;
}
.card__background_prods, .card__overlay_prods {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.card__background_prods {
  transition: transform .3s;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.card__overlay_prods {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
}
[data-rrblockinit]{
  margin-bottom: 50px !important;
}
.__type_text{
  max-width: 25%;
}
.__type_text.right{
  float: right;
}
.__type_text.left{
  float: left;
}
.type4__{
  background: #f3f1ed;
  padding: 15px;
  padding-right: 0;
  box-sizing: border-box;
}
.type4__ img{
  max-width: 100%;
}
.type4__ .type2__ p{
  margin: 10px 0;
  margin-right: 10px;
}
@media (max-width: 1030px){
  .aside-extra-wrap.fix__ {
    width: 100%;
  }
}
.type3__ .type2__ .text__{
  /*padding-left: 15px;*/
}

.text__ a {
  color: #2489E1;
}

.type3__{
  background: #f3f1ed;
  padding: 35px;
}
.type2__ .rate__stars:hover .rate__stars-fill{
  opacity: 1;
}
.type2__ .rate__stars{
  width: 180px;
  transform: scale(0.7);
  margin-left: -30px;
}
.type2__,
.type1__{
  /*margin-bottom: 30px;*/
  box-sizing: border-box;
}
.type1__ img,
.type1__ .text__{
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.type2__ .left__ img{
  max-width: 50% !important;
}
.type2__ .left__,
.type2__ .right__ {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.type2__ .left__{
  /*width: 25%;*/
}

.type2__ .left__ img{
  max-width: 50% !important;
}

.type2__ .right__{
  width: 74%;
}
.type1__ img{
  max-width: 25%;
}
.type2__ .text__,
.type1__ .text__{
  /*max-width: 74%;*/
}
.type2__ .text__ .currency__{
  font-weight: bold;
}
.type2__ .text__ p{
  margin: 10px 0;
}
.type2__.clearfix:after,
.type1__.clearfix:after{
  content: "";
  display: table;
  clear: both;
}
.type1__:nth-child(2n+1) img{
  float: right;
}
.social-set {
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.header__sw-logo .social-set__icon-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  width: 50px;
  height: 50px;
}
.products-slider, .social-set__icon {
  position: relative;
}
.social-set__icon {
  display: block;
  width: 40px;
  height: 40px;
  transition: all .1s ease-out;
  fill: #5F6E82;
  color: white;
}

/*.social-set__icon._vk {
  width: 26px;
  height: 15px;
}
.social-set__icon._fb {
  width: 10px;
  height: 18px;
}
.social-set__icon._odnoklassniki {
  width: 12px;
  height: 19px;
}*/
.social-set__icon._instagram {
  width: 19px;
  height: 19px;
}
.social-set__icon._youtube {
  width: 27px;
  height: 18px;
}
.social-set__icon-link:hover {
  background-color: rgba(255,255,255,.1);
}

.type4__.sticky__{
  position: sticky;
  top: 0;
}
.right__.type4__ h4.title__ {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}
.right__.type4__ h3.title__ {
  line-height: 35px;
  font-size: 28px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}
.right__.type4__  h2.title__ {
  line-height: 45px;
  font-size: 38px;
  margin-bottom: .5em;
  font-family: 'GloberMBook'
}
.right__.type4__  .type2__{
  margin-bottom: 0;
}
.right__.type4__  img{
  max-width: 50% !important;
  box-sizing: border-box;
}
.right__.type4__ .type2__+.type2__ {
  margin-top: 25px;
}
.price__ {
  margin-top: 13px;

}
.right__.type4__ .type2__ .price__,
.right__.type4__ .type2__ p{
  font-family: 'GloberMBook'
}
.right__.type4__ .type2__ .text__{
  padding-left: 15px;
  max-width: 90%;
  display: inline-block;
  vertical-align: top;
  font-family: 'GloberMBook';
  box-sizing: border-box;
}
.width-aside.bottom__ .aside-extra-wrap{
  bottom: 0;
  top: unset;
}
.width-aside.sticky__{
  position: sticky;
  top: 0;
}
.h1{
  text-align: left;
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}
.otkaz_ .otkaz_title_{
  margin-bottom: 10px;
}
.otkaz_{
  color: #9d9e9e;
}
.otkaz_ p strong{
  font-size: 15px;
  font-weight: bold;
}
.otkaz_ p{
  color: #9d9e9e;
  font-size: 14px;
  line-height: 20px;
}
.otkaz_.mobile_{
  display: none;
}
@media (max-width: 1023px) {
  .otkaz_{
    margin-top: 40px;
  }
  .otkaz_:not(.mobile_){
    display: none;
  }
  .otkaz_.mobile_{
    display: block;
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
.description__{
  font-size: 75%;
}
* {
  box-sizing: border-box;
}
.blogSub-wrapper {
  width: 100%;
  margin-top: 32px;
  position: relative;
}

.blogSub {
  /*width: 1073px;
  height: 238px;*/
  position: relative;
  margin: 0 auto;
  background: #E4F8FF;
  position: relative;
  padding: 32px;
}

.blogSub-product {
  background-image: url("../images/product.png");
  background-position: right 24px;
  background-size:contain;
  background-repeat: no-repeat;
  width: 356px;
  margin-left: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.blogSub-product-discount {
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1574B;
  border-radius: 50%;
  font-family: Glober, Arial;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: white;
  position: absolute;
  right: 290px;
  top: -24px;
}

.blogSub-form {
  width: 685px;
}

.blogSub-content-label {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #0B276F;
  font-family: Glober, Arial;
  width: 618px;
  display: block;
}

.blogSub-content-label-link {
  text-decoration: none;
  color: #2489E1;
}

.blogSub-form-r {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}

.blogSub-form-r-button {
  cursor: pointer;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  background: #0B276F;
  border-radius: 50px;
  font-family: Glober, Arial;
  padding: 13px 46px;
  height: 52px;
  border: none;
  outline: none;
}

.blogSub-form-r-input {
  height: 52px;
  background: #FFFFFF;
  border-radius: 50px;
  width: calc(100% - 220px);
}
.blogSub-form-r-input > input {
  display: block;
  border: none;
  margin-left: 24px;
  width: calc(100% - 50px);
  height: 52px;
  outline: none;
}
.blogSub-form-r-input > input::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #9AA5B4;
  font-family: Glober, Arial;
  line-height: 48px;
}

.blogSub-form-checkbox {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blogSub-form-checkbox-label {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  margin-left: 8px;
  font-family: Glober, Arial;
  font-weight: 100;
  align-items: center;
  letter-spacing: -0.3px;
  color: #333333;
}

.blogSub-form-checkbox > input {
  border: 2px solid #00AEEF;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: white;
  outline: none;
}
.blogSub-form-checkbox > input:checked {
  background: url("../images/checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

.blogSub-form-checkbox-label  a {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  color: #2489E1;
}

.blogSub-text {
  font-family: Glober, Arial;
  font-size: 19px;
  line-height: 31px;
  width: 624px;
  color: #0B276F;
  margin-top: 26px;
}

.blogSub-text a {
  text-decoration: none;
  color: #2489E1;
}

.blogSum-form-error {
  letter-spacing: -0.3px;
  color: #F1574B;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: Glober, Arial;
  margin-bottom: -10px;
}

.blogSub-form-r-button:disabled {
  opacity: 0.3;
}
.blogSub-error {
  height: 248px;
}

@media (max-width: 1080px) {
  .blogSub {
    width: 100%;
   /* height: 267px;*/
  }
  .blogSub-product {
    background-position: 80px 24px;
  }
  .blogSub-product-discount {
    right: 200px;
  }
  .blogSub-content-label {
    width: 388px;
  }
  .blogSub-form-r {
    width: 384px;
    position: relative;
  }
  .blogSub-form-r-button {
    right: 0;
    position: absolute;
    padding: 12px 12px;
    font-size: 16px;
  }
  .blogSub-form-r-input {
    width: 384px;
  }
  .blogSub-form-checkbox {
    width: 414px;
    align-items: unset;
  }
  .blogSub-form {
    width: unset;
  }
  .blogSub-text {
    width: 406px;
    font-size: 18px;
    margin-top: 22px;
  }
  .blogSub-error {
    height: 320px;
  }
  .blogSum-form-error {
    width: 423px;
  }
}
@media (max-width: 670px) {
  .blogSub {
    height: 495px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 32px;
  }

  .blogSub-product {
    width: 100%;
    top: unset;
    margin-left: unset;
    height: 250px;
    background-image: url("../images/product-m.png");
    bottom: -110px;
    background-position: center -23px !important;
  }
  .blogSub-content-label {
    width: 100%;
  }
  .blogSub-form-r {
    width: 100%;
    margin-top: 20px;
  }
  .blogSub-form-r-input {
    width: 100%;
  }
  .blogSub-form-checkbox {
    width: 100%;
  }
  .blogSub-product-discount {
    top: -45px;
    right: 20px  !important;
  }
  .blogSub-form-checkbox {
    margin-top: 20px;
  }
  .blogSub-form-checkbox-label a {
    margin-left: 2px;
    margin-right: 2px;
  }

  .blogSub-text {
    width: 100%;
  }

  .blogSub-thx {
    height: 450px !important;
  }
  .blogSum-form-error {
    width: 100%;
  }
  .blogSub-error {
    height: 540px;
  }
}
@media (max-width: 423px) {
  .blogSub-product {
    bottom: -180px;
  }
}
@media (max-width: 351px) {
  .blogSub-product {
    bottom: -240px;
  }
}
#subscribe_form .error{
  display: none !important;
}

.w7_teaser {
	height: 75px;
	width: 100%;
	background: #C52A16;
	position: fixed;
	bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
	z-index: 999;
}
.w7_teaser_img {
	width: 65px;
	height: 65px;
	vertical-align: middle;
	border-radius: 65px;
}
.w7_teaser_text {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.w7_teaser_btn {
	text-decoration: none;
	border-radius: 40px;
	background: #fff;
	color: #C52A16;
	font-size: 16px;
	font-weight: 600;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 767.98px) {
	.w7_teaser_text {
		font-size: 16px;
	}
	.w7_teaser_btn {
		font-size: 14px;
	}
}
@media (max-width: 575.98px) {
	.w7_teaser {
		padding-left: 5px;
		padding-right: 5px;
	}
	.w7_teaser_text {
		font-size: 12px;
	}
	.w7_teaser_btn {
		font-size: 12px;
		min-width: 110px;
	}
}
div[data-retailrocket-markup-block]{
  margin-top: 60px;
}