@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
            transform: translatey(-100%);
  }

  100% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
}

@keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
            transform: translatey(-100%);
  }

  100% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

a,
button,
li {
  border: none;
  text-decoration: none;
  color: inherit;
  outline: none;
  list-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background: none;
}

a:hover,
button:hover,
li:hover {
  text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
li:focus,
li:active {
  outline: none;
}

input,
input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input,
input:invalid,
textarea,
textarea:invalid {
  border: none;
  text-decoration: none;
  color: inherit;
  outline: none;
  list-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background: none;
}

input:focus,
input:active,
input:invalid:focus,
input:invalid:active,
textarea:focus,
textarea:active,
textarea:invalid:focus,
textarea:invalid:active {
  outline: none;
}

body,
html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Manrope';
}

main {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
  outline: none;
}

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

textarea {
  color: #000000;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

svg {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone {
  width: 17px;
  height: 17px;
  fill: #11A98A;
}

.email {
  width: 13px;
  height: 13px;
  fill: #11A98A;
}

.location {
  width: 16px;
  height: 16px;
  fill: #11A98A;
}

body {
  background: #fcfcfc;
  color: #2E3B42;
}

body.no-scroll {
  overflow-y: hidden;
}

.window-padding {
  padding-right: 17px !important;
}

input:not([type="submit"]) {
  height: 50px;
  padding: 0 10px 0 37px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Manrope';
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 9px;
}

input:not([type="submit"])::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input:not([type="submit"])::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -moz-transition: all .3s;
  transition: all .3s;
}

input:not([type="submit"]):-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s;
  transition: all .3s;
}

input:not([type="submit"])::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s;
  transition: all .3s;
}

input:not([type="submit"])::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input:not([type="submit"]).name {
  background-image: url(../images/user.svg);
}

input:not([type="submit"]).tel {
  background-image: url(../images/phone.svg);
}

.submit {
  height: 49px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Manrope EB';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #11A98A;
  border: 1px solid transparent;
}

.submit_white {
  background: #FFFFFF;
}

.submit_green {
  background: #11A98A;
}

.form__small a:hover {
  text-decoration: underline;
}

.title {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1;
  font-family: 'Manrope EB';
}

.button {
  height: 49px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 12px;
  font-family: 'Manrope EB';
  text-transform: uppercase;
  color: #ffffff;
  background: #11A98A;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.logo img {
  -o-object-fit: contain;
     object-fit: contain;
     max-width: 77px;
     height: 49px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 430px;
  padding: 0 10px;
}

.menu-link {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 8px;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-link_active .menu-lines {
  background: transparent;
}

.menu-link_active .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.menu-link_active .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu-lines,
.menu-lines:before,
.menu-lines:after {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background-color: #11A98A;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-lines {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu-lines:before {
  content: '';
  top: -9px;
}

.menu-lines:after {
  content: '';
  top: 9px;
}

.header {
  padding-top: 95px;
  background: #f4efec;
}

.header__top-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 20px 0;
  background: #f4efec;
}

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

.header__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu {
  margin-right: 40px;
}

.header__menu li {
  margin-right: 20px;
  font-size: 13px;
  font-family: 'Manrope Medium';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__tel {
  margin-right: 39px;
  font-size: 18px;
  font-family: 'Manrope Medium';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__main {
  padding: 28px 0 40px 0;
}

.header__main-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  margin-left: 30px;
}

.header__main-left {
  padding-top: 35px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 33px;
}

.header__title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: calc(60 / 44);
  font-family: 'Manrope EB';
}
.header__title span {
  color: #11A98A;
}

.header__text {
  line-height: calc(24 / 16);
  font-family: 'Manrope Medium';
  margin-top: 90px;
}

.header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 17px 32px 23px;
  background: #11A98A;
  border-radius: 4px;
  color: #ffffff;
}

.header__form-title {
  margin-right: 25px;
  line-height: calc(22 / 16);
  font-family: 'Manrope Medium';
}

.header__form-title span {
  font-family: 'Manrope EB';
}

.header__form-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 222px;
  font-size: 12px;
  line-height: calc(18 / 12);
  opacity: .4;
}

.header__form input {
  margin-right: 25px;
}

