.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.08);
}

.a-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-ls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 34px;
}

.header-rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 23px;
  text-decoration: none;
  cursor: auto;
}

.f-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 344px;
  -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;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.f-link:hover {
  opacity: 0.8;
}

.d-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 108px;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #3c9097;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.d-link:hover {
  opacity: 0.8;
}

.logo-name {
  margin-bottom: 4px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.ms {
  margin-top: 88px;
  padding-top: 66px;
  padding-bottom: 100px;
  background-color: rgba(242, 237, 235, 0.8);
}

.ms.padding-top {
  padding-top: 100px;
  padding-bottom: 80px;
}

.menu-btn-line {
  width: 100%;
  height: 2px;
  border-radius: 30px;
  background-color: #beb1ab;
}

.a-container {
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.ms-img {
  display: block;
  width: 100%;
}

.ms-image {
  max-width: 470px;
}

.ms-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 150px;
}

.ms-title {
  max-width: 315px;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.ms-text {
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.s-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 56px;
  -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;
  grid-column-gap: 9px;
  border: 1px solid #d4c5bd;
  border-radius: 16px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3c9097;
  text-decoration: none;
}

.s-link:hover {
  opacity: 0.8;
}

.s-link-img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-link-image {
  width: 20px;
  height: 15px;
}

.s-link-text {
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.ms-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.ms-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ms-content {
  margin-bottom: 44px;
}

.problems {
  padding-top: 85px;
  padding-bottom: 100px;
}

.problems-title {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 64px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.problems-title.max-width {
  max-width: none;
}

.problems-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-slider-link {
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 32px;
  text-decoration: none;
}

.p-slider-icon-img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-slider-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-slider-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.p-slider-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.p-slider-img {
  display: block;
  width: 100%;
}

.p-slider-text {
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.p-slider-texts {
  padding: 24px;
  background-color: #f8f6f9;
}

.p-slider-image {
  width: 100%;
}

.p-slider-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-slider-info-img {
  width: 100%;
  height: 100%;
}

.p-slider-info-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-slider-info-count {
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.p-slider-info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-slider-info-prs {
  opacity: 0.8;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.logo-image {
  width: 30px;
  height: 40px;
}

.voice {
  padding-top: 66px;
  padding-bottom: 30px;
  background-color: rgba(242, 237, 235, 0.8);
}

.voice-ls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 327px;
  margin-top: 160px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.voice-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
}

.voice-text-desktop {
  max-width: 252px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.voice-title {
  max-width: 315px;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.voice-image {
  width: 100%;
}

.voice-img {
  display: block;
  width: 100%;
}

.reviews {
  padding-top: 66px;
  padding-bottom: 100px;
  background-color: #2a3a4b;
}

.reviews-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-title {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.reviews-info {
  margin-top: 44px;
  margin-bottom: 44px;
}

.reviews-rait-icon {
  width: 22px;
  height: 21px;
}

.reviews-rait-img {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-rait {
  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;
}

.reviews-info-count {
  margin-top: 19px;
  margin-bottom: 12px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.reviews-info-text {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  color: #aab0b7;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.r-slider-content {
  width: 100%;
  border-radius: 24px;
}

.r-slider-image {
  width: 100%;
}

.r-slider-img {
  display: block;
  width: 100%;
}

.try-player {
  padding-top: 66px;
  padding-bottom: 100px;
  background-color: rgba(242, 237, 235, 0.8);
}

.try-player-image {
  max-width: 600px;
  min-width: 600px;
}

.try-player-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  font-size: 14px;
  line-height: 17px;
}

.try-player-ls {
  position: relative;
  z-index: 0;
  margin-left: -140px;
}

.try-player-img {
  display: block;
  width: 100%;
}

.try-player-rs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 387px;
  margin-top: 80px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.try-player-title-v1 {
  max-width: 315px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.tp-tab {
  margin: 4px;
  padding: 6px 10px;
  border: 1px solid #beb1ab;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'SF Pro Display', sans-serif;
  color: #beb1ab;
  font-weight: 400;
}

.tp-tab:hover {
  opacity: 0.8;
}

.tp-tab.w--current {
  background-color: #beb1ab;
  color: #fff;
}

.tp-tabs-menu {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tp-tabs-panel-text {
  max-width: 327px;
  margin: 26px auto 34px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.tp-tabs-content {
  overflow: visible;
}

.statistic {
  overflow: hidden;
  padding-top: 84px;
  padding-bottom: 84px;
}

.statistic-title {
  max-width: 364px;
  margin: 0px auto 60px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.statistic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistic-items {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.statistic-img {
  display: block;
  width: 100%;
  height: 100%;
}

.statistic-image-v1 {
  width: 86px;
  height: 56px;
}

.statistic-count {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.statistic-text {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.statistic-image-v2 {
  width: 56px;
  height: 56px;
}

.crnt-author {
  background-color: rgba(242, 237, 235, 0.8);
}

.crnt-author-wpapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 66px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.crnt-author-image {
  max-width: 470px;
}

.crnt-author-ls {
  padding-right: 30px;
}

.crnt-author-img {
  display: block;
  width: 100%;
}

.crnt-author-rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 361px;
  margin-top: 93px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.crnt-author-quote {
  width: 36px;
  height: 27px;
  margin-bottom: 8px;
}

.crnt-author-quote-img {
  display: block;
  width: 100%;
  height: 100%;
}

.crnt-author-text {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.crnt-author-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.crnt-author-info {
  margin-top: -30px;
}

.crnt-author-profession {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.research {
  padding-top: 85px;
  padding-bottom: 100px;
}

.research-title {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 64px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.research-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-slider-content {
  width: 100%;
}

.rs-slider-image {
  width: 100%;
}

.rs-slider-img {
  display: block;
  width: 100%;
}

.rs-slider-text {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 12px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.start {
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: rgba(242, 237, 235, 0.8);
}

.start.padding-bottom {
  padding-bottom: 50px;
}

.start-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 327px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-title {
  margin-top: 0px;
  margin-bottom: 44px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.start-form-col-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  min-height: 192px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/checkbox-bg.svg');
  background-position: 100% 0%;
  background-size: 68px 116px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.start-form-radio-btn-v1 {
  width: 24px;
  height: 24px;
  border: 0px none transparent;
  border-radius: 0%;
  background-image: url('../images/radio-inactive-grey.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.start-form-radio-btn-v1.w--redirected-checked {
  border: 0px none transparent;
  background-image: url('../images/radio-active-grey.svg');
}

.start-form-radio-btn-v1.w--redirected-focus {
  box-shadow: none;
}

.start-form-radio-label {
  display: block;
}

.start-form-radio-label.display-none {
  display: none;
}

.start-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.start-form-info-title-v1 {
  margin-top: 13px;
  margin-bottom: 15px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.start-form-block {
  width: 100%;
  margin-bottom: 32px;
}

.start-form-info-sep-v1 {
  width: 32px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 2px;
  background-color: #beb1ab;
}

.start-form-info-price-v1 {
  margin-bottom: 15px;
  font-family: 'SF Pro Display', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.start-form-info-text-v1 {
  margin-bottom: 4px;
  font-family: 'SF Pro Text', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.start-form-info-sep-v2 {
  width: 32px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 2px;
  background-color: #8e5807;
}

.start-form-col-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  min-height: 175px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #f90;
  background-image: url('../images/checkbox-bg.svg');
  background-position: 100% 0%;
  background-size: 68px 116px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.start-form-info-title-v2 {
  margin-top: 13px;
  margin-bottom: 15px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.start-form-info-price-v2 {
  margin-bottom: 15px;
  font-family: 'SF Pro Display', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.start-form-info-text-v2 {
  margin-bottom: 4px;
  font-family: 'SF Pro Text', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.start-form-radio-btn-v2 {
  width: 24px;
  height: 24px;
  border: 0px none transparent;
  border-radius: 0%;
  background-image: url('../images/radio-inactive-white.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.start-form-radio-btn-v2.w--redirected-checked {
  border: 0px none transparent;
  background-image: url('../images/radio-active-white.svg');
}

.start-form-radio-btn-v2.w--redirected-focus {
  box-shadow: none;
}

.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: rgba(242, 237, 235, 0.8);
}

.footer-copyright {
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.foober-link {
  display: block;
  margin-bottom: 4px;
  border-bottom: 1px solid #33b49d;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #3c9097;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.foober-link:hover {
  opacity: 0.8;
}

.foober-link.margin-right {
  margin-left: 5px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.start-form-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-form-info-sale {
  padding: 7px 9px 8px;
  border-radius: 16px;
  background-color: #fff;
  font-family: 'SF Pro Text', sans-serif;
  color: #f90;
  font-size: 12px;
  line-height: 14px;
}

.a-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #e5e5e5;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.a-menu-wrapper {
  overflow: scroll;
  width: 100%;
  height: 100%;
  min-height: 940px;
  padding-top: 110px;
  padding-right: 30px;
  padding-left: 154px;
}

.a-menu-nav-list {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.a-menu-nav-link {
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.a-menu-nav-item {
  margin-bottom: 28px;
}

.a-menu-nav-icon {
  width: 20px;
  height: 15px;
  margin-top: 2px;
  margin-left: 9px;
}

.a-menu-nav-img {
  display: block;
  width: 100%;
  height: 100%;
}

.a-menu-nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.a-menu-nav-text {
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.b-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 327px;
  -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;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.b-link:hover {
  opacity: 0.8;
}

.problems-links {
  margin-top: 44px;
}

.problems-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 327px;
  -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;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.problems-link:hover {
  opacity: 0.8;
}

.p-slider {
  position: relative;
  width: 295px;
  padding-bottom: 70px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 20px;
}

.player {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ab9e98;
}

.player-btn-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
}

.player-btn-img {
  display: block;
  width: 100%;
  height: 100%;
}

.player-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 156px;
  height: 72px;
  margin-left: -14px;
}

.play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
}

.player-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.player-songname {
  margin-bottom: 15px;
  font-family: 'SF Pro Text', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.player-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 172px;
  height: 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.player-progress-line {
  height: 100%;
  border-radius: 4px;
  background-color: #beb1ab;
}

.player-time {
  margin-bottom: 13px;
  margin-left: 24px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 16px;
}

.player-bg-img {
  display: block;
  width: 100%;
}

.player-01 {
  margin-top: 34px;
}

.player-02 {
  margin-top: 34px;
}

.player-03 {
  margin-top: 34px;
}

.player-04 {
  margin-top: 34px;
}

.player-05 {
  margin-top: 34px;
}

.r-slider {
  position: relative;
  width: 295px;
  padding-bottom: 76px;
}

.rs-slider {
  position: relative;
  width: 295px;
  padding-bottom: 70px;
}

.logo-mobile-img {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-mobile {
  display: none;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
}

.ms-links-mobille {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 327px;
  -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;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.start-link:hover {
  opacity: 0.8;
}

.voice-mobile {
  position: relative;
  display: none;
  width: 100%;
}

.voice-desktop {
  max-width: 732px;
  min-width: 60%;
}

.voice-text-mobile {
  display: none;
  max-width: 252px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.try-player-title-v2 {
  display: none;
  max-width: 315px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.download-app {
  display: none;
  width: 100%;
  max-width: 327px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.download-app.padding-top {
  padding-top: 0px;
}

.download-app.a-offer {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.download-app.features {
  display: block;
  padding-top: 0px;
}

.download-app-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-app-image {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
}

.download-app-img {
  display: block;
  width: 100%;
  height: 100%;
}

.download-app-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  margin-right: auto;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download-app-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.download-app-intro {
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.download-app-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-app-rait {
  width: 75px;
  height: 15px;
}

.download-app-rait-img {
  display: block;
  width: 100%;
  height: 100%;
}

.download-app-link {
  padding: 2px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #3c9097;
  border-radius: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #3c9097;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.download-app-link:hover {
  opacity: 0.8;
}

.download-app-count {
  margin-left: 6px;
  font-family: 'SF Pro Text', sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.sl-block {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding: 24px 24px 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
}

.sl-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 100%;
  -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;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.g-link:hover {
  opacity: 0.8;
}

.e-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 108px;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #3c9097;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.e-link:hover {
  opacity: 0.8;
}

.a-menu-scroll {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
}

.footer-blog {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: rgba(242, 237, 235, 0.8);
}

.b-container {
  max-width: 1200px;
  padding-right: 34px;
  padding-left: 34px;
}

.post-info {
  overflow: hidden;
  width: 100%;
  background-color: rgba(242, 237, 235, 0.8);
}

.post-info-title {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

.start-link-href {
  display: none;
}

.post-info-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 88px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-info-wrap {
  position: relative;
  z-index: 2;
}

.tag-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.tag {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #fff;
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.post-info-data {
  margin-top: 20px;
}

.post-info-icon {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.post-info-img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
}

.post-info-text {
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
}

.post-info-divider {
  width: 1px;
  height: 15px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #ab9e98;
}

.breadcrumbs-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'SF Pro Text', sans-serif;
  color: #3c9097;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.breadcrumbs-link:hover {
  opacity: 0.8;
}

.breadcrumbs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.breadcrumbs-divider {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.breadcrumbs {
  padding-top: 40px;
}

.post {
  padding-top: 38px;
}

.post-right {
  max-width: 360px;
  min-width: 360px;
}

.post-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
}

.post-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 40px;
}

.post-plot-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.post-info-read {
  margin-left: -5px;
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 14px;
}

.post-intro-text {
  margin-bottom: 0px;
  padding: 0px 0px 0px 26px;
  border-left-color: #beb1ab;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
}

.post-author-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.post-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
  border-radius: 20px;
  background-color: rgba(242, 237, 235, 0.8);
}

.post-author-img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-author-image {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.post-author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.post-author-profession {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.post-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 6px;
}

.post-author-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.post-author-about {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.post-right-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
}

.b-page-wrapper {
  position: relative;
}

.post-content {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-content h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

.post-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.post-content h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.post-content h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.post-content h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.post-content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #beb1ab;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
  list-style-type: none;
}

.post-content h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.post-content a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3c9097;
  text-decoration: underline;
}

.post-content a:hover {
  opacity: 0.8;
}

.post-content li {
  position: relative;
}

.post-content figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.post-content figcaption {
  margin-top: 10px;
  text-align: left;
}

.post-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
  list-style-type: none;
}

.post-content-list {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-content-list ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  list-style-type: none;
}

.post-content-list a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3c9097;
}

.post-content-list a:hover {
  opacity: 0.8;
}

.post-content-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 15px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  list-style-type: none;
}

.post-content-list li {
  position: relative;
}

.rich-text-styles-title {
  margin-top: 0px;
  margin-bottom: 40px;
}

.mb-divider {
  width: 100%;
  margin-bottom: 40px;
}

.rich-text-styles {
  padding-top: 40px;
  padding-bottom: 40px;
}

.post-prevnext {
  padding-top: 60px;
}

.post-prevnext-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
}

.empty-block {
  max-width: 360px;
  min-width: 360px;
}

.post-prevnext-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.post-card-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/card-post-bg.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.post-card-bg.post-load-img {
  display: none;
}

.post-card-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 208px;
  -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;
  border-radius: 20px;
  text-decoration: none;
}

.tag-v2 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #fff;
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.post-card-image {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 230px;
  padding: 8px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.post-card-img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-card-img.post-load-img {
  display: none;
}

.post-card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.another-posts {
  padding-top: 60px;
  padding-bottom: 70px;
}

.post-cards {
  width: 100%;
}

.post-cards-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.posts-card {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.another-posts-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.post-card-bottom {
  margin-top: 10px;
}

.post-card-link {
  margin-bottom: 8px;
  border-bottom: 1px solid transparent;
  color: #000;
  text-decoration: none;
}

.post-card-link:hover {
  text-decoration: underline;
}

.b-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 23px;
  text-decoration: none;
}

.post-banner {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 20px;
}

.post-banner-link {
  position: relative;
  display: block;
}

.post-banner-img {
  display: block;
  width: 100%;
}

.post-banner-info {
  position: absolute;
  right: 14px;
  bottom: 18px;
  display: none;
  max-width: 210px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14px;
  line-height: 18px;
}

.post-banner-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
}

.post-banner-icon-img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-banner-title {
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.post-banner-text {
  font-family: 'SF Pro Text', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.post-info-images {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  width: 90%;
  margin-right: -70px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.post-number {
  display: none;
  margin-top: 8px;
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 400;
}

.post-prevnext-block {
  width: 100%;
}

.post-prevnext-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-prevnext-list.display-none {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-prevnext-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-prevnext-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.post-prev-target {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-next-target {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-prevnext-empty {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(212, 197, 189, 0.5);
  border-radius: 20px;
}

.post-prevnext-text {
  max-width: 170px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.post-prevnext-link {
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 10px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

.post-prevnext-link:hover {
  opacity: 0.8;
}

.post-prevnext-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-row-gap: 10px;
}

.breadcrumbs-text {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.post-banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 2px;
}

.post-cards-empty {
  padding: 0px;
  background-color: transparent;
}

.post-info-bg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.post-info-image {
  position: absolute;
  left: 55%;
  top: 55%;
  z-index: 2;
  width: 50%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-info-image.main {
  left: 48%;
  top: 51%;
  width: 60%;
  max-width: 480px;
}

.post-info-thumbnail {
  display: block;
  width: 100%;
}

.filters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.filters {
  margin-bottom: 20px;
}

.filters-item {
  padding: 10px 15px;
  border: 1px solid #ab9e98;
  border-radius: 30px;
  font-family: 'SF Pro Text', sans-serif;
  color: #ab9e98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumbs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.all-posts {
  padding-top: 60px;
  padding-bottom: 70px;
}

.features {
  padding-top: 85px;
  padding-bottom: 0px;
}

.features.bg-color {
  background-color: rgba(242, 237, 235, 0.8);
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-slider {
  position: relative;
  width: 295px;
  padding-bottom: 76px;
}

.f-slider-content {
  width: 100%;
  border-radius: 24px;
}

.f-slider-image {
  width: 100%;
}

.f-slider-img {
  display: block;
  width: 100%;
}

.f-slider-text {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 21px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.faq {
  padding-top: 85px;
  padding-bottom: 100px;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-title {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 64px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.faq-list {
  width: 100%;
  max-width: 650px;
  min-width: 327px;
}

.faq-item {
  padding-top: 23px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-item.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-btn {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 9px;
  border-radius: 50%;
  background-color: rgba(242, 237, 235, 0.8);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.faq-btn-image {
  width: 100%;
  height: 100%;
}

.faq-btn-img {
  display: block;
  width: 100%;
  height: 100%;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  cursor: pointer;
}

.faq-question-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.faq-answer-text {
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.faq-answer {
  overflow: hidden;
  padding-right: 60px;
}

.faq-answer-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3c9097;
  text-decoration: none;
}

.faq-answer-link:hover {
  opacity: 0.8;
}

.faq-answer-link.w--current {
  text-decoration: none;
}

.faq-answer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
  list-style-type: none;
}

.faq-answer-bold {
  font-weight: 400;
}

.faq-answer-list-text {
  margin-bottom: 0px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.faq-answer-list-item {
  position: relative;
}

.faq-answer-wrap.padding {
  padding-top: 15px;
}

.faq-answer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
}

.mailing {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: rgba(242, 237, 235, 0.8);
}

.mailing-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 150px;
}

.mailing-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 327px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mailing-image {
  max-width: 470px;
}

.mailing-img {
  display: block;
  width: 100%;
}

.download {
  background-color: rgba(242, 237, 235, 0.8);
}

.mailing-title {
  max-width: 315px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.mailing-text {
  max-width: 305px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.m-form-pp {
  margin-top: 16px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.m-form-btn {
  display: block;
  width: 100%;
  max-height: 56px;
  min-height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  border: 1px none #000;
  border-radius: 16px;
  background-color: #3c9097;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
}

.m-form-btn:hover {
  opacity: 0.8;
}

.m-form-input {
  width: 100%;
  max-height: 56px;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 19px 24px;
  border-style: none;
  border-radius: 16px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.m-form-input:focus {
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.m-form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.m-form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.m-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.m-form-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.m-form-block {
  position: relative;
  margin-bottom: 0px;
}

.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3c9097;
  text-decoration: none;
}

.link:hover {
  opacity: 0.8;
}

.m-form-seccess {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 56px;
  min-height: 56px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 16px;
  background-color: #3c9097;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.top-side {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.a-offer-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-offer {
  position: relative;
  z-index: 2;
  display: none;
  background-color: #fff;
}

.a-menu-empty {
  display: none;
  width: 100%;
  height: 76px;
}

.feauteres-links.padding {
  padding-top: 76px;
  padding-bottom: 100px;
}

.i-slider-image {
  width: 100%;
}

.i-slider-img {
  display: block;
  width: 100%;
}

.i-slider {
  position: relative;
  width: 295px;
  padding-bottom: 70px;
}

.includes {
  padding-top: 85px;
  padding-bottom: 100px;
}

.includes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.includes-title {
  margin-top: 0px;
  margin-bottom: 64px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #ab9e98;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.i-slider-block {
  overflow: hidden;
  max-height: 420px;
  min-height: 420px;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 32px;
  background-color: #f8f6f9;
}

.i-slider-block.padding {
  padding: 0px;
}

.i-slider-texts {
  margin-top: 24px;
}

.i-slider-texts.padding {
  margin-top: 14px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.i-slider-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.i-slider-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.i-slider-text {
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.subscribe {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: rgba(242, 237, 235, 0.8);
}

.subscribe-wrapper {
  position: relative;
  z-index: 2;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  font-size: 14px;
  line-height: 17px;
}

.subscribe-ls {
  position: relative;
  z-index: 0;
  max-width: 750px;
  min-width: 750px;
  margin-top: -80px;
  margin-right: -120px;
  margin-left: -315px;
}

.subscribe-img {
  display: block;
  width: 100%;
}

.subscribe-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
}

.subscribe-rs {
  max-width: 308px;
  min-width: 308px;
  margin-top: 70px;
}

.subscribe-text {
  margin-bottom: 10px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.subscribe-text.last {
  margin-bottom: 0px;
}

.subscribe-form-title {
  margin: 0px auto 25px;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.subscribe-cs {
  position: relative;
  z-index: 1;
  min-width: 462px;
  padding: 40px 50px;
  border-radius: 16px;
  background-color: #fff;
}

.subscribe-logo {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-logo-image {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
}

.subscribe-logo-img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-form-checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-form-checkbox {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-top: 0px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  cursor: pointer;
}

.s-form-checkbox:hover {
  border-color: #3c9097;
}

.s-form-checkbox.w--redirected-checked {
  border-color: #3c9097;
  background-color: #3c9097;
  background-size: 10px 10px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.s-form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.s-form-radio {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-top: -1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  cursor: pointer;
}

.s-form-radio:hover {
  border-color: #ab9e98;
}

.s-form-radio.w--redirected-checked {
  border-width: 1px;
  border-color: #ab9e98;
  background-image: url('../images/radio-bg.svg');
  background-position: 50% 50%;
  background-size: 9px 9px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.s-form-radio.w--redirected-focus {
  box-shadow: none;
}

.s-form-radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contract-offer {
  max-width: 260px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.contract-offer-link {
  color: #3c9097;
  text-decoration: none;
}

.s-form-input {
  width: 100%;
  max-height: 56px;
  min-height: 56px;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-family: 'SF Pro Text', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-input:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.s-form-input:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
}

.s-form-input[data-wf-focus-visible] {
  border-color: rgba(0, 0, 0, 0.1);
}

.s-form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.s-form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.s-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.s-form-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.s-form-block {
  position: relative;
  margin-bottom: 0px;
}

.s-form-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
}

.s-form-s-text {
  font-family: 'SF Pro Text', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.s-form-text {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-radio-label {
  margin-bottom: 0px;
  margin-left: 7px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
}

.s-form-p-price {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-discount {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-g-price {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.s-form-btn-disabled {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 56px;
  min-height: 56px;
  -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;
  border-radius: 16px;
  background-color: #eaeaea;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.s-form-select {
  width: auto;
  max-height: 56px;
  min-height: 56px;
  margin-bottom: 0px;
  padding: 16px 40px 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: transparent;
  background-image: url('../images/arrow-bottom.svg');
  background-position: 120px 51%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.s-form-select:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.s-form-success {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 56px;
  min-height: 56px;
  border-radius: 16px;
  background-color: #ab9e98;
}

.s-form-success-message {
  margin-top: -2px;
  font-family: 'SF Pro Text', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.s-form-checkbox-label {
  margin-bottom: 0px;
  margin-left: 7px;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.logo-bg-img {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  display: none;
  width: 294px;
  height: 282px;
  background-image: url('../images/logo-bg.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-86px, -56px);
  -ms-transform: translate(-86px, -56px);
  transform: translate(-86px, -56px);
}

.s-form-link {
  display: block;
  width: 100%;
  max-height: 56px;
  min-height: 56px;
  padding-top: 19px;
  padding-bottom: 20px;
  border-radius: 16px;
  background-color: #ab9e98;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.s-form-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .header {
    background-color: transparent;
    box-shadow: none;
  }

  .header-ls {
    margin-left: 30px;
  }

  .header-rs {
    display: none;
  }

  .logo {
    display: none;
  }

  .ms {
    margin-top: 0px;
  }

  .ms.padding-top {
    padding-top: 66px;
    padding-bottom: 100px;
  }

  .a-container {
    max-width: 327px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ms-left-side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ms-left-side.margin-top {
    margin-top: 30px;
  }

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

  .ms-title {
    margin-bottom: 21px;
  }

  .ms-links {
    display: none;
  }

  .ms-right-side {
    margin-top: 0px;
  }

  .ms-content {
    margin-bottom: 4px;
  }

  .voice {
    padding-bottom: 0px;
  }

  .voice-ls {
    margin-top: 0px;
  }

  .voice-wrapper {
    margin-bottom: -34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .voice-text-desktop {
    display: none;
  }

  .voice-title {
    margin-bottom: 0px;
  }

  .voice-image {
    max-width: 100%;
    min-width: 100%;
  }

  .voice-rs {
    width: 100%;
  }

  .try-player {
    padding-top: 80px;
  }

  .try-player-image {
    max-width: 465px;
    min-width: 465px;
  }

  .try-player-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .try-player-ls {
    margin-top: -45px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .try-player-rs {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .try-player-title-v1 {
    display: none;
  }

  .statistic-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 30px;
  }

  .crnt-author-wpapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .crnt-author-ls {
    padding-right: 0px;
  }

  .crnt-author-rs {
    width: 311px;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .start.padding-bottom {
    padding-bottom: 20px;
  }

  .footer {
    padding-bottom: 200px;
  }

  .footer.margin-bottom {
    padding-bottom: 60px;
  }

  .a-menu-wrapper {
    padding-top: 80px;
    padding-left: 30px;
  }

  .p-slider {
    overflow: hidden;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .swiper-wrapper.mobile-off {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .r-slider {
    overflow: hidden;
  }

  .rs-slider {
    overflow: hidden;
  }

  .logo-mobile {
    display: block;
  }

  .ms-links-mobille {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .voice-mobile {
    display: block;
  }

  .voice-desktop {
    display: none;
  }

  .voice-text-mobile {
    position: absolute;
    left: 38px;
    right: auto;
    bottom: 80px;
    display: block;
  }

  .try-player-title-v2 {
    display: block;
  }

  .download-app {
    display: block;
    max-width: 327px;
    min-width: 327px;
  }

  .download-app.hide {
    display: none;
  }

  .sl-block {
    display: block;
  }

  .b-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .post-info-title {
    font-size: 44px;
    line-height: 54px;
  }

  .post-right {
    min-width: 100%;
    margin-top: 40px;
  }

  .post-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-right-sticky {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .empty-block {
    display: none;
  }

  .post-card-image {
    width: 170px;
    height: 170px;
    padding: 0px;
  }

  .b-logo {
    display: none;
  }

  .post-banner {
    margin-top: 53px;
  }

  .post-info-images {
    width: 110%;
    margin-right: -20%;
  }

  .post-info-bg {
    max-width: none;
  }

  .post-info-image {
    top: 46%;
  }

  .all-posts {
    padding-top: 40px;
  }

  .f-slider {
    overflow: hidden;
  }

  .faq-answer-text {
    padding-top: 20px;
  }

  .faq-answer {
    padding-right: 0px;
  }

  .faq-answer-wrap.padding {
    padding-top: 20px;
  }

  .mailing {
    padding-bottom: 60px;
  }

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

  .mailing-right-side {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .mailing-left-side {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .mailing-image {
    max-width: 100%;
  }

  .mailing-title {
    margin-bottom: 21px;
  }

  .i-slider {
    overflow: hidden;
  }

  .i-slider.mobile-off {
    padding-bottom: 0px;
  }

  .subscribe {
    padding-bottom: 60px;
  }

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

  .subscribe-ls {
    max-width: 465px;
    min-width: 465px;
    margin-top: -30px;
    margin-right: auto;
    margin-left: -140px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .subscribe-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .subscribe-rs {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .subscribe-text {
    text-align: center;
  }

  .subscribe-form-title {
    font-size: 24px;
    line-height: 30px;
  }

  .subscribe-cs {
    max-width: 100%;
    min-width: 100%;
    padding: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .subscribe-logo {
    margin-bottom: 38px;
  }

  .s-form-input {
    font-size: 14px;
  }

  .s-form-s-text {
    text-align: center;
  }

  .logo-bg-img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .download-app {
    display: block;
  }

  .post-info-title {
    max-width: 460px;
    font-size: 32px;
    line-height: 40px;
  }

  .breadcrumbs {
    padding-top: 20px;
  }

  .post-plot-title {
    font-size: 24px;
    line-height: 30px;
  }

  .post-author-title {
    font-size: 22px;
    line-height: 28px;
  }

  .post-right-sticky {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .post-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .post-content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .post-content h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .post-content h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .post-content h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .post-content li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rich-text-styles-title {
    font-size: 34px;
    line-height: 42px;
  }

  .post-prevnext-title {
    font-size: 20px;
    line-height: 24px;
  }

  .post-cards-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .another-posts-title {
    font-size: 30px;
    line-height: 38px;
  }

  .post-banner {
    margin-top: 40px;
  }

  .post-info-images {
    margin-right: -10%;
  }

  .post-info-bg {
    width: 130%;
    max-width: none;
  }

  .post-info-image {
    left: 65%;
    width: 60%;
    max-width: none;
  }

  .post-info-image.main {
    left: 62%;
    width: 80%;
    max-width: 460px;
  }
}

@media screen and (max-width: 479px) {
  .another-posts {
    padding-bottom: 85px;
  }

  .post-cards-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-info-images {
    margin-right: -20%;
  }

  .post-prevnext-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-prev-target {
    margin-bottom: 40px;
  }

  .post-info-image.main {
    left: 60%;
    top: 41%;
    width: 90%;
  }

  .all-posts {
    padding-bottom: 85px;
  }

  .includes-title {
    max-width: 300px;
  }
}

#w-node-_8b30415d-55c5-b220-4956-444d99e2d425-34407a6c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-cc29de3f-6f72-45e7-fa44-82f59c8e05af-34407a6c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-ca10bb78-c266-a565-d9e7-29d4fa452cdd-34407a6c {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-cc29de3f-6f72-45e7-fa44-82f59c8e05b0-34407a6c {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-_8b30415d-55c5-b220-4956-444d99e2d425-34407a6c {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-cc29de3f-6f72-45e7-fa44-82f59c8e05af-34407a6c {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('../fonts/MuseoSansCyrl_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}