body {
  position: relative;
  height: 100%;
  background-color: #e9edfa;
  font-size: 18px;
  line-height: 1.55;
  color: #09162d;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  /*scroll-behavior: smooth;*/
}
input,
textarea {
  color: #09162d;
  font-family: 'Kanit', sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #3a7df2;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loaded .main-wrapper {
  opacity: 0;
}
.icon-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.loaded .icon-load {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  background: #e9edfa;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a7df2;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(0.97) rotateZ(90deg);
          transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(0.97) rotateZ(180deg);
          transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(0.97) rotateZ(270deg);
          transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
.blue {
  color: #3a7df2;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 0 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #3a7df2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button span {
  margin-right: 10px;
}
.button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #fff;
}
.button:hover {
  background-color: #09162d;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Regular.eot");
  src: local("Kanit-Regular"), url("../fonts/Kanit/Kanit-Regular.eot@") format('embedded-opentype'), url("../fonts/Kanit/Kanit-Regular.woff2") format('woff2'), url("../fonts/Kanit/Kanit-Regular.woff") format('woff'), url("../fonts/Kanit/Kanit-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Light.eot");
  src: local("Kanit-Light"), url("../fonts/Kanit/Kanit-Light.eot@") format('embedded-opentype'), url("../fonts/Kanit/Kanit-Light.woff2") format('woff2'), url("../fonts/Kanit/Kanit-Light.woff") format('woff'), url("../fonts/Kanit/Kanit-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Bold.eot");
  src: local("Kanit-Bold"), url("../fonts/Kanit/Kanit-Bold.eot@") format('embedded-opentype'), url("../fonts/Kanit/Kanit-Bold.woff2") format('woff2'), url("../fonts/Kanit/Kanit-Bold.woff") format('woff'), url("../fonts/Kanit/Kanit-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.footer__col-logo {
  display: none;
}
.footer__wrap {
  padding: 100px 0;
  border-top: 1px solid #d0d7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.footer__logo {
  margin-bottom: 20px;
  display: inline-block;
}
.footer .copy {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #8692a6;
}
.footer .links a {
  display: block;
  color: #8692a6;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}
.footer .links a:hover {
  color: #3a7df2;
}
.footer__ttl {
  text-transform: uppercase;
  color: #8692a6;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 400;
}
.footer ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 10px 0;
}
.footer ul li:first-child {
  margin-top: 0;
}
.footer ul li a {
  color: #09162d;
}
.footer ul li a:hover {
  color: #3a7df2;
}
.footer__col4 {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .socials a {
  width: calc(33.33% - 2.5px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #dee3f5;
}
.footer .socials a:hover {
  background-color: #3a7df2;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255,255,255,0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header__logo {
  padding-left: 50px;
}
.header__lets-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 80px;
  color: #fff;
  background-color: #3a7df2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__lets-talk:hover {
  background-color: #09162d;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__menu li {
  margin: 0 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu li.current-menu-item:before {
  content: '';
  display: inline-block;
  margin-right: 3px;
  width: 9px;
  height: 15px;
  background-image: url("../img/icons/menu-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -2px;
}
.header__menu li.current-menu-item a {
  font-weight: bold;
}
.header__menu li a {
  font-size: 16px;
  color: #09162d;
  text-transform: uppercase;
  font-weight: 400;
}
.header__menu li:not(.current-menu-item) a:hover {
  color: #3a7df2;
}
.header__hamb {
  display: none;
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header__hamb.active span {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  opacity: 0;
}
.header__hamb.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.header__hamb.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.header__hamb:before,
.header__hamb:after,
.header__hamb span {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  background-color: #09162d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__hamb:before {
  top: 0;
}
.header__hamb:after {
  top: calc(100% - 2px);
}
.header__hamb span {
  top: calc(50% - 1px);
}
.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrapper {
  min-width: 320px;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.hs1 {
  min-height: 795px;
}
.hs1 .wrapper {
  padding: 170px 20px 135px;
}
.hs1__h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  max-width: 570px;
}
.hs1__h2 {
  max-width: 565px;
  margin-bottom: 30px;
  font-weight: 300;
}
.hs1__h1,
.hs1__h2,
.hs1__btn {
  position: relative;
  z-index: 2;
}
.hs1__shape {
  position: absolute;
  top: 45px;
  right: -375px;
  -webkit-filter: drop-shadow(0px 40px 200px rgba(9,22,45,0.2));
          filter: drop-shadow(0px 40px 200px rgba(9,22,45,0.2));
}
.hs1__photo {
  position: absolute;
  width: 1106px;
  left: 415px;
  bottom: 0;
}
.hs1__label {
  position: absolute;
  top: 330px;
  right: -85px;
  background-color: #fff;
  padding: 20px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 270px;
}
.hs1__label-icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  background-color: #3a7df2;
}
.hs1__label-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.hs1__label-text .lets-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #09162d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs1__label-text .lets-talk svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs1__label-text .lets-talk:hover {
  color: #3a7df2;
}
.hs1__label-text .lets-talk:hover svg path {
  stroke: #3a7df2;
}
.hs2__top,
.hs3__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.hs2__top-left,
.hs3__top-left,
.hs2__top-right,
.hs3__top-right {
  width: calc(50% - 15px);
}
.hs2__top h2,
.hs3__top h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}
.hs2__top .consult,
.hs3__top .consult,
.hs2__top .get-in-touch,
.hs3__top .get-in-touch {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs2__top .consult span,
.hs3__top .consult span,
.hs2__top .get-in-touch span,
.hs3__top .get-in-touch span {
  margin-right: 10px;
}
.hs2__top .consult svg path,
.hs3__top .consult svg path,
.hs2__top .get-in-touch svg path,
.hs3__top .get-in-touch svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs2__top .consult:hover,
.hs3__top .consult:hover,
.hs2__top .get-in-touch:hover,
.hs3__top .get-in-touch:hover {
  color: #09162d;
}
.hs2__top .consult:hover svg path,
.hs3__top .consult:hover svg path,
.hs2__top .get-in-touch:hover svg path,
.hs3__top .get-in-touch:hover svg path {
  stroke: #09162d;
}
.hs2 {
  background-color: #fff;
  padding: 135px 0;
}
.hs2__top-right .consult {
  display: none;
}
.hs2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hs2__content .left,
.hs2__content .right {
  width: calc(50% - 15px);
}
.hs2__content .item {
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 24px;
  line-height: 40px;
}
.hs2__content .item span {
  position: relative;
  z-index: 2;
}
.hs2__content .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #e9edfa;
}
.hs2__content .item img {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.hs2__content .left .item:nth-child(1):before,
.hs2__content .left .item:nth-child(3):before,
.hs2__content .left .item:nth-child(7):before {
  background-color: #dee3f4;
}
.hs2__content .left .item:nth-child(1):before {
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.hs2__content .left .item:nth-child(3):before {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.hs2__content .left .item:nth-child(7):before {
  -webkit-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg);
}
.hs2__content .right .item:nth-child(2):before,
.hs2__content .right .item:nth-child(4):before {
  background-color: #dee3f4;
}
.hs2__content .right .item:nth-child(2):before {
  -webkit-transform: rotate(-2.6deg);
          transform: rotate(-2.6deg);
}
.hs2__content .right .item:nth-child(4):before {
  -webkit-transform: rotate(2.6deg);
          transform: rotate(2.6deg);
}
.hs3 {
  padding: 135px 0;
}
.hs3__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hs3__top h2 {
  margin-bottom: 0;
}
.hs3__top p {
  margin-bottom: 20px;
}
.hs3__content .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 70px;
  position: relative;
}
.hs3__content .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hs3__content .item .left {
  width: calc(50% - 15px);
}
.hs3__content .item .right {
  width: calc(50% - 55px);
}
.hs3__content .item .right,
.hs3__content .item .left {
  position: relative;
  z-index: 2;
}
.hs3__content .item p {
  font-size: 24px;
  line-height: 40px;
}
.hs3__content .item p:not(:last-child) {
  margin-bottom: 5px;
}
.hs3__content .item:nth-child(2n+1):before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: calc(100% + 175px);
  border: 8px solid #fff;
  -webkit-transform: rotate(1.4deg);
          transform: rotate(1.4deg);
}
.hs3__content .item:nth-child(2n):before {
  content: '';
  position: absolute;
  left: -15px;
  top: -25px;
  width: calc(100% + 30px);
  height: calc(100% + 50px);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background-color: #fff;
}
.hs3__content .item:nth-child(3):before {
  top: -100px;
  left: -10px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.hs3__content .item:nth-child(5):before {
  top: -150px;
}
.hs4 {
  padding: 135px 0;
  margin-bottom: 100px;
}
.hs4 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs4__right {
  width: 370px;
  height: 370px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.hs4__right .right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hs4__ttl {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
.hs4__cont {
  margin-bottom: 20px;
}
.hs4 .sticker {
  position: absolute;
  width: 77px;
  left: 200px;
  bottom: -40px;
}
.hs5 {
  margin-bottom: -150px;
}
.hs5__cont {
  padding: 20px 50px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
.hs5__photo {
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 265px;
}
.hs5__text h2 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
.hs5__text p {
  margin-bottom: 10px;
}
.hs5__text .lets-talk {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #09162d;
}
.hs5__text .lets-talk span {
  margin-right: 10px;
}
.hs5__text .lets-talk svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs5__text .lets-talk:hover {
  color: #3a7df2;
}
.hs5__text .lets-talk:hover svg path {
  stroke: #3a7df2;
}
.hs6 {
  background-color: #3a7df2;
  padding: 280px 0 200px;
  text-align: center;
  color: #fff;
  background-image: url("../img/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 850px;
}
.hs6__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}
.hs6__text {
  max-width: 820px;
  margin: 0 auto 30px;
}
.hs6__btn {
  background-color: #fff;
  color: #09162d;
  min-width: 300px;
}
.hs6__btn svg path {
  stroke: #09162d;
}
.hs6__btn:hover {
  color: #fff;
}
.hs6__btn:hover svg path {
  stroke: #fff;
}
.hs7 {
  position: relative;
}
.hs7__message {
  padding-top: 40px;
  text-align: center;
  max-width: 600px;
  margin: auto;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #3a7df2;
  display: none;
}
.hs7__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}
.hs7__subttl {
  margin-bottom: 50px;
}
.hs7__get-in-touch {
  padding: 150px 0 100px;
}
.hs7__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hs7__form .left,
.hs7__form .right {
  width: calc(50% - 15px);
}
.hs7__form label {
  margin-bottom: 30px;
  background-color: #fff;
  display: block;
  position: relative;
}
.hs7__form label.focus .label {
  font-size: 12px;
  line-height: 1;
  top: 20px;
}
.hs7__form label .label {
  pointer-events: none;
  color: #8692a6;
  position: absolute;
  left: 30px;
  top: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs7__form label input,
.hs7__form label textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  color: #09162d;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.hs7__form label input:focus,
.hs7__form label textarea:focus {
  outline: none;
  border-color: #c5cde7;
}
.hs7__form label input:focus + .label,
.hs7__form label textarea:focus + .label {
  font-size: 12px;
  line-height: 1;
  top: 20px;
}
.hs7__form label input {
  height: 80px;
  padding: 32px 30px 20px 30px;
}
.hs7__form label textarea {
  height: 300px;
  padding: 32px 30px 30px;
  resize: none;
}
.hs7__form .submit {
  width: 100%;
  border: none;
}
.hs7__topper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e9edfa;
  z-index: 3;
  padding-top: 150px;
  background-image: url("../img/getintouch-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hs7__topper.type1 {
  background-image: url("../img/getintouch-bg.jpg");
}
.hs7__topper.type2 {
  background-image: url("../img/banner2.jpg");
}
.hs7__topper.type3 {
  background-image: url("../img/banner3.jpg");
}
.hs7__topper.hidden {
  opacity: 0;
  pointer-events: none;
}
.hs7__topper-t1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}
.hs7__topper-t2 {
  margin-bottom: 30px;
}
.hs7__topper-btn {
  cursor: pointer;
}
.mobile-menu,
.hs1__photo-about-mob {
  display: none;
}
.hs1__photo-about.hs1__photo {
  left: 345px;
  bottom: -410px;
}
.hs1__photo-about.hs1__photo img {
  max-width: 1578px;
}
.contact-s1 {
  padding: 170px 0 200px;
}
.contact-s1__h1 {
  margin-bottom: 20px;
  max-width: calc(50% - 15px);
  font-size: 50px;
  line-height: 1.1;
}
.contact-s1__h2 {
  font-weight: 300;
  margin-bottom: 50px;
  max-width: calc(50% - 15px);
}
.contact-s1__form {
  position: relative;
}
.contact-s1__img {
  position: absolute;
  right: 0;
  bottom: 370px;
  width: 562px;
  max-width: 50%;
  z-index: 2;
  pointer-events: none;
}
.contact-s1 .hs1__shape {
  top: -125px;
}
.contact-s1 .hs7__message {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
}
.delim-100 {
  margin-bottom: 100px;
}
.find-us__ttl {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
}
.find-us__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.find-us__bot .col {
  width: calc(50% - 15px);
}
.find-us__bot .icon {
  margin-bottom: 10px;
  width: 40px;
}
.find-us__bot .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
}
.find-us__bot .info a {
  color: #09162d;
}
.find-us__bot .info a:hover {
  color: #3a7df2;
}
.hs1-services.hs1 {
  padding: 0;
  min-height: 200px;
  position: relative;
}
.hs1-services.hs1 .wrapper {
  padding-top: 170px;
  padding-bottom: 135px;
}
.hs1-services.hs1 .hs1__photo {
  width: 907px;
  bottom: 0;
  right: 0;
  left: auto;
}
.services {
  background-color: #fff;
  padding: 135px 0;
}
.services__items {
  margin-bottom: 40px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services__items .service {
  position: relative;
  padding: 50px 40px;
  width: calc(33.33% - 7.5px);
}
.services__items .service:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.services__items .service:nth-child(2n):before {
  background-color: #e9edfa;
}
.services__items .service:nth-child(2n+1):before {
  background-color: #dee3f4;
}
.services__items .service .icon,
.services__items .service .name,
.services__items .service .descr {
  position: relative;
  z-index: 2;
}
.services__items .service .icon {
  margin-bottom: 20px;
  width: 40px;
}
.services__items .service .name {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
.services__items .service:nth-child(6n+1):before {
  -webkit-transform: rotate(2.8deg);
          transform: rotate(2.8deg);
}
.services__items .service:nth-child(6n+3):before {
  -webkit-transform: rotate(-5.1deg);
          transform: rotate(-5.1deg);
}
.services__items .service:nth-child(6n-1):before {
  -webkit-transform: rotate(1.4deg);
          transform: rotate(1.4deg);
}
.services__load {
  text-align: center;
}
.services__load a {
  text-transform: uppercase;
  color: #3a7df2;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__load a:hover {
  opacity: 0.7;
}
.services__load a span {
  margin-right: 10px;
}
.hs1-pricing.hs1 {
  min-height: 200px;
}
.hs1-pricing.hs1 .wrapper {
  padding: 170px 20px 150px;
}
.hs1-pricing.hs1 .hs1__photo {
  width: 714px;
  bottom: auto;
  right: 0;
  top: 100px;
}
.pricing {
  padding-bottom: 135px;
}
.pricing__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing__items .item {
  width: 33.33%;
  padding: 35px 40px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing__items .item:nth-child(2) .btn {
  background-color: #3a7df2;
  color: #fff;
}
.pricing__items .item:nth-child(2):before {
  background-color: #fff;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.pricing__items .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9edfa;
  border: 8px solid #fff;
  -webkit-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}
.pricing__items .item .icon {
  margin-bottom: 15px;
  width: 40px;
}
.pricing__items .item .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.1;
}
.pricing__items .item .advant {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pricing__items .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: 100%;
}
.pricing__items .item .bot {
  margin-top: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing__items .item .top,
.pricing__items .item .bot {
  position: relative;
  z-index: 2;
}
.pricing__items .item .price {
  margin-top: auto;
  font-weight: bold;
  text-align: center;
}
.pricing__items .item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  color: #09162d;
}
.pricing__items .item .btn:hover {
  background-color: #09162d;
  color: #fff;
}
.pricing__items .item .btn.blue {
  background-color: #3a7df2;
  color: #fff;
}
.pricing__items .item .btn.blue:hover {
  background-color: #09162d;
  color: #fff;
}
.fixed-prices {
  padding: 135px 0;
  background-color: #fff;
}
.fixed-prices h2 {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1.1;
}
.fixed-prices__block {
  margin-bottom: 50px;
}
.fixed-prices__block:last-child {
  margin-bottom: 0;
}
.fixed-prices__block .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-prices__block .ttl img {
  width: 25px;
  margin-right: 7px;
}
.fixed-prices__block .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.fixed-prices__block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 33.33%;
  min-height: 144px;
  padding: 20px 40px;
}
.fixed-prices__block .item:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e9edfa;
}
.fixed-prices__block .item:nth-child(2n):before {
  background-color: #dee3f4;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.fixed-prices__block .item:nth-child(6n+2):before {
  -webkit-transform: rotate(2.7deg);
          transform: rotate(2.7deg);
}
.fixed-prices__block .item .right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 40px;
  line-height: 1;
}
.fixed-prices__block .item .right .icon {
  width: 40px;
}
.fixed-prices__block .item .left {
  padding-right: 20px;
}
.fixed-prices__block .item .left,
.fixed-prices__block .item .right {
  position: relative;
  z-index: 2;
}
.fixed-prices__block .item .name {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.fixed-prices__block .item .name span {
  font-weight: 300;
}
.hs1-how .hs1__h2 {
  margin-bottom: 50px;
}
.hs1-how .hs1__photo {
  width: 730px;
  top: 105px;
  bottom: auto;
  right: -85px;
  left: auto;
  z-index: 2;
  pointer-events: none;
}
.hs1-how .how-arrows {
  position: absolute;
  top: 760px;
  left: calc(50% - 105px);
  z-index: 1;
  -webkit-animation: rotateArrs 40s infinite linear;
          animation: rotateArrs 40s infinite linear;
}
.hs1-how .hs1__h1,
.hs1-how .hs1__h2,
.hs1-how .hs1__btn {
  z-index: 8;
}
.hs1-how .icon {
  width: 40px;
}
.how-items {
  margin-bottom: 115px;
}
.how-items .item {
  padding: 30px 40px;
  margin-bottom: 30px;
  width: 385px;
  position: relative;
}
.how-items .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 8px solid #fff;
  background-color: #e9edfa;
  z-index: 3;
}
.how-items .item .icon {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.how-items .item .name {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: bold;
}
.how-items .item .text,
.how-items .item .name,
.how-items .item .icon {
  position: relative;
  z-index: 5;
}
.how-items .item--1 {
  width: 510px;
}
.how-items .item--1:before {
  -webkit-transform: rotate(2.8deg);
          transform: rotate(2.8deg);
}
.how-items .item--2,
.how-items .item--7 {
  width: 435px;
}
.how-items .item--4,
.how-items .item--5,
.how-items .item--6,
.how-items .item--7 {
  position: absolute;
}
.how-items .item--1:before,
.how-items .item--3:before,
.how-items .item--6:before {
  background-color: #fff;
}
.how-items .item--2:before {
  -webkit-transform: rotate(-2.4deg);
          transform: rotate(-2.4deg);
}
.how-items .item--3:before {
  -webkit-transform: rotate(2.3deg);
          transform: rotate(2.3deg);
}
.how-items .item--4 {
  left: 34%;
  top: 990px;
}
.how-items .item--4:before {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.how-items .item--5 {
  left: 66%;
  top: 975px;
}
.how-items .item--5:before {
  -webkit-transform: rotate(3.3deg);
          transform: rotate(3.3deg);
}
.how-items .item--6 {
  left: 67%;
  top: 725px;
}
.how-items .item--6:before {
  -webkit-transform: rotate(-2.7deg);
          transform: rotate(-2.7deg);
}
.how-items .item--7 {
  left: 53%;
  top: 525px;
}
.how-items .item--7:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.pages {
  padding: 150px 0;
}
.pages a {
  font-weight: bold;
  font-size: 24px;
}
.pages a:hover {
  color: #09162d;
}
@-webkit-keyframes rotateArrs {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotateArrs {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}


.textpage {
  padding: 120px 0;
}
.textpage .wrapper {
  max-width: 900px;
  margin: auto;
}
.textpage__ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 52px;
  line-height: 1.2;
}
.textpage__content p {
  margin-bottom: 18px;
}
.textpage__content h2 {
  font-size: 28px;
  margin: 30px 0 15px;
}
.textpage__content h3 {
  font-size: 24px;
  margin: 20px 0 15px;
}
.textpage__content .wp-block-table {
  margin: 30px 0;
}
.textpage__content ul {
  list-style-type: disc;
  margin: 30px 0;
  padding-left: 25px;
}





/*MEDIA*/
@media (max-width: 1400px) {
  .hs1__photo {
    width: 1030px;
    left: 345px;
  }
  .hs1__label {
    top: 400px;
    right: 25px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    padding-left: 20px;
  }
  .header__menu li {
    margin: 0 20px;
  }
  .hs1__label {
    top: 620px;
  }
  .hs2__content .item {
    font-size: 18px;
    line-height: 1.5;
  }
  .hs3__content .item p {
    font-size: 20px;
    line-height: 1.7;
  }
  .hs3__content .item {
    padding: 40px 50px;
  }
  .hs7__get-in-touch {
    padding: 100px 0 50px;
  }
  .footer__wrap {
    gap: 40px;
  }
  .footer .socials a {
    width: 40px;
    height: 40px;
  }
  .footer__col4 {
    width: 130px;
  }
  .hs1-services.hs1 .hs1__photo {
    width: 680px;
  }
  .hs1.hs1-pricing .hs1__label {
    top: 480px;
  }
  .pricing__items .item {
    padding: 25px 30px 30px;
  }
  .pricing__items .item .btn {
    font-size: 16px;
  }
  .how-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 20px 0;
    margin-bottom: 40px;
  }
  .how-items .item {
    width: calc(50% - 15px);
    position: relative;
    top: auto;
    left: auto;
  }
  .how-items .item--2:before,
  .how-items .item--3:before,
  .how-items .item--6:before {
    -webkit-transform: none;
            transform: none;
  }
  .how-items .item--7:before {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .hs1-how .hs1__photo {
    width: 600px;
  }
}
@media (max-width: 900px) {
  .header__lets-talk {
    width: 150px;
  }
  .header__logo img {
    width: 100px;
  }
  .hs1 {
    min-height: 1px;
  }
  .hs1__h1 {
    font-size: 40px;
  }
  .hs1__h1,
  .hs1__h2 {
    max-width: 430px;
  }
  .hs1__photo {
    width: 900px;
    left: 235px;
  }
  .hs1__label {
    top: 590px;
  }
  .hs2 {
    padding: 90px 0;
  }
  .hs2__content .item span br {
    display: none;
  }
  .hs3__content .item {
    padding: 30px 40px;
  }
  .hs3__content .item .left,
  .hs3__content .item .right {
    width: calc(50% - 15px);
  }
  .hs3__content .item p {
    font-size: 18px;
  }
  .hs4 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hs4__right {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .hs4__left {
    text-align: center;
  }
  .hs4 {
    padding: 40px 0;
  }
  .hs5__photo {
    width: 235px;
  }
  .hs6 {
    background-size: cover;
  }
  .hs7__topper {
    background-position: left 40% center;
  }
  .footer__logo {
    width: 90px;
  }
  .footer__wrap {
    gap: 25px;
  }
  .footer ul li {
    line-height: 1.5;
    margin: 14px 0;
  }
  .hs1__photo-about.hs1__photo {
    left: 215px;
    bottom: -330px;
  }
  .services__items .service {
    width: calc(50% - 10px);
  }
  .services__items .service:nth-child(6n+3):before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .services__items .service:nth-child(6n+4):before {
    -webkit-transform: rotate(-5.1deg);
            transform: rotate(-5.1deg);
  }
  .services__items .service:nth-child(6n-1):before {
    -webkit-transform: rotate(2.4deg);
            transform: rotate(2.4deg);
  }
  .fixed-prices__block .item {
    width: 50%;
  }
  .fixed-prices__block .item:nth-child(3n):before {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .fixed-prices__block .item:nth-child(2n):before,
  .fixed-prices__block .item:nth-child(4n+3):before {
    background-color: #e9edfa;
  }
  .fixed-prices__block .item:nth-child(4n):before,
  .fixed-prices__block .item:nth-child(4n+1):before {
    background-color: #dee3f4;
  }
  .pricing__items .item .advant {
    font-size: 14px;
  }
  .hs7__topper.type2,
  .hs7__topper.type3 {
    background-position: center;
  }
}
@media (max-width: 768px) {
  .header__hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs1__shape,
  .header__menu {
    display: none;
  }
  .header__lets-talk {
    width: 120px;
  }
  .hs1 .wrapper {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .hs1__photo {
    position: relative;
    left: 65%;
    bottom: auto;
    width: 140%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -40px;
  }
  .hs1__h1,
  .hs1__h2 {
    max-width: 580px;
  }
  .hs1__label {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mobile-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mobile-menu li {
    margin: 25px 0;
  }
  .mobile-menu li.current-menu-item a {
    font-weight: bold;
  }
  .mobile-menu li.current-menu-item a:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 16px;
    height: 25px;
    background-image: url("../img/icons/menu-active.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 3px;
  }
  .mobile-menu li a {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #09162d;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    position: relative;
  }
  .hs2__top-right .consult {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
  }
  .hs2__top-left .consult {
    display: none;
  }
  .hs2__top,
  .hs2__content,
  .hs3__top {
    display: block;
  }
  .hs2__top-left,
  .hs3__top-left,
  .hs2__top-right,
  .hs3__top-right {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  .hs2__top h2,
  .hs3__top h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .hs2__content .left,
  .hs2__content .right {
    width: 100%;
  }
  .hs2__content .item {
    font-size: 24px;
  }
  .hs3 {
    padding: 90px 0;
  }
  .hs3__content .item {
    display: block;
    padding: 30px;
  }
  .hs3__content .item .left,
  .hs3__content .item .right {
    width: 100%;
  }
  .hs3__content .item p {
    font-size: 22px;
    line-height: 1.3;
  }
  .hs3__content .item p:not(:last-child) {
    margin-bottom: 10px;
  }
  .hs3__content .item:nth-child(2n+1):before {
    height: calc(100% + 25px);
    width: 100%;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
    left: -5px;
  }
  .hs3__content .item:nth-child(2n):before {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
    width: 100%;
    left: -3px;
  }
  .hs3__content .item:nth-child(3):before,
  .hs3__content .item:nth-child(5):before {
    top: -25px;
  }
  .hs4__left {
    text-align: left;
  }
  .hs5__cont {
    display: block;
    padding: 20px;
  }
  .hs5__photo {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 500px;
  }
  .hs5__text h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .hs6 {
    padding-bottom: 120px;
    padding-top: 240px;
  }
  .hs7__topper {
    background-position: left 35% center;
  }
  .hs7__topper-t1 {
    font-size: 44px;
  }
  .hs7__form {
    display: block;
  }
  .hs7__form .left,
  .hs7__form .right {
    width: 100%;
  }
  .hs7__get-in-touch {
    padding: 80px 0;
  }
  .hs7__subttl {
    margin-bottom: 20px;
  }
  .hs7__form label {
    margin-bottom: 10px;
  }
  .hs7__form label input {
    height: 60px;
    padding: 23px 30px 11px;
  }
  .hs7__form label textarea {
    padding: 23px 30px 11px;
  }
  .hs7__form label.focus .label,
  .hs7__form label input:focus + .label,
  .hs7__form label textarea:focus + .label {
    top: 12px;
  }
  .hs7__form label .label {
    top: 15px;
  }
  .hs7__form label textarea {
    height: 150px;
    margin-bottom: 20px;
  }
  .hs7__form .submit {
    height: 80px;
  }
  .footer__wrap {
    padding: 80px 0 50px;
  }
  .footer__col-logo {
    display: block;
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__col1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer__col1 .footer__logo {
    display: none;
  }
  .footer__col2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__col3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__col4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__col5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__logo {
    width: 120px;
    margin-bottom: 0;
  }
  .footer .links a {
    margin-right: 10px;
  }
  .footer__col4 {
    width: 100%;
  }
  .footer .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
  .footer .socials a {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .footer .socials a:last-child {
    margin-right: 0;
  }
  .hs1__photo-about.hs1__photo {
    display: none;
  }
  .hs1__photo-about-mob {
    display: block;
    margin: -20px;
    width: calc(100% + 40px);
  }
  .hs1-about {
    margin-bottom: 100px;
  }
  .contact-s1__img {
    max-width: 60%;
    bottom: 420px;
  }
  .contact-s1__h1 {
    max-width: 100%;
  }
  .contact-s1 {
    padding: 130px 0 100px;
  }
  .find-us__map iframe {
    height: 300px;
  }
  .contact-s1__h1 {
    font-size: 48px;
  }
  .contact-s1__h2 {
    max-width: calc(65% - 15px);
  }
  .hs1-services.hs1 .hs1__photo {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .hs1-services.hs1 .wrapper {
    padding-bottom: 40px;
  }
  .services__items .service {
    width: 100%;
  }
  .services {
    padding: 100px 0;
  }
  .hs1.hs1-pricing .hs1__label {
    top: auto;
  }
  .hs1-pricing.hs1 .hs1__photo {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    position: static;
    margin-top: 20px;
  }
  .hs1-pricing.hs1 .wrapper {
    padding-bottom: 0;
    padding-top: 130px;
  }
  .pricing__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pricing__items .item {
    width: 100%;
  }
  .fixed-prices__block .item {
    padding: 10px 20px;
  }
  .fixed-prices__block .item .left {
    padding-right: 10px;
  }
  .fixed-prices__block .item .right {
    font-size: 30px;
  }
  .fixed-prices__block .item .price {
    line-height: 1.1;
    font-size: 16px;
  }
  .fixed-prices__block .item .name br {
    display: none;
  }
  .hs1-how .hs1__photo {
    top: 270px;
    margin: 0;
    left: 50%;
    right: auto;
    position: absolute;
  }
  .how-items {
    padding: 350px 0 0;
  }
  .how-items .item {
    padding: 20px 30px;
  }
  .how-items .item .name {
    font-size: 23px;
  }
  .how-items .item .text {
    font-size: 16px;
  }
  .hs1.hs1-how .wrapper {
    padding-bottom: 70px;
  }
  .hs1.hs1-how .wrapper .button {
    padding: 0 30px;
  }
  .hs7__topper.type2,
  .hs7__topper.type3 {
    background-position: center bottom;
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 600px) {
  .find-us__bot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .find-us__bot .col {
    width: 100%;
  }
  .find-us__bot .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .hs1-how .hs1__photo {
    width: 360px;
  }
  .how-items {
    padding-top: 220px;
  }
  .how-items .item {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }
  .how-items .item:after {
    content: '';
    width: 51px;
    height: 25px;
    background-image: url("../img/how-arr-down.svg");
    background-repeat: no-repeat;
    top: -35px;
    left: calc(50% - 26px);
    position: absolute;
    z-index: 5;
  }
  .how-arrows {
    display: none;
  }
  .how-items .item:before {
    left: -8px;
  }
  .hs7__topper.type2,
  .hs7__topper.type3 {
    background-position: left 55% bottom;
    background-size: auto 50%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .contact-s1 .hs7__message {
    position: static;
  }
  .hs1__h1,
  .find-us__ttl {
    font-size: 32px;
  }
  .hs1__h2,
  .hs1__label-text .lets-talk {
    font-size: 16px;
  }
  .hs1__label {
    padding: 15px 15px 10px;
    width: 230px;
  }
  .hs1__label-icon {
    padding: 9px;
  }
  .hs1__label-text p {
    font-size: 13px;
  }
  .hs2,
  .hs3 {
    padding: 80px 0;
  }
  .hs2__content .item {
    font-size: 20px;
  }
  .hs3__content .item .left {
    margin-bottom: 20px;
  }
  .hs4__right {
    width: auto;
    height: auto;
  }
  .hs4__ttl {
    font-size: 28px;
    line-height: 1.4;
  }
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .button {
    height: 60px;
    padding: 0 20px;
  }
  .hs4 {
    margin-bottom: 50px;
  }
  .header__lets-talk {
    height: 60px;
    width: 100px;
    font-size: 12px;
  }
  .header__logo img {
    width: 80px;
  }
  .header__hamb {
    width: 20px;
    height: 16px;
  }
  .hs6 {
    padding-top: 220px;
    background-position: center;
  }
  .hs7__topper-t1 {
    font-size: 38px;
    line-height: 1.4;
  }
  .mobile-menu li a {
    font-size: 18px;
    line-height: 1.2;
  }
  .hs6__btn {
    min-width: 260px;
  }
  .hs1__photo-about.hs1__photo {
    width: 430px;
  }
  .contact-s1__img {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-s1__h1 {
    font-size: 36px;
  }
  .contact-s1__h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contact-s1 {
    padding-top: 90px;
  }
  .find-us__bot .ttl {
    font-size: 22px;
  }
  .hs1-services.hs1 .wrapper {
    padding-top: 100px;
  }
  .services__items .service {
    padding: 40px 30px;
  }
  .hs1.hs1-pricing .hs1__label {
    bottom: -40px;
    z-index: 3;
  }
  .pricing__items .item:before {
    left: -5px;
  }
  .pricing {
    padding-bottom: 100px;
  }
  .fixed-prices {
    padding: 100px 0;
  }
  .fixed-prices h2 {
    font-size: 32px;
  }
  .fixed-prices__block .item {
    width: 100%;
  }
  .fixed-prices__block .item:nth-child(2n):before {
    background-color: #dee3f4 !important;
  }
  .fixed-prices__block .item:nth-child(2n+1):before {
    background-color: #e9edfa !important;
  }
  .fixed-prices__block .item {
    min-height: 130px;
  }
  .pricing__items .item .advant {
    font-size: 16px;
    line-height: 1.8;
  }
  .hs1-pricing.hs1 .wrapper {
    padding-top: 100px;
  }
  .fixed-prices h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .how-items .item {
    padding: 20px;
  }
  .hs1.hs1-how .wrapper .button {
    font-size: 12px;
  }
  .how-items .item .icon {
    font-size: 32px;
  }
  .how-items .item .name {
    font-size: 22px;
  }
  .hs7__ttl {
    font-size: 34px;
  }
  .hs7__topper.type2,
  .hs7__topper.type3 {
    background-position: left 65% bottom;
    background-size: auto 45%;
  }
}
@media (max-width: 374px) {
  .hs7__topper-t1 {
    font-size: 34px;
  }
  .footer .socials a {
    width: 42px;
    height: 42px;
  }
  .wrapper {
    padding: 0 10px;
  }
  .hs1__photo-about-mob {
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-top: 10px;
  }
  .hs1-how .hs1__photo {
    width: 340px;
    top: 280px;
  }
  .hs1__h1,
  .find-us__ttl {
    font-size: 30px;
  }
}