/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

ied CSS Source map Restructure Beautify .header__col-show {
  color: inherit;
}

.Modal_cont {
  margin: auto;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .appform__subtutle {
    max-width: 90%;
  }
}

.faq .faq_name:after,
.faq.in .faq_name:after {
  background-image: url(/wp-content/themes/fast-go/img/strel.png);
  content: "11";
  width: 20px;
  height: 20px;
  color: transparent;
  background-repeat: no-repeat;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

.faq.in .faq_name:after {
  background-image: url(/wp-content/uploads/2020/07/arr-site-002.png);
}

.advantages__wrapper .title__ico-bl::after,
.advantages__wrapper .title__ico-bl::before,
.faq .faq_name img {
  display: none;
}

#social {
  margin-top: 22px;
}

@media (max-width: 576px) {
  body.page-id-20 header.header.full-background-color.header_fixed {
    position: fixed;
  }

  .about,
  .director {
    margin-bottom: 40px;
  }
  body .appform {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .faq .faq_name:after {
    margin-top: 2px;
  }
}

.advantages__title::before {
  content: "";
  top: -100%;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #e6e6e6;
}

.advantages__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__card:first-child {
  border-bottom: 1px solid #e6e6e6;
}

.advantages__cards {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
}

.advantages_circle::after,
.advantages_circle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantages_circle::before {
  left: 0;
  background-image: url("../../uploads/advantages_left.png");
  animation: shakeY 5s ease-in-out infinite;
  -webkit-animation: shakeY 5s ease-in-out infinite;
  width: 101px;
  height: 204px;
}

.advantages_circle::after {
  right: 0;
  background-image: url("../../uploads/advantages_right.png");
  animation: shakeY 4s ease-in-out 1s infinite;
  -webkit-animation: shakeY 4s ease-in-out 1s infinite;
  width: 122px;
  height: 204px;
}

.advantages__card-item {
  position: relative;
  z-index: 3;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}

.advantages__card-item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

.advantages__card-imgBl {
  margin: 50px 0 25px;
  animation: fadeInLeft 1s ease-in-out;
  -webkit-animation: fadeInLeft 1s ease-in-out;
}

.advantages__card-title {
  max-width: 70%;
  text-align: center;
  margin-bottom: 60px;
}

.advantages__text-wrapper {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__text-content {
  text-align: center;
  font-family: Lato-H;
}

.card__left,
.card__right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.card__right {
  right: -100px;
  width: 200px;
}

.card__left {
  left: -100px;
}

.appform {
  position: relative;
  /* padding-bottom: 250px */
}

.appform::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/appform-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  background-blend-mode: multiply;
}

.appform__wrapper {
  color: #fff;
  margin: 125px 0 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#SERTIFICAT {
  margin-top: -65px;
  height: auto;
  padding-bottom: 60px;
  background: url(img/bg-yeel.png);
  display: none;
}

.cont {
  width: 1110px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.appform__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  animation: zoomInUp 1s ease-in-out;
  -webkit-animation: zoomInUp 1s ease-in-out;
}

.appform__title {
  line-height: 1.3;
  font-size: 48px;
  margin-bottom: 50px;
}

.appform .appform__title {
  margin-bottom: 0;
  margin-top: -5px;
}

.appform__subtutle {
  line-height: 1.3;
  max-width: 92%;
  font-size: 30px;
  margin-top: 30px;
}

.appform__form-wrapper {
  border-radius: 10px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.appform__form-text {
  font-family: Lato-H;
  line-height: 1.2;
  margin: 25px 0;
  max-width: 70%;
  font-size: 40px;
  text-align: center;
  color: #000;
}

.appform__form {
  width: 70%;
}

.appform__form-inp {
  font-family: "Myriad Pro Regular";
  padding: 20px 20px 20px 25px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  background-color: #ebebeb;
}

.appform__form-inp::-webkit-input-placeholder {
  font-family: "Myriad Pro Regular";
  color: #057293;
  font-size: 16px;
}

.appform__form-inp::-moz-placeholder {
  font-family: "Myriad Pro Regular";
  color: #057293;
  font-size: 16px;
}

.appform__form-inp:-ms-input-placeholder {
  font-family: "Myriad Pro Regular";
  color: #057293;
  font-size: 16px;
}

.appform__form-inp::-ms-input-placeholder {
  font-family: "Myriad Pro Regular";
  color: #057293;
  font-size: 16px;
}

.appform__form-inp::placeholder {
  font-family: "Myriad Pro Regular";
  color: #057293;
  font-size: 16px;
}

.appform__form-btn {
  width: 100%;
}

.btn-text {
  position: relative;
  z-index: 2;
}

.numbers {
  	position: relative;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    background-color: #00b5ff;
}

.about-company-page {
  margin-top: 0;
}

.about-company-page::before {
  -webkit-transform: skewY(0);
  -ms-transform: skewY(0);
  transform: skewY(0);
}

.numbers__wrapper {
  padding-top: 40px;
  padding-bottom: 70px;
}

.team-slider span {
  display: block;
  text-align: center;
}

.numbers__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;
  animation: fadeInLeft 1s ease-in-out;
  -webkit-animation: fadeInLeft 1s ease-in-out;
}

.numbers__top-text {
  font-family: Lato-H;
  position: relative;
  color: #057293;
}

.numbers__top-text::after,
.numbers__top-text::before {
  content: "";
  top: 50%;
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #057293;
}

.numbers__top-text::after {
  right: -60px;
}

.numbers__top-text::before {
  left: -60px;
}

.numbers__top-title {
  font-family: Lato-Bk;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 48px;
}

.numbers__item,
.numbers__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.numbers__number {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.numbers__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  -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;
}

.numbers__item-number,
.numbers__item-number::after {
  font-family: Lato-Bk;
  font-size: 48px;
  color: #057293;
}

.numbers__item-number::after {
  content: " +";
}

.numbers__item-text {
  text-align: center;
  font-family: Lato-H;
  color: #fff;
  font-size: 24px;
}

.director {
  position: relative;
  background: #dedede;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(51%, #dedede),
    color-stop(52%, rgba(222, 222, 222, 0)),
    color-stop(200%, rgba(27, 62, 77, 0))
  );
  background: -o-linear-gradient(
    bottom,
    #dedede 51%,
    rgba(222, 222, 222, 0) 52%,
    rgba(27, 62, 77, 0) 200%
  );
  background: linear-gradient(
    0deg,
    #dedede 51%,
    rgba(222, 222, 222, 0) 52%,
    rgba(27, 62, 77, 0) 200%
  );
}

