/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.custom__slider .slick-dots {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.custom__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.custom__slider .slick-dots li button:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  content: '';
  text-align: center;
  background-color: #999999;
  border-radius: 50%;
}

.custom__slider .slick-dots li.slick-active button:before {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: var(--bwt-pink);
}

.analysis__slider .slick-track {
  height: 100%;
}

.analysis__slider .slick-slide div {
  height: 100%;
}

.analysis__slider .slick-list {
  height: 235px;
}

.analysis__slider .slick-dots {
  bottom: 18px;
}

.analysis__slider .slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sales__slider .slider__prev {
  left: -40px;
}

.sales__slider .slider__next {
  right: -40px;
}

.sales__slider .slick-dots {
  margin-top: 32px;
}

@media screen and (max-width: 1199px) {
  .sales__slider .slick-dots {
    margin-top: 20px;
  }
  .analysis__slider .slick-list {
    height: 211px;
  }
}

@media screen and (max-width: 767px) {
  .sales__slider .slick-dots {
    margin-top: 15px;
  }
  .analysis__slider {
    margin-bottom: 20px;
  }
  .analysis__slider .slick-list {
    height: 178px;
  }
}

.page-header {
  padding: 40px 0 25px;
}

.page-header h2, .page-header .h2 {
  font-family: "CeraPro-Medium", sans-serif;
}

.display-page {
  position: relative;
  padding-bottom: -webkit-calc(100vh - 400px);
  padding-bottom: calc(100vh - 400px);
  font-family: "CeraPro-Medium", sans-serif;
}

.display-page .img-absolute {
  -o-object-position: center;
     object-position: center;
}

.display-page .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), color-stop(59.51%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 59.51%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 59.51%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.display-page__info {
  height: 100%;
}

.display-page__text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 28px 29px;
  background: rgba(64, 62, 60, 0.35);
  border-radius: 3px;
  margin-bottom: 30px;
}

