/*!
Theme Name: PackImport
Author: Serhii Kovalchuk
Author URI: https://t.me/frontenddeveloped
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: packimport
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/



@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  scroll-behavior: smooth;
  background: #fafafa;
  height: 100%;
  min-width: 360px
}
body {
  color: rgba(18,18,18,.88);
  line-height: 1;
  font-family: Manrope,sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Manrope,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background: #fafafa;
  transition: all .3s
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100
}
.header__container {
  display: flex;
  align-items: center;
  height: 100px;
  gap: 60px
}
.header__logo {
  max-width: 122px
}
.header .header__menu {
  width: 100%;
  display: flex
}
.header .menu__body {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between
}
.header .menu__list {
  display: flex;
  align-items: center;
  gap: 24px
}
.header .menu__item {
  padding: 8px 16px
}
.header .menu__link {
  color: #181818;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -.04em;
  text-align: left;
  position: relative;
  cursor: pointer
}
.header .menu__link:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #121212;
  content: "";
  transition: width .3s ease-out
}
.header .menu__link:focus:after,
.header .menu__link:hover:after {
  width: 100%
}
.header .menu__body-info {
  display: flex;
  align-items: center;
  gap: 32px
}
.header .menu__body-info-social {
  display: flex;
  gap: 8px
}
.header .menu__body-info-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(30,30,30,.04);
  border-radius: 8px;
  padding: 8px 16px;
  width: 38px;
  height: 38px;
  transition: all .3s
}
.header .menu__body-info-social a:hover {
  border: 1px solid rgba(30,30,30,.4)
}
.header .menu__body-info-btn .button {
  border-radius: 12px;
  width: 227px;
  background: #232323;
  display: flex;
  gap: 10px;
  border: 1px solid #232323;
  transition: all .3s;
  padding: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left
}
.header .menu__body-info-btn .button:hover {
  background: 0 0;
  color: #181818
}
.header .menu__body-info-btn .button:hover svg path {
  stroke: #181818
}
.menu-open body {
  transition: all .3s
}


.pop-open body::after,
.menu-open body::after {
  content: "";
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4392156863);
  z-index: 1
}
.footer__container {
  display: flex;
  gap: 45px;
  flex-direction: column
}
.footer__top {
  display: flex;
  gap: 5px;
  justify-content: space-between
}
.footer__logo .header__logo {
  width: 122px;
  height: 31px;
  padding-top: 3px
}
.footer__nav-titl {
  color: #121212;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  padding-bottom: 18px
}
.footer__nav-lists {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.footer__nav-link {
  color: #121212;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  position: relative;
  cursor: pointer
}
.footer__nav-link:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #121212;
  content: "";
  transition: width .3s ease-out
}
.footer__nav-link:focus:after,
.footer__nav-link:hover:after {
  width: 100%
}
.footer__nav-link-color {
  color: #8e8e8e;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  position: relative;
  cursor: pointer
}
.footer__nav-link-color:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8e8e8e;
  content: "";
  transition: width .3s ease-out
}
.footer__nav-link-color:focus:after,
.footer__nav-link-color:hover:after {
  width: 100%
}
.footer__social {
  display: flex;
  gap: 5px
}
.footer__social-telegram {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border: 1px solid transparent;
  border-radius: 8px
}
.footer__social-telegram img {
  width: 100%;
  height: 100%
}
.footer__social-telegram:hover {
  border: 1px solid #0053df;
  border-radius: 8px
}
.footer__social-whatsapp {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border: 1px solid transparent;
  border-radius: 8px
}
.footer__social-whatsapp img {
  width: 100%;
  height: 100%
}
.footer__social-whatsapp:hover {
  border: 1px solid #0053df;
  border-radius: 8px
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(18,18,18,.44);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left
}
.footer__social-mob {
  display: none
}
.borderss {
  border-radius: 22px;
  background-color: #fff
}
.bagrands {
  background: #fafafa
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}
.hero__left {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 625px
}
.hero__left-top {
  height: 545px;
  padding: 50px 30px 21px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px
}
.hero__border {
  border-radius: 22px;
  background: #f7f6fa
}
.hero__left-top-titl {
  font-weight: 700;
  line-height: 104%;
  text-align: left;
  max-width: 530px
}
.hero__left-top-titl span {
  color: #0048c5
}
.hero__left-top-text {
  flex: 1 1 auto;
  color: rgba(24,24,24,.75);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.hero__left-top-buttons {
  display: flex;
  gap: 15px
}
.hero__btn-blue {
  background: #0053df;
  width: 338px;
  color: #fff;
  font-weight: 600;
  line-height: 25px
}
.hero__btn-blue:hover {
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  transition: all .3s
}
.hero__btn-blue:hover svg path {
  stroke: #181818
}
.hero__btn-blue svg path {
  stroke: #fff
}
.hero__btn-white {
  border: 1px solid rgba(30,30,30,.05);
  background: #fff;
  width: 228px;
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px
}
.hero__btn-white:hover {
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  transition: all .3s
}
.hero__left-bottom-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2fr
}
.hero__left-bottom-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px
}
.hero__left-bottom-column img {
  width: 50px;
  height: 50px
}
.hero__left-bottom-column-top {
  color: rgba(24,24,24,.8);
  font-weight: 700;
  line-height: 104%;
  text-align: left;
  /* flex: 1 1 auto */
}
.hero__left-bottom-column-text {
  color: rgba(24,24,24,.75);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  flex: 1 1 auto;
}
.hero__right {
  width: 625px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.hero__right-top {
  max-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  transition: all .3s
}
.hero__right-top:hover {
  cursor: pointer;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  transition: all .3s
}
.hero__right-top:hover .box {
  animation-play-state: paused;
}
.hero__right-top .box {
  -webkit-animation-name: box;
  animation-name: box;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal
}
.hero__right-top:hover .box2 {
  animation-play-state: paused;
}
.hero__right-top .box2 {
  -webkit-animation-name: box2;
  animation-name: box2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal
}
.hero__right-top:hover .loading path {
  animation-play-state: paused;
}
.hero__right-top .loading path {
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
.hero__right-text {
  color: rgba(24,24,24,.75);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  max-width: 250px
}
.hero__right-bottom-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.hero__right-bottom-column {
  padding: 22px;
  display: flex;
  flex-direction: column;
  max-height: 297px;
  transition: all .3s
}
.hero__right-bottom-column:hover {
  cursor: pointer;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  transition: all .3s
}
.an1:hover .ruka {
  animation-play-state: paused;
}
.an1 .ruka {
  -webkit-animation-name: ruka;
  animation-name: ruka;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: left;
  transform-origin: left
}
.an1:hover .dolar {
  animation-play-state: paused;
}
.an1 .dolar {
  -webkit-animation-name: dolar;
  animation-name: dolar;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.an1:hover .slovo {
  animation-play-state: paused;
}
.an1 .slovo {
  -webkit-animation-name: slovo;
  animation-name: slovo;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.an2:hover .img-anim1 .m {
  animation-play-state: paused;
}
.an2 .img-anim1 .m {
  -webkit-animation-name: anims;
  animation-name: anims;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.err__container{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 250px;
  color: #497ACE;
  font-size: 75px;
  font-weight: 600;
}

.err__container .page-title{
  height: 100%;
}
@media (max-width:500px){
  .err__container{
    padding-top: 100px;
  }
}
.an2 .img-anim1 .n {
  -webkit-animation-name: animat;
  animation-name: animat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.an2:hover .img-anim1 .n,
.an2:hover .img-anim1 .b {
  animation-play-state: paused;
}
.an2 .img-anim1 .b {
  -webkit-animation-name: anims;
  animation-name: anims;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.button {
  border-radius: 12px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  text-align: center;
  transition: all .3s
}
.img-anim1 {
  max-width: 260px;
  max-height: 260px;
  overflow: hidden
}
.img-anim1 svg {
  width: 100%;
  height: 100%
}
@-webkit-keyframes anims {
  0% {
    opacity: 0
  }
  25% {
    opacity: .25
  }
  50% {
    opacity: .5
  }
  75% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes animat {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  25% {
    opacity: 1;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    /* transform: translate(0, 0); */
  }
  75%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: translate(-100%, 0); */
  }
}
@keyframes anims {
  0% {
    opacity: 0
  }
  25% {
    opacity: .25
  }
  50% {
    opacity: .5
  }
  75% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@keyframes anims {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes animat {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  25% {
    opacity: 1;
    /* transform: translate(0, 0); */
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  75%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: translate(-100%, 0); */
  }
}
@keyframes animat {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  25% {
    opacity: 1;
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0);
  }
  75%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: translate(-100%, 0); */
  }
}
.img-anim2 {
  max-width: 300px;
  max-height: 300px
}
.img-anim2 svg {
  width: 100%;
  height: 100%
}
@-webkit-keyframes slovo {
  0% {
    opacity: 0
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
@keyframes slovo {
  0% {
    opacity: 0
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes dolar {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(1%,-23%);
    transform: translate(1%,-23%)
  }
}
@keyframes dolar {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(1%,-23%);
    transform: translate(1%,-23%)
  }
}
@-webkit-keyframes ruka {
  0% {
    -webkit-transform: translate(0,0) rotateZ(0);
    transform: translate(0,0) rotateZ(0)
  }
  50% {
    -webkit-transform: translate(2.5%,3%) rotateZ(-5deg);
    transform: translate(2.5%,3%) rotateZ(-5deg)
  }
  100% {
    -webkit-transform: translate(0,0) rotateZ(0);
    transform: translate(0,0) rotateZ(0)
  }
}
@keyframes ruka {
  0% {
    -webkit-transform: translate(0,0) rotateZ(0);
    transform: translate(0,0) rotateZ(0)
  }
  50% {
    -webkit-transform: translate(2.5%,3%) rotateZ(-5deg);
    transform: translate(2.5%,3%) rotateZ(-5deg)
  }
  100% {
    -webkit-transform: translate(0,0) rotateZ(0);
    transform: translate(0,0) rotateZ(0)
  }
}
.img-anim3 {
  max-width: 600px;
  max-height: 386px
}
.img-anim3 svg {
  width: 100%;
  max-height: 386px
}
@-webkit-keyframes loading {
  0% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}
@keyframes loading {
  0% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}
.loading path:nth-child(4) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.loading path:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.loading path:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.loading path:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
@-webkit-keyframes box {
  0% {
    -webkit-transform: translate(5%,0);
    transform: translate(5%,0);
    opacity: 1;
    display: block
  }
  20% {
    -webkit-transform: translate(-5%,0);
    transform: translate(-5%,0);
    opacity: 1;
    display: block
  }
  40% {
    -webkit-transform: translate(-13%,0);
    transform: translate(-13%,0);
    opacity: 0;
    display: none
  }
  60% {
    -webkit-transform: translate(-20%,0);
    transform: translate(-20%,0);
    opacity: 0;
    display: none
  }
  80% {
    -webkit-transform: translate(-30%,0);
    transform: translate(-30%,0);
    opacity: 0;
    display: none
  }
  100% {
    -webkit-transform: translate(-45%,0);
    transform: translate(-45%,0);
    opacity: 0;
    display: none
  }
}
@keyframes box {
  0% {
    -webkit-transform: translate(5%,0);
    transform: translate(5%,0);
    opacity: 1;
    display: block
  }
  20% {
    -webkit-transform: translate(-5%,0);
    transform: translate(-5%,0);
    opacity: 1;
    display: block
  }
  40% {
    -webkit-transform: translate(-13%,0);
    transform: translate(-13%,0);
    opacity: 0;
    display: none
  }
  60% {
    -webkit-transform: translate(-20%,0);
    transform: translate(-20%,0);
    opacity: 0;
    display: none
  }
  80% {
    -webkit-transform: translate(-30%,0);
    transform: translate(-30%,0);
    opacity: 0;
    display: none
  }
  100% {
    -webkit-transform: translate(-45%,0);
    transform: translate(-45%,0);
    opacity: 0;
    display: none
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(5%,0);
    transform: translate(5%,0);
    display: none
  }
  20% {
    -webkit-transform: translate(-5%,0);
    transform: translate(-5%,0);
    display: none
  }
  40% {
    -webkit-transform: translate(-15%,0);
    transform: translate(-15%,0);
    display: none
  }
  60% {
    -webkit-transform: translate(-20%,0);
    transform: translate(-20%,0);
    display: none
  }
  80% {
    -webkit-transform: translate(-30%,0);
    transform: translate(-30%,0);
    display: block
  }
  100% {
    -webkit-transform: translate(-45%,0);
    transform: translate(-45%,0);
    display: block
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(5%,0);
    transform: translate(5%,0);
    display: none
  }
  20% {
    -webkit-transform: translate(-5%,0);
    transform: translate(-5%,0);
    display: none
  }
  40% {
    -webkit-transform: translate(-15%,0);
    transform: translate(-15%,0);
    display: none
  }
  60% {
    -webkit-transform: translate(-20%,0);
    transform: translate(-20%,0);
    display: none
  }
  80% {
    -webkit-transform: translate(-30%,0);
    transform: translate(-30%,0);
    display: block
  }
  100% {
    -webkit-transform: translate(-45%,0);
    transform: translate(-45%,0);
    display: block
  }
}
.tasks__titl {
  max-width: 475px
}
.tasks__subtitl {
  max-width: 735px
}
.tasks__columns {
  display: flex;
  gap: 20px;
  justify-content: space-between
}
.tasks__column {
  padding: 30px;
  flex: 0 1 50%;
  display: flex;
  flex-direction: column
}
.tasks__column-titl {
  margin-bottom: 23px;
  flex: 1 1 auto;
  font-weight: 700;
}
.tasks__column-lists {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.tasks__column-li {
  color: rgba(24,24,24,.88);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  position: relative
}
.tasks__column-li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background: url(../img/arr-black.svg) center no-repeat;
  width: 18px;
  height: 18px
}
.titl-big {
  color: #464646;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: 0;
  text-align: left
}
.titl-big span {
  color: #0053df
}
.subtitl {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.titl-small {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  color: rgba(24,24,24,.88)
}
.titl-small span {
  color: #0053df
}
.about .swiper-autoheight,
.about .swiper-autoheight .swiper-slide {
  height: 585px
}
.about__subtitl {
  max-width: 735px
}
.about__columns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr
}
.about__column {
  display: flex;
  gap: 20px;
  padding: 30px
}
.about__column-img {
  max-width: 242px;
  max-height: 313px;
  border-radius: 14px;
  
}
.about__column-body {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.about__column-titl {
  margin-bottom: 12px
}
.about__column-text {
  flex: 1 1 auto;
  color: rgba(18,18,18,.75);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  /* height: 100%; */
}
.about__wrapper{
  padding-bottom: 30px;
}
.about__column-lists-titl {
  flex: 1 1 auto;
  color: #121212;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -.02em;
  text-align: left;
  
  margin-bottom: 18px
}
.about__column-lists {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.about__column-li {
  color: rgba(18,18,18,.75);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  padding-left: 18px;
  position: relative
}
.about__column-li ::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 10px;
  border-radius: 22px;
  background: #0053df;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.about__btn {
  width: 271px
}
.about__btn .button {
  border-radius: 8px;
  background: #232323;
  color: #fff;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  border: 1px solid #232323
}
.about__btn .button svg {
  -webkit-transform: translate(0,10%);
  transform: translate(0,10%)
}
.about__btn .button:hover {
  background: 0 0;
  color: #181818
}
.about__btn .button:hover svg path {
  stroke: #181818
}
.about-pc {
  display: grid
}
.about__slider {
  display: none
}
.about__slider .swiper-scrollbar-drag {
  border-radius: 53px;
  background: #0053df
}
.about__slider .swiper-scrollbar {
  margin-top: 0
}
.project__titl {
  margin-bottom: 16px
}
.project__subtitl {
  max-width: 715px
}
.project__subtitl span {
  font-weight: 700
}
.project__slider .swiper-scrollbar-drag {
  border-radius: 53px;
  background: #0053df
}
.project__slide{
  padding-bottom: 30px;
}
.project__column {
  padding: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project__column-titl {
  height: 82px;
  border-radius: 12px;
  background: #0053df;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 16px;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0
}
.spollers__item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.spollers__title {
  display: flex;
  gap: 14px;
  padding: 28px 0;
  color: #121212;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  
}
.spollers__body {
  color: rgba(18,18,18,.7);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  
}
.project-column-img {
  border-radius: 22px;
  overflow: hidden;
  max-width: 573px;
  max-height: 470px;
  margin-bottom: 20px;
  width: 100%;
  height: 308px;
  flex: 1 1 100%;
}
.project-column-img img {
  width: 100%;
  height: 308px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.project-column-info {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
.project-column-info-col {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(18,18,18,.72);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  border-radius: 8px;
  padding: 12px 16px;
  background: #eae9ee
}
.project-column-info-col img {
  width: 17px;
  height: 17px
}
.project__top {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.conpany__container {
  display: flex;
  gap: 20px;
  justify-content: space-between
}
.conpany__titl {
  margin-bottom: 18px
}
.conpany__subtitl {
  max-width: 850px;
  color: rgba(24,24,24,.88);
  font-weight: 400;
  line-height: 126%;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 30px
}
.conpany__row {
  padding: 30px;
  border-radius: 22px;
  background: #f3f3f3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px
}
.conpany__row-column-img {
  margin-bottom: 20px;
  width: 40px;
  height: 40px
}
.conpany__row-column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.conpany__row-column-titl {
  margin-bottom: 10px;
  color: #121212;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.conpany__row-column-text {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.conpany-left {
  max-width: 920px
}
.conpany-right {
  width: 302px;
  padding: 30px;
  border-radius: 22px;
  background: #0053df;
  display: flex;
  flex-direction: column;
  gap: 75px;
  justify-content: space-between
}
.conpany-right-row {
  position: relative;
  flex: 0 1 33.333%
}
@media (max-width: 768px){
  .conpany-right-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .conpany-right-row-text{
    text-align: center;
  }
}
.conpany-right-row:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.2)
}
.conpany-right-row-titl {
  color: #fff;
  font-weight: 800;
  line-height: 104%;
  letter-spacing: 0;
  text-align: left
}
.conpany-right-row-text {
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  max-width: 160px
}
.price__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px
}
.price__row-column {
  border-radius: 22px;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column
}
.price__row-column-titl {
  border-radius: 12px;
  background: #0053df;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center
}
.price__row-column-titl img {
  width: 17px;
  height: 17px
}
.price__row-column-text {
  flex: 1 1 auto;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.price__row-column-time {
  color: rgba(24,24,24,.75);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 8px
}
.price__row-column-time span {
  font-weight: 600
}
.price__row-column-price {
  color: #333;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
@media (max-width: 768px){
  .conpany-right-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .conpany-right-row-text{
    text-align: center;
  }
}
.articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}
.articles__header-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left
}
.articles__header-link a {
  color: #020202;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* .articles__header-link img {
  -webkit-transform: translate(0,25%);
  transform: translate(0,25%)
} */
.articles__col {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px
}
.articles__col-column {
  padding-bottom: 10px;
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all .3s ease 0s
}
.articles__col-column-img {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 22px;
  overflow: hidden;
  height: 238px;
  transition: all .3s;
  margin-bottom: 16px
}
.articles__col-column-img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}
.articles__col-column-titl {
  flex: 1 1 auto;
  color: #333;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 31px;
  padding-left: 16px;
  padding-right: 16px
}
.articles__col-column-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  color: #a4a4a4;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.articles__column-footer-view {
  display: flex;
  align-items: center
}
.contacts {
  position: relative;
  
}
.contacts-pop {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);

}
.contacts__bg {
width: 840px;
height: 340px;
padding: 30px;
display: flex;
flex-direction: column;
border-radius: 18px;
overflow: hidden;
background: rgb(255, 255, 255);
}
.contacts-pop-body{
flex: 1 1 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 10px;
}
.contacts__close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
transition: all 0.3s;
border-radius: 8px;
border: 1px solid transparent;
}

.contacts__close:hover {
  cursor: pointer;
  border: 1px solid;
  border-radius: 8px;
}
.contacts__close:hover img{
  transform: scale(1.2);
}
.contacts__close img{
  transition: all 0.3s;
  height: 26px;
  height: 26px;
}
.contacts__titl {
  color: rgb(70, 70, 70);
font-size: 36px;
font-weight: 700;
line-height: 104%;
letter-spacing: 0%;
}
.contacts__text {
  color: rgb(70, 70, 70);
font-size: 18px;
font-weight: 500;
line-height: 140%;
text-align: center;
}
.contacts__titl {
  color: #464646
}
.contacts__subtitl {
  color: #464646;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  max-width: 410px
}
.contacts__body {
  display: flex;
  gap: 20px;
  justify-content: space-between
}
.contacts__body-form {
  max-width: 733px;
  width: 100%
}
.contacts__body-form.form-article form{
  max-width: none;
  width: 100%;
margin-top: 30px;
}

.contacts__body-form form .wpforms-field-container{
  /* margin-bottom: 10px; */

  display: flex;
  flex-direction: column;
  gap: 16px;
font-size: 14px;
font-weight: 600;
line-height: 140%;
}
.contacts__body-form form{
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
}
.contacts__body-form .wpforms-hidden{
  display: none;
}
.wpforms-field input {
  padding: 16px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid rgba(18,18,18,.06);
  border-radius: 12px;
  background: #fff;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  transition: all .3s
}
.contacts__body-form input:focus {
  outline: rgba(18,18,18,.5);
  border-color: rgba(18,18,18,.5)
}
.contacts__body-form input::-webkit-input-placeholder {
  color: #8f8f8f
}
.contacts__body-form input:-ms-input-placeholder {
  color: #8f8f8f
}
.contacts__body-form input::-ms-input-placeholder {
  color: #8f8f8f
}
.contacts__body-form input::placeholder {
  color: #8f8f8f
}
 .contacts__body-form label {
  /* display: flex;
  gap: 12px;
  align-items: center;
  color: #121212;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0 */
  display: none;
} 
.wpcf7-spinner{
  display: none;
}
.contacts__body-form form .foot-for p span {
  color: #0053df;
  
}
.contacts__body-form form .foot-for p{
  display: flex;
  gap: 12px;
  align-items: center;
}
/* .contacts__body-form label button {
  padding: 16px;
  height: 52px;
  width: 175px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  border-radius: 12px;
  background: #0053df;
  transition: all .3s
} */

.contacts__body-form #wpforms-submit-218 {
  padding: 16px;
  height: 52px;
  width: 175px;
  display: flex;
  margin-top: 16px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  /* line-height: 22px; */
  letter-spacing: 0;
  border-radius: 12px;
  background: #0053df;
  transition: all .3s;
  position: relative;
}

.contacts__body-form #btns:hover {
  cursor: pointer;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  transition: all .3s
}
.contacts__body-form label button:hover svg path {
  stroke: #181818
}
.contacts__body-form label button svg path {
  stroke: #fff
}
.contacts__body-form-footer {
  border-radius: 22px;
  display: flex;
  padding: 18px;
  gap: 12px;
  background: #fff
}
.contacts__body-info {
  padding: 30px;
  border-radius: 22px;
  max-width: 517px;
  width: 100%;
  background: #fff
}
.contacts__body-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px
}
.contacts__body-info-titltwo {
  margin-bottom: 20px
}
.contacts__body-info-social {
  display: flex;
  gap: 12px
}
.form-footer-telegram-titl {
  color: #0053df;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left
}
.form-footer-telegram-subtitl {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  transition: all .3s
}
.form-footer-telegram-subtitl:hover {
  color: #0053df
}
.titl-contacts {
  color: #464646;
  font-weight: 700;
  line-height: 104%;
  letter-spacing: 0;
  text-align: left
}
.info-row-text-titl {
  color: #464646;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 4px
}
.info-row-text-subtitl {
  color: #121212;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left
}
.name__page-project {
  color: rgba(18,18,18,.54);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left
}
.name__page-project span {
  color: #121212;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left
}
.project-page__proj {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr
}
.page__articles-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  transition: all .3s
}
.page__articles-content .articles__col-column {
  transition: all .3s
}
.page__articles-content .articles__col-column:hover {
  cursor: pointer;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 5px #0053df;
  border-radius: 22px
}
.content__container .name__page {
  padding: 0
}
.content__body-img {
  max-height: 540px;
  width: 100%;
  overflow: hidden;
  border-radius: 22px
}
.content__body-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.content__body-view {
  max-width: 175px
}
.content__body-view .articles__col-column-footer {
  padding: 0
}
.content__body-rows {
  display: flex;
  flex-direction: column;
  gap: 46px
}
.content__body-row {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.content__body-row-titl {
  color: #121212;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: -.02em;
  text-align: left
}
.content__body-row-adress p {
  display: inline-block;
  border-radius: 6px;
  background: #0053df;
  padding: 12px 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left
}
.text-content {
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -.02em;
  text-align: left
}
.stage {
  transition: all .5s;
  background-color: #FFFFFF;
}
.stage.halfway-visible {
  background-color: #0f1e3b;
  color: #fff
}
.stage.halfway-visible .titl-big {
  color: #fff
}
.stage__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.stage__titl {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  color: #0053DF;
}
.stage__subtitl {
  margin-bottom: 42px;
  text-align: center;
  display: flex;
  justify-content: center
}
.stage__content {
  display: flex;
  flex-direction: column;
  gap: 160px;
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative
}
.stage__content-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 235px
}
.stage__content-row-img {
  border: 1px solid #1c3666;
  border-radius: 22px;
  background: #132447
}
.stage__content-row-img img {
  -o-object-fit: cover;
  object-fit: cover
}
.stage__content-info-titl {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 12px
}
.stage__content-info-subtitl {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.stage__content-info-rows {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.stage__info-row {
  border: 1px solid #1c3666;
  border-radius: 12px;
  background: #132447;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px
}
.stage__info-row-img img {
  width: 22px;
  height: 22px
}
.stage__info-row-text {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: left
}
.line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background: #0053df;
  background: linear-gradient(rgba(0,83,223,.1) 0,#004bc9 33%,#004bc9 66%,rgba(0,83,223,.1) 100%);
  z-index: 1
}
.color-svg-anim{
  fill: white;
}
.nums{
  fill: #0053DF;
}
.halfway-visible .color-svg-anim{
  fill: #112140;
}
.halfway-visible .nums{
  fill: #FFFFFF;
}
.gradient {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background: linear-gradient(rgba(64,131,242,.1) 0,#8fb9fd 10%,#fff 40%,#8fb9fd 80%,rgba(64,131,242,.1) 100%);
  z-index: 10
}
.radials {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  transition: opacity 3s linear
}
.element {
  transition: all .5s linear;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 32px;
  height: 32px
}
.element.active svg .color-svg-anim {
  fill: #2f5eb3
}
.pop-act{
  display: block;
}
.pop-non{
  display: none;
}
.spollers {
  /* display: flex;
  flex-direction: column; */
  display: grid;
  /* grid-template-rows: repeat(4, auto); */
  gap: 15px;
  margin-bottom: 20px;
}
.spollers__item {
  font-size: 1.25rem;
  transition: all .3s;
  padding-bottom: 20px;
}
.spollers__title {
  transition: all .3s;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
 ._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../img/arr-black.svg) center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  -webkit-transform: translate(0,-50%) rotate(90deg);
  transform: translate(0,-50%) rotate(90deg);
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
} 
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: translate(0,-50%) rotate(-90deg);
  transform: translate(0,-50%) rotate(-90deg)
}
.spollers__body {
  transition: all .3s;
  /* padding-bottom: 20px; */
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none!important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform
}
.swiper-cards {
  overflow: visible
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
@media (max-width: 550px){
    .hero__btn-white{
      font-size: 14px;
    }
}
@media (min-width:83.125em) {

  .header .menu__link {
    font-size: 1rem
  }
  .header .menu__body-info-btn .button {
    font-size: 1.125rem
  }
  .footer__container {
    padding-top: 2.8125rem
  }
  .footer__container {
    padding-bottom: 2.8125rem
  }
  .footer__nav-titl {
    font-size: 1.125rem
  }
  .footer__nav-link {
    font-size: 1rem
  }
  .footer__nav-link-color {
    font-size: 1rem
  }
  .hero__container {
    padding-top: 6.875rem
  }
  .hero__container {
    padding-bottom: 2.8125rem
  }
  .hero__left-top-titl {
    font-size: 2.75rem
  }
  .hero__left-top-text {
    font-size: 1.5rem
  }
  .hero__btn-blue {
    font-size: 1.125rem
  }
  .hero__left-bottom-column-top {
    font-size: 2.75rem
  }
  .hero__left-bottom-column-text {
    font-size: 1.25rem
  }
  .hero__right-text {
    font-size: 1.25rem
  }
  .tasks__container {
    padding-top: 2.8125rem
  }
  .tasks__container {
    padding-bottom: 2.8125rem
  }
  .tasks__titl {
    margin-bottom: 1rem
  }
  .tasks__subtitl {
    margin-bottom: 2.5rem
  }
  .tasks__column-li {
    font-size: 1rem
  }
  .tasks__column-li {
    padding-left: 1.625rem
  }
  .titl-big {
    font-size: 2.25rem
  }
  .subtitl {
    font-size: 1.25rem
  }
  .titl-small {
    font-size: 1.375rem
  }
  .about__container {
    padding-top: 2.8125rem
  }
  .about__container {
    padding-bottom: 2.8125rem
  }
  .about__titl {
    margin-bottom: 1rem
  }
  .about__subtitl {
    margin-bottom: 2.4375rem
  }
  .about__column-text {
    font-size: 1rem
  }
  .about__column-text {
    margin-bottom: .375rem
  }
  .about__column-lists-titl {
    font-size: 1.125rem
  }
  .about__column-lists {
    margin-bottom: 1.6875rem
  }
  .about__column-li {
    font-size: 1rem
  }
  .about__btn .button {
    font-size: 1rem
  }
  .project__container {
    padding-top: 2.8125rem
  }
  .project__container {
    padding-bottom: 2.8125rem
  }
  .project__subtitl {
    margin-bottom: 2.4375rem
  }
  .project__column-titl {
    font-size: 1.125rem
  }
  .project__column-titl {
    margin-bottom: 3rem
  }
  .spollers__title {
    font-size: 1.125rem
  }
  .spollers__body {
    font-size: 1rem
  }
  .project-column-info-col {
    font-size: .9375rem
  }
  .conpany__container {
    padding-top: 2.8125rem
  }
  .conpany__container {
    padding-bottom: 2.8125rem
  }
  .conpany__subtitl {
    font-size: 1rem
  }
  .conpany__row-column-titl {
    font-size: 1.125rem
  }
  .conpany__row-column-text {
    font-size: 1rem
  }
  .conpany-right-row-titl {
    margin-bottom: .75rem
  }
  .conpany-right-row-titl {
    font-size: 2.75rem
  }
  .conpany-right-row-text {
    font-size: 1.125rem
  }
  .price__container {
    padding-top: 2.8125rem
  }
  .price__container {
    padding-bottom: 2.8125rem
  }
  .price__titl {
    margin-bottom: 2.0625rem
  }
  .price__row-column-titl {
    font-size: 1rem
  }
  .price__row-column-titl {
    margin-bottom: 1.625rem
  }
  .price__row-column-text {
    font-size: 1rem
  }
  .price__row-column-text {
    margin-bottom: 1.625rem
  }
  .price__row-column-time {
    font-size: 1rem
  }
  .price__row-column-price {
    font-size: 1.25rem
  }
  .articles__container {
    padding-top: 2.8125rem
  }
  .articles__container {
    padding-bottom: 2.8125rem
  }
  .articles__header {
    margin-bottom: 2.0625rem
  }
  .articles__header-link {
    font-size: .875rem
  }
  .articles__col-column-titl {
    font-size: 1.375rem
  }
  .articles__col-column-footer {
    font-size: 1.125rem
  }
  .articles__column-footer-view img {
    margin-right: .5625rem
  }
  .contacts__container {
    padding-top: 2.8125rem
  }
  .contacts__container {
    padding-bottom: 2.8125rem
  }
  .contacts__subtitl {
    font-size: 1.125rem
  }
  .contacts__subtitl {
    margin-bottom: 2.125rem
  }
  .contacts__body-form input {
    font-size: .875rem
  }
  /* .contacts__body-form label {
    font-size: .875rem
  } */
  .contacts__body-form label button {
    font-size: 1rem
  }
  .contacts__body-info-titl {
    margin-bottom: 1.625rem
  }
  .titl-contacts {
    font-size: 1.625rem
  }
  .info-row-text-titl {
    font-size: .75rem
  }
  .info-row-text-subtitl {
    font-size: 1rem
  }
  .name__page {
    padding-top: 6.875rem
  }
  .name__page {
    padding-bottom: 2.8125rem
  }
  .name__page-project {
    font-size: 1rem
  }
  .name__page-project {
    margin-bottom: 3rem
  }
  .name__page-project span {
    font-size: 1rem
  }
  .name-page__container {
    padding-bottom: 2.8125rem
  }
  .page-articles__container {
    padding-bottom: 2.8125rem
  }
  .content__container {
    padding-bottom: 2.8125rem
  }
  .content__container {
    padding-top: 6.875rem
  }
  .name__page-titl {
    margin-bottom: 2.5rem
  }
  .content__body-img {
    margin-bottom: 1.25rem
  }
  .content__body-view {
    margin-bottom: 2.5rem
  }
  .content__body-text-top {
    margin-bottom: 3.875rem
  }
  .content__body-subtitl {
    margin-bottom: 2.875rem
  }
  .content__body-rows {
    margin-bottom: 3.875rem
  }
  .content__body-row-titl {
    font-size: 1.25rem
  }
  .content__body-row-adress p {
    font-size: 1rem
  }
  .text-content {
    font-size: 1rem
  }
  .stage__container {
    padding-bottom: 2.8125rem
  }
  .stage__container {
    padding-top: 2.8125rem
  }
  /* .stage__subtitl {
    margin-bottom: 1.125rem
  } */
  .stage__content-info-titl {
    font-size: 1.375rem
  }
  .stage__content-info-subtitl {
    font-size: 1rem
  }
  .stage__content-info-subtitl {
    margin-bottom: 3.375rem
  }
  .stage__info-row-text {
    font-size: 1rem
  }
}
@media (max-width:1270px) {
  .conpany-left {
    max-width: 850px
  }
}
@media (max-width:1250px) {
  .about__column {
    padding: 12px
  }
}
@media (max-width:1200px) {
  .hero__left-top {
    height: 450px
  }
  .hero__right-top {
    height: 340px
  }
  .hero__right-bottom-column {
    height: 250px
  }
  .about__columns {
    grid-template-columns: 1fr
  }
  .stage__content{
    gap: 60px;
    padding-top: 80px;
  }
  .stage__content-row {
    gap: 30px;
    flex-direction: column;
    width: 80%;
    align-self: end
  }
  .stage__content-row-img {
    order: 2;
    display: flex;
    align-self: start;
    width: 100%;
    overflow: hidden;
  }
  .stage__content-row-img img {
    width: 100%;
    height: 100%
  }
  .stage__content-row-info {
    order: 1
  }
  .line {
    /* height: 90%; */
    left: 5%
  }
  .gradient {
    left: 5%
  }
  .radials {
    left: 5%
  }
  .element {
    left: -18.7%
  }
}
@media (max-width:1060px) {
  .header__container {
    gap: 40px
  }
  .header .menu__list {
    gap: 12px
  }
  .header .menu__body-info-btn .button {
    height: 51px
  }
}
@media (max-width:1050px) {
  .hero__btn-blue {
    width: 250px
  }
}
@media (max-width:1000px) {
  .header .menu__body-info {
    gap: 10px
  }
  .contacts-pop{
    top: 50%;
    width: 90%;
  }
  .contacts__bg {
    width: 100%;
    height: 270px;
    padding: 24px;
    }
    .contacts__close img{
      width: 24px;
      height: 24px;
    }
    .contacts__titl {
    font-size: 20px;
    }
    .contacts__text {
    font-size: 12px;
    }
}
/* @media (max-width:48em) { */
  .project__slide {
    padding-bottom: 30px;
  }
/* } */
@media (max-width:635px) {
  .project-page__proj {
    grid-template-columns: 1fr
  }
  .contacts__body-info{
    padding: 18px;
  }
}
@media (max-width:370px) {
  .about__column {
    max-width: 275px
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 70%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
    overflow: auto;
    transition: right .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    right: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    right: 0
  }
  .menu-open .menu__body::before {
    right: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 100
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__container {
    justify-content: space-between
  }
  .header .header__menu {
    width: auto
  }
  .header .menu__body {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 20px;
    width: 70%
  }
  .header .menu__list {
    flex-direction: column;
    align-self: start;
    text-align: left
  }
  .header .menu__item {
    align-self: start
  }
  .header .menu__body-info {
    flex-direction: column;
    width: 100%;
    padding-left: 16px
  }
  .header .menu__body-info-social {
    align-self: start
  }
  .header .menu__body-info-btn .button {
    align-self: start
  }
  .header .menu__body-info-btn {
    align-self: start
  }
  .footer__social-mob {
    display: flex
  }
  .footer__social-pc {
    display: none
  }
  .hero__container {
    flex-direction: column
  }
  .hero__left-top {
    padding: 20px;
    height: auto
  }
  .hero__btn-blue {
    width: 288px
  }
  .hero__btn-white {
    width: 288px
  }
  .hero__right-text {
    text-align: center;
    max-width: none;
    width: 100%
  }
  .conpany__container {
    flex-direction: column
  }
  .conpany-left {
    max-width: none;
    width: 100%
  }
  .conpany-right {
    max-width: none;
    width: 100%;
    height: 430px;
    gap: 57px;
    padding: 30px
  }
  .conpany-right-row:not(:last-child)::after {
    bottom: -25%
  }
  .price__row {
    grid-template-columns: 1fr 1fr
  }
  .articles__col {
    grid-template-rows: 2;
    grid-template-columns: 1fr 1fr
  }
  .articles__col .articles__col-column:last-child {
    grid-column: 1/3
  }
  .page__articles-content {
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width:61.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em) {
  .header__container {
    height: 80px
  }
    .about__column-body {
    height: 100%
  }
  .footer__top {
    flex-direction: column;
    gap: 42px
  }
  .footer__logo {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .hero__left-top-text {
    margin-bottom: 13px
  }
  .hero__left-bottom-column-top {
    width: 38px;
    height: 38px
  }
  .hero__left-bottom-column-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;

  }
  .hero__right {
    max-width: 625px;
    width: 100%
  }
  .subtitl {
    line-height: 130%
  }
  .about__column {
    flex-direction: column;
    height: 600px;
    padding: 12px 12px 30px 12px
  }
  .about__column-img {
    max-width: 100%;
    max-height: 205px;
    display: flex;
    justify-content: center
  }
  .about__column-img img {
    -o-object-fit: cover;
    object-fit: cover
  }
  .about-pc {
    display: none
  }
  .about__slider {
    display: block;
    height: 540px
  }
  .project__column {
    padding: 16px
  }
  .project__column-titl {
    line-height: 19px
  }
  .conpany__row {
    grid-template-columns: 1fr
  }
  .articles__col-column-img {
    height: 170px
  }
  .contacts__body {
    flex-direction: column;
    gap: 12px
  }
  .contacts__body-form {
    max-width: none
  }
  .contacts__body-form input {
    line-height: 16pxx
  }
  .contacts__body-info {
    max-width: none
  }
  .content__body-rows {
    gap: 28px
  }
}
@media (max-width:40.625em) {
  .project-column-info {
    grid-template-columns: 1fr
  }
}
@media (max-width:37.5em) {
  .hero__left-top-buttons {
    flex-direction: column;
    align-items: center
  }
  .tasks__columns {
    flex-direction: column
  }
  .tasks__column-li::after {
    width: 14px;
    height: 14px
  }
}
@media (max-width:31.25em) {
  .price__row {
    grid-template-columns: 1fr
  }
}
@media (max-width:29.99875em) {
  .header .menu__body-info-social a {
    width: 30px;
    height: 30px
  }
  .header .menu__body-info-btn .button {
    width: 200px
  }
  .header .menu__body-info-btn .button {
    line-height: 19px
  }
  .footer__social-telegram {
    width: 32px;
    height: 32px
  }
  .footer__social-whatsapp {
    width: 32px;
    height: 32px
  }
  .hero__right-top {
    padding: 10px;
    max-height: 190px;
    height: 100%
  }
  .hero__right-bottom-column {
    max-height: 230px;
    height: 100%;
    padding: 10px;
    align-items: center;
    gap: 10px
  }
  .button {
    height: 50px
  }
  .img-anim3 svg {
    max-height: 190px
  }
  .tasks__columns {
    gap: 12px
  }
  .tasks__column {
    padding: 16px
  }

  .about__column-text {
    line-height: 130%
  }
  .about__column-lists-titl {
    line-height: 20px
  }
  .about__btn .button {
    line-height: 16px
  }
  .about__btn {
    /* width: 242px */
    width: 100%;
  }
  .spollers__title {
    gap: 8px
  }
  .spollers__body {
    line-height: 130%
  }
  .project-column-info-col img {
    width: 14px;
    height: 14px
  }
  .conpany-right {
    height: 357px;
    gap: 40px
  }
  .price__row {
    gap: 12px
  }
  .price__row-column-titl {
    line-height: 20px
  }
  .price__row-column-titl img {
    width: 14px;
    height: 14px
  }
  .articles__header-link {
    line-height: 16px
  }
  .contacts__body-form label button {
    line-height: 19px
  }
  .contacts__body-info img {
    width: 30px;
    height: 30px
  }
  .page__articles-content {
    grid-template-columns: 1fr
  }
  .content__body-img {
    max-height: 340px
  }
  .content__body-view {
    max-width: 114px
  }
  .content__body-row-adress p {
    line-height: 14px
  }
  .stage__content-info-subtitl {
    line-height: 130%
  }
  .stage__content-info-rows {
    gap: 12px
  }
  .stage__info-row-img img {
    width: 16px;
    height: 16px
  }
}
@media (max-width:22.5em) {
  .header .menu__link {
    font-size: .875rem
  }
  .header .menu__body-info-btn .button {
    font-size: .875rem
  }
  .footer__container {
    padding-top: 1.875rem
  }
  .footer__container {
    padding-bottom: 1.875rem
  }
  .footer__nav-titl {
    font-size: .9375rem
  }
  .footer__nav-link {
    font-size: .75rem
  }
  .footer__nav-link-color {
    font-size: .75rem
  }
  .hero__container {
    padding-top: 5rem
  }
  .hero__container {
    padding-bottom: 1.875rem
  }
  .hero__left-top-titl {
    font-size: 1.625rem
  }
  .hero__left-top-text {
    font-size: .875rem
  }
  .hero__btn-blue {
    font-size: .875rem
  }
  .hero__left-bottom-column-top {
    font-size: 1.625rem
  }
  .hero__left-bottom-column-text {
    font-size: .75rem
  }
  .hero__right-text {
    font-size: .875rem
  }
  .tasks__container {
    padding-top: 1.875rem
  }
  .tasks__container {
    padding-bottom: 1.875rem
  }
  .tasks__titl {
    margin-bottom: .75rem
  }
  .tasks__subtitl {
    margin-bottom: 1.625rem
  }
  .tasks__column-li {
    font-size: .75rem
  }
  .tasks__column-li {
    padding-left: 1.125rem
  }
  .titl-big {
    font-size: 1.25rem
  }
  .subtitl {
    font-size: .75rem
  }
  .titl-small {
    font-size: .9375rem
  }
  .about__container {
    padding-top: 1.875rem
  }
  .about__container {
    padding-bottom: 1.875rem
  }
  .about__titl {
    margin-bottom: .75rem
  }
  .about__subtitl {
    margin-bottom: 1.625rem
  }
  .about__column-text {
    font-size: .75rem
  }
  .about__column-text {
    margin-bottom: 1.5rem
  }
  .about__column-lists-titl {
    font-size: .9375rem
  }
  .about__column-lists {
    margin-bottom: 1.5rem
  }
  .about__column-li {
    font-size: .75rem
  }
  .about__btn .button {
    font-size: .75rem
  }
  .project__container {
    padding-top: 1.875rem
  }
  .project__container {
    padding-bottom: 1.875rem
  }
  .project__subtitl {
    margin-bottom: 1.625rem
  }
  .project__column-titl {
    font-size: .875rem
  }
  .project__column-titl {
    margin-bottom: 1.5rem
  }
  .spollers__title {
    font-size: .875rem
  }
  .spollers__body {
    font-size: .75rem
  }
  .project-column-info-col {
    font-size: .6875rem
  }
  .conpany__container {
    padding-top: 1.875rem
  }
  .conpany__container {
    padding-bottom: 1.875rem
  }
  .conpany__subtitl {
    font-size: .75rem
  }
  .conpany__row-column-titl {
    font-size: .9375rem
  }
  .conpany__row-column-text {
    font-size: .75rem
  }
  .conpany-right-row-titl {
    margin-bottom: .5rem
  }
  .conpany-right-row-titl {
    font-size: 2.125rem
  }
  .conpany-right-row-text {
    font-size: .9375rem
  }
  .price__container {
    padding-top: 1.875rem
  }
  .price__container {
    padding-bottom: 1.875rem
  }
  .price__titl {
    margin-bottom: 1.625rem
  }
  .price__row-column-titl {
    font-size: .9375rem
  }
  .price__row-column-titl {
    margin-bottom: 1.25rem
  }
  .price__row-column-text {
    font-size: .875rem
  }
  .price__row-column-text {
    margin-bottom: 2.375rem
  }
  .price__row-column-time {
    font-size: .75rem
  }
  .price__row-column-price {
    font-size: .9375rem
  }
  .articles__container {
    padding-top: 1.875rem
  }
  .articles__container {
    padding-bottom: 1.875rem
  }
  .articles__header {
    margin-bottom: 1.625rem
  }
  .articles__header-link {
    font-size: .75rem
  }
  .articles__col-column-titl {
    font-size: .75rem
  }
  .articles__col-column-footer {
    font-size: .6875rem
  }
  .articles__column-footer-view img {
    margin-right: .3125rem
  }
  .contacts__container {
    padding-top: 1.875rem
  }
  .contacts__container {
    padding-bottom: 1.875rem
  }
  .contacts__subtitl {
    font-size: .75rem
  }
  .contacts__subtitl {
    margin-bottom: 1.625rem
  }
  .contacts__body-form input {
    font-size: .75rem
  }
  .contacts__body-form label {
    font-size: .625rem
  }
  .contacts__body-form label button {
    font-size: .875rem
  }
  .contacts__body-info-titl {
    margin-bottom: 1.5rem
  }
  .titl-contacts {
    font-size: 1.25rem
  }
  .info-row-text-titl {
    font-size: .625rem
  }
  .info-row-text-subtitl {
    font-size: .75rem
  }
  .name__page {
    padding-top: 5rem
  }
  .name__page {
    padding-bottom: 1.875rem
  }
  .name__page-project {
    font-size: .75rem
  }
  .name__page-project {
    margin-bottom: 1.6875rem
  }
  .name__page-project span {
    font-size: .75rem
  }
  .name-page__container {
    padding-bottom: 1.875rem
  }
  .page-articles__container {
    padding-bottom: 1.875rem
  }
  .content__container {
    padding-bottom: 1.875rem
  }
  .content__container {
    padding-top: 5rem
  }
  .name__page-titl {
    margin-bottom: 2rem
  }
  .content__body-img {
    margin-bottom: 1rem
  }
  .content__body-view {
    margin-bottom: 2rem
  }
  .content__body-text-top {
    margin-bottom: 2rem
  }
  .content__body-subtitl {
    margin-bottom: 1.75rem
  }
  .content__body-rows {
    margin-bottom: 2rem
  }
  .content__body-row-titl {
    font-size: .9375rem
  }
  .content__body-row-adress p {
    font-size: .625rem
  }
  .text-content {
    font-size: .75rem
  }
  .stage__container {
    padding-bottom: 1.875rem
  }
  .stage__container {
    padding-top: 5rem
  }
  .stage__subtitl {
    margin-bottom: 1.625rem
  }
  .stage__content-info-titl {
    font-size: .9375rem
  }
  .stage__content-info-subtitl {
    font-size: .75rem
  }
  .stage__content-info-subtitl {
    margin-bottom: 1.875rem
  }
  .stage__info-row-text {
    font-size: .75rem
  }
}
@media (min-width:22.5em) and (max-width:83.125em) {
  @supports (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .header .menu__link {
      font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .header .menu__link {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .header .menu__body-info-btn .button {
      font-size: clamp(.875rem ,.7822164948rem + .412371134vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .header .menu__body-info-btn .button {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .footer__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .footer__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .footer__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .footer__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .footer__nav-titl {
      font-size: clamp(.9375rem ,.8679123711rem + .3092783505vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .footer__nav-titl {
      font-size: calc(.9375rem + .1875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .footer__nav-link {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .footer__nav-link {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .footer__nav-link-color {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .footer__nav-link-color {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .hero__container {
      padding-top: clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)
    }
  }
  @supports not (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .hero__container {
      padding-top: calc(5rem + 1.875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .hero__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .hero__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem)) {
    .hero__left-top-titl {
      font-size: clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem)
    }
  }
  @supports not (font-size:clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem)) {
    .hero__left-top-titl {
      font-size: calc(1.625rem + 1.125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.6430412371rem + 1.0309278351vw ,1.5rem)) {
    .hero__left-top-text {
      font-size: clamp(.875rem ,.6430412371rem + 1.0309278351vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.6430412371rem + 1.0309278351vw ,1.5rem)) {
    .hero__left-top-text {
      font-size: calc(.875rem + .625 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .hero__btn-blue {
      font-size: clamp(.875rem ,.7822164948rem + .412371134vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .hero__btn-blue {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem)) {
    .hero__left-bottom-column-top {
      font-size: clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem);
      height: 38px;
    }
  }
  @supports not (font-size:clamp(1.625rem ,1.2074742268rem + 1.8556701031vw ,2.75rem)) {
    .hero__left-bottom-column-top {
      font-size: calc(1.625rem + 1.125 * (100vw - 22.5rem)/ 60.625);
      height: 38px;
    }
  }
  @supports (font-size:clamp(0.75rem ,0.5644329897rem + 0.824742268vw ,1.25rem)) {
    .hero__left-bottom-column-text {
      /* font-size: clamp(.75rem ,.5644329897rem + .824742268vw ,1.25rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.5644329897rem + 0.824742268vw ,1.25rem)) {
    .hero__left-bottom-column-text {
      /* font-size: calc(.75rem + .5 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7358247423rem + 0.618556701vw ,1.25rem)) {
    .hero__right-text {
      font-size: clamp(.875rem ,.7358247423rem + .618556701vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7358247423rem + 0.618556701vw ,1.25rem)) {
    .hero__right-text {
      font-size: calc(.875rem + .375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .tasks__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .tasks__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .tasks__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .tasks__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .tasks__titl {
      margin-bottom: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (margin-bottom:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .tasks__titl {
      margin-bottom: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.300257732rem + 1.4432989691vw ,2.5rem)) {
    .tasks__subtitl {
      margin-bottom: clamp(1.625rem ,1.300257732rem + 1.4432989691vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.300257732rem + 1.4432989691vw ,2.5rem)) {
    .tasks__subtitl {
      margin-bottom: calc(1.625rem + .875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .tasks__column-li {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .tasks__column-li {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (padding-left:clamp(1.125rem ,0.9394329897rem + 0.824742268vw ,1.625rem)) {
    .tasks__column-li {
      padding-left: clamp(1.125rem ,.9394329897rem + .824742268vw ,1.625rem)
    }
  }
  @supports not (padding-left:clamp(1.125rem ,0.9394329897rem + 0.824742268vw ,1.625rem)) {
    .tasks__column-li {
      padding-left: calc(1.125rem + .5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.8788659794rem + 1.6494845361vw ,2.25rem)) {
    .titl-big {
      font-size: clamp(1.25rem ,.8788659794rem + 1.6494845361vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.8788659794rem + 1.6494845361vw ,2.25rem)) {
    .titl-big {
      font-size: calc(1.25rem + 1 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.5644329897rem + 0.824742268vw ,1.25rem)) {
    .subtitl {
      /* font-size: clamp(.75rem ,.5644329897rem + .824742268vw ,1.25rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.5644329897rem + 0.824742268vw ,1.25rem)) {
    .subtitl {
      /* font-size: calc(.75rem + .5 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.775128866rem + 0.7216494845vw ,1.375rem)) {
    .titl-small {
      font-size: clamp(.9375rem ,.775128866rem + .7216494845vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.775128866rem + 0.7216494845vw ,1.375rem)) {
    .titl-small {
      font-size: calc(.9375rem + .4375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .about__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .about__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .about__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .about__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__titl {
      margin-bottom: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (margin-bottom:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__titl {
      margin-bottom: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)) {
    .about__subtitl {
      margin-bottom: clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)) {
    .about__subtitl {
      margin-bottom: calc(1.625rem + .8125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__column-text {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__column-text {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (margin-bottom:clamp(0.375rem ,1.9175257732rem + -1.8556701031vw ,1.5rem)) {
    .about__column-text {
      margin-bottom: clamp(.375rem ,1.9175257732rem + -1.8556701031vw ,1.5rem)
    }
  }
  @supports not (margin-bottom:clamp(0.375rem ,1.9175257732rem + -1.8556701031vw ,1.5rem)) {
    .about__column-text {
      margin-bottom: calc(1.5rem + -1.125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .about__column-lists-titl {
      font-size: clamp(.9375rem ,.8679123711rem + .3092783505vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .about__column-lists-titl {
      font-size: calc(.9375rem + .1875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.5rem ,1.4304123711rem + 0.3092783505vw ,1.6875rem)) {
    .about__column-lists {
      margin-bottom: clamp(1.5rem ,1.4304123711rem + .3092783505vw ,1.6875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5rem ,1.4304123711rem + 0.3092783505vw ,1.6875rem)) {
    .about__column-lists {
      margin-bottom: calc(1.5rem + .1875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__column-li {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__column-li {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__btn .button {
      font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .about__btn .button {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .project__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .project__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .project__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .project__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)) {
    .project__subtitl {
      margin-bottom: clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.3234536082rem + 1.3402061856vw ,2.4375rem)) {
    .project__subtitl {
      margin-bottom: calc(1.625rem + .8125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .project__column-titl {
      font-size: clamp(.875rem ,.7822164948rem + .412371134vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .project__column-titl {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.5rem ,0.9432989691rem + 2.4742268041vw ,3rem)) {
    .project__column-titl {
      margin-bottom: clamp(1.5rem ,.9432989691rem + 2.4742268041vw ,3rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5rem ,0.9432989691rem + 2.4742268041vw ,3rem)) {
    .project__column-titl {
      margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .spollers__title {
      font-size: clamp(.875rem ,.7822164948rem + .412371134vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7822164948rem + 0.412371134vw ,1.125rem)) {
    .spollers__title {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .spollers__body {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .spollers__body {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.6875rem ,0.5947164948rem + 0.412371134vw ,0.9375rem)) {
    .project-column-info-col {
      /* font-size: clamp(.6875rem ,.5947164948rem + .412371134vw ,.9375rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.6875rem ,0.5947164948rem + 0.412371134vw ,0.9375rem)) {
    .project-column-info-col {
      /* font-size: calc(.6875rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .conpany__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .conpany__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .conpany__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .conpany__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .conpany__subtitl {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .conpany__subtitl {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .conpany__row-column-titl {
      font-size: clamp(.9375rem ,.8679123711rem + .3092783505vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .conpany__row-column-titl {
      font-size: calc(.9375rem + .1875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .conpany__row-column-text {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .conpany__row-column-text {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (margin-bottom:clamp(0.5rem ,0.4072164948rem + 0.412371134vw ,0.75rem)) {
    .conpany-right-row-titl {
      margin-bottom: clamp(.5rem ,.4072164948rem + .412371134vw ,.75rem)
    }
  }
  @supports not (margin-bottom:clamp(0.5rem ,0.4072164948rem + 0.412371134vw ,0.75rem)) {
    .conpany-right-row-titl {
      margin-bottom: calc(.5rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(2.125rem ,1.8930412371rem + 1.0309278351vw ,2.75rem)) {
    .conpany-right-row-titl {
      font-size: clamp(2.125rem ,1.8930412371rem + 1.0309278351vw ,2.75rem)
    }
  }
  @supports not (font-size:clamp(2.125rem ,1.8930412371rem + 1.0309278351vw ,2.75rem)) {
    .conpany-right-row-titl {
      font-size: calc(2.125rem + .625 * (100vw - 22.5rem)/ 60.625)
    }
  }
  /* @supports (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .conpany-right-row-text {
      font-size: clamp(.9375rem ,.8679123711rem + .3092783505vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8679123711rem + 0.3092783505vw ,1.125rem)) {
    .conpany-right-row-text {
      font-size: calc(.9375rem + .1875 * (100vw - 22.5rem)/ 60.625)
    }
  } */
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .price__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .price__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .price__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .price__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.462628866rem + 0.7216494845vw ,2.0625rem)) {
    .price__titl {
      margin-bottom: clamp(1.625rem ,1.462628866rem + .7216494845vw ,2.0625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.462628866rem + 0.7216494845vw ,2.0625rem)) {
    .price__titl {
      margin-bottom: calc(1.625rem + .4375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.9143041237rem + 0.1030927835vw ,1rem)) {
    .price__row-column-titl {
      font-size: clamp(.9375rem ,.9143041237rem + .1030927835vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.9143041237rem + 0.1030927835vw ,1rem)) {
    .price__row-column-titl {
      font-size: calc(.9375rem + .0625 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.1108247423rem + 0.618556701vw ,1.625rem)) {
    .price__row-column-titl {
      margin-bottom: clamp(1.25rem ,1.1108247423rem + .618556701vw ,1.625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.1108247423rem + 0.618556701vw ,1.625rem)) {
    .price__row-column-titl {
      margin-bottom: calc(1.25rem + .375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .price__row-column-text {
      /* font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .price__row-column-text {
      /* font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,2.6533505155rem + -1.2371134021vw ,2.375rem)) {
    .price__row-column-text {
      margin-bottom: clamp(1.625rem ,2.6533505155rem + -1.2371134021vw ,2.375rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,2.6533505155rem + -1.2371134021vw ,2.375rem)) {
    .price__row-column-text {
      margin-bottom: calc(2.375rem + -.75 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .price__row-column-time {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .price__row-column-time {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.8215206186rem + 0.5154639175vw ,1.25rem)) {
    .price__row-column-price {
      font-size: clamp(.9375rem ,.8215206186rem + .5154639175vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8215206186rem + 0.5154639175vw ,1.25rem)) {
    .price__row-column-price {
      font-size: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .articles__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .articles__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .articles__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .articles__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.462628866rem + 0.7216494845vw ,2.0625rem)) {
    .articles__header {
      margin-bottom: clamp(1.625rem ,1.462628866rem + .7216494845vw ,2.0625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.462628866rem + 0.7216494845vw ,2.0625rem)) {
    .articles__header {
      margin-bottom: calc(1.625rem + .4375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.7036082474rem + 0.206185567vw ,0.875rem)) {
    .articles__header-link {
      /* font-size: clamp(.75rem ,.7036082474rem + .206185567vw ,.875rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.7036082474rem + 0.206185567vw ,0.875rem)) {
    .articles__header-link {
      /* font-size: calc(.75rem + .125 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.75rem ,0.5180412371rem + 1.0309278351vw ,1.375rem)) {
    .articles__col-column-titl {
      /* font-size: clamp(.75rem ,.5180412371rem + 1.0309278351vw ,1.375rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.5180412371rem + 1.0309278351vw ,1.375rem)) {
    .articles__col-column-titl {
      /* font-size: calc(.75rem + .625 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.6875rem ,0.525128866rem + 0.7216494845vw ,1.125rem)) {
    .articles__col-column-footer {
      font-size: clamp(.6875rem ,.525128866rem + .7216494845vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.6875rem ,0.525128866rem + 0.7216494845vw ,1.125rem)) {
    .articles__col-column-footer {
      font-size: calc(.6875rem + .4375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-right:clamp(0.3125rem ,0.2197164948rem + 0.412371134vw ,0.5625rem)) {
    .articles__column-footer-view img {
      margin-right: clamp(.3125rem ,.2197164948rem + .412371134vw ,.5625rem)
    }
  }
  @supports not (margin-right:clamp(0.3125rem ,0.2197164948rem + 0.412371134vw ,0.5625rem)) {
    .articles__column-footer-view img {
      margin-right: calc(.3125rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .contacts__container {
      padding-top: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .contacts__container {
      padding-top: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .contacts__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .contacts__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6108247423rem + 0.618556701vw ,1.125rem)) {
    .contacts__subtitl {
      /* font-size: clamp(.75rem ,.6108247423rem + .618556701vw ,1.125rem) */
      font-size: 14px;
      margin-top: 5px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6108247423rem + 0.618556701vw ,1.125rem)) {
    .contacts__subtitl {
      /* font-size: calc(.75rem + .375 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
      margin-top: 5px;
    }
  }
  @supports (margin-bottom:clamp(1.625rem ,1.4394329897rem + 0.824742268vw ,2.125rem)) {
    .contacts__subtitl {
      margin-bottom: clamp(1.625rem ,1.4394329897rem + .824742268vw ,2.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.625rem ,1.4394329897rem + 0.824742268vw ,2.125rem)) {
    .contacts__subtitl {
      margin-bottom: calc(1.625rem + .5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.7036082474rem + 0.206185567vw ,0.875rem)) {
    .contacts__body-form input {
      font-size: clamp(.75rem ,.7036082474rem + .206185567vw ,.875rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.7036082474rem + 0.206185567vw ,0.875rem)) {
    .contacts__body-form input {
      font-size: calc(.75rem + .125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.625rem ,0.5322164948rem + 0.412371134vw ,0.875rem)) {
    .contacts__body-form label {
      font-size: clamp(.625rem ,.5322164948rem + .412371134vw ,.875rem)
    }
  }
  @supports not (font-size:clamp(0.625rem ,0.5322164948rem + 0.412371134vw ,0.875rem)) {
    .contacts__body-form label {
      font-size: calc(.625rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .contacts__body-form label button {
      font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8286082474rem + 0.206185567vw ,1rem)) {
    .contacts__body-form label button {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.5rem ,1.4536082474rem + 0.206185567vw ,1.625rem)) {
    .contacts__body-info-titl {
      margin-bottom: clamp(1.5rem ,1.4536082474rem + .206185567vw ,1.625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5rem ,1.4536082474rem + 0.206185567vw ,1.625rem)) {
    .contacts__body-info-titl {
      margin-bottom: calc(1.5rem + .125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1108247423rem + 0.618556701vw ,1.625rem)) {
    .titl-contacts {
      font-size: clamp(1.25rem ,1.1108247423rem + .618556701vw ,1.625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1108247423rem + 0.618556701vw ,1.625rem)) {
    .titl-contacts {
      font-size: calc(1.25rem + .375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.625rem ,0.5786082474rem + 0.206185567vw ,0.75rem)) {
    .info-row-text-titl {
      /* font-size: clamp(.625rem ,.5786082474rem + .206185567vw ,.75rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.625rem ,0.5786082474rem + 0.206185567vw ,0.75rem)) {
    .info-row-text-titl {
      /* font-size: calc(.625rem + .125 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .info-row-text-subtitl {
      font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .info-row-text-subtitl {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .name__page {
      padding-top: clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)
    }
  }
  @supports not (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .name__page {
      padding-top: calc(5rem + 1.875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .name__page {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .name__page {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .name__page-project {
      font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .name__page-project {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.6875rem ,1.2003865979rem + 2.1649484536vw ,3rem)) {
    .name__page-project {
      margin-bottom: clamp(1.6875rem ,1.2003865979rem + 2.1649484536vw ,3rem)
    }
  }
  @supports not (margin-bottom:clamp(1.6875rem ,1.2003865979rem + 2.1649484536vw ,3rem)) {
    .name__page-project {
      margin-bottom: calc(1.6875rem + 1.3125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .name__page-project span {
      font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .name__page-project span {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .name-page__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .name-page__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .page-articles__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .page-articles__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .content__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .content__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .content__container {
      padding-top: clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)
    }
  }
  @supports not (padding-top:clamp(5rem ,4.3041237113rem + 3.0927835052vw ,6.875rem)) {
    .content__container {
      padding-top: calc(5rem + 1.875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(2rem ,1.8144329897rem + 0.824742268vw ,2.5rem)) {
    .name__page-titl {
      margin-bottom: clamp(2rem ,1.8144329897rem + .824742268vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(2rem ,1.8144329897rem + 0.824742268vw ,2.5rem)) {
    .name__page-titl {
      margin-bottom: calc(2rem + .5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1rem ,0.9072164948rem + 0.412371134vw ,1.25rem)) {
    .content__body-img {
      margin-bottom: clamp(1rem ,.9072164948rem + .412371134vw ,1.25rem)
    }
  }
  @supports not (margin-bottom:clamp(1rem ,0.9072164948rem + 0.412371134vw ,1.25rem)) {
    .content__body-img {
      margin-bottom: calc(1rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(2rem ,1.8144329897rem + 0.824742268vw ,2.5rem)) {
    .content__body-view {
      margin-bottom: clamp(2rem ,1.8144329897rem + .824742268vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(2rem ,1.8144329897rem + 0.824742268vw ,2.5rem)) {
    .content__body-view {
      margin-bottom: calc(2rem + .5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)) {
    .content__body-text-top {
      margin-bottom: clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)
    }
  }
  @supports not (margin-bottom:clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)) {
    .content__body-text-top {
      margin-bottom: calc(2rem + 1.875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.75rem ,1.3324742268rem + 1.8556701031vw ,2.875rem)) {
    .content__body-subtitl {
      margin-bottom: clamp(1.75rem ,1.3324742268rem + 1.8556701031vw ,2.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.75rem ,1.3324742268rem + 1.8556701031vw ,2.875rem)) {
    .content__body-subtitl {
      margin-bottom: calc(1.75rem + 1.125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)) {
    .content__body-rows {
      margin-bottom: clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)
    }
  }
  @supports not (margin-bottom:clamp(2rem ,1.3041237113rem + 3.0927835052vw ,3.875rem)) {
    .content__body-rows {
      margin-bottom: calc(2rem + 1.875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.8215206186rem + 0.5154639175vw ,1.25rem)) {
    .content__body-row-titl {
      font-size: clamp(.9375rem ,.8215206186rem + .5154639175vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.8215206186rem + 0.5154639175vw ,1.25rem)) {
    .content__body-row-titl {
      font-size: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.625rem ,0.4858247423rem + 0.618556701vw ,1rem)) {
    .content__body-row-adress p {
      font-size: clamp(.625rem ,.4858247423rem + .618556701vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.625rem ,0.4858247423rem + 0.618556701vw ,1rem)) {
    .content__body-row-adress p {
      font-size: calc(.625rem + .375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .text-content {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .text-content {
      /* font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625) */
      font-size: 14px;
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .stage__container {
      padding-bottom: clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.5270618557rem + 1.5463917526vw ,2.8125rem)) {
    .stage__container {
      padding-bottom: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (padding-top:clamp(2.8125rem ,5.8118556701rem + -3.6082474227vw ,5rem)) {
    .stage__container {
      padding-top: clamp(2.8125rem ,5.8118556701rem + -3.6082474227vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(2.8125rem ,5.8118556701rem + -3.6082474227vw ,5rem)) {
    .stage__container {
      padding-top: calc(5rem + -2.1875 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.125rem ,1.8105670103rem + -0.824742268vw ,1.625rem)) {
    .stage__subtitl {
      margin-bottom: clamp(1.125rem ,1.8105670103rem + -.824742268vw ,1.625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.125rem ,1.8105670103rem + -0.824742268vw ,1.625rem)) {
    .stage__subtitl {
      margin-bottom: calc(1.625rem + -.5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.775128866rem + 0.7216494845vw ,1.375rem)) {
    .stage__content-info-titl {
      font-size: clamp(.9375rem ,.775128866rem + .7216494845vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.775128866rem + 0.7216494845vw ,1.375rem)) {
    .stage__content-info-titl {
      font-size: calc(.9375rem + .4375 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .stage__content-info-subtitl {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .stage__content-info-subtitl {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.3182989691rem + 2.4742268041vw ,3.375rem)) {
    .stage__content-info-subtitl {
      margin-bottom: clamp(1.875rem ,1.3182989691rem + 2.4742268041vw ,3.375rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.3182989691rem + 2.4742268041vw ,3.375rem)) {
    .stage__content-info-subtitl {
      margin-bottom: calc(1.875rem + 1.5 * (100vw - 22.5rem)/ 60.625)
    }
  }
  @supports (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .stage__info-row-text {
      /* font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem) */
      font-size: 14px;
    }
  }
  @supports not (font-size:clamp(0.75rem ,0.6572164948rem + 0.412371134vw ,1rem)) {
    .stage__info-row-text {
      font-size: calc(.75rem + .25 * (100vw - 22.5rem)/ 60.625)
    }
  }
}
@media (any-hover:hover) {
  .articles__col-column:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}