.btn::before,
.director::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.director::before {
  background-size: cover;
  background-image: url(https://msk.winclean.ru/wp-content/themes/fast-go/img/phon.jpg);
  background-color: #fff;
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  margin-bottom: -80px;
}

.director__wrapper {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.director__imgBl {
  animation: pulse 2s ease-in-out infinite;
  -webkit-animation: pulse 2s ease-in-out infinite;
  margin-top: 50px;
}

.director__heading {
  padding-bottom: 10px;
  line-height: 1.2;
  width: 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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 50px;
  margin-bottom: 60px;
}

.director__heading-text {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
}

.director__heading-title {
  margin-top: 20px;
  font-size: 48px;
  color: #e21f1d;
}

.column-2 {
  padding-left: 50px;
}

.director__content {
  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;
}

.director__subtitle {
  max-width: 90%;
  font-size: 22px;
  line-height: 1.5;
  font-family: Lato-Sbi;
  font-style: italic;
  position: relative;
  padding: 10px 0 0 30px;
  margin-bottom: 35px;
}

.director__subtitle span {
  position: absolute;
  margin-left: -30px;
  font-family: PTSerif-I;
  font-size: 100px;
  color: #057293;
}

.director__subtitle .quotes-1 {
  top: -20px;
  left: 0;
}

.director__subtitle .quotes-2 {
  right: 0;
  bottom: -90px;
}

.director__name {
  text-align: center;
  font-size: 22px;
  font-family: Lato-H;
  margin-left: 30px;
}

.director__btn {
  margin-top: 30px;
  width: 70%;
}

.btn-text {
  font-size: 24px;
  color: #00293d;
}

.btn {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
  text-transform: lowercase;
  background-color: #f3d10f;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 15px 40px -10px rgba(4, 104, 128, 0.7);
  box-shadow: 0 15px 40px -10px rgba(4, 104, 128, 0.7);
}

.btn::before {
  z-index: 1;
  background: -o-linear-gradient(bottom, #f3d111 24%, #fff 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(24%, #f3d111),
    to(#fff)
  );
  background: linear-gradient(360deg, #f3d111 24%, #fff 100%);
}

.team-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 50px auto 80px;
}

.about__title {
  font-family: Lato-Bk;
  margin: 40px 0 30px;
  color: #e21f1d;
  text-transform: uppercase;
  font-size: 48px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  animation: fadeInRight 1s ease-in-out;
  -webkit-animation: fadeInRight 1s ease-in-out;
}

.about__column-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  animation: zoomInUp 1s ease-in-out;
  -webkit-animation: zoomInUp 1s ease-in-out;
  margin-top: 40px;
}

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

.about__left-title {
  font-family: Lato-Bk;
  color: #057293;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 25px;
}

.about__left-title span {
  color: #e21f1d;
}

.about__left-subtitle {
  font-family: Lato-M;
  max-width: 90%;
  margin-bottom: 55px;
  font-size: 20px;
}

.about__btn {
  display: block;
  width: 70%;
  text-align: center;
  margin-bottom: 60px;
}

.right-title {
  display: none;
}

.btn-text {
  font-family: Lato-Sb;
  text-transform: lowercase;
}

.about__column-right,
.directorWord__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__column-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  animation: zoomInUp 1s ease-in-out;
  -webkit-animation: zoomInUp 1s ease-in-out;
}

.directorWord__wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.directorWord__column-left,
.directorWord__left-icoBl picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.directorWord__column-left {
  background-color: #d0d6e6;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.directorWord__left-icoBl {
  width: 100%;
  height: 100%;
}

.directorWord__left-icoBl picture {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.directorWord__left-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.directorWord__column-right {
  padding: 45px 0 0 95px;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.directorWord__right-director {
  font-size: 18px;
  font-family: Lato-H;
  color: #fff;
}

.directorWord__right-director,
.directorWord__right-name,
.directorWord__right-subtitle {
  animation: fadeInRight 1s ease-in-out;
  -webkit-animation: fadeInRight 1s ease-in-out;
}

.directorWord__right-name {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 48px;
  font-family: Lato-Bk;
  color: #05b7db;
}

.directorWord__right-subtitle {
  font-family: Lato-Sbi;
  border-left: 4px solid #05b7db;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 22px;
  max-width: 60%;
}

.directorWord__right-subtitle:first-of-type {
  padding-bottom: 40px;
}

.directorWord__right-subtitle:last-of-type {
  margin-bottom: 40px;
}

.directorWord__btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  text-align: center;
  width: 400px;
  display: block;
  animation: fadeInRight 1s ease-in-out;
  -webkit-animation: fadeInRight 1s ease-in-out;
}

.directorWord__btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scheme__wrapper .title__text {
  font-family: Lato-H;
  padding-top: 60px;
  text-align: center;
}

.scheme__card,
.scheme__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scheme__cards-wrapper {
  margin: 30px 0 0;
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheme__card {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}

.scheme__card:nth-child(2) .scheme__card-icoBl picture::after {
  content: "2";
}

.scheme__card:nth-child(3) .scheme__card-icoBl picture::after {
  content: "3";
}

.scheme__card:nth-child(4) .scheme__card-icoBl picture::after {
  content: "4";
}

.scheme__card:nth-child(5) .scheme__card-icoBl picture::after {
  content: "5";
}

.scheme__card-content,
.scheme__card-icoBl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scheme__card-icoBl {
  position: relative;
  padding-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 90px;
  flex: 1 0 90px;
}

.scheme__card-icoBl picture {
  position: relative;
}

.scheme__card-icoBl picture::after {
  content: "1";
  z-index: 2;
  font-size: 15px;
  color: #05b7db;
  position: absolute;
  bottom: 23px;
  right: 15px;
}

.scheme__card-content {
  padding-right: 20px;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: 90%center;
  -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;
}

.scheme__card-title {
  color: #00293d;
  font-size: 20px;
  font-family: lato-H;
}

.scheme__card-subtitle {
  margin-top: 10px;
  max-width: 90%;
  font-size: 16px;
  font-family: Lato-M;
}


.footer {
    background-color: #00b5ff;
}
.footer__top-text {
  margin-top: 70px;
  color: #f2cf03;
}

.footer__top-text::after,
.footer__top-text::before {
  background-color: #f2cf03;
  width: 30px;
}

.footer__top-text::before {
  left: -40px;
}

.footer__top-text::after {
  right: -40px;
}

/* .footer__top-subtitle {
    margin-top: 30px;
    font-family: Lato-M;
    color: #eaeaea;
  } */

.footer__form p {
    margin: 35px 0 0;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__form .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
}

.footer__input {
  padding: 0 20px;
  font-size: 16px;
  font-family: Lato-M;
  min-height: 100%;
  width: 100%;
}

.footer__input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Lato-M;
  color: #057293;
}

.footer__input::-moz-placeholder {
  font-size: 14px;
  font-family: Lato-M;
  color: #057293;
}

.footer__input:-ms-input-placeholder {
  font-size: 14px;
  font-family: Lato-M;
  color: #057293;
}

.footer__input::-ms-input-placeholder {
  font-size: 14px;
  font-family: Lato-M;
  color: #057293;
}

.footer__input::placeholder {
  font-size: 14px;
  font-family: Lato-M;
  color: #057293;
}

.footer__btn {
  padding: 10px 20px;
  -webkit-box-flex: 0;
}

.modal .prod_variations {
  margin: 50px 0 20px;
}

.modal .prod_js .prod_price {
  font-size: 24px;
  font-weight: 600;
}

.footer__form .footer__btn {
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0;
  flex: 0 0 31%;
}

.wishlist_table .product-add-to-cart a {
  margin: 0 0 0 auto !important;
}

.wishlist_table tr td.product-thumbnail {
  width: 120px;
}

.footer__btn .btn-text {
  font-size: 18px;
  text-transform: none;
}

#Slider_2 .slick-slide {
  padding: 0 5px;
}

#Partn_box .slick-slide img,
#sert_3_box .slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 215px;
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover;
}

