/*     	COMMON STYLES      */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  /*color: inherit;*/
  outline: none;
}
a:active {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.section {
  padding: 100px 0;
}
.container {
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hidden {
  display: none;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  background-color: #f32323;
  padding: .7rem 1.8rem;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  outline: none;
}
.btn:hover {
  background-color: #ff5555;
  cursor: pointer;
}
.btn:active {
  color: #fff;
}
.btn--offer {
  padding: .7rem 1.7rem;
}
.btn--services {
  font-size: 34px;
  padding: 1.3rem 3rem;
}
.btn--services__item {
  font-size: 28px;
  padding: 0.7rem 2.5rem;
}
.btn--services__add {
  font-size: 22px;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  background-color: #656565;
}
.btn--services__add:hover {
  background-color: #949393;
}
.btn--audit {
  padding: .8rem 2rem;
  text-align: center;
  display: block;
  margin: 30px auto 10px;
  max-width: 280px;
  line-height: 20px;
  font-size: 24px
}
.btn--site {
  max-width: 315px;
}
.btn--subtext {
  font-size: 16px;
  font-weight: 300;
}
.title-page {
  font-size: 44px; /* было 54px */
  line-height: 50px;
  letter-spacing: -.8px;
  /*padding-bottom: 10px;  добавлено */ 
}
.title-box {
  position: relative;
  display: inline-block;
}
.title-box::after {
  content: '';
  display: block;
  border: 1px solid #f32323;
  position: absolute;
  z-index: -1;
}
.title-box--help-landing {
  padding: 15px 0;
  margin-left: 32px;
  background-color: white;
  text-align: left;
  margin-bottom: 50px;
}
.title-box--help-landing::after {
  width: 250px;
  height: 190px;
  top: -30px;
  left: 108px;
}
.title-box--advantages-land {
  padding-top: 5px;
  padding-bottom: 12px;
  background-color: #e6e6e6;
  margin-bottom: 100px;
}
.title-box--advantages-land::after {
  width: 354px;
  height: 213px;
  top: -25px;
  left: 92px;
}
.title-box--our-advantages {
  padding-top: 5px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-bottom: 104px;
  text-align: left;
}
.title-box--our-advantages::after {
  width: 319px;
  height: 189px;
  top: -40px;
  left: 112px;
}
.title-box--offer {
  padding-top: 5px;
  padding-bottom: 12px;
  background-color: #e6e6e6;
  margin-right: 210px;
  margin-bottom: 81px;
  text-align: left;
}
.title-box--offer::after {
  width: 354px;
  height: 213px;
  top: -25px;
  left: 90px;
}
.title-box--our-works {
  padding-top: 5px;
  padding-bottom: 12px;
  background-color: #fff;
  margin-right: 80px;
  margin-bottom: 135px;
  text-align: center;
}
.title-box--our-works::after {
  width: 291px;
  height: 164px;
  top: -25px;
  left: 90px;
}
.title-box--working {
  padding-top: 5px;
  padding-bottom: 12px;
  background-color: #e6e6e6;
  margin-bottom: 74px;
  text-align: left;
}
.title-box--working::after {
  width: 228px;
  height: 164px;
  top: -25px;
  left: 70px;
}
.title-box--services {
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #fff;
  margin-top: 75px;
  margin-bottom: 92px;
  text-align: left;
}
.title-box--services::after {
  width: 191px;
  height: 160px;
  top: -25px;
  left: 60px;
}
.title-services--add {
  font-size: 36px; 
  line-height: 30px;
  position: relative;
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 46px;
}

.title-box--brief {
  width: 490px;
  height: 215px; /*было 173px*/
  padding-top: 29px; /*было 35px*/
  background: url("../img/brief_title_box.png") no-repeat right top;
  margin-bottom: 40px; /*было 74px*/
  text-align: left;
}
.nav-arrow {
  display: block;
  height: 62px;
  width: 64px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: opacity, background-color 0.3s;
  transition: opacity, background-color 0.3s;
  opacity: .68;
  -webkit-box-shadow: 0 0 21px 8px rgba(0, 0, 0, 0.34);
          box-shadow: 0 0 21px 8px rgba(0, 0, 0, 0.34);
}
.nav-arrow:hover {
  opacity: 1;
  background-color: #fff;
  cursor: pointer;
}
/*     	HEADER      */
.header {
  position: fixed;
  z-index: 100;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 2px rgba(142, 142, 142, 0.41);
          box-shadow: 0 0 9px 2px rgba(142, 142, 142, 0.41);
}
.header.sticky .header-inner {
  min-height: 60px;
}
.sticky {
  background-color: rgba(255,255,255,0.9);
}

.header-inner {
  min-height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header__mobile-btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: red;
  border: none;
  outline: none;
  background: url("../img/menu-button.png") no-repeat center;
}
.logo-link {
  display: block;
}
.logo-link img {
  display: block;
}
.nav-header__link {
  color: #747373;
  font-size: 22px;
  text-decoration: none;
}
.nav-header__link + a {
  margin-left: 53px;
}
.nav-header__link:hover {
  color: #000;
}
/*     	INTRO      */
.intro {
  margin-top: 60px;
  padding-top: 40px; /* было 206px  */
  padding-bottom: 23px;
  background: #e6e6e6 url("../img/intro_bg.jpg") no-repeat center top / cover;
}
.intro__arrow {
  margin-right: 52px;
  margin-bottom: 10px;  /* было 67px  */
  background: url("../img/intro-arrow.png") no-repeat center;
}
.intro-gift {
  text-align: center;
  padding-top: 125px;
  width: 580px;
}
.intro-gift__title--red {
  color: #f32323;
}
.intro-gift__subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px; /* было 36px */
  margin-bottom: 30px; /* было 30px */
}
.crossed {
  position: relative;
  display: inline-block;
}
.crossed::before {
  content: '';
  position: absolute;
  top: 44%;
  /* left: 48%; */
  /* -webkit-transform: translate(-50%,-50%) rotate(-10deg); */
  /* transform: translate(-50%,-50%) rotate(10deg); */
  width: 102%;
  height: 3px;
  background-color: #f32324cc;
}
.intro-gift__text {
  color: #464545;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 50px;
}
.intro-gift__text--pre {
  margin-bottom: 0;
}
.intro-action {
  text-align: center;
  width: 580px;
}
.intro-action__text {
  color: #f32323;
  font-weight: 600;
  font-size: 22px;
  /*width: 300px;*/
  text-decoration: none;
  margin: 100px auto 15px;
}
.intro-action__text a {
  text-decoration: none;
}
.intro-action__text a:hover {
  /*text-decoration: underline;*/
  text-shadow: #8e8e8e 1px 1px 1px;
}
.intro-gift__btn {
  -webkit-box-shadow: 0 0 10px #f32323;
          box-shadow: 0 0 10px #f32323;
  margin-bottom: 26px; /*  было 103px  */
  padding: .7rem 2.8rem;
}
.intro-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-contacts {
  font-size: 22px;
  font-weight: 900;
  display: inline-block;
}
.intro-contacts__phone {
  display: inline-block;
  text-decoration: none;
}
.intro-contacts__phone:hover {
  text-decoration: underline;
}
.intro-contacts__email {
  display: inline-block;
  margin-right: 22px;
  text-decoration: none;
}
.intro-contacts__email:hover {
  text-decoration: underline;
}
/*     	HELP-LANDING      */
.help-landing {
  padding-top: 95px;
  padding-bottom: 94px;  /* было 44px */
  text-align: center;
}
.help-landing-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.help-landing-title-wrap {
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px);
}
@media screen and (max-width: 576px) {
  .help-landing-title-wrap {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.help-landing-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  padding-top: 30px;
  /*width: -webkit-calc(50% - 30px);*/
  /*width: calc(50% - 30px);*/
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  /*width: 50%;*/
}
@media screen and (max-width: 992px) {
  .help-landing-features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.help-landing-pre-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.help-landing-features-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1200px) {
  .help-landing-features-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .help-landing-features-item {
    width: -webkit-calc(41.66666666666667% - 30px);
    width: calc(41.66666666666667% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .help-landing-features-item {
    width: -webkit-calc(83.33333333333334% - 30px);
    width: calc(83.33333333333334% - 30px);
  }
}
.help-landing-features-item__text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.help-landing-features-item__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 19px;
}
/*     	ADVANTAGES LANDING      */
.advantages-landing {
  max-width: 100%;
}
.advantages-landing-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: inherit;
}
.advantages-bg {
  width: 50%;
  background: url("../img/advantages_bg.jpg") no-repeat right top / cover;
}
.advantages-content {
  position: relative;
  z-index: 1;
  width: 50%;
  background-color: #e6e6e6;
  padding: 87px 10px 178px 63px;
}
.advantages-lines {
  max-width: 420px;
}
.advantages-lines-item + .advantages-lines-item {
  margin-top: 36px;
}
.advantages-lines-item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
  font-size: 18px;
}
.advantages-lines-item__text {
  font-weight: 300;
}
.advantages-lines-item__line {
  height: 19px;
  background-color: #fff;
  border-radius: 30px;
}
.advantages-lines-item__line::after {
  content: '';
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: #f32323;
}
.advantages-lines-item__line--clients::after {
  width: 70%;
}
.advantages-lines-item__line--conversion::after {
  width: 45%;
}
.advantages-lines-item__line--adv-camp::after {
  width: 90%;
}
.advantages-lines-item__line--payback::after {
  width: 50%;
}
/*     	OUR ADVANTAGES      */
.our-advantages {
  text-align: center;
  padding: 124px 0 104px;
}
.our-advantages-items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our-advantages-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  -webkit-flex-basis: 270px;
      -ms-flex-preferred-size: 270px;
          flex-basis: 270px;
  padding: 24px 20px 30px;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 49px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.47);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.47);
}
@media screen and (max-width: 1200px) {
  .our-advantages-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .our-advantages-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .our-advantages-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .our-advantages-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.our-advantages-item__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.our-advantages-item__text {
  font-size: 16px;
  margin-bottom: 28px;
  color: #747373;
  line-height: 22px;
}
/*     	OFFER      */
.offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.offer-content {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
}
.offer-content-bottom {
  max-width: 430px; /*было 369px*/
  text-align: center;
  margin-right: 110px;
}
.offer-bg {
  width: 50%;
  height: inherit;
  background: url("../img/offer_bg.jpg") no-repeat center top / cover;
}
.offer__text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
.offer-list {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 40px;
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.offer-list__seo, .offer-list__text, .offer-list__direct {
  padding: 10px 0 30px 80px;
}
.offer-list__seo {
  background: url("../img/seo_icon_red.png") no-repeat left top;
}
.offer-list__text {
  background: url("../img/text_icon_red.png") no-repeat left top;
}
.offer-list__direct {
  background: url("../img/yd_icon_red.png") no-repeat left top;
}

/*     	OUR WORKS      */
.our-works {
  padding: 128px 0 90px;
  text-align: center;
}
.our-works-slider {
  max-width: 970px;
  margin: 0 auto 50px;
}
.our-works-slider__item {
  position: relative;
  max-height: 366px;
  /* outline: none; */
}
.our-works-slider__item img {
  width: 100%;
}
.our-servises-item {
  position: relative;
}
.our-works-slider__item:hover .our-works-slider__content,
.our-servises-item:hover .our-works-slider__content {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.our-works-slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(243, 60, 60, 0.95);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.our-works-slider__title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.our-works-slider__btn {
  padding: 10px 33px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.our-works-slider__btn:hover {
  opacity: .7;
}
.our-works-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-works-item {
  margin: 6px;
  -webkit-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 340px;
  padding: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.47);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.47);
}

/*     	WORKING      */
.working-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.working-bg {
  width: 55%;
  background: url(../img/stage_02.jpg) no-repeat center / cover;
}
.working-content {
  width: 50%;
  padding: 65px 0 44px 100px;
  background-color: #e6e6e6;
  z-index: 1;
}
.working-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 468px;
}
@media screen and (max-width: 576px) {
  .working-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.working-items a {
  text-decoration: none;
  margin-bottom: 36px;
}
.working-items a:hover .working-item__icon {
  background-color: #7d7d7d;
}
.working-items a:hover .working-item__text {
  display: none;
}
.working-items a:hover .working-item__text-hidden {
  display: block;
}
.working-item {
  position: relative;
  text-align: center;
  /*margin-bottom: 48px;*/
}
.working-item--first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 170px;
}
.working-item--second {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 230px;
  margin-left: 65px;
}
.working-item--third {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 230px;
  margin-left: 65px;
}
.working-item--fourth {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 170px;
}
.working-item--fifth {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  width: 170px;
}
.working-item--sixth {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  margin-left: 65px;
  width: 230px;
}
.working-item__icon {
  display: inline-block;
  font-size: 29px;
  color: #fff;
  padding: 5px 15px;
  background-color: #f32323;
  margin-bottom: 17px;
}
.working-item__line-right {
  background: url("../img/working_arrow-right.png") no-repeat right top;
  position: absolute;
  top: 15px;
  left: 125px;
  height: 10px;
  width: 190px;
}
.working-item__line-left {
  background: url("../img/working_arrow-left.png") no-repeat left top;
  position: absolute;
  top: 15px;
  left: 125px;
  height: 10px;
  width: 190px;
}
.working-item__text {
  font-size: 16px;
  line-height: 18px;
}
.working-item__text-hidden {
  font-weight: 600;
  font-size: 20px;
  color: #f00;
}

/*     	SERVICES      */
.services {
  padding: 10px 0 80px;
  text-align: center;
}
.services__items-pre-text {
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 60px;
  margin-bottom: 10px;
}
.services__text-box:last-child {
  margin-bottom: 50px;
}
.label-box {
  position: absolute;
  right: 5px;
  top: 5px;
}
.label-box img {
  width: 90px;
}
.deadline-text {
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #f32323;
}
.services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.services-items--add {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .services-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;        
  }
}
.services-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  max-width: 300px;
  min-height: 580px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
}
.services-item--add {
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  max-width: 300px;
  min-height: 200px;
  padding-bottom: 30px;
}
.our-servises-item {
  padding-top: 28px;
}
.our-servises-item h4 {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .services-item {
    width: -webkit-calc(41.66666666666667% - 30px);
    width: calc(41.66666666666667% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .services-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .services-item {
    width: -webkit-calc(83.33333333333334% - 30px);
    width: calc(83.33333333333334% - 30px);
  }
}
.services-item__head {
  position: relative;
  padding: 35px 0 23px;
  background-color: #000;
  color: #fff;
  z-index: 3;
}
.services-item__head::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: inline-block;
  border: 10px solid #000;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
.services-item__head--gray-light-bg {
  background-color: #bbb;
}
.services-item__head--gray-light-bg::after {
  border-top-color: #bbb;
}
.services-item__head--gray-dark-bg {
  background-color: #7c7c7c;
}
.services-item__head--gray-dark-bg::after {
  border-top-color: #7c7c7c;
}
.services-item__head--black-light-bg {
  background-color: #424242;
}
.services-item__head--black-light-bg::after {
  border-top-color: #424242;
}
.services-item__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 16px;
}
.services-item__title--red-color {
  color: #f32323;
}
.services-item--add__title {
  margin-top: 26px;
  color: #252525;
}
.services-item__price {
  display: inline-block;
  color: #f32323;
  font-size: 24px;
  font-weight: 900;
  padding: 3px 10px;
  margin-bottom: 8px;
  background-color: #fff;
}
.services-item__old-price {
    margin: -7px 0 auto 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -.33px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.services-item__old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-10deg);
    transform: translate(-50%,-50%) rotate(-10deg);
    width: 110%;
    height: 2px;
    background-color: rgba(231,67,58,.75);
}
.site__old-price {
    position: relative;
}
.site__old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-10deg);
    transform: translate(-50%,-50%) rotate(-10deg);
    width: 110%;
    height: 2px;
    background-color: rgba(231,67,58,.75);
}
.site__new-price {
    color: red;
    font-weight: 800;
    font-size: 1.1em;
}
.sublist {
  margin: 0 auto;
  max-width: 480px;
}
.sublist-text {
  text-align: center;
}

