@font-face {
  font-family: 'Klein';
  src: url("../fonts/dehinted-Klein-Black.woff2") format("woff2"), url("../fonts/dehinted-Klein-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klein';
  src: url("../fonts/dehinted-Klein-Bold.woff2") format("woff2"), url("../fonts/dehinted-Klein-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klein';
  src: url("../fonts/dehinted-Klein-ExtraBold.woff2") format("woff2"), url("../fonts/dehinted-Klein-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klein';
  src: url("../fonts/dehinted-Klein-Regular.woff2") format("woff2"), url("../fonts/dehinted-Klein-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.text-focus-in {
  -webkit-animation: 0.8s text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: 0.8s text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.slide-top {
  -webkit-animation: 1.1s slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: 1.1s slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

.fade-in {
  -webkit-animation: fadeIn  0.4s forwards ease;
  animation: fadeIn  0.4s forwards ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn  0.5s forwards ease-in-out;
  animation: fadeIn  0.5s forwards ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

.scale-in-ver-top {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-elliptic-top-fwd {
  -webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

.slide-out-elliptic-top-bck {
  -webkit-animation: slide-out-elliptic-top-bck 0.7s ease-in both;
  animation: slide-out-elliptic-top-bck 0.7s ease-in both;
}

@-webkit-keyframes slide-out-elliptic-top-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes slide-out-elliptic-top-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

.fade-out {
  -webkit-animation: fade-out 2s ease-out;
  animation: fade-out 2s ease-out;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.we-doing-list__item-no-js{
    display:none;    
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.7s ease forwards;
  animation: fadeInDown 0.7s ease forwards;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.scale-in-center {
  -webkit-animation-name: scale-in-center;
  animation-name: scale-in-center;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 2s ease-out infinite;
  animation: wobble-hor-bottom 2s ease-out infinite;
}

@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
    transform: translateX(-10px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(5px) rotate(6deg);
    transform: translateX(5px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-8px) rotate(-3.6deg);
    transform: translateX(-8px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
    transform: translateX(-10px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(5px) rotate(6deg);
    transform: translateX(5px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-8px) rotate(-3.6deg);
    transform: translateX(-8px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.prev a {
    color: inherit;
    text-decoration: none;
}

.next a {
  color: inherit;
  text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*::before,
*::after {
  box-sizing: border-box;
}

.fixed {
  position: fixed !important;
}



.header-page__link {
  color: var(--fill-icon);
}



html {
  width: 100%;
  overflow-x:hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 150%;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  z-index: -999;
  top: 10px;
left: 7px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.container-fluid {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

.slider-portfolio,
.read-blog__slider {
  max-width: 100%;
}

.btn-main {
  padding: 20px;
  background-color: var(--accent-color);
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-family: 'Klein',sans-serif;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-main:hover {
  border: 1px solid var(--accent-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: var(--accent-color);
}

.row-slide {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.title-section {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  color: var(--color-title);
}

.title-section span {
  color: var(--accent-color);
}

::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
  background-color: var(--accent-color);
}

::-webkit-scrollbar-track {
  box-shadow: -7px 0px 46px 1px #c7c7c7;
  background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--accent-color);
}

::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-moz-selection {
  background-color: var(--accent-color);
  color: #fff;
}

::selection {
  background-color: var(--accent-color);
  color: #fff;
}

.btn-main-link {
  color: var(--accent-color);
  max-width: 100%;
  width: 288px;
  background-color: transparent;
}

.btn-main-link:hover {
  color: #fff;
  background-color: var(--accent-color);
}

.header-page__container,
.container-fluid-change-theme,
.header-page__bottom-line {
  max-width: 1820px !important;
}

.header-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 555;
  padding: 50px 0;
}


body{
    min-height:100vh;    
}
body.open-menu .header-page {
  box-shadow: none !important;
  background: transparent !important;
}

header.header-page-active .change-theme-check {
  opacity: 0;
  z-index: -122;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.open-menu .change-theme-check {
  opacity: 0;
  z-index: -122;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header-page__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-page__menu-block {
  margin-left: auto;
}

.menu-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.menu-block__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: var(--fill-icon);
  margin-right: 35px;
}

.ant {
  fill: var(--fill-icon);
}

.header-page__bottom-line {
  position: fixed;
  width: 100%;
  left: 50%;
  box-sizing:border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  z-index: 777;
}

.open-menu {
  margin-right: 10px !important;
}

.ioi {
  overflow: hidden;
  margin-right: 10px;
  width: 100%;
}

.offer {
  min-height: calc(100vh - 90px);
  padding-top: 1px;
  position: relative;
  margin-top: 80px;
}

.offer__container {
  min-height: calc(100vh - 90px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.offer__text {
  font-style: normal;
  font-weight: 900;
  font-size: 293px;
  line-height: 379px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-shadow: 0px 0px 0px rgba(0, 8, 84, 0.1);
  transition: text-shadow 0.5s ease-in-out;
}

body.dark .offer__text {
  color: #141417;
  text-shadow: 0px 24px 24px rgba(0, 0, 0, 0.3);
}

.offer__title {
  color: var(--accent-color);
  font-family: 'Klein',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.05em;
}

.offer__title--word {
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-title);
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.offer__information {
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  position: absolute;
  bottom: 10%;
  right: 0;
  max-width: 650px;
}

/* button menu  */

.menu-open {
  width: 56px;
  height: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  outline-color: transparent;
  position: relative;
  z-index: 400;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.menu-open:hover .menu-open__line {
  background: var(--accent-color);
}

.menu-open:focus {
  outline: none;
}

.menu-open.is-active .menu-open__line:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-open.is-active .menu-open__line {
  background-color: var(--accent-color);
}

.menu-open.is-active .menu-open__line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  width: 56px;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-open.is-active .menu-open__line:first-child {
  -webkit-transform: translateY(14px) rotate(45deg);
  -ms-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
}

.menu-open__line {
  display: block;
  width: 56px;
  height: 2px;
  background-color: var(--fill-icon);
  border-radius: 8px;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-open__line:nth-child(2) {
  width: 43px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.menu-open__line:nth-child(3) {
  width: 50px;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* button menu  end*/

.list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.list-social__item:not(:last-child) {
  margin-right: 30px;
}

.list-social__icon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.list-social__item a:hover .list-social__icon {
  fill: var(--accent-color);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.site-mode {
    opacity:0;

  -webkit-animation-duration: 6s;
            animation-duration: 6s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  -webkit-animation-name: fadeInTheme;
   animation-name: fadeInTheme;
}

.container-fluid-change-theme {
  position: fixed;
  top: 50%;
  right:-70px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:22;
}

@media(min-width:1680px){
     .container-fluid-change-theme{
         padding-right:37px;    
     }   
}

.site-mode {
  margin-right: 0;
}

.site-mode__btn {
  cursor: pointer;
  font-family: 'Klein',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: var(--color-text);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
}

.site-mode__btn:focus {
  outline: none;
  color: var(--accent-color);
}

.site-mode__title {
  -webkit-transform: rotate(-90deg) translateX(-111px) translateY(-10px);
  -ms-transform: rotate(-90deg) translateX(-111px) translateY(-10px);
  transform: rotate(-90deg) translateX(-111px) translateY(-10px);
  display: inline-block;
  width: 0;
  white-space: nowrap;
}

.site-mode__icon {
  margin-right: 30px;
}


input.change-theme-check[type="checkbox"] {
  width: 50px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #131316;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

input.change-theme-check[type="checkbox"].is-active {
  background: #fff;
}

input.change-theme-check[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input.change-theme-check.is-active::before {
  left: 30px;
  background: #131316;
}

.col-checkbox-theme {
  display: none;
}

#cursor {
  border: 1px solid var(--color-text);
  border-radius: 100%;
  padding: 4px;
  position: absolute;
  z-index: 700;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: none;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}

#cursor.is-active {
  display: -webkit-box;
  display: flex;
  left: 0;
  top: 0;
}

#cursor.is-scale {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--color-bg);
  background-image: var(--bg-img-menu);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.menu.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list__item a {
  text-decoration: none;
  color: var(--color-title);
  font-size: 55px;
  text-align: center;
  font-family: 'Klein',sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.menu-list__item a span {
  color: var(--accent-color);
}

.menu li a:hover #cursor {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-list__item {
  overflow: hidden;
}

.menu-list__item a {
  display: block;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.menu.is-active .menu-list__item a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.menu.is-active .menu-list__item:nth-child(2) a {
  -webkit-transition: 1s all 0.1s ease;
  transition: 1s all 0.1s ease;
}

.menu.is-active .menu-list__item:nth-child(3) a {
  -webkit-transition: 1s all 0.2s ease;
  transition: 1s all 0.2s ease;
}

.menu.is-active .menu-list__item:nth-child(4) a {
  -webkit-transition: 1s all 0.3s ease;
  transition: 1s all 0.3s ease;
}

.menu.is-active .menu-list__item:nth-child(5) a {
  -webkit-transition: 1s all 0.4s ease;
  transition: 1s all 0.4s ease;
}

.menu.is-active .menu-list__item:nth-child(6) a {
  -webkit-transition: 1s all 0.5s ease;
  transition: 1s all 0.5s ease;
}

.menu.is-active .menu-list__item:nth-child(7) a {
  -webkit-transition: 1s all 0.6s ease;
  transition: 1s all 0.6s ease;
}

.portfolio-main {
  margin-top: 200px;
}

.slider-portfolio {
  position: relative;
}

.swiper-container {
  width: 100%;
}

.slide-porfolio__info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
  min-height: 400px;
}

.slide-porfolio__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66667% - 30px);
  min-height: 400px;
}

.slide-porfolio__logo-box {
  width: 200px;
  height: 100px;
}

.slide-porfolio__logo-box img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: left;
  object-position: left;
}

.slide-porfolio__short-description {
  line-height: 150%;
  margin: 40px 0 15px;
}

.slide-porfolio__link {
  color: var(--accent-color);
  letter-spacing: 0.1em;
}

.slide-porfolio__link:hover {
  text-decoration: underline;
  color: var(--accent-color);
}

.slide-porfolio__img {
  position: relative;
  margin-top: 40px;
}

.slide-porfolio__see-gadjet {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s -webkit-transform 0.3s ease;
  transition: 0.8s -webkit-transform 0.3s ease;
  transition: 0.8s transform 0.3s ease;
  transition: 0.8s transform 0.3s ease, 0.8s -webkit-transform 0.3s ease;
}

.slider-portfolio__slide.swiper-slide-active .slide-porfolio__see-gadjet {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s -webkit-transform 0.3s ease;
  transition: 0.8s -webkit-transform 0.3s ease;
  transition: 0.8s transform 0.3s ease;
  transition: 0.8s transform 0.3s ease, 0.8s -webkit-transform 0.3s ease;
}

.slide-porfolio__background {
  position: absolute;
  top: -147px;
  right: -47.8%;
  z-index: -1;
  max-width: 990px;
  max-height: 563px;
}

.swiper-pagination-main {
  margin: 0 15px;
}

.pogination-wrapper {
  display: -webkit-box;
  display: flex;
}

.slider-portfolio__btn {
  display: block;
  cursor: pointer;
}

.slider-portfolio_nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  position: relative;
  z-index: 300;
}

.slider-portfolio_nav button:focus {
  outline: none;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto !important;
}

.slider-portfolio__info-slides .swiper-pagination-current {
  color: var(--color-title);
  font-size: 24px;
}

.slider-portfolio__info-slides .swiper-pagination-total {
  color: var(--color-title);
  font-size: 16px;
}

.slider-portfolio__info-slides {
  width: 60px !important;
  text-align: center;
}

.steps {
  margin-top: 100px;
}

.steps__title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  margin: 0 0 10px;
}

.steps__title span:first-child {
  color: var(--color-title-steps-one);
}

.steps__title span:nth-child(2) {
  color: var(--color-title-steps-two);
}

.steps__title span:last-child {
  color: var(--accent-color);
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.steps-list__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(45% - 30px);
  margin-top: 80px;
}

.steps-list__item:nth-child(odd) {
  margin-right: calc(8.33333% + 15px);
}

.steps-list__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.steps-list__title {
  color: var(--color-title);
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}

.steps-list__icon {
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.steps-list__icon.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.steps-list__text {
  margin: 20px 0 0;
  line-height: 150%;
}

.steps-list__item a{
  color: var(--accent-color);
}

.steps__link {
  letter-spacing: 0.1em;
}

.leave-request {
  display: block;
  margin: 85px  0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.read-blog {
  margin-top: 100px;
  padding-bottom: 100px;
}

.read-blog__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.read-blog__slider {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66667% - 30px);
  overflow-x: hidden;
  position: relative;
  background-color: var(--background-slide);
  box-shadow: 0px 24px 24px rgba(0, 8, 84, 0.1);
}

.play-showreeal {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.play-showreeal__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.october-logo {
  position: absolute;
  bottom: -48px;
  right: 0%;
}

.october-logo {
  fill: var(--fill-icon-october);
}

.read-post {
  display: block;
  padding: 70px 50px 100px 80px;
  position: relative;
  overflow: hidden;
  height:280px;
  /* box-sizing:border-box; */
}

.read-post__link {
  background-color: transparent;
  color: #DB6A26;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  text-align: center;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  width: 20px;
}

.read-post__link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--accent-color);
  color: #fff;
}

.read-post__title {
  margin: 0 0 40px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-title);
}

.read-post p {
  line-height: 150%;
}

.read-blog-slider_nav {
  position: absolute;
  bottom: 29px;
  left: 70px;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.read-blog-slider_nav button {
  cursor: pointer;
}

.read-blog__next,
.read-blog__prev {
  outline: none;
}

.read-blog-slider_nav__info-slides {
  width: 60px !important;
  text-align: center;
}

.read-blog-slider_nav__info-slides .swiper-pagination-current {
  font-size: 24px;
  color: var(--color-title);
}

.read-blog-slider_nav__info-slides .swiper-pagination-total {
  font-size: 16px;
  color: var(--color-title);
}

.read-blog-slider_nav__info-slides button:focus {
  outline: none;
}

.work-us__title {
  color: var(--color-title);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.1rem;
  margin-bottom: 80px;
  margin-top: 100px;
}

.work-us__title span {
  color: var(--accent-color);
}

.work .work__link {
  display: block;
  position: relative;
}

.work .work__link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--color-bg);
}

.work .work__link.see-work:after {
  height: 0%;
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(2) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(3) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(4) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(5) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(6) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(7) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(8) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(9) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work:nth-child(10) .work__link.see-work:after {
  -webkit-transition: height 1.2s ease;
  transition: height 1.2s ease;
}

.work-us-list__item p {
  line-height: 150%;
}

.work-us-list__item a {
  color: var(--accent-color);
}

.work-us-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.work-us-list__item:first-child {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(34.16667% - 30px);
}

.work-us-list__item:first-child .work-us-list__title {
  max-width: 200px;
}

.work-us-list__item:nth-child(2) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}

.work-us-list__item:last-child {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.work-us-list__title {
  color: var(--color-title);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.work-us-list__title span {
  color: var(--accent-color);
}

.we-doing-list__link:hover {
  text-decoration: none;
}

.work-us__btn {
  text-align: center;
  display: block;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.we-doing {
  margin-top: 100px;
}

.we-doing__title {
  margin-bottom: 0;
}

.we-doing__row {
  -webkit-box-align: center;
  align-items: center;
}

.we-doing-list {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.we-doing-list__item:not(:last-child) {
  margin-bottom: 35px;
}

.we-doing-list__link {
  color: var(--color-title);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.we-doing-list__link:hover {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.we-doing-list__arrow {
  display: none;
}

.we-doing-list__item.is-active .we-doing-list__arrow {
  display: inline-block;
}

.we-doing-list__item.is-active .we-doing-list__link {
  color: var(--accent-color);
}

.we-doing-content-wrap {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66667% - 30px);
}

.we-doing-list--tablet{
    display:none;    
}


@media(max-width:1360px){
    .october-logo svg{
        max-width:100%;
        height:auto;
    }  
    .october-logo{
        /* bottom: 0!important; */
        margin-bottom: 20px;
        right: 0!important;
    }
}


@media(max-width:1200px){
    .october-logo{
        /* bottom: 0!important; */
        margin-bottom: 20px;
        right: 0!important;
    }
    
    .october-logo svg{
        max-width:100%;
        height:auto;
    }    
}
@media(max-width:992px){
    
    .october-logo{
        /* bottom: 0!important; */
        bottom: 0!important;
        margin-bottom: 20px;
        right: 0!important;
    }
    .we-doing-content-wrap{
        display:none;
    }
    
    .we-doing__container{
        text-align: center;    
    }
    
    
    .we-doing-list{
        flex-direction:column;    
    }
    
    .we-doing-list__item-js{
        display:none;    
    }
    
    .we-doing-list--tablet{
        display:flex;    
    }
    
    .we-doing-list{
          align-items: center;  
    }
    
    .we-doing-list--tablet li:not(:last-child) {
        margin-bottom: 35px;
    }
    
    .read-blog__slider {
        display: none;    
    }
    
}

.we-doing-content {
  padding: 70px 50px 30px 80px;
  position: relative;
  background-color: var(--background-slide);
  box-shadow: 0px 24px 24px rgba(0, 8, 84, 0.1);
  min-height: 432px;
  box-sizing: border-box;
}

.we-doing-content p {
  line-height: 150%;
  max-width: 585px;
}

.we-doing-content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-title);
}

.we-doing-content__more {
  color: var(--accent-color);
  display: block;
  text-align: right;
  margin-top: 40px;
  margin-left: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.we-doing-content__more:hover {
  color: var(--color-text);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.interesting {
  margin-top: 100px;
}

.interesting__row {
  min-height: 294px;
}

.short-blog-post {
  text-decoration: none;
}

.short-blog-post__img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

.short-blog-post__date {
  color: var(--color-date);
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  display: block;
  margin: 18px 0 11px;
}

.short-blog-post__text {
  margin: 0;
  line-height: 21px;
  color: var(--color-text);
}

.short-blog-post,
.short-blog-post:hover {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.short-blog-post:hover .short-blog-post__text {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.short-blog-post--small {
  width: calc(100% / 12 * 3 - 30px);
  margin-top: 40px;
}

.short-blog-post--small .short-blog-post__img {
  height: 164px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.interesting__title {
  margin-bottom: 40px;
}

.short-blog-post:hover .short-blog-post__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.interesting__go_to_blog {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.callback {
  margin-top: 100px;
}

.callback__row {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.callback__info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(35.83333% - 30px);
}

.callback__info p {
  line-height: 150%;
}

.callback__col-form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.33333% - 30px);
}

.callback-form__fields-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-field {
  border: none;
  border-bottom: 1px solid var(--color-form);
  padding-bottom: 11px;
  width: 100%;
  font-family: 'Klein',sans-serif;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background-color: transparent;
  color: var(--color-text);
}

.form-field:focus {
  outline: none;
  border-bottom: 1px solid var(--accent-color);
}

.form-field:focus::-webkit-input-placeholder {
  color: var(--accent-color);
}

.form-field:focus::-moz-placeholder {
  color: var(--accent-color);
}

.fields-list__item {
  margin-bottom: 35px;
}

.fields-list__item:last-child {
  margin-top: 50px;
  margin-bottom: 0px;
}

.fields-list__item--two {
  display: -webkit-box;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.fields-list__item--two p {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.chek {
  padding-left: 20px;
  cursor: pointer;
}

.check-wrap {
  position: relative;
}

.chek input[type="checkbox"] + .checkbox-indictor {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-form);
  box-sizing: border-box;
  border-radius: 2px;
}

.chek input[type="checkbox"]:focus + .checkbox-indictor {
  outline: thin dotted;
  outline: none;
}

.chek input[type="checkbox"]:checked + .checkbox-indictor::before,
.chek input[type="checkbox"]:checked + .checkbox-indictor::after {
  content: '';
  position: absolute;
  background-color: var(--accent-color);
}

.chek input[type="checkbox"]:checked + .checkbox-indictor::before {
  top: 2px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  left: 3px;
  width: 11px;
  height: 1px;
  box-shadow: 0 0 0 1px var(--color-bg);
}

.chek input[type="checkbox"]:checked + .checkbox-indictor::after {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 5px;
  height: 1px;
  top: 5px;
  left: 1px;
}

.callback-form__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.chek__text {
  max-width: 190px;
  display: inline-block;
  color: var(--color-form);
  font-family: 'Klein',sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
}

.chek__text a {
  color: var(--color-form);
}

.callback-form__btn {
  max-width: 100%;
  width: 288px;
}

.political-info {
  position: relative;
  z-index: 12;
}

.political-info:hover {
  cursor: help;
}

.footer-page {
  margin-top: 60px;
  padding-bottom: 30px;
  min-height: 65px;
}

.footer-page__row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer-page__info-company {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.footer-page__contact-company {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(40% - 30px);
  /* width: calc(16.66667% - 30px); */
  text-align: right;
}

.list-data-company {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-data-company li {
  color: var(--color-footer);
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

.footer-page__contact-company a {
  color: var(--color-footer);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}
.footer-page__contact-company p {
  color: var(--color-footer);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.footer-page__contact-company a:hover {
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

.popup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
}

.popup__content {
  background-color: var(--color-bg);
  padding: 33px 33px 60px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}


.popup__conten--video{
    max-width:1200px;
    padding:0;
    line-height:0;
}


.popup__conten--video video{
    max-width:100%;    
}

.popup.is-active .popup__content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.popup__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}

.btn-close {
  position: relative;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  outline: none;
  z-index: 100;
}

.btn-close:hover,
.btn-close:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  outline: none;
}

.btn-close:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  outline: none;
}

.btn-close::before,
.btn-close::after {
  content: '';
  background: #d2d2d2;
  height: 20px;
  width: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.popup__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup__content__title {
  margin-bottom: 40px;
}

.inner-page__container {
  position: relative;
}

.inner-page__block {
  width: calc(58.33333% - 30px);
  margin-bottom: 40px;
  margin-top: 38px;
  overflow: hidden;
}

.inner-page__title {
  margin: 0 0 36px 0;
  padding-left: 22px;
  position: relative;
}

.inner-page__title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.inner-page__description {
  margin: 0;
}

.title-page {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.04em;
  color: var(--color-title);
}

.inner-page__date {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: var(--color-form);
/*   position: absolute;
top: 120px;
right: 0; */
}

.wrappers{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.inner-page__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
}



.inner-page__images {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(91.66667% - 30px);
}

.inner-page__dialog {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.33333% - 30px);
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.inner-page__images img {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.inner-page__row video, iframe{

    outline: none;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.btn-dialog {
  cursor: pointer;
}

.inner-page__link {
  display: block;
  margin: 100px auto 65px;
  text-align: center;
}

.inner-page__nav {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.inner-page__nav .next {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-nav-next);
}

.inner-page__nav .next span {
  margin-right: 10px;
}

.inner-page__nav .prev {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-nav-prev);
}

.inner-page__nav .prev span {
  margin-left: 10px;
}

.work__short-description {
  padding: 30px 20px 23px;
  margin: 0;
}

.work__see-work {
  padding-left: 20px;
  color: var(--accent-color);
}


.grid-service{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right: -15px;
}



.grid-item {
  width: calc(100% / 12 * 4.1 - 30px);
  margin-bottom: 30px;
}

.grid-service .grid-item {
    margin-left:15px;
    margin-right: 15px;
    width: calc(100% / 12 * 4 - 30px);
}



@media(max-width:768px){
    .grid-service .grid-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% / 12 * 6 - 30px);
    }    
}



@media(max-width:576px){
    .grid-service .grid-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% / 12 * 12 - 30px);
    }    
}


.row__blog {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top:125px;
}

.col-blog {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66667% - 30px);
}

.navigation-blog {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.popular-post__link {
  display: block;
}

.popular-post__box {
  height: 468px;
  position: relative;
}

.popular-post__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popular-post__title {
  margin: 0;
  padding: 40px 54px 40px 20px;
  background: rgba(38, 43, 69, 0.7);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 570px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.popular-post__date-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.popular-post__date {
  vertical-align: middle;
  color: var(--color-date);
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
}

.popular-post__category-link {
  vertical-align: middle;
  color: var(--color-date);
  font-size: 10px;
  line-height: 13px;
  text-decoration: none;
}

.popular-post__category-link:hover {
  color: var(--accent-color);
}

.popular-post__tags a {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: var(--accent-color);
  text-decoration: none;
}

.popular-post__comment-quantity {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: var(--color-date);
}

.popular-post__info {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
}

.short-post-main {
  margin-top: 50px;
}

.short-post-main .short-blog-post {
  margin-bottom: 30px;
  width: calc(50% - 30px);
}

.short-post-main .short-blog-post img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popular-post__see-more {
  display: block;
  margin-top: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.widget {
  margin-bottom: 80px;
  overflow: hidden;
}

.widget__title {
  position: relative;
  color: var(--color-title);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  padding-left: 20px;
  margin: 0 0 22px 0;
}

.widget__title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.widget__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget__link-list li {
  margin-bottom: 20px;
}

.widget__link-list li a {
  color: var(--color-text);
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget__link-list li a:hover {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget__tags-list {
  margin: 0 -10px 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-size: 100%;
}

.widget__tags-list:after {
  content: " ";
  display: table;
  clear: both;
}

.widget__tags-list li {
  display: inline-block;
  float: left;
  padding: 6px 10px;
}

.widget__tags-list li a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  color: var(--color-date);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget__tags-list li a:hover {
  color: var(--accent-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget-btn {
  max-width: 370px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  fill: #fff;
}

.widget-btn svg {
  fill: #fff;
}

.widget-btn:hover svg {
  fill: var(--accent-color);
}

.content-post {
  margin-top: 48px;
}

.content-post iframe {
  width: 100%;
  height: 433px;
}

.post-share {

  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid rgba(203, 203, 203, 0.5);
}

.social-share {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.social-share li {
  margin-left: 8px;
  margin-right: 8px;
}

.inner-page .header-page__bottom-line {
  display: none;
}

.open-menu .inner-page .header-page__bottom-line {
  display: -webkit-box;
  display: flex;
  
}

/* expoler style  */

.work__more {
  width: 288px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  display: block;
}

@media (min-width: 1200px) {
  body.open-menu .header-page__link,
  body.open-menu .ant,
  body.open-menu .menu-block__title,
  body.open-menu .list-social__item,
  body.open-menu .menu-block__btn,
  body.open-menu .header-page__menu-block,
  body.open-menu .header-page,
  body.open-menu .header-page__list-social,
  body.open-menu .list-social__item a,
  .menu,
  .menu-list a {
    cursor: none;
  }
}

@media (max-width: 1680px) {
  /* .header-page__bottom-line svg {
    padding: 0 15px;
  }
   */
  .header-page__bottom-line ul {
    /* padding: 0 15px; */
  }

  #btn-change-theme {
    padding-right: 13px;
  }
}

@media (max-width: 1500px) {
  .inner-page {
    margin-top: 120px;
  }
}

@media (max-width: 1400px) {
  .header-page-active {
    box-shadow: var(--box-shadow-header-stiky);
    padding: 25px 0;
    background: var(--color-bg);
    z-index: 1000;
  }

  .header-page-no-active {
    box-shadow: none;
    padding: 50px 0;
    background: transparent;
    z-index: 1000;
  }

  .container-fluid-change-theme {
    position: absolute;
  }

  .header-page__bottom-line {
    position: absolute;
  }

  .header-page {
    padding: 25px 0;
  }
}

@media (max-width: 1330px) {
  .site-mode__icon {
    display: none !important;
  }
  
  .container-fluid-change-theme{
      right:-40px
  }
}

@media (max-width: 1250px) {
  .site-mode__title {
    display: none;
  }

  .col-checkbox-theme {
    display: block;
    margin-left: auto;
  }

  .menu-block {
    margin-left: 15px;
  }

  .offer__text {
    font-size: 210px;
  }

  .inner-page__date {
    right: 15px;
  }
}

@media (max-width: 1200px) {
  #cursor {
    display: none !important;
  }

  .offer__information {
    right: 55px;
    max-width: 550px;
  }

  .container-fluid-change-theme {
    z-index: 100;
  }

  .steps-list__title {
    font-size: 22px;
  }

  .footer-page__contact-company {
    width: calc(40% - 30px);
    /* width: calc(30% - 30px); */
  }

  html {
    overflow-x: hidden;
  }

  .inner-page__dialog {
    display: none;
  }

  .inner-page__images {
    width: calc(100% - 30px);
  }
}

@media (max-width: 1150px) {
  .read-blog__slider {
    width: calc(80% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .october-logo {
    position: relative;
    bottom: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin: 0px auto 0;
  }

  .play-showreeal {
    width: calc(100% - 30px);
    text-align: center;
    margin-top: 70px;
  }
}

@media (max-width: 1020px) {
  .row-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
  }

  .slide-porfolio__background {
    display: none;
  }

  .slider-portfolio_nav {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .slide-porfolio__info {
    width: calc(80% - 30px);
    min-height: 301px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  .slide-porfolio__logo-box img {
    -o-object-position: center;
    object-position: center;
  }

  .portfolio-main {
    margin-top: 100px;
  }

  .slide-porfolio__img {
    text-align: center;
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .slide-porfolio__short-description {
    text-align: center;
  }

  .read-blog__slider {
    width: calc(95% - 30px);
  }

  .list-social__item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .grid-item {
    width: calc(100% / 12 * 6 - 30px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .grid-item p {
    max-width: 380px;
    padding-right: 0;
    padding-left: 0;
  }

  .grid-item a {
    padding: 0;
  }

  .col-blog {
    width: calc(100% - 30px);
  }

  .navigation-blog {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(100% - 30px);
    margin-top: 70px;
  }

  .widget {
    width: calc(100% / 12 * 6 - 30px);
    max-width: 400px;
    text-align: center;
  }

  .widget-btn {
    width: 288px;
    max-width: 100%;
  }

  .widget__title {
    display: inline-block;
  }

  .offer__information {
    position: relative;
  }

  .offer__text {
    font-size: 150px;
  }

  .offer__container {
    flex-wrap: wrap;
  }

  .offer__information {
    right: 0;
    bottom: 0;
  }

  .offer__container {
    min-height: 520px;
    margin-top: 120px;
  }

  .offer__text {
    top: auto;
    bottom: -58%;
  }

  .work-us-list__item {
    width: calc(100% - 30px) !important;
    margin-bottom: 40px;
  }

  .work-us-list__item:first-child .work-us-list__title {
    max-width: 100%;
  }

  .work-us__btn {
    margin-top: 30px;
  }

  .october-logo {
    width: 80%;
  }

  .work-us__title {
    margin-top: 45px;
  }

  .steps-list__item {
    width: calc(100% - 30px);
  }

  .we-doing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .we-doing-list {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }

  .we-doing-list__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .we-doing-list__item.is-active .we-doing-list__arrow {
    display: none;
  }

  .we-doing-content-wrap {
    width: calc(100% - 30px);
    margin-top: 40px;
  }

  .short-blog-post--small {
    width: calc(100% / 12 * 6 - 30px);
  }

  .short-blog-post--small .short-blog-post__img {
    height: 230px;
  }

  .callback__col-form,
  .callback__info {
    width: calc(100% - 30px);
  }

  .callback__col-form {
    margin-top: 40px;
  }

  .slide-porfolio__img {
    min-height: auto;
  }

  .inner-page__nav {
    font-size: 20px;
  }

  .october-logo svg {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .popular-post__box {
    height: 350px;
  }
  
  .read-post{
     height: auto;
  }

  .widget {
    width: calc(100% / 12 * 12 - 30px);
  }

  .short-post-main {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .short-post-main .short-blog-post {
    flex-basis: 350px;
  }

  .popular-post__title {
    padding: 25px 54px 25px 20px;
    font-size: 23px;
    line-height: 34px;
  }

  .offer__information {
    padding-right: 35px;
  }

  .we-doing-content {
    padding-top: 10px;
  }

  .read-post {
    padding-top: 20px;
  }

  .footer-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-page__contact-company {
    width: calc(100% - 30px);
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-page__contact-company a {
    display: block;
    margin-bottom: 5px;
  }

  .footer-page__info-company {
    width: calc(100% - 30px);
  }

  .offer__text {
    font-size: 140px;
  }

  .inner-page__block {
    width: calc(100% - 30px);
  }

  .inner-page__date {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    right: 0;
    margin-bottom: 25px;
  }

  .inner-page__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }

  .inner-page__nav > div {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-page__nav svg {
    display: none;
  }
}

@media (max-width: 758px) {
  .content-post iframe {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .offer__text {
    font-size: 80px;
  }
}

@media (max-width: 440px) {
    .menu-list__item a{
      font-size: 40px; 
    }
    
    .title-page {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
  .menu-block__title {
    display: none;
  }

  .grid-item {
    width: calc(100% / 12 * 12);
  }

  .popular-post__box {
    height: 300px;
  }

  .popular-post__info {
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .popular-post__info div {
    margin-left: 15px;
    margin-right: 15px;
  }

  .post-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .social-share {
    margin-top: 20px;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .social-share li {
    margin-bottom: 10px;
  }

  .fields-list__item--two {
    flex-wrap: wrap;
  }

  .popup__content {
    margin: 0 15px;
  }

  .site-mode__icon {
    display: none;
  }

  html {
    overflow-x: hidden;
  }

  .offer__information {
    margin-top: 100px;
  }

  .offer__container {
    margin-top: 0px;
  }

  .slide-porfolio__info {
    width: calc(100% - 30px);
  }

  .slider-portfolio_nav {
    margin-top: 30px;
  }

  .read-post__link {
    top: 0%;
    left: 0px;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0;
  }

  .read-post__link:hover {
    background-color: transparent;
    color: var(--accent-color);
  }

  .we-doing-content__more {
    text-align: left;
    margin-bottom: 20px;
  }

  .read-post {
    display: block;
    padding: 35px 15px 100px 15px;
    padding-top: 36px;
  }

  .read-blog__slider {
    width: calc(100% - 30px);
  }

  .we-doing-content {
    padding: 70px 15px 30px 15px;
    padding-top: 20px;
  }

  .short-blog-post--small {
    width: calc(100% / 12 * 12 - 30px);
  }

  .callback-form__footer {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .check-wrap {
    margin-bottom: 20px;
  }

  .menu-block__title {
    margin-right: 15px;
  }

  .leave-request {
    margin: 30px 0;
  }

  .read-blog {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .work-us__title {
    margin-bottom: 30px;
  }

  .steps-list__item {
    margin-top: 50px;
  }

  .steps-list {
    margin-top: -30px;
  }

  .btn-main-link {
    color: #fff;
    background-color: var(--accent-color);
  }

  .october-logo {
    margin-top: 20px;
  }

  .fields-list__item {
    margin-bottom: 20px;
  }
}

@media (max-height: 680px) and (max-width: 576px) {
  .offer__text {
    display: none;
  }
}

@media (max-width: 380px) {
  .callback-form__btn {
    width: 220px;
  }

  .btn-main-link {
    width: 230px;
  }
}

@media screen and (max-width: 380px) and (min-color-index: 1) and (-webkit-min-device-pixel-ratio: 1) {
  .read-post__link {
    left: 0px;
  }
}

@media screen and (min-color-index: 1) and (-webkit-min-device-pixel-ratio: 1) {
  .read-post__link {
    left: -40px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .read-post__link {
      left: -40px;
    }
}
}


@-webkit-keyframes fadeInTheme {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
        
         
@keyframes fadeInTheme  {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.hidden{
    visibility: hidden;   
}


.fixed-top{
    max-width: 1180px;
    width: 100%;
    position:fixed;
    text-align:right;
}


.row-in-contact{
    display:flex;
    margin-left: -15px;
    margin-right: -15px;
}

.col-in-contact{
    margin-left: 15px;
    margin-right: 15px;
}

.col-in-contact--left {
    width:calc(100% / 12 * 5 - 30px);
}

.col-in-contact--position {
    width:calc(100% / 12 * 7 - 30px);
}

.col-in-contact--position {
    position:relative;
    padding-bottom: 35.6%;
}

#map {
    top:0;
    left:0;
    position:absolute;
    height: 100%;
    width:100%;
}


.map-tell {
    display: inline-block;
    margin: 9px 0;
    font-weight: 700;
    color:var(--accent-color);
}

.col-in-contact svg path{
    fill: var(--color-bg-letter);
}

.col-in-contact svg{
    max-width:100%;    
}


.contact-list-social{
    display:flex;
    list-style:none;
    margin:0;
    padding:0;
    margin-left: -15px;
    margin-right: -15px;
}

.contact-list-social li {
    cursor:pointer;
    margin-left: 15px;
    margin-right: 15px; 
}

.contact-list-social a{
    cursor:pointer;
}


.inner-page-error{
    position:relative;
    min-height:calc(100vh - 220px);
}

.inner-page-error h2{
    font-style: normal;
    font-weight: 900;
    font-size: 293px;
    line-height: 379px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: var(--color-big-text);
    text-shadow: var(--shadow-big-text);
    margin:0;
    position:relative;
}


.wrapper-error-title{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.stishok{
    position:absolute;    
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    max-width:225px;
    left:100px;
    top:-30px; 
}

.wrapper-p{
    position:absolute;
   /*  bottom:-140px; */
    width: 100%;
    text-align:center;
}
.wrapper-p p  a{
      color: var(--accent-color);
}


.error-page-p{
    color:var(--color-title);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin:0;
    margin-bottom:12px;
}


.error-page-p-two{
    color:var(--color-title);
    font-style: normal;
    font-weight: 350;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
    margin:0;
}

.antss{
   position: absolute;
    left: 48%;
    top: 44%;
    transform: translate(-50%, -50%);

}

@media(max-width:1400px){
    .inner-page-error h2{
        font-size: 200px;
        line-height: 281px;
    }
    
    .inner-page-error{
        margin-top: 50px;    
    }
    
    .antss{
        width: 55px;    
    }
    
    .stishok{
        left:65px;    
    }
}

@media(max-width:900px){
    .row-in-contact{
        flex-direction:column;
    }
    
    .col-in-contact {
        width: calc(100% / 12 * 12 - 30px);
    }
    
    .col-in-contact:not(:first-child){
        margin-top:130px;    
    }
    
     .col-in-contact--position {
        padding-bottom: 55.6%;
    }
}

@media(max-width:576px){
    .contact-list-social{
        flex-wrap:wrap; 
        justify-content:center;
    }
    .contact-list-social li{
        flex-shrink:0;
        margin-bottom:15px;
    }
    
     .col-in-contact:not(:first-child){
        margin-top:60px;    
    }
    
    .error-page-p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .error-page-p-two {
        font-size: 20px;
        line-height: 26px;
    }
    
    .inner-page-error h2 {
        font-size: 150px;
        line-height: 201px;
        margin-top: 40px;
    }
    
    .post-share span:first-child{
         width: 100%;
        text-align: center;
        margin-bottom: 20px;  
    }
    
    .post-share{
        display:flex;
        justify-content:center;
        flex-direction:row;
        flex-wrap:wrap;
    }
}

@media(max-width:350px){
    .inner-page-error h2 {
        font-size: 120px;
        line-height: 201px;
        margin-top: 50px;
    }
    

    
    .antss {
        width: 45px;
        left:46%;
    }
    
    .stishok {
        left: 38px;
        top:-11px;
    }
}

.wrapper-politic{
    margin-top: 140px;    
}


.richi li{
    margin-block-start: 1em; 
    margin-block-end: 1em;
}


