@font-face {
  font-family: 'Gilroy Regular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Extra Bold';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Light';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  background: #fff;
  font-family: 'Gilroy Regular', sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
}

::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

::-webkit-scrollbar-button {
  background-color: #018ff5;
}

::-webkit-scrollbar-track {
  background-color: #018ff5;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #018ff5;
}

::-webkit-scrollbar-corner {
  background-color: #018ff5;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.hidden {
  display: none;
}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #fff;
  background-color: transparent;
  padding: 5px;
  position: fixed;
  top: 34px;
  right: 24px;
  cursor: pointer;
  -webkit-transition: right .23s;
  -o-transition: right .23s;
  transition: right .23s;
  z-index: 4;
  width: 40px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: none;
}

.btn-menu span {
  display: block;
  height: 3px;
  background-color: #0096f7;
  margin: 6px 0 0;
  -webkit-transition: all .1s linear .23s;
  -o-transition: all .1s linear .23s;
  transition: all .1s linear .23s;
  position: relative;
}

.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked~.btn-menu {
  right: 24px;
}

.hidden-menu-ticker:checked~.header__nav {
  right: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 8px;
  background-color: #0096f7;
}

.hidden-menu-ticker:checked~.btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
  background-color: #0096f7;
}

.messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 5px;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.messangers__item {
  width: 30px;
  height: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.messangers__item:not(:last-child) {
  margin-right: 8px;
}

.messangers__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

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

.messangers__item-link svg {
  width: 100%;
  height: auto;
}

.header {
  background: url("../img/bg_header.jpg") no-repeat top center;
  overflow: hidden;
  padding-top: 65px;
}

.header_yandex .header__left {
  width: 490px;
}

.header_yandex .header__description {
  width: 390px;
}

.header_yandex .header__left:after {
  background: url("../img/yandex.png") no-repeat;
  width: 414px;
  height: 413px;
  top: 110px;
  left: 400px;
}

.header_google .header__left {
  width: 490px;
}

.header_google .header__description {
  width: 390px;
}

.header_google .header__left:after {
  background: url("../img/google.png") no-repeat;
  width: 414px;
  height: 413px;
  top: 110px;
  left: 400px;
}

.header_optimization .header__left {
  width: 600px;
}

.header_optimization .header__left:after {
  background: url("../img/optimization.png") no-repeat;
  width: 400px;
  height: 393px;
  top: 186px;
  left: 438px;
}

.header_optimization .header__description {
  width: 390px;
}

.header_calc {
  padding-bottom: 15px;
  overflow: visible;
}

.header_audit .header__left:after {
  background: url("../img/audit-header.png") no-repeat;
  background-size: cover;
  width: 380px;
  height: 398px;
  top: 40px;
  left: 410px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-line {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
}

.header__top-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.header__top-line-inner .messangers {
  margin: 0 auto;
}

.header__nav {
  padding: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__nav-list {
  list-style: none;
  padding: 0;
  max-width: 1140px;
  margin: 7.5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.header__nav-item {
  position: relative;
}

.header__nav-item:hover .header__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-link {
  text-transform: uppercase;
  color: #060606;
  font-size: 15px;
  font-family: 'Gilroy Medium', sans-serif;
  text-decoration: none;
  padding: 16px 50px;
  display: block;
}

#submenu {
  pointer-events: none;
}

.header__submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  width: 330px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.header__submenu-link {
  color: #060606;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo__icon {
  display: block;
  width: 177px;
  height: 50px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 177px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .logo__icon {
    background-image: url("../img/logo@2x.png");
  }
}

.logo__caption {
  font-size: 14px;
  color: #98a0a6;
  margin-left: 35px;
  text-transform: uppercase;
  width: 172px;
  line-height: 22px;
  margin-top: 7px;
}

.phones {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phones__number {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.header__callback-wrapper {
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header__callback-wrapper:hover {
  background: transparent;
}

.header__callback {
  display: block;
  width: 47px;
  height: 47px;
  background: url("../img/callback.png") no-repeat;
  background-size: 47px;
  text-decoration: none;
}

.header__main {
  padding: 45px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__form {
  width: 356px;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  -webkit-box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.header__form:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  background: #e9eaea;
}

.header__form-inner {
  border: 1px solid #e3e7eb;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}

.header__form-title {
  font-size: 24px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  color: #060606;
  text-align: center;
  margin-bottom: 20px;
}

.header__form-title_blue {
  color: #0096f7;
}

.header__form-input-wrapper {
  margin-bottom: 22px;
  position: relative;
}

.header__form-input {
  width: 280px;
  height: 54px;
  background: #eef1f4;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #98a0a6;
  padding: 15px;
}

.header__form-input.error {
  border: 1px solid red;
}

.header__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 70px;
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  background: #ffdc47 url("../img/calc.png") no-repeat 27px 20px;
  border-radius: 20px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #ddad24;
  margin-top: 7px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header__form-button:hover {
  border-bottom: 5px solid transparent;
}

.header__left {
  width: 440px;
  position: relative;
}

.header__left:after {
  position: absolute;
  top: -138px;
  left: 450px;
  width: 309px;
  height: 708px;
  content: '';
  background: url("../img/kostya.png") no-repeat;
  display: block;
}

.header__title {
  font-size: 62px;
  line-height: 56px;
  color: #060606;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__title_blue {
  color: #0096f7;
}

.header__title_fz {
  font-size: 110px;
  line-height: 80px;
}

.header__description {
  font-size: 22px;
  color: #060606;
}

.header__advantages {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__info {
  position: absolute;
  left: 400px;
  width: 240px;
  bottom: 0;
  background: #fff;
  z-index: 2;
  padding: 30px 45px;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 10px;
  -webkit-box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.header__info:after {
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #e3e7eb;
  border-radius: 10px;
  content: '';
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.header__info>* {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

.header__info-name {
  color: #0096f7;
  font-size: 24px;
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.header__info-description {
  font-size: 16px;
  color: #060606;
}

.header__advantages-item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__advantages-item:not(:last-child) {
  margin-bottom: 10px;
}

.header__advantages-item:before {
  display: block;
  content: '';
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 5px solid #0096f7;
  margin-right: 12px;
}

.header__advantages-item_bold {
  font-weight: bold;
}

.audit {
  padding: 80px 0;
  overflow: hidden;
}

.audit .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audit .main-title {
  text-align: left;
  font-size: 38px;
}

.audit .main-title:after {
  margin: 15px 0 35px;
}

.audit .button {
  margin: 35px 0 0;
  font-size: 16px;
  width: 320px;
}

.audit__text-wrapper {
  width: 570px;
}

.audit__text-wrapper_max {
  width: 670px;
}

.audit__image.adaptive {
  width: 100%;
  height: auto;
  display: block;
}

.audit__image-wrapper {
  width: 570px;
  padding-left: 20px;
}

.audit__image-wrapper_min {
  width: 420px;
  margin-left: auto;
}

.audit__image-wrapper.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audit__text {
  font-size: 18px;
  line-height: 24px;
  color: #060606;
  margin-bottom: 20px;
}

.audit__text_bold {
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.audit__text-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.seo {
  padding: 100px 0 140px;
  overflow: hidden;
}

.seo__text-wrapper {
  width: 650px;
  position: relative;
}

.seo__text-wrapper .main-title {
  text-align: left;
}

.seo__text-wrapper .main-title:after {
  margin: 15px 0 35px;
}

.seo__text-wrapper:after {
  position: absolute;
  top: -20px;
  left: 640px;
  width: 570px;
  height: 581px;
  background: url("../img/seo/notebook.png") no-repeat;
  content: '';
  display: block;
}

.seo__text-wrapper .button {
  margin: 35px 0 0;
  width: 320px;
  font-size: 16px;
}

.seo__text {
  font-size: 18px;
  line-height: 24px;
  color: #060606;
  margin-bottom: 20px;
}

.seo__text_bold {
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.services {
  padding: 45px 0 80px;
}

.services .button {
  width: 320px;
  padding-left: 30px;
  margin-top: 10px;
  background: #ffdc47 url("../img/phone.png") no-repeat 38px 17px;
  height: 60px;
}

.services .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services .owl-dots .owl-dot {
  margin: 5px;
}

.services .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #c3c3c3;
  display: block;
  border-radius: 50%;
}

.services .owl-dots .owl-dot.active span {
  background: #0096fb;
}

.services .owl-dots .owl-dot:hover span {
  background: #0096fb;
}

.services__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
  list-style: none;
  padding: 0;
}

.services__navigation-item {
  margin: 0 12px 20px;
}

.services__navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  width: 250px;
  height: 60px;
  border-radius: 15px;
  background: #eef1f4;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.services__navigation-link.active {
  background: #0096fb;
  color: #fff;
}

.services__list {
  width: 1140px;
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  position: relative;
}

.services__list:after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 50px);
  height: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  background: #fdfdfd;
}

.services__item-title {
  font-size: 32px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 5px;
}

.services__item-text {
  font-size: 17px;
  margin-bottom: 10px;
}

.services__item-text_bold {
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 0;
}

.services__item {
  padding: 10px;
  position: relative;
  height: 427px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0;
}

.services__item.second .services__item-inner {
  padding-right: 440px;
}

.services__item.second:after {
  width: 457px;
  height: 427px;
  background: url("../img/seo/serv-1.png") no-repeat;
  right: -70px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item.first .services__item-inner {
  padding-right: 440px;
}

.services__item.first:after {
  width: 521px;
  height: 427px;
  background: url("../img/seo/serv-2.png") no-repeat;
  right: -80px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item.fifth .services__item-inner {
  padding-right: 440px;
}

.services__item.fifth:after {
  width: 488px;
  height: 427px;
  background: url("../img/seo/serv-3.png") no-repeat;
  right: -80px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item.sixth .services__item-inner {
  padding-right: 450px;
}

.services__item.sixth:after {
  width: 485px;
  height: 427px;
  background: url("../img/seo/serv-4.png") no-repeat;
  right: -80px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item.fourth .services__item-inner {
  padding-right: 540px;
}

.services__item.fourth:after {
  width: 544px;
  height: 427px;
  background: url("../img/seo/serv-5.png") no-repeat;
  right: -80px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item.third .services__item-inner {
  padding-right: 430px;
}

.services__item.third:after {
  width: 485px;
  height: 427px;
  background: url("../img/seo/serv-6.png") no-repeat;
  right: -80px;
  top: 0;
  content: '';
  display: block;
  position: absolute;
}

.services__item-inner {
  border: 1px solid #e3e7eb;
  border-radius: 15px;
  padding: 15px 380px 15px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project {
  background: url("../img/bg_project.jpg") no-repeat top left;
  padding: 50px 0;
}

.project .button {
  width: 330px;
  margin: 30px auto 0;
}

.project__list {
  padding: 0;
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.project__item {
  margin: 0 10px 20px;
}

.project__item-image {
  display: block;
  width: 500px;
  height: 420px;
}

.calculate {
  padding: 50px 0;
  background: #f7f7f7;
}

.third-wrapper {
  background: url("../img/tarif.jpg") no-repeat top center;
}

.price {
  padding: 85px 0 120px;
}

.price .main-title {
  width: 820px;
  margin: 0 auto;
}

.main-title {
  text-align: center;
  color: #060606;
  font-family: 'Gilroy Extra Bold', sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.main-title:after {
  content: '';
  display: block;
  width: 98px;
  height: 2px;
  background: #0096fb;
  margin: 15px auto 0;
}

.price__list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price__item {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  padding-bottom: 35px;
  background: #fff;
  -webkit-box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.price__item:after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 36px);
  height: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  background: #fdfdfd;
}

.price__item .button {
  margin: 15px auto 0;
}

.price__item:nth-child(1) .price__item-top {
  background: #38a5ee;
}

.price__item:nth-child(2) .price__item-top {
  background: #0094f8;
}

.price__item:nth-child(3) .price__item-top {
  background: #0080d6;
}

.price__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price__text-wrapper {
  margin: 0 15px;
}

.price__text {
  font-family: 'Gilroy Medium', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.price__text_m {
  margin: 0 15px;
}

.price__second-title {
  margin: 15px 0 0;
  font-family: 'Gilroy Medium', sans-serif;
  font-size: 18px;
}

.price__item-text {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
  font-family: 'Gilroy Medium', sans-serif;
  text-transform: uppercase;
}

.price__item-title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Gilroy Extra Bold', sans-serif;
  color: #fff;
}

.price__item-description {
  color: #fff;
  font-size: 16px;
}

.price__number {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.price__item-price-wrapper {
  height: 140px;
  background: url("../img/price.png") no-repeat center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__item-price {
  font-size: 20px;
  color: #060606;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-top: 25px;
}

.price__item-price_bold {
  font-size: 32px;
}

.price__advantages {
  list-style: none;
  padding: 0;
  margin: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price__advantages-item {
  font-size: 16px;
  color: #060606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3px 0;
}

.price__advantages-item:before {
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url("../img/check.png") no-repeat 0 3px;
  content: '';
  margin-right: 6px;
  display: block;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 70px;
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  background: #ffdc47;
  border-radius: 20px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #ddad24;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  text-decoration: none;
}

.button:hover {
  border-bottom: 5px solid transparent;
}

.gift {
  padding: 100px 0 0;
}

.gift_audit {
  background: url("../img/tarif-max.jpg") no-repeat top center;
  background-size: cover;
  padding: 230px 0;
}

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

.gift__text-wrapper {
  width: 610px;
  margin-left: 490px;
  position: relative;
}

.gift__text-wrapper:before {
  position: absolute;
  width: 660px;
  height: 680px;
  background: url("../img/lupa.png") no-repeat;
  display: block;
  content: '';
  top: -180px;
  left: -630px;
}

.gift__text-wrapper .main-title {
  text-align: left;
}

.gift__text-wrapper .main-title:after {
  margin: 15px 0 0;
}

.gift__text-wrapper .button {
  width: 250px;
  font-size: 16px;
}

.gift__text-wrapper .button.blue {
  margin-left: 15px;
  background: #0096fb;
  border-bottom: 5px solid #0867a7;
  color: #fff;
}

.gift__text-wrapper .button.blue:hover {
  border-bottom: 5px solid transparent;
}

.gift__text {
  color: #060606;
  font-size: 18px;
  padding-right: 80px;
  margin: 35px 0 40px;
}

.gift__text_bold {
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.we {
  padding: 50px 0 20px;
}

.we__subtitle {
  font-size: 22px;
  line-height: 27px;
  max-width: 700px;
  margin: 20px auto 0;
  text-align: center;
}

.we__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
}

.we__item {
  width: calc((100% - 40px) / 5);
}

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

.we__item-icon {
  width: 100%;
  height: auto;
}

.why {
  padding: 160px 0 85px;
  background: url("../img/why.jpg") no-repeat top center;
}

.why_optimization {
  background: none;
  padding-top: 80px;
}

.why .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.why .owl-dots .owl-dot {
  margin: 5px;
}

.why .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #c3c3c3;
  display: block;
  border-radius: 50%;
}

.why .owl-dots .owl-dot.active span {
  background: #0096fb;
}

.why .owl-dots .owl-dot:hover span {
  background: #0096fb;
}

.why__nav {
  position: absolute;
  z-index: 2;
  top: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0 0 40px;
  margin: 0;
  left: calc(50% - 460px);
}

.why__nav-item {
  margin: 0 50px;
}

.why__nav-item:nth-child(1) .why__nav-link .why__nav-link-icon {
  width: 47px;
  height: 52px;
  background: url("../img/hand.png") no-repeat 0 0;
}

.why__nav-item:nth-child(1) .why__nav-link.active .why__nav-link-icon {
  background: url("../img/hand.png") no-repeat 0 -52px;
}

.why__nav-item:nth-child(2) .why__nav-link .why__nav-link-icon {
  width: 44px;
  height: 52px;
  background: url("../img/schit.png") no-repeat 0 0;
}

.why__nav-item:nth-child(2) .why__nav-link.active .why__nav-link-icon {
  background: url("../img/schit.png") no-repeat 0 -52px;
}

.why__nav-item:nth-child(3) .why__nav-link .why__nav-link-icon {
  width: 50px;
  height: 52px;
  background: url("../img/chart.png") no-repeat 0 0;
}

.why__nav-item:nth-child(3) .why__nav-link.active .why__nav-link-icon {
  background: url("../img/chart.png") no-repeat 0 -52px;
}

.why__nav-item:nth-child(4) .why__nav-link .why__nav-link-icon {
  width: 46px;
  height: 52px;
  background: url("../img/clock.png") no-repeat 0 0;
}

.why__nav-item:nth-child(4) .why__nav-link.active .why__nav-link-icon {
  background: url("../img/clock.png") no-repeat 0 -52px;
}

.why__nav-link {
  background: #fff;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  border: 15px solid #f1f1f1;
}

.why__nav-link.active {
  background: #0096fb;
}

.why__nav-link-icon {
  display: block;
  pointer-events: none;
}

.why__slider-wrapper {
  position: relative;
  margin: 120px 0 0;
}

.why__list {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  list-style: none;
  margin: 0;
  -webkit-box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.why__list:after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 36px);
  height: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  background: #fdfdfd;
}

.why__list.owl-carousel .owl-item img {
  width: auto;
}

.why__item {
  padding: 110px 100px 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why__text-wrapper {
  width: 600px;
}

.why__item-title {
  font-size: 30px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 20px;
}

.why__item-subtitle {
  font-size: 20px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 20px;
}

.why__item-text {
  font-size: 16px;
}

.results {
  padding: 85px 0;
}

.results__list {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 33px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
}

.results__list:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 11px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  background: #fbfbfb;
}

.results__list.owl-carousel .owl-item .results__item-chart {
  width: auto;
  border: 1px solid #eee;
}

.results__list .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.results__list .owl-dots .owl-dot {
  margin: 5px;
}

.results__list .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #c3c3c3;
  display: block;
  border-radius: 50%;
}

.results__list .owl-dots .owl-dot.active span {
  background: #0096fb;
}

.results__list .owl-dots .owl-dot:hover span {
  background: #0096fb;
}

.results__item {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results__item_max .results__item-text-wrapper {
  width: calc(100% - 670px);
}

.results__item-text-wrapper {
  width: 510px;
}

.results__item-title {
  font-size: 30px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  color: #060606;
  margin-bottom: 15px;
}

.results__item-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.results__item-text_bold {
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.results__item-subtitle {
  font-size: 20px;
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.results__request {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}

.results__request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px 15px;
}

.results__request-item:nth-child(2n -1) {
  background: #eef1f4;
}

.results__request-item-title {
  width: 35%;
  text-transform: uppercase;
  font-size: 14px;
}

.results__request-item-count {
  width: 65%;
  font-size: 14px;
  font-family: 'Gilroy Medium', sans-serif;
  padding-left: 10px;
}

.strategy {
  padding-top: 120px;
}

.strategy_audit {
  padding: 160px 0 40px;
}

.strategy__text-wrapper {
  width: 600px;
  position: relative;
  margin-left: 540px;
  padding-top: 30px;
}

.strategy__text-wrapper:before {
  position: absolute;
  width: 500px;
  height: 617px;
  content: '';
  display: block;
  background: url("../img/kp.png") no-repeat;
  background-size: 500px;
  left: -560px;
  top: -50px;
}

.strategy__title {
  font-size: 42px;
  line-height: 44px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 30px;
}

.strategy__title span {
  color: #0096fb;
}

.strategy__title:after {
  content: '';
  display: block;
  width: 98px;
  height: 2px;
  background: #0096fb;
  margin: 15px 0 0;
}

.strategy__text {
  font-size: 20px;
  color: #060606;
  margin-bottom: 30px;
}

.strategy__form {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.strategy__form .button {
  margin-top: 15px;
  width: 470px;
  height: 70px;
}

.strategy__input-wrapper {
  position: relative;
  margin-bottom: 22px;
}

.strategy__form-input {
  width: 470px;
  height: 54px;
  border-radius: 15px;
  border: none;
  background: #eef1f4;
  padding: 15px;
  text-transform: uppercase;
}

.strategy__form-input.error {
  border: 1px solid red;
}

.certificates {
  padding: 210px 0 80px;
  background: url("../img/certificates.jpg") no-repeat top center;
  background-size: cover;
}

.certificates .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.certificates .owl-dots .owl-dot {
  margin: 5px;
}

.certificates .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #c3c3c3;
  display: block;
  border-radius: 50%;
}

.certificates .owl-dots .owl-dot.active span {
  background: #0096fb;
}

.certificates .owl-dots .owl-dot:hover span {
  background: #0096fb;
}

.certificates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 70px auto 0;
}

.certificates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 56px) / 4);
  margin: 0 7px;
}

.certificates__item:nth-child(5) {
  width: auto;
  height: 300px;
  margin-top: 20px;
}

.certificates__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 3px solid #583b3b;
}

.certificates__image {
  width: 100%;
  height: auto;
}

.seo-work {
  padding: 50px 0;
}

.seo-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 730px);
}

.seo-work__item-text {
  width: calc(100% - 115px);
}

.seo-work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}

.seo-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
}

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

.seo-work__item-icon {
  width: 100px;
  height: auto;
}

.seo-text {
  padding: 45px 0;
}

.seo-text__title {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 15px;
}

.seo-text__text {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.seo-text__inner {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.seo-text__inner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  content: '';
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0.499037)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.499037) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.499037) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.499037) 50%, rgba(255, 255, 255, 0) 100%);
}

.seo-text__inner.full {
  max-height: 20000px;
}

.seo-text__inner.full:after {
  display: none;
}

.seo-text__show-more {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  width: 200px;
  height: 48px;
  background: #0096ff;
  color: #fff;
  cursor: pointer;
  margin: 20px auto 0;
}

.seo-text__ul {
  list-style-position: inside;
  margin: 15px 0;
}

.seo-text__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 17px;
  padding-left: 15px;
  position: relative;
}

.seo-text__li:not(:last-child) {
  margin-bottom: 5px;
}

.seo-text__li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #000;
}

.seo-text__li p {
  font-weight: bold;
}

.footer {
  padding: 65px 0 70px;
}

.footer_calc,
.footer_contacts,
.footer_audit {
  border-top: 1px solid rgba(199, 199, 199, 0.2);
}

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

.footer__inner .phones__number {
  color: #060606;
}

.footer__inner .header__callback {
  background: url("../img/callback-blue.png") no-repeat;
}

.footer__inner .header__callback-wrapper {
  background: rgba(103, 103, 103, 0.2);
}

.footer__inner .header__callback-wrapper:hover {
  background: transparent;
}

.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.footer__logos-icon:not(:last-child) {
  margin-right: 10px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 330px;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav-link {
  text-transform: uppercase;
  font-size: 15px;
  color: #060606;
  margin: 0 30px 7px 0;
  width: 130px;
}

.footer__nav-link:hover {
  text-decoration: none;
}

/*Calculate page*/
.calc {
  padding: 50px 0;
  background: #fff;
}

.calc__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0 0;
}

.calc__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 480px;
  margin-bottom: 20px;
}

.calc__form-row.list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calc__form-right {
  width: 400px;
  padding: 40px 30px;
  background: #fff;
}

.calc__form-right .button {
  width: 250px;
  margin-top: 15px;
}

.calc__form-work-list .left {
  font-size: 18px;
}

.calc__form-col-title {
  font-size: 18px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 6px;
}

.calc__form-right-type-text,
.calc__form-right-theme-text,
.calc__form-right-more {
  font-size: 20px;
  font-family: 'Gilroy Extra Bold', sans-serif;
}

.calc__form-right-type-value,
.calc__form-right-theme-value {
  font-size: 18px;
}

.calc__form-right-type,
.calc__form-right-theme {
  margin-bottom: 10px;
}

.calc__form-select,
.calc__form-input {
  width: 230px;
  height: 48px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Gilroy Regular', sans-serif;
}

.calc__form-select::-webkit-input-placeholder,
.calc__form-input::-webkit-input-placeholder {
  font-family: 'Gilroy Regular', sans-serif;
}

.calc__form-select:-ms-input-placeholder,
.calc__form-input:-ms-input-placeholder {
  font-family: 'Gilroy Regular', sans-serif;
}

.calc__form-select::-ms-input-placeholder,
.calc__form-input::-ms-input-placeholder {
  font-family: 'Gilroy Regular', sans-serif;
}

.calc__form-select::placeholder,
.calc__form-input::placeholder {
  font-family: 'Gilroy Regular', sans-serif;
}

.calc__form-select {
  cursor: pointer;
  -webkit-appearance: none;
  background: #fff url("../img/select-arrow.svg") 94% center no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}

.calc__form-left {
  width: 610px;
}

.calc__work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.calc__list-checkbox {
  display: none;
}

.calc__work-item-title {
  text-align: center;
  height: 48px;
  margin-bottom: 10px;
}

.calc__list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #c6c6c6;
}

.calc__work-item-icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.calc__work-item {
  width: 140px;
  height: 140px;
  background: #fff;
  color: #6a6a6a;
  margin: 0 15px 15px 0;
  border-radius: 7px;
}

.calc__work-item:nth-child(4n) {
  margin-right: 0;
}

.calc__work-item input[type=checkbox]:checked+.calc__list-label {
  border-color: #0096ff;
}

.calc__work-item input[type=checkbox]:checked+.calc__list-label .calc__work-item-icon {
  -webkit-filter: none;
  filter: none;
}

.calc__input {
  display: none;
}

.calc__check-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: block;
  margin-right: 4px;
}

.calc__input:checked+.calc__check-custom:after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: #0096ff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.calc__form-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.calc__label-title {
  font-size: 16px;
}

.calc__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

.calc__form-right-title {
  font-size: 26px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 20px;
}

.tarif-popup {
  position: relative;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px;
}

.tarif-popup .button {
  cursor: pointer;
  height: 60px;
  width: 360px;
  margin-top: 15px;
}

.tarif-popup__title {
  font-family: 'Gilroy Extra Bold', sans-serif;
  font-size: 20px;
}

.tarif-popup__text {
  font-family: 'Gilroy Medium', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.tarif-popup__list {
  margin: 15px 0 15px 20px;
  padding: 0;
  font-size: 16px;
}

.tarif-popu__second-title {
  margin: 15px 0 0;
  font-family: 'Gilroy Medium', sans-serif;
  font-size: 18px;
}

.callback-form {
  position: relative;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px;
}

.callback-form .button {
  cursor: pointer;
  height: 60px;
}

.callback-form__input {
  width: 280px;
  height: 54px;
  background: #eef1f4;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #98a0a6;
  padding: 15px;
}

.callback-form__input.error {
  border: 1px solid red;
}

.callback__input-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.callback__title {
  text-align: center;
  font-size: 18px;
  font-family: 'Gilroy Extra Bold', sans-serif;
  margin-bottom: 30px;
}

.error-message {
  font-size: 14px;
  color: #333;
  position: absolute;
  bottom: -15px;
  left: 10px;
  display: none;
}

.error-message_active {
  display: block;
}

.thanks-popup {
  width: 420px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 40px 30px;
}

.thanks-popup__text {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}

.thanks-popup__text b {
  font-size: 30px;
  line-height: 34px;
  display: block;
  margin-bottom: 10px;
}

.hidden-desktop {
  display: none;
}

.contacts {
  padding: 30px 0 60px;
}

.contacts .main-title {
  text-align: left;
}

.contacts .main-title:after {
  margin-left: 0;
}

.contacts__inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__inner .header__form {
  margin-right: 80px;
}

.scrolltoTop {
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: none;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0096ff;
  color: #fff;
  z-index: 10;
  padding: 16px 11px;
  text-decoration: none;
}

.scrolltoTop__icon {
  display: block;
  width: 26px;
  height: 14px;
  background: url(../img/scroll.png) no-repeat;
  background-size: cover;
}

.overlay {
  overflow: hidden;
  padding-right: 16px;
}

.menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000002;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.menu-popup.visible {
  opacity: 1;
  visibility: visible;
}

.menu-popup__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-popup__item {
  width: 400px;
}

.menu-popup__item:nth-child(3),
.menu-popup__item:nth-child(4) {
  margin-top: 40px;
}

.menu-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.menu-popup__close-button {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #ffffff;
  width: 44px;
  height: 44px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-popup__close-button svg {
  fill: grey;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-popup__close-button:hover svg {
  fill: #000;
}

.menu-popup__submenu-link {
  font-size: 16px;
  color: #080808;
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.menu-popup__submenu-link:hover {
  text-decoration: none;
}

.menu-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Gilroy Medium', sans-serif;
  color: #000;
}

.menu-popup__link:hover {
  text-decoration: none;
}

.menu-popup__link-text {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 15px;
}

.menu-popup__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: 0 0 0 55px;
  list-style: none;
}

.menu-popup__icon {
  width: 40px;
  height: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.breadcrumbs__item {
  margin-right: 15px;
  position: relative;
}

.breadcrumbs__item:before {
  content: '/';
  position: absolute;
  right: -12px;
  top: 1px;
  color: #303030;
  font-size: 14px;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child:before {
  display: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  cursor: default;
  pointer-events: none;
  color: #303030;
}

.breadcrumbs__link {
  color: #3674b3;
  text-decoration: none;
  font-size: 16px;
}

.faq {
  padding: 40px 0 60px;
}

.faq__wrapper {
  margin: 50px 0 0 0;
  padding: 15px;
}

.faq__adds {
  margin-top: 0;
}

.faq__question-wrapper {
  background-color: #f3f3f3;
  padding: 0;
  margin: 2px 0;
  font-weight: bold;
  list-style-type: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.faq__question-wrapper .faq__question-text {
  width: 90%;
  height: auto;
  color: black;
  font-size: large;
  padding: 15px;
}

.faq__question-wrapper .faq__arrow {
  width: 5%;
  min-width: 50px;
  padding: 10px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__question-wrapper .faq__answer {
  width: 100%;
  font-size: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 30px 25px;
  background-color: white;
  font-weight: normal;
  text-align: justify;
}

.faq__question-wrapper:hover,
.faq__question-wrapper:focus {
  background-color: #f0f0f0;
  cursor: pointer;
}

.faq__question-wrapper:hover .faq__question-text,
.faq__question-wrapper:focus .faq__question-text {
  color: #0b0b0b;
}

.hide-answer {
  background-color: #f3f3f3;
}

.hide-answer .faq__answer {
  display: none;
}

.hide-answer .faq__arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1470px) {
  .strategy_audit {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1380px) {
  .gift__text-wrapper:before {
    width: 580px;
    height: 608px;
    background-size: cover;
    left: -550px;
  }
}

@media screen and (max-width: 1330px) {
  .strategy_audit {
    padding: 50px 0 80px;
  }
}

@media screen and (max-width: 1170px) {
  .seo-work__image {
    width: 500px;
  }

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

  .seo-work__list {
    width: calc(100% - 520px);
  }

  .header__nav {
    padding: 0 15px;
  }

  .gift__text-wrapper .main-title {
    font-size: 34px;
    line-height: 38px;
  }

  .services__item-text {
    font-size: 16px;
  }

  .services__item.first .services__item-inner {
    padding-right: 230px;
  }

  .services__item.first:after {
    width: 240px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item.second:after {
    width: 263px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item.third .services__item-inner {
    padding-right: 260px;
  }

  .services__item.third:after {
    width: 245px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item.fourth .services__item-inner {
    padding-right: 270px;
  }

  .services__item.fourth:after {
    width: 246px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item.fifth:after {
    width: 275px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item.sixth .services__item-inner {
    padding-right: 270px;
  }

  .services__item.sixth:after {
    width: 249px;
    height: 216px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .services__item {
    height: 400px;
  }

  .services__item-inner {
    padding: 15px 240px 15px 15px;
  }

  .services__item.fifth .services__item-inner {
    padding-right: 270px;
  }

  .calc__form-right {
    width: 390px;
    padding: 30px 20px;
  }

  .calc__form-left {
    width: 570px;
  }

  .calc__work-item {
    width: 130px;
    height: 130px;
  }

  .header_yandex .header__left:after {
    width: 280px;
    height: 280px;
    background-size: cover;
    left: 446px;
  }

  .header_google .header__left:after {
    width: 280px;
    height: 280px;
    background-size: cover;
    left: 446px;
  }

  .audit__text-wrapper_max {
    width: calc(100% - 420px);
  }

  .audit__text-wrapper_max .main-title {
    line-height: 44px;
  }

  .audit__image-wrapper.audit__image-wrapper_min {
    width: 420px;
  }

  .header_optimization .header__left:after {
    width: 310px;
    height: 304px;
    background-size: cover;
    top: 234px;
    left: 380px;
  }

  .header_audit .header__left:after {
    left: 330px;
  }

  .audit__image-wrapper {
    width: calc(100% - 570px);
  }

  .price {
    padding-bottom: 100px;
  }

  .seo {
    padding-bottom: 140px;
  }

  .header__nav-link {
    padding: 16px 30px;
  }

  .header__left {
    width: 360px;
  }

  .header__title {
    font-size: 54px;
    line-height: 52px;
  }

  .header__form {
    width: 330px;
    padding: 7px;
  }

  .header__form-inner {
    padding: 20px 15px;
  }

  .header__left:after {
    width: 250px;
    height: 573px;
    background-size: cover;
    top: -35px;
    left: 370px;
  }

  .header__info {
    left: 360px;
    bottom: -50px;
  }

  .seo__text-wrapper {
    width: 540px;
  }

  .seo__text-wrapper:after {
    left: 545px;
  }

  .services__list {
    width: 100%;
  }

  .price__item {
    width: 310px;
  }

  .gift .container {
    width: 990px;
    margin: 0 auto;
  }

  .gift__text-wrapper:before {
    width: 440px;
    height: 461px;
    left: -460px;
    top: -90px;
  }

  .gift__text-wrapper {
    width: 500px;
    margin-left: 460px;
  }

  .gift__text {
    padding-right: 0;
  }

  .gift {
    padding-top: 60px;
  }

  .gift_audit {
    padding: 140px 0 100px;
  }

  .why_optimization {
    padding-top: 80px;
  }

  .results__list.owl-carousel .owl-item .results__item-chart {
    width: calc(100% - 510px);
    height: auto;
  }

  .results__list.owl-carousel .owl-item .results__item.results__item_max .results__item-chart {
    width: calc(100% - 430px);
  }

  .results__item_max .results__item-text-wrapper {
    width: 400px;
  }

  .results__item-text-wrapper {
    width: 490px;
  }

  .strategy .container {
    width: 990px;
    margin: 0 auto;
  }

  .strategy__text-wrapper:before {
    width: 390px;
    height: 482px;
    left: -420px;
    background-size: 390px;
    top: 0;
  }

  .strategy__text-wrapper {
    margin-left: 420px;
    width: 540px;
  }

  .strategy__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .strategy__text {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .certificates {
    background-position: top right;
    padding-top: 140px;
  }
}

@media screen and (max-width: 1100px) {
  .header_google .header__left:after {
    left: 400px;
  }

  .header_yandex .header__left:after {
    left: 400px;
  }

  .results__item_max .results__item-text-wrapper {
    width: 300px;
  }

  .results__list.owl-carousel .owl-item .results__item.results__item_max .results__item-chart {
    width: calc(100% - 330px);
  }
}

@media screen and (max-width: 1020px) {
  .header_google .header__left:after {
    left: 370px;
  }

  .header_yandex .header__left:after {
    left: 370px;
  }
}

@media screen and (max-width: 992px) {
  .seo-work__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .seo-work__list {
    width: 100%;
  }

  .seo-work__image {
    width: 100%;
    margin-top: 30px;
  }

  .seo-work__inner {
    margin-top: 30px;
  }

  .menu-popup__list {
    width: 720px;
  }

  .menu-popup__item {
    width: 360px;
  }

  .menu-popup__link {
    font-size: 20px;
  }

  .results__list.owl-carousel .owl-item .results__item.results__item_max .results__item-chart {
    width: 230px;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }

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

  .results__item_max .results__item-text-wrapper {
    width: 100%;
  }

  .gift__text-wrapper .button {
    font-size: 14px;
  }

  .gift__text-wrapper .button.blue {
    width: 200px;
    margin-left: 5px;
  }

  .gift__text-wrapper .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  .services__item.third .services__item-inner {
    padding-right: 250px;
  }

  .services__item.second .services__item-inner {
    padding-right: 240px;
  }

  .services__item {
    height: 470px;
  }

  .calc__form-right .button {
    margin: 20px auto 0;
  }

  .calc__form-right-type,
  .calc__form-right-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .calc__form-right {
    width: 570px;
    padding: 0;
  }

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

  .audit__image-wrapper.audit__image-wrapper_min {
    margin-right: auto;
  }

  .audit__image-wrapper.audit__image-wrapper_min .audit__image {
    width: 300px;
  }

  .header_google .header__left {
    width: 410px;
  }

  .header_google .header__left .header__title {
    font-size: 50px;
    line-height: 54px;
  }

  .header_yandex .header__left {
    width: 410px;
  }

  .header_yandex .header__left .header__title {
    font-size: 50px;
    line-height: 54px;
  }

  .header_optimization .header__left {
    width: 410px;
  }

  .header_optimization .header__left .header__title {
    font-size: 44px;
    line-height: 48px;
  }

  .audit__image.adaptive {
    width: 400px;
  }

  .why.why_optimization {
    background: none;
  }

  .audit .button {
    margin: 30px auto 0;
  }

  .audit .main-title {
    text-align: center;
  }

  .audit .main-title:after {
    margin: 15px auto 35px;
  }

  .audit {
    padding: 60px 0;
  }

  .audit__image-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .audit__image {
    width: 400px;
    height: auto;
  }

  .audit__text-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

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

  .header__left:after {
    display: none;
  }

  .header__info {
    display: none;
  }

  .header__nav-link {
    font-size: 14px;
    padding: 16px 15px;
  }

  .header__submenu {
    top: 48px;
  }

  .logo__caption {
    margin-left: 20px;
  }

  .header__main {
    padding: 45px 0 60px;
  }

  .header__callback-wrapper {
    display: none;
  }

  .phones {
    margin-right: 0;
  }

  .header__top-line {
    top: 63px;
  }

  .header__form {
    border: 1px solid #e3e7eb;
  }

  .seo {
    padding: 50px 0 80px;
  }

  .seo__text-wrapper .main-title {
    text-align: center;
  }

  .seo__text-wrapper .main-title:after {
    margin: 15px auto 35px;
  }

  .seo__text-wrapper .button {
    margin: 35px auto 0;
  }

  .seo__text-wrapper {
    width: 100%;
    padding-top: 410px;
    text-align: center;
  }

  .seo__text-wrapper:after {
    left: calc(50% - 195px);
    top: 0;
    width: 390px;
    height: 397px;
    background-size: cover;
  }

  .main-title {
    font-size: 38px;
    line-height: 44px;
  }

  .price {
    padding: 80px 0;
    background: url("../img/tarif-max.jpg") no-repeat top left;
    background-size: cover;
  }

  .price__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price__item {
    width: 330px;
    margin: 0 10px 30px;
  }

  .price__item:last-child {
    margin-bottom: 0;
  }

  .price .main-title {
    width: 100%;
    max-width: 820px;
  }

  .third-wrapper {
    background: none;
  }

  .gift {
    padding: 80px 0;
  }

  .gift__text-wrapper:before {
    width: 340px;
    height: 365px;
    left: -350px;
    top: -35px;
  }

  .gift__text-wrapper {
    width: 400px;
    margin-left: 340px;
  }

  .gift .container {
    width: 769px;
  }

  .footer__nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }

  .footer__nav-link {
    width: auto;
    margin: 0 20px;
  }

  .footer .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer .messangers {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__right {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .certificates {
    background: url("../img/second-max.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 80px 0;
  }

  .certificates__item:nth-child(5) {
    height: 220px;
  }

  .strategy__text-wrapper:before {
    left: calc(50% - 195px);
  }

  .strategy__text-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 480px;
    text-align: center;
  }

  .strategy__title:after {
    margin: 15px auto 0;
  }

  .strategy .container {
    width: 100%;
  }

  .strategy {
    padding: 50px 0 80px;
  }

  .strategy__form {
    margin: 0 auto;
  }

  .results {
    padding: 80px 0;
  }

  .results__item {
    position: relative;
    padding: 30px;
  }

  .results__list.owl-carousel .owl-item .results__item-chart {
    width: 230px;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  .results__item-text-wrapper {
    width: 100%;
  }

  .results__request {
    width: calc(100% - 270px);
  }

  .why {
    padding: 60px 0 80px;
    background: url("../img/why-max.jpg") center no-repeat;
    background-size: cover;
  }

  .why__nav-item {
    margin: 0 30px;
  }

  .why__nav-link {
    width: 100px;
    height: 100px;
    border: 10px solid #f1f1f1;
  }

  .why__nav {
    top: -50px;
    left: calc(50% - 320px);
    padding: 0;
  }

  .why__slider-wrapper {
    margin-top: 100px;
  }

  .why__item {
    padding: 70px 40px 40px 40px;
  }

  .why__list.owl-carousel .owl-item img {
    width: 100px;
    height: auto;
  }

  .why__text-wrapper {
    width: calc(100% - 120px);
  }

  .why__item-title {
    margin-bottom: 10px;
  }

  .why__item-subtitle {
    margin-bottom: 10px;
  }

  .services {
    padding: 30px 0 80px;
  }

  .services__navigation-link {
    width: 230px;
  }

  .services__navigation-item {
    margin: 0 5px 10px;
  }

  .contacts__inner .header__form {
    margin-right: 0;
  }

  .contacts__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .messangers__item {
    width: 20px;
    height: 20px;
  }

  .seo-work {
    padding: 30px 0;
  }

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

  .footer__logos-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .we__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .header .phones {
    display: none;
  }

  .faq {
    padding: 15px 0 30px;
  }

  .faq__wrapper {
    margin-top: 20px;
  }

  .faq__arrow {
    display: none;
  }

  .faq__question-wrapper .faq__question-text {
    padding: 15px 0;
  }

  .faq__question-wrapper .faq__answer {
    padding: 10px 15px;
  }

  .menu-popup__inner {
    display: block;
    overflow-y: scroll;
  }

  .menu-popup__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 40px 20px;
  }

  .menu-popup__item {
    width: 100%;
  }

  .menu-popup__item:nth-child(2) {
    margin-top: 40px;
  }

  .menu-popup__close-button {
    right: 10px;
    top: 10px;
  }

  .results__item_max .results__item-text-wrapper {
    margin-bottom: 0;
  }

  .header__submenu {
    width: 300px;
  }

  .calc__form-right-theme,
  .calc__form-right-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .calc__form-right {
    margin-top: 10px;
  }

  .calc__list-label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calc__work-item-icon {
    display: none;
  }

  .calc__work-item-title {
    margin-bottom: 0;
    height: auto;
  }

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

  .calc__work-item {
    margin: 4px 0;
    width: 100%;
    height: 48px;
  }

  .calc__form-col {
    margin-bottom: 15px;
  }

  .calc__form-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .calc__form-select,
  .calc__form-input {
    width: 100%;
  }

  .calc__form-left,
  .calc__form-right {
    width: 100%;
    max-width: 570px;
  }

  .header__submenu {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
  }

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

  .header__submenu-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header_yandex .header__description {
    margin: 0 auto;
  }

  .header_google .header__description {
    margin: 0 auto;
  }

  .audit__image-wrapper.audit__image-wrapper_min .audit__image {
    width: 260px;
  }

  .audit__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .audit .main-title:after {
    margin-bottom: 25px;
  }

  .audit {
    padding: 40px 0;
  }

  .audit__image {
    width: 290px;
  }

  .contacts__inner .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .contacts {
    padding: 40px 0;
  }

  .header_calc {
    border-bottom: 1px solid rgba(199, 199, 199, 0.2);
    padding-bottom: 0;
  }

  .contacts__inner {
    margin-top: 45px;
  }

  .header {
    padding-top: 62px;
  }

  .btn-menu {
    display: block;
    top: 15px;
    right: 15px;
    z-index: 5;
  }

  .header__top-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .header__top-line-inner {
    padding: 7px 10px;
  }

  .header__nav {
    position: fixed;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: -100%;
    left: auto;
    -webkit-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s;
    z-index: 4;
  }

  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__form {
    display: none;
  }

  .header {
    background-position: left top;
  }

  .hidden-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-title {
    font-size: 32px;
    line-height: 34px;
  }

  .seo {
    padding: 40px 0;
  }

  .seo__text-wrapper:after {
    width: 290px;
    height: 296px;
    left: calc(50% - 145px);
  }

  .seo__text-wrapper {
    padding-top: 320px;
  }

  .seo__text-wrapper .main-title:after {
    margin-bottom: 20px;
  }

  .seo__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .seo__text-wrapper .button {
    margin-top: 25px;
  }

  .services {
    padding: 40px 0 70px;
  }

  .header .phones {
    margin-right: 60px;
  }

  .phones__number {
    color: #000;
  }

  .header__left {
    margin: 0 auto;
  }

  .logo__icon {
    width: 95px;
    height: 27px;
    background-size: 95px;
  }

  .header__title {
    text-align: center;
  }

  .header__description {
    text-align: center;
  }

  .header__advantages {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.hidden-desktop {
    margin: 25px auto 0;
  }

  .header__main {
    padding: 40px 0;
  }

  .header__title {
    font-size: 44px;
    line-height: 50px;
  }

  .services__navigation-link {
    height: 40px;
    font-size: 14px;
  }

  .services__item-inner {
    padding: 15px;
  }

  .services__item.fifth .services__item-inner,
  .services__item.third .services__item-inner,
  .services__item.second .services__item-inner,
  .services__item.sixth .services__item-inner,
  .services__item.fourth .services__item-inner,
  .services__item.first .services__item-inner {
    padding-right: 15px;
  }

  .services__item-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .services__item-text {
    font-size: 16px;
  }

  .services .button {
    width: 290px;
    background: #ffdc47 url("../img/phone.png") no-repeat 28px 23px;
  }

  .price {
    padding: 40px 0;
  }

  .price__list {
    margin-top: 45px;
  }

  .price__item {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .price__item-top {
    padding: 10px;
  }

  .price__item-title {
    font-size: 24px;
  }

  .price__item-price-wrapper {
    height: 85px;
  }

  .price__item-price {
    margin-top: 5px;
  }

  .price__advantages {
    margin: 15px 20px;
  }

  .price__item .button {
    height: 60px;
  }

  .gift {
    padding: 30px 0 40px;
  }

  .gift__text-wrapper {
    margin-left: 0;
    padding-top: 300px;
    width: 100%;
  }

  .gift__text-wrapper:before {
    width: 290px;
    height: 303px;
    left: calc(50% - 145px);
    top: 0;
  }

  .gift__text-wrapper .main-title {
    text-align: center;
  }

  .gift__text-wrapper .main-title:after {
    margin: 15px auto 0;
  }

  .gift__text {
    text-align: center;
  }

  .gift__text-wrapper .button {
    width: 300px;
    margin: 0 auto;
  }

  .gift .container {
    width: 100%;
  }

  .why__nav-link {
    width: 90px;
    height: 90px;
    border: 5px solid #f1f1f1;
  }

  .why__nav-item {
    margin: 0 15px;
  }

  .why__nav {
    top: -45px;
    left: calc(50% - 240px);
  }

  .why__slider-wrapper {
    margin-top: 80px;
  }

  .why {
    padding: 40px 0 70px;
  }

  .results {
    padding: 40px 0 70px;
  }

  .results__list {
    margin-top: 45px;
  }

  .results__list.owl-carousel .owl-item .results__item-chart {
    position: relative;
    bottom: auto;
    right: auto;
    width: 280px;
  }

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

  .results__item-text-wrapper {
    margin-bottom: 15px;
  }

  .results__request {
    width: 100%;
  }

  .strategy {
    padding: 40px 0;
  }

  .strategy__text-wrapper:before {
    width: 260px;
    height: 321px;
    left: calc(50% - 130px);
    background-size: 260px;
  }

  .strategy__text-wrapper {
    padding-top: 320px;
  }

  .strategy__title {
    font-size: 32px;
    line-height: 38px;
  }

  .certificates {
    padding: 40px 0 70px;
  }

  .certificates__list {
    margin-top: 45px;
  }

  .footer__nav {
    display: none;
  }

  .logo__caption {
    display: none;
  }

  .services__item:after {
    display: none !important;
  }

  .we {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 550px) {
  .we__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .we__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .we__item {
    width: calc((100% - 20px) / 3);
  }

  .we__item:nth-child(3) {
    margin-right: 0;
  }

  .footer .messangers {
    margin-top: 15px;
  }

  .header__top-line-inner .messangers {
    margin: 0 60px 0 auto;
  }

  .tarif-popup .button {
    width: 280px;
    font-size: 14px;
  }

  .tarif-popup {
    max-width: 450px;
    width: 100%;
    padding: 25px 15px;
  }

  .audit .button {
    width: 300px;
    font-size: 15px;
  }

  .button {
    height: 60px;
  }

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

  .gift__text-wrapper .button.blue {
    margin-left: auto;
    margin-top: 10px;
    font-size: 16px;
    width: 250px;
  }

  .gift__text-wrapper .button {
    font-size: 16px;
  }

  .certificates__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .certificates__item {
    width: calc((100% - 28px) / 2);
  }

  .certificates__item:nth-child(1),
  .certificates__item:nth-child(2) {
    margin-bottom: 15px;
  }

  .services__item.fifth .services__item-inner,
  .services__item.third .services__item-inner,
  .services__item.second .services__item-inner,
  .services__item.sixth .services__item-inner,
  .services__item.fourth .services__item-inner,
  .services__item.first .services__item-inner {
    padding-right: 0;
  }

  .header_yandex .header__left {
    width: 300px;
  }

  .header_yandex .header__description {
    width: 300px;
  }

  .header_yandex .header__left .header__title {
    font-size: 40px;
    line-height: 44px;
  }

  .header_google .header__left {
    width: 300px;
  }

  .header_google .header__description {
    width: 300px;
  }

  .header_google .header__left .header__title {
    font-size: 40px;
    line-height: 44px;
  }

  .audit__image-wrapper.audit__image-wrapper_min {
    width: 300px;
  }

  .header_optimization .header__left {
    width: 300px;
  }

  .header_optimization .header__left .header__title {
    font-size: 33px;
    line-height: 37px;
  }

  .header_optimization .header__description {
    width: 300px;
  }

  .audit__image.adaptive {
    width: 280px;
  }

  .container {
    padding: 0 10px;
  }

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

  .header__top-line .logo {
    margin-right: 10px;
  }

  .header .phones {
    margin: 10px 10px 0 0;
  }

  .hidden-menu-ticker:checked~.btn-menu {
    right: 14px;
  }

  .header__main {
    padding: 25px 0;
  }

  .header__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  .header__description {
    font-size: 18px;
  }

  .header__advantages {
    display: none;
  }

  .header.header_seo .header__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__advantages-item:before {
    display: inline-block;
    position: relative;
    top: 3px;
  }

  .header__advantages-item {
    display: inline-block;
  }

  .button.hidden-desktop {
    height: 60px;
  }

  .seo__text-wrapper .button {
    height: 60px;
    width: 300px;
    font-size: 15px;
  }

  .services .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services__item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
  }

  .services__item-inner {
    padding: 0;
    border: none;
  }

  .services .button {
    width: 258px;
    background: #ffdc47 url("../img/phone.png") no-repeat 15px 23px;
  }

  .services__item.fifth .services__item-inner {
    padding-right: 10px;
  }

  .services__navigation {
    margin-top: 30px;
  }

  .price__item .button {
    width: 260px;
  }

  .price__item {
    width: 300px;
    margin: 0 0 30px;
  }

  .strategy__title {
    font-size: 28px;
    line-height: 30px;
  }

  .strategy__form {
    width: 100%;
  }

  .strategy__form-input {
    width: 100%;
  }

  .strategy__form .button {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }

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

  .footer .phones {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0;
  }

  .why__list.owl-carousel .owl-item img {
    width: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .why__nav {
    display: none;
  }

  .why__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px;
  }

  .why__text-wrapper {
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }

  .why__slider-wrapper {
    margin-top: 40px;
  }

  .results__item {
    padding: 25px 10px;
  }

  .results__request-item-title {
    width: 50%;
  }

  .results__request-item-count {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .results__request-item {
    padding: 10px 5px;
  }

  .footer {
    padding: 20px 0;
  }

  .callback-form {
    width: 300px;
  }

  .callback-form__input {
    width: 270px;
  }

  .contacts__inner .header__form {
    width: 300px;
  }

  .contacts__inner .header__form .header__form-inner {
    width: 100%;
  }

  .contacts__inner .header__form .header__form-input {
    width: 260px;
  }

  .contacts__inner .header__form .header__form-button {
    width: 260px;
    background: #ffdc47 url("../img/calc.png") no-repeat 20px 20px;
    padding-left: 25px;
  }
}

.advantages {
  background: url('../img/adv-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 80px 0 100px;
}

.advantages__title {
  text-align: center;
  color: #060606;
  font-family: 'Gilroy Extra Bold', sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.advantages__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 95px 0 0;
}

.advantages__item {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 20px 30px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
  border-radius: 10px;
}

.advantages__item-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #5495F7;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.advantages__item-title {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0E0E0E;
  margin-bottom: 14px;
}

@media screen and (max-width: 992px) {
  .advantages__list {
    flex-wrap: wrap;
  }

  .advantages__item {
    width: calc(50% - 20px);
  }

  .advantages__item:nth-child(1),
  .advantages__item:nth-child(2) {
    margin-bottom: 70px;
  }
  .advantages__title {
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .advantages {
    padding: 40px 0;
  }

  .advantages__title {
    font-size: 32px;
    line-height: 34px;
  }

  .advantages__list {
    margin-top: 65px;
  }

  .advantages__item {
    width: calc(50% - 7px);
    padding: 45px 15px 20px;
  }

  .advantages__item:nth-child(1),
  .advantages__item:nth-child(2) {
    margin-bottom: 45px;
  }

  .advantages__item-icon-wrapper {
    width: 60px;
    height: 60px;
    top: -30px;
    left: calc(50% - 30px);
  }

  .advantages__item-icon-wrapper img {
    max-width: 30px;
  }
}

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

  .advantages__item-title {
    font-size: 16px;
    margin: 15px 0 7px;
  }

  .advantages__item-text {
    font-size: 14px;
  }
}

.steps {
  background: url('../img/bg-steps-main.jpg') no-repeat center;
  background-size: cover;
  padding: 80px 0 100px;
  overflow: hidden;
}

.steps__title {
  text-align: center;
  color: #060606;
  font-family: 'Gilroy Extra Bold', sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.steps__list {
  display: flex;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}

.steps__list:before {
  content: '';
  position: absolute;
  left: -33px;
  top: -28px;
  width: 1220px;
  height: 390px;
  background: url('../img/bg-steps.png') no-repeat;
}

.steps__item {
  width: 33.33%;
  padding: 30px 40px;
  z-index: 1;
}

.steps__item-title {
  display: flex;
  align-items: center;
}

.steps__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #5495F7;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
  border-radius: 50%;
  margin-right: 25px;
  font-size: 22px;
  color: #fff;
}

.steps__item-text {
  font-size: 22px;
  font-family: 'Gilroy Medium';
  line-height: 26px;
  color: #0E0E0E;
}

.steps__text-wrapper {
  margin-top: 25px;
}

.steps__item-step {
  font-size: 15px;
  line-height: 20px;
  color: #0E0E0E;
  margin: 4px 0;
  padding-left: 15px;
  position: relative;
}

.steps__item-step:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #464646;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 20px;
}

@media screen and (max-width: 1170px) {
  .steps__list {
    width: 960px;
    margin: 50px auto 0;
  }

  .steps__list:before {
    background: url('../img/bg-steps-2.png') no-repeat;
    width: 1046px;
    height: 531px;
  }

  .steps__item {
    padding: 50px 50px 50px 30px;
  }

  .steps__item-step {
    margin: 10px 0;
  }
}

@media screen and (max-width: 992px) {
  .steps__list {
    width: 739px;
  }

  .steps__list:before {
    background: url('../img/bg-steps-3.png') no-repeat;
    width: 805px;
    height: 531px;
  }

  .steps__item {
    padding: 30px 40px 30px 30px;
  }

  .steps__item-step {
    margin: 3px 0;
  }

  .steps__item-number {
    margin-right: 15px;
  }

  .steps__item-text {
    width: calc(100% - 65px);
  }
  .steps__title {
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .steps__title {
    font-size: 32px;
    line-height: 34px;
  }

  .steps {
    padding: 40px 0;
  }

  .steps__list {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
  }

  .steps__list:before {
    display: none;
  }

  .steps__item {
    background: #FFFFFF;
    box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
  }
}