.services-item__price--red-bg {
  color: #fff;
  background-color: #f32323;
}
.services-item--add__price {
  margin-bottom: 16px;
  background-color: transparent;
}
.services-item__prepay {
  font-size: 14px;
  font-weight: 300;
}
.services-item__body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 29px 32px;
  list-style-type: none;
  text-align: left;
}
.services-item__element {
  padding: 7px 0;
  line-height: 20px;
}
.services-item__element + .services-item__element {
  border-top: 1px solid #c9c9c9;
}
.services-item__element:last-child {
  color: #787878;
}
.services__items-post-text {
  font-size: 22px;
  line-height: 30px;
  color: #787878;
  margin-top: 32px;
  margin-bottom: 48px;
  text-align: left;
}
.select-service-data: {
  display: none; 
}
.select-service-data:nth-of-type(0) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*     	BRIEF      */
.brief {
  padding: 68px 0 110px;
  text-align: center;
  background: url("../img/brief_bg.jpg") fixed no-repeat center top / cover;
}
.brief > .container {
  position: relative;
}
.brief__text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 50px 80px;
  text-align: justify;
}
.brief__btn {
  font-size: 26px;
  padding: 0.5rem 1.3rem; /*  было 1.3rem 3.8rem  */
  width: 27%;
  border-radius: 50px;
  height: 60px;
  margin: 0 4.75% 30px;
  float: left;
}
/*.brief__btn--padding {
  padding: 1.3rem 2.5rem;
}*/
.brief__form {
  width: 90%;
  margin: 0 auto;
  height: 90px;
}
.brief__input {
  font-size: 17px;
}
.brief__input-left {

}
.brief__input-right {
  margin: 0 auto;
}
/*.brief__btn + .brief__btn {
  margin-left: 164px;
}*/
.brief__arrow {
  position: absolute;
  right: 82px;
  bottom: -136px;
  background: url("../img/brief-arrow.png") no-repeat center;
}
/*     	FOOTER      */
.footer {
  padding: 60px 0;
  background-color: #e6e6e6;
}
.footer > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.footer-contacts {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.footer__logo-link {
  display: inline-block;
  margin-bottom: 34px; /*было 37px*/
}
.footer-links {
  margin-bottom: 34px; /*было 68px*/
}
.footer-links__link {
  display: inline-block;
  height: 34px;
  width: 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer-links__link + .footer-links__link {
  margin-left: 11px;
}
.footer-links__link--vk {
  background: url("../img/ic-vk.png");
}
.footer-links__link--ok {
  background: url("../img/ic-ok.png");
}
.footer-links__link--facebook {
  background: url("../img/ic-facebook.png");
}
.footer-links__link--twitter {
  background: url("../img/ic-twitter.png");
}
.footer-links__link--instagram {
  background: url("../img/ic-instagram.png");
}
.footer-links__link:hover {
  opacity: .5;
}
.footer__logo {
  margin-bottom: 37px;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.footer-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 300px;  /*было 500px*/
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 32px 24px;
  border: 1px solid #ff0000;
}
.footer-contacts__title {
  position: absolute;
  top: -10px;
  padding: 0 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  background-color: #e6e6e6;
}
.footer-contacts__left,
.footer-contacts__right {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-contacts__left-text,
.footer-contacts__right-text {
  font-size: 14px;
  font-weight: 300;
}
.footer-contacts__left-text + .footer-contacts__left-text {
  margin-top: 16px;
}
.footer-contacts__right-text {
  padding: 10px 0;
}
.footer-contacts__right-text + .footer-contacts__right-text {
  /*margin-top: 20px;*/
}
.footer-contacts__right-text--phone {
  background: url("../img/footer_contacts_phone_sml.png") no-repeat left center;
  padding-left: 38px;
}
.footer-contacts__right-text--email {
  background: url("../img/footer_contacts_email_sml.png") no-repeat left center;
  padding-left: 38px;
}
.footer-contacts__right-text--skype {
  background: url("../img/footer_contacts_skype_sml.png") no-repeat left center;
  padding-left: 38px;
}
.footer-contacts__right-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.footer_politic {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 300;
}
/* CALLBACK FORM */
.callback-form {
  position: relative;
  display: block;
  padding: 73px 40px 60px;
  margin: 0 auto;
  max-width: 370px;
  background-color: #fff;
  text-align: center;
}
.callback-form__title {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 34px;
}
.callback-form__field-text {
  display: block;
  width: 100%;
  height: 35px;
  padding-left: 16px;
  border: 1px solid #8e8e8e;
  text-align: left;
}
.callback-form__field-text + .callback-form__field-text {
  margin-top: 28px;
}
.callback-form__field-text::-webkit-input-placeholder {
  color: #8e8e8e;
}
.callback-form__field-text:-moz-placeholder {
  color: #8e8e8e;
}
.callback-form__field-text::-moz-placeholder {
  color: #8e8e8e;
}
.callback-form__field-text:-ms-input-placeholder {
  color: #8e8e8e;
}
.callback-form__field-file {
  margin-top: 30px;
}
.callback-form__btn {
  font-size: 24px;
  padding: .9rem 1.9rem;
  margin-top: 40px;
}
.callback-form .mfp-close {
  font-size: 40px;
  font-weight: 300;
  top: 17px;
  right: 17px;
  border-radius: 50%;
  color: #fff;
  background-color: #f32323;
}
.form-text {
  text-align: left;
  margin: 18px 9px 7px;
  font-size: 14px;
}
.brief_form-text {
  text-align: center;
  color: #666;
}
.addservices-popup {
  position: relative;
  display: block;
  padding: 48px 40px 40px;
  margin: 0 auto;
  max-width: 480px;
  background-color: #fff;
  text-align: left;
}
.stages-popup {
  max-width: 640px;	
}
.addservices-popup_title {
  border-bottom: red solid thin;
}
.addservices-list {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  /*margin: 0 0 40px;*/
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.addservices-list_item {
  padding: 6px 0 16px 42px;
  background: url("../img/marker_sm.png") no-repeat left top;
}
.politic-popup {
  position: relative;
  display: block;
  padding: 48px 66px 40px;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
  text-align: left;
}
.politic-popup p, .politic-popup h4 {
  padding-bottom: 8px;
  line-height: 20px;
}
.politic-popup ul {
  margin-top: 0;
}

/*   ORDER   */
.order_bg {
  background-color: #e6e6e6;
}
.order {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 23px;
}
.order-gift {
  margin: 0 auto;
}

/* OPEN FORM  */
/* CALLBACK FORM */
.open-form {
  position: relative;
  display: block;
/*  padding: 73px 40px 87px;*/
  margin: 0 auto;
  max-width: 370px;
/*  background-color: #fff;*/
  text-align: center;
}
.open-form__title {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.open-form__field-text {
  display: block;
  width: 100%;
  height: 35px;
  padding-left: 16px;
  border: 1px solid #8e8e8e;
  text-align: left;
}
.open-form__field-text + .open-form__field-text {
  margin-top: 5px;
}
.open-form__field-text::-webkit-input-placeholder {
  color: #8e8e8e;
}
.open-form__field-text:-moz-placeholder {
  color: #8e8e8e;
}
.open-form__field-text::-moz-placeholder {
  color: #8e8e8e;
}
.open-form__field-text:-ms-input-placeholder {
  color: #8e8e8e;
}
.open-form__btn {
  font-size: 24px;
  padding: .9rem 1.9rem;
  margin-top: 5px;
}
.open-form .mfp-close {
  font-size: 40px;
  font-weight: 300;
  top: 17px;
  right: 17px;
  border-radius: 50%;
  color: #fff;
  background-color: #f32323;
}

/*  CPP Form   */
.cpp-container {
  background-color:#0ca2dc;
}
.cpp-container,.cpp-container a,.cpp-container a:hover,.cpp-container a:focus,.cpp-container a:active,.cpp-container .cpp-header,.cpp-container .cpp-text,.cpp-service a,.cpp-service a b,.cpp-service a:hover,.cpp-service a:active,.cpp-service a:focus,.cpp-service a:visited,.cpp-container p,.cpp-container h1,.cpp-container h2,.cpp-container h3,.cpp-container h4,.cpp-container h5,.cpp-container h6,.cpp-eula {
  color:#fff;
}
.cpp-container .cpp-submit,.cpp-container .cpp-submit:hover,.cpp-container .cpp-submit:focus,.cpp-container .cpp-submit:active {
  background-color:#fa674a;
  color:#fff;
}
.cpp-container p,.cpp-container h1,.cpp-container h2,.cpp-container h3,.cpp-container h4,.cpp-container h5,.cpp-container h6 {
  display:block;
  padding:0;
  font-family:Arial,Tahoma,serif;
  text-align:left;
  font-weight:bold;
  color:#fff;
}
.cpp-container p {
  margin:10px 0 0 0;
  font-size:18px;
  font-weight:normal;
}
.cpp-container h1 {
  font-size:27px;
  margin:18px 0 0 0;
}
.cpp-container h2 {
  font-size:21px;
  margin:14px 0 0 0;
}
.cpp-container h3 {
  font-size:18px;
  margin:12px 0 0 0;
}
.cpp-container h4,.cpp-container h5,.cpp-container h6 {
  font-size:15px;
  margin:10px 0 0 0;
}
.cpp-container img {
  display:block;
  width:100%;
  height:auto;
  margin:10px 0;
  padding:0;
}
.cpp-container ol {
  padding:0
}
.cpp-container ol>li {
  display:list-item;
  list-style-type:decimal;
  margin:0 0 0 20px;
}
.cpp-container {
  position:fixed;
  top:25%;
  left:50%;
  margin: 0px 0 0 -250px;
  width:450px;
  border-radius:0 0 0 25px;
  padding:2px 25px 16px 25px;
  font-family:Arial,Tahoma,serif;
  font-weight:normal;
  /*box-shadow:0 0 25px 5px #a5a9b4;*/
  z-index:2147483647;
  box-sizing:content-box;
  text-align:left;
  opacity:1;
  min-width:230px;
  letter-spacing:0;
  line-height:normal;
  text-transform:none;
}
.cpp-container a,.cpp-container a:hover,.cpp-container a:focus,.cpp-container a:active {
  text-decoration:none;
  font-family:Arial,Tahoma,serif;
  box-sizing:content-box;
  border:0;
}
.cpp-container .cpp-close,.cpp-container .cpp-close:hover,.cpp-container .cpp-close:active,.cpp-container .cpp-close:focus {
  display:block;
  font-size:21px;
  margin:2px -17px 0 0;
  text-decoration:none;
  box-sizing:content-box;
  border:0;
  text-align:right;
}
.cpp-container .cpp-header {
  display:block;
  font-family:Arial,Tahoma,serif;
  font-size:30px;
  line-height:36px;
  font-weight:bold;
  box-sizing:content-box;
  margin:10px 0 0 0;
  background:transparent;
  white-space:normal;
}
.cpp-container .cpp-text {
  display:block;
  font-family:Arial,Tahoma,serif;
  font-size:18px;
  line-height:24px;
  margin:10px 0 0 0;
  width:100%;
  box-sizing:content-box;
  background:transparent;
  white-space:normal;
}
.cpp-container input[type="email"].cpp-email {
  display:block;
  float:left;
  clear:left;
  width:245px;
  min-width:1px;
  max-width:100%;
  font-size:15px;
  height:38px;
  padding:10px;
  margin:0;
  border-radius:5px;
  background:#fff;
  box-sizing:border-box;
  color:#333;
  border:1px solid #a5a9b4;
  line-height:normal;
  font-family:Arial,Tahoma,serif;
}
.cpp-container input[type="email"].cpp-email::-webkit-input-placeholder,.cpp-container input[type="email"].cpp-email:-moz-placeholder,.cpp-container input[type="email"].cpp-email::-moz-placeholder {
  font-size:15px;
  font-weight:normal;
  color:#a5a9b4;
}
.cpp-container .cpp-submit,.cpp-container .cpp-submit:hover,.cpp-container .cpp-submit:focus,.cpp-container .cpp-submit:active {
  padding:10px;
  display:block;
  text-decoration:none;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  border-radius:5px;
  box-sizing:border-box;
  float:left;
  clear:right;
  width:200px;
  margin:0 0 0 5px;
  font-family:Arial,Tahoma,serif;
}
.cpp-eula {
  display:block;
  font-size:10.2px;
  margin-bottom:-14px;
  text-align:justify;
  padding-top:4px;
  padding-bottom:4px;
  opacity:.7;
  margin-top:6px;
  line-height:normal;
  font-weight:normal;
  font-family:Arial,Tahoma,serif;
  width:auto;
}
.cpp-eula>a {
  text-decoration:underline;
  font-size:10.2px;
}
@media only screen and (max-width:540px) {
  .cpp-container {
    top:15%;
    left:20px;
    right:20px;
    margin:0;
    width:auto;
  }
  .cpp-container input[type="email"].cpp-email {
    float:none;
    clear:none;
    width:100%;
  }
  .cpp-container .cpp-submit,.cpp-container .cpp-submit:hover,.cpp-container .cpp-submit:focus,.cpp-container .cpp-submit:active {
    float:none;
    clear:none;
    width:auto;
    margin:8px 0 0 0;
  }
}
@media only screen and (max-device-width:540px) {
  .cpp-container {
    top:20px;
  }
}
@media only screen and (max-width:319px) {
  .cpp-container {
    top:0;
    left:0;
    right:0;
    margin:0;
    width:auto;
    min-width:0;
    border-radius:0;
  }
}
.cpp-container table.table-structure {
  width:100%;
  border:0;
}
.cpp-container table.table-structure td {
  padding:0;
  border:0;
  margin:0;
}

