@font-face {
  font-family: 'MontserratRegular';
  src: local('MontserratRegular'), local('MontserratRegular'), url("fonts/montserrat/MontserratRegular.ttf") format('truetype');
}
@font-face {
  font-family: 'MontserratBold';
  src: local('MontserratBold'), local('MontserratBold'), url("fonts/montserrat/MontserratBold.ttf") format('truetype');
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: local('MontserratSemiBold'), local('MontserratBold'), url("fonts/montserrat/MontserratSemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'MontserratExtraBold';
  src: local('MontserratExtraBold'), local('MontserratExtraBold'), url("fonts/montserrat/MontserratExtraBold.ttf") format('truetype');
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
body {
  font-family: 'MontserratRegular';
  color: #333333;
  padding-top: 50px;
}
h2 {
  font-size: 34px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .cp {
    cursor: pointer;
  }
}
.w-max-100 {
  max-width: 100%;
}
.ff-mr {
  font-family: 'MontserratRegular';
}
.ff-mb {
  font-family: 'MontserratBold';
}
.ff-msb {
  font-family: 'MontserratSemiBold';
}
.ff-meb {
  font-family: 'MontserratExtraBold';
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.fs-36 {
  font-size: 36px;
}
.fs-46 {
  font-size: 46px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.color-white {
  color: #fff;
}
.color-green {
  color: #c0d332 !important;
}
.color-gray1 {
  color: #7d8991;
}
.color-gray2 {
  color: #919497;
}
.color-gray3 {
  color: #A3A3A3;
}
.color-brown1 {
  color: #b2997e;
}
.color-blue1 {
  color: #4585f1;
}
.button-borderblue {
  font-family: 'MontserratRegular';
  display: inline-block;
  border: 2px solid #4485F2;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.button-borderblue:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .button-borderblue {
    padding: 0 20px;
  }
}
.menu-header {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  background-color: #282e32;
  padding: 0 15px;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
}
.menu-header-left {
  display: flex;
  align-items: center;
}
.menu-header-right {
  display: flex;
  align-items: center;
}
.menu-header-logo {
  width: 100px;
  margin-right: 10px;
}
@media screen and (min-width: 350px) {
  .menu-header-logo {
    margin-right: 30px;
  }
}

.menu-header-links {
  display: none;
}
.menu-header-link {
  padding: 0 14px;
  position: relative;
}
.menu-header-link > a {
  color: #fff;
  font-family: 'MontserratSemiBold';
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
}
.menu-header-link-dropdown {
  cursor: pointer;
  background: url('../images/menu/arrow.png') right 12px center no-repeat;
  padding-right: 28px;
}
.menu-header-link-dropdown:hover {
  background-color: #1e2126;
}
.menu-header-link-dropdown:hover .menu-header-dropdown {
  display: block;
}
.menu-header-dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  background-color: #1e2126;
  padding: 20px 30px;
  font-size: 14px;
}
.menu-header-dropdown a {
  color: #a5a9ab;
  font-family: 'MontserratSemiBold';
  white-space: nowrap;
}
.menu-header-dropdown a.text-uppercase {
  color: #fff;
}
.menu-header-indev:hover span {
  opacity: 1;
}
.menu-header-indev a {
  color: #52585b;
}
.menu-header-indev a:hover {
  color: #979c9e !important;
  text-decoration: none;
}
.menu-header-indev span {
  background-color: #282e32;
  padding: 4px 6px;
  white-space: nowrap;
  margin-left: 10px;
  font-family: 'MontserratSemiBold';
  font-size: 10px;
  text-transform: uppercase;
  color: #838890;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-header-phone {
  margin-right: 20px;
  font-family: 'MontserratSemiBold';
  display: none;
}
.menu-header-button {
  display: none;
  cursor: pointer;
  background-color: #a2b228;
  line-height: 50px;
  padding: 0 20px;
  font-family: 'MontserratBold';
}
.menu-header-hamburder {
  cursor: pointer;
  height: 24px;
  width: 24px;
  background: url('../images/menu/hamburger.png') center no-repeat;
}
.menu-header a:hover {
  color: #c0d332;
}
@media screen and (min-width: 1340px) {
  .menu-header {
    padding: 0 30px;
  }
  .menu-header-links {
    display: flex;
  }
  .menu-header-phone,
  .menu-header-button,
  .menu-header-hamburder {
    display: block;
  }
  .menu-header-hamburder {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .menu-header-logo {
    margin-right: 120px;
  }
  .menu-header-link {
    padding: 0 18px;
  }
  .menu-header-link-dropdown {
    padding-right: 28px;
  }
}
.menu-mobile {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #282e32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url('../images/close.png') center no-repeat;
}
.menu-mobile-logo {
  width: 150px;
}
.menu-mobile-link {
  display: block;
  white-space: nowrap;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  margin-bottom: 8px;
}
.menu-mobile a {
  color: #fff;
}
.carousel-main {
  color: #fff;
}
.carousel-main-slide {
  min-height: 500px;
  padding: 40px 0 50px 0;
}
.carousel-main-line {
  text-transform: uppercase;
  font-family: 'MontserratExtraBold';
  font-size: 14px;
  position: relative;
}
.carousel-main-line::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -70px;
  width: 50px;
  height: 1px;
  border-top: 1px solid #fff;
}
.carousel-main-title {
  font-size: 22px;
}
.carousel-main-desc {
  font-size: 30px;
  line-height: 1.3;
}
.carousel-main-button {
  font-size: 18px;
  color: #fff;
  margin-top: 50px;
  display: inline-block;
  border: 2px solid #4584f4;
  border-radius: 5px;
  padding: 10px 50px;
}
.carousel-main-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  background-color: #4584f4;
}
@media screen and (min-width: 1200px) {
  .carousel-main-slide {
    min-height: 825px;
    padding: 250px 0 30px 0;
  }
  .carousel-main-title {
    font-size: 32px;
  }
  .carousel-main-desc {
    font-size: 48px;
  }
}
.banner-main {
  padding: 40px 0;
  background: url('../images/context_reklama/banner.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
}
.banner-main-line {
  text-transform: uppercase;
  font-family: 'MontserratExtraBold';
  font-size: 14px;
  position: relative;
}
.banner-main-line::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -70px;
  width: 50px;
  height: 1px;
  border-top: 1px solid #000;
}
.banner-main-title {
  font-size: 34px;
  line-height: normal;
  font-family: 'MontserratBold';
}
@media (min-width: 992px) {
  .banner-main {
    min-height: 828px;
    background: url('../images/context_reklama/banner.jpg') center no-repeat;
  }
  .banner-main-title {
    font-size: 48px;
  }
}
.modal-header {
  border: none;
}
.modal-close {
  font-size: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  border-radius: 50%;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-video-close {
  color: #fff;
}
.modal-video-content {
  background: none;
}
.modal-video-body {
  text-align: center;
}
.modal-video-body iframe {
  width: 100%;
  border: none;
}
.modal-carousel-close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  color: #fff;
  font-size: 70px;
  cursor: pointer;
  line-height: 0.7;
}
.modal-carousel img {
  width: auto !important;
  max-width: 100%;
  margin: auto;
}
.modal-carousel button {
  outline: none;
}
.modal-carousel .modal-content {
  background: transparent;
  border: none;
}
.modal-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 40%;
  font-size: 80px;
  height: 1px;
  display: none;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .modal-close {
    cursor: pointer;
  }
  .modal-video-body {
    padding: 0 50px;
  }
  .modal-video-body iframe {
    height: 600px;
  }
  .modal-carousel .owl-nav {
    display: flex;
  }
}
.cr-features-item {
  background-color: #E5E8EB;
  padding: 30px;
}
.cr-features-item:nth-child(even) {
  background-color: #F1F4F7;
}
@media (min-width: 992px) {
  /* .cr-features {
    margin-top: -80px;
  } */
  .cr-features-item {
    flex: 0 0 33.333%;
    padding: 55px;
  }
}
.cr-desc {
  margin: 90px 0;
}
.cr-desc-block {
  border: 19px solid #F1F4F7;
  padding: 30px;
}
@media (min-width: 992px) {
  .cr-desc-block {
    padding: 55px 60px 55px 510px;
    position: relative;
    margin: 0 50px;
  }
  .cr-desc-block::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -50px;
    width: 570px;
    height: 450px;
    background: url('../images/context_reklama/desc.png') center no-repeat;
  }
}
.cr-whymg {
  background-color: #2D3237;
  padding: 90px 0;
}
.cr-target {
  padding: 70px 0;
  background: url('../images/context_reklama/target.jpg') left center no-repeat;
}
@media (min-width: 992px) {
  .cr-target {
    /* min-height: 550px; */
    min-height: 300px;
  }
  .cr-target-text {
    flex: 0 1 430px;
    margin-left: 150px;
  }
}
.cr-guar {
  padding: 90px 0;
}
.cr-guar-title {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cr-guar-title {
    font-size: 24px;
  }
}
.cr-services {
  padding: 90px 0;
  background-color: #F2F3F5;
}
.cr-services-item {
  background-color: #fff;
  padding: 40px;
  box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cr-services-item {
    padding: 90px;
  }
}
.cr-prices {
  padding: 60px 0;
  background: #2D3237;
}
@media (min-width: 992px) {
  .cr-prices {
    background: #2D3237 url('../images/context_reklama/prices.jpg') left center no-repeat;
  }
}
.cr-etaps {
  padding: 90px 0;
}
.cr-etaps-number {
  background-color: #F2F3F5;
  font-size: 50px;
  font-family: 'MontserratExtraBold';
  display: flex;
  align-items: center;
  justify-content: center;
}
.cr-etaps-number--last::before {
  display: none;
}
@media (min-width: 992px) {
  .cr-etaps-number {
    width: 130px;
    height: 130px;
  }
  .cr-etaps-number::before {
    content: "";
    position: absolute;
    bottom: -75px;
    width: 5px;
    height: 80px;
    background-color: #F2F3F5;
  }
}
.cr-team {
  padding: 40px 0;
}
.cr-team-item {
  border-radius: 12px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 350px 0 0 0;
}
.cr-team-carousel {
  position: relative;
}
.cr-team .owl-nav {
  height: 1px;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 42%;
  display: flex;
  justify-content: space-between;
}
.cr-team .owl-nav button {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  outline: none;
}
.cr-team .owl-nav button.owl-prev {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-left.png') center no-repeat;
}
.cr-team .owl-nav button.owl-prev:hover {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-left.png') center no-repeat;
}
.cr-team .owl-nav button.owl-next {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-right.png') center no-repeat;
}
.cr-team .owl-nav button.owl-next:hover {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-right.png') center no-repeat;
}
@media (min-width: 992px) {
  .cr-team {
    padding: 80px 0 90px 0;
    background-color: #F2F3F5;
  }
  .cr-team-item {
    padding: 20px 70px 20px 350px;
    background-position: left bottom;
    display: flex;
    align-items: center;
    height: 330px;
  }
  .cr-team-carousel {
    padding: 0 55px;
  }
  .cr-team .owl-nav {
    left: -55px;
    right: -55px;
  }
}
.cr-cases {
  background-color: #2D3237;
  padding: 40px 0 50px 0;
}
.cr-cases-carousel .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  display: none;
  justify-content: space-between;
  padding: 0 50px;
  height: 0px;
}
.cr-cases-carousel .owl-nav button {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}
.cr-cases-carousel .owl-nav button.owl-prev {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-left.png') center no-repeat;
}
.cr-cases-carousel .owl-nav button.owl-next {
  background: rgba(45, 50, 55, 0.7) url('../images/context_reklama/arrow-white-right.png') center no-repeat;
}
.cr-cases-carousel .owl-dots {
  margin-top: -50px;
  position: relative;
}
.cr-cases-carousel .owl-dots span {
  width: 30px !important;
  height: 2px !important;
  margin: 5px 3px !important;
}
.cr-cases-item {
  height: 615px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.cr-cases button {
  outline: none;
}
@media (min-width: 992px) {
  .cr-cases {
    height: 720px;
    padding: 90px 0 0 0;
    margin-bottom: 120px;
  }
  .cr-cases-carousel .owl-nav {
    display: flex;
  }
  .cr-cases-item {
    padding: 0 130px;
  }
}
.cr-sert {
  /* padding: 40px 0; */
  padding-top: 40px;
}
.cr-sert-image {
  max-width: 100%;
}
@media (min-width: 992px) {
  .cr-sert {
    /* padding: 0; */
    padding-top: 60px;
  }
}
.cr-ratings {
  padding: 40px 0;
}
.cr-members {
  background-color: #2D3237;
  padding: 40px 0;
}
.cr-members-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  background-color: #fff;
  box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .cr-members {
    padding: 90px 0 0 0;
    height: 362px;
    margin-bottom: 120px;
  }
  .cr-members-item {
    min-height: 250px;
  }
}
.cr-reviews {
  padding: 50px 0;
  overflow: hidden;
}
.cr-reviews .owl-dots {
  margin-top: 25px !important;
}
.cr-reviews-item {
  box-shadow: 0px 5px 10px #d8d8d8;
  cursor: pointer;
}
.cr-reviews-item::before {
  transition: background-size 0.2s, opacity 0.4s;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.46) url('../images/context_reklama/reviews-play.png') center no-repeat;
  background-size: 20%;
  /* opacity: 0; */
  opacity: 0.5;
}
.cr-reviews-item:hover {
  box-shadow: 0px 5px 10px #b1b1b1;
}
.cr-reviews-item:hover::before {
  opacity: 1;
  background-size: 30%;
}
.cr-reviews button {
  outline: none;
}
.cr-clients {
  margin: 80px 0;
}
.cr-clients-image {
  max-width: 100%;
}
.cr-form {
  padding: 65px 0 50px 0;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cr-form-title {
  font-family: 'MontserratRegular';
  font-weight: 300;
}
.cr-form-desc {
  margin: 20px 0 45px 0;
  max-width: 640px;
}
.cr-form-note {
  margin-top: 20px;
  font-size: 10px;
}
.cr-form-field,
.cr-form-button {
  border: none;
  border-radius: 5px;
  line-height: 50px;
  color: #000;
}
.cr-form-field {
  background-color: #fff;
  padding: 0 20px;
  width: 100%;
}
.cr-form-button {
  background-color: #4485F2;
  padding: 0 50px;
  color: #fff;
  font-size: 18px;
}
.cr-form--audit {
  background-image: url('../images/context_reklama/audit.jpg');
}
.cr-form--compare {
  background-image: url('../images/context_reklama/compare.jpg');
}
.cr-form--cons {
  background-image: url('../images/context_reklama/cons.jpg');
}
@media (min-width: 992px) {
  .cr-form {
    background-size: auto;
  }
  .cr-form-title {
    font-size: 50px;
  }
}
.faq {
  background-color: #F2F3F5;
  padding: 40px 0;
}
.faq-item {
  background-color: #fff;
  box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.06);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-item--show .faq-answer {
  display: block;
}
.faq-item--show .faq-icon {
  background-image: url('../images/context_reklama/circle-minus.png');
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.faq-answer {
  display: none;
  padding: 0 42px 42px;
}
.faq-icon {
  background: #2D3237;
  color: #fff;
  flex: 0 0 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: url('../images/context_reklama/circle-plus.png') center no-repeat;
}
@media screen and (min-width: 992px) {
  .faq {
    padding: 90px 0;
  }
  .faq-question {
    cursor: pointer;
    padding: 42px;
  }
  .faq-question:hover {
    color: #4585f1;
  }
}
.wa-banner {
  padding: 30px 0;
  background: #eaeaea;
}
@media (min-width: 992px) {
  .wa-banner {
    display: flex;
    align-items: center;
    min-height: 828px;
    background: #eaeaea url('../images/web_analytics/banner.jpg') right no-repeat;
  }
}
.wa-nastroim {
  background-color: #3F4650;
}
.wa-nastroim-block {
  padding: 40px 0;
  margin: 0 0 40px 0;
  background-color: #3F4650;
  color: #fff;
}
@media (min-width: 992px) {
  .wa-nastroim {
    background-color: transparent;
  }
  .wa-nastroim-block {
    min-height: 287px;
    margin: -80px 0 100px 0;
    padding: 80px 100px 80px 550px;
    background: #3F4650 url('../images/web_analytics/nastroim.png') left no-repeat;
  }
}
.wa-howwork-item {
  padding: 30px 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media (min-width: 992px) {
  .wa-howwork-item {
    padding: 65px 40px 25px;
    box-shadow: 5px 45px 84px rgba(0, 0, 0, 0.09);
    min-height: 380px;
  }
}
.wa-desc {
  margin: 50px 0;
}
.wa-desc-block {
  border: 20px solid #F1F4F7;
  padding: 30px;
}
@media (min-width: 992px) {
  .wa-desc {
    margin: 100px 0;
  }
  .wa-desc-block {
    border: 20px solid #F1F4F7;
    padding: 80px 410px 80px 110px;
    line-height: 1.8;
    position: relative;
  }
  .wa-desc-block::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 50px;
    height: 480px;
    width: 420px;
    background: url('../images/web_analytics/desc.png') no-repeat;
  }
}
.wa-prices {
  padding: 40px 0;
  color: #fff;
  background: #2d3237 url('../images/web_analytics/prices.png') right no-repeat;
}
@media (min-width: 992px) {
  .wa-prices {
    padding: 90px 0;
  }
}
.wa-steps {
  padding: 40px 0;
  overflow: hidden;
}
.wa-steps-number {
  background-color: #F2F3F5;
  font-size: 50px;
  font-family: 'MontserratExtraBold';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
}
@media (min-width: 992px) {
  .wa-steps {
    padding: 90px 0;
  }
  .wa-steps-line {
    position: absolute;
    top: 65px;
    width: 2000px;
    height: 5px;
    background-color: #F2F3F5;
  }
  .wa-steps-line--first {
    left: 0px;
  }
  .wa-steps-line--last {
    right: 0px;
  }
  .wa-steps-number {
    margin-bottom: 30px;
    position: relative;
  }
}
.ya-banner {
  padding: 30px 0;
  background: #eaeaea;
}
@media (min-width: 992px) {
  .ya-banner {
    display: flex;
    align-items: center;
    min-height: 828px;
    background: #eaeaea url('../images/yandex_direct/banner.png') left 870px center no-repeat;
  }
}
.ya-sdelaem {
  background-color: #3F4650;
}
.ya-sdelaem-block {
  padding: 40px 0;
  margin: 0 0 40px 0;
  background-color: #3F4650;
  color: #fff;
}
@media (min-width: 992px) {
  .ya-sdelaem {
    background-color: transparent;
  }
  .ya-sdelaem-block {
    margin: -50px 0 0 0;
    padding: 65px 200px 65px 200px;
    background: #3F4650 url('../images/yandex_direct/sdelaem.jpg') left no-repeat;
  }
}
.ya-howwork-item {
  padding: 30px 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .ya-howwork {
    margin-bottom: 80px;
  }
  .ya-howwork-item {
    padding: 65px 40px 25px;
    box-shadow: 5px 45px 84px rgba(0, 0, 0, 0.09);
    min-height: 450px;
  }
}
.ya-desc {
  margin: 50px 0;
}
.ya-desc-block {
  border: 20px solid #F1F4F7;
  padding: 30px;
}
@media (min-width: 992px) {
  .ya-desc {
    margin: 100px 0;
  }
  .ya-desc-block {
    border: 20px solid #F1F4F7;
    padding: 80px 410px 80px 110px;
    line-height: 1.8;
    position: relative;
  }
  .ya-desc-block::before {
    content: "";
    position: absolute;
    top: -70px;
    right: 50px;
    height: 530px;
    width: 350px;
    background: url('../images/yandex_direct/desc.png') center no-repeat;
  }
}
.ya-prices {
  padding: 60px 0;
  background: #2D3237;
}
@media (min-width: 992px) {
  .ya-prices {
    background: #2D3237 url('../images/context_reklama/prices.jpg') left center no-repeat;
  }
}
.ga-desc {
  margin: 40px 0;
}
.ga-desc-block {
  border: 19px solid #F1F4F7;
  padding: 30px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .ga-desc {
    margin: 90px 0 120px;
  }
  .ga-desc-block {
    padding: 90px 60px 90px 420px;
    position: relative;
    line-height: 1.8;
  }
  .ga-desc-block::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 60px;
    width: 320px;
    height: 435px;
    background: url('../images/google_ads/desc.png') center no-repeat;
  }
}
.ga-spec-block {
  background: #FFFFFF;
  box-shadow: 5px 34px 84px rgba(0, 0, 0, 0.07);
  margin: 50px 0;
  padding: 30px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .ga-spec-block {
    margin: -30px 90px 60px;
    padding: 85px 120px 100px;
  }
}
.ga-prices {
  padding: 60px 0;
  background: #2D3237;
}
@media (min-width: 992px) {
  .ga-prices {
    background: #2D3237 url('../images/google_ads/prices.jpg') left center no-repeat;
  }
}
.mr-features-item {
  background-color: #E5E8EB;
  padding: 30px;
}
.mr-features-item:nth-child(even) {
  background-color: #F1F4F7;
}
@media (min-width: 992px) {
  /* .mr-features {
    margin-top: -80px;
  } */
  .mr-features-item {
    flex: 0 0 25%;
    padding: 55px 45px;
  }
}
.mr-desc {
  margin: 40px 0;
}
.mr-desc-block {
  border: 19px solid #F1F4F7;
  padding: 30px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .mr-desc {
    margin: 90px 0 120px;
  }
  .mr-desc-block {
    padding: 90px 60px 90px 420px;
    position: relative;
    line-height: 1.8;
  }
  .mr-desc-block::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -50px;
    width: 370px;
    height: 545px;
    background: url('../images/media/desc.png') right no-repeat;
  }
}
.mbr-kanal {
  background-color: #3F4650;
  margin-bottom: 50px;
}
.mbr-kanal-block {
  padding: 40px 0;
  margin: 0 0 40px 0;
  background-color: #3F4650;
  color: #fff;
}
@media (min-width: 992px) {
  .mbr-kanal {
    background-color: transparent;
  }
  .mbr-kanal-block {
    margin: -50px 0 0 0;
    padding: 65px 200px 65px 200px;
    background: #3F4650 url('../images/mobile_reklama/kanal.jpg') left no-repeat;
  }
}
.mbr-adv-item {
  background-color: #fff;
  padding: 35px 40px 30px 50px;
  box-shadow: 5px 34px 80px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .mbr-adv-item {
    min-height: 250px;
  }
}
.mbr-desc {
  margin: 40px 0;
}
.mbr-desc-block {
  border: 19px solid #F1F4F7;
  padding: 30px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .mbr-desc {
    margin: 90px 0 120px;
  }
  .mbr-desc-block {
    padding: 90px 60px 90px 420px;
    position: relative;
    line-height: 1.8;
  }
  .mbr-desc-block::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 60px;
    width: 315px;
    height: 425px;
    background: url('../images/mobile_reklama/desc.png') left bottom no-repeat;
  }
}
.mbr-prices {
  padding: 60px 0;
  background: #222b32;
  color: #fff;
}
@media (min-width: 992px) {
  .mbr-prices {
    padding: 100px 0;
  }
}
.vr-desc {
  margin: 40px 0;
}
.vr-desc-block {
  border: 19px solid #F1F4F7;
  padding: 30px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .vr-desc {
    margin: 90px 0 120px;
  }
  .vr-desc-block {
    padding: 70px 70px 70px 480px;
    position: relative;
    line-height: 1.8;
  }
  .vr-desc-block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 290px;
    height: 425px;
    background: url('../images/video_reklama/desc.png') left bottom no-repeat;
  }
}
.vr-bannertext-block {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #fff;
  padding: 30px 30px 30px 35px;
  background: url('../images/video_reklama/bannertext.jpg') center / cover no-repeat;
}
@media (min-width: 992px) {
  .vr-bannertext-block {
    margin-bottom: 100px;
    padding: 45px 200px;
  }
}
