@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("../fonts/Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("../fonts/Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("../fonts/Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("../fonts/Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: local("../fonts/Inter-Bold"), local("Inter-Bold"), url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: local("../fonts/Inter-Medium"), local("Inter-Medium"), url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: local("../fonts/Inter-Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

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

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  font-size: 15px;
}

body {
  z-index: 20;
}

.hide {
  display: none;
}

input {
  color: #333;
  font-size: 0.93rem;
  line-height: 1.33rem;
  padding: 19px 20px;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  font-family: "Inter";
  width: 240px;
  height: 50px;
}

.btn {
  border-radius: 10px;
  padding: 16px 40px;
  color: #fff;
  font-size: 1.2rem;
  z-index: 86;
  line-height: 1.46rem;
  font-family: Gilroy;
  font-weight: 700;
  background-color: transparent;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
}

.wrapper {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lock {
  overflow: hidden;
}

progress {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border: none;
  background: transparent;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, #fc4236);
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, #fc4236);
  background-attachment: fixed;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header .navbar-bgc {
  background-color: transparent;
  transition: background-color 0.9s;
  transition: all 0.2s linear;
}
.header .navbar-color {
  background-color: #F1F6F6;
  margin-top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0px 20px 20px -15px rgba(54, 190, 152, 0.4);
}
.header .bg__container {
  background-color: #F1F6F6;
  height: 50px;
}
.header .bg__container .header__inner {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header .bg__container .header__inner .nav {
  display: flex;
  height: 50px;
  justify-content: space-between;
}
.header .bg__container .header__inner .nav__link {
  color: #444444;
  display: flex;
  align-items: center;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 1.06rem;
  height: 100%;
  line-height: 1.26rem;
  text-transform: uppercase;
  transition: 0.2s linear;
  position: relative;
}
.header .bg__container .header__inner .nav__link:hover {
  color: #00BC8E;
}
.header .bg__container .header__inner .nav__link:hover:after {
  width: 100%;
}
.header .bg__container .header__inner .nav__link:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #00BC8E;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: width 0.2s linear;
}
.header__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}
.header__footer .header__logo {
  display: flex;
  align-items: center;
}
.header__footer .header__logo .logo {
  display: flex;
  align-items: center;
}
.header__footer .header__logo .logo .logo__icon {
  display: block;
  width: 48px;
  height: 48px;
}
.header__footer .header__logo .logo .logo__link {
  text-transform: uppercase;
  color: #97949D;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: "Inter";
  font-size: 1.46rem;
  margin-right: 40px;
  margin-left: 15px;
}
.header__footer .header__logo .logo .logo__link span {
  color: #49453F;
}
.header__footer .header__logo .description {
  font-size: 0.93rem;
  line-height: 1.46rem;
  color: #000000;
  font-family: "Inter";
  font-weight: normal;
}
.header__footer .header__burger {
  display: none;
}
.header__footer .header__contact {
  display: flex;
  align-items: center;
}
.header__footer .header__contact .number {
  display: flex;
}
.header__footer .header__contact .number .num {
  font-family: "Inter";
  font-weight: 600;
  color: #000000;
  display: block;
  line-height: 1.93rem;
  font-size: 1.6rem;
  margin-right: 30px;
}
.header__footer .header__contact .number .wwhatsapp {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 30px;
}
.header__footer .header__contact .header__btn {
  position: relative;
  z-index: 90;
}
.header__footer .header__contact .header__btn .call {
  position: relative;
  z-index: 60;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.header__footer .header__contact .header__btn .call:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.header__footer .header__contact .form__after {
  padding: 16px 40px;
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}

.animated-modal {
  width: 380px;
  height: 377px;
  border-radius: 4px;
  overflow: hidden;
  padding: 24px 30px;
  transform: translateY(-50px);
  transition: all 0.7s;
  background: #FCFCFC;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.animated-modal h2 {
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #333333;
  font-weight: 600;
  font-family: "Gilroy";
  margin-bottom: 10px;
}
.animated-modal p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #333333;
  font-family: "Gilroy";
  margin-bottom: 30px;
}

.animated-modal h2,
.animated-modal p,
.animated-modal input,
.animated-modal button {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p,
.fancybox-slide--current .animated-modal input,
.fancybox-slide--current .animated-modal button {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
}

.fancybox-slide--current .animated-modal input {
  transition-delay: 0.5s;
}

.fancybox-slide--current .animated-modal button {
  transition-delay: 0.6s;
}

.form__head {
  display: flex;
  flex-direction: column;
}
.form__head .after {
  position: relative;
}
.form__head .after .call {
  position: relative;
  z-index: 60;
  width: 100%;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.form__head .after .call:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.form__head .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}
.form__head input {
  color: #333;
  font-size: 0.93rem;
  line-height: 1.33rem;
  padding: 19px 20px;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  font-family: "Inter";
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  transition: all linear 0.1s;
}
.form__head input:focus {
  border-color: #2AE680;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  padding: 24px 30px;
}

.banner {
  background: url("../image/banner/Rectangle 2.png") no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
.banner .banner__bgc {
  position: absolute;
  right: 0;
  top: 0;
  width: 860px;
  height: 800px;
  z-index: 1;
}
.banner__header {
  padding-top: 196px;
  display: flex;
  z-index: 3;
}
.banner__header .banner__text {
  width: 50%;
  z-index: 20;
}
.banner__header .banner__text .banner__subtitle {
  padding: 10px 20px;
  font-family: "Inter";
  font-weight: 500;
  color: #FF8CC3;
  font-size: 1.06rem;
  line-height: 1.46rem;
  background-color: #F6E2EF;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.banner__header .banner__text .banner__title {
  color: #333333;
  font-size: 4.26rem;
  line-height: 5.06rem;
  font-family: "Gilroy";
  font-weight: 600;
}
.banner__header .banner__text .banner__row .row__title {
  font-family: "Gilroy";
  font-weight: 600;
  color: #FF8CC3;
  font-size: 1.33rem;
  line-height: 1.6rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.banner__header .banner__text .banner__row .banner__container {
  display: flex;
  align-items: center;
}
.banner__header .banner__text .banner__row .banner__container .banner__item {
  margin-right: 76px;
}
.banner__header .banner__text .banner__row .banner__container .banner__item .item__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 1.33rem;
  line-height: 1.6rem;
  color: #333333;
  margin-bottom: 10px;
}
.banner__header .banner__text .banner__row .banner__container .banner__item .item__description {
  color: #887881;
  font-family: "Inter";
  line-height: 1.6rem;
  font-size: 1.06rem;
}
.banner .banner__img {
  z-index: 3;
  position: relative;
  width: 50%;
}
.banner .banner__img img {
  width: 700px;
  height: 500px;
}
.banner .banner__img .banner__btn {
  width: 240px;
  height: 240px;
  background-color: #F07EC8;
  position: absolute;
  top: 38%;
  border-radius: 50%;
  left: -50px;
}
.banner .banner__img .banner__btn .btn__title {
  font-size: 1.33rem;
  line-height: 1.6rem;
  padding-top: 39px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy";
  font-weight: 700;
}
.banner .banner__img .banner__btn .btn__text, .banner .banner__img .banner__btn .item1, .banner .banner__img .banner__btn .item2, .banner .banner__img .banner__btn .item3 {
  display: block;
  padding-left: 30px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #FFF;
  font-family: "Inter";
}
.banner .banner__img .banner__btn .item1 {
  padding-left: 68px;
}
.banner .banner__img .banner__btn .item2 {
  padding-left: 90px;
}
.banner .banner__img .banner__btn .item3 {
  padding-left: 108px;
}
.banner .banner__img .banner__btn .btn__text {
  margin-top: 11px;
}
.banner .banner__img .banner__btn .play {
  width: 125px;
  height: 125px;
  background: linear-gradient(180deg, #7DC1FF 0%, #458DD0 100%);
  box-shadow: 0px 4px 14px rgba(69, 141, 208, 0.4);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: -45px;
}
.banner .banner__img .banner__btn .play__link {
  width: 50px;
  height: 50px;
}
.banner .banner__img .banner__btn .play__link img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 37px;
}
.banner .banner__bottom {
  width: 820px;
  padding: 24px 34px;
  background: #FCFCFC;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 100px;
}
.banner .banner__bottom .form__title {
  font-size: 1.33rem;
  line-height: 1.6rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.banner .banner__bottom .form__bottom {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.banner .banner__bottom .form__bottom input {
  color: #333;
  font-size: 0.93rem;
  line-height: 1.33rem;
  padding: 19px 20px;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  font-family: "Inter";
  width: 240px;
  height: 50px;
  transition: all linear 0.2s;
}
.banner .banner__bottom .form__bottom input:focus {
  border-color: #2AE680;
}
.banner .banner__bottom .form__bottom input:hover {
  border-color: #2AE680;
}
.banner .banner__bottom .form__bottom .after {
  position: relative;
}
.banner .banner__bottom .form__bottom .after .form__btn {
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
  z-index: 5;
  width: 240px;
  height: 50px;
  position: relative;
  z-index: 60;
  padding: 15px 17px;
}
.banner .banner__bottom .form__bottom .after .form__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.banner .banner__bottom .form__bottom .after .form__after {
  padding: 16px 40px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 20;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}
.banner .line {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51.04%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
}
.banner .banner__services {
  background: url("../image/banner/skys.png") no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 130px;
}
.banner .banner__services .wrapper {
  display: flex;
  align-items: center;
}
.banner .banner__services .wrapper .services__item {
  position: relative;
}
.banner .banner__services .wrapper .services__item .services__text {
  position: absolute;
  top: 55%;
  left: 27%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000000;
  font-family: "Gilroy";
  font-weight: 600;
}
.banner .banner__services .wrapper .services__item .add {
  position: absolute;
  top: 0;
  right: 70px;
}
.banner .banner__services .wrapper .services__item:nth-child(3) .services__text {
  left: 20%;
}
.banner .banner__services .wrapper .services__item:nth-child(4) .services__text {
  left: 25%;
}

.mobbanner {
  display: none;
}

/* Start state */
.animatedModalSecond {
  width: 380px;
  height: 528px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all 0.7s;
  background: #FCFCFC;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.animatedModalSecond h2 {
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #333333;
  font-weight: 600;
  font-family: "Gilroy";
  margin-bottom: 10px;
}
.animatedModalSecond p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #333333;
  font-family: "Gilroy";
  margin-bottom: 30px;
}

.animatedModalSecond h2,
.animatedModalSecond p,
.animatedModalSecond input,
.animatedModalSecond button,
.animatedModalSecond textarea {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animatedModalSecond,
.fancybox-slide--current .animatedModalSecond h2,
.fancybox-slide--current .animatedModalSecond p,
.fancybox-slide--current .animatedModalSecond input,
.fancybox-slide--current .animatedModalSecond button,
.fancybox-slide--current .animatedModalSecond textarea {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animatedModalSecond h2 {
  transition-delay: 0.1s;
}

.fancybox-slide--current .animatedModalSecond p {
  transition-delay: 0.3s;
}

.fancybox-slide--current .animatedModalSecond textarea {
  transition-delay: 0.5s;
}

.fancybox-slide--current .animatedModalSecond input {
  transition-delay: 0.6s;
}

.fancybox-slide--current .animatedModalSecond button {
  transition-delay: 0.8s;
}

.after {
  position: relative;
}
.after .call {
  position: relative;
  z-index: 60;
  width: 100%;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.after .call:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}

.form__head textarea {
  color: #333;
  font-size: 0.93rem;
  line-height: 1.33rem;
  padding: 19px 20px;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  font-family: "Inter";
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  resize: none;
  transition: all linear 0.1s;
}
.form__head textarea:focus {
  border-color: #2AE680;
}

.test {
  padding-bottom: 90px;
}
.test .wrapper {
  display: flex;
  align-items: center;
}
.test .wrapper .test__img {
  margin-right: 80px;
}
.test .wrapper .test__text .test__title {
  font-size: 3rem;
  line-height: 3.06rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  display: block;
}
.test .wrapper .test__text .test__description {
  font-size: 1.86rem;
  line-height: 3.06rem;
  font-family: "Gilroy";
  margin-bottom: 20px;
  display: block;
  color: #333333;
}
.test .wrapper .test__text .test__discount {
  font-size: 1.2rem;
  line-height: 1.86rem;
  color: #333333;
  font-family: "Inter";
  margin-bottom: 30px;
}
.test .wrapper .test__text .test__form {
  display: flex;
  align-items: center;
}
.test .wrapper .test__text .test__form input {
  margin-right: 20px;
  transition: all linear 0.2s;
}
.test .wrapper .test__text .test__form input:focus {
  border-color: #2AE680;
}
.test .wrapper .test__text .test__form input:hover {
  border-color: #2AE680;
}
.test .wrapper .test__text .test__form .after {
  width: 260px;
  position: relative;
}
.test .wrapper .test__text .test__form .after .form__btn {
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
  padding: 15px 67px;
  position: relative;
  width: 100%;
  z-index: 60;
}
.test .wrapper .test__text .test__form .after .form__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.test .wrapper .test__text .test__form .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: -5px;
  height: 50px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}

.logic {
  background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  position: relative;
}
.logic .logic__title {
  margin-top: 80px;
  margin-bottom: 60px;
  font-size: 4.13rem;
  line-height: 4.93rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
  padding-top: 100px;
}
.logic .logic__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  padding-left: 69px;
}
.logic .row__choice {
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  opacity: 0.3;
  font-size: 2.13rem;
  line-height: 2.53rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.logic .logic__row__second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 69px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}
.logic .logic__row__second .row__title {
  width: 654px;
  padding-right: 30px;
  top: 292px;
  left: -292px;
  display: flex;
  justify-content: flex-end;
  color: #F74EBC;
}
.logic .logic__row__second .row__item .row__text h2 {
  background: linear-gradient(180deg, #FF8CC3 0%, #F74EBC 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.logic .row__title {
  position: absolute;
  height: 69px;
  width: 326px;
  top: 129px;
  left: -129px;
  transform: rotate(-90deg);
  border-bottom: 1px solid RGBA(51, 51, 51, 0.09);
  display: flex;
  align-items: center;
  padding-left: 80px;
  font-size: 1.56rem;
  line-height: 2rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #37BA9A;
}
.logic .row__item {
  width: 33.33%;
  height: 327px;
  border-right: 1px solid RGBA(51, 51, 51, 0.09);
  position: relative;
  padding: 30px 30px;
}
.logic .row__item:last-child {
  border-right: none;
}
.logic .row__item:nth-child(4) {
  border-right: none;
}
.logic .row__item .row__text {
  padding-top: 180px;
  display: flex;
  align-items: center;
}
.logic .row__item .row__text h2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #29DD86 0%, #00BC8E 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  font-size: 2.8rem;
  line-height: 3.33rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #FFF;
}
.logic .row__item .row__text h3 {
  font-size: 1.6rem;
  line-height: 120%;
  font-family: "Gilroy";
  font-weight: 600;
  margin-left: 20px;
}
.logic .row__item .row__desc h3 {
  font-size: 1.6rem;
  line-height: 120%;
  font-family: "Gilroy";
  font-weight: 600;
}
.logic .row__item .row__desc p {
  font-size: 1.06rem;
  line-height: 1.6rem;
  font-family: "Inter";
  color: #707070;
  margin-top: 5px;
  margin-left: 20px;
}
.logic .row__image {
  position: absolute;
  width: 340px;
  left: 50%;
  top: -20px;
  margin-left: -170px;
}
.logic .logic__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 150px;
}
.logic .logic__bottom .logic__left {
  width: 50%;
}
.logic .logic__bottom .logic__left img {
  position: absolute;
  left: -100px;
  top: -20px;
  width: 700px;
  height: 400px;
}
.logic .logic__bottom .logic__right {
  width: 50%;
  z-index: 10;
  margin-bottom: 30px;
}
.logic .logic__bottom .logic__right .logic__header {
  font-size: 2.13rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}
.logic .logic__bottom .logic__right .logic__points {
  display: flex;
  flex-direction: column;
}
.logic .logic__bottom .logic__right .logic__points .logic__block {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.logic .logic__bottom .logic__right .logic__points .logic__block span {
  width: 8px;
  height: 8px;
  background-color: #00BC8E;
  border-radius: 50%;
  margin-right: 12px;
}
.logic .logic__bottom .logic__right .logic__points .logic__block h3 {
  font-size: 1.2rem;
  line-height: 1.46rem;
  color: #333333;
  font-family: "Inter";
}
.logic .sky__bgc {
  background: url("../image/logic/bgc__sky.png") no-repeat center;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -50px;
  z-index: 1;
}

.moblogic {
  display: none;
}

.calculator {
  background: linear-gradient(180deg, #FFFFFF 0%, #FDF3F9 69.79%);
  padding-bottom: 120px;
  margin-top: 100px;
}
.calculator .calculator__box {
  position: relative;
}
.calculator .calculator__box .calculator__container {
  height: 402px;
  background-color: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  z-index: 12;
  position: relative;
}
.calculator .calculator__box .calculator__container .calculator__text {
  width: 100%;
  padding-top: 80px;
  padding-left: 80px;
}
.calculator .calculator__box .calculator__container .calculator__text .calculator__top {
  font-size: 2.8rem;
  line-height: 3.06rem;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Gilroy";
}
.calculator .calculator__box .calculator__container .calculator__text .calculator__description, .calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
  font-size: 1.85rem;
  line-height: 2.53rem;
  color: #333333;
  font-family: "Gilroy";
}
.calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
  color: #F64EBC;
  font-weight: 600;
  margin-bottom: 40px;
}
.calculator .calculator__box .calculator__container .calculator__text .after {
  position: relative;
  width: 340px;
  z-index: 30;
}
.calculator .calculator__box .calculator__container .calculator__text .after .calculator__btn {
  padding: 15px 66px;
  position: relative;
  width: 100%;
  z-index: 30;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.calculator .calculator__box .calculator__container .calculator__text .after .calculator__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.calculator .calculator__box .calculator__container .calculator__text .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: -5px;
  height: 50px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}
.calculator .calculator__box .calculator__container .calculator__image {
  position: absolute;
  display: block;
  right: 0;
  top: -50px;
}
.calculator .calculator__box .calculator__container__before {
  position: absolute;
  width: 98%;
  height: 402px;
  right: 50%;
  left: 10px;
  top: 20px;
  right: 0;
  opacity: 0.5;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #FFF;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .calculator .calculator__box .calculator__container .calculator__text .calculator__top {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .calculator .calculator__box .calculator__container .calculator__text .calculator__description, .calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
    font-size: 1.55rem;
    line-height: 2.53rem;
  }
  .calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
    margin-bottom: 20px;
  }
  .calculator .calculator__box .calculator__container .calculator__image {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 980px) {
  .calculator .calculator__box .calculator__container .calculator__text .calculator__top {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .calculator .calculator__box .calculator__container .calculator__text .calculator__description, .calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .calculator .calculator__box .calculator__container .calculator__text .calculator__sale {
    margin-bottom: 20px;
  }
  .calculator .calculator__box .calculator__container .calculator__image {
    width: 420px;
    height: 350px;
    top: -30px;
  }
}
@media screen and (max-width: 850px) {
  .calculator .calculator__box .calculator__container .calculator__image {
    width: 400px;
    height: 320px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .calculator {
    padding-bottom: 60px;
    z-index: 30;
  }
  .calculator .calculator__box .calculator__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding-bottom: 40px;
  }
  .calculator .calculator__box .calculator__container .calculator__image {
    order: 1;
    position: relative;
    width: 300px;
    height: 250px;
    top: -20px;
  }
  .calculator .calculator__box .calculator__container .calculator__text {
    order: 2;
    padding: 0;
    display: block;
    text-align: center;
  }
  .calculator .calculator__box .calculator__container .calculator__text .calculator__btn {
    padding: 15px 53px;
  }
  .calculator .calculator__box .calculator__container__before {
    height: 505px;
    width: 95%;
  }
}
.advantages {
  padding-bottom: 120px;
}
.advantages .advantages__logo {
  margin-top: 100px;
  margin-left: 20px;
}
.advantages .advantages__logo img {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.advantages .advantages__logo .advantages__title {
  font-size: 2.8rem;
  margin-left: 20px;
  line-height: 3.33rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
}
.advantages .advantages__logo .advantages__title span {
  color: #F64EBC;
}
.advantages .advantages__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages .advantages__container .advantages__info {
  margin-right: 20px;
  width: 380px;
  margin-bottom: 20px;
}
.advantages .advantages__container .advantages__info .advantages__block {
  width: 100%;
  margin-top: 120px;
  height: 614px;
  background-color: #F6F7FA;
  border-radius: 20px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item {
  padding: 42px 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__name {
  font-size: 1.33rem;
  line-height: 2rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
  margin-left: 20px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__line {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 22.4%, #000000 77.6%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
  width: 100%;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item:first-child {
  height: 107px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(2) {
  height: 115px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(3) {
  height: 115px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(4) {
  height: 115px;
}
.advantages .advantages__container .advantages__info .advantages__block .advantages__item:last-child {
  height: 170px;
}
.advantages .advantages__container .advantages__column {
  width: 33.33%;
  background: #EEFDFC;
  margin-right: 20px;
  padding: 0px 15px 0px 15px;
  border-radius: 20px;
  height: 775px;
}
.advantages .advantages__container .advantages__column .advantages__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 25px;
}
.advantages .advantages__container .advantages__column .advantages__header .advantages__image {
  margin-bottom: 20px;
}
.advantages .advantages__container .advantages__column .advantages__header .advantages__name {
  text-transform: uppercase;
  color: #97949D;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: "Inter";
  font-size: 1.46rem;
  text-align: center;
}
.advantages .advantages__container .advantages__column .advantages__header .advantages__name span {
  color: #49453F;
}
.advantages .advantages__container .advantages__column .advantages__well {
  width: 100%;
  height: 614px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #FFF;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item {
  padding: 30px 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__icon {
  margin-right: 20px;
  display: block;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Inter";
  color: #333333;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name span {
  color: #AABEB9;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__line {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 22.4%, #000000 77.6%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
  width: 100%;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(4) {
  height: 115px;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item:last-child {
  height: 170px;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(2) {
  height: 115px;
}
.advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(3) {
  height: 115px;
}
.advantages .advantages__container .advantages__column:last-child {
  background-color: #FFE9F7;
}
.advantages .advantages__container .advantages__column:last-child .advantages__name {
  font-family: "Gilroy";
  font-size: 1.6rem;
  color: #333333;
  text-transform: none;
}
.advantages .advantages__container .advantages__column:last-child .advantages__item:first-child {
  height: 95px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__item:nth-child(2) {
  height: 115px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__item:nth-child(3) {
  height: 115px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__item:nth-child(4) {
  height: 115px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__item:last-child {
  height: 170px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages .advantages__container .advantages__column:last-child .advantages__img .advantages__image {
  display: block;
  margin-right: 10px;
}
.advantages .advantages__container .advantages__column:last-child .advantages__img .advantages__image:last-child {
  margin-right: 0;
}

.connection {
  background-color: #F5F8FA;
}
.connection .connection__mobile {
  display: none;
}
.connection .wrapper {
  display: flex;
}
.connection .wrapper .connection__img img {
  width: 400px;
  height: 100%;
  display: block;
}
.connection .wrapper .connection__video {
  display: flex;
  align-items: center;
}
.connection .wrapper .connection__video .connection__info {
  margin-left: 40px;
  margin-right: 45px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.connection .wrapper .connection__video .connection__info .connection__title {
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.connection .wrapper .connection__video .connection__info .connection__description {
  font-family: "Inter";
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #333333;
  margin-bottom: 40px;
}
.connection .wrapper .connection__video .connection__info .connection__link .connection__wwhatsap {
  padding: 10px 15px;
  background-color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.06rem;
  line-height: 1.86rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.connection .wrapper .connection__video .connection__info .connection__link .connection__wwhatsap:focus {
  border-color: #2AE680;
  background: #37BA9A;
  color: #fff;
}
.connection .wrapper .connection__video .connection__info .connection__link .connection__wwhatsap:hover {
  border-color: #2AE680;
  background: #37BA9A;
  color: #fff;
}
.connection .wrapper .connection__video .connection__info .connection__link .connection__wwhatsap img {
  margin-right: 15px;
}
.connection .wrapper .connection__video .connection__info .connection__link .after {
  position: relative;
  width: 100%;
}
.connection .wrapper .connection__video .connection__info .connection__link .after .connection__get {
  position: relative;
  z-index: 60;
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.33rem;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.connection .wrapper .connection__video .connection__info .connection__link .after .connection__get:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.connection .wrapper .connection__video .connection__info .connection__link .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}
.connection .wrapper .connection__video .connection__popup {
  position: relative;
}
.connection .wrapper .connection__video .connection__popup img {
  width: 660px;
  height: 500px;
  display: block;
  border-radius: 20px;
}
.connection .wrapper .connection__video .connection__popup .link {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -70px;
  right: 50%;
  margin-right: -200px;
  height: 100px;
}
.connection .wrapper .connection__video .connection__popup .link .popup {
  font-family: "Gilroy";
  font-size: 1.33rem;
  line-height: 1.33rem;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  transition: 0.2s linear;
}
.connection .wrapper .connection__video .connection__popup .link .popup .play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
.connection .wrapper .connection__video .connection__popup .link .popup:hover {
  color: #000;
}
.connection .wrapper .connection__video .connection__popup .link .popup:hover .play {
  background-color: #000;
}

.properties {
  padding-top: 70px;
}
.properties .properties__logo {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.properties .properties__title {
  font-size: 4.13rem;
  line-height: 4.93rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
.properties .properties__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.properties .properties__content .properties__item {
  width: 48.5%;
  height: 240px;
  margin: 10px 0;
  background: linear-gradient(262.69deg, #F0FFF2 0%, #E1F4F3 100%);
  border-radius: 20px;
  padding: 50px 90px;
  display: flex;
  justify-content: flex-start;
}
.properties .properties__content .properties__item.second {
  justify-content: flex-end;
}
.properties .properties__content .properties__item .item__inner {
  width: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.33rem;
  line-height: 2rem;
  color: #333333;
}
.properties .properties__content .properties__item .item__inner .item__image {
  margin-bottom: 20px;
}
.properties .properties__content .properties__image {
  display: block;
  position: absolute;
  height: 400px;
  width: 400px;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
}
.properties .properties__subtitle {
  font-size: 2.4rem;
  line-height: 1.93rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.properties .properties__description {
  font-size: 1.33rem;
  line-height: 2rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .properties .properties__content .properties__item {
    padding: 50px 30px;
  }
  .properties .properties__content .properties__image {
    height: 350px;
    width: 350px;
    margin-top: -175px;
    margin-left: -175px;
  }
}
@media screen and (max-width: 980px) {
  .properties .properties__content .properties__item {
    padding: 50px 10px;
  }
  .properties .properties__content .properties__image {
    height: 300px;
    width: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .properties .properties__content .properties__item {
    height: 330px;
  }
  .properties .properties__content .properties__item .item__inner {
    font-size: 1.06rem;
    line-height: 140%;
  }
  .properties .properties__content .properties__item:nth-child(1) {
    align-items: flex-start;
  }
  .properties .properties__content .properties__item:nth-child(2) {
    align-items: flex-start;
  }
  .properties .properties__content .properties__item:nth-child(3) {
    align-items: flex-end;
  }
  .properties .properties__content .properties__item:nth-child(4) {
    align-items: flex-end;
  }
  .properties .properties__content .properties__image {
    height: 300px;
    width: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
}
@media screen and (max-width: 500px) {
  .properties .properties__content .properties__image {
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }
}
.filter {
  padding-top: 80px;
}
.filter .wrapper .filter__head .filter__logo img {
  margin: 0 auto;
  display: block;
}
.filter .wrapper .filter__head .filter__text {
  text-align: center;
}
.filter .wrapper .filter__head .filter__text .filter__title {
  font-size: 2.8rem;
  line-height: 3.33rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
  margin-bottom: 20px;
}
.filter .wrapper .filter__head .filter__text .filter__description {
  font-size: 1.6rem;
  line-height: 1.86rem;
  color: #F07EC8;
  font-family: "Gilroy";
  font-weight: 500;
  margin-bottom: 30px;
}
.filter .wrapper .filter__nav {
  width: 415px;
  height: 50px;
  background: #F6F7FA;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.filter .wrapper .filter__nav .filter__nav-link {
  padding: 8px 36px;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Gilroy";
  font-weight: 600;
  color: #333333;
  border-radius: 17px;
  transition: all linear 0.3s;
}
.filter .wrapper .filter__nav .active, .filter .wrapper .filter__nav .filter__nav-link:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #2AE680 100%);
  border-radius: 17px;
  color: #FFF;
}
.filter .wrapper .filter__works .filter__col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter .wrapper .filter__works .filter__col .work {
  margin: 0px 20px 20px 0px;
}
.filter .wrapper .filter__works .filter__col .work img {
  display: block;
}
.filter .wrapper .filter__works-mob {
  display: none;
}
.filter .wrapper .filter__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(262.69deg, #F0FFF2 0%, #E1F4F3 100%);
  border-radius: 20px;
  padding: 18px 45px;
  margin-bottom: 100px;
}
.filter .wrapper .filter__bottom .filter__info {
  font-size: 1.6rem;
  line-height: 1.93rem;
  color: #333333;
  font-family: "Gilroy";
  width: 65%;
  font-weight: 600;
}
.filter .wrapper .filter__bottom .after {
  position: relative;
  width: 35%;
}
.filter .wrapper .filter__bottom .after .filter__btn {
  position: relative;
  z-index: 60;
  width: 100%;
  padding: 15px 94px;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.filter .wrapper .filter__bottom .after .filter__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
  color: #FFF;
}
.filter .wrapper .filter__bottom .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}

.questions {
  background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  padding-bottom: 80px;
  position: relative;
}
.questions .questions__header {
  padding-top: 80px;
  text-align: center;
}
.questions .questions__header .fabrics__logo {
  margin-bottom: 10px;
}
.questions .questions__header .fabrics__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.33rem;
  color: #333333;
  margin-bottom: 50px;
}
.questions .questions__accordion {
  z-index: 20;
  margin-bottom: 20px;
}
.questions .questions__accordion .accordion__item {
  width: 940px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 10px;
}
.questions .questions__accordion .line {
  background: #000000;
  opacity: 0.1;
  height: 2px;
  margin: 0 auto;
  z-index: 20;
  width: 940px;
  margin-top: 40px;
}
.questions .questions__accordion .accordion-item__triger {
  padding: 27px 30px;
  border-radius: 20px;
  z-index: 20;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.questions .questions__accordion .accordion-item__triger .box {
  display: flex;
  align-items: center;
}
.questions .questions__accordion .accordion-item__triger .box h3, .questions .questions__accordion .accordion-item__triger .box span {
  font-size: 1.33rem;
  line-height: 2.2rem;
  color: #333333;
  font-weight: 600;
  font-family: "Gilroy";
}
.questions .questions__accordion .accordion-item__triger .box span {
  color: #00BC8E;
  margin-right: 5px;
}
.questions .questions__accordion .accordion-item__triger .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #F74EBC;
  border-right: 2px solid #F74EBC;
  transform: rotate(45deg);
  transition: linear 0.2s;
}
.questions .questions__accordion .accordion-item__triger .active {
  transform: rotate(225deg);
}
.questions .questions__accordion .accordion-item__content {
  display: none;
  width: 100%;
  padding: 20px 30px;
  z-index: 20;
}
.questions .questions__accordion .accordion-item__content p {
  font-size: 1.2rem;
  line-height: 1.86rem;
  color: #333333;
  font-family: "Inter";
  z-index: 20;
}
.questions .questions__bottom {
  margin-top: 40px;
}
.questions .questions__bottom .questions__head {
  font-size: 1.6rem;
  line-height: 2.13rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
  z-index: 30;
  text-align: center;
  margin-bottom: 40px;
}
.questions .questions__bottom .after {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.questions .questions__bottom .after .questions__btn {
  position: relative;
  z-index: 60;
  width: 300px;
  padding: 15px 54px;
  display: block;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.33rem;
  background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
}
.questions .questions__bottom .after .questions__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
}
.questions .questions__bottom .after .form__after {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  bottom: -5px;
  display: block;
  background: #1C9877;
  box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
  border-radius: 15px;
}

.text {
  background: #FFF;
  margin-bottom: 80px;
}
.text .wrapper .text__title {
  margin-top: 70px;
  font-size: 2.13rem;
  line-height: 2.53rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 600;
  margin-bottom: 40px;
}
.text .wrapper .text__container {
  display: flex;
  justify-content: space-between;
}
.text .wrapper .text__container .text__part-one {
  width: 50%;
  margin-right: 50px;
}
.text .wrapper .text__container .text__part-two {
  width: 50%;
}
.text .wrapper .text__container .text__description {
  font-size: 0.93rem;
  line-height: 1.6rem;
  color: #333333;
  font-family: "Inter";
}

.footer {
  background: linear-gradient(195.69deg, #FFFFFF 11.09%, #FCF3F9 89.15%);
  padding-top: 80px;
}
.footer .footer__container {
  display: flex;
  justify-content: space-between;
}
.footer .footer__container .footer__title {
  font-size: 2.8rem;
  line-height: 3.33rem;
  font-weight: 600;
  font-family: "Gilroy";
  margin-bottom: 20px;
  color: #333333;
}
.footer .footer__container .footer__contact {
  width: 50%;
  margin-right: 50px;
}
.footer .footer__container .footer__contact .footer__description {
  font-size: 1.2rem;
  line-height: 1.86rem;
  font-family: "Inter";
  font-weight: 600;
  color: #333333;
}
.footer .footer__container .footer__contact .footer__description span {
  color: #F74EBC;
}
.footer .footer__container .footer__contact .footer__num {
  font-size: 0.93rem;
  line-height: 1.86rem;
  color: #333333;
  opacity: 0.5;
  font-family: "Inter";
}
.footer .footer__container .footer__contact .footer__bottom .footer__title {
  font-size: 1.6rem;
  line-height: 1.93rem;
  margin-bottom: 30px;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man {
  width: 100%;
  margin-bottom: 20px;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.73rem;
  font-family: "Gilroy";
  margin-left: 20px;
  color: #333333;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__text h2 {
  margin-bottom: 10px;
  font-weight: 600;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__text p {
  opacity: 0.5;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__btn {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-left: 10px;
  background: #FFF;
  color: #333333;
  box-shadow: none;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__btn img {
  margin-right: 10px;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__btn:hover {
  background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
  color: #FFF;
}
.footer .footer__container .footer__contact .footer__bottom .footer__man .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 20px;
  opacity: 0.1;
}
.footer .footer__container .footer__map {
  width: 50%;
  margin-top: 70px;
  padding-bottom: 70px;
}
.footer .footer__container .footer__map .footer__first {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  height: 380px;
}
.footer .footer__container .footer__map .footer__first .footer__place {
  padding: 20px 30px;
}
.footer .footer__container .footer__map .footer__first .footer__place .footer__text {
  font-size: 1.2rem;
  line-height: 1.86rem;
  color: #333333;
  font-family: "Gilroy";
  font-weight: 500;
}
.footer .footer__container .footer__map .footer__first .map iframe {
  border-radius: 0px 0px 20px 20px;
}
.footer .footer__container .footer__map .footer__second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.footer .footer__copyright {
  background: #1B1D1F;
  height: 60px;
}
.footer .footer__copyright h2 {
  font-size: 0.93rem;
  line-height: 1.86rem;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  font-family: "Inter";
  padding-top: 11px;
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .header .header__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner .banner__img img {
    width: 600px;
    height: 500px;
  }
  .banner .banner__bottom {
    margin-top: 20px;
  }
  .banner .banner__services .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .connection .wrapper .connection__video .connection__popup img {
    width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header .header__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner .banner__img img {
    width: 600px;
    height: 500px;
  }
  .banner .banner__bottom {
    margin-top: 20px;
  }
  .banner .banner__services .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .test .wrapper .test__text .test__form {
    display: flex;
    flex-wrap: wrap;
  }
  .test .wrapper .test__text .test__form .after {
    width: 100%;
  }
  .test .wrapper .test__text .test__form .after .form__btn {
    width: 100%;
    margin-top: 10px;
  }
  .test .wrapper .test__text .test__form input {
    width: 100%;
    margin: 10px 0px;
  }

  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name {
    font-size: 0.85rem;
  }
  .advantages .advantages__item:first-child {
    height: 95px;
  }

  .connection {
    padding-bottom: 30px;
  }
  .connection .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__img img {
    width: 100%;
    height: 100%;
  }
  .connection .wrapper .connection__video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__video .connection__info {
    text-align: center;
  }
  .connection .wrapper .connection__video .connection__info .connection__wwhatsap {
    width: 285px;
    margin: 0 auto;
  }

  .filter .wrapper .filter__works .filter__col .work {
    margin: 0px 5px 5px 0px;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 285px;
    height: 285px;
  }
  .filter .wrapper .filter__bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header .bg__container .header__inner .nav__link {
    font-size: 0.9rem;
  }
  .header .header__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .header__footer .header__logo .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header__footer .header__logo .logo .logo__icon {
    width: 38px;
    height: 38px;
  }
  .header .header__footer .header__logo .logo .logo__link {
    margin: 0;
    margin-top: 10px;
  }
  .header .header__footer .header__logo .description {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-left: 10px;
    text-align: center;
  }
  .header .header__footer .header__contact .number .num {
    margin-right: 0;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  .header .header__footer .header__contact .wwhatsapp {
    margin-left: 5px;
    margin-right: 10px;
  }
  .header .header__footer .header__contact .header__btn .call {
    padding: 10px 20px;
  }

  .banner .banner__header {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .banner__header .banner__text {
    width: 100%;
    text-align: center;
  }
  .banner .banner__header .banner__text .banner__row .banner__container {
    justify-content: center;
  }
  .banner .banner__header .banner__img {
    width: 100%;
  }
  .banner .banner__header .banner__img img {
    width: 550px;
    height: 500px;
    margin: 0 auto;
    display: block;
  }
  .banner .banner__header .banner__img .banner__btn {
    left: 0;
    top: 50%;
    margin-top: 30px;
    margin-left: -275px;
    left: 50%;
  }
  .banner .banner__bottom {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .banner .banner__bottom .form__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner .banner__bottom .form__bottom input {
    width: 100%;
    margin: 10px 0px;
  }
  .banner .banner__bottom .form__bottom .form__btn {
    width: 100%;
  }
  .banner .banner__services .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .test .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .test .wrapper .test__img {
    margin: 0;
  }
  .test .wrapper .test__text .test__form {
    display: flex;
    flex-wrap: wrap;
  }
  .test .wrapper .test__text .test__form .after {
    width: 100%;
  }
  .test .wrapper .test__text .test__form .after .form__btn {
    width: 100%;
    margin-top: 10px;
  }
  .test .wrapper .test__text .test__form input {
    width: 100%;
    margin: 10px 0px;
  }

  .logic {
    display: none;
  }

  .moblogic {
    display: block;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  }
  .moblogic .logic__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    font-weight: 600;
    font-family: "Gilroy";
    color: #333333;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
  }
  .moblogic .tabs {
    position: relative;
  }
  .moblogic .tabs-nav {
    display: flex;
    justify-content: space-between;
  }
  .moblogic .tabs-nav__item {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #37BA9A;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
    top: 10px;
  }
  .moblogic .tabs-nav__item:last-child {
    right: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
  }
  .moblogic .second {
    color: #F74EBC;
  }
  .moblogic .tabs-nav__item.is-active {
    background: #FFFFFF;
    box-shadow: 0px -10px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .moblogic .logic__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .moblogic .logic__row .row__item {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .moblogic .logic__row .row__item .row__text, .moblogic .logic__row .row__item .row__text-second {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .moblogic .logic__row .row__item .row__text h2, .moblogic .logic__row .row__item .row__text-second h2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #29DD86 0%, #00BC8E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 2.4rem;
    line-height: 3.33rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
  }
  .moblogic .logic__row .row__item .row__text h3, .moblogic .logic__row .row__item .row__text-second h3 {
    font-size: 1.2rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__text-second h2 {
    background: linear-gradient(180deg, #FF8CC3 0%, #F74EBC 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  }
  .moblogic .logic__row .row__item .row__desc h3 {
    font-size: 1.2rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .moblogic .logic__row .row__item .row__desc p {
    font-size: 1.06rem;
    line-height: 1.6rem;
    font-family: "Inter";
    color: #707070;
    margin-top: 5px;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__image {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  .moblogic .tab {
    padding-top: 70px;
    background-color: #fff;
    display: none;
  }
  .moblogic .tab.is-active {
    display: block;
    border-radius: 20px;
  }

  .advantages .advantages__logo {
    text-align: center;
  }
  .advantages .advantages__logo .advantages__title {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info {
    width: 100%;
    margin-right: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    margin-top: 70px;
  }
  .advantages .advantages__container .advantages__info .advantages__title {
    text-align: center;
    margin-left: 0;
    font-size: 1.86rem;
    line-height: 2.2rem;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item {
    padding: 30px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item img {
    display: none;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__name {
    font-size: 1.4rem;
    line-height: 1.06rem;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:last-child {
    height: 172px;
  }
  .advantages .advantages__container .advantages__info .advantages__column {
    width: 142px;
  }
  .advantages .advantages__container .advantages__column {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header:last-child h2 {
    margin-bottom: 10px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__image {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__name {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__img img {
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
  }
  .advantages .advantages__container .advantages__column .advantages__well {
    height: auto;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 19px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__icon {
    margin: 0;
    margin-bottom: 5px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:last-child {
    height: 189px;
  }

  .connection {
    padding-bottom: 30px;
  }
  .connection .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__img img {
    width: 100%;
    height: 100%;
  }
  .connection .wrapper .connection__video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__video .connection__info {
    text-align: center;
  }
  .connection .wrapper .connection__video .connection__info .connection__wwhatsap {
    width: 285px;
    margin: 0 auto;
  }

  .filter .wrapper .filter__works .filter__col .work {
    margin: 0px 5px 5px 0px;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 220px;
    height: 220px;
  }
  .filter .wrapper .filter__bottom {
    margin-top: 20px;
  }

  .questions .questions__accordion .accordion__item {
    width: 100%;
  }
  .questions .questions__accordion .line {
    width: 100%;
  }
  .questions .questions__bottom .after {
    width: 100%;
  }
  .questions .questions__bottom .after .questions__btn {
    width: 100%;
  }

  .text .wrapper .text__title {
    text-align: center;
  }

  .footer {
    padding-top: 20px;
  }
  .footer .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__container .footer__contact {
    width: 100%;
    margin-right: 0;
  }
  .footer .footer__container .footer__contact .footer__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__description, .footer .footer__container .footer__contact .footer__num {
    font-size: 1.06rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__title {
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man {
    display: block;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__text {
    width: auto;
    justify-content: space-between;
    width: 100%;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 70%;
  }
  .footer .footer__container .footer__map {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .footer__container .footer__map .footer__first {
    margin-bottom: 30px;
  }
  .footer .footer__container .footer__map .footer__first .footer__place .footer__text {
    font-size: 1.06rem;
    line-height: 1.6rem;
  }
  .footer .footer__container .footer__map .footer__second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }
  .footer .footer__container .footer__map .footer__second img {
    margin-bottom: 20px;
    width: 355px;
  }
}
@media screen and (max-width: 1000px) {
  .header .bg__container .header__inner .nav__link {
    font-size: 0.9rem;
  }
  .header .header__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .header__footer .header__logo .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header__footer .header__logo .logo .logo__icon {
    width: 38px;
    height: 38px;
  }
  .header .header__footer .header__logo .logo .logo__link {
    margin: 0;
    margin-top: 10px;
  }
  .header .header__footer .header__logo .description {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-left: 10px;
    text-align: center;
  }
  .header .header__footer .header__contact .number .num {
    margin-right: 0;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  .header .header__footer .header__contact .wwhatsapp {
    margin-left: 5px;
    margin-right: 10px;
  }
  .header .header__footer .header__contact .header__btn .call {
    padding: 10px 20px;
  }

  .banner .banner__header {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .banner__header .banner__text {
    width: 100%;
    text-align: center;
  }
  .banner .banner__header .banner__text .banner__row .banner__container {
    justify-content: center;
  }
  .banner .banner__header .banner__img {
    width: 100%;
  }
  .banner .banner__header .banner__img img {
    width: 550px;
    height: 500px;
    margin: 0 auto;
    display: block;
  }
  .banner .banner__header .banner__img .banner__btn {
    left: 0;
    top: 50%;
    margin-top: 30px;
    margin-left: -275px;
    left: 50%;
  }
  .banner .banner__bottom {
    width: 100%;
    margin-top: 50px;
  }
  .banner .banner__bottom .form__bottom .after {
    width: 100%;
    height: 100%;
  }
  .banner .banner__bottom .form__bottom .after .form__btn {
    width: 100%;
    height: 100%;
  }
  .banner .banner__services .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .test .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .test .wrapper .test__img {
    margin: 0;
  }
  .test .wrapper .test__text .test__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .test .wrapper .test__text .test__form .after {
    width: 100%;
  }
  .test .wrapper .test__text .test__form input {
    width: 100%;
    margin: 10px 0px;
  }
  .test .wrapper .test__text .test__form .form__btn {
    width: 100%;
    margin-top: 10px;
  }

  .logic {
    display: none;
  }

  .moblogic {
    display: block;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  }
  .moblogic .tabs {
    position: relative;
  }
  .moblogic .tabs-nav {
    display: flex;
    justify-content: space-between;
  }
  .moblogic .tabs-nav__item {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #37BA9A;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
    top: 10px;
  }
  .moblogic .tabs-nav__item:last-child {
    right: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
  }
  .moblogic .second {
    color: #F74EBC;
  }
  .moblogic .tabs-nav__item.is-active {
    background: #FFFFFF;
    box-shadow: 0px -10px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .moblogic .logic__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .moblogic .logic__row .row__item {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .moblogic .logic__row .row__item .row__text, .moblogic .logic__row .row__item .row__text-second {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .moblogic .logic__row .row__item .row__text h2, .moblogic .logic__row .row__item .row__text-second h2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #29DD86 0%, #00BC8E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 2.4rem;
    line-height: 3.33rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
  }
  .moblogic .logic__row .row__item .row__text h3, .moblogic .logic__row .row__item .row__text-second h3 {
    font-size: 1.2rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__text-second h2 {
    background: linear-gradient(180deg, #FF8CC3 0%, #F74EBC 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  }
  .moblogic .logic__row .row__item .row__desc h3 {
    font-size: 1.6rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .moblogic .logic__row .row__item .row__desc p {
    font-size: 1.06rem;
    line-height: 1.6rem;
    font-family: "Inter";
    color: #707070;
    margin-top: 5px;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__image {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  .moblogic .tab {
    padding-top: 70px;
    background-color: #fff;
    display: none;
  }
  .moblogic .tab.is-active {
    display: block;
    border-radius: 20px;
  }

  .advantages .advantages__logo {
    text-align: center;
  }
  .advantages .advantages__logo .advantages__title {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info {
    width: 100%;
    margin-right: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    margin-top: 70px;
  }
  .advantages .advantages__container .advantages__info .advantages__title {
    text-align: center;
    margin-left: 0;
    font-size: 1.86rem;
    line-height: 2.2rem;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item {
    padding: 30px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item img {
    display: none;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__name {
    font-size: 1.2rem;
    line-height: 1.06rem;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:last-child {
    height: 172px;
  }
  .advantages .advantages__container .advantages__info .advantages__column {
    width: 142px;
  }
  .advantages .advantages__container .advantages__column {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header:last-child h2 {
    margin-bottom: 10px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__image {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__name {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__img img {
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
  }
  .advantages .advantages__container .advantages__column .advantages__well {
    height: auto;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 19px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__icon {
    margin: 0;
    margin-bottom: 5px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:last-child {
    height: 189px;
  }

  .connection {
    padding-bottom: 30px;
  }
  .connection .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__img img {
    width: 100%;
    height: 100%;
  }
  .connection .wrapper .connection__video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__video .connection__info {
    text-align: center;
  }
  .connection .wrapper .connection__video .connection__info .connection__link .connection__get {
    width: 100%;
  }

  .filter .wrapper .filter__works .filter__col .work {
    margin: 0px 5px 5px 0px;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 180px;
    height: 180px;
  }
  .filter .wrapper .filter__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter .wrapper .filter__bottom .filter__info {
    text-align: center;
    width: 100%;
  }
  .filter .wrapper .filter__bottom .after {
    width: 100%;
    margin-top: 20px;
  }
  .filter .wrapper .filter__bottom .filter__btn {
    width: 100%;
  }

  .questions .questions__accordion .accordion__item {
    width: 100%;
  }
  .questions .questions__accordion .line {
    width: 100%;
  }
  .questions .questions__btn {
    width: 100%;
  }

  .text {
    margin-bottom: 20px;
  }
  .text .wrapper .text__title {
    font-size: 1.6rem;
    line-height: 1.93rem;
    text-align: center;
  }
  .text .wrapper .text__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .text .wrapper .text__container .text__part-one {
    width: 100%;
  }
  .text .wrapper .text__container .text__part-one .text__description {
    font-size: 0.93rem;
    line-height: 1.6rem;
  }
  .text .wrapper .text__container .text__part-two {
    width: 100%;
  }

  .footer {
    padding-top: 20px;
  }
  .footer .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__container .footer__contact {
    width: 100%;
    margin-right: 0;
  }
  .footer .footer__container .footer__contact .footer__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__description, .footer .footer__container .footer__contact .footer__num {
    font-size: 1.06rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__title {
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man {
    display: block;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box {
    margin-bottom: 10px;
  }
  .footer .footer__container .footer__map {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .footer__container .footer__map .footer__first {
    margin-bottom: 30px;
  }
  .footer .footer__container .footer__map .footer__first .footer__place .footer__text {
    font-size: 1.06rem;
    line-height: 1.6rem;
  }
  .footer .footer__container .footer__map .footer__second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }
  .footer .footer__container .footer__map .footer__second img {
    margin-bottom: 20px;
    width: 355px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }

  .mobbanner {
    padding-top: 170px;
    position: relative;
    display: block;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAF8F9 51.04%, #FFDDF1 88.02%, #FFFFFF 100%);
    z-index: 20;
    padding-bottom: 69px;
  }
  .mobbanner .mobbanner__top {
    margin-top: 10px;
    text-align: center;
  }
  .mobbanner .mobbanner__top .mobbanner__text, .mobbanner .mobbanner__top .mobbanner__desc {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 7px;
    font-family: "Inter";
    z-index: 20;
  }
  .mobbanner .mobbanner__top .mobbanner__desc {
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__top .mobbanner__width {
    padding: 15px 20px;
    font-family: "Inter";
    font-weight: 500;
    z-index: 20;
    color: #FF8CC3;
    font-size: 1.3rem;
    line-height: 1.46rem;
    background-color: #F6E2EF;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__top .mobbanner__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    color: #333333;
    z-index: 20;
    font-family: "Gilroy";
    font-weight: 600;
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__image {
    width: 300px;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 40;
    text-align: center;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button {
    background: #F07EC8;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play {
    width: 85px;
    height: 85px;
    background: linear-gradient(180deg, #7DC1FF 0%, #458DD0 100%);
    box-shadow: 0px 4px 14px rgba(69, 141, 208, 0.4);
    border-radius: 50%;
    margin-right: 15px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play .play__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play .play__link img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: block;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .mobbanner__description h2 {
    font-size: 1.3rem;
    line-height: 1.46rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
    margin-bottom: 3px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .mobbanner__description p {
    font-size: 1rem;
    line-height: 1.06rem;
    color: #FFF;
  }
  .mobbanner .mobbanner__form .mobbanner__head {
    font-size: 1.33rem;
    line-height: 1.6rem;
    color: #F07EC8;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "Gilroy";
    font-weight: 600;
    text-align: center;
  }
  .mobbanner .mobbanner__form .mobbanner__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left {
    margin-right: 17px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left h4 {
    font-size: 1.3rem;
    line-height: 1.26rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #887881;
  }
  .mobbanner .mobbanner__quest {
    background: #FCFCFC;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .mobbanner .mobbanner__quest .mobbanner__call {
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__quest .mobbanner__call h2 {
    font-size: 1.6rem;
    line-height: 1.93rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .mobbanner .mobbanner__quest .mobbanner__call p {
    font-size: 1.06rem;
    line-height: 1.46rem;
    color: #333333;
    font-family: "Gilroy";
    margin-top: 5px;
  }
  .mobbanner .mobbanner__quest .mobbanner__info input {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
    border-radius: 10px;
    font-size: 0.93rem;
    line-height: 1.33rem;
    font-family: "Gilroy";
    width: 100%;
    transition: all linear 0.2s;
  }
  .mobbanner .mobbanner__quest .mobbanner__info input:focus {
    border-color: #2AE680;
  }
  .mobbanner .mobbanner__quest .mobbanner__btn {
    position: relative;
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .btn {
    position: relative;
    z-index: 60;
    padding: 15px 22px;
    width: 100%;
    background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .btn:hover {
    background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .form__after {
    position: absolute;
    width: 100%;
    z-index: 20;
    height: 100%;
    bottom: -5px;
    display: block;
    background: #1C9877;
    box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
    border-radius: 15px;
  }
  .mobbanner .line {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51.04%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    height: 1px;
  }
  .mobbanner .mobbanner__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item {
    position: relative;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(1) h2 {
    right: 20%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(2) h2 {
    right: 12%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(3) h2 {
    right: 19%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(4) h2 {
    right: 22%;
  }
  .mobbanner .mobbanner__image .image__item h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    position: absolute;
    font-family: "Gilroy";
    font-weight: 600;
    color: #333333;
    top: 50%;
    right: 15%;
    text-align: center;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item img {
    display: block;
    z-index: 34;
  }
  .mobbanner .bgc {
    position: absolute;
    height: 230px;
    left: 0;
    width: 100%;
    bottom: -100px;
    z-index: 1;
    background: url("../image/banner/mobbannersky.png") no-repeat;
    background-size: cover;
  }

  .test {
    padding-bottom: 40px;
  }
  .test .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .test .wrapper .test__img {
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: 30;
  }
  .test .wrapper .test__img img {
    width: 300px;
    height: 280px;
  }
  .test .wrapper .test__text .test__title {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
  }
  .test .wrapper .test__text .test__description {
    font-size: 1.3rem;
    line-height: 1.86rem;
    text-align: center;
  }
  .test .wrapper .test__text .test__discount {
    font-size: 1.1rem;
    line-height: 1.46rem;
    text-align: center;
  }
  .test .wrapper .test__text .test__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .test .wrapper .test__text .test__form .after {
    width: 100%;
  }
  .test .wrapper .test__text .test__form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    transition: all linear 0.2s;
  }
  .test .wrapper .test__text .test__form input:focus {
    border-color: #2AE680;
  }
  .test .wrapper .test__text .test__form .form__btn {
    width: 100%;
  }

  .logic {
    display: none;
  }
  .logic .wrapper {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .logic .logic__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
    text-align: center;
  }
  .logic .stroke {
    display: none;
  }
  .logic .logic__row {
    display: none;
  }
  .logic .logic__bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .logic .logic__bottom .logic__left {
    display: none;
  }
  .logic .logic__bottom .logic__right {
    width: 100%;
  }
  .logic .logic__bottom .logic__right .logic__header {
    font-size: 1.6rem;
    line-height: 1.93rem;
  }
  .logic .logic__mobile img {
    width: 100%;
    height: 100%;
  }
  .logic .sky__bgc {
    display: none;
  }

  .moblogic {
    display: block;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  }
  .moblogic .tabs {
    position: relative;
  }
  .moblogic .tabs-nav {
    display: flex;
    justify-content: space-between;
  }
  .moblogic .tabs-nav__item {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #37BA9A;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
    top: 8px;
  }
  .moblogic .tabs-nav__item:last-child {
    right: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
  }
  .moblogic .second {
    color: #F74EBC;
  }
  .moblogic .tabs-nav__item.is-active {
    background: #FFFFFF;
    box-shadow: 0px -10px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .moblogic .logic__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .moblogic .logic__row .row__item {
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .moblogic .logic__row .row__item .row__text, .moblogic .logic__row .row__item .row__text-second {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .moblogic .logic__row .row__item .row__text h2, .moblogic .logic__row .row__item .row__text-second h2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #29DD86 0%, #00BC8E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 2.4rem;
    line-height: 3.33rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
  }
  .moblogic .logic__row .row__item .row__text h3, .moblogic .logic__row .row__item .row__text-second h3 {
    width: calc(100% - 60px);
    font-size: 1.2rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__text-second h2 {
    background: linear-gradient(180deg, #FF8CC3 0%, #F74EBC 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  }
  .moblogic .logic__row .row__item .row__desc {
    width: calc(100% - 60px);
  }
  .moblogic .logic__row .row__item .row__desc h3 {
    font-size: 1.6rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .moblogic .logic__row .row__item .row__desc p {
    font-size: 1.06rem;
    line-height: 1.6rem;
    font-family: "Inter";
    color: #707070;
    margin-top: 5px;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__image {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .moblogic .tab {
    padding-top: 70px;
    background-color: #fff;
    display: none;
  }
  .moblogic .tab.is-active {
    display: block;
    border-radius: 20px;
  }

  .calculator .calculator__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .calculator .calculator__box .calculator__container .calculator__text .after {
    width: 100%;
  }

  .advantages .advantages__logo {
    text-align: center;
  }
  .advantages .advantages__logo .advantages__title {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info {
    width: 100%;
    margin-right: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    margin-top: 70px;
  }
  .advantages .advantages__container .advantages__info .advantages__title {
    text-align: center;
    margin-left: 0;
    font-size: 1.86rem;
    line-height: 2.2rem;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item {
    padding: 30px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item img {
    display: none;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__name {
    font-size: 0.8rem;
    line-height: 1.06rem;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:last-child {
    height: 172px;
  }
  .advantages .advantages__container .advantages__info .advantages__column {
    width: 142px;
  }
  .advantages .advantages__container .advantages__column {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header:last-child h2 {
    margin-bottom: 10px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__image {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__name {
    font-size: 0.66rem;
    line-height: 0.93rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__header .advantages__img img {
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
  }
  .advantages .advantages__container .advantages__column .advantages__well {
    height: auto;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 19px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__icon {
    margin: 0;
    margin-bottom: 5px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item .advantages__name {
    font-size: 0.66rem;
    line-height: 0.93rem;
    text-align: center;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:first-child {
    height: 107px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(2) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(3) {
    height: 109px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:nth-child(4) {
    height: 123px;
  }
  .advantages .advantages__container .advantages__column .advantages__well .advantages__item:last-child {
    height: 189px;
  }

  .connection .connection__mobile {
    display: block;
  }
  .connection .connection__mobile img {
    width: 100%;
    height: auto;
  }
  .connection .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .connection .wrapper .connection__img img {
    display: none;
  }
  .connection .wrapper .connection__video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .connection .wrapper .connection__video .connection__info {
    margin: 0 auto;
    width: 100%;
  }
  .connection .wrapper .connection__video .connection__info .connection__title {
    font-size: 2.13rem;
    line-height: 2.52rem;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .connection .wrapper .connection__video .connection__info .connection__description {
    font-size: 1.2rem;
    line-height: 1.85rem;
    width: 100%;
  }
  .connection .wrapper .connection__video .connection__info .connection__link .connection__get {
    width: 100%;
  }
  .connection .wrapper .connection__video .connection__popup {
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .connection .wrapper .connection__video .connection__popup img {
    width: 100%;
    height: auto;
  }
  .connection .wrapper .connection__video .connection__popup .link {
    margin-right: -120px;
  }
  .connection .wrapper .connection__video .connection__popup .link .popup {
    display: flex;
    flex-direction: column;
  }
  .connection .wrapper .connection__video .connection__popup .link .popup .play {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .filter {
    padding-top: 20px;
  }
  .filter .wrapper .filter__head .filter__text .filter__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    margin-top: 20px;
  }
  .filter .wrapper .filter__head .filter__text .filter__description {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .filter .wrapper .filter__nav .filter__nav-link {
    padding: 8px 26px;
    margin: 0 auto;
  }
  .filter .wrapper .filter__works .filter__col .work:last-child {
    display: none;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 160px;
    height: 160px;
  }
  .filter .wrapper .filter__bottom {
    padding: 20px 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .filter .wrapper .filter__bottom .filter__info {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .filter .wrapper .filter__bottom .after {
    width: 100%;
  }
  .filter .wrapper .filter__bottom .after .filter__btn {
    padding: 15px 42px;
    font-size: 1.06rem;
    width: 100%;
    margin: 0 auto;
  }

  .questions {
    position: relative;
  }
  .questions .questions__header .fabrics__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
  }
  .questions .questions__accordion .accordion__item {
    width: 100%;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .box {
    align-items: normal;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .box h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .arrow {
    z-index: 10;
    margin-left: 10px;
  }
  .questions .questions__accordion .accordion__item .accordion-item__content p {
    font-size: 0.93rem;
    line-height: 1.6rem;
  }
  .questions .questions__accordion .line {
    width: 100%;
  }
  .questions .questions__bottom {
    margin-top: 20px;
  }
  .questions .questions__bottom .questions__head {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  .questions .sky__bottom {
    background: url("../image/questions/sky__botom.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .text {
    margin-bottom: 20px;
  }
  .text .wrapper .text__title {
    font-size: 1.6rem;
    line-height: 1.93rem;
    text-align: center;
  }
  .text .wrapper .text__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .text .wrapper .text__container .text__part-one {
    width: 100%;
  }
  .text .wrapper .text__container .text__part-one .text__description {
    font-size: 0.93rem;
    line-height: 1.6rem;
  }
  .text .wrapper .text__container .text__part-two {
    width: 100%;
  }

  .footer {
    padding-top: 20px;
  }
  .footer .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__container .footer__contact {
    width: 100%;
    margin-right: 0;
  }
  .footer .footer__container .footer__contact .footer__top .footer__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__top .footer__description, .footer .footer__container .footer__contact .footer__top .footer__num {
    font-size: 1.06rem;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__title {
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man {
    display: block;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box .footer__text {
    margin: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box .footer__text p {
    margin-bottom: 10px;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man .footer__item .footer__box .footer__text .footer__btn {
    margin: 0 auto;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob {
    display: none;
    margin-top: 20px;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__box {
    display: flex;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__box img {
    width: 80px;
    height: 80px;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text {
    font-size: 1.2rem;
    line-height: 1.73rem;
    font-family: "Gilroy";
    margin-left: 20px;
    color: #333333;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text h2 {
    margin-bottom: 5px;
    font-weight: 600;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text p {
    opacity: 0.5;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text .footer__btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 15px 15px;
    font-size: 1.06rem;
    line-height: 1.33rem;
    color: #333333;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text .footer__btn img {
    margin-right: 10px;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .footer__item .footer__text .footer__btn:hover {
    background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
    color: #FFF;
  }
  .footer .footer__container .footer__contact .footer__bottom .footer__man-mob .line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
    opacity: 0.1;
  }
  .footer .footer__container .footer__map {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .footer__container .footer__map .footer__first {
    margin-bottom: 30px;
  }
  .footer .footer__container .footer__map .footer__first .footer__place .footer__text {
    font-size: 1.06rem;
    line-height: 1.6rem;
  }
  .footer .footer__container .footer__map .footer__second {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__map .footer__second img {
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .filter {
    padding-top: 20px;
  }
  .filter .wrapper .filter__head .filter__text .filter__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    margin-top: 20px;
  }
  .filter .wrapper .filter__head .filter__text .filter__description {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .filter .wrapper .filter__nav .filter__nav-link {
    padding: 8px 26px;
    margin: 0 auto;
  }
  .filter .wrapper .filter__bottom {
    padding: 20px 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .filter .wrapper .filter__bottom .filter__info {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .filter .wrapper .filter__bottom .filter__btn {
    padding: 15px 72px;
    font-size: 1.06rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .filter {
    padding-top: 20px;
  }
  .filter .wrapper .filter__nav {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .filter .wrapper .filter__works .filter__col .work:last-child {
    display: none;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 450px) {
  .filter .wrapper .filter__works .filter__col .work:last-child {
    display: none;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 375px) {
  .banner {
    display: none;
  }

  .mobbanner {
    padding-top: 170px;
    position: relative;
    display: block;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAF8F9 51.04%, #FFDDF1 88.02%, #FFFFFF 100%);
    z-index: 20;
    padding-bottom: 69px;
  }
  .mobbanner .mobbanner__top {
    margin-top: 10px;
    text-align: center;
  }
  .mobbanner .mobbanner__top .mobbanner__text, .mobbanner .mobbanner__top .mobbanner__desc {
    font-size: 0.66rem;
    line-height: 0.93rem;
    margin-bottom: 7px;
    font-family: "Inter";
    z-index: 20;
  }
  .mobbanner .mobbanner__top .mobbanner__desc {
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__top .mobbanner__width {
    padding: 6px 20px;
    font-family: "Inter";
    font-weight: 500;
    z-index: 20;
    color: #FF8CC3;
    font-size: 0.93rem;
    line-height: 1.46rem;
    background-color: #F6E2EF;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__top .mobbanner__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    color: #333333;
    z-index: 20;
    font-family: "Gilroy";
    font-weight: 600;
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__image {
    width: 300px;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 40;
    text-align: center;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button {
    background: #F07EC8;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play {
    width: 85px;
    height: 85px;
    background: linear-gradient(180deg, #7DC1FF 0%, #458DD0 100%);
    box-shadow: 0px 4px 14px rgba(69, 141, 208, 0.4);
    border-radius: 50%;
    margin-right: 15px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play .play__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .play .play__link img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: block;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .mobbanner__description h2 {
    font-size: 1.06rem;
    line-height: 1.46rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
    margin-bottom: 3px;
  }
  .mobbanner .mobbanner__bottom .mobbanner__button .mobbanner__description p {
    font-size: 0.8rem;
    line-height: 1.06rem;
    color: #FFF;
  }
  .mobbanner .mobbanner__form .mobbanner__head {
    font-size: 1.33rem;
    line-height: 1.6rem;
    color: #F07EC8;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .mobbanner .mobbanner__form .mobbanner__box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left {
    margin-right: 17px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left h4 {
    font-size: 1.06rem;
    line-height: 1.26rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mobbanner .mobbanner__form .mobbanner__box .mobbanner__left p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #887881;
  }
  .mobbanner .mobbanner__quest {
    background: #FCFCFC;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .mobbanner .mobbanner__quest .mobbanner__call {
    margin-bottom: 20px;
  }
  .mobbanner .mobbanner__quest .mobbanner__call h2 {
    font-size: 1.6rem;
    line-height: 1.93rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .mobbanner .mobbanner__quest .mobbanner__call p {
    font-size: 1.06rem;
    line-height: 1.46rem;
    color: #333333;
    font-family: "Gilroy";
    margin-top: 5px;
  }
  .mobbanner .mobbanner__quest .mobbanner__info input {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px rgba(203, 207, 206, 0.4);
    border-radius: 10px;
    font-size: 0.93rem;
    line-height: 1.33rem;
    font-family: "Gilroy";
    width: 100%;
  }
  .mobbanner .mobbanner__quest .mobbanner__btn {
    position: relative;
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .btn {
    position: relative;
    z-index: 60;
    padding: 15px 22px;
    width: 100%;
    background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .btn:hover {
    background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
  }
  .mobbanner .mobbanner__quest .mobbanner__btn .form__after {
    position: absolute;
    width: 100%;
    z-index: 20;
    height: 100%;
    bottom: -5px;
    display: block;
    background: #1C9877;
    box-shadow: 0px 8px 20px rgba(54, 190, 152, 0.4);
    border-radius: 15px;
  }
  .mobbanner .line {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51.04%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    height: 1px;
  }
  .mobbanner .mobbanner__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item {
    position: relative;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(1) h2 {
    right: 20%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(2) h2 {
    right: 12%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(3) h2 {
    right: 19%;
  }
  .mobbanner .mobbanner__image .image__item:nth-child(4) h2 {
    right: 22%;
  }
  .mobbanner .mobbanner__image .image__item h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    position: absolute;
    font-family: "Gilroy";
    font-weight: 600;
    color: #333333;
    top: 50%;
    right: 15%;
    text-align: center;
    z-index: 34;
  }
  .mobbanner .mobbanner__image .image__item img {
    display: block;
    z-index: 34;
  }
  .mobbanner .bgc {
    position: absolute;
    height: 230px;
    left: 0;
    width: 100%;
    bottom: -100px;
    z-index: 1;
    background: url("../image/banner/mobbannersky.png") no-repeat;
  }

  .test .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .test .wrapper .test__img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .test .wrapper .test__img img {
    width: 200px;
    height: 210px;
  }
  .test .wrapper .test__text .test__title {
    font-size: 1.6rem;
    line-height: 2rem;
    width: 270px;
  }
  .test .wrapper .test__text .test__description {
    font-size: 1.2rem;
    line-height: 1.86rem;
  }
  .test .wrapper .test__text .test__discount {
    font-size: 0.93rem;
    line-height: 1.46rem;
  }
  .test .wrapper .test__form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .test .wrapper .test__form .form__btn {
    width: 100%;
  }

  .logic {
    display: none;
  }
  .logic .wrapper {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .logic .logic__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    color: #333333;
    font-family: "Gilroy";
    font-weight: 600;
    text-align: center;
  }
  .logic .stroke {
    display: none;
  }
  .logic .logic__row {
    display: none;
  }
  .logic .logic__bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .logic .logic__bottom .logic__left {
    display: none;
  }
  .logic .logic__bottom .logic__right {
    width: 100%;
  }
  .logic .logic__bottom .logic__right .logic__header {
    font-size: 1.6rem;
    line-height: 1.93rem;
  }
  .logic .logic__mobile img {
    width: 100%;
    height: 100%;
  }
  .logic .sky__bgc {
    display: none;
  }

  .moblogic {
    display: block;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #F9FBFD 0%, #FFEEF8 100%);
  }
  .moblogic .tabs {
    position: relative;
  }
  .moblogic .tabs-nav {
    display: flex;
    justify-content: space-between;
  }
  .moblogic .tabs-nav__item {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #37BA9A;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
    top: -9px;
  }
  .moblogic .tabs-nav__item:last-child {
    right: 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Gilroy";
    top: 5px;
  }
  .moblogic .second {
    color: #F74EBC;
  }
  .moblogic .tabs-nav__item.is-active {
    background: #FFFFFF;
    box-shadow: 0px -10px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .moblogic .logic__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .moblogic .logic__row .row__item {
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .moblogic .logic__row .row__item .row__text, .moblogic .logic__row .row__item .row__text-second {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .moblogic .logic__row .row__item .row__text h2, .moblogic .logic__row .row__item .row__text-second h2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #29DD86 0%, #00BC8E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 2.4rem;
    line-height: 3.33rem;
    font-family: "Gilroy";
    font-weight: 600;
    color: #FFF;
  }
  .moblogic .logic__row .row__item .row__text h3, .moblogic .logic__row .row__item .row__text-second h3 {
    width: calc(100% - 60px);
    font-size: 1.2rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__text-second h2 {
    background: linear-gradient(180deg, #FF8CC3 0%, #F74EBC 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  }
  .moblogic .logic__row .row__item .row__desc {
    width: calc(100% - 60px);
  }
  .moblogic .logic__row .row__item .row__desc h3 {
    font-size: 1.6rem;
    line-height: 120%;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .moblogic .logic__row .row__item .row__desc p {
    font-size: 1.06rem;
    line-height: 1.6rem;
    font-family: "Inter";
    color: #707070;
    margin-top: 5px;
    margin-left: 20px;
  }
  .moblogic .logic__row .row__item .row__image {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .moblogic .tab {
    padding-top: 70px;
    background-color: #fff;
    display: none;
  }
  .moblogic .tab.is-active {
    display: block;
    border-radius: 20px;
  }

  .calculator {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .calculator .calculator__container {
    display: none;
  }
  .calculator .calculator__mobile {
    height: 482px;
    background: url("../image/calculator/mob__calc.png") no-repeat;
  }
  .calculator .calculator__mobile .calculator__text {
    width: 100%;
    padding: 190px 0px 0px 40px;
  }
  .calculator .calculator__mobile .calculator__text .calculator__top {
    font-size: 1.6rem;
    line-height: 2.13rem;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Gilroy";
  }
  .calculator .calculator__mobile .calculator__text .calculator__description, .calculator .calculator__mobile .calculator__text .calculator__sale {
    font-size: 1.2rem;
    line-height: 1.86rem;
    color: #333333;
    font-family: "Gilroy";
  }
  .calculator .calculator__mobile .calculator__text .calculator__sale {
    color: #F64EBC;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .calculator .calculator__mobile .calculator__text .calculator__btn {
    padding: 15px 53px;
    background: linear-gradient(180deg, #2AE680 0%, #37BA9A 100%);
  }
  .calculator .calculator__mobile .calculator__text .calculator__btn:hover {
    background: linear-gradient(180deg, #37BA9A 0%, #37BA9A 100%);
  }

  .advantages .advantages__logo {
    text-align: center;
  }
  .advantages .advantages__container .advantages__info {
    display: none;
  }
  .advantages .advantages__container .advantages__info .advantages__title {
    text-align: center;
    margin-left: 0;
    font-size: 1.86rem;
    line-height: 2.2rem;
  }
  .advantages .advantages__container .advantages__info .advantages__block {
    display: none;
    border-radius: 0;
    width: 84px;
    height: auto;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item {
    padding: 30px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item img {
    display: none;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item .advantages__name {
    font-size: 0.8rem;
    line-height: 1.06rem;
    margin-left: 0;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(2) {
    padding: 47px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(3) {
    padding: 49px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:nth-child(4) {
    padding: 46px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__block .advantages__item:last-child {
    padding: 74px 15px;
  }
  .advantages .advantages__container .advantages__info .advantages__column {
    width: 142px;
  }

  .connection .connection__mobile {
    display: block;
  }
  .connection .connection__mobile img {
    width: 100%;
    height: auto;
  }
  .connection .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .connection .wrapper .connection__img img {
    display: none;
  }
  .connection .wrapper .connection__video {
    display: flex;
    flex-wrap: wrap;
  }
  .connection .wrapper .connection__video .connection__info {
    margin: 0 auto;
  }
  .connection .wrapper .connection__video .connection__info .connection__title {
    font-size: 1.8rem;
    line-height: 2.52rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .connection .wrapper .connection__video .connection__info .connection__description {
    font-size: 1rem;
    line-height: 1.85rem;
    width: 100%;
    display: block;
  }
  .connection .wrapper .connection__video .connection__info .connection__link .connection__get {
    width: 100%;
  }
  .connection .wrapper .connection__video .connection__popup {
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .connection .wrapper .connection__video .connection__popup img {
    width: 100%;
    height: auto;
  }
  .connection .wrapper .connection__video .connection__popup .link {
    right: 55%;
    margin-right: -100px;
    left: 55%;
    margin-left: -120px;
    width: 80%;
  }
  .connection .wrapper .connection__video .connection__popup .link .popup {
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    line-height: 1.33rem;
  }
  .connection .wrapper .connection__video .connection__popup .link .popup .play {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .properties .properties__title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .filter .wrapper .filter__head .filter__text .filter__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
    margin-top: 20px;
  }
  .filter .wrapper .filter__head .filter__text .filter__description {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .filter .wrapper .filter__nav {
    width: 100%;
  }
  .filter .wrapper .filter__nav .filter__nav-link {
    padding: 8px 15px;
    margin: 0 auto;
  }
  .filter .wrapper .filter__works .filter__col .work:last-child {
    display: none;
  }
  .filter .wrapper .filter__works .filter__col .work img {
    width: 95px;
    height: 95px;
  }
  .filter .wrapper .filter__bottom {
    padding: 20px 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .filter .wrapper .filter__bottom .filter__info {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
  }
  .filter .wrapper .filter__bottom .filter__btn {
    padding: 15px 72px;
    font-size: 1.06rem;
  }

  .questions {
    position: relative;
  }
  .questions .questions__header .fabrics__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
  }
  .questions .questions__accordion .accordion__item {
    width: 100%;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger {
    width: 100%;
    padding: 15px 25px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .box {
    align-items: normal;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .box h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    width: 200px;
  }
  .questions .questions__accordion .accordion__item .accordion-item__triger .arrow {
    z-index: 10;
  }
  .questions .questions__accordion .accordion__item .accordion-item__content p {
    font-size: 0.93rem;
    line-height: 1.6rem;
  }
  .questions .questions__accordion .line {
    width: 100%;
  }
  .questions .questions__bottom {
    margin-top: 20px;
  }
  .questions .questions__bottom .questions__head {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  .questions .sky__bottom {
    background: url("../image/questions/sky__botom.png") no-repeat;
    width: 100%;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .text .wrapper .text__title {
    font-size: 1.6rem;
    line-height: 1.93rem;
    width: 100%;
    text-align: center;
  }
  .text .wrapper .text__container {
    display: flex;
    flex-direction: column;
  }
  .text .wrapper .text__container .text__part-one {
    width: 100%;
  }
  .text .wrapper .text__container .text__part-one .text__description {
    font-size: 0.93rem;
    line-height: 1.6rem;
  }
  .text .wrapper .text__container .text__part-two {
    width: 100%;
  }

  .footer .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__container .footer__contact {
    width: 100%;
    margin-right: 0;
  }
  .footer .footer__container .footer__contact .footer__top .footer__title {
    font-size: 2.13rem;
    line-height: 2.53rem;
  }
  .footer .footer__container .footer__contact .footer__top .footer__description, .footer .footer__container .footer__contact .footer__top .footer__num {
    font-size: 1.06rem;
  }
  .footer .footer__container .footer__map {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .footer__container .footer__map .footer__first {
    margin-bottom: 30px;
  }
  .footer .footer__container .footer__map .footer__first .footer__place .footer__text {
    font-size: 1.06rem;
    line-height: 1.6rem;
  }
  .footer .footer__container .footer__map .footer__second {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__container .footer__map .footer__second img {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .bg__container {
    height: auto;
  }
  .header .bg__container .header__inner {
    position: absolute;
    height: 300px;
    left: -1000px;
    margin-top: 145px;
    transition: 0.3s linear;
    background-color: #F1F6F6;
  }
  .header .bg__container .header__inner .nav {
    display: block;
    margin: 0 auto;
  }
  .header .bg__container .header__inner .nav .nav__link {
    display: block;
    text-align: center;
    padding-top: 20px;
    height: 60px;
    position: relative;
  }
  .header .bg__container .header__inner .nav .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 22.4%, #000000 77.6%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
  }
  .header .bg__container .header__inner.active {
    left: 0;
  }
  .header .header__footer {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
  }
  .header .header__footer .header__logo {
    width: 100%;
    position: absolute;
    background-color: #FFF;
    height: 50px;
    padding-top: 100px;
    padding-left: 1rem;
    padding-bottom: 40px;
    border-bottom: 1px solid #F0F0F0;
  }
  .header .header__footer .header__logo .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header__footer .header__logo .logo .logo__link {
    margin: 0;
    margin-left: 10px;
  }
  .header .header__footer .header__logo .description {
    display: none;
  }
  .header .header__footer .header__logo .header__burger {
    display: block;
    position: absolute;
    right: 25px;
    width: 30px;
    height: 20px;
    z-index: 6;
    border-radius: 8px;
  }
  .header .header__footer .header__logo .header__burger:before,
.header .header__footer .header__logo .header__burger:after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #000000;
    height: 4px;
    border-radius: 8px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header .header__footer .header__logo .header__burger:before {
    top: 0;
  }
  .header .header__footer .header__logo .header__burger:after {
    bottom: -2px;
  }
  .header .header__footer .header__logo .header__burger span {
    position: absolute;
    background-color: #000000;
    left: 0;
    width: 100%;
    border-radius: 8px;
    height: 4px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .header .header__footer .header__logo .header__burger.active span {
    transform: scale(0);
  }
  .header .header__footer .header__logo .header__burger.active:before {
    transform: rotate(45deg);
    top: 8px;
  }
  .header .header__footer .header__logo .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 8px;
  }
  .header .header__footer .header__contact {
    top: 0;
    position: absolute;
    background-color: #F1F6F6;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .header__footer .header__contact .number {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .header .header__footer .header__contact .number .num {
    order: 2;
    margin-right: 0;
    font-size: 1.1rem;
    margin-left: 5px;
  }
  .header .header__footer .header__contact .number .wwhatsapp {
    order: 1;
    margin-right: 0;
  }
  .header .header__footer .header__contact .header__btn {
    width: 100%;
  }
  .header .header__footer .header__contact .header__btn .call {
    float: right;
    width: 100%;
    padding: 11px 15px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .header .header__footer .header__logo .logo {
    padding-top: 10px;
  }
  .header .header__footer .header__contact .number {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .header .header__footer .header__contact .number .num {
    font-size: 1.1rem;
    margin-right: 0;
    margin-left: 5px;
  }
  .header .header__footer .header__contact .number .wwhatsapp {
    width: 20px;
    height: 20px;
  }
  .header .header__footer .header__contact .header__btn {
    width: auto;
  }
  .header .header__footer .header__contact .header__btn .button {
    padding: 10px;
    font-size: 1rem;
  }
}