.br-mobile-only {
  display: none;
}

@media screen and (max-width: 1392px) {
  .directorWord__column-left,
  .directorWord__left-icoBl {
    background-image: url(img/directorWord-bg.jpg);
  }
}

@media screen and (max-width: 1290px) {
  .main_img-bl {
    bottom: -120px;
    width: 250px;
  }

  .Partn_el {
    margin: 0 5px;
  }

  #Partn .slick-next {
    width: 30px;
    height: 30px;
    right: -50px;
  }

  #Partn .slick-prev {
    width: 30px;
    height: 30px;
    left: -50px;
  }

  #Partn .title__text {
    width: 100%;
  }

  #Slider_2,
  #Slider_1 {
    width: calc(100% - 100px);
    margin: 40px auto;
  }

  #Slider_2 .slide_item {
    -webkit-box-shadow: -1px -1px 4px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 4px -5px rgba(0, 0, 0, 0.5);
  }

  #Slider_2 h2 {
    font-size: 12px;
    margin: 7px 0 3px;
    font-family: Lato-Sb;
  }

  #Partn {
    height: auto;
    padding-bottom: 130px;
  }

  div#Partn_box,
  div#sert_3_box {
    max-width: calc(100% - 100px);
    margin: 0 50px;
  }

  #Partn .title {
    margin: 44px 0 20px;
  }

  .slide_item p {
    font-size: 10px;
  }

  #Slider_2 .slick-prev,
  #Slider_1 .slick-prev {
    height: 30px;
    left: -45px;
    width: 30px;
  }

  #Slider_2 .slick-next,
  #Slider_1 .slick-next {
    height: 30px;
    right: -45px;
    width: 30px;
  }

  #Slider_1 .team_item,
  .team_img {
    height: auto;
    margin: 0 5px;
  }

  .team_img {
    padding-bottom: 52%;
    margin: 0 auto;
  }

  #Slider_1 .slick-slide img {
    height: calc(100% + 90px);
  }

  #Special_title {
    font-size: 25px;
    padding-left: 11px;
  }

  #Special_title::before {
    bottom: 0;
  }

  #Special_title::after {
    font-size: 12px;
    left: 13px;
  }

  #Special_title_2 {
    margin-left: 20px;
    font-size: 24px;
    margin-top: 150px;
    padding-left: 12px;
  }

  #Special_title_2::after {
    font-size: 12px;
    left: 12px;
  }

  #Special_title_2::before {
    bottom: 0;
  }

  #Special_title_3 {
    font-size: 24px;
    padding-left: 12px;
    margin: 0;
    margin-top: 90px;
    padding: 0;
  }

  #Special_title_3::after {
    font-size: 12px;
  }

  #Special_title_3::before {
    bottom: 0;
  }


  #sert_3_box {
    margin: 0 auto;
  }


  #sert_3_box .slick-prev,
  .sert_2_cont .slick-prev {
    width: 30px;
    height: 30px;
    /* right: 50px;
          top: -35px */
    left: -35px;
  }

  #sert_3_box .slick-next,
  .sert_2_cont .slick-next {
    width: 30px;
    height: 30px;
    /* top: -35px;
          right: -9px */
    right: -35px;
  }

  #SERTIFICAT_buttons {
    width: 322px;
    margin-left: 15px;
  }

  .SERT_button {
    width: auto;
    padding: 0 10px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 38px;
  }

  .SERT_button:last-child {
    margin: 0;
  }

  .sert_box {
    width: calc(100% - 150px);
    margin: 0 auto;
    height: auto;
  }

  #SERTIFICAT .sert_box img {
    width: 240px;
    margin: 0 auto 20px;
  }

  #SERTIFICAT .sert_box .slick-next {
    top: 86px;
    right: -60px;
  }

  #SERTIFICAT .sert_box .slick-prev {
    top: 86px;
    left: -60px;
  }
}
nav .fa {
  display: none;
}
@media screen and (max-width: 1110px) {
  .header__nav {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #057293;
    position: absolute;
    bottom: -399px;
    padding-top: 75px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header__nav.nav_active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__nav-item {
    padding: 20px 300px 20px 20px;
    color: #fff;
  }

  .header__burger {
    position: relative;
    z-index: 4;
    margin: auto auto auto 0;
    display: block;
  }
  nav .fa {
    display: inline-block;
    font-size: 18px;
    width: 32px;
  }
}

@media screen and (max-width: 1084px) {
  .scheme__card-icoBl::after {
    bottom: 33px;
    right: 27px;
  }

  .scheme__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .scheme__card:nth-child(2) .scheme__card-content {
    background-image: none;
  }

  .scheme__card:nth-child(3) .scheme__card-content {
    background-image: url(img/arrow.png);
  }

  .scheme__card:nth-child(4) .scheme__card-content {
    background-image: none;
  }
}

@media screen and (max-width: 1078px) {
  .main_img-bl {
    bottom: -70px;
    width: 170px;
  }
}

@media screen and (max-width: 1024px) {
  .title__text {
    font-size: 40px;
  }

  .txt_ram {
    padding-bottom: 10px;
  }

  .services__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  .advantages__text {
    margin-bottom: 40px;
  }

  .advantages__card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-top: 1px solid #e6e6e6;
    border-right: none !important;
  }

  .advantages__cards::after,
  .advantages__cards::before {
    display: none;
  }

  .advantages__card:first-child {
    border-bottom: none;
  }

  .appform__wrapper {
    padding-top: 40px;
  }

  .appform::before {
    top: 0;
  }

  .appform__title {
    text-align: center;
    font-size: 35px;
  }

  .appform__subtutle {
    margin: 20px auto 30px;
    text-align: center;
    max-width: 90%;
  }

  .appform__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .appform__form-btn {
    margin-bottom: 30px;
  }

  .appform__form-wrapper {
    max-width: 768px;
    margin: 0 auto;
  }

  .numbers__number {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .numbers__item {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .director__wrapper {
    -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;
  }

  .column-2 {
    padding: 0;
  }

  .directorWord__column-right {
    padding: 40px 30px;
  }

  .directorWord__left-icoBl picture {
    margin: 40px 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .footer__form .wpcf7-form-control-wrap {
    margin: 0 auto;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .footer__input {
    padding: 12px 20px;
  }


  .footer__btn {
    margin: 30px auto;
    max-width: 40%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  /* #Slider_1 .slick-next,#Slider_1 .slick-prev {
          width: 30px;
          height: 30px;
          top: -55px;
          right: -9px
      } */

  #Slider_1 .slick-prev {
    right: 45px;
  }
}
a.delete_item i {
  color: black;
}
a.delete_item {
  color: transparent;
}

.iconimg {
  width: 25px;
  display: block;
  margin: 5px;
}

.reviews-modal {
  width: 100%;
  padding: 0 5%;
  max-width: 1200px !important;
  margin-top: 2% !important;
  padding-bottom: 40px !important;
}

.reviews-modal p {
  text-indent: 0 !important;
}

.policy-data-warning {
  width: 100%;
  text-align: center;
  line-height: 16px;
  min-height: 16px;
  margin-top: 20px;
}

.font-size-tiny {
  font-size: 14px;
  color: #5f5f5f;
}

.font-size-tiny2 {
  font-size: 14px;
  color: #b9b9b9;
}

.about {
  background-image: url(https://msk.winclean.ru/wp-content/themes/fast-go/img/phon.jpg);
}
.team {
  background-image: url(https://msk.winclean.ru/wp-content/themes/fast-go/img/phon.jpg);
}

@media screen and (min-width: 600px) {
  .chto {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .korzinacifri {
    background-color: #e21f1d !important;
    border: 1px solid white !important;
    border-radius: 100% !important;
    position: absolute;
    left: 75px;
    top: 25px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .korzinacifri {
    background-color: #e21f1d !important;
    border: 1px solid white !important;
    border-radius: 100% !important;
    position: absolute;
    left: 130px;
    top: 25px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1110px) {
  .header__nav {
    top: 70px !important;
    padding-top: 0px !important;
    bottom: auto !important;
  }
  .header__nav {
    -webkit-transform: translateX(-200%) !important;
    -ms-transform: translateX(-200%) !important;
    transform: translateX(-200%) !important;
  }
  .header__nav.nav_active {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
  div#service-modal {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .colcolocll {
    padding-top: 0px !important;
    margin-top: -10px !important;
    padding-bottom: 15px !important;
  }

  #Slider_1 .slick-slide img {
    height: calc(100% + 10px);
  }
}

.woocommerce-message {
  text-align: center;
  padding-bottom: 20px;
}

a.disabled2 {
  pointer-events: none;
  cursor: default;
  color: #999;
}

.thankyou {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
  background: url(assets/thankyou-bg.jpg) center bottom no-repeat #fdfdff;
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: 16px;
}
.thankyou__title {
  color: rgb(10, 161, 80);
  font-size: 36px;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  font-weight: bold;
}
.thankyou__title--error {
  color: #da0000;
}
.thankyou__divider {
  max-width: 100%;
}
.thankyou__image {
  position: absolute;
  bottom: 0;
  left: 5%;
}
.thankyou__notice {
  font-size: 13px;
}
.button {
  /* background: transparent linear-gradient(to bottom, rgb(13, 181, 57) 0%, rgb(0, 144, 67) 100%) repeat scroll 0 0; */
  border: none;
  /* border-bottom: 2px solid rgb(21, 90, 53); */
  outline: 0 none;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.button:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.button--added {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(234, 179, 13)),
      to(rgb(236, 129, 13))
    ) repeat scroll 0 0;
  background: transparent -o-linear-gradient(
      top,
      rgb(234, 179, 13) 0%,
      rgb(236, 129, 13) 100%
    ) repeat scroll 0 0;
  background: transparent
    linear-gradient(to bottom, rgb(234, 179, 13) 0%, rgb(236, 129, 13) 100%)
    repeat scroll 0 0;
  border-bottom: 2px solid rgb(180, 80, 11);
}
.offer {
  text-transform: uppercase;
  background: url(assets/thankyou-offerbg.jpg) repeat;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.upsell {
  margin: 50px auto;
  width: 92%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 2px solid rgb(222, 225, 227);
  border-radius: 2px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.upsell__text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
.upsell__title {
  margin: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2;
}
.upsell__rating {
  display: block;
  margin: 10px 0;
}
.upsell__old-price {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.upsell__new-price {
  font-size: 32px;
  color: rgb(10, 161, 80);
}
.upsell__description {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.upsell__image-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
}
.upsell__image {
  width: 100%;
}
.upsell__discount {
  background: url(assets/thankyou-sale.png) center no-repeat;
  width: 109px;
  height: 43px;
  position: absolute;
  left: -10px;
  top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 10px;
  line-height: 34px;
}
@media all and (max-width: 600px) {
  .thankyou__title {
    font-size: 30px;
  }
  .upsell {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 87%;
  }
  .upsell__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .upsell__title,
  .upsell__price {
    text-align: center;
  }
  .upsell__rating {
    margin-left: auto;
    margin-right: auto;
  }
  .upsell__image-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .upsell__button-container {
    text-align: center;
  }
  .thankyou__image {
    display: none;
  }
  .thankyou--full .thankyou__image {
    display: inline;
  }
}
@media all and (max-height: 500px) {
  .thankyou__image {
    width: 130px;
    height: auto;
  }
}

body.page-id-400 .header {
  display: none;
}

body.page-id-400 .footer {
  display: none;
}
.main__banner_img {
  width: 100%;
  margin-top: -70px;
  max-height: 1100px;
  -o-object-fit: cover;
  object-fit: cover;
}
/* .numbers::before {
      background: url('/wp-content/uploads/2022/04/cifri.jpg');
  }
  .services::before {
      background-image: url('/wp-content/uploads/2022/04/fon01.jpg');
  }
  .appform::before {
      background-color: transparent;
      background-image: url('/wp-content/uploads/2022/04/form02.jpg');
  }
  .advantages__cards::before {
      background-image: url('/wp-content/uploads/2022/04/left.png');
  }
  .advantages__cards::after {
      background-image: url('/wp-content/uploads/2022/04/right.png');
  } */
.director {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(51%, rgba(253, 244, 217, 1)),
    color-stop(52%, rgba(222, 222, 222, 0)),
    color-stop(200%, rgba(27, 62, 77, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(253, 244, 217, 1) 51%,
    rgba(222, 222, 222, 0) 52%,
    rgba(27, 62, 77, 0) 200%
  );
  background: linear-gradient(
    0deg,
    rgba(253, 244, 217, 1) 51%,
    rgba(222, 222, 222, 0) 52%,
    rgba(27, 62, 77, 0) 200%
  );
}
.about {
  /* background-image: url('/wp-content/uploads/2022/04/fon02.jpg'); */
  /* background-image: url('https://msk.winclean.ru/wp-content/themes/fast-go/img/scheme-bg.svg'); */
  /* background: rgb(222,222,222); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 80px;
}
.header__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 130px;
}
.header__icon svg {
  width: 36px;
  fill: white;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.iconimg {
  margin: 0;
}
.header__col-text {
  padding: 4px 0;
  padding-left: 8px;
}

.director {
  padding-bottom: 20px;
}
.scheme__card:nth-child(6) .scheme__card-icoBl picture::after {
  content: "6";
}
.scheme__card:nth-child(7) .scheme__card-icoBl picture::after {
  content: "7";
}
.scheme__card:nth-child(8) .scheme__card-icoBl picture::after {
  content: "8";
}
.scheme__card:nth-child(9) .scheme__card-icoBl picture::after {
  content: "9";
}
.scheme__card:nth-child(10) .scheme__card-icoBl picture::after {
  content: "10";
}
.scheme__card:nth-child(11) .scheme__card-icoBl picture::after {
  content: "11";
}
.scheme__card:nth-child(12) .scheme__card-icoBl picture::after {
  content: "12";
}

#kont_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#kont_info li {
  font-size: 16px;
}
#kont_info li a {
  padding: 4px;
  padding-left: 0;
}
.contact_telefon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_telefon a {
  width: 100%;
}
.header__icon_link {
  position: relative;
}

.basket-btn__counter {
  position: absolute;
  bottom: 2px;
  right: -10px;
  color: var(--header-text-color);
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__icon .fa-heart-o:before {
  font-size: 32px;
  color: var(--header-text-color);
  font: normal normal normal 32px/1 FontAwesome;
}
.header__icon .fa-heart-o {
  color: var(--header-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1px;
}
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button > a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 0;
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
}
body .yith-wcwl-add-button {
  font-size: 30px;
}
/* font-size catalog fix  */
body .component_accent.wishlist_btn,
body .component_accent,
body .sort_select,
body #shop_sidebar .sidebar_cats a,
body #shop_sidebar .sidebar_cats .children li a {
  font-size: 15px;
}
.lds-spinner {
  display: none !important;
}
body > div.wrapper > .main__banner:nth-child(3) {
  display: none;
}
body > div.wrapper > .main__banner:nth-child(2) {
  display: block;
}
.phone-fix svg {
  width: 32px;
  margin-left: 8px;
}
@media (min-width: 1084px) {
  .scheme__card:nth-child(3n + 3) .scheme__card-content,
  .scheme__card:last-child .scheme__card-content {
    background: none;
  }
  .scheme__card:nth-child(5) .scheme__card-content {
    background-image: url(img/arrow.png);
  }
}
@media (min-width: 768px) and (max-width: 1083px) {
  .scheme__card .scheme__card-content {
    background-image: url(img/arrow.png);
  }
  .scheme__card:nth-child(even) .scheme__card-content,
  .scheme__card:last-child .scheme__card-content {
    background: none;
  }
  .scheme__cardarrow .scheme__card-content {
    background-image: url(img/arrow.png);
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .scheme__card .scheme__card-content {
    background: none;
  }
  body #kont_info {
    line-height: 100%;
  }
}
@media (max-width: 480px) {
  .header__col {
    width: 50%;
  }
  .iconimg {
    min-width: 25px;
  }
  .header__icon {
    width: auto;
  }
  body > div.wrapper > .main__banner:nth-child(3) {
    display: block;
  }
  body > div.wrapper > .main__banner:nth-child(2) {
    display: none;
  }
}

.quest {
  background-color: #f9f9f9;
}
#Special_title_3 span {
  color: #f2f2f3;
  font-size: 20px;
  line-height: 2;
  display: block;
}
#Special_title_3 {
  font-size: 52px;
  color: white;
  line-height: 1;
}
.btn,
#Otiz_button {
  border-radius: 13px;
}
.Ot_button,
.Prim_button {
  border-radius: 13px;
}
.btn:hover,
#Otiz_button:hover {
  border-radius: 13px;
  -webkit-box-shadow: 0 15px 20px -9px rgb(5 114 147 / 80%);
  box-shadow: 0 15px 20px -9px rgb(5 114 147 / 80%);
}
#Partn_box .slick-slide img,
#sert_3_box .slick-slide img {
  width: 245px;
  object-fit: fill;
  border-radius: 13px;
}
.map-cont #map iframe {
  border-radius: 25px;
}
#Otzivi img {
  border-radius: 13px;
}

.slick-list {
  border-radius: 13px;
}
.policy-link, .policy-message {
  color: #fff;
}
.advantages__title::before {
  display: none;
}
input {
  border-radius: 13px;
}

body .appform__wrapper {
  background-image: url("../../uploads/fonforma.png");
  max-width: 1320px;
  background-size: cover;
  background-repeat: no-repeat;
}
#kont_info img {
  border-radius: 13px;
}

@media (min-width: 768px) {
  .main__banner {
    padding: 40px 60px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main__banner_img {
    margin: 0 auto;
    max-width: 1320px;
    display: block;
  }
  .services__card {
    border-radius: 11px;
    margin: 10px;
    margin-bottom: 25px;
  }
  .services__card img {
    border-radius: 11px;
  }

  .services {
    padding-bottom: 40px;
  }
  .advantages::before {
    top: 0;
  }
  .advantages {
    display: flex;
    justify-content: center;
  }
  .advantages_wrapper {
    max-width: 1320px;
    padding: 30px 0;
    position: relative;
    background: #f2f3f3;
    border-radius: 22px;
    width: 100%;
  }
  .advantages_circle {
    max-width: 1320px;
    padding-top: 30px;
    margin: 60px 60px;
    background: #f2f3f3;
    border-radius: 22px;
    width: 100%;
  }
  .appform {
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
  }
  .appform .container {
    max-width: 1440px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .appform__wrapper {
    max-width: 1320px;
    padding: 75px 100px;
    position: relative;
    background: transparent;
    border-radius: 22px;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
  }
  .appform__subtutle {
    font-size: 27px;
  }

  .numbers__wrapper {
    padding: 0;
  }
  .director {
    margin-top: 0;
  }
  #about {
    position: relative;
  }
  #about img {
    position: relative;
    z-index: 3;
  }
  #about::after {
    right: 0;
    background-image: url(../../uploads/el1.png);
    animation: shakeY 15s ease-in-out 1s infinite;
    -webkit-animation: shakeY 15s ease-in-out 1s infinite;
    z-index: 2;
    content: "";
    position: absolute;
    width: 291px;
    height: 423px;
    top: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #vopr {
    position: relative;
  }
  .quest {
    position: relative;
    z-index: 3;
  }
  #vopr::after {
    left: 0;
    background-image: url(../../uploads/el2.png);
    animation: shakeY 15s ease-in-out 1s infinite;
    -webkit-animation: shakeY 15s ease-in-out 1s infinite;
    z-index: 2;
    content: "";
    position: absolute;
    width: 230px;
    height: 406px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body .scheme__card-icoBl picture::after {
    content: none !important;
  }
  .slick-prev,
  .slick-next {
    border-radius: 13px;
  }
  #kont {
    padding: 0;
  }
  #kont_cont {
    padding: 70px 0;
  }
}



@media (max-width: 768px) {
	.numbers__top-title {
		font-size: 24px;
		text-align: center;
	}
	
	.footer__top-subtitle {
		text-align: center;
		font-size: 18px;
	}
	
	.footer__form p {
		display: flex;
		flex-direction: column;
	}
	
	.footer__form .wpcf7-form-control-wrap {
		margin: 0 auto;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	
	.footer__form .footer__btn {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}
	
.about__title {
    color: #000!important;
    font-size: 24px;
    text-align: center!important;
    margin: 0 0 20px 0;
}	
	
#kont #Otiz_button {
    margin: 35px auto;
}
	
	#map_bar .title_black {
    display: none;
}
	
}