.display-page__title_bold {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.display-page__title_bold p, .display-page__title_bold span, .display-page__title_bold h1, .display-page__title_bold h2 {
  font-family: "CeraPro-Black", sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.display-page__descr {
  font-size: 18px;
  max-width: 490px;
  margin-bottom: 0;
}

.tabs {
  padding: 0;
  border-bottom: none;
  margin-top: 70px;
  margin-bottom: 60px;
}

.tabs .tabs__item {
  margin-bottom: 0;
}

.section__title {
  margin-bottom: 40px;
}

.section__analysis {
  margin-bottom: 40px;
}

.section__analysis .analysis__title {
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 16px;
}

.section__sales {
  margin-bottom: 60px;
}

.section__sales .two-cols__info {
  padding: 42px 52px;
}

.section__sales .two-cols__info .big-percent {
  font-family: "CeraPro-Light", sans-serif;
  font-size: 120px;
  line-height: 151px;
  color: var(--bwt-dark-blue);
  margin-right: 26px;
}

.section__sales .two-cols__info .big-slogan {
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #005D8F;
}

.section__problems .problem__item {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.section__problems .problem__item .problem__image {
  width: 100%;
  height: 203px;
}

.section__problems .problem__item .problem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__problems .problem__item .problem__inner {
  padding: 37px 20px 29px;
}

.section__problems .problem__item .problem__title {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__problems .problem__item .problem__title p {
  width: 62%;
  text-align: center;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 23px;
  line-height: 130%;
}

.section__problems .problem__item ul.problem__text {
  list-style: disc;
  padding-left: 20px;
}

.section__problems .problem__item ul.problem__text li:not(:last-child) {
  margin-bottom: 10px;
}

.section__work {
  margin-bottom: 25px;
}

.section__work .row {
  margin-right: -10px;
  margin-left: -10px;
}

.section__work .work__item {
  padding: 41px 20px 41px 15px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
}

.section__work .work__icon {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1;
}

.section__work .work__text {
  z-index: 1;
}

.section__work .work__step {
  position: absolute;
  right: 0;
  top: -28px;
  z-index: 0;
}

.section__work .work__step span {
  font-family: "CeraPro-Black", sans-serif;
  color: #F7F8F8;
  font-size: 250px;
  line-height: 314px;
}

.section__advantages {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.section__advantages .info__item {
  text-align: left;
  padding: 31px 20px;
  margin-bottom: 20px;
  max-height: 245px;
  overflow: hidden;
}

.section__advantages .info__item .info__item_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 86px;
  height: 86px;
  margin-right: 20px;
  margin-bottom: 0;
}

.section__advantages .info__item .info__item_title {
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 21px;
  line-height: 150%;
  max-height: 86px;
  overflow: hidden;
}

.section__advantages .info__item .info__item_descr {
  margin-top: 20px;
}

.section__advantages .advantages__btn {
  font-family: "CeraPro-Medium", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--bwt-dark-blue) !important;
  font-size: 14px;
  line-height: 18px;
}

.section__advantages .advantages__btn:hover {
  color: var(--bwt-pink) !important;
}

.section__advantages .pink__item {
  margin-bottom: 20px;
}

.section__advantages .pink-card {
  background: #F5B5C9;
  padding: 35px 42px;
}

.section__advantages .pink-card .text {
  margin-bottom: 15px;
}

.section__advantages .pink-card p {
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
}

.section.projects .projects__wrapper {
  overflow: hidden;
}

.section.projects .project__image {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.projects .project__image img {
  width: 100%;
  height: 100%;
  max-height: 434px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section.projects .project__description {
  padding: 30px 36px;
  overflow: hidden;
}

.section.projects .project__description .title {
  font-family: "CeraPro-Medium", sans-serif;
}

.section.projects .project__description p {
  margin-bottom: 7px;
}

.section.projects .project__description .project__title {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 150%;
}

.section.projects .project__description .info-column {
  width: 50%;
}

.section.projects .project__description .info-column:first-child {
  padding-right: 12px;
}

.section.projects .project__description .info-column ul {
  padding-left: 20px;
  list-style: disc;
}

.section.projects .project__description .info-column ul li:not(:last-child) {
  margin-bottom: 3px;
}

.section.projects .project__description .info-block.mb {
  margin-bottom: 20px;
}

.section.projects .project__description .info-block .title {
  margin-bottom: 7px;
}

.section.projects .projects__slider-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 42px;
}

.section.projects .projects__slider-nav .slider-nav__image {
  cursor: pointer;
  height: 132px;
}

.section.projects .projects__slider-nav .slider-nav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section.projects .projects__slider-nav .slick-dots {
  bottom: 0;
}

.section.projects .projects__slider-nav .slick-list {
  margin: 0 -10px;
  padding: 0 !important;
}

.section.projects .projects__slider-nav .slick-slide {
  margin: 0 20px;
}

.section.projects .projects__slider-nav .slider__next, .section.projects .projects__slider-nav .slider__prev {
  width: 40px;
  height: 66px;
  top: 68px;
}

.section.projects .projects__slider-nav .slider__next {
  right: -32px;
}

.section.clients .row {
  margin-right: -27px;
  margin-left: -27px;
}

.section.clients .client__logo {
  margin: 0 27px 39px;
}

.section.clients .client__logo:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.section.clients .client__logo:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.section.clients .client__logo:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.section.clients .client__logo:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.section.clients .client__logo:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.section.clients .client__logo:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.section.clients .client__logo:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.section.clients .client__logo:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.section.clients .client__logo:nth-child(9) {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.section.clients .client__logo:nth-child(10) {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.section.clients .client__logo:nth-child(11) {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.section.clients .client__logo:nth-child(12) {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.section.clients .client__logo:nth-child(13) {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.section.clients .client__logo:nth-child(14) {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}

.section.clients .client__logo:nth-child(15) {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15;
}

.section.clients .client__logo:nth-child(16) {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16;
}

.section.clients .client__logo:nth-child(17) {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17;
}

.section.clients .client__logo:nth-child(18) {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18;
}

.section.clients .client__logo:nth-child(19) {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19;
}

.section.clients .client__logo:nth-child(20) {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}

.section.callback .two-cols__text {
  padding-left: 105px;
}

.section.callback .two-cols__text h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.section.callback .two-cols__info {
  padding: 50px 0;
}

.section.callback .two-cols__info .two-cols__form_item {
  margin-bottom: 16px;
}

.section.callback .two-cols__info .two-cols__form_item .input__field {
  border-bottom: 1px solid #999999;
  padding: 5.5px 0;
}

.section.callback .two-cols__info .form__bottom {
  margin-top: 35px;
}

@media screen and (max-width: 1440px) {
  .display-page {
    position: relative;
    padding-bottom: 400px;
  }
  .display-page__text-wrapper {
    padding: 16px 18px;
    margin-bottom: 12px;
  }
  .display-page__title h1 {
    font-size: 48px;
  }
  .display-page__descr {
    max-width: 324px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .section {
    margin-bottom: 40px;
  }
  .info {
    padding-bottom: 0;
  }
  .display-page {
    position: relative;
    padding-bottom: 280px;
  }
  .display-page__title {
    margin-bottom: 5px;
  }
  .display-page__title h1 {
    font-size: 32px;
  }
  .display-page__title_bold p, .display-page__title_bold span, .display-page__title_bold h1, .display-page__title_bold h2 {
    font-size: 30px;
  }
  .display-big {
    padding-bottom: 500px;
  }
  .tabs {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .tabs .tabs__btn {
    cursor: pointer;
    padding: 5px 15px;
    border-right: 0.5px solid #BDBDBD;
    margin-right: 20px;
  }
  .tabs .tabs__get-price {
    margin: 0;
  }
  .tabs .tabs__wrapper {
    margin-top: 16px;
  }
  .section__title {
    margin-bottom: 30px;
  }
  .section__title h3, .section__title .h3 {
    font-family: "CeraPro-Medium", sans-serif;
  }
  .section__analysis {
    margin-bottom: 30px;
  }
  .section__analysis .analysis__title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 7px;
  }
  .section__sales {
    margin-bottom: 40px;
  }
  .section__sales .two-cols__info {
    padding: 36px 18px 36px 20px;
  }
  .section__sales .two-cols__info .big-percent {
    font-size: 70px;
    line-height: 88px;
    margin-right: 12px;
  }
  .section__sales .two-cols__info .big-slogan {
    font-size: 24px;
    line-height: 32px;
  }
  .section__problems .problem__item .problem__inner {
    padding: 32px 16px 20px;
  }
  .section__problems .problem__item .problem__title {
    margin-bottom: 10px;
    height: 54px;
  }
  .section__problems .problem__item .problem__title p {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
  }
  .section__problems .problem__item ul.problem__text {
    padding-left: 18px;
  }
  .section__problems .problem__item ul.problem__text li {
    font-size: 14px;
    line-height: 21px;
  }
  .section__problems .problem__item ul.problem__text li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section__advantages {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .section__advantages .info__item {
    text-align: left;
    padding: 25px 15px 28px;
    margin-bottom: 10px;
    max-height: 233px;
    overflow: hidden;
  }
  .section__advantages .info__item .info__item_img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .section__advantages .info__item .info__item_title {
    font-family: "CeraPro-Medium", sans-serif;
    font-size: 18px;
    max-height: 81px;
    overflow: hidden;
  }
  .section__advantages .info__item .info__item_descr {
    margin-top: 15px;
  }
  .section__advantages .pink__item {
    margin-bottom: 10px;
  }
  .section__advantages .pink-card {
    padding: 38px 20px;
  }
  .section__advantages .pink-card p {
    font-family: "CeraPro-Bold", sans-serif;
    font-size: 22px;
    line-height: 28px;
  }
  .section__work {
    margin-bottom: 20px;
  }
  .section__work .row {
    margin-right: 0;
    margin-left: 0;
  }
  .section__work .work__item {
    padding: 35px 12px 35px 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .section__work .work__icon {
    width: 80px;
    height: 80px;
    margin-right: 4px;
  }
  .section__work .work__text p {
    font-size: 14px;
    line-height: 21px;
  }
  .section__work .work__step {
    right: 4px;
    top: -14px;
  }
  .section__work .work__step span {
    font-size: 200px;
    line-height: 251px;
  }
  .section.projects .projects__wrapper {
    max-height: 483px;
  }
  .section.projects .project__image {
    padding: 0;
    height: inherit;
  }
  .section.projects .project__description {
    padding: 25px 38px;
    font-size: 14px;
    line-height: 21px;
  }
  .section.projects .project__description p {
    margin-bottom: 10px;
  }
  .section.projects .project__description .project__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
  }
  .section.projects .project__description .info-column {
    width: 100%;
  }
  .section.projects .project__description .info-column:first-child {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .section.projects .project__description .info-block:not(:first-child) {
    margin-top: 20px;
  }
  .section.projects .project__description .info-block.mb {
    margin-bottom: 0;
  }
  .section.projects .project__description .info-block .title {
    margin-bottom: 10px;
  }
  .section.projects .project__description .info-block ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  .section.projects .projects__slider-nav {
    margin-top: 30px;
    padding-bottom: 32px;
  }
  .section.projects .projects__slider-nav .slick-list {
    margin: 0;
    padding: 0 !important;
  }
  .section.projects .projects__slider-nav .slick-slide {
    margin: 0 10px;
  }
  .section.clients {
    padding-bottom: 0;
  }
  .section.clients .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .section.clients .client__logo {
    margin: 0 12px 28px;
  }
  .section.clients .client__logo:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section.clients .client__logo:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .section.clients .client__logo:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .section.clients .client__logo:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .section.clients .client__logo:nth-child(5) {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16;
  }
  .section.clients .client__logo:nth-child(6) {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .section.clients .client__logo:nth-child(7) {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .section.clients .client__logo:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .section.clients .client__logo:nth-child(9) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .section.clients .client__logo:nth-child(10) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .section.clients .client__logo:nth-child(11) {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .section.clients .client__logo:nth-child(12) {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .section.clients .client__logo:nth-child(13) {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .section.clients .client__logo:nth-child(14) {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .section.clients .client__logo:nth-child(15) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .section.clients .client__logo:nth-child(16) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .section.clients .client__logo:nth-child(17) {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .section.clients .client__logo:nth-child(18) {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .section.clients .client__logo:nth-child(19) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .section.clients .client__logo:nth-child(20) {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .section.callback .two-cols__text {
    padding-left: 75px;
  }
  .section.callback .two-cols__text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .section.callback .two-cols__text p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.callback .two-cols__info {
    padding: 40px 0;
  }
  .section.callback .two-cols__info .two-cols__form {
    padding: 0 75px 0 0;
  }
  .section.callback .two-cols__info .two-cols__form_item {
    margin-bottom: 20px;
  }
  .section.callback .two-cols__info .two-cols__form_item .input__field {
    border-bottom: 1px solid #999999;
    padding: 0 0 9px;
  }
  .section.callback .two-cols__info .form__bottom {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-page__text-wrapper {
    position: relative;
    left: -30px;
  }
  .display-page__btn {
    position: relative;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 15px;
  }
  .display-page {
    padding-bottom: 468px;
  }
  .display-page .img-absolute {
    -o-object-position: center;
       object-position: center;
  }
  .display-page__info {
    height: auto;
    top: unset;
    bottom: 38px;
    padding: 0;
  }
  .display-page__title {
    text-align: left;
    margin-bottom: 15px;
  }
  .display-page__title h1 {
    font-size: 24px;
  }
  .display-page__text-wrapper {
    padding: 14px 18px;
    background: rgba(64, 62, 60, 0.45);
    margin-bottom: 12px;
  }
  .display-page__title_bold p, .display-page__title_bold span, .display-page__title_bold h1, .display-page__title_bold h2 {
    font-size: 24px;
  }
  .display-page__descr {
    text-align: left;
  }
  .display-page .img-absolute {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
  .tabs {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .footer {
    margin-top: 15px;
  }
  .section__analysis {
    margin-bottom: 20px;
  }
  .section__analysis .analysis__title {
    margin-bottom: 10px;
  }
  .section__analysis .text__item.content p:last-child {
    margin-bottom: 0;
  }
  .section__sales {
    margin-bottom: 15px;
  }
  .section__sales .two-cols__info {
    padding: 20px 32px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .section__sales .two-cols__info .big-percent {
    font-size: 100px;
    line-height: 100px;
    margin-right: 0;
  }
  .section__problems .problem__wrapper > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .section__problems .problem__item .problem__inner {
    padding: 27px 10px 16px;
  }
  .section__problems .problem__item .problem__title {
    margin-bottom: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .section__problems .problem__item .problem__title p {
    width: 72%;
  }
  .quality__article {
    padding-bottom: 0;
  }
  .section__quality {
    padding: 0 0 55px;
  }
  .section__quality .quality__item {
    margin-bottom: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .section__quality .quality__item .quality__image {
    height: 162px;
  }
  .section__quality .quality__item .quality__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section__quality .quality__item .quality__inner {
    padding: 13px 15px 19px;
  }
  .section__quality .quality__item .quality__title {
    font-family: "CeraPro-Medium", sans-serif;
    margin-bottom: 8px;
  }
  .section__quality .quality__item .quality__title p {
    font-size: 18px;
    line-height: 150%;
  }
  .section__quality .quality__item .quality__text {
    font-size: 14px;
    line-height: 21px;
  }
  .section__quality .slick-dots {
    margin-top: 15px;
  }
  .section__advantages {
    padding-bottom: 0;
  }
  .section__advantages .info__item {
    text-align: left;
    padding: 17px 15px 20px;
    margin-bottom: 10px;
    max-height: 193px;
    overflow: hidden;
  }
  .section__advantages .info__item:last-child {
    margin-bottom: 0;
  }
  .section__advantages .info__item .info__item_descr {
    margin-top: 12px;
  }
  .section__advantages .pink-card {
    padding: 25px 30px 28px 20px;
    margin-top:20px;
  }
  .section__advantages .pink__item {
    margin-bottom: 0;
  }
  .section__work {
    margin-bottom: 20px;
  }
  .section__work .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .section__work .work__item {
    padding: 26px 16px 27px 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .section__work .work__icon {
    width: 60px;
    height: 60px;
    margin-right: 4px;
  }
  .section__work .work__text p {
    font-size: 14px;
    line-height: 21px;
  }
  .section__work .work__step {
    right: 20px;
    top: -8px;
  }
  .section__work .work__step span {
    font-size: 150px;
    line-height: 189px;
  }
  .section.projects {
    margin-bottom: 15px;
  }
  .section.projects .projects__wrapper {
    max-height: unset;
  }
  .section.projects .project__image {
    padding: 0;
    height: 202px;
  }
  .section.projects .project__description {
    min-height: 483px;
    max-height: 483px;
    padding: 25px 19px;
  }
  .section.projects .project__description .project__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
  }
  .section.projects .project__description .info-column {
    width: 100%;
  }
  .section.projects .project__description .info-block.mb {
    margin-bottom: 20px;
  }
  .section.projects .projects__slider .slick-dots {
    margin-top: 15px;
  }
  .section.clients {
    padding-bottom: 5px;
  }
  .section.clients .clients__hidden {
    display: none;
  }
  .section.clients .row, .section.clients .clients__hidden .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section.clients .clients__hidden {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.clients .clients__btn .title {
    font-size: 14px;
    line-height: 21px;
  }
  .section.clients .clients__btn img {
    width: 12px;
    margin-left: 4px;
    margin-top: 2px;
  }
  .section.clients .client__logo {
    margin: 0 4px 15px;
  }
  .section.clients .client__logo:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section.clients .client__logo:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .section.clients .client__logo:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .section.clients .client__logo:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .section.clients .client__logo:nth-child(5) {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21;
  }
  .section.clients .client__logo:nth-child(6) {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22;
  }
  .section.clients .client__logo:nth-child(7) {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23;
  }
  .section.clients .client__logo:nth-child(8) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .section.clients .client__logo:nth-child(9) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .section.clients .client__logo:nth-child(10) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .section.clients .client__logo:nth-child(11) {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .section.clients .client__logo:nth-child(12) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .section.clients .client__logo:nth-child(13) {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .section.clients .client__logo:nth-child(14) {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14;
  }
  .section.clients .client__logo:nth-child(15) {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15;
  }
  .section.clients .client__logo:nth-child(16) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .section.clients .client__logo:nth-child(17) {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17;
  }
  .section.clients .client__logo:nth-child(18) {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18;
  }
  .section.clients .client__logo:nth-child(19) {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19;
  }
  .section.clients .client__logo:nth-child(20) {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
  .section.callback .two-cols__text {
    padding-left: 17px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .section.callback .two-cols__text h3 {
    margin-bottom: 10px;
  }
  .section.callback .two-cols__text p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.callback .two-cols__info {
    padding: 0 17px 30px;
  }
  .section.callback .two-cols__info .two-cols__form {
    padding: 0 75px 0 0;
  }
  .section.callback .two-cols__info .two-cols__form_item {
    margin-bottom: 20px;
  }
  .section.callback .two-cols__info .two-cols__form_item .input__field {
    border-bottom: 1px solid #999999;
    padding: 0 0 9px;
  }
  .section.callback .two-cols__info .form__bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 390px) {
  .display-page__text-wrapper {
    padding: 8px 12px;
  }
  .display-page__title_bold {
    margin-bottom: 6px;
  }
  .display-page__title_bold p, .display-page__title_bold span, .display-page__title_bold h1, .display-page__title_bold h2 {
    font-size: 22px;
  }
  .display-page__descr {
    line-height: 20px;
  }
}


/* ������������� �� ������ ��� ����� */
/*.img-absolute {
    position: absolute;
    width: 100%!important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.display-page .display-page__info {bottom: 0;}
.article__content.content p {text-align:center;}
@media (max-width: 1199px){
	.section.projects .project__image img {
	    width: 100%;
	    height: 100%;
	    max-height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover;
	}
	.section.projects .projects__wrapper {
	    max-height: 663px;
	}
}
@media (max-width: 767.98px){
	.container {
	    padding-bottom: 40px;
	}
}*/