@font-face {
  font-family: 'Stolzl-Bold';
  src: url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Stolzl-Bold.otf') format('opentype'),
  url('../fonts/Stolzl-Bold.woff') format('woff'),
  url('../fonts/Stolzl-Bold.ttf') format('truetype'),
  url('../fonts/Stolzl-Bold.svg#Stolzl-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Medium';
  src: url('../fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Stolzl-Medium.otf') format('opentype'),
  url('../fonts/Stolzl-Medium.woff') format('woff'),
  url('../fonts/Stolzl-Medium.ttf') format('truetype'),
  url('../fonts/Stolzl-Medium.svg#Stolzl-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Regular';
  src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Stolzl-Regular.otf') format('opentype'),
  url('../fonts/Stolzl-Regular.woff') format('woff'),
  url('../fonts/Stolzl-Regular.ttf') format('truetype'),
  url('../fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl-Light';
  src: url('../fonts/Stolzl-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Stolzl-Light.otf') format('opentype'),
  url('../fonts/Stolzl-Light.woff') format('woff'),
  url('../fonts/Stolzl-Light.ttf') format('truetype'),
  url('../fonts/Stolzl-Light.svg#Stolzl-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Rubik-Regular.woff') format('woff'),
  url('../fonts/Rubik-Regular.ttf') format('truetype'),
  url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: 'Stolzl-Light', Helvetica, sans-serif;
  color: #120f10;
  font-size: 18px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Stolzl-Bold', Helvetica, sans-serif;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
.container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ecfaff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ecfaff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ecfaff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ecfaff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecfaff', GradientType=0); /* IE6-9 */
}
.header-bg {
  background: url("../images/cubes.png") no-repeat center bottom;
}
.header-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 110px;
}
.header-flex::after {
  content: '';
  position: absolute;
  background: url("../images/header-img.png") no-repeat;
  width: 737px;
  height: 417px;
  bottom: 0;
  background-size: cover;
  right: 0;
}
.header-flex::before {
  content: '';
  position: absolute;
  background: url("../images/header-img__top.png") no-repeat;
  width: 314px;
  height: 142px;
  top: 45px;
  right: 90px;
}
.logo {
  padding-top: 65px;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
.logo-link {
  display: flex;
  align-items: center;
}
.logo-link > img {
  max-width: 75px;
}
.logo-title {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-weight: normal;
}
.logo-title__bold {
  font-size: 21.75px;
  font-family: 'Stolzl-Medium', Helvetica, sans-serif;
  color: #131313;
}
.logo-title__text {
  font-size: 13.74px;
  font-family: 'Rubik-Regular', Helvetica, sans-serif;
  color: #545454;
  text-transform: uppercase;
}
.header-info {
  position: relative;
  z-index: 9;
}
.header-info__title {
  font-size: 60px;
  text-transform: uppercase;
}
.header-info__desc {
  font-size: 30px;
}
.header-info__text {
  margin-top: 50px;
  max-width: 410px;
}
.btn-block {
  margin-top: 40px;
}
.btn-link {
  border: 2px solid #5ad9f9;
  background-color: #fff;
  font-family: 'Stolzl-Regular', Helvetica, sans-serif;
  padding: 15px 18px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  color: #120f10;
}
.btn-link--publisher {
  border-color: #69fc0a;
  margin-left: 5px;
  margin-right: 0;
}
.btn-link:hover {
  background-color: #8dd8f8;
  color: #ffffff;
  border-color: #8dd8f8;
}
.btn-link--publisher:hover {
  background-color: #a4fc3d;
  border-color: #a4fc3d;
}
.header-image {
  width: 50%;
  max-width: 275px;
  margin-left: 165px;
  position: relative;
  z-index: 9;
}
.about-flex {
  display: flex;
  align-items: center;
  padding: 75px 0;
}
.about-title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.title {
  font-size: 48px;
  text-transform: uppercase;
}
.about-title__image {
  max-width: 38px;
  margin-left: 15px;
}
.about-desc {
  padding-left: 25px;
  line-height: 1.5rem;
}
.about-text:first-child {
  margin-bottom: 15px;
}
.services {
  background: #ecfaff;
  padding: 80px 0;
}
.services-flex {
  display: flex;
}
.services-block {
  text-align: center;
  min-width: 230px;
}
.services-block--demand {
  padding: 0 95px;
}
.services-block > img {
  max-width: 230px;
}
.services-block > .services-demand {
  max-width: 152px;
}
.services-title {
  font-size: 30px;
  margin: 15px 0;
}
.partners {
  padding: 75px 0;
}
.title--partners {
  text-align: center;
  margin-bottom: 35px;
}
  .partners-slider.slick-slider {
    padding: 0 40px;
  }
  .slick-next::before, .slick-prev::before {
    display: none !important;
  }
  .partners-slider .slick-prev, .partners-slider .slick-next {
    background: url("../images/slider-arrow.png") no-repeat;
    left: 0;
    height: 38px;
    width: 20px;
  }
  .partners-slider .slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    margin-top: -20px;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: url("../images/slider-arrow__hover.png") !important;
    color: white;
}
.protection {
  background: #ecfaff;
  padding: 75px 0;
}
.protection-flex {
  display: flex;
}
.protection-block {
  width: 50%;
  padding-right: 45px;
}
.protection-block:last-child {
  padding-right: 0;
  padding-left: 45px;
}
.protection-info__title {
  margin: 30px 0;
  font-size: 30px;
}
.protection-list__element {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.protection-list__element:before {
  content: '';
  position: absolute;
  background: url("../images/protection-list__element.png") no-repeat;
  width: 11px;
  height: 11px;
  left: 0;
  top: 5px;
}
.protection-gdpr {
  background: #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 1, 3, 0.15);
  padding: 45px 35px;
}
.protection-gdpr > img {
  max-width: 340px;
}
.protection-gdpr__text {
  margin-top: 30px;
}
.protection-gdpr__text--bold {
  font-family: 'Stolzl-Bold', Helvetica, sans-serif;
}
.protection-gdpr__link {
  margin: 15px 0;
  display: block;
  color: #5ad9f9;
  text-decoration: underline;
}
.protection-gdpr__link:hover {
  text-decoration: none;
}
.protection-gdpr__input {
  border: 2px solid #5ad9f9;
  font-family: 'Stolzl-Regular', Helvetica, sans-serif;
  padding: 4px 10px;
}
.compliant {
  padding: 55px 0;
}
.compliant-block {
  position: relative;
  padding-left: 31%
}
.compliant-block__info {
  position: relative;
  z-index: 9;
}
.compliant-block:after {
  content: '';
  position: absolute;
  background: url("../images/compliant-image.png") no-repeat;
  width: 290px;
  height: 354px;
  top: -20px;
  left: 0;
}
.title--compliant {
  margin-bottom: 30px;
}
.compliant-text {
  margin-bottom: 10px;
}
.app {
  background: #ecfaff;
  box-shadow: 5px 5px 5px rgba(17, 63, 83, 0.15);
  position: relative;
  overflow: hidden;
}
.app-block {
  position: relative;
  padding: 75px 0;
}
.app-block__info {
  width: 80%;
  position: relative;
  z-index: 9;
}
.app-block:after {
  content: '';
  position: absolute;
  background: url("../images/app-image.png") no-repeat;
  width: 284px;
  height: 300px;
  right: 0;
  bottom: 0;
  background-size: contain;
}
.title--app {
  margin-bottom: 30px;
}
.app-text {
  margin-top: 20px;
  max-width: 80%;
}
footer {
  padding: 35px 0;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  display: flex;
  align-items: flex-end;
}
.footer-left__block {
  margin-left: 20px;
}
.footer-copy, .footer-link__cont, .privacy {
  display: inline-block;
  font-size: 14px;
  color: #6e6e6e;
  font-family: Tahoma, sans-serif;
  padding: 0 5px;
}
.footer-link__cont:hover, .privacy:hover {
  text-decoration: underline;
  color: #181617;
}
.header-bg__demand-partner {
  background: url("../images/cubes-partner.png") no-repeat center bottom;
}
.header-flex__demand-partner:after {
  background: url("../images/header-img_demand-partner.png") no-repeat;
  background-size: cover;
  width: 1117px;
  height: 374px;
}
.header-info__demand-partner {
  padding-bottom: 100px;
}
.demand-partner {
  padding: 60px 0;
  display: flex;
}
.demand-partner__block {
  width: 50%;
  padding-right: 40px;
}
.demand-partner__block:last-child {
  padding-right: 0;
  padding-left: 40px;
}
.demand-partner__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.demand-partner__text_bold {
  font-family: 'Stolzl-Bold', Helvetica, sans-serif;
  margin: 20px 0 25px;
}
.demand-partner_btn {
  background: #ffffff;
  border: 2px solid #5ad9f9;
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Stolzl-Regular', Helvetica, sans-serif;
}
.demand-partner_btn--advertiser {
  border-color: #69fc0a;
}
.demand-partner_btn:hover {
  background-color: #8dd8f8;
  color: #ffffff;
  border-color: #8dd8f8;
}
.demand-partner_btn--advertiser:hover {
  background-color: #a4fc3d;
  border-color: #a4fc3d;
}
.header-flex__mobilePublishers {
  padding-bottom: 0;
}
.header-flex__mobilePublishers:after {
  background: url("../images/header-img_mobilePublishers.png") no-repeat;
  width: 536px;
  height: 595px;
  background-size: cover;
  top: 205px;
}
.header-info__text--mobile {
  font-family: 'Stolzl-Medium', Helvetica, sans-serif;
  margin: 30px 0;
  max-width: none;
}
.mobilePublishers-list_elem {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.mobilePublishers-list {
  counter-reset: point;
}
.mobilePublishers-list_elem:before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  left: 0;
  border: 2px solid #68fa0d;
  width: 30px;
  height: 30px;
  top: -5px;
  font-family: 'Stolzl-Medium', Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;

}
.header-info__mobilePublishers {
  width: 50%;
  padding-bottom: 45px;
}
.header-bg__mobilePublishers {
  background-position: center -140px;
}
.form-flex {
  display: flex;
}
.form-label {
  font-size: 0;
  position: absolute;
}
.form-block {
  width: 50%;
  padding: 0 10px;
}
.form-input, .form-textarea, .form-group > select {
  width: 100%;
  height: 50px;
  border: 1px solid #bebebe;
  box-shadow: inset 5px 5px 5px rgba(0, 1, 3, 0.13);
  margin-bottom: 10px;
  font-size: 18px;
  font-family: Tahoma, sans-serif;
  color: #787878;
  padding-left: 20px;
}
.form-input.form-drop {
  color: #b6b6bf;
  line-height: 50px;
  position: relative;
}
.form-input.form-drop:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b6b6bf;
  top: 20px;
  right: 15px;
}
.form-group > select {
  margin: 0 0 10px 0;
  color: #b6b6bf;
}
.form-group > .select-com {
  margin-bottom: 0;
}
.form-input:focus, .form-textarea:focus, .form-group > select:focus {
  border-color: #120f10;
  color: #120f10;
}
.form-group__text {
  height: 100%;
}
.form-textarea {
  height: 100%;
  padding-top: 15px;
}

.form-checkbox {
  font-size: 14px;
  color: #787878;
  font-family: Tahoma, sans-serif;
  padding: 0 10px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.contact-us__title {
  font-size: 24px;
}
.form-submit {
  margin: 15px 10px 0;
  border: 2px solid #69fc0a;
  font-family: 'Stolzl-Regular', Helvetica, sans-serif;
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  font-size: 18px;
}
#send:hover {
  background-color: #a4fc3d;
  border-color: #a4fc3d;
  color: #ffffff;
}
.form-checkbox > input {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.contact-us__header {
  margin-bottom: 25px;
  padding: 0 10px;
}
.pop-up form {
  padding: 0 10px;
}
.switch-text {
  font-family: Tahoma, sans-serif;
  color: #787878;
  margin: 10px 0;
}
.switch > label {
  border: 2px solid #bebebe;
  padding: 5px;
  font-family: Tahoma, sans-serif;
  display: inline-block;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}
.switch input[type="radio"]#no:checked ~ label[for="no"], .switch input[type="radio"]#yes:checked ~ label[for="yes"] {
  color: #fff;
  background-color: #bebebe;
}
.switch input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.pop-up .form-submit {
  margin: 20px 0 0 0;
}
.pop-up_close_line {
  width: 25px;
  height: 2px;
  background: #120f10;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  position: relative;
  left: -3px;
  border-radius: 1px;
}
.pop-up_close_line:last-child {
  transform: rotate(-45deg);
  top: -17px;
}
.popup-close:hover .pop-up_close_line {
  background-color: #69fc0a;
}
.pop-up {
  max-width: 360px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: #004e7f;
}
.fade {
  transition: opacity .15s linear;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  max-width: 360px;
  margin: 1.75rem auto;
  width: 100%;
}
.modal-content {
  background:
    #fff;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup-close {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.content-pop {
  max-width: 820px;
}
.contact-us {
  padding: 30px 10px;
}
.demand-partner__body {
  padding: 0 10px;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.hidden-messenger__name {
  display: none;
}
.show-drop__down {
  display: flex !important;
  justify-content: flex-end;
}
.form-input.form-drop__show {
  width: 75%;
}
.form-check {
  margin-bottom: 10px;
  color: #787878;
}
.form-check > label {
  padding-left: 5px;
}
.demand-partner__body .form-submit {
  margin: 15px 0;
}
@media (max-width: 1075px) {
  .footer-left__block {
    margin-left: 20px;
    width: 65%;
  }
  .btn-link {
    margin-bottom: 5px;
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  .footer-btn__block > a {
    margin: 5px 0;
  }
  .footer-left {
    width: 50%;
  }
  .footer-btn {
    text-align: right;
  }
  .header-flex__mobilePublishers::after {
    width: 356px;
    height: 395px;
    bottom: 70px;
    top: auto;
  }
  .header-flex__mobilePublishers::before {
    width: 152px;
    height: 68px;
    background-size: cover;
    top: 50%;
    margin-top: -80px;
  }
  .header-info__mobilePublishers {
    width: 65%;
  }
  .footer-logo {
    min-width: 207px;
  }
  .footer-left {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .footer-left {
    width: 50%;
  }
  .header-info {
    width: 100%;
    text-align: center;
  }
  .header-info__text {
    max-width: 100%;
    margin-top: 15px;
  }
  .header-flex::after {
    width: 350px;
    height: 200px;
    top: 65px;
  }
  .header-flex::before {
    width: 152px;
    height: 68px;
    top: -15px;
    background-size: cover;
    right: 40px;
  }
  .header-flex {
    padding-bottom: 60px;
  }
  .btn-block {
    margin-top: 20px;
  }
  .about-flex {
    flex-direction: column;
    padding: 50px 0;
  }
  .about-title {
    position: relative;
    padding-bottom: 65px;
  }
  .about-title__image {
    transform: rotate(-90deg);
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 0;
  }
  .services {
    padding: 50px 0;
  }
  .services-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services-block {
    width: 50%;
    padding: 15px 50px;
  }
  .services-block--demand {
    order: 3;
    width: 75%;
  }
  .partners {
    padding: 60px 0;
  }
  .partners-slider.slick-slider {
    padding: 0 40px;
  }
  .slick-next::before, .slick-prev::before {
    display: none !important;
  }
  .partners-slider .slick-prev, .partners-slider .slick-next {
    background: url("../images/slider-arrow.png") no-repeat;
    left: 0;
    height: 38px;
    width: 20px;
  }
  .partners-slider .slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    margin-top: -20px;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: url("../images/slider-arrow__hover.png") !important;
    color: white;
  }
  .protection {
    padding: 50px 0;
  }
  .protection-flex {
    flex-wrap: wrap;
  }
  .protection-block {
    width: 100%;
    padding: 0 !important;
  }
  .protection-info {
    text-align: center;
  }
  .protection-info__title {
    margin: 0 0 30px 0;
  }
  .protection-info__title > br {
    display: none;
  }
  .protection-list {
    text-align: left;
  }
  .protection-block:last-child {
    margin-top: 20px;
  }
  .compliant {
    padding: 45px 0 80px;
  }
  .compliant-block {
    padding: 0;
  }
  .compliant-block::after {
    left: auto;
    top: auto;
    right: 0;
    bottom: -60px;
    background-size: cover;
    width: 215px;
    height: 265px;
  }
  .title {
    text-align: center;
  }
  .compliant-block__info .btn-block {
    margin-top: 30px;
  }
  .app-block {
    padding: 45px 0;
  }
  .app-block::after {
    left: 0;
    width: 247px;
    height: 261px;
    background-size: cover;
  }
  .app-block__info {
    width: 100%;
  }
  .app-text {
    max-width: 100%;
    padding-left: 40%;
  }
  .footer-left {
    flex-wrap: wrap;
    width: auto;
  }
  .footer-left__block {
    margin: 15px 0 0 0;
    width: auto;
  }
  .footer-btn {
    width: 62%;
  }
  .header-flex__demand-partner::after {
    width: 100%;
    height: 245px;
    bottom: 0;
    top: auto;
    background-position: center;
  }
  .logo--demand-partner {
    padding: 45px 0;
  }
  .header-flex__demand-partner:before {
    top: 30%;
  }
  .header-info__title > br {
    display: none;
  }
  .header-info__demand-partner {
    padding-bottom: 130px;
  }
  .header-info__mobilePublishers {
    text-align: left;
  }
  .mobilePublishers-list {
    max-width: 60%;
  }
  .header-flex__mobilePublishers::after {
    width: 267px;
    height: 296px;
    top: 50%;
    margin-top: -80px;
  }
  .header-info__text--mobile {
    text-align: left;
  }
  .header-flex__mobilePublishers::before {
    top: 50%;
    margin-top: -160px
  }
}
@media (max-width: 580px) {
  .footer-btn {
    display: none;
  }
  .footer-logo .logo-link {
    justify-content: center;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-left__block {
    text-align: center;
    width: 100%;
  }
  .mobilePublishers-list {
    max-width: 100%;
    margin-top: 340px;
  }
  .header-flex__mobilePublishers::after {
    margin-top: -205px;
    left: 50%;
    margin-left: -130px;
  }
  .header-flex__mobilePublishers::before {
    margin-top: -230px;
    left: 55%;
  }
}

@media (max-width: 480px) {
  .logo {
    padding: 25px 0 40px;
  }
  .logo-link {
    justify-content: center;
  }
  .header-info__title {
    font-size: 40px;
  }
  .header-info__desc {
    font-size: 24px;
  }
  .header-info__text {
    margin-top: 260px;
  }
  .btn-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn-link {
    margin: 5px 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .demand-partner_btn {
    width: 100%;
    text-align: center;
  }
  .header-flex::after {
    width: 283px;
    height: 159px;
    top: 37%;
    left: 50%;
    margin-left: -142px;
  }
  .header-flex::before {
    width: 120px;
    height: 53px;
    top: 28%;
    left: 50%;
    margin-left: -20px;;
  }
  .services-block {
    width: 100%;
    padding: 15px 0;
  }
  .services-block {
    order: 2;
  }
  .partners-slider__block.slick-slide {
    max-width: none;
  }
  .title {
    font-size: 34px;
  }
  .protection-info__title {
    font-size: 24px;
  }
  .title--compliant {
    margin-bottom: 300px;
  }
  .compliant-block::after {
    top: 60px;
    left: 50%;
    margin-left: -107px;
  }
  .app-block {
    padding: 40px 0 265px;
  }
  .app-text {
    padding-left: 0;
  }
  .app-block::after {
    left: 50%;
    margin-left: -148px;
  }
  .header-flex__demand-partner::after {
    width: 100%;
    height: 200px;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .demand-partner {
    flex-wrap: wrap;
  }
  .demand-partner__block {
    width: 100%;
    padding: 0 !important;
  }
  .demand-partner__block:last-child {
    margin-top: 40px;
  }
  .header-info__text--mobile {
    margin-top: 15px;
  }
  .header-flex__mobilePublishers::after {
    width: 267px;
    height: 296px;
    margin-top: -135px;
    left: 50%;
    margin-left: -130px;
  }
  .header-flex__mobilePublishers::before {
    left: 55%;
    top: 50%;
    margin-top: -305px;
    margin-left: 0;
  }
  .form-flex {
    flex-wrap: wrap;
  }
  .form-block {
    width: 100%;
  }
  .form-group__text {
    margin-top: 10px;
  }
  .form-textarea {
    min-height: 150px;
  }
}
@media (max-width: 360px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .title, .services-title {
    font-size: 26px;
  }
}