.header__form input:not([type="submit"]) {
  width: 197px;
}

.header__form .submit {
  -webkit-transform: translateX(217px);
      -ms-transform: translateX(217px);
          transform: translateX(217px);
}

.header .nice-select {
  position: relative;
  z-index: 1;
  min-width: auto;
  width: 197px;
  -webkit-transform: translateX(-197px);
      -ms-transform: translateX(-197px);
          transform: translateX(-197px);
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}

.header .nice-select:after {
  border-color: #ebebeb;
}

.info {
	position: relative;
	z-index: 0;
  padding: 62px 0 45px 0;
}

.info__slider {
  position: relative;
  margin-bottom: 65px;
}

.info__slider-wrapper {
  z-index: 1;
  position: relative;
}

.info__pagination {
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.info__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 7px;
  background: #11A98A;
}

.info__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.info__gallery-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.info__gallery-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.info__size {
  margin-bottom: 20px;
}

.info__size-title {
  margin-bottom: 20px;
  font-family: 'Manrope EB';
}

.info__size-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 14px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.info__size-item {
  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;
  min-height: 42px;
  padding: 10px 20px;
  margin: var(--gap) 0 0 var(--gap);
  background: rgba(17, 169, 138, 0.1);
  border-radius: 20px;
}

.info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  margin-bottom: 30px;
  width: calc(100% + var(--gap));
}

.info__text-item {
  margin: var(--gap) 0 0 var(--gap);
  max-width: 47.3%;
  font-size: 14px;
  line-height: calc(24 / 14);
}

.info__button {
  margin-right: 8px;
  min-width: 150px;
  display: flex;
    align-items: center;
    justify-content: center;
}

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

.features {
  padding-top: 50px;
}

.features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 255px;
  width: 100%;
  margin: var(--gap) 0 0 var(--gap);
  padding: 28px 20px 18px 18px;
  background: #F8F7F7;
  border-radius: 10px;
}

.features__item-icon {
  height: 62px;
  margin-bottom: 40px;
}

.features__item-icon img {
  max-width: 63px;
}

.features__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: calc(21 / 16);
  font-family: 'Manrope Medium';
}

.features__item_big {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 28px;
}

.features__item_big .features__item-icon {
  margin-right: 105px;
  margin-bottom: 0;
}

.features__item_big .features__item-icon img {
  max-width: 148px;
}

.features__item_big .features__item-text span {
  margin-bottom: 11px;
  display: block;
}

.features__item_big .features__item-text p {
  font-size: 14px;
  line-height: calc(24 / 14);
}

.about {
  padding-bottom: 80px;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.about__item {
  position: relative;
  padding: 0 25px 0 24px;
  width: 270px;
}

.about__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 91px;
  background: #e8e8e8;
}

.about__item-title {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  font-size: 64px;
}

.about__item-title:after {
  content: '';
  position: absolute;
  right: -27px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) center/contain no-repeat;
}

.about__item-text {
  font-size: 14px;
  line-height: calc(19 / 14);
  color: #000000;
}

.about__item:last-child {
  padding-right: 0;
}

.about__item:last-child:after {
  display: none;
}

.about__item:first-child {
  padding-left: 0;
}

.about__text {
  line-height: calc(24 / 16);
  color: #000000;
}

