

/* Start:/local/templates/main/assets/css/style.css?1772432544229416*/
@charset "UTF-8";
@font-face {
  font-family: "TTNormsPro";
  font-display: swap;
  src: url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro_Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro_Regular.woff") format("woff"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro-Regular.ttf") format("ttf"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro";
  font-display: swap;
  src: url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro_Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro_Medium.woff") format("woff"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro-Medium.ttf") format("ttf"), url("/local/templates/main/assets/css/../fonts/TT_Norms_Pro-Medium.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TTNormsProRegular";
  font-display: swap;
  src: url("/local/templates/main/assets/fonts/reg/TT_Norms_Pro_Regular.woff2") format("woff2"),
  url("/local/templates/main/assets/fonts/reg/TT_Norms_Pro_Regular.woff") format("woff"),
  url("/local/templates/main/assets/fonts/reg/TT_Norms_Pro-Regular.ttf") format("truetype"),
  url("/local/templates/main/assets/fonts/reg/TT_Norms_Pro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

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

textarea {
  resize: none;
}

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

button {
  cursor: pointer;
  background-color: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body.lock {
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrollbar-none {
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  background: transparent;
}

[data-tab] {
  display: none;
}
[data-tab].active {
  display: block;
}

body {
  font-family: "TTNormsPro", sans-serif;
}

:root {
  --container: 20px;
  --header: 84px;
  --margin: 128px;
}
@media (max-width: 1024px) {
  :root {
    --header: 64px;
    --margin: 120px;
  }
}
@media (max-width: 568px) {
  :root {
    --header: 56px;
    --container: 12px;
    --margin: 80px;
  }
}

.collapse:not(.collapse_show) {
  display: none;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container);
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main .page {
  padding-top: var(--header);
}

.circle {
  --size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

label {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 568px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media (max-width: 568px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 568px) {
  .mobile {
    display: block;
  }
}

.pc-tablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 568px) {
  .pc-tablet {
    display: none;
  }
}

.tablet-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .tablet-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h1 {
  font-weight: 400;
  font-size: 100px;
  line-height: 105%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .h1 {
    font-weight: 400;
    font-size: 68px;
    line-height: 110%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: uppercase;
  }
}
@media (max-width: 568px) {
  .h1 {
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

.h2 {
  font-weight: 400;
  font-size: 65px;
  line-height: 110%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: uppercase;
  }
}
@media (max-width: 568px) {
  .h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

.h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .h3 {
    font-weight: 400;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
@media (max-width: 568px) {
  .h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.h4 {
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .h4 {
    font-weight: 400;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
@media (max-width: 568px) {
  .h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.h5 {
  font-weight: 400;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .h5 {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
@media (max-width: 568px) {
  .h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.medium_20 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
}

.medium_13 {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
}

.regular_12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
}

.regular_14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}

.regular_16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
}

.regular_18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
}

.body-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  padding: 0 14px;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.btn p:nth-child(2) {
  position: absolute;
  top: -150%;
  left: 50%;
  translate: -50% -50%;
}
.btn p:nth-child(2) svg {
  translate: 0 -15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}
.btn-blur {
  background: var(--White-15, rgba(255, 255, 255, 0.1490196078));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
}
@media (hover: hover) {
  .btn-blur:hover {
    background: rgba(255, 255, 255, 0.3019607843);
  }
}
.btn-blur:active {
  background: rgba(255, 255, 255, 0.3019607843);
  color: rgba(255, 255, 255, 0.6980392157);
}
.btn-blur:disabled {
  background-color: rgba(255, 255, 255, 0.0509803922);
  pointer-events: none;
}
.btn-trans-white {
  border: 1px solid var(--White-40, rgba(255, 255, 255, 0.4));
  color: white;
  background-color: transparent;
}
@media (hover: hover) {
  .btn-trans-white:hover {
    border-color: white;
  }
}
.btn-trans-white:active {
  border-color: white;
  color: rgba(255, 255, 255, 0.6980392157);
}
.btn-trans-white:disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.1490196078);
  border-color: rgba(255, 255, 255, 0.05);
}
.btn-trans-black {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: white;
  background-color: transparent;
}
@media (hover: hover) {
  .btn-trans-black:hover {
    border-color: #000000;
  }
}
.btn-trans-black:active {
  border-color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
.btn-trans-black:disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-fill-black {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  background-color: #000000;
  color: #fff;
}
@media (hover: hover) {
  .btn-fill-black:hover {
    background-color: #90f100;
    color: #000000;
  }
}
.btn-fill-black:active {
  background-color: #90f100;
  color: rgba(0, 0, 0, 0.7);
}
.btn-fill-green {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  background-color: #90f100;
  color: #000000;
}
@media (hover: hover) {
  .btn-fill-green:hover {
    background-color: #000000;
    color: #fff;
  }
}
.btn-fill-green:active {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.7);
}
.btn-large {
  height: 64px;
  padding: 0 72px;
}
@media (hover: hover) {
  .btn:hover p:nth-child(1) {
    translate: 0 44px;
  }
  .btn:hover p:nth-child(2) {
    top: 50%;
  }
  .btn:hover p:nth-child(2) svg {
    translate: 0;
    opacity: 1;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
@media (hover: hover) {
  .item:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
.item:active {
  color: rgba(255, 255, 255, 0.7);
}

.link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #000000;
}
@media (hover: hover) {
  .link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}
.link:active {
  color: rgba(0, 0, 0, 0.7);
}

.arrow-btn {
  --size: 28px;
  width: var(--size);
  height: var(--size);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  background: #e1e1e1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.arrow-btn.btn-large {
  --size: 64px;
}
.arrow-btn.btn-large svg {
  width: 27px;
  height: 27px;
}
.arrow-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (hover: hover) {
  .arrow-btn:hover {
    background-color: #90f100;
  }
  .arrow-btn:hover svg {
    -webkit-animation: arrow-anim 0.6s;
    animation: arrow-anim 0.6s;
  }
}

@-webkit-keyframes arrow-anim {
  0% {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  40% {
    right: 0;
    top: 0;
    left: unset;
    translate: 100% -100%;
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    right: unset;
    top: unset;
    bottom: 0;
    left: 0;
    translate: -100% 100%;
  }
  100% {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

@keyframes arrow-anim {
  0% {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  40% {
    right: 0;
    top: 0;
    left: unset;
    translate: 100% -100%;
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    right: unset;
    top: unset;
    bottom: 0;
    left: 0;
    translate: -100% 100%;
  }
  100% {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
.ui-page {
  background-color: #333333;
  padding: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.play-btn {
  position: relative;
  --size: 52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.play-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.play-btn .pause {
  opacity: 0;
}
.play-btn.active, .play-btn:active {
  background: rgba(255, 255, 255, 0.3);
}
.play-btn.active .pause, .play-btn:active .pause {
  opacity: 1;
}
.play-btn.active .play, .play-btn:active .play {
  opacity: 0;
}
@media (hover: hover) {
  .play-btn:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}

.app-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.app-checkbox a {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.app-checkbox input {
  display: none;
}
.app-checkbox div {
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
}
.app-checkbox div svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app-checkbox:has(input:checked) div {
  border-color: #000000;
}
.app-checkbox:has(input:checked) div svg {
  opacity: 1;
}

.home-hero {
  position: relative;
}
.home-hero .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.home-hero__wrapper {
  position: relative;
  height: 66svh;
}
.home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 66svh !important;
}
.home-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-hero__title {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.showreel-section__wrapper {
  padding: 160px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 246px;
  position: relative;
}
@media (max-width: 1024px) {
  .showreel-section__wrapper {
    padding-top: 64px;
    padding-bottom: 140px;
    gap: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .showreel-section__wrapper {
    padding-top: 44px;
    padding-bottom: 120px;
    gap: 44px;
  }
}
.showreel-section__text {
  color: rgba(0, 0, 0, 0.4);
  max-width: 280px;
  min-height: 232px;
}
@media (max-width: 1024px) {
  .showreel-section__text {
    min-height: unset;
  }
}
.showreel-section__main {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 348px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 232px;
  z-index: 100;
}
.showreel-section__main .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.showreel-section__main img,
.showreel-section__main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.showreel-section__main.active {
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  position: fixed;
}
@media (max-width: 1024px) {
  .showreel-section__main.active {
    top: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .showreel-section__main {
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
    translate: unset;
  }
}
@media (max-width: 568px) {
  .showreel-section__main {
    max-width: 249px;
    height: 163px;
  }
}

.cases-section.in-section .cases-filters {
  opacity: 1;
  pointer-events: all;
}
.cases-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 80px;
}
.cases-section__list .gc2 {
  grid-column: span 2;
}
.cases-section__list .gc2 .case-card__image {
  aspect-ratio: unset;
  height: 667px;
}
@media (max-width: 1024px) {
  .cases-section__list .gc2 .case-card__image {
    height: 693px;
  }
}
@media (max-width: 568px) {
  .cases-section__list .gc2 .case-card__image {
    height: 432px;
  }
}
@media (max-width: 1024px) {
  .cases-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 568px) {
  .cases-section__list {
    gap: 48px;
  }
}

.case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 568px) {
  .case-card {
    gap: 8px;
  }
}
@media (hover: hover) {
  .case-card:hover .case-card__header div {
    translate: 0 -100%;
  }
  .case-card:hover .case-card__header div:nth-child(1) .h5 {
    scale: 0.5;
  }
  .case-card:hover .case-card__header div:nth-child(2) .h5 {
    scale: 1;
  }
  .case-card:hover .case-card__image img {
    scale: 1.1;
  }
}
.case-card__header {
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.case-card__header div {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 37px;
}
.case-card__header div:nth-child(2) .h5 {
  scale: 0.5;
}
@media (max-width: 568px) {
  .case-card__header div:nth-child(1) {
    display: none;
  }
  .case-card__header div:nth-child(2) .h5 {
    scale: 1;
  }
}
.case-card__header .h5 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000000;
}
.case-card__header span {
  color: rgba(0, 0, 0, 0.4);
}
.case-card__image {
  overflow: hidden;
  aspect-ratio: 1.0194902549;
}
@media (max-width: 1024px) {
  .case-card__image {
    aspect-ratio: 1.0505050505;
  }
}
@media (max-width: 568px) {
  .case-card__image {
    aspect-ratio: 0.8472222222;
  }
}
.case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  height: 100%;
}
@media (hover: hover) {
  .article-card:hover .article-card__image img {
    scale: 1.1;
  }
}
.article-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.article-card__header {
  min-height: 150px;
  color: #000000;
}
@media (max-width: 1024px) {
  .article-card__header {
    min-height: unset;
  }
}
.article-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.article-card__author .circle {
  --size: 32px;
}
.article-card__author .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-card__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tg-card {
  border-top: 1px solid #000;
  background: #f5f5f5;
  padding: 28px;
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 56px;
}
.tg-card .h4 {
  color: #000000;
}
@media (max-width: 1024px) {
  .tg-card {
    padding-top: 20px;
  }
}
@media (max-width: 568px) {
  .tg-card {
    padding: 20px;
  }
}

.cases-filters {
  position: fixed;
  bottom: 20px;
  left: calc(var(--container) + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .cases-filters {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cases-filters:has(.cases-filters__list.active) {
    background: rgba(0, 0, 0, 0.3);
  }
}
.cases-filters__btn {
  gap: 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.cases-filters__btn div {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(225, 225, 225, 0.25);
  position: relative;
}
.cases-filters__btn div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cases-filters__btn div svg:nth-child(1) {
  opacity: 1;
}
.cases-filters__btn div svg:nth-child(2) {
  opacity: 0;
}
.cases-filters__btn.active div svg:nth-child(1) {
  opacity: 0;
}
.cases-filters__btn.active div svg:nth-child(2) {
  opacity: 1;
}
@media (max-width: 1024px) {
  .cases-filters__btn {
    position: fixed;
    bottom: 20px;
    left: var(--container);
  }
}
.cases-filters__list {
  border-radius: 4px;
  background: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.cases-filters__list button {
  display: none;
}
.cases-filters__list label {
  color: rgba(0, 0, 0, 0.15);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cases-filters__list label input {
  display: none;
}
.cases-filters__list label:has(input:checked) {
  color: #000000;
}
@media (hover: hover) {
  .cases-filters__list label:hover {
    color: #000000;
  }
}
.cases-filters__list label:active {
  color: #000000;
}
.cases-filters__list.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cases-filters__list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    padding-bottom: 36px;
  }
  .cases-filters__list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #e1e1e1;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.home-slider {
  overflow: hidden;
}
.home-slider__wrapper {
  margin-top: var(--margin);
  padding-top: var(--margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.home-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 568px) {
  .home-slider__header {
    gap: 28px;
  }
}
.home-slider__title {
  color: black;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-slider__title {
    text-align: left;
  }
}
.home-slider__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home-slider__filters label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.4);
}
.home-slider__filters label input {
  display: none;
}
.home-slider__filters label:has(input:checked) {
  color: #000000;
}
@media (max-width: 1024px) {
  .home-slider__filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.home-slider__main {
  border-top: 1px solid black;
  margin: 0 calc(-1 * var(--container));
  width: 100vw;
}

.home-slide {
  border-right: 1px solid black;
  padding: 32px;
  padding-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 164px;
  max-width: 442px;
  height: auto;
}
@media (hover: hover) {
  .home-slide:hover::before {
    translate: 0px 0px;
  }
}
.home-slide::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/assets/css/../img/arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  translate: -17px 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .home-slide::before {
    display: none;
  }
}
.home-slide::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 60px;
  height: 60px;
  border: 20px solid #90f100;
  z-index: 10;
}
@media (max-width: 568px) {
  .home-slide::after {
    display: none;
  }
}
.home-slide:last-child {
  border: 0;
}
.home-slide__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  color: black;
}
.home-slide__main {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .home-slide {
    padding: 32px;
    padding-bottom: 60px;
    gap: 98px;
    max-width: 284px;
  }
  .home-slide__main {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .home-slide .medium_20 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%; /* 15.4px */
  }
}

.clients-section {
  background-color: black;
  padding: var(--margin) 0;
}
.clients-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 184px;
  padding-right: 160px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .clients-section__wrapper {
    padding-right: 0px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 48px;
  }
}
@media (max-width: 568px) {
  .clients-section__wrapper {
    gap: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
}
.clients-section__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 576px;
  flex: 0 0 576px;
  position: relative;
}
.clients-section__text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clients-section__text > div.active {
  opacity: 1;
}
.clients-section__text > div.active p span {
  -webkit-animation-name: clientstext;
  animation-name: clientstext;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
}
.clients-section__text > div p {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.clients-section__text > div p span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .clients-section__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 344px;
    flex: 0 0 344px;
  }
}
@media (max-width: 650px) {
  .clients-section__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
@media (max-width: 568px) {
  .clients-section__text {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    min-height: 150px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.clients-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.clients-section__logo {
  width: 104px;
  height: 104px;
  position: relative;
  translate: 0 -30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
}
.clients-section__logo > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.clients-section__logo > div.active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .clients-section__logo {
    width: 88px;
    height: 88px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
  }
}
.clients-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 12px;
}
@media (max-width: 1025px) {
  .clients-section__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
.clients-section__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.clients-section__list ul li {
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes clientstext {
  from {
    translate: 0 100%;
  }
  to {
    translate: 0 0%;
  }
}

@keyframes clientstext {
  from {
    translate: 0 100%;
  }
  to {
    translate: 0 0%;
  }
}
.brief-page {
  padding-top: calc(var(--margin) / 2);
  padding-bottom: var(--margin);
}
.brief-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
@media (max-width: 1024px) {
  .brief-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 568px) {
  .brief-page__wrapper {
    gap: 28px;
  }
}
.brief-page__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
}
@media (max-width: 1024px) {
  .brief-page__title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.brief-page__subtitle {
  margin-bottom: 12px;
}
.brief-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brief-page__form {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.brief-page__form .gc2 {
  grid-column: span 2;
}
@media (max-width: 568px) {
  .brief-page__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.brief-page__block {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.brief-page__block > span {
  min-height: 16px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
}
.brief-page__block:has(.brief-page__radios) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.brief-page__block:has(.brief-page__radios) > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 169px;
  flex: 0 0 169px;
}
@media (max-width: 1024px) {
  .brief-page__block:has(.brief-page__radios) > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
  }
}
@media (max-width: 568px) {
  .brief-page__block:has(.brief-page__radios) > span {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (max-width: 568px) {
  .brief-page__block:has(.brief-page__radios) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.brief-page__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brief-page__inputs input {
  border-bottom: 1px solid rgb(0, 0, 0);
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  width: 100%;
  height: 48px;
  color: black;
}
.brief-page__inputs input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
}
.brief-page__inputs input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
}
.brief-page__inputs input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
}
.brief-page__inputs input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
}
.brief-page__inputs input::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
}
.brief-page__inputs span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fd62a3;
  translate: 0 6px;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brief-page__inputs li.error span {
  opacity: 1;
}
.brief-page__radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brief-page__radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brief-page__radios label input {
  display: none;
}
.brief-page__radios label:has(input:checked) {
  background-color: #000000;
  color: white;
}
@media (hover: hover) {
  .brief-page__radios label:hover {
    background-color: #000000;
    color: white;
  }
}
@media (max-width: 568px) {
  .brief-page__radios {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brief-page__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.brief-page__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brief-success {
  overflow: hidden;
  padding-top: calc(var(--margin) / 2);
  padding-bottom: calc(var(--margin) * 2);
}
.brief-success__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.brief-success__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 200px;
  max-width: 843px;
}
.brief-success__subtitle {
  color: rgba(0, 0, 0, 0.7);
}
.brief-success__footer {
  margin: 0 calc(-1 * var(--container));
  width: 100vw;
}
.brief-success__footer .running-lines {
  padding: 14px 0;
}
.brief-success__footer .running-lines a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: black;
}
.brief-success__footer .running-lines a div {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e1e1e1;
}
.brief-success__tg {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #90f100;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: black;
}
.brief-success__tg a {
  margin-left: 3px;
  color: black;
  border-bottom: 1px solid black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .brief-success__tg a:hover {
    border-color: transparent;
  }
}

.cases-page .cases-section {
  padding-bottom: var(--margin);
}
.cases-page.solo .cases-section {
  display: none;
}
.cases-page.solo .cases-solo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases-page.solo .solo-case:last-child {
  padding-bottom: var(--margin);
}
.cases-page.solo .cases-page__header {
  position: sticky;
  top: 0;
  z-index: 34;
}
.cases-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cases-page__header {
  padding-top: calc(var(--margin) / 2);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
}
.cases-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cases-page__heading button {
  width: 68px;
  height: 68px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
}
.cases-page__heading button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .cases-page__heading button {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
}
@media (max-width: 568px) {
  .cases-page__heading button {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }
}
.cases-page__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.cases-page__radio label input {
  display: none;
}
.cases-page__radio label svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cases-page__radio label:has(input:checked) svg path {
  fill: black;
}

.filters-modal__content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.filters-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.filters-modal__list label {
  color: #b2b2b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters-modal__list label input {
  display: none;
}
.filters-modal__list label:has(input:checked) {
  color: black;
}
@media (hover: hover) {
  .filters-modal__list label:hover {
    color: black;
  }
}
.filters-modal__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 132px;
}
@media (max-width: 568px) {
  .filters-modal__items {
    gap: 10px;
    margin-top: 24px;
  }
}
.filters-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
  font-weight: 400;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .filters-modal__item {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
@media (max-width: 568px) {
  .filters-modal__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
    gap: 24px;
  }
}
.filters-modal__item span {
  color: rgba(0, 0, 0, 0.4);
}
.filters-modal__item ul {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 568px) {
  .filters-modal__item ul {
    gap: 12px;
  }
}
.filters-modal__item input {
  display: none;
}
.filters-modal__item label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters-modal__item label:has(input:checked) {
  opacity: 1 !important;
}

.cases-solo {
  display: none;
}
.cases-solo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.solo-case {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #000;
}
.solo-case > .body-text {
  display: none;
}
.solo-case__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.7857142857%;
  flex: 0 0 32.7857142857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solo-case__main .body-text {
  color: rgba(0, 0, 0, 0.7);
}
.solo-case__title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
}
.solo-case__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.solo-case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solo-case__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.solo-case__links .btn-trans-black {
  color: black;
  height: 28px;
  padding: 0 8px;
}
.solo-case__image {
  max-height: 50svh;
}
.solo-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .solo-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .solo-case > .body-text {
    display: block;
    color: rgba(0, 0, 0, 0.6980392157);
  }
  .solo-case__main {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .solo-case__main .body-text {
    display: none;
  }
  .solo-case__links {
    gap: 16px;
  }
  .solo-case__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.case-page {
  padding-top: 148px;
}
@media (max-width: 1024px) {
  .case-page {
    padding-top: 98px;
  }
}
@media (max-width: 568px) {
  .case-page {
    padding-top: 64px;
  }
}
.case-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 85px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  --transition: 0.5s;
}
@media (max-width: 1024px) {
  .case-head {
    gap: 48px;
  }
}
@media (max-width: 568px) {
  .case-head {
    gap: 32px;
  }
}
.case-head__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .case-head__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 568px) {
  .case-head__header {
    gap: 32px;
  }
}
.case-head__title {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.case-head__title span {
  display: block;
  -webkit-animation-name: clientstext;
  animation-name: clientstext;
  -webkit-animation-duration: var(--transition);
  animation-duration: var(--transition);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.case-head__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.1428571429%;
  flex: 0 0 57.1428571429%;
}
.case-head__subtitle p {
  display: inline-block;
  overflow: hidden;
}
.case-head__subtitle p span {
  display: block;
  -webkit-animation-name: clientstext;
  animation-name: clientstext;
  -webkit-animation-duration: var(--transition);
  animation-duration: var(--transition);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media (max-width: 1024px) {
  .case-head__subtitle {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.case-head__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: var(--transition);
  animation-duration: var(--transition);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media (max-width: 1024px) {
  .case-head__footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .case-head__footer {
    gap: 48px;
  }
}
.case-head__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-head__links a {
  height: 32px;
  color: #000000;
  white-space: nowrap;
}
.case-head__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.case-head__items li {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
}
.case-head__items li span {
  color: rgba(0, 0, 0, 0.4);
}
.case-head__items li p {
  color: #000000;
}
@media (max-width: 1024px) {
  .case-head__items li {
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .case-head__items li {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    gap: 4px;
  }
}
@media (max-width: 568px) {
  .case-head__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.case-task {
  padding-top: 20px;
  border-top: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--margin);
}
.case-task__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 72px;
}
@media (max-width: 1024px) {
  .case-task__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media (max-width: 568px) {
  .case-task__main {
    gap: 28px;
  }
}
.case-task__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.1428571429%;
  flex: 0 0 57.1428571429%;
}
@media (max-width: 1024px) {
  .case-task__subtitle {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.case-task__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-sticky {
  padding-top: 20px;
  border-top: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.case-sticky__title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--header) + 24px);
}
@media (max-width: 1024px) {
  .case-sticky__title {
    position: relative;
    top: unset;
  }
}
.case-sticky__gallery {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.1428571429%;
  flex: 0 0 57.1428571429%;
}
.case-sticky.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .case-sticky.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .case-sticky {
    gap: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .case-sticky {
    gap: 80px;
  }
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.case-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-gallery .gc2 {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .case-gallery {
    gap: 12px;
  }
}
@media (max-width: 568px) {
  .case-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-big {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.case-big img,
.case-big video,
.case-big iframe {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-team {
  padding-top: 20px;
  padding-bottom: 72px;
  border-top: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1024px) {
  .case-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .case-team {
    gap: 48px;
  }
}
.case-team__list {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}
.case-team__list li span {
  color: #000000;
}
.case-team__list li p {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .case-team__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (max-width: 568px) {
  .case-team__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 40px;
  }
}

.case-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.case-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.case-slider.slider-two .swiper {
  width: calc(100vw - 2 * var(--container) - 118px);
}
.case-slider.slider-two .case-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.case-slider.slider-two .case-slider__nav button {
  width: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .case-slider.slider-two .case-slider__nav button:hover {
    border-color: black;
  }
}
.case-slider.slider-two .case-slider__nav button:active {
  border-color: black;
}
@media (max-width: 1024px) {
  .case-slider.slider-two {
    gap: 12px;
  }
  .case-slider.slider-two .swiper {
    width: calc(100vw - 2 * var(--container) - 74px);
  }
  .case-slider.slider-two .case-slider__nav {
    gap: 8px;
  }
  .case-slider.slider-two .case-slider__nav button {
    width: 62px;
  }
}
@media (max-width: 568px) {
  .case-slider.slider-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .case-slider.slider-two .swiper {
    width: calc(100vw - 2 * var(--container));
  }
  .case-slider.slider-two .case-slider__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .case-slider.slider-two .case-slider__nav button {
    height: 48px;
  }
}
.case-slider.slider-one {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.case-slider.slider-one .swiper {
  margin: 0;
  width: calc(100vw - 2 * var(--container) - 118px - 80px);
}
.case-slider.slider-one .case-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.case-slider.slider-one .case-slider__nav button {
  width: 64px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .case-slider.slider-one .case-slider__nav button:hover {
    border-color: black;
  }
}
.case-slider.slider-one .case-slider__nav button:active {
  border-color: black;
}
.case-slider.slider-one .case-slider__nav button svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .case-slider.slider-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .case-slider.slider-one .case-slider__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 12px;
  }
  .case-slider.slider-one .case-slider__nav button {
    width: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    height: 44px;
  }
  .case-slider.slider-one .swiper {
    width: calc(100vw - 2 * var(--container));
  }
}
@media (max-width: 568px) {
  .case-slider.slider-one {
    gap: 12px;
  }
}
.case-slider .swiper-slide {
  height: auto;
}
.case-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-next {
  --transition: 0.7s;
  position: relative;
  padding: var(--margin) 0;
}
.case-next__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .case-next__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 568px) {
  .case-next__wrapper {
    gap: 48px;
  }
}
.case-next__title {
  -webkit-transition: calc(var(--transition) / 2);
  transition: calc(var(--transition) / 2);
}
.case-next__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 530px;
}
@media (max-width: 1024px) {
  .case-next__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    height: 510px;
  }
}
@media (max-width: 568px) {
  .case-next__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    height: 260px;
  }
}
.case-next__subtitle {
  color: #000000;
  -webkit-transition: calc(var(--transition) / 2);
  transition: calc(var(--transition) / 2);
}
.case-next__image {
  height: 433px;
  -webkit-transition: calc(var(--transition) * 2) cubic-bezier(0.23, 1, 0.32, 1);
  transition: calc(var(--transition) * 2) cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: calc(var(--margin) + 100px);
  left: calc(100vw - var(--container) - 50%);
  translate: 15px 0;
  width: 48.6111111111%;
}
.case-next__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .case-next__image {
    height: 200px;
    left: var(--container);
    top: unset;
    bottom: var(--margin);
    translate: unset;
    width: calc(100vw - 2 * var(--container));
  }
}

.page.next-case .case-next__title {
  opacity: 0;
}
.page.next-case .case-next__subtitle {
  opacity: 0;
}
.page.next-case .case-next__image {
  left: var(--container);
  width: calc(100% - 2 * var(--container));
  translate: 0;
  position: fixed;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.case-modal {
  z-index: 970 !important;
  background: rgba(0, 0, 0, 0.3) !important;
}
.case-modal__scroller {
  height: 100vh !important;
  width: 100vw !important;
  overflow: auto;
  left: 0 !important;
  top: 0 !important;
}
.case-modal__space {
  height: 223px;
}
.case-modal__content {
  background-color: white;
}
.case-modal__sticky {
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  height: 72px;
  margin: 0 var(--container);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  z-index: 10;
}
.case-modal__close {
  border-radius: 0 !important;
}
.case-modal__close svg {
  -webkit-animation: unset !important;
  animation: unset !important;
}
.case-cifra {
  background-color: #000000;
  color: white;
  padding: var(--margin) calc(1 * var(--container));
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 128px;
}
@media (max-width: 568px) {
  .case-cifra {
    gap: 48px;
  }
}
.case-cifra__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  height: 530px;
}
@media (max-width: 568px) {
  .case-cifra__list {
    height: unset;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
  }
}
.case-cifra__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-left: 26px;
}
.case-cifra__item.hidden {
  opacity: 0;
  pointer-events: none;
}
.case-cifra__item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/local/templates/main/assets/css/../img/case/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: -5.7px -3.5px;
}
.case-cifra__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-cifra__item:nth-child(1) {
  min-height: 25%;
}
.case-cifra__item:nth-child(2) {
  height: 50%;
}
.case-cifra__item:nth-child(3) {
  height: 75%;
}
.case-cifra__item:nth-child(4) {
  height: 100%;
}
@media (max-width: 568px) {
  .case-cifra__item {
    height: 100% !important;
  }
  .case-cifra__item.hidden {
    display: none;
  }
}
@media (max-width: 568px) {
  .case-cifra__number {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: uppercase;
  }
}
.case-cifra__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 568px) {
  .case-cifra__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.case-results {
  padding-top: 20px;
  padding-bottom: 108px;
  border-top: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .case-results {
    padding-bottom: 80px;
  }
}
@media (max-width: 568px) {
  .case-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12px;
    gap: 80px;
  }
}
.case-results__title {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -1%;
}
@media (max-width: 1024px) {
  .case-results__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
@media (max-width: 568px) {
  .case-results__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.case-results__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 800px;
  flex: 0 0 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .case-results__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 800px;
    flex: 0 1 800px;
  }
}
@media (max-width: 568px) {
  .case-results__list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.case-results__item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--Black-100, #000000);
}
.case-results__item:nth-child(1) {
  border: 0;
  padding-top: 0;
}
@media (max-width: 568px) {
  .case-results__item .regular_14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}

@media (max-width: 1024px) {
  .about-showreel {
    padding-top: calc(var(--header) + 24px);
  }
}
.about-showreel .swiper {
  max-width: 340px;
  margin: -30px 0;
  padding: 30px 0;
}
.about-showreel .swiper .swiper-slide {
  opacity: 0 !important;
}
.about-showreel .swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .about-showreel .showreel-section__wrapper {
    padding-top: 0;
  }
}
.about-showreel .showreel-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.about-showreel .showreel-section__text img {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 72px;
  translate: 0 -20%;
}
@media (max-width: 568px) {
  .about-showreel .showreel-section__text img {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 48px;
  }
}
.about-showreel .showreel-section__main {
  translate: 0 -50%;
  right: 0;
  left: unset;
}
@media (max-width: 1024px) {
  .about-showreel .showreel-section__main {
    translate: 0;
    right: unset;
    left: 0;
  }
}

.about-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 568px) {
  .about-hero__wrapper {
    gap: 12px;
  }
}
.about-hero__title {
  padding: 0 var(--container);
}
.about-hero__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.about-hero__gallery li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
}
@media (max-width: 1024px) {
  .about-hero__gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
  }
}
@media (max-width: 568px) {
  .about-hero__gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
}
.about-hero__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-mission {
  padding: var(--margin) 0;
  background: #90f100;
}
.about-mission__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 1024px) {
  .about-mission__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.about-mission__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 670px;
  flex: 0 0 670px;
}
.about-mission__title span {
  position: sticky;
  top: calc(var(--header) + 32px);
}
@media (max-width: 1024px) {
  .about-mission__title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.about-mission__main {
  padding-top: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .about-mission__main {
    padding-top: 0;
    gap: 20px;
  }
}
.about-mission__subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.about-mission__subtitle svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
}
@media (max-width: 1024px) {
  .about-mission__subtitle svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
}
@media (max-width: 568px) {
  .about-mission__subtitle svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }
}
.about-mission__subtitle p {
  max-width: 418px;
}
@media (max-width: 1024px) {
  .about-mission__subtitle {
    gap: 16px;
  }
  .about-mission__subtitle p {
    max-width: unset;
  }
}
.about-mission__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-mission__list li {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.about-mission__list li .bb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.about-mission__list li .bb.bt {
  bottom: unset;
  top: 0;
}
.about-mission__list li span {
  font-weight: 400;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.about-mission__list li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media (max-width: 1024px) {
  .about-mission__list li {
    padding-top: 72px;
    gap: 20px !important;
  }
  .about-mission__list li span {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .about-mission__list li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
  }
}
@media (max-width: 568px) {
  .about-mission__list li {
    padding-top: 40px;
  }
  .about-mission__list li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .about-mission__list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.about-directions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-direction {
  padding: var(--margin) 0;
  padding-left: var(--container);
  padding-right: 140px;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 157px;
  background-color: white;
  position: relative;
}
@media (max-width: 1024px) {
  .about-direction {
    padding: 80px var(--container);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 568px) {
  .about-direction {
    padding: 48px var(--container);
    gap: 20px;
  }
}
.about-direction__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 568px) {
  .about-direction__main {
    gap: 56px;
  }
}
.about-direction__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .about-direction__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.about-direction__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.about-direction__list {
  max-width: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-direction__list li {
  padding: 4px 0;
  border-bottom: 1px solid #d6d6d6;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.about-direction__list li:nth-child(1) {
  border-top: 1px solid #d6d6d6;
}
.about-direction__slider {
  position: relative;
  width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.about-direction__slider .swiper-pagination {
  bottom: -25px;
}
.about-direction__slider .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
  background-color: #ebebeb;
}
.about-direction__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}
@media (max-width: 1024px) {
  .about-direction__slider {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media (max-width: 568px) {
  .about-direction__slider {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: calc(100vw - 2 * var(--container));
  }
}
.about-direction__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-direction__footer p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  max-width: 503px;
}
@media (max-width: 1024px) {
  .about-direction__footer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
    max-width: unset;
  }
}
@media (max-width: 568px) {
  .about-direction__footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.about-direction__footer .arrow-btn {
  padding: 0;
  width: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
}
@media (max-width: 1024px) {
  .about-direction__footer .arrow-btn {
    position: absolute;
    right: var(--container);
    top: 80px;
  }
}
@media (max-width: 568px) {
  .about-direction__footer .arrow-btn {
    top: 48px;
    width: 32px;
    height: 32px;
  }
  .about-direction__footer .arrow-btn svg {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
  }
}
.about-direction .swiper .swiper-slide .case-card {
  padding-top: 0;
  border: 0;
}
.about-direction .swiper .swiper-slide .case-card__header {
  height: 18px;
}
.about-direction .swiper .swiper-slide .case-card__header .h5 {
  font-size: 14px;
}

.about-media {
  overflow: hidden;
  padding-top: var(--margin);
  padding-bottom: calc(var(--margin) / 2);
}
.about-media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(var(--margin) / 2);
}
.about-media__slider .swiper {
  margin: 0 calc(-1 * var(--container));
  padding: 0 calc(1 * var(--container));
}
.about-media__slider .swiper-slide {
  max-width: 560px;
  height: auto;
}
@media (max-width: 1024px) {
  .about-media__slider .swiper-slide {
    max-width: 543px;
  }
}
@media (max-width: 568px) {
  .about-media__slider .swiper-slide {
    max-width: 308px;
  }
}

.about-reviews {
  padding: var(--margin) 0;
}
.about-reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .about-reviews__wrapper {
    gap: 72px;
  }
}
@media (max-width: 568px) {
  .about-reviews__wrapper {
    gap: 32px;
  }
}
.about-reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-reviews__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
}
.about-reviews__pagination span {
  color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 568px) {
  .about-reviews__main .case-slider.slider-two {
    gap: 32px;
  }
}
.about-reviews__main .swiper-slide {
  max-width: 920px;
}
@media (max-width: 1024px) {
  .about-reviews__main .swiper-slide {
    max-width: 654px;
  }
}
@media (max-width: 568px) {
  .about-reviews__main .swiper-slide {
    max-width: 366px;
  }
}

.about-review {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 128px;
}
@media (max-width: 1024px) {
  .about-review {
    gap: 120px;
  }
}
@media (max-width: 568px) {
  .about-review {
    gap: 40px;
    padding: 0 12px;
  }
}
.about-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.about-review__header span {
  color: black;
}
.about-review__header p {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .about-review__header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.about-review__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 568px) {
  .about-review__footer {
    gap: 8px;
  }
}
.about-review__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  width: 64px;
}
.about-review__image svg,
.about-review__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 568px) {
  .about-review__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }
}
.about-review__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%; /* 14.3px */
}

.about-partners {
  padding-top: var(--margin);
  background: #000;
}
.about-partners__wrapper {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .about-partners__wrapper {
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .about-partners__wrapper {
    margin-bottom: 32px;
  }
}
.about-partners__title {
  color: white;
}
.about-partners .runeline {
  border-top: 1px solid #3d3d3d;
}
.about-partners .running-line__item {
  width: 288px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 288px;
  flex: 0 0 288px;
  height: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #3d3d3d;
}
@media (max-width: 1024px) {
  .about-partners .running-line__item {
    width: 256px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
  }
}
@media (max-width: 568px) {
  .about-partners .running-line__item {
    width: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    height: 130px;
  }
  .about-partners .running-line__item svg,
  .about-partners .running-line__item img {
    width: 78px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    height: 78px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.about-slider {
  background-color: black;
}
.about-slider__wrapper {
  padding: var(--margin) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-slider__title {
  color: white;
  text-align: center;
}
.about-slider__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-slider__main video {
  width: 600px;
  height: 452px;
}
@media (max-width: 1024px) {
  .about-slider__main video {
    width: 480px;
    height: 361px;
  }
}
@media (max-width: 568px) {
  .about-slider__main video {
    width: 342px;
    height: 252px;
  }
}
@media (max-width: 568px) {
  .about-slider__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.about-slider__btns {
  position: absolute;
  bottom: 0;
  left: calc(100% + 32px);
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.about-slider__btns button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .about-slider__btns button:hover {
    border-color: white;
  }
}
@media (max-width: 568px) {
  .about-slider__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    left: unset;
    width: unset;
  }
  .about-slider__btns button {
    width: 64px;
  }
}
.about-slider__swiper {
  /* Основной контейнер для слайдов */
  /* Стили для активного слайда */
}
.about-slider__swiper .swiper {
  height: 452px; /* Высота контейнера */
  width: 600px;
  overflow: hidden;
  position: relative;
}
.about-slider__swiper .swiper::after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  translate: 0 -10px;
}
@media (max-width: 1024px) {
  .about-slider__swiper .swiper {
    width: 480px;
    height: 361px;
  }
}
@media (max-width: 568px) {
  .about-slider__swiper .swiper {
    width: 342px;
    height: 256px;
  }
}
.about-slider__swiper .swiper-wrapper {
  translate: 0 64px;
}
@media (max-width: 1024px) {
  .about-slider__swiper .swiper-wrapper {
    translate: 0 45px;
  }
}
@media (max-width: 568px) {
  .about-slider__swiper .swiper-wrapper {
    translate: 0 32px;
  }
}
.about-slider__swiper .swiper-slide {
  width: 600px;
  height: 388px; /* Высота одного слайда */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1; /* Для управления порядком слоёв */
}
@media (max-width: 1024px) {
  .about-slider__swiper .swiper-slide {
    width: 480px;
    height: 309px;
  }
}
@media (max-width: 568px) {
  .about-slider__swiper .swiper-slide {
    width: 342px;
    height: 220px;
  }
}
.about-slider__swiper .swiper-slide-active {
  z-index: 2; /* Активный слайд поверх других */
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-slider__swiper .swiper-slide-prev {
  translate: 0 92%;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); /* Уменьшение размера */
}
.about-slider__swiper .swiper-slide-prev-prev {
  translate: 0 185%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); /* Уменьшение размера */
}
.about-slider__swiper .swiper-slide-prev-prev-prev {
  translate: 0 280%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85); /* Уменьшение размера */
}
.about-slider__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  mix-blend-mode: exclusion;
}
.header__wrapper {
  height: var(--header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__links li + li {
  padding-left: 32px;
}
@media (max-width: 1024px) {
  .header__links {
    display: none;
  }
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header__buttons button,
.header__buttons a {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header__buttons {
    display: none;
  }
}
.header__burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
@media (max-width: 1024px) {
  .header__burger {
    display: block;
  }
}
.header__burger::before, .header__burger::after {
  content: "";
  display: block;
  display: block;
  height: 2px;
  width: 38px;
  background-color: white;
  left: 1px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__burger::before {
  top: 50%;
  translate: 0 calc(-50% - 4px);
}
.header__burger::after {
  top: 50%;
  translate: 0 calc(-50% + 4px);
}
.header__burger.active::before, .header__burger.active::after {
  translate: 0 -50%;
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 97;
  translate: 0 -100%;
  overflow: hidden;
  -webkit-transition: 0.45s ease-in;
  transition: 0.45s ease-in;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.header-menu.active {
  translate: 0;
}
.header-menu.active .header-case {
  opacity: 1;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.header-menu.active .header-menu__list a > * {
  translate: 0 0;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.header-menu__wrapper {
  padding: 104px 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
}
.header-menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header-menu__case {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}
.header-menu__list {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu__list a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; /* 37.4px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu__list a > span {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  translate: 0 100%;
}
.header-menu__list a > svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  translate: 0 200%;
}
.header-menu__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 47px;
}
.header-menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
}
.header-menu__block > span {
  color: rgba(255, 255, 255, 0.4);
}
.header-menu__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.header-menu__block ul a {
  color: white;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 98;
  background-color: black;
  padding-top: var(--header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  translate: 0 -100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: auto;
  display: none;
}
.header-mobile.active {
  translate: 0 0;
}
@media (max-width: 1024px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile__main {
  padding-top: 98px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.header-mobile__main .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 44px;
  padding-left: var(--container);
  padding-right: var(--container);
}
@media (max-width: 568px) {
  .header-mobile__main .header__buttons {
    padding-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .header-mobile__main {
    padding-top: 56px;
  }
}
.header-mobile__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 0 var(--container);
}
.header-mobile__links > li > * {
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}
@media (max-width: 568px) {
  .header-mobile__links > li > * {
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.header-mobile__links > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .header-mobile__links {
    gap: 16px;
  }
}
.header-mobile__spoilerheader svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-mobile__spoilerheader.active svg {
  rotate: 180deg;
}
.header-mobile__spoiler ul {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
}
.header-mobile__spoiler ul a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 568px) {
  .header-mobile__spoiler ul {
    padding-top: 24px;
    gap: 8px;
  }
  .header-mobile__spoiler ul a {
    font-size: 14px;
  }
}
.header-mobile__contacts {
  border-top: 1px solid #fff;
  padding: 44px var(--container);
}
.header-mobile__contacts .header-menu__contacts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 74px;
}
@media (max-width: 568px) {
  .header-mobile__contacts {
    padding: 40px var(--container);
  }
}

.header-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .header-case:hover .header-case__image img {
    scale: 1.1;
  }
}
.header-case__image {
  overflow: hidden;
}
.header-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.header-case__info span:nth-child(1) {
  color: #fff;
}
.header-case__info span:nth-child(2) {
  color: rgba(255, 255, 255, 0.4);
}

.notifications {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 90;
  width: 212px;
  position: fixed;
  right: var(--container);
  top: calc(var(--header) + 6px);
}
.notifications.hidden {
  opacity: 0;
  pointer-events: none;
}
.notifications__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.notifications__item {
  position: relative;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .notifications__item:hover .notification-close {
    opacity: 1;
  }
}
.notifications__item.hidden {
  overflow: hidden;
  height: 0;
  max-height: 0;
  padding: 0;
}

.notification-case {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification-case__image {
  width: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  min-height: 58px;
  height: auto;
  border-radius: 2px;
}
.notification-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.notification-case__main {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.notification-case__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.notification-case__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notification-case__link div {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notification-case__link div:nth-child(1) {
  scale: 0;
  width: 0;
  height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
}
.notification-case__link * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .notification-case__link:hover::after {
    width: calc(100% - 20px);
  }
  .notification-case__link:hover div:first-child {
    scale: 1;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
  .notification-case__link:hover div:last-child {
    translate: 100% -100%;
  }
}
.notification-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}
.notification-article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notification-close {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .notification-close {
    opacity: 1;
  }
}

.notification-show {
  -ms-flex-item-align: end;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 6px;
  padding-right: 12px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notification-show.show {
  opacity: 1;
  pointer-events: all;
  translate: 0;
}

body:has(.header-mobile.active) .header {
  border-bottom: 1px solid #fff;
}

.footer {
  background: #d6d6d6;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 12px;
  }
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 160px;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__upper {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .footer__upper {
    gap: 80px;
  }
}
@media (max-width: 568px) {
  .footer__logo {
    width: 120px;
  }
  .footer__logo svg,
  .footer__logo img {
    width: 100%;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 568px) {
  .footer__links {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 116px;
  margin-top: 180px;
}
@media (max-width: 1024px) {
  .footer__down {
    margin-top: 72px;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (max-width: 568px) {
  .footer__down {
    margin-top: 48px;
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.footer__block > span {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .footer__block > span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
  }
}
@media (max-width: 568px) {
  .footer__block > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 179px;
    flex: 0 0 179px;
  }
}
@media (max-width: 568px) {
  .footer__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.footer__list a {
  color: black !important;
}
.footer__list a svg {
  margin-left: 6px;
}
.footer__list a.disabled {
  pointer-events: none;
  opacity: 0.4 !important;
}
.footer__main {
  display: grid;
  grid-template-columns: repeat(3, 223px);
}
@media (max-width: 1024px) {
  .footer__main {
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 568px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (max-width: 1024px) {
  .footer__copy {
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 14.3px */
  }
}
@media (max-width: 568px) {
  .footer__copy {
    margin-top: 32px;
  }
}

.runeline {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-0 {
  width: 100%;
  --space: 0rem;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}

.marquee {
  --duration: 25s;
  --gap: var(--space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  max-width: 100vw;
}

.marquee:hover {
  z-index: 99;
}

.marquee__group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee__group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.runeline.rtl .marquee__group {
  -webkit-animation: scroll-rtl var(--duration) linear infinite;
  animation: scroll-rtl var(--duration) linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes scroll-rtl {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-rtl {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
body.lock {
  overflow: hidden;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 97;
}

.modal__content {
  width: 100%;
  top: calc(var(--header) + 64px);
  left: var(--container);
  position: absolute;
  border-radius: 8px;
  overflow-y: auto;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal.open .modal__content {
  translate: 0;
}

.error-page__wrapper {
  min-height: calc(100svh - var(--header));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error-page__vis {
  width: 890px;
}
@media (max-width: 1024px) {
  .error-page__vis {
    width: 560px;
  }
}
@media (max-width: 568px) {
  .error-page__vis {
    width: 298px;
  }
}
.error-page__vis img,
.error-page__vis video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.error-page__modal {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background: var(--White-85, rgba(255, 255, 255, 0.85));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
.error-page__modal.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 568px) {
  .error-page__modal {
    gap: 32px;
  }
}
.error-page__modal p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.error-page__modal p a {
  color: #000;
  border-bottom: 1px solid black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .error-page__modal p a:hover {
    border-color: transparent;
  }
}
@media (max-width: 568px) {
  .error-page__modal p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.contacts-page {
  padding-top: calc(var(--margin) / 2);
  padding-bottom: calc(var(--margin));
}
.contacts-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 128px;
}
@media (max-width: 1024px) {
  .contacts-page__wrapper {
    gap: 120px;
  }
}
@media (max-width: 568px) {
  .contacts-page__wrapper {
    gap: 48px;
  }
}
.contacts-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
.contacts-page__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 247px;
}
@media (max-width: 1024px) {
  .contacts-page__block {
    gap: 82px;
  }
}
@media (max-width: 568px) {
  .contacts-page__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts-page__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 341px;
  flex: 0 0 341px;
}
@media (max-width: 1024px) {
  .contacts-page__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 292px;
    flex: 0 0 292px;
  }
}
@media (max-width: 568px) {
  .contacts-page__subtitle {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.contacts-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts-page__list a {
  color: black;
  border-bottom: 1px solid black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .contacts-page__list {
    gap: 8px;
  }
}
.contacts-page__link {
  margin: 0 calc(-1 * var(--container));
  padding: 30px calc(1 * var(--container));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: black;
  border-bottom: 1px solid #000;
}
.contacts-page__link div {
  overflow: hidden;
  width: 68px;
  height: 68px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
}
.contacts-page__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.contacts-page__link p {
  overflow: hidden;
  height: 72px;
}
@media (max-width: 1024px) {
  .contacts-page__link p {
    height: 48px;
  }
}
@media (max-width: 568px) {
  .contacts-page__link p {
    height: 28px;
  }
}
.contacts-page__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contacts-page__link:nth-child(1) {
  border-top: 1px solid #000;
}
@media (hover: hover) {
  .contacts-page__link:hover span {
    translate: 0 -100%;
  }
  .contacts-page__link:hover svg {
    -webkit-animation: arrow-anim-right 0.7s;
    animation: arrow-anim-right 0.7s;
  }
}
@media (max-width: 1024px) {
  .contacts-page__link svg,
  .contacts-page__link div {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
}
@media (max-width: 568px) {
  .contacts-page__link {
    padding: 24px calc(1 * var(--container));
    gap: 12px;
  }
  .contacts-page__link svg,
  .contacts-page__link div {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }
}

@-webkit-keyframes arrow-anim-right {
  0% {
    translate: -50% -50%;
  }
  40% {
    translate: 200% -50%;
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    translate: -200% -50%;
  }
  100% {
    translate: -50% -50%;
  }
}

@keyframes arrow-anim-right {
  0% {
    translate: -50% -50%;
  }
  40% {
    translate: 200% -50%;
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    translate: -200% -50%;
  }
  100% {
    translate: -50% -50%;
  }
}
.digital-section {
  background: var(--Black-100, #000);
}
.digital-section__wrapper {
  padding-top: calc(var(--header) + 148px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 112px;
}
.digital-section__wrapper .runeline {
  width: 100vw;
  margin-left: calc(var(--container) * -1);
  margin-right: calc(var(--container) * -1);
}
.digital-section__wrapper .runeline .running-line__item {
  margin-left: 55px;
}
@media (max-width: 568px) {
  .digital-section__wrapper .runeline .running-line__item {
    margin-left: 40px;
    width: 78px;
    height: 78px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
  }
  .digital-section__wrapper .runeline .running-line__item img,
  .digital-section__wrapper .runeline .running-line__item svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .digital-section__wrapper {
    padding-top: calc(var(--header) + 98px);
  }
}
@media (max-width: 568px) {
  .digital-section__wrapper {
    padding-top: calc(var(--header) + 64px);
    gap: 80px;
  }
}
.digital-section__title {
  color: white;
}

.digital-showreel {
  position: relative;
}
.digital-showreel__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.digital-showreel .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.digital-experience {
  padding-top: var(--margin);
  --contentSize: 459px;
  overflow: hidden;
}
.digital-experience__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .digital-experience__wrapper {
    gap: 32px;
  }
}
@media (max-width: 568px) {
  .digital-experience__wrapper {
    gap: 28px;
  }
}
.digital-experience__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .digital-experience__header .btn {
    height: 38px;
  }
}
.digital-experience__main {
  border-top: 1px solid var(--Black-100, #000000);
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media (max-width: 1024px) {
  .digital-experience__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.digital-experience__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--contentSize);
  flex: 0 0 var(--contentSize);
  width: var(--contentSize);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.digital-experience__content .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.digital-experience__content .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: all;
}
.digital-experience__content .swiper-slide ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 32px;
}
.digital-experience__content .swiper-slide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.digital-experience__content .swiper-slide ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.digital-experience__content .swiper {
  width: 100%;
}
@media (max-width: 1024px) {
  .digital-experience__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    gap: 32px;
  }
  .digital-experience__content .swiper-slide {
    gap: 32px;
  }
  .digital-experience__content .swiper-slide ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (max-width: 568px) {
  .digital-experience__content .swiper-slide {
    gap: 20px;
  }
  .digital-experience__content .swiper-slide ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 20px;
  }
  .digital-experience__content .swiper-slide ul div span {
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .digital-experience__content .swiper-slide ul div svg,
  .digital-experience__content .swiper-slide ul div img {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
  }
}
.digital-experience__pagination span {
  color: rgba(0, 0, 0, 0.4);
}
.digital-experience__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 12px;
}
.digital-experience__navigation button {
  width: 70px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--Black-15, rgba(0, 0, 0, 0.1490196078));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.digital-experience__navigation button:hover {
  border-color: var(--Black-100, #000000);
}
.digital-experience__navigation button:active {
  border-color: var(--Black-100, #000000);
}
.digital-experience__navigation button svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}
@media (max-width: 1024px) {
  .digital-experience__navigation {
    display: none;
  }
}
.digital-experience__gallery {
  width: calc(100% - var(--contentSize) + 10px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - var(--contentSize) + 10px);
  flex: 0 0 calc(100% - var(--contentSize) + 10px);
}
.digital-experience__gallery .swiper {
  padding-right: calc(var(--container) + 5px);
}
.digital-experience__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .digital-experience__gallery {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
  .digital-experience__gallery .swiper {
    margin-left: calc(var(--container) * -1);
    margin-right: calc(var(--container) * -1);
    padding-left: calc(var(--container) * 1);
    padding-right: calc(var(--container) * 1);
    width: 100vw;
  }
}

.digital-about {
  margin-top: var(--margin);
}
.digital-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--margin);
}
.digital-about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 112px;
}
@media (max-width: 568px) {
  .digital-about__header {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.digital-about__title {
  white-space: nowrap;
}
.digital-about__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 920px;
  flex: 0 1 920px;
}
@media (max-width: 568px) {
  .digital-about__description {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.digital-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: end;
  max-width: 920px;
  width: 100%;
}
.digital-about__item {
  border-top: 1px solid var(--Black-100, #000000);
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.digital-about__item > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.6980392157);
}

.digital-steps {
  background-color: #90f100;
}
.digital-steps__wrapper {
  padding: var(--margin) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: #000000;
}
@media (max-width: 1024px) {
  .digital-steps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
  }
}
.digital-steps__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
}
@media (max-width: 1024px) {
  .digital-steps__title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.digital-steps__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.digital-steps__item {
  border-top: 1px solid var(--Black-100, #000000);
}
.digital-steps__item:last-child {
  border-bottom: 1px solid var(--Black-100, #000000);
}
.digital-steps__header {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.digital-steps__header.active .hidden {
  opacity: 0;
}
.digital-steps__header .hidden {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .digital-steps__header {
    padding: 20px 0;
  }
}
.digital-steps__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 568px) {
  .digital-steps__subtitle {
    gap: 20px;
  }
}
.digital-steps__content {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
}
.digital-steps__content p {
  color: rgba(0, 0, 0, 0.6980392157);
}
@media (max-width: 568px) {
  .digital-steps__content p {
    font-size: 14px;
  }
}
.digital-steps__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.digital-steps__content ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  white-space: nowrap;
  height: 32px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--Black-40, rgba(0, 0, 0, 0.4));
  border-radius: 4px;
}
@media (max-width: 568px) {
  .digital-steps__content {
    gap: 40px;
    padding-bottom: 20px;
  }
}

.digital-ratings {
  margin-top: var(--margin);
  padding: var(--margin) 0;
  background-color: #000000;
  color: white;
}
.digital-ratings__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.digital-ratings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.digital-ratings__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.digital-ratings__tabs label {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.digital-ratings__tabs label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.digital-ratings__tabs label:has(input:checked) {
  color: white;
}
.digital-ratings__tabs input {
  display: none;
}
.digital-ratings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .digital-ratings__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    margin-left: calc(var(--container) * -1);
    margin-right: calc(var(--container) * -1);
    padding-left: calc(var(--container) * 1);
    padding-right: calc(var(--container) * 1);
    width: 100vw;
  }
}
.digital-ratings__item {
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
@media (min-width: 1025px) {
  .digital-ratings__item {
    gap: 160px;
  }
}
.digital-ratings__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.digital-ratings__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 135px;
}
.digital-ratings__item div:nth-child(2) p:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 205px;
  flex: 0 0 205px;
}
@media (max-width: 1024px) {
  .digital-ratings__item div:nth-child(2) p:nth-child(1) {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.digital-ratings__item p:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.digital-ratings__item p:has(span) br {
  display: none;
}
.digital-ratings__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: white;
}
@media (min-width: 1025px) {
  .digital-ratings__item a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  .digital-ratings__item div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 450px;
    flex: 1 0 450px;
  }
}
@media (max-width: 1024px) {
  .digital-ratings__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
    padding: 20px;
  }
  .digital-ratings__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
  }
  .digital-ratings__item div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .digital-ratings__item a {
    margin-bottom: 56px;
  }
  .digital-ratings__item div p:has(span) {
    margin-top: 20px;
  }
}
.digital-ratings .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.digital-reviews {
  background-color: #000000;
  color: white;
}
.digital-reviews .about-reviews__pagination {
  color: white;
}
.digital-reviews .about-reviews__pagination span {
  color: rgba(255, 255, 255, 0.1490196078);
}
.digital-reviews .case-slider__nav button {
  border-color: rgba(255, 255, 255, 0.3019607843) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .digital-reviews .case-slider__nav button:hover {
    border-color: white !important;
  }
}
.digital-reviews .case-slider__nav button svg path {
  fill: white !important;
}
.digital-reviews .about-review__header span {
  color: white;
}
.digital-reviews .about-review__header p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.digital-reviews .about-review__image svg rect {
  fill: rgba(255, 255, 255, 0.1490196078) !important;
}
.digital-reviews .about-review__author span:nth-child(1) {
  color: white !important;
}
.digital-reviews .about-review__author span:nth-child(2) {
  color: rgba(255, 255, 255, 0.6980392157) !important;
}

.about-media.dark {
  background-color: #000000;
  color: white;
}
.about-media.dark .article-card {
  border-color: white;
}
.about-media.dark .article-card__header {
  color: white;
}
.about-media.dark .article-card__author {
  color: rgba(255, 255, 255, 0.4);
}
.about-media.dark .article-card .arrow-btn {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.about-media.dark .article-card .arrow-btn svg path {
  fill: white !important;
}
@media (hover: hover) {
  .about-media.dark .article-card .arrow-btn:hover {
    background-color: #90f100 !important;
  }
  .about-media.dark .article-card .arrow-btn:hover svg path {
    fill: #000000 !important;
  }
}

.digital-tech {
  padding-top: var(--margin);
}
.digital-tech__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .digital-tech__wrapper {
    gap: 56px;
  }
}
@media (max-width: 568px) {
  .digital-tech__wrapper {
    gap: 32px;
  }
}
.digital-tech__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.digital-tech__visual {
  --size: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.digital-tech__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.digital-tech__visual:has(.active) {
  background-color: #000000;
}
.digital-tech__visual .active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .digital-tech__visual {
    --size: 160px;
  }
}
@media (max-width: 568px) {
  .digital-tech__visual {
    display: none;
  }
}
.digital-tech__lists {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 920px;
  flex: 0 0 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.digital-tech__lists > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.digital-tech__lists > li span {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #000000;
}
.digital-tech__lists > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-weight: 400;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.digital-tech__lists > li ul li {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
}
.digital-tech__lists > li ul li.active {
  opacity: 1;
}
@media (hover: hover) {
  .digital-tech__lists > li ul li:hover {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .digital-tech__lists > li ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .digital-tech__lists {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
  }
}
@media (max-width: 568px) {
  .digital-tech__lists {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .digital-tech__lists > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 119px;
  }
  .digital-tech__lists > li > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    font-size: 16px;
  }
  .digital-tech__lists > li > ul {
    gap: 8px;
  }
  .digital-tech__lists > li > ul li {
    font-size: 16px;
  }
}

.digital-help {
  margin-bottom: var(--margin);
}
.digital-help__wrapper {
  border-top: 1px solid var(--Black-100, #000000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 1024px) {
  .digital-help__wrapper {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.digital-help__title {
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.digital-help__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 920px;
  flex: 0 0 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .digital-help__list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.digital-help__list li {
  padding: 20px 0;
  border-top: 1px solid var(--Black-100, #000000);
}
.digital-help__list li:nth-child(1) {
  border: 0;
}
@media (max-width: 1024px) {
  .digital-help__list li:nth-child(1) {
    padding-top: 0;
  }
}

.expirience-section {
  padding-top: var(--margin);
}
.expirience-section .btn-trans-black {
  color: black;
  white-space: nowrap;
}
.expirience-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 568px) {
  .expirience-section__wrapper {
    gap: 32px;
  }
}
.expirience-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 568px) {
  .expirience-section__header .btn {
    height: 38px;
  }
}
.expirience-section__list {
  border-top: 1px solid #000000;
}
.expirience-section__item {
  position: sticky;
  top: 80px;
}
.expirience-section__item:nth-child(1) {
  z-index: 1;
}
.expirience-section__item:nth-child(2) {
  z-index: 2;
}
.expirience-section__item:nth-child(3) {
  z-index: 3;
}
.expirience-section__item:nth-child(4) {
  z-index: 4;
}
.expirience-section__item:nth-child(5) {
  z-index: 5;
}
.expirience-section__item:nth-child(6) {
  z-index: 6;
}
.expirience-section__item:nth-child(7) {
  z-index: 7;
}
.expirience-section__item:nth-child(8) {
  z-index: 8;
}
.expirience-section__item:nth-child(9) {
  z-index: 9;
}
.expirience-section__item:nth-child(10) {
  z-index: 10;
}
@media (max-width: 568px) {
  .expirience-section__item {
    top: 40px;
  }
}
/*
.notifications {
  display: none !important;
}
*/
.experience-card {
  background-color: white;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.experience-card__bg {
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media (max-width: 568px) {
  .experience-card {
    padding: 24px 0;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.experience-card__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 567px;
  flex: 0 0 567px;
  height: 593px;
}
.experience-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 568px) {
  .experience-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 348px;
    flex: 0 0 348px;
    height: 348px;
  }
}
.experience-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 568px) {
  .experience-card__main {
    gap: 20px;
  }
}
.experience-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.experience-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.experience-card__links .btn,
.experience-card__links .arrow-btn {
  --size: 28px;
  height: var(--size);
}
.experience-card__text {
  max-width: 680px;
}
@media (max-width: 568px) {
  .experience-card__text {
    font-size: 14px;
  }
}
.experience-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.experience-card__tags .btn {
  height: 32px;
}

.documents-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 128px;
  padding-top: 64px;
  padding-bottom: var(--margin);
}
@media (max-width: 1024px) {
  .documents-page {
    gap: 80px;
    padding-top: 56px;
  }
}
@media (max-width: 568px) {
  .documents-page {
    gap: 48px;
    padding-top: 40px;
  }
}
.documents-page__title {
  padding-left: var(--container);
}
.documents-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid black;
}
.documents-page__list > li {
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.documents-page__list > li:nth-child(2n) {
  border-right: 0;
}
.documents-page__list.column {
  grid-template-columns: 1fr;
  border-bottom: 0;
}
.documents-page__list.column > li {
  border-right: 0 !important;
}
.documents-page__list.column > li:last-child {
  border-bottom: 1px solid black;
}
.documents-page__list.column .documents-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 130px;
}
.documents-page__list.column .documents-card__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 564px;
  flex: 0 0 564px;
}
.documents-page__list.column .documents-card__text {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .documents-page__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    border-bottom: 1px solid black;
  }
  .documents-page__list > li {
    border-right: 0 !important;
  }
  .documents-page__list > li:last-child {
    border-bottom: 0;
  }
}

.documents-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px;
  padding: 32px var(--container);
}
@media (hover: hover) {
  .documents-card:hover .documents-card__arrow svg {
    translate: 0;
  }
}
@media (max-width: 1024px) {
  .documents-card {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 32px !important;
  }
}
@media (max-width: 568px) {
  .documents-card {
    padding: 24px var(--container);
  }
}
.documents-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.documents-card__header .btn {
  height: 28px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media (max-width: 1024px) {
  .documents-card__header {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
  }
}
.documents-card__title {
  color: black;
}
@media (max-width: 1024px) {
  .documents-card__text {
    margin: 0 !important;
  }
}
@media (max-width: 568px) {
  .documents-card__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.documents-card__arrow {
  top: 20px;
  right: var(--container);
  position: absolute;
}
.documents-card__arrow::before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: -65% 65%;
  z-index: 2;
  pointer-events: none;
  rotate: 45deg;
}
.documents-card__arrow svg {
  translate: -20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .documents-card__arrow {
    display: none;
  }
}

.support-first {
  padding-bottom: 20px;
  margin-top: -10px;
  background-color: black;
}
@media (max-width: 1024px) {
  .support-first {
    padding-bottom: 12px;
  }
}
.support-first__wrapper {
  color: white;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 88px;
}
@media (max-width: 1024px) {
  .support-first__wrapper {
    gap: 36px;
  }
}
@media (max-width: 568px) {
  .support-first__wrapper {
    padding-top: 24px;
    gap: 28px;
  }
}
.support-first__title {
  font-weight: 400;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -1%;
}
@media (max-width: 1024px) {
  .support-first__title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .support-first__title {
    font-size: 18px;
  }
}
.support-first__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 568px) {
  .support-first__list {
    grid-template-columns: 1fr;
  }
}
.support-first__item {
  padding: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #272727;
}
@media (max-width: 1024px) {
  .support-first__item {
    padding: 32px;
    gap: 12px;
  }
}
@media (max-width: 568px) {
  .support-first__item {
    padding: 24px;
  }
}
.support-first__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.support-first__subtitle {
  font-weight: 400;
  font-size: 132px;
  line-height: 105%;
  letter-spacing: -1%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .support-first__subtitle {
    font-size: 100px;
  }
}
@media (max-width: 568px) {
  .support-first__subtitle {
    font-size: 72px;
  }
}
.support-first__desc {
  padding: 10px;
  width: 136px;
}
@media (max-width: 568px) {
  .support-first__desc {
    width: 152px;
  }
}
.support-first__graph {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 312px;
  flex: 0 0 312px;
}
.support-first__graph img,
.support-first__graph video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 568px) {
  .support-first__graph {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }
}

.support-cases {
  margin-bottom: var(--margin);
}
.support-cases video{
  pointer-events: none;
}
.support-cases .home-slider__main {
  margin: 0;
  width: unset;
}
.support-cases .home-slider__main .swiper {
  margin: 0 calc(var(--container) * -1);
  padding: 0 calc(var(--container) * 1);
  width: 100vw;
}
.support-cases .home-slider__wrapper {
  margin-top: unset;
  padding-top: var(--margin);
}
@media (max-width: 568px) {
  .support-cases .home-slider__wrapper {
    min-height: unset;
  }
}
.support-cases .case-card {
  border-top: unset;
}
.support-cases .case-card__header .regular_16 {
  display: none;
}
.support-cases .swiper-slide {
  max-width: 560px;
}
@media (max-width: 1024px) {
  .support-cases .swiper-slide {
    max-width: 400px;
  }
}
@media (max-width: 568px) {
  .support-cases .swiper-slide {
    max-width: 324px;
  }
}

.support-steps .digital-steps__title {
  position: sticky;
  top: var(--header);
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .support-steps .digital-steps__title {
    position: relative;
    top: unset;
  }
}
.support-steps .digital-steps__header svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.support-works {
  padding-top: var(--margin);
  background-color: black;
  color: white;
  overflow: hidden;
}
.support-works__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-works__title {
  text-align: center;
}
.support-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 calc(var(--container) * -1 - 2px);
  width: 100vw;
}
@media (max-width: 1024px) {
  .support-works__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  .support-works__list {
    grid-template-columns: 1fr;
  }
}
.support-works__item {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.support-works__item:nth-child(1), .support-works__item:nth-child(2), .support-works__item:nth-child(3) {
  border-top: 1px solid #272727;
}
@media (max-width: 1024px) {
  .support-works__item:nth-child(3) {
    border-top: 0;
  }
}
@media (max-width: 568px) {
  .support-works__item:nth-child(2) {
    border-top: 0;
  }
}
@media (max-width: 1024px) {
  .support-works__item:nth-child(9) {
    grid-column: span 2;
  }
}
@media (max-width: 568px) {
  .support-works__item:nth-child(9) {
    grid-column: unset;
  }
}
@media (hover: hover) {
  .support-works__item:hover .support-works__image {
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .support-works__item {
    border-right: 0 !important;
  }
}
.support-works__main {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 332px;
  position: relative;
  z-index: 1;
  background-color: black;
}
@media (max-width: 1024px) {
  .support-works__main {
    height: 300px;
  }
}
@media (max-width: 568px) {
  .support-works__main {
    height: unset;
    padding: 20px 12px;
  }
  .support-works__main br {
    display: none;
  }
}
.support-works__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 568px) {
  .support-works__tags {
    display: none;
  }
}
.support-works__tags li {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 8px;
}
.support-works__tags li:nth-child(1) {
  background-color: white;
  color: black;
}
.support-works__tags li:nth-child(2) {
  border: 1px solid var(--White-40, rgba(255, 255, 255, 0.4));
}
.support-works__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 568px) {
  .support-works__image {
    display: none;
  }
}
.support-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.support-how {
  background-color: black;
  padding: var(--margin) 0;
  color: white;
}
.support-how__wrapper {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 106px;
}
@media (max-width: 1024px) {
  .support-how__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}
.support-how__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 508px;
  flex: 0 0 508px;
  width: 508px;
  border: 1px solid #272727;
  height: 478px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .support-how__visual {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 478px;
    flex: 0 0 478px;
  }
}
@media (max-width: 568px) {
  .support-how__visual {
    scale: 0.6968503937;
  }
}
.support-how__ellipse {
  position: relative;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.support-how__ellipse div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support-how__ellipse.active {
  z-index: 3;
}
.support-how__ellipse.active div {
  opacity: 1;
}
.support-how__ellipse.active svg path {
  stroke: white;
}
.support-how__ellipse span {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
}
.support-how__ellipse span:nth-child(1) {
  opacity: 0.4;
}
@media (max-width: 568px) {
  .support-how__ellipse span {
    font-size: 16px;
  }
}
.support-how__ellipse svg,
.support-how__ellipse img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.support-how__ellipse:nth-child(1) {
  height: 87px;
  width: 343px;
}
.support-how__ellipse:nth-child(2) {
  width: 473px;
}
.support-how__ellipse:nth-child(3) {
  width: 100%;
}
.support-how__ellipse:nth-child(4) {
  width: 473px;
}
.support-how__ellipse:nth-child(5) {
  height: 87px;
  width: 343px;
}
.support-how__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 574px;
  flex: 0 1 574px;
  position: relative;
}
@media (max-width: 1024px) {
  .support-how__main {
    min-height: 400px;
    max-width: 508px;
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (max-width: 568px) {
  .support-how__main {
    min-height: 130px;
  }
}
.support-how__main > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .support-how__main > div {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .support-how__main > div {
    gap: 24px;
  }
}
.support-how__main > div.active {
  opacity: 1;
  pointer-events: none;
}
.support-how__main > div.active span {
  -webkit-animation-name: clientstext;
  animation-name: clientstext;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
}
.support-how__main > div > div:nth-child(2) {
  opacity: 0.4;
  font-family: "TTNormsProRegular";
}
.support-how__main > div p {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
}
.support-how__main > div p span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .support-how__main > div p {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .support-how__main > div p {
    font-size: 22px;
  }
}

.support-faq {
  background-color: black;
  color: white;
}
.support-faq .digital-steps__wrapper {
  color: white;
}
.support-faq .digital-steps__subtitle {
  gap: 16px;
}
.support-faq .digital-steps__subtitle .medium_20 {
  font-size: 13px;
}
.support-faq .digital-steps__item {
  border-color: white;
}
.support-faq .digital-steps__content p {
  color: rgba(255, 255, 255, 0.6980392157);
}

.support-why {
  padding-top: calc(var(--margin) / 2);
}
.support-why__inner {
  height: 300vh;
}
@media (max-width: 1024px) {
  .support-why__inner {
    height: unset;
  }
}
.support-why__wrapper {
  height: 100dvh;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(var(--margin) / 2);
  padding-bottom: calc(var(--margin) / 2);
}
@media (max-width: 1024px) {
  .support-why__wrapper {
    position: relative;
    padding-bottom: calc(var(--margin) / 1);
    height: unset;
  }
}
.support-why__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}
@media (max-width: 1024px) {
  .support-why__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
  }
}
@media (max-width: 568px) {
  .support-why__header {
    gap: 32px;
  }
}
.support-why__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
}
@media (max-width: 1024px) {
  .support-why__title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.support-why__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 565px;
  flex: 0 1 565px;
  position: relative;
  height: 170px;
}
@media (max-width: 1024px) {
  .support-why__main {
    height: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 0 calc(var(--container) * -1);
    padding: 0 calc(var(--container) * 1);
    width: 100vw;
    overflow: auto;
  }
}
@media (max-width: 568px) {
  .support-why__main {
    gap: 16px;
  }
}
.support-why__item {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.support-why__item img {
  display: none;
}
@media (max-width: 1024px) {
  .support-why__item img {
    display: block;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.support-why__item p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.support-why__item.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .support-why__item {
    position: relative;
    opacity: 1;
    pointer-events: all;
    background-color: #f5f5f5;
    padding: 32px;
    padding-bottom: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    height: auto;
  }
  .support-why__item p:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .support-why__item img {
    margin-top: 24px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 568px) {
  .support-why__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 324px;
    flex: 0 0 324px;
    padding: 20px;
    padding-bottom: 40px;
    gap: 20px;
  }
  .support-why__item .body-text {
    font-size: 14px;
  }
  .support-why__item img {
    width: 168px;
    height: 168px;
    margin-top: 36px;
  }
}
.support-why__visual {
  -ms-flex-item-align: center;
  align-self: center;
  --size: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1;
  position: relative;
}
.support-why__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support-why__visual img.active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .support-why__visual {
    display: none;
  }
}
.support-why__progress {
  padding-right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .support-why__progress {
    display: none;
  }
}
.support-why__nav {
  height: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-why__nav:nth-child(1) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.support-why__nav:nth-child(1) div:has(.circle) {
  translate: -25% 0;
}
.support-why__nav.active span {
  color: white;
  background: black;
  border-color: black;
}
.support-why__nav.active div:has(.circle) .circle {
  --size: 20px;
}
.support-why__nav.active div:has(.circle) .circle::after {
  opacity: 1;
}
.support-why__nav span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  border: 1px solid var(--Black-40, rgba(0, 0, 0, 0.4));
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support-why__nav div:has(.circle) {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.support-why__nav div:has(.circle) .circle {
  --size: 12px;
  background-color: white;
  border: 1px solid black;
}
.support-why__nav div:has(.circle) .circle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  background-color: black;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.support-why__line {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}
.support-why__arrow {
  position: absolute;
  bottom: 10px;
  left: 100%;
  translate: 0 55%;
  width: 9px;
  height: 10px;
}

@media (max-width: 1024px) {
  .brief-page__title {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
  }
}

.support-format {
  padding: var(--margin) 0;
}
@media (max-width: 1024px) {
  .support-format {
    padding-top: 0;
  }
}
.support-format__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .support-format__wrapper {
    gap: 56px;
    padding-bottom: 32px;
  }
}
@media (max-width: 568px) {
  .support-format__wrapper {
    gap: 32px;
  }
}
.support-format__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .support-format__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.support-format__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 344px;
  flex: 0 0 344px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .support-format__nav {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.support-format__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.support-format__links li {
  cursor: pointer;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support-format__links li.active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .support-format__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 calc(var(--container) * -1);
    padding: 0 calc(var(--container) * 1);
    width: 100vw;
    overflow: auto;
  }
  .support-format__links li {
    font-size: 38px;
    white-space: nowrap;
  }
}
@media (max-width: 568px) {
  .support-format__links li {
    font-size: 22px;
  }
}
.support-format__progress {
  position: relative !important;
  height: 2px !important;
  width: 122px !important;
  background-color: #d6d6d6 !important;
}
.support-format__progress span {
  background-color: black !important;
}
@media (max-width: 1024px) {
  .support-format__progress {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
  }
}
.support-format__swiper {
  max-width: 700px;
}
.support-format__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  padding-right: 0;
  border-left: 1px solid #c1c1c1;
  opacity: 0 !important;
}
.support-format__slide.swiper-slide-active {
  opacity: 1 !important;
}
.support-format__slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.support-format__slide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--Black-40, rgba(0, 0, 0, 0.4));
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .support-format__slide {
    padding: 0;
    border-left: unset;
  }
}

.page-wrapper {
  position: relative;
  z-index: 9;
}

.page {
  background-color: white;
  position: relative;
  z-index: 1;
}

body:has(.showreel-section__main.active) .home-page__banner {
  opacity: 0;
  pointer-events: none;
}

.showreel-section__main.active .parallaxed {
  -webkit-transform: rotateX(0) rotateY(0) !important;
  transform: rotateX(0) rotateY(0) !important;
  scale: 1;
}

.parallaxed {
  -webkit-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: tranform;
}
.parallaxed:hover {
  scale: 1.1;
}

.is-out {
  -webkit-transform: rotateX(0) rotateY(0) !important;
  transform: rotateX(0) rotateY(0) !important;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.home-page__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
}
.home-page__banner span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.home-page__banner:hover span {
  border-color: black;
}

.loader {
  position: relative;
  border: 0;
}
.loader::before {
  content: "";
  position: absolute;
  z-index: 100;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f5f5f5), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-loader 1.2s infinite linear;
  animation: skeleton-loader 1.2s infinite linear;
}
@-webkit-keyframes skeleton-loader {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes skeleton-loader {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.cookie-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  position: fixed;
  bottom: 48px;
  right: var(--container);
  z-index: 100;
  width: 400px;
}
.cookie-banner .btn {
  width: 33px;
  height: 33px;
  height: 28px;
}
.cookie-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.4);
}
.cookie-banner a {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .cookie-banner a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 568px) {
  .cookie-banner {
    width: 100%;
    right: 0;
    left: 0;
    padding: 8px 12px;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    bottom: 42px;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/custom.css?17724335228516*/
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
}
.preloader.hidden{
    display:none;
}
.preloader__circle {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
            linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
            linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}
.preloader__circle::before,
.preloader__circle::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}
.preloader__circle::after {
    opacity: 0.83;
    transform: rotate(60deg);
}
@keyframes l23 {
    100% {transform: rotate(1turn)}
}
.case-head + .case-task {
    border-color:transparent;
    padding-top:unset;
}
.case-head + .case-big {
    border-color:transparent;
    padding-top:unset;
}
.solo-case__image video{
    width:100%;
    height:100%;
    object-fit: cover;
}
.cases-page.solo .cases-page__header{
    z-index:100;
}

.header {
    mix-blend-mode: difference;
    isolation: isolate;
}
.header-menu__list li a.disabled{
    pointer-events: none;
    opacity: 0.4 !important;
}

@media(max-width:560px){
    .brief-page {
        padding-top:90px;
    }
    .brief-page__btn{
        margin-top:12px;
    }
    .filters-modal__items {
        gap: 40px;
    }
}
.header-mobile__spoiler a.disabled{
    pointer-events: none;
    opacity: 0.4 !important;
}
.header-case__image{
    aspect-ratio: 280 / 286;
}
.header__links li.disabled{
    pointer-events: none;
    opacity: 0.4 !important;
}
.header-mobile__links li.disabled{
    pointer-events: none;
    opacity: 0.4 !important;
}
/*
@media(max-width:568px){
    .solo-case__title{
        font-size:32px;
    }
}*/
.about-mission__list li:nth-child(1):after{
    content:"";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.showreel-section__text{
    min-height:unset!important;
    display:flex;
    align-items: center;
}
.slider-section{
    min-height:232px;
}

.clients-section__list{
    flex: 0 0 300px;
}
@media (max-width: 560px) {
    .clients-section__list{
        flex: 0 0 210px;
    }
}
@media(max-width:1024px){
    .slider-section{
        min-height:unset;
    }
}
.home-slider__main .home-slide{
    min-height:539px;
    justify-content: space-between;
}
@media(max-width:560px){
    .home-slider__main .home-slide{
        min-height:377px;
    }

}
.digital-experience__gallery video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 343 / 263;
}
.digital-tech + .digital-help .digital-help__wrapper {
    margin-top:var(--margin);
}
.digital-steps__green + .digital-help .digital-help__wrapper {
    border-top:none;
}
.digital-section{
    overflow:hidden;
}
.case-head__footer.end-content{
    justify-content: flex-end;
}

.case-head + .case-results {
    border-top:none;
}
.home-slider__header .h2.home-slider__title.mobile{
    display:none;
}
.home-slider__header .h2.home-slider__title.desktop{
    display:block;
}
@media (max-width: 568px) {
    .home-slider__header .h2.home-slider__title.mobile{
        display:block;
    }
    .home-slider__header .h2.home-slider__title.desktop{
        display:none;
    }
}

@media(min-width:568px){
    .about-reviews .case-slider__nav{
        flex-direction: column-reverse!important;
    }

    .case-big + .digital-help .digital-help__wrapper {
        border-top:none;
        padding-top:80px;
    }

    .digital-steps + .digital-help .digital-help__wrapper {
        border-top:none;
        padding-top:80px;
    }
}

.case-big + .digital-help .digital-help__wrapper {
    border-top:none;
    padding-top:128px;
}

.digital-steps + .digital-help .digital-help__wrapper {
    border-top:none;
    padding-top:128px;
}



ul.experience-card__props {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 32px;
}
ul.experience-card__props li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
ul.experience-card__props li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.experience-card__image img, .experience-card__image video{
    max-height:593px!important;
    aspect-ratio: 544 / 534;
}
@media (max-width: 1024px) {
    ul.experience-card__props {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}
@media (max-width: 568px) {
    ul.experience-card__props {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 20px;
    }
    ul.experience-card__props div span {
        font-weight: 500;
        font-size: 13px;
        line-height: 120%;
        letter-spacing: 0%;
    }
    ul.experience-card__props div svg,
    ul.experience-card__props img {
        width: 16px;
        height: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
    }

    .experience-card__image img, .experience-card__image video{
        max-height:348px!important;
    }
    .digital-steps + .digital-help .digital-help__wrapper{
        padding-top:0;
    }
    .digital-steps + .support-format{
        margin-top: var(--margin);
    }
    .digital-tech + .support-format{
        margin-top: var(--margin);
    }
    .home-slider__wrapper{
        min-height:auto;
    }
}
.is-close-case .case-card__image{
    display:flex;
    justify-content: center;
    align-items: center;
}
.is-close-case .case-card__image .modal-close-info{
    position:absolute;
    display:flex;
    gap:8px;
    justify-content: center;
    align-items: center;
    background:rgba(144, 241, 0, 1);
    border-radius:4px;
    padding:14px;
    box-sizing: border-box;
    z-index:10;
    pointer-events: none;
}
.is-close-case .case-card__image .modal-close-info span{
    font-size:14px;
    font-weight:500;
    color:#000;
}
@media (max-width: 568px) {
    .is-close-case .case-card__image .modal-close-info svg{
        width:16px;
        height:16px;
    }
    .is-close-case .case-card__image .modal-close-info span{
        font-size:13px;
    }
}
/**/
.case-card__image {
    position: relative;
}
.case-card__image .achiv_tags {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 568px) {
    .case-card__image .achiv_tags {
        top: 10px;
        right: 10px;
    }
}
.case-card__image .achiv_tags img {
    scale: 1 !important;
}
@media (max-width: 568px) {
    .case-card__image .achiv_tags img {
        width: 52px;
        height: 52px;
    }
}
.case-head__header h1 {
    position: relative;
}
.case-head__header .achiv_tags {
    position: absolute;
    top: -100px;
    left: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.case-head__header .achiv_tags img {
    width: 100%;
    height: 100%;
}
@media (max-width: 568px) {
    .case-head__header .achiv_tags {
        top: -140px;
    }
    .case-head__header .achiv_tags .achiv_tag {
        width: 52px;
        height: 52px;
    }
}
.support-cases .home-slider__main .swiper {
    width: auto;
}
@media (min-width: 768px) {
    .home-hero canvas {
        width: 100% !important;
        height: 100% !important;
    }
}
@media (max-width: 568px) {
    .home-hero__bg {
        height: 150vw !important;
    }
    .home-hero canvas {
        width: 100vw !important;
        height: 100% !important;
    }
}
/* End */
/* /local/templates/main/assets/css/style.css?1772432544229416 */
/* /local/templates/main/assets/css/custom.css?17724335228516 */
