@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #F4F6F8;
}

.noscroll {
  overflow-y: hidden;
}

.policy {
  padding-top: 50px;
  padding-bottom: 50px;
}

.policy h1 {
  text-align: center;
  margin-bottom: 30px;
}

.overlay__popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.youtube__popup {
  display: none;
  width: 95%;
  max-width: 640px;
  background: #FFF;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  position: fixed;
  height: 50.191875vw;
  max-height: 360px;
  overflow: visible;
}

.youtube__popup .popup__return {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

.popup__return:before {
  content: "";
  background: url("../img/close.svg") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.trust__youtube {
  width: 100%;
  height: 50.191875vw;
  max-height: 360px;
}

.popup {
  display: none;
  width: 95%;
  background: #FFF;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  position: fixed;
  max-width: 609px;
}

.popup .contacts__form {
  width: 100%;
  position: relative;
}

.popup__return {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.popup__return::before {
  content: "";
  background: url("../img/close.svg");
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup__thank {
  display: none;
  width: 95%;
  background: #F1F5FA;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  position: fixed;
  max-width: 609px;
  height: 510px;
  padding-top: 180px;
}

.popup__thank p {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.wrapper {
  max-width: 1160px;
  margin: 0 auto;
  width: 90.63%;
}

.header {
  background: url("../img/header_fon.png") no-repeat;
  background-size: cover;
  padding-top: 17px;
  padding-bottom: 20px;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}

.header .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 17px;
}

.header__logo {
  max-width: 83px;
}

.header__logo img {
  width: 100%;
}

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

.header__viber {
  margin-right: 8px;
}

.header__viber:before {
  content: url("../img/viber.svg");
}

.header__telegram {
  margin-right: 9px;
}

.header__telegram:before {
  content: url("../img/telegram.svg");
}

.header__tel {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #313131;
}

.header__popup {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0079DE;
}

.header__adress {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  max-width: 425px;
}

.header__ind {
  color: #0079DE;
}

.lang-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}

.lang-cur {
  color: #0079DE;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.header__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  color: #313131;
  margin-top: 10px;
  margin-bottom: 13px;
}

.header__adv {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #313131;
  margin-bottom: 20px;
}

.header__blue {
  color: #0079DE;
}

.header__desc {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #313131;
  max-width: 550px;
  margin-bottom: 20px;
}

.header__list {
  list-style: none;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #313131;
  max-width: 550px;
}

.header__list  li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.header__list  li:before {
  content: "";
  background: url("../img/checked.svg") no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 0px;
  background-size: contain;
}

.pop__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 58.33px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 260px;
  height: 58.33px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#3676DB), color-stop(63.52%, #4C86D0), color-stop(63.53%, #4C86D0), color-stop(63.54%, #4C86D0), color-stop(96.87%, #7EABE4));
  background: -o-linear-gradient(top, #3676DB 0%, #4C86D0 63.52%, #4C86D0 63.53%, #4C86D0 63.54%, #7EABE4 96.87%);
  background: linear-gradient(180deg, #3676DB 0%, #4C86D0 63.52%, #4C86D0 63.53%, #4C86D0 63.54%, #7EABE4 96.87%);
  border-radius: 8px;
  -webkit-filter: drop-shadow(-3px -2px 12px rgba(234, 234, 234, 0.25)) drop-shadow(-4px 4px 12px rgba(146, 147, 149, 0.3));
          filter: drop-shadow(-3px -2px 12px rgba(234, 234, 234, 0.25)) drop-shadow(-4px 4px 12px rgba(146, 147, 149, 0.3));
}

.pop__button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7EABE4), color-stop(96.87%, #7EABE4));
  background: -o-linear-gradient(top, #7EABE4 0%, #7EABE4 96.87%);
  background: linear-gradient(180deg, #7EABE4 0%, #7EABE4 96.87%);
}

.header__img {
  max-width: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__img picture {
  margin-bottom: -20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.56%, #CDD9E2), color-stop(-0.55%, #AEBECB), color-stop(100%, rgba(232, 236, 239, 0)), to(rgba(232, 236, 239, 0)));
  background: -o-linear-gradient(top, #CDD9E2 -0.56%, #AEBECB -0.55%, rgba(232, 236, 239, 0) 100%, rgba(232, 236, 239, 0) 100%);
  background: linear-gradient(180deg, #CDD9E2 -0.56%, #AEBECB -0.55%, rgba(232, 236, 239, 0) 100%, rgba(232, 236, 239, 0) 100%);
  padding-top: 97px;
}

.about__title {
  margin-bottom: 155px;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__fon {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(100%, rgba(228, 233, 237, 0)), to(rgba(228, 233, 237, 0)));
  background: -o-linear-gradient(top, #F2F2F2 0%, rgba(228, 233, 237, 0) 100%, rgba(228, 233, 237, 0) 100%);
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(228, 233, 237, 0) 100%, rgba(228, 233, 237, 0) 100%);
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: calc(41.7314369664vw - 90px);
}

.about__pic {
  width: 38.53%;
}

.about__pic img {
  width: 100%;
  margin-top: -96px;
  margin-bottom: 24px;
}

.about__fio {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #313131;
}

.about__pod {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3978DB;
}

.about__text {
  width: 61.47%;
  padding: 53px 55px 0px 57px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #313131;
  position: relative;
}

.about__text .about__text-title {
  font-weight: 500;
}

.about__text .about__but {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0079DE;
  cursor: pointer;
  display: none;
}

.trust {
  background: rgba(232, 236, 239, 0);
  padding-top: 82px;
  margin-bottom: 136px;
}

.trust__title {
  margin-bottom: 78px;
}

.trust__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 117px;
}

.trust__text {
  width: 51%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trust__pic {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trust__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.trust__item:before {
  content: "";
  background: url("../img/checked.svg") no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 28.6px;
  margin-top: 9px;
  background-size: contain;
}

.trust__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #313131;
  margin-bottom: 12px;
}

.trust__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}

.trust__pic {
  position: relative;
}

.trust__video {
  max-width: 434px;
  width: 100%;
  background: url("../img/video_pic.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.trust__video::before {
  content: "";
  display: block;
  padding-top: 62.2%;
}

.trust__frame {
  display: none;
}

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

.trust__q {
  font-weight: 500;
  font-size: 200px;
  line-height: 31px;
  color: rgba(57, 120, 218, 0.12);
}

.trust__quote {
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #313131;
  max-width: 950px;
  margin-bottom: 20px;
}

.trust__fio {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0079DE;
  max-width: 950px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  padding-right: 50px;
}

.q__left {
  margin-top: 30px;
}

.q__right {
  margin-top: 105px;
}

.spec {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.56%, #CDD9E2), color-stop(-0.55%, #AEBECB), color-stop(100%, rgba(232, 236, 239, 0)), to(rgba(232, 236, 239, 0)));
  background: -o-linear-gradient(bottom, #CDD9E2 -0.56%, #AEBECB -0.55%, rgba(232, 236, 239, 0) 100%, rgba(232, 236, 239, 0) 100%);
  background: linear-gradient(360deg, #CDD9E2 -0.56%, #AEBECB -0.55%, rgba(232, 236, 239, 0) 100%, rgba(232, 236, 239, 0) 100%);
  padding-bottom: 121px;
}

.spec_title {
  margin-bottom: 25px;
}

.spec__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spec__item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 246, 0.49)), color-stop(99.99%, #DCE2E8), to(rgba(224, 230, 235, 0.9)));
  background: -o-linear-gradient(top, rgba(241, 243, 246, 0.49) 0%, #DCE2E8 99.99%, rgba(224, 230, 235, 0.9) 100%);
  background: linear-gradient(180deg, rgba(241, 243, 246, 0.49) 0%, #DCE2E8 99.99%, rgba(224, 230, 235, 0.9) 100%);
  padding: 31px 39px 39px 39px;
  max-width: 503px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 46.95%;
}

.spec__item.spec__item-opened {
  height: auto;
  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;
}

.spec__item.spec__item-opened .spec__bottom-box {
  width: 100%;
}

.spec__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  color: #313131;
  margin-bottom: 20px;
}

.spec__name span {
  font-weight: 700;
}

.spec__desc {
  list-style: none;
}

.spec__collapsed {
  max-height: 280px;
  overflow-y: hidden;
  -webkit-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}

.spec__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}

.spec__but {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0079DE;
  cursor: pointer;
  margin-bottom: 85px;
}

.spec__bottom {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #313131;
  max-width: 295px;
  margin: 0px auto 0px auto;
  margin-bottom: 25px;
}

.spec__popup {
  margin: 0px auto 0px auto;
  display: block;
}

.analiz {
  background: rgba(232, 236, 239, 0);
  padding-top: 104px;
  padding-bottom: 97px;
}

.analiz__title {
  margin-bottom: 5px;
}

.analiz__item {
  position: relative;
}

.analiz__item {
  background: -webkit-gradient(linear, left bottom, left top, from(#F1F3F6), to(#F4F6F8));
  background: -o-linear-gradient(bottom, #F1F3F6 0%, #F4F6F8 100%);
  background: linear-gradient(360deg, #F1F3F6 0%, #F4F6F8 100%);
  -webkit-box-shadow: 2px 1px 4px rgba(175, 178, 181, 0.2), -1px 3px 4px rgba(175, 178, 181, 0.2);
          box-shadow: 2px 1px 4px rgba(175, 178, 181, 0.2), -1px 3px 4px rgba(175, 178, 181, 0.2);
  padding: 34px 39px 98px 39px;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  font-weight: 400;
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.analiz__name {
  font-weight: 700;
  margin-bottom: 27px;
}

.analiz__but {
  display: none;
}

.analiz__link {
  text-decoration-line: underline;
  color: #0079DE;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 0.8;
}

.analiz__items .slick-arrow {
  bottom: 48px;
}

.slick-next {
  right: 50%;
  font-size: 0;
  -webkit-transform: translateX(calc(100% + 45px));
      -ms-transform: translateX(calc(100% + 45px));
          transform: translateX(calc(100% + 45px));
}

.slick-prev {
  left: 50%;
  font-size: 0;
  -webkit-transform: translateX(calc(-100% - 45px));
      -ms-transform: translateX(calc(-100% - 45px));
          transform: translateX(calc(-100% - 45px));
}

.slick-next:before {
  content: "";
  background: url("../img/next_slide.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 16px;
}

.slick-prev:before {
  content: "";
  background: url("../img/prev_slide.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 16px;
}

.consult {
  background: -webkit-gradient(linear, left top, left bottom, from(#B9C7D2), color-stop(56.25%, #F4F6F8));
  background: -o-linear-gradient(top, #B9C7D2 0%, #F4F6F8 56.25%);
  background: linear-gradient(180deg, #B9C7D2 0%, #F4F6F8 56.25%);
  padding: 126px 0px 113px 0px;
}

.consult .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.consult__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #313131;
  max-width: 500px;
}

.consult__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #313131;
}

.consult__tel {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #2C6EC1;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}

.consul__popup {
  margin: 0px auto 0px auto;
  display: block;
  margin-top: 10px;
}

.sert {
  background: rgba(232, 236, 239, 0);
  padding: 105px 0px 130px 0px;
}

.sert__title {
  margin-bottom: 50px;
}

.sert__item {
  margin-right: 25px;
  max-width: 371px;
  max-height: 262px;
}

.sert__item img {
  width: 100%;
  height: auto;
}

.sert__items {
  position: relative;
}

.sert__items .slick-arrow {
  bottom: -46px;
}

.order {
  background: -webkit-gradient(linear, left bottom, left top, from(#B9C7D2), color-stop(56.25%, #F4F6F8));
  background: -o-linear-gradient(bottom, #B9C7D2 0%, #F4F6F8 56.25%);
  background: linear-gradient(360deg, #B9C7D2 0%, #F4F6F8 56.25%);
  padding-top: 65px;
  padding-bottom: 50px;
}

.order__title {
  margin-bottom: 45px;
}

.order__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order__item {
  max-width: 355px;
  position: relative;
  margin-bottom: 39px;
  margin-right: 1.1%;
  width: 33%;
}

.order__item:after {
  content: "";
  width: 94.1px;
  height: 93.1px;
  display: block;
  position: absolute;
  right: -60px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
}

.order__item:nth-of-type(1) {
  max-width: 254px;
}

.order__item:nth-of-type(1):after {
  background: url("../img/1.svg");
  right: -60px;
  background-size: contain;
}

.order__item:nth-of-type(2) {
  max-width: 280px;
}

.order__item:nth-of-type(2):after {
  background: url("../img/2.svg");
  background-size: contain;
  right: -60px;
}

.order__item:nth-of-type(3) {
  max-width: 318px;
}

.order__item:nth-of-type(3):after {
  background: url("../img/3.svg");
  background-size: contain;
  right: -22px;
}

.order__item:nth-of-type(4) {
  max-width: 260px;
  margin-right: 7%;
}

.order__item:nth-of-type(4):after {
  background: url("../img/4.svg");
  background-size: contain;
  right: -55px;
}

.order__item:nth-of-type(5) {
  max-width: 355px;
}

.order__item:nth-of-type(5):after {
  background: url("../img/5.svg");
  background-size: contain;
  right: 13px;
}

.order__item:nth-of-type(6) {
  max-width: 298px;
  margin-right: 2.8%;
}

.order__item:nth-of-type(6):after {
  background: url("../img/6.svg");
  background-size: contain;
  right: -44px;
}

.order__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  color: #313131;
  margin-bottom: 5px;
}

.order__desc, .order__desc .order__tel {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}

.contacts {
  background: rgba(232, 236, 239, 0);
  padding: 98px 0px 118px 0px;
}

.contacts__title {
  margin-bottom: 15px;
}

.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__head {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #313131;
  margin-bottom: 10px;
}

.contacts__tel {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  color: #0079DE;
  margin-bottom: 30px;
  display: block;
}

.mes__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.mes__link .contacts__inside {
  font-weight: 500;
}

.contacts__bottom {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #313131;
}

.tele__link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22.47px;
  background: url("../img/telegram_blue.svg");
  background-size: contain;
  margin-right: 9px;
}

.viber__link:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24.5px;
  background: url("../img/viber__pink.svg");
  background-size: contain;
  margin-right: 10px;
}

.mail__link {
  margin-bottom: 25px;
}

.mail__link:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../img/mail.svg");
  background-size: contain;
  margin-right: 9px;
}

.contacts__adr {
  margin-bottom: 27px;
}

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

.contacts__adr span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 27px;
  background: url("../img/point.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

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

.contacts__graf span:before {
  content: "";
  display: inline-block;
  width: 24.78px;
  height: 23px;
  background: url("../img/graf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.contacts__form {
  max-width: 609px;
  width: 60%;
  height: 510px;
  background: #F1F5FA;
  -webkit-box-shadow: 2px 0px 4px rgba(215, 220, 227, 0.5), 0px 2px 4px rgba(208, 214, 225, 0.5);
          box-shadow: 2px 0px 4px rgba(215, 220, 227, 0.5), 0px 2px 4px rgba(208, 214, 225, 0.5);
  padding: 54px 0px 0px 0px;
}

.form__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #313131;
  margin-bottom: 80px;
}

.form__input {
  outline: none;
  border: none;
  width: 71.29%;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
  display: block;
  font-size: 18px;
  color: #313131;
  padding-left: 67px;
}

.form__input::-webkit-input-placeholder {
  font-size: 18px;
  color: #313131;
  opacity: 1;
}

.form__input::-moz-placeholder {
  font-size: 18px;
  color: #313131;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  font-size: 18px;
  color: #313131;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  font-size: 18px;
  color: #313131;
  opacity: 1;
}

.form__input::placeholder {
  font-size: 18px;
  color: #313131;
  opacity: 1;
}

.form__input:focus {
  background-image: none;
  padding-left: 19px;
}

.form__name {
  background: #FCFDFE;
  -webkit-box-shadow: 0px 2px 4px rgba(211, 217, 222, 0.25), 2px 0px 4px rgba(211, 217, 222, 0.25);
          box-shadow: 0px 2px 4px rgba(211, 217, 222, 0.25), 2px 0px 4px rgba(211, 217, 222, 0.25);
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
  background-position-y: 14px;
  background-position-x: 14px;
}

.form__tel {
  background: #FCFDFE;
  -webkit-box-shadow: 0px 2px 4px rgba(211, 217, 222, 0.25), 2px 0px 4px rgba(211, 217, 222, 0.25);
          box-shadow: 0px 2px 4px rgba(211, 217, 222, 0.25), 2px 0px 4px rgba(211, 217, 222, 0.25);
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position-y: 9px;
  background-position-x: 16px;
}

.form__tel.error {
  background: #F7ECED;
}

.form__submit {
  width: 71.29%;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4786D7), color-stop(52.6%, #4D8BED), color-stop(96.87%, #7EABE4));
  background: -o-linear-gradient(top, #4786D7 0%, #4D8BED 52.6%, #7EABE4 96.87%);
  background: linear-gradient(180deg, #4786D7 0%, #4D8BED 52.6%, #7EABE4 96.87%);
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(-3px -2px 12px rgba(234, 234, 234, 0.25)) drop-shadow(-4px 4px 12px rgba(146, 147, 149, 0.3));
          filter: drop-shadow(-3px -2px 12px rgba(234, 234, 234, 0.25)) drop-shadow(-4px 4px 12px rgba(146, 147, 149, 0.3));
}

.form__submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7EABE4), color-stop(96.87%, #7EABE4));
  background: -o-linear-gradient(top, #7EABE4 0%, #7EABE4 96.87%);
  background: linear-gradient(180deg, #7EABE4 0%, #7EABE4 96.87%);
}

.footer {
  height: 130px;
  background: #8CA5B9;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #EFF2F4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1;
}

.footer__text p, .footer__text a {
  white-space: nowrap;
  color: #EFF2F4;
}

.footer__text a {
  margin-right: 2%;
}

.footer__logo {
  max-width: 63px;
}

.footer__logo img {
  width: 100%;
}

.footer__link {
  white-space: nowrap;
  color: #EFF2F4;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1280px) {
  .header {
    background-size: cover;
  }

  .footer__text {
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

}
@media (max-width: 1103px) {
  .order__item:nth-of-type(4) {
    max-width: 260px;
    margin-right: 3%;
  }
}
@media (max-width: 1024px) {
  .popup {
    max-width: 460px;
  }
  .popup__thank {
    max-width: 460px;
  }
  .popup .popup__return::before {
    width: 35px;
    height: 35px;
  }
  .wrapper {
    width: 88.28%;
  }
  .header {
    padding-top: 40px;
  }
  .header .header__top {
    padding-bottom: 20px;
  }
  .header__logo {
    max-width: 75px;
  }
  .header__adress {
    max-width: 300px;
  }
  .header__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 128px;
  }
  .header__img {
    max-width: 385px;
  }
  .header__img picture {
    margin-right: 128px;
  }
  .header__desc {
    max-width: 414px;
    margin-bottom: 20px;
  }
  .header {
    background: url("../img/header_fon_tablet.png") no-repeat;
    padding-top: 27px;
    background-size: cover;
  }
  .header__adv {
    line-height: 40px;
    margin-bottom: 45px;
  }
  .header__text {
    position: relative;
    z-index: 1;
  }
  .about {
    padding-top: 88px;
  }
  .about__title {
    margin-bottom: 191px;
  }
  .about__fio {
    font-size: 15px;
  }
  .about__pod {
    font-size: 15px;
  }
  .about__text p {
    font-size: 16px;
  }
  .about__text .about__but {
    display: block;
    font-size: 18px;
  }
  .about__desc.collapsed {
    max-height: 700px;
    overflow-y: hidden;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .about__pic {
    width: 42.04%;
  }
  .about__text {
    width: 57.96%;
    padding: 42px 21px 0px 38px;
  }
  .about__pic img {
    margin-top: -149px;
    margin-bottom: 17px;
  }
  .about__fon {
    height: calc(44.3401632842vw - 149px);
  }
  .trust {
    margin-bottom: 176px;
  }
  .trust__desc {
    font-size: 16px;
  }
  .trust__item::before {
    width: 33px;
    height: 33px;
    margin-right: 18.6px;
  }
  .trust__video {
    max-width: 390.6px;
  }
  .trust__q {
    font-size: 150px;
    line-height: 31px;
  }
  .trust__quote {
    font-size: 18px;
    line-height: 31px;
  }
  .trust__fio {
    padding-right: 110px;
    margin-top: -13px;
  }
  .q__right {
    margin-top: 90px;
  }
  .q__left {
    margin-top: 24px;
  }
  .trust__title {
    margin-bottom: 43px;
  }
  .trust__box {
    margin-bottom: 55px;
  }
  .spec {
    padding-bottom: 95px;
  }
  .spec_title {
    margin-bottom: 40px;
  }
  .spec__text {
    font-size: 16px;
  }
  .spec__but {
    font-size: 16px;
    margin-bottom: 55px;
  }
  .spec__item {
    padding: 31px 32px 39px 32px;
  }
  .analiz__item {
    font-size: 16px;
    padding: 28px 36px 72px 39px;
  }
  .analiz__items .slick-arrow {
    bottom: 44px;
  }
  .analiz {
    padding-top: 35px;
    padding-bottom: 97px;
  }
  .analiz__title {
    margin-bottom: 35px;
  }
  .consult {
    padding-top: 35px;
    padding-bottom: 53px;
  }
  .consult__text {
    font-size: 20px;
    line-height: 45px;
    max-width: 386px;
  }
  .consult__tel {
    font-size: 25px;
  }
  .sert {
    padding: 80px 0px 95px 0px;
  }
  .order {
    padding-top: 85px;
    padding-bottom: 40px;
  }
  .order__title {
    margin-bottom: 58px;
  }
  .order__desc, .order__desc .order__tel {
    font-size: 16px;
  }
  .order__item::after {
    width: 84px;
    height: 84px;
  }
  .order__item {
    width: 29%;
    margin-right: 0;
    margin-bottom: 54px;
  }
  .order__name {
    line-height: 32px;
    margin-bottom: 0px;
  }
  .order__item:nth-of-type(1) {
    width: 228px;
  }
  .order__item:nth-of-type(1):after {
    right: -48px;
  }
  .order__item:nth-of-type(2) {
    width: 271px;
  }
  .order__item:nth-of-type(2):after {
    right: -17px;
  }
  .order__item:nth-of-type(3) {
    width: 262px;
  }
  .order__item:nth-of-type(4) {
    width: 254px;
    margin-right: 29px;
    max-width: unset;
  }
  .order__item:nth-of-type(4):after {
    right: -21px;
  }
  .order__item:nth-of-type(5) {
    width: 307px;
    max-width: unset;
    margin-right: 20px;
  }
  .order__item:nth-of-type(5):after {
    right: 19px;
  }
  .order__item:nth-of-type(6) {
    width: 262px;
    margin-right: 0;
  }
  .order__item:nth-of-type(6):after {
    right: -23px;
  }
  .contacts {
    padding-top: 38px;
    padding-bottom: 96px;
  }
  .contacts__head {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contacts__tel {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mes__link {
    font-size: 18px;
  }
  .contacts__bottom {
    font-size: 18px;
  }
  .contacts__form {
    max-width: 460px;
  }
  .form__title {
    font-size: 20px;
    line-height: 40px;
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form__input::-moz-placeholder {
    font-size: 16px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form__input::placeholder {
    font-size: 16px;
  }
  .form__input {
    font-size: 16px;
  }
  .footer__text {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 33%;
  }
  .footer__text a {
    margin-right: 6%;
  }
  .footer__fb {
    max-width: 59px;
  }
  .footer__fb img {
    width: 100%;
    height: auto;
  }

  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .policy h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 17px;
    line-height: 28px;
  }
  .header {
    background: url("../img/header_fon.png") no-repeat;
    background-position-x: center;
    padding-top: 27px;
    background-size: cover;
  }
  .wrapper {
    width: 89.23%;
  }
  .header .header__top {
    padding-bottom: 20px;
  }
  .header__call {
    margin-top: 25px;
  }
  .header__logo {
    max-width: 40px;
  }
  .header__popup {
    font-size: 20px;
    line-height: 36px;
  }
  .header__title {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-top: 35px;
  }
  .header__img {
    display: none;
  }
  .header__adress {
    display: none;
  }
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__call {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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;
    min-width: 81%;
  }
  .header__adv {
    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;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .header__desc {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    max-width: 77.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .header__list {
    font-size: 16px;
  }
  .header__text {
    text-align: center;
  }
  .header__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .pop__button {
    margin-bottom: 0px;
  }

  .header__list {
    margin-left: auto;
    margin-right: auto;
  }
  .about {
    padding-top: 35px;
  }
  .about__title {
    margin-bottom: 24px;
  }
  .about__pic img {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__fio {
    display: none;
  }
  .about__pod {
    display: none;
  }
  .about__fon {
    display: none;
  }
  .about__pic {
    width: 100%;
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__text {
    width: 100%;
    padding: 0px;
  }
  .about__text p {
    font-size: 12px;
    line-height: 28px;
  }
  .about__text .about__text-title {
    font-weight: 700;
  }
  .about__text .about__but {
    font-size: 12px;
    line-height: 28px;
  }
  .about__desc.collapsed {
    max-height: 305px;
  }
  .trust {
    margin-bottom: 35px;
  }
  .trust__title {
    margin-bottom: 8px;
  }
  .trust__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .trust__text {
    width: 100%;
    margin-bottom: 32px;
  }
  .trust__pic {
    width: 100%;
  }
  .trust__q {
    font-size: 100px;
  }
  .trust__video {
    display: none;
  }
  .trust__frame {
    display: block;
  }
  .trust__name {
    font-size: 17px;
    margin-bottom: 1px;
  }
  .trust__item {
    margin-bottom: 6px;
  }
  .trust__desc {
    font-size: 12px;
  }
  .trust__quote {
    font-size: 14px;
    line-height: 31px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  .trust__fio {
    font-size: 12px;
    line-height: 28px;
    padding-right: 30px;
  }
  .trust__qbox {
    position: relative;
  }
  .trust__q {
    position: absolute;
  }
  .q__left {
    margin-top: 0px;
    display: none;
  }
  .q__right {
    margin-top: 0px;
    right: -6%;
    bottom: -16px;
  }
  .q__left-mob {
    position: relative;
    margin-left: 37px;
  }
  .q__right-mob {
    position: relative;
  }
  .q__left-mob:before {
    content: "“";
    font-weight: 500;
    font-size: 100px;
    line-height: 31px;
    color: rgba(57, 120, 218, 0.15);
    position: absolute;
    top: 10px;
    left: -45px;
  }
  .q__right-mob:after {
    font-weight: 500;
    font-size: 100px;
    line-height: 31px;
    color: rgba(57, 120, 218, 0.15);
    position: absolute;
    bottom: -45px;
    right: -50px;
  }
  .trust__item::before {
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }
  .trust__youtube {
    width: 100%;
    height: 50.191875vw;
    max-height: auto;
  }
  .trust {
    padding-top: 26px;
  }
  .spec {
    background: rgba(232, 236, 239, 0);
    padding-bottom: 6px;
  }
  .spec__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spec__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 29px;
    padding: 21px 23px 29px 23px;
  }
  .spec__name {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .spec__text {
    font-size: 12px;
    line-height: 28px;
  }
  .spec__but {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 29px;
  }
  .spec_title {
    margin-bottom: 24px;
  }
  .spec__bottom {
    margin-bottom: 20px;
  }
  .analiz__but {
    display: block;
    color: #0079DE;
    cursor: pointer;
  }
  .analiz__item {
    font-size: 12px;
    line-height: 20px;
  }
  .analiz__item {
    padding: 18px 15px 59px 23px;
  }
  .analiz__collapsed {
    max-height: 80px;
    overflow-y: hidden;
  }
  .slick-next {
    -webkit-transform: translateX(calc(100% + 16.5px));
        -ms-transform: translateX(calc(100% + 16.5px));
            transform: translateX(calc(100% + 16.5px));
  }
  .slick-next:before {
    width: 26.24px;
    height: 10.49px;
  }
  .slick-prev {
    -webkit-transform: translateX(calc(-100% - 16.5px));
        -ms-transform: translateX(calc(-100% - 16.5px));
            transform: translateX(calc(-100% - 16.5px));
  }
  .slick-prev:before {
    width: 26.24px;
    height: 10.49px;
  }
  .analiz__items .slick-arrow {
    bottom: 36px;
  }
  .analiz {
    padding-top: 0px;
    padding-bottom: 47px;
  }
  .analiz__title {
    margin-bottom: 32px;
  }
  .analiz__name {
    margin-bottom: 0;
  }
  .consult {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .consult .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;
  }
  .consult__text {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .consult__desc {
    font-size: 17px;
    line-height: 24px;
  }
  .consult__tel {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .sert {
    padding: 33px 0px 66px 0px;
  }
  .sert__item {
    max-width: 190px;
    height: auto;
    margin-right: 9px;
  }
  .sert__item img {
    width: 100%;
  }
  .sert__title {
    margin-bottom: 36px;
  }
  .sert__items .slick-arrow {
    bottom: -30px;
  }
  .order__name {
    font-size: 12px;
  }
  .order__desc, .order__desc .order__tel {
    font-size: 12px;
    line-height: 20px;
  }
  .order__item:after {
    width: 70px;
    height: 70px;
  }
  .order__item:nth-of-type(1) {
    width: 47%;
    min-width: 155px;
  }
  .order__item:nth-of-type(1):after {
    right: 0px;
    opacity: 0.5;
  }
  .order__item:nth-of-type(2) {
    width: 47%;
    min-width: 155px;
  }
  .order__item:nth-of-type(2):after {
    right: 0px;
    opacity: 0.5;
  }
  .order__item:nth-of-type(3) {
    width: 47%;
    min-width: 155px;
  }
  .order__item:nth-of-type(3):after {
    right: 0px;
    opacity: 0.5;
  }
  .order__item:nth-of-type(4) {
    width: 47%;
    min-width: 155px;
    margin-right: 0;
  }
  .order__item:nth-of-type(4):after {
    right: 0px;
    opacity: 0.5;
  }
  .order__item:nth-of-type(5) {
    width: 47%;
    min-width: 155px;
  }
  .order__item:nth-of-type(5):after {
    right: 0px;
    opacity: 0.5;
  }
  .order__item:nth-of-type(6) {
    width: 47%;
    min-width: 155px;
  }
  .order__item:nth-of-type(6):after {
    right: 0px;
    opacity: 0.5;
  }
  .order {
    padding-top: 55px;
    padding-bottom: 7px;
  }
  .order__title {
    margin-bottom: 22px;
  }
  .order__item {
    margin-bottom: 18px;
  }
  .contacts {
    padding-top: 33px;
    padding-bottom: 47px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__form {
    width: 100%;
  }
  .contacts__head {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .contacts__head:nth-of-type(1) {
    font-size: 16px;
  }
  .mes__link {
    font-size: 14px;
    line-height: 26px;
  }
  .contacts__bottom {
    font-size: 14px;
    line-height: 28px;
  }
  .tele__link::before {
    width: 15px;
    height: 13px;
  }
  .viber__link::before {
    width: 13px;
    height: 13.45px;
  }
  .mail__link {
    margin-bottom: 5px;
  }
  .mail__link::before {
    width: 13.3px;
    height: 13.3px;
  }
  .contacts__adr {
    margin-bottom: 3px;
  }
  .contacts__adr span::before {
    width: 14px;
    height: 18px;
  }
  .contacts__graf {
    margin-bottom: 40px;
  }
  .contacts__graf span::before {
    width: 17.78px;
    height: 16.5px;
  }
  .contacts__form {
    height: 283px;
    padding-top: 26px;
  }
  .form__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 33px;
  }
  .form__input::-moz-placeholder {
    font-size: 12px;
    line-height: 33px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 33px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 33px;
  }
  .form__input::placeholder {
    font-size: 12px;
    line-height: 33px;
  }
  .form__input {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    width: 71.39%;
    margin-bottom: 15px;
    padding-left: 38px;
  }
  .form__input:focus {
    padding-left: 8px;
  }
  .form__submit {
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    width: 71.39%;
    margin-top: 20px;
  }
  .form__name {
    background-position-x: 8px;
    background-position-y: 10px;
    background-size: 15px;
  }
  .form__tel {
    background-position-x: 9px;
    background-position-y: 8px;
    background-size: 17px;
  }
  .footer {
    height: 69px;
  }
  .footer__text {
    font-size: 10px;
    width: 50%;
  }
  .footer__fb {
    max-width: 35px;
  }
  .footer__logo {
    max-width: 30px;
  }
  .popup {
    width: 89.23%;
  }
  .popup__thank {
    width: 89.23%;
    height: 283px;
    padding-top: 108px;
  }
  .popup__thank p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup .popup__return::before {
    width: 25px;
    height: 25px;
  }

  .footer__link {
    font-size: 10px;
  }

}