.about__text p {
  margin-bottom: 25px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.feedback {
  padding-bottom: 30px;
}

.feedback__slider-wrapper {
  position: relative;
  z-index: 1;
}

.feedback__arrows {
  position: absolute;
  right: 0;
  top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translatey(-100%);
      -ms-transform: translatey(-100%);
          transform: translatey(-100%);
  --gap: 14px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.feedback__pagination {
  position: absolute;
  right: 70px;
  top: -33px;
  bottom: auto;
  left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

.feedback__pagination .swiper-pagination-total {
  opacity: 0.4;
  font-size: 16px;
}

.feedback__pagination .swiper-pagination-current {
  width: 28px;
  margin-right: 7px;
  font-size: 24px;
  line-height: 1;
}

.feedback__pagination .swiper-pagination-current_zero:before {
  content: '0';
}

.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 31px 19px;
  background: #F8F7F7;
  border-radius: 10px;
}

.feedback__item-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  margin-right: 40px;
}

.feedback__item-name {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: 'Manrope EB';
}

.feedback__item-text {
  line-height: calc(26 / 16);
}

.feedback__prev,
.feedback__next {
  width: 40px;
  height: 40px;
  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;
  margin: var(--gap) 0 0 var(--gap);
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.feedback__prev svg,
.feedback__next svg {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.feedback__prev:after,
.feedback__next:after {
  display: none;
}

.feedback__prev svg,
.feedback__next svg {
  width: 12px;
  height: 12px;
}

.feedback .gallery {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback .gallery__thumbs {
  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-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  margin-right: 15px;
  max-height: 313px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #11A98A rgba(17, 169, 138, 0.2);
  padding-right: 3px;
}

.feedback .gallery__thumbs::-webkit-scrollbar {
  width: 4px;
}

.feedback .gallery__thumbs::-webkit-scrollbar-track {
  background: rgba(17, 169, 138, 0.2);
}

.feedback .gallery__thumbs::-webkit-scrollbar-thumb {
  background: #11A98A;
}

.feedback .gallery__thumbs a {
  margin-bottom: 9px;
}

.feedback .gallery__thumbs a:last-child {
  margin-bottom: 0;
}

.feedback .gallery__thumbs img {
  width: 66px;
  height: 66px;
}

.feedback .gallery__img {
  display: none;
  width: 100%;
}

.feedback .gallery__img_current {
  display: block;
}

.feedback .gallery__img picture {
  height: 100%;
}

.feedback .gallery__img img {
  width: 100%;
  max-width: 413px;
  max-height: 311px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step {
  padding-bottom: 80px;
}

.step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.step__item {
  position: relative;
  width: 100%;
  max-width: 348px;
  min-height: 171px;
  margin: var(--gap) 0 0 var(--gap);
  padding: 29px 24px;
  overflow: hidden;
  background: #F8F7F7;
  border-radius: 10px;
}

.step__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: #fff;
  -webkit-transform: skew(45deg) translateX(50%);
      -ms-transform: skew(45deg) translateX(50%);
          transform: skew(45deg) translateX(50%);
}

.step__item-icon {
  position: absolute;
  right: 30px;
  bottom: 22px;
  max-width: 64px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.step__item-title {
  max-width: 230px;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: calc(25 / 18);
  color: #000000;
}

.step__item-number {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 2;
  font-size: 30px;
  color: #11A98A;
}

.footer {
  padding-bottom: 20px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

.footer-wrapper,
.footer__bottom {
  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;
}

.footer-wrapper {
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 80px;
}

.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 103px;
}

.footer__menu li {
  margin-right: 24px;
  font-size: 13px;
  font-family: 'Manrope Medium';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer .siteup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.footer .siteup span {
  margin-right: 9px;
}

.footer .siteup img {
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__right {
  max-width: 240px;
}

.footer__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.footer__right-item:last-child {
  margin-bottom: 0;
}

.footer__right-item span {
  margin-left: 11px;
}

.footer__right-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
}

.footer__tel {
  font-size: calc(17px + 3 * ((100vw - 320px) / 1600));
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__email {
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

.footer__socials a {
  margin-right: 17px;
}

.footer__socials a:last-child {
  margin-right: 0;
}

.footer__socials svg {
  fill: #a4a3a2;
}

.footer__socials .instagram {
  width: 15px;
  height: 15px;
}

.footer__policy {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.footer-top__item {
  width: 50%;
}
.footer__address {
  margin: 10px 0;
}
.footer__address .location {
  margin-right: 5px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.popup_show {
  padding-right: 17px !important;
}

.popup.show {
  -webkit-animation: fadeInTop .7s;
          animation: fadeInTop .7s;
}

.popup__dialog {
  width: 100%;
  height: 100%;
  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;
}

.popup__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 350px;
  max-height: 90%;
  padding: 36px 28px;
  border-radius: 10px;
}

.popup__title {
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 1;
  font-family: 'Manrope EB';
  text-align: center;
}

.popup__title::first-letter {
  text-transform: uppercase;
}

.popup__form {
  position: relative;
  max-width: 296px;
}

.popup__form input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}

.popup__form .submit {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  border-radius: 40px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.popup-call .popup__form .submit {
  margin-top: 60px;
}

.popup__close {
  position: absolute;
  right: 13px;
  top: -2px;
  font-size: 26px;
  color: #D9D9D9;
  font-weight: normal;
  text-shadow: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.popup__close:hover {
  color: #11A98A;
}

.popup-price .popup__content {
  max-width: 500px;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.popup__row-size,
.popup__row-price {
  padding: 12px 10px;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.3;
}

.popup__row-size {
  width: 50%;
  border-right: 1px solid #f2f2f2;
}

.popup__row:first-child {
  border-top: 1px solid #f2f2f2;
  font-family: 'Manrope EB';
}

.popup__table {
  overflow-y: auto;
  max-height: 60vh;
  padding-right: 4px;
  scrollbar-color: #11A98A #f2f2f2;
  scrollbar-width: thin;
}

.popup__table::-webkit-scrollbar {
  width: 3px;
}

.popup__table::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.popup__table::-webkit-scrollbar-thumb {
  background: #11A98A;
}

.popup .nice-select {
  position: absolute;
  bottom: 140px;
  left: 0;
}

.popup .nice-select:hover {
  background: #11A98A;
  color: #ffffff;
}

.popup .nice-select:hover:after {
  border-color: #fff;
}

.form__icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 10px;
  margin-top: 3px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}

.form__icon.active {
  background: url(../images/check-2.svg) center/8px no-repeat;
}

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  line-height: calc(18 / 12);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .4;
}

.form__check a {
  text-decoration: underline;
}

.form__check a:hover {
  color: #11A98A;
  text-decoration: underline;
}

.form__check.error .form__icon {
  border-color: #c00;
}

.form__check.error .form__text {
  color: #c00;
}

.form__check.error .form__text a {
  color: #c00;
}

.nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  height: 50px;
  padding-left: 16px;
  border: 1px solid #EBEBEB;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.nice-select.error {
  border-color: #c00;
  color: #c00;
}

.nice-select.error:after {
  border-color: #c00;
}

.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  margin-top: 4px;
  padding: 0;
  min-width: 100%;
  color: #000000;
  opacity: 0;
  background: #f2f2f2;
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 5px 15px rgba(255, 255, 255, 0.5);
  pointer-events: none;
  white-space: nowrap;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .list li {
  display: block;
  min-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nice-select .list li:last-child {
  border: none;
}

.nice-select .list li:hover {
  background: #11A98A;
  color: #ffffff;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select:after {
  content: '';
  position: absolute;
  right: 26px;
  top: 50%;
  border-bottom: 1px solid #25313f;
  border-right: 1px solid #25313f;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

.acceptance-147 {
display:none;
}

@media (min-width: 576px) {
  .container {
    max-width: 520px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .submit_white:hover {
    border-color: #ffffff;
    background: #11A98A;
    color: #ffffff;
  }

  .submit_green:hover {
    background: #0e8970;
  }

  .button:hover {
    background: #0e8970;
  }

  .container {
    max-width: 960px;
  }

  .header__menu li:hover {
    color: #11A98A;
  }

  .header__tel:hover {
    color: #11A98A;
  }

  .feedback__prev:hover,
  .feedback__next:hover {
    background: #11A98A;
  }

  .feedback__prev:hover svg,
  .feedback__next:hover svg {
    fill: #ffffff;
  }

  .footer__menu li:hover {
    color: #11A98A;
  }

  .footer .siteup img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }

  .footer .siteup:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .footer__tel:hover {
    color: #11A98A;
  }

  .footer__email:hover {
    color: #11A98A;
  }

  .footer__socials svg:hover {
    fill: #11A98A;
  }

  .footer__policy:hover {
    color: #11A98A;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

@media (max-width: 1199px) {
  .margin {
    margin-bottom: 70px;
  }

  .title {
    line-height: 1.2;
    font-size: calc(23px + 14 * ((100vw - 320px) / 1600));
  }

  .header__form input:not([type="submit"]) {
    width: 178px;
  }

  .header {
    padding-top: 75px;
  }

  .header__top-wrapper {
    padding: 10px 0;
  }

  .header__menu {
    margin-right: 10px;
  }

  .header__menu li {
    margin-right: 10px;
  }

  .header__tel {
    margin-right: 10px;
    font-size: 17px;
  }

  .header__title {
    font-size: 36px;
  }

  .header__text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }

  .header__main-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .header__form {
    padding: 20px;
  }

  .header__form input {
    margin-right: 8px;
    height: 45px;
  }

  .header__form-title {
    margin-right: 18px;
    font-size: 15px;
  }

  .header .nice-select {
    width: 178px;
    height: 45px;
    -webkit-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
            transform: translateX(-180px);
  }

  .header .submit {
    -webkit-transform: translateX(185px);
        -ms-transform: translateX(185px);
            transform: translateX(185px);
  }

  .info__gallery {
    --gap: 20px;
  }

  .info__gallery-img {
    height: 202px;
  }

  .info__text-item {
    max-width: 45%;
  }

  .features-wrapper {
    --gap: 20px;
  }

  .features__item {
    max-width: 225px;
  }

  .features__item_big {
    max-width: 100%;
  }

  .about {
    padding-bottom: 70px;
  }

  .about__item {
    padding: 0 13px 0 24px;
    width: 250px;
  }

  .about__item-title {
    font-size: calc(35px + 35 * ((100vw - 320px) / 1600));
  }

  .feedback .gallery__thumbs {
    max-height: 258px;
  }

  .feedback .gallery__img img {
    max-height: 258px;
  }

  .feedback__item-gallery {
    margin-right: 20px;
  }

  .feedback__item-name {
    margin-bottom: calc(15px + 10 * ((100vw - 320px) / 1600));
    font-size: calc(20px + 5 * ((100vw - 320px) / 1600));
  }

  .feedback__item-text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }

  .step {
    padding-bottom: 70px;
  }

  .step-wrapper {
    --gap: 15px;
  }

  .step__item {
    max-width: 310px;
    padding: 25px 20px;
  }

  .step__item-number {
    font-size: 27px;
  }

  .step__item-title {
    max-width: 210px;
  }

  .footer__left {
    margin-right: 40px;
  }

  .footer__menu {
    margin-left: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .footer__menu li {
    margin-right: 10px;
  }

  .footer__top {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .menu-link {
    display: block;
  }

  .header__form input:not([type="submit"]) {
    width: 100%;
  }

  .header__menu-wrapper {
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 5;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    margin-top: 75px;
    padding-bottom: 75px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .header__menu-wrapper_active {
    right: 0;
  }

  .header__main-left {
    padding-top: 20px;
  }

  .header__main-right {
    display: none;
  }

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

  .header__main-left {
    padding-top: 0;
  }

  .header__form {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-left: 20px;
  }

  .header__form .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__form form {
    width: 100%;
  }

  .header__form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .header__form-title {
    margin: 0 0 15px 0;
    font-size: 14px;
    text-align: center;
  }

  .header__form-title span {
    font-size: 18px;
  }

  .header__form-small {
    line-height: 1.2;
  }

  .header__form .submit {
    margin-top: 60px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .header__title {
    font-size: 32px;
  }

  .header__menu {
    -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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }

  .header__menu li {
    margin-bottom: 30px;
    margin-right: 0;
    color: #ffffff;
    line-height: 1;
    font-size: 19px;
  }

  .header__menu li:last-child {
    margin-bottom: 0;
  }

  .header-wrapper {
    margin-bottom: 0;
  }

  .header .nice-select {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 260px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .info__gallery {
    --gap: 15px;
  }

  .info__gallery-img {
    height: 166px;
  }

  .info__size-wrapper {
    --gap: 9px;
  }

  .info__text {
    --gap: 20px;
  }

  .features__item_big {
    max-width: 475px;
  }

  .features__item_big .features__item-icon {
    margin-right: 20px;
  }

  .features__item_big .features__item-icon img {
    max-width: 100px;
  }

  .about-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .about__item {
    width: 23%;
    padding: 0;
  }

  .about__item:after {
    display: none;
  }

  .feedback .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .feedback .gallery__thumbs {
    overflow-y: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: none;
    padding: 0;
    --gap: 7px;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .feedback .gallery__thumbs img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }

  .feedback .gallery__thumbs a {
    margin: var(--gap) 0 0 var(--gap);
  }

  .feedback .gallery__thumbs a:last-child {
    margin-right: 0;
  }

  .feedback .gallery__img {
    margin-bottom: 8px;
  }

  .step {
    padding-bottom: 60px;
  }

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

  .step__item {
    width: 400px;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

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

  .step__item-title {
    max-width: 260px;
    font-size: 17px;
  }

  .footer__left {
    margin-right: 15px;
  }

  .footer__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .margin {
    margin-bottom: 60px;
  }

  .title {
    /* margin-bottom: 25px; */
    margin-bottom: 50px;
  }

  .header__main {
    padding: 30px 0;
  }

  .header__main .container {
    -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;
    text-align: center;
  }

  .header__title {
    font-size: 29px;
  }

  .header__form {
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .info {
    padding: 50px 0;
  }

  .info__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .info__text-item {
    max-width: 100%;
  }

  .info__size-item {
    width: 100%;
  }

  .features__item {
    max-width: 250px;
  }

  .features__item_big {
    max-width: 100%;
  }

  .about {
    padding-bottom: 60px;
  }

  .about-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    --gap: 20px;
    margin: calc(-1 * var(--gap)) 0 30px calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .about__item {
    width: 46%;
    margin: var(--gap) 0 0 var(--gap);
  }

  .about__text p {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .about__text br {
    display: none;
  }

  .feedback__item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .feedback__item-right {
    margin-bottom: 20px;
  }

  .feedback__item-gallery {
    margin-right: 0;
  }

  .feedback__pagination {
    top: -15px;
  }

  .feedback__pagination .swiper-pagination-current {
    margin-right: 0px;
    font-size: 21px;
    line-height: 1.2;
  }

  .feedback__arrows {
    top: 3px;
  }

  .footer__left {
    margin-right: 0;
  }

  .footer__top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .popup-price .popup__content {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 0 auto;
  }

  .title {
    text-align: center;
  }

  .button {
    height: 42px;
    padding: 0 15px;
    font-size: 11px;
  }

  .logo {
    max-width: 60px;
  }

  .header {
    padding-top: 67px;
  }

  .header__tel {
    margin-right: 0;
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
  }

  .header__title {
    margin-bottom: 20px;
    font-size: calc(24px + 6 * ((100vw - 320px) / 1600));
  }

  .header__menu-wrapper {
    margin-top: 67px;
  }

  .info__pagination {
    bottom: -40px;
  }

  .info__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-right: 6px;
  }

  .info__gallery {
    width: 100%;
    margin-left: 0;
  }

  .info__gallery a {
    width: 100%;
  }

  .info__gallery-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    height: 250px;
    min-height: 250px;
  }

  .info picture {
    height: 250px;
  }

  .info__size {
    text-align: center;
  }

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

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

  .info__button {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: 200px;
  }

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

  .features-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;
    width: 100%;
    --gap: 15px;
    margin-left: 0;
  }

  .features__item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .features__item-icon {
    height: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .features__item-icon img {
    max-height: 50px;
  }

  .features__item-text br {
    display: none;
  }

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

  .features__item_big .features__item-icon {
    margin-bottom: 20px;
  }

  .features__item_big .features__item-icon img {
    max-width: 70px;
  }

  .about {
    padding-bottom: 50px;
  }

  .about-wrapper {
    --gap: 10px;
    margin: calc(-1 * var(--gap)) 0 20px calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .about__item {
    width: 46.5%;
    margin: var(--gap) 0 0 var(--gap);
  }

  .about__item-title {
    margin-bottom: 0px;
  }

  /* .feedback__arrows {
    display: none;
  } */

  .feedback__pagination {
    right: 15px;
    top: 23px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .feedback__item-name {
    max-width: 84%;
  }

  .step {
    padding-bottom: 50px;
  }

  .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
    margin-bottom: 15px;
  }

  .step__item:after {
    display: none;
  }

  .step__item-number {
    right: 15px;
    top: 15px;
    font-size: 25px;
  }

  .step__item-icon {
    position: static;
    max-width: 50px;
    max-height: 50px;
  }

  .step__item > * {
    margin-bottom: 15px;
  }

  .step__item > *:last-child {
    margin-bottom: 0;
  }

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

  .footer-top__item {
    width: 100%;
  }

  .footer__top {
    margin-bottom: 0;
  }

  .footer__top > * {
    margin-bottom: 15px;
  }

  .footer__logo {
    margin-bottom: 5px;
  }

  .footer__bottom {
    -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;
    text-align: center;
  }

  .footer__bottom > * {
    margin-bottom: 10px;
  }

  .footer__bottom > *:last-child {
    margin-bottom: 0;
  }

  .footer__right-item {
    margin-bottom: 15px;
  }

  .popup-price .popup__content {
    max-width: 100%;
  }

  .popup .nice-select {
    bottom: 112px;
  }

  .popup__form input,
  .popup__form .submit {
    margin-bottom: 15px;
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .popup__content {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 1600));
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
    padding-left: calc(15px + 25 * ((100vw - 320px) / 1600));
    padding-right: calc(15px + 25 * ((100vw - 320px) / 1600));
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  textarea {
    overflow: auto;
  }

  li {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }
}
@supports (-webkit-appearance:none){
input:not([type="submit"]).name{background-image:url(../images/user.svg)}
input:not([type="submit"]).tel{background-image:url(../images/phone.svg)}
.about__item-title:after{background:url(../images/check.svg) center/contain no-repeat}
.form__icon.active{background:url(../images/check-2.svg) center/8px no-repeat}
}

 @media (min-width: 576px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1199px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 991px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 575px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){

@supports (-webkit-appearance:none){

}

}


[data-name="acceptance-147"] {
  display: none;
}
.wpcf7-spinner {
  display: none;
}

/**/
.social-list {
  display: flex;
  align-items: center;
}
.social-list li {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}
.catalog {
  padding-top: 45px;
}
.catalog__subtitle {
  padding-bottom: 20px;
  font-family: 'Manrope EB';
}
.catalog-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog__item {
  width: calc(33% - 10px);
  margin: 0px 5px 20px;
  padding-bottom: 20px;
  box-shadow: 0px 10px 15px rgb(28 124 218 / 15%);
}

.catalog_img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.catalog_img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.catalog__item-text {
  margin: 10px 0;
  padding: 0 20px;
}
.catalog__price-text {
  margin: 20px 0;
  padding: 0 20px;
}
.catalog__item-text span,
.catalog__price-text span {
  font-family: 'Manrope EB';
}
.catalog__item .button {
  margin: 0 auto;
}

.btn-call {
  width: 44px;
  height: 44px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50%;
  flex: none;
  background: #11A98A;
  display: none;
  align-items: center;
  justify-content: center;
}
.info__text-item-wr {
  font-size: 16px;
  line-height: calc(24 / 14);
  margin-top: 30px;
}
.info__text-item-wr p {
  margin-bottom: 10px;
}
.info__text-item-wr a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .catalog__item {
    width: calc(50% - 10px);
    margin: 0px 5px 20px;
  }  
}

@media (max-width: 575px) {
  .features__item-text {
    text-align: center;
  }
  .catalog__item {
    width: 100%;
    margin: 0px 5px 20px;
  }
  .btn-call {
    display: flex;
  }
  .header__button.button-modal  {
    display: none;
  }
  .header__text {
    margin-top: 10px;
  }
  .info__text {
    --gap: 0px;
}
}

.banner-list li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 30px;
}
.banner-list li::before {
content: '';
position: absolute;
left: -30px;
top: 0px;
width: 20px;
height: 20px;
background: url(../images/check.svg) center/contain no-repeat;
}
#map {
  height: 600px;
  width: 100%;
  background-color: #ddd;
}
.footer_cont {
  position: absolute;
  left: 40px;
  top: 110px;
  z-index: 4;
  background: #ffffffe8;
  width: max-content;
  padding: 15px;
}

.footer__address {
  margin: 5px 0;
  font-size: 12px;
}

.titl_cont {
  padding: 10px 0px 0px;
}
.footer__address.active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .banner-list li {
    text-align: left;    
  }
  #map {
    display: none;
  }
  .footer_cont {
    position: unset;
    width: 100%;
  }
  .footer__address.active {
    text-decoration: unset;
  }
}

.page-thnx .header__text {
  margin: 35px auto;
}