@font-face {
  font-family: FontLight;
  src: url("../../fonts/Inter-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontLightItalic;
  src: url("../../fonts/Inter-LightItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMediumItalic;
  src: url("../../fonts/Inter-MediumItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegularAdditional;
  src: url("../../fonts/Barlow-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBoldAdditional;
  src: url("../../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-display: block;
}
.font-light {
  font-family: FontLight;
}

.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

.font-light-italic {
  font-family: FontLightItalic;
}

.font-medium-italic {
  font-family: FontMediumItalic;
}

.font-regular-additional {
  font-family: FontRegularAdditional;
}

.font-semi-bold-additional {
  font-family: FontSemiBoldAdditional;
}

strong, b {
  font-family: FontMedium;
}

i, em {
  font-family: FontLightItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontMediumItalic;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #000;
}

.default-color {
  color: #E2000B;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #E2000B;
}

.default-hover {
  color: #000;
}
.default-hover:hover {
  color: #E2000B;
}

.default-link {
  position: relative;
  color: #E2000B;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #E2000B;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #E2000B;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.5);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.no-select {
  user-select: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.clear-both {
  clear: both !important;
}

.no-wrap-text {
  white-space: nowrap !important;
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(122px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(79px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontLight;
  color: #000;
  font-size: 16px;
  padding-top: 122px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #E2000B;
}

.default-page-height {
  min-height: calc(100vh - 122px);
}

.default-text {
  font-size: 16px;
  line-height: 30px;
}

.simple-text-12 {
  font-size: 12px;
  line-height: 15px;
}

.simple-text-14 {
  font-size: 14px;
  line-height: 17px;
}

.simple-text-16 {
  font-size: 16px;
  line-height: 19px;
}

.simple-text-18 {
  font-size: 18px;
  line-height: 22px;
}

.simple-text-20 {
  font-size: 20px;
  line-height: 24px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1564px;
}

.common-title {
  font-family: FontMedium;
  text-transform: uppercase;
}

.main-title {
  font-family: FontMedium;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 0;
}

.default-wrapper-padding {
  padding: 96px 0;
}

.default-wrapper-margin {
  margin: 96px 0;
}

.default-wrapper-padding-smaller {
  padding: 64px 0;
}

.default-wrapper-margin-smaller {
  margin: 64px 0;
}

.default-button {
  border: none;
  display: inline-block;
  padding: 19.5px 36px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-family: FontRegular;
  white-space: nowrap;
  position: relative;
  border-radius: 100px;
  text-transform: uppercase;
}

.default-button-simple {
  color: #fff !important;
  background-color: #000 !important;
}
.default-button-simple:hover {
  color: #fff !important;
  background-color: #E2000B !important;
}

.default-button-reversed {
  color: #000 !important;
  background-color: #fff !important;
}
.default-button-reversed:hover {
  color: #fff !important;
  background-color: #E2000B !important;
}

.default-button-transparent {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.default-button-transparent:hover {
  color: #000 !important;
  background-color: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media screen and (max-width: 1680px) {
  .default-wrapper-padding {
    padding: 64px 0;
  }
  .default-wrapper-margin {
    margin: 64px 0;
  }
}
@media screen and (max-width: 1280px) {
  .default-wrapper-padding, .default-wrapper-padding-smaller {
    padding: 48px 0;
  }
  .default-wrapper-margin, .default-wrapper-margin-smaller {
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 79px;
  }
  .default-page-height {
    min-height: calc(100vh - 79px);
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
  .main-title {
    font-size: 22px;
    line-height: 32px;
  }
  .full-width-mobile-button {
    width: 100%;
  }
  .full-width-mobile-button a, .full-width-mobile-button button, .full-width-mobile-button input {
    width: 100%;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}

.header-content, .header-additional {
  gap: 80px;
}

.header-content {
  min-height: 122px;
}

.header-logo img {
  width: 213px;
  max-height: 102px;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  font-family: FontRegular;
  color: #8D8D8D;
  text-transform: uppercase;
}

.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
  gap: 40px;
}
.header-menu-desktop > ul > li > a {
  font-size: 14px;
  line-height: 17px;
}
.header-menu-desktop > ul > li > a:hover {
  color: #E2000B;
}
.header-menu-desktop > ul .current-menu-item > a, .header-menu-desktop > ul .current-page-ancestor > a, .header-menu-desktop > ul .current-menu-ancestor > a {
  color: #E2000B;
}

@media screen and (max-width: 1680px) {
  .header-content, .header-additional {
    gap: 64px;
  }
  .header-menu-desktop > ul {
    gap: 32px;
  }
}
@media screen and (max-width: 1500px) {
  .header-content, .header-additional {
    gap: 48px;
  }
}
@media screen and (min-width: 1367px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
  .header-content > *:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1366px) {
  .header-content, .header-additional {
    gap: 32px;
  }
  .header-menu-desktop {
    display: none !important;
  }
  .header-burger {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .header-burger .header-burger-lines, .header-burger .header-burger-cross {
    top: calc(50% - 8px);
  }
  .header-burger .header-burger-lines svg, .header-burger .header-burger-cross svg {
    height: 16px;
  }
  .header-burger .header-burger-lines {
    opacity: 1;
    visibility: visible;
    left: calc(50% - 10px);
  }
  .header-burger .header-burger-lines svg {
    width: 20px;
  }
  .header-burger .header-burger-cross {
    opacity: 0;
    visibility: hidden;
    left: calc(50% - 8px);
  }
  .header-burger .header-burger-cross svg {
    width: 16px;
  }
  .header-burger svg path {
    fill: #000;
    transition: all 0.2s linear;
  }
  .header-burger:hover .header-burger-cross svg {
    animation: rotating 0.5s linear;
    -webkit-animation: rotating 0.5s linear;
  }
  .header-burger:hover svg path {
    fill: #E2000B;
  }
  .navbar-header-opened .header-burger .header-burger-lines {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-header-opened .header-burger .header-burger-cross {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-bg {
    width: 139px;
    height: 306px;
    top: 128px;
    left: 0;
  }
  .mobile-menu {
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    height: calc(100vh - 122px);
    top: 122px;
    right: 0;
    padding: 24px 48px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 122px);
    top: 122px;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-mobile {
    margin-bottom: 64px;
  }
  .header-menu-mobile > ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 40px;
  }
  .header-menu-mobile > ul > li {
    text-align: right;
  }
  .header-menu-mobile > ul > li > a {
    font-size: 22px;
    line-height: 27px;
  }
  .header-menu-mobile-home {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .header-mobile-main {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-additional {
    margin-left: auto;
  }
  .header-mobile-main {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .header-socials-mobile, .header-languages-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 141px;
    max-height: 59px;
  }
  .header-languages-desktop, .header-socials-desktop {
    display: none !important;
  }
  .header-mobile-main {
    gap: 40px;
  }
  .header-languages-mobile {
    gap: 16px;
  }
  .header-mobile-language a {
    color: #8D8D8D;
    text-transform: uppercase;
  }
  .header-mobile-language a.active {
    color: #000;
  }
  .header-socials-mobile {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    gap: 32px !important;
  }
  .header-socials-mobile .single-social-link svg {
    width: 35px !important;
    height: 35px !important;
  }
  .header-content {
    min-height: 79px;
  }
  .mobile-menu {
    height: calc(100vh - 79px);
    top: 79px;
  }
  .mobile-background {
    height: calc(100vh - 79px);
    top: 79px;
  }
}
.header-search-toggle {
  gap: 14px;
}
.header-search-toggle svg {
  width: 21px;
  height: 21px;
}
.header-search-toggle svg path {
  fill: #000;
  transition: all 0.2s linear;
}
.header-search-toggle span {
  color: #8D8D8D;
}
.header-search-toggle:hover svg path {
  fill: #E2000B;
}
.header-search-toggle:hover span {
  color: #E2000B;
}

.header-search-panel {
  gap: 32px;
  width: 473px;
  padding: 16px;
  border: 1px solid #CCC;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  top: -17px;
  left: -17px;
  z-index: 2;
}
.header-search-panel .search-panel-input-row {
  gap: 12px;
}
.header-search-panel .search-panel-input-row svg {
  width: 21px;
  height: 21px;
}
.header-search-panel .search-panel-input-row .search-panel-input-row-separator {
  height: 21px;
  width: 1px;
  background-color: #8D8D8D;
}
.header-search-panel .search-panel-input-row .search-panel-input {
  width: calc(100% - 21px - 1px - 12px - 12px);
  border: none;
  padding: 2px 0;
}
.header-search-panel .search-panel-preloader svg {
  width: 64px;
  height: 64px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
}
.header-search-panel .search-panel-results {
  padding-bottom: 16px;
}
.header-search-panel .search-panel-results-total, .header-search-panel .search-panel-results-list {
  margin-bottom: 32px;
}
.header-search-panel .search-panel-results-total {
  font-size: 16px;
  line-height: 22px;
}
.header-search-panel .search-panel-results-total span {
  color: #E2000B;
}
.header-search-panel .search-panel-results-list {
  max-height: 430px;
}
.header-search-panel .search-panel-results-list::-webkit-scrollbar {
  width: 3px;
}
.header-search-panel .search-panel-results-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.header-search-panel .search-panel-results-list::-webkit-scrollbar-thumb {
  background-color: #000;
}
.header-search-panel .search-panel-product {
  margin-bottom: 16px;
}
.header-search-panel .search-panel-product-link {
  gap: 12px;
}
.header-search-panel .search-panel-product-link:hover .search-panel-product-category {
  color: #E2000B;
}
.header-search-panel .search-panel-product-link:hover .search-panel-product-title {
  text-decoration-color: #000;
}
.header-search-panel .search-panel-product-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border: 1px solid #DBDBDB;
}
.header-search-panel .search-panel-product-category {
  color: #A1A1A1;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
}
.header-search-panel .search-panel-product-title {
  font-size: 14px;
  line-height: 20px;
  text-decoration-color: transparent;
}
.header-search-panel .search-panel-results-button a:hover {
  color: #E2000B;
}

.header-search-panel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.header-search-panel:not(.header-search-panel-hidden) {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
  .header-search-desktop {
    display: none !important;
  }
  .header-search-panel {
    width: 350px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header-search-panel .search-panel-results-list {
    max-height: 344px;
  }
  .header-search-panel .search-panel-input-row .search-panel-input {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 500px) {
  .header-search-panel {
    width: 320px;
  }
}
.footer .footer-common-title {
  margin-bottom: 32px;
}
.footer .footer-grey-color {
  color: #727272;
}
.footer .footer-main-wrapper {
  padding: 96px 0 64px;
  border-bottom: 1px solid #CCC;
}
.footer .footer-main {
  gap: 32px;
}
.footer .footer-info {
  width: 290px;
}
.footer .footer-logo {
  margin-bottom: 32px;
}
.footer .footer-logo img {
  width: 241px;
  max-height: 241px;
}
.footer .footer-subtext {
  font-size: 15px;
  line-height: 25px;
}
.footer .footer-menus {
  width: calc(100% - 290px - 410px - 32px - 32px);
  gap: 32px;
}
.footer .footer-menu > ul > li {
  margin-bottom: 24px;
}
.footer .footer-menu > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.footer .footer-menu > ul > li > a {
  font-size: 15px;
  color: #000;
}
.footer .footer-menu > ul > li > a:hover {
  color: #E2000B;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current-page-ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #E2000B;
}
.footer .footer-contacts {
  width: 410px;
}
.footer .footer-contacts-big {
  font-size: 18px;
  line-height: 30px;
}
.footer .footer-contacts-small {
  font-size: 15px;
  line-height: 30px;
}
.footer .footer-contacts-mb {
  margin-bottom: 32px;
}
.footer .footer-additional {
  padding: 64px 0;
  gap: 32px;
}
.footer .footer-copyright {
  font-size: 14px;
  line-height: 21px;
}
.footer .footer-menu-additional > ul {
  gap: 24px;
}
.footer .footer-menu-additional > ul > li > a {
  font-family: FontRegular;
  font-size: 12px;
  color: #727272;
}
.footer .footer-menu-additional > ul > li > a:hover {
  color: #E2000B;
}
.footer .footer-menu-additional > ul .current-menu-item > a, .footer .footer-menu-additional > ul .current-page-ancestor > a, .footer .footer-menu-additional > ul .current-menu-ancestor > a {
  color: #E2000B;
}
.footer .developed-by svg {
  width: 128px;
}
.footer .developed-by svg path {
  transition: all 0.2s linear;
}
.footer .developed-by:hover svg .custom-hover {
  fill: #E2000B;
}

@media screen and (max-width: 1680px) {
  .footer .footer-main-wrapper {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1280px) {
  .footer .footer-main-wrapper {
    padding: 48px 0;
  }
  .footer .footer-additional {
    padding: 48px 0;
    gap: 24px;
  }
}
@media screen and (min-width: 1272px) {
  .footer .footer-menus {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
}
@media screen and (max-width: 1271px) {
  .footer .footer-main {
    gap: 48px;
  }
  .footer .footer-info {
    width: 100%;
  }
  .footer .footer-menus {
    width: calc(100% - 410px - 48px);
  }
  .footer .footer-menu-wrapper {
    width: calc(50% - 16px);
  }
  .footer .footer-socials {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-info {
    order: 1;
  }
  .footer .footer-contacts {
    order: 2;
  }
  .footer .footer-menus {
    order: 3;
  }
  .footer .footer-menus, .footer .footer-contacts {
    width: 100%;
  }
  .footer .footer-menu-additional {
    width: 100%;
  }
  .footer .footer-socials {
    order: 1;
  }
  .footer .footer-menu-additional {
    order: 2;
  }
  .footer .footer-copyright {
    order: 3;
  }
  .footer .developed-by-wrapper {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-common-title {
    margin-bottom: 24px;
  }
  .footer .footer-copyright, .footer .developed-by-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-menus {
    gap: 48px;
  }
  .footer .footer-menu-wrapper {
    width: 100%;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 30px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #000;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 30px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg-styles > ul, .wysiwyg-styles > ol {
  margin-bottom: 30px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
}
.wysiwyg-styles > ul li {
  display: table;
  padding: 0 0 0 24px;
  position: relative;
}
.wysiwyg-styles > ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
}
.wysiwyg-styles > ol {
  padding: 0 0 0 24px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li, .wysiwyg-styles > ol li, .wysiwyg-styles > p > strong, .wysiwyg-styles > ul li > strong, .wysiwyg-styles > ol li > strong, .wysiwyg-styles > p > b, .wysiwyg-styles > ul li > b, .wysiwyg-styles > ol li > b, .wysiwyg-styles > p > i, .wysiwyg-styles > ul li > i, .wysiwyg-styles > ol li > i, .wysiwyg-styles > p > em, .wysiwyg-styles > ul li > em, .wysiwyg-styles > ol li > em, .wysiwyg-styles > p > strong > i, .wysiwyg-styles > ul li > strong > i, .wysiwyg-styles > ol li > strong > i, .wysiwyg-styles > p > strong > em, .wysiwyg-styles > ul li > strong > em, .wysiwyg-styles > ol li > strong > em, .wysiwyg-styles > p > b > i, .wysiwyg-styles > ul li > b > i, .wysiwyg-styles > ol li > b > i, .wysiwyg-styles > p > b > em, .wysiwyg-styles > ul li > b > em, .wysiwyg-styles > ol li > b > em, .wysiwyg-styles > p > i > strong, .wysiwyg-styles > ul li > i > strong, .wysiwyg-styles > ol li > i > strong, .wysiwyg-styles > p > i > b, .wysiwyg-styles > ul li > i > b, .wysiwyg-styles > ol li > i > b, .wysiwyg-styles > p > em > strong, .wysiwyg-styles > ul li > em > strong, .wysiwyg-styles > ol li > em > strong, .wysiwyg-styles > p > em > b, .wysiwyg-styles > ul li > em > b, .wysiwyg-styles > ol li > em > b {
  font-size: 16px;
  line-height: 30px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button), .wysiwyg-styles > ol li > a:not(.default-button), .wysiwyg-styles > p > strong > a:not(.default-button), .wysiwyg-styles > ul li > strong > a:not(.default-button), .wysiwyg-styles > ol li > strong > a:not(.default-button), .wysiwyg-styles > p > b > a:not(.default-button), .wysiwyg-styles > ul li > b > a:not(.default-button), .wysiwyg-styles > ol li > b > a:not(.default-button), .wysiwyg-styles > p > i > a:not(.default-button), .wysiwyg-styles > ul li > i > a:not(.default-button), .wysiwyg-styles > ol li > i > a:not(.default-button), .wysiwyg-styles > p > em > a:not(.default-button), .wysiwyg-styles > ul li > em > a:not(.default-button), .wysiwyg-styles > ol li > em > a:not(.default-button), .wysiwyg-styles > p > strong > i > a:not(.default-button), .wysiwyg-styles > ul li > strong > i > a:not(.default-button), .wysiwyg-styles > ol li > strong > i > a:not(.default-button), .wysiwyg-styles > p > strong > em > a:not(.default-button), .wysiwyg-styles > ul li > strong > em > a:not(.default-button), .wysiwyg-styles > ol li > strong > em > a:not(.default-button), .wysiwyg-styles > p > b > i > a:not(.default-button), .wysiwyg-styles > ul li > b > i > a:not(.default-button), .wysiwyg-styles > ol li > b > i > a:not(.default-button), .wysiwyg-styles > p > b > em > a:not(.default-button), .wysiwyg-styles > ul li > b > em > a:not(.default-button), .wysiwyg-styles > ol li > b > em > a:not(.default-button), .wysiwyg-styles > p > i > strong > a:not(.default-button), .wysiwyg-styles > ul li > i > strong > a:not(.default-button), .wysiwyg-styles > ol li > i > strong > a:not(.default-button), .wysiwyg-styles > p > i > b > a:not(.default-button), .wysiwyg-styles > ul li > i > b > a:not(.default-button), .wysiwyg-styles > ol li > i > b > a:not(.default-button), .wysiwyg-styles > p > em > strong > a:not(.default-button), .wysiwyg-styles > ul li > em > strong > a:not(.default-button), .wysiwyg-styles > ol li > em > strong > a:not(.default-button), .wysiwyg-styles > p > em > b > a:not(.default-button), .wysiwyg-styles > ul li > em > b > a:not(.default-button), .wysiwyg-styles > ol li > em > b > a:not(.default-button) {
  color: #E2000B;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover, .wysiwyg-styles > ol li > a:not(.default-button):hover, .wysiwyg-styles > p > strong > a:not(.default-button):hover, .wysiwyg-styles > ul li > strong > a:not(.default-button):hover, .wysiwyg-styles > ol li > strong > a:not(.default-button):hover, .wysiwyg-styles > p > b > a:not(.default-button):hover, .wysiwyg-styles > ul li > b > a:not(.default-button):hover, .wysiwyg-styles > ol li > b > a:not(.default-button):hover, .wysiwyg-styles > p > i > a:not(.default-button):hover, .wysiwyg-styles > ul li > i > a:not(.default-button):hover, .wysiwyg-styles > ol li > i > a:not(.default-button):hover, .wysiwyg-styles > p > em > a:not(.default-button):hover, .wysiwyg-styles > ul li > em > a:not(.default-button):hover, .wysiwyg-styles > ol li > em > a:not(.default-button):hover, .wysiwyg-styles > p > strong > i > a:not(.default-button):hover, .wysiwyg-styles > ul li > strong > i > a:not(.default-button):hover, .wysiwyg-styles > ol li > strong > i > a:not(.default-button):hover, .wysiwyg-styles > p > strong > em > a:not(.default-button):hover, .wysiwyg-styles > ul li > strong > em > a:not(.default-button):hover, .wysiwyg-styles > ol li > strong > em > a:not(.default-button):hover, .wysiwyg-styles > p > b > i > a:not(.default-button):hover, .wysiwyg-styles > ul li > b > i > a:not(.default-button):hover, .wysiwyg-styles > ol li > b > i > a:not(.default-button):hover, .wysiwyg-styles > p > b > em > a:not(.default-button):hover, .wysiwyg-styles > ul li > b > em > a:not(.default-button):hover, .wysiwyg-styles > ol li > b > em > a:not(.default-button):hover, .wysiwyg-styles > p > i > strong > a:not(.default-button):hover, .wysiwyg-styles > ul li > i > strong > a:not(.default-button):hover, .wysiwyg-styles > ol li > i > strong > a:not(.default-button):hover, .wysiwyg-styles > p > i > b > a:not(.default-button):hover, .wysiwyg-styles > ul li > i > b > a:not(.default-button):hover, .wysiwyg-styles > ol li > i > b > a:not(.default-button):hover, .wysiwyg-styles > p > em > strong > a:not(.default-button):hover, .wysiwyg-styles > ul li > em > strong > a:not(.default-button):hover, .wysiwyg-styles > ol li > em > strong > a:not(.default-button):hover, .wysiwyg-styles > p > em > b > a:not(.default-button):hover, .wysiwyg-styles > ul li > em > b > a:not(.default-button):hover, .wysiwyg-styles > ol li > em > b > a:not(.default-button):hover {
  color: #E2000B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wysiwyg-styles > p + ul, .wysiwyg-styles > p + ol {
  margin-top: -30px;
}
.wysiwyg-styles > h2, .wysiwyg-styles > h3, .wysiwyg-styles > h4, .wysiwyg-styles > h5, .wysiwyg-styles > h6 {
  font-family: FontSemiBold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.wysiwyg-styles > h2 {
  font-size: 22px;
  line-height: 28px;
}
.wysiwyg-styles > h3 {
  font-size: 20px;
  line-height: 24px;
}
.wysiwyg-styles > h4 {
  font-size: 18px;
  line-height: 22px;
}
.wysiwyg-styles > h5 {
  font-size: 16px;
  line-height: 19px;
}
.wysiwyg-styles > h6 {
  font-size: 14px;
  line-height: 17px;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 30px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  max-width: 1024px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 48px;
  gap: 8px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 24px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 35px;
  font-family: FontSemiBoldAdditional;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 4px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #E2000B;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.left-side-preloader {
  right: calc(100% + 8px);
  top: calc(50% - 7.5px);
}

.right-side-preloader {
  left: calc(100% + 8px);
  top: calc(50% - 7.5px);
}

.preloader-circle {
  width: 24px;
  height: 24px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
  display: none;
}

.left-side-preloader-circle {
  right: calc(100% + 12px);
  top: calc(50% - 12px);
}

.right-side-preloader-circle {
  left: calc(100% + 12px);
  top: calc(50% - 12px);
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.common-input-title {
  font-size: 15px;
  line-height: 30px;
  font-family: FontRegular;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-input-styling > input, .common-input-styling > textarea {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #CCC;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  padding: 12.5px 26px;
}
.common-input-styling > input::-webkit-input-placeholder, .common-input-styling > textarea::-webkit-input-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.common-input-styling > input::-moz-placeholder, .common-input-styling > textarea::-moz-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.common-input-styling > input:-moz-placeholder, .common-input-styling > textarea:-moz-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.common-input-styling > input:-ms-input-placeholder, .common-input-styling > textarea:-ms-input-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.common-input-styling > input:focus::-webkit-input-placeholder, .common-input-styling > textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus::-moz-placeholder, .common-input-styling > textarea:focus::-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-moz-placeholder, .common-input-styling > textarea:focus:-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-ms-input-placeholder, .common-input-styling > textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.common-input-styling > textarea {
  min-height: 104px;
  resize: none;
}
.common-input-styling > textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling > textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-input-styling > textarea::-webkit-scrollbar-thumb {
  background-color: #E2000B;
}

.checkbox-single {
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.2s linear;
}
.checkbox-single .checkbox-label {
  margin: 0;
}
.checkbox-single .checkbox-title {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
  color: #000;
  font-family: FontRegular;
}
.checkbox-single .checkbox-title a {
  color: #E2000B;
}
.checkbox-single .checkbox-title a:hover {
  color: #E2000B;
}
.checkbox-single .checkbox-title span {
  color: #E2000B;
}
.checkbox-single .checkbox-back {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 12px;
  transition: all 0.2s linear;
  border: 1px solid #CCC;
  background-color: #fff;
}
.checkbox-single .checkbox-back .checkbox-mark {
  transition: all 0.2s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 10px;
}

.warning-messages {
  display: none;
  margin: -16px 0 32px;
}

.warning-message {
  font-size: 15px;
  line-height: 30px;
  padding: 0 0 0 24px;
  position: relative;
  font-family: FontRegular;
  color: #E2000B;
}
.warning-message:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #E2000B;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
}

.warning-validation .common-input-title {
  color: #E2000B !important;
}
.warning-validation .common-input-styling > input, .warning-validation .common-input-styling > textarea {
  border: 1px solid #E2000B !important;
}
.warning-validation .common-input-styling > input::-webkit-input-placeholder, .warning-validation .common-input-styling > textarea::-webkit-input-placeholder {
  color: #E2000B;
  font-size: 18px;
}
.warning-validation .common-input-styling > input::-moz-placeholder, .warning-validation .common-input-styling > textarea::-moz-placeholder {
  color: #E2000B;
  font-size: 18px;
}
.warning-validation .common-input-styling > input:-moz-placeholder, .warning-validation .common-input-styling > textarea:-moz-placeholder {
  color: #E2000B;
  font-size: 18px;
}
.warning-validation .common-input-styling > input:-ms-input-placeholder, .warning-validation .common-input-styling > textarea:-ms-input-placeholder {
  color: #E2000B;
  font-size: 18px;
}
.warning-validation .default-selectize .selectize-input {
  border: 1px solid #E2000B !important;
}
.warning-validation .default-selectize .selectize-input input::-webkit-input-placeholder {
  color: #E2000B !important;
  font-size: 18px;
}
.warning-validation .default-selectize .selectize-input input::-moz-placeholder {
  color: #E2000B !important;
  font-size: 18px;
}
.warning-validation .default-selectize .selectize-input input:-moz-placeholder {
  color: #E2000B !important;
  font-size: 18px;
}
.warning-validation .default-selectize .selectize-input input:-ms-input-placeholder {
  color: #E2000B !important;
  font-size: 18px;
}
.warning-validation .default-selectize .selectize-dropdown {
  border: 1px solid #E2000B !important;
}
.warning-validation .selection-dropdown-icon > svg path {
  fill: #E2000B !important;
}
.warning-validation .selection-dropdown-icon > svg rect {
  stroke: #E2000B !important;
}
.warning-validation .checkbox-back {
  border: 1px solid #E2000B !important;
}
.warning-validation .checkbox-title {
  color: #E2000B !important;
}

@media screen and (max-width: 500px) {
  .common-input-styling > input, .common-input-styling > textarea {
    padding: 12.5px 16px;
  }
  .warning-messages {
    margin: -8px 0 24px;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #E2000B;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #E2000B;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
  height: inherit;
}
.common-slick-carousel .slick-slide > div {
  height: 100%;
}
.common-slick-carousel .slick-slide > div > div {
  height: 100%;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}

.common-slick-carousel:not(.slick-initialized) {
  visibility: hidden;
  opacity: 0;
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.slick-arrow:not(.common-slick-next-mobile):not(.non-default-slick-arrow) {
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px 17px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.slick-prev {
  right: calc(100% + 4.5px);
  background-image: url("../../images/slick-arrow-left-black.svg");
}
.slick-prev:focus {
  background-image: url("../../images/slick-arrow-left-black.svg");
}
.slick-prev:hover {
  background-image: url("../../images/slick-arrow-left-red.svg");
}

.slick-next:not(.common-slick-next-mobile) {
  left: calc(100% + 4.5px);
  background-image: url("../../images/slick-arrow-right-black.svg");
}
.slick-next:not(.common-slick-next-mobile):focus {
  background-image: url("../../images/slick-arrow-right-black.svg");
}
.slick-next:not(.common-slick-next-mobile):hover {
  background-image: url("../../images/slick-arrow-right-red.svg");
}

.slick-dots {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  width: auto;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  cursor: pointer;
  font-size: 0;
}
.slick-dots li button {
  height: 2px;
  background-color: #D9D9D9;
  width: 100%;
  border: none;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 32px;
}
.slick-dots li button:hover {
  background-color: #000;
}
.slick-dots .slick-active button {
  background-color: #000;
}

@media screen and (min-width: 501px) {
  .common-slick-next-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .slick-arrow:not(.common-slick-next-mobile):not(.non-default-slick-arrow) {
    display: none !important;
  }
  .common-slick-next-mobile {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("../../images/default-arrow-black.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 17px;
    transition: all 0.2s linear;
    margin: 16px auto 0;
  }
  .common-slick-next-mobile:focus {
    background-image: url("../../images/default-arrow-black.svg");
  }
  .common-slick-next-mobile:hover {
    background-image: url("../../images/default-arrow-red.svg");
  }
  .side-carousel-wrapper .slick-list {
    padding-left: 8px !important;
    padding-right: 64px !important;
    width: calc(100% + 32px) !important;
    margin: 0 -16px !important;
  }
}
.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  background-color: #fff !important;
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
  border-radius: 0 !important;
  background-image: none !important;
}
.common-selectize-wrapper .selectize-input:focus {
  outline: none;
}
.common-selectize-wrapper .selectize-input:before, .common-selectize-wrapper .selectize-input:after {
  display: none !important;
}
.common-selectize-wrapper .selectize-input input, .common-selectize-wrapper .selectize-input .item {
  transition: all 0.2s linear;
}
.common-selectize-wrapper .selectize-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  margin: 0 !important;
}
.common-selectize-wrapper .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.common-selectize-wrapper .selectize-dropdown {
  background-color: #fff !important;
  overflow: hidden !important;
  box-shadow: none;
  width: 100% !important;
  left: 0 !important;
  border-radius: 0 !important;
}
.common-selectize-wrapper .selectize-dropdown .option {
  transition: all 0.2s linear;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #fff !important;
  color: #E2000B !important;
}
.common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #fff !important;
  color: #E2000B;
}

.header-languages-dropdown-icon {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  z-index: 1;
  cursor: pointer;
}
.header-languages-dropdown-icon > svg {
  width: 11px;
  height: 6px;
  transition: all 0.2s linear;
}
.header-languages-dropdown-icon > svg path {
  fill: #000;
  transition: all 0.2s linear;
}

.header-languages-dropdown-icon.active > svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header-languages-dropdown-icon.active > svg path {
  fill: #E2000B;
}

.header-languages-selectize {
  width: 56px;
}
.header-languages-selectize .selectize-input {
  padding: 8px 8px !important;
  border: none !important;
}
.header-languages-selectize .selectize-input input, .header-languages-selectize .selectize-input .item {
  font-size: 16px !important;
  line-height: 19px !important;
  color: #8D8D8D !important;
  transition: all 0.2s linear;
  font-family: FontRegular;
  text-transform: uppercase;
}
.header-languages-selectize .selectize-dropdown {
  text-align: center;
  top: 36px !important;
  border: 1px solid #CCC !important;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.header-languages-selectize .selectize-dropdown .option {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  color: #8D8D8D;
  font-family: FontRegular;
  text-transform: uppercase;
}
.header-languages-selectize .selectize-dropdown .selected {
  display: none !important;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar {
  width: 0;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-languages-selectize .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.selection-dropdown-icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
  z-index: 1;
  cursor: pointer;
}
.selection-dropdown-icon > svg {
  width: 24px;
  height: 24px;
  transition: all 0.2s linear;
}
.selection-dropdown-icon > svg rect, .selection-dropdown-icon > svg path {
  transition: all 0.2s linear;
}
.selection-dropdown-icon > svg path {
  fill: #000;
}

.selection-dropdown-icon.active > svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.selection-dropdown-icon.active > svg path {
  fill: #E2000B;
}
.selection-dropdown-icon.active > svg rect {
  stroke: #E2000B;
}

.default-selectize .selectize-input {
  padding: 12.5px 60px 12.5px 26px !important;
  border: 1px solid #CCC !important;
}
.default-selectize .selectize-input input, .default-selectize .selectize-input .item {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #000 !important;
  transition: all 0.2s linear;
}
.default-selectize .selectize-input input::-webkit-input-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.default-selectize .selectize-input input::-moz-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.default-selectize .selectize-input input:-moz-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.default-selectize .selectize-input input:-ms-input-placeholder {
  color: #8D8D8D;
  font-size: 18px;
}
.default-selectize .selectize-dropdown {
  top: 57px !important;
  border: 1px solid #CCC !important;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 40px;
}
.default-selectize .selectize-dropdown .option {
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.default-selectize .selectize-dropdown-content {
  max-height: 182px;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #E2000B;
}

@media screen and (max-width: 500px) {
  .default-selectize .selectize-input {
    padding: 12.5px 56px 12.5px 16px !important;
  }
  .default-selectize .selectize-dropdown {
    padding: 16px;
  }
}
.common-socials {
  gap: 16px;
}
.common-socials .single-social-link svg {
  width: 24px;
  height: 24px;
}
.common-socials .single-social-link svg path {
  transition: all 0.2s linear;
}
.common-socials .single-social-link:hover svg path:not(.non-hover) {
  fill: #E2000B;
}

.info-block-wrapper .info-block-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.info-block-wrapper .info-block {
  min-height: 575px;
}
.info-block-wrapper .info-block-inner {
  padding: 128px 0 48px;
}
.info-block-wrapper .info-block-main {
  margin-bottom: 56px;
}
.info-block-wrapper .info-block-title {
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 16px;
}
.info-block-wrapper .info-block-subtext {
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 1680px) {
  .info-block-wrapper .info-block-inner {
    padding: 112px 0 48px;
  }
  .info-block-wrapper .info-block-main {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .info-block-wrapper .info-block-inner {
    padding: 96px 0 48px;
  }
  .info-block-wrapper .info-block-main {
    margin-bottom: 32px;
  }
  .info-block-wrapper .info-block-title {
    font-size: 28px;
    line-height: 43px;
  }
  .info-block-wrapper .info-block-subtext {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .info-block-wrapper .info-block-inner {
    padding: 48px 0;
  }
  .info-block-wrapper .info-block-main {
    margin-bottom: 24px;
  }
  .info-block-wrapper .info-block-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.logos-section .logos-main, .logos-section .logos-title {
  margin-bottom: 16px;
}
.logos-section .slick-list {
  padding: 16px 0;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
.logos-section .slick-slide {
  padding: 0 8px;
}
.logos-section .single-logo-hover {
  display: block;
  transition: all 0.2s linear;
  border: 1px solid #CCC;
  padding: 12px;
  height: 66px !important;
}
.logos-section .single-logo-hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.logos-section .single-logo-hover:hover {
  border: 1px solid #E2000B;
}
.logos-section .single-logo-hover:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

@media screen and (max-width: 500px) {
  .logos-section .logos-main {
    margin-bottom: 0;
  }
}
.breadcrumbs-wrapper {
  margin: 32px 0;
}

.breadcrumbs .single-breadcrumb a, .breadcrumbs .single-breadcrumb span {
  font-size: 13px;
  line-height: 16px;
  font-family: FontMedium;
}
.breadcrumbs .single-breadcrumb a {
  color: #98A0A7;
}
.breadcrumbs .single-breadcrumb a:hover {
  color: #E2000B;
}
.breadcrumbs .single-breadcrumb span {
  color: #E2000B;
}
.breadcrumbs .breadcrumb-separator {
  margin: 0 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #98A0A7;
}

@media screen and (max-width: 1280px) {
  .breadcrumbs-wrapper {
    margin: 24px 0;
  }
}
.values-container {
  gap: 96px;
}

.values-container-mobile .slick-list {
  padding: 0 0 16px;
}
.values-container-mobile .slick-slide {
  padding: 0 8px;
}

.single-value-container {
  width: calc((100% - 288px) / 4.001);
}
.single-value-container .single-value-wrapper, .single-value-container .single-value-title {
  margin-bottom: 16px;
}
.single-value-container .single-value {
  font-size: 35px;
  line-height: 42px;
}

@media screen and (max-width: 1680px) {
  .values-container {
    gap: 64px;
  }
  .single-value-container {
    width: calc((100% - 192px) / 4.001);
  }
}
@media screen and (max-width: 1280px) {
  .values-container {
    gap: 32px;
  }
  .single-value-container {
    width: calc((100% - 96px) / 4.001);
  }
}
@media screen and (max-width: 1024px) {
  .single-value-container {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 501px) {
  .values-container-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .values-container-desktop {
    display: none !important;
  }
  .single-value-container {
    width: 100%;
  }
  .single-value-container .single-value-wrapper {
    margin-bottom: 8px;
  }
}
.path-container {
  gap: 32px;
}

.path-container-mobile .slick-list {
  padding: 0 0 16px;
}
.path-container-mobile .slick-slide {
  padding: 0 8px;
}

.single-path-card {
  width: calc((100% - 128px) / 5.001);
  border: 1px solid #CCC;
  padding: 40px 32px 48px;
}
.single-path-card .single-path-card-main {
  margin-bottom: 32px;
}
.single-path-card .single-path-card-icon {
  margin-bottom: 24px;
  height: 60px;
}
.single-path-card .single-path-card-icon img {
  max-width: 100%;
  max-height: 100%;
}
.single-path-card .single-path-card-title {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 16px;
}
.single-path-card .single-path-card-point {
  padding-left: 24px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}
.single-path-card .single-path-card-point:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 8.5px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .single-path-card {
    width: calc((100% - 64px) / 3.001);
  }
  .single-path-card:nth-of-type(n+4) {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1280px) {
  .single-path-card {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-path-card {
    width: calc(50% - 16px);
  }
  .single-path-card:nth-last-of-type(1):nth-of-type(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-path-card {
    width: 100%;
  }
}
@media screen and (min-width: 501px) {
  .path-container-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .path-container-desktop {
    display: none !important;
  }
}
.single-project-card .single-project-card-image:before {
  content: "";
  display: block;
  padding-top: 78.5%;
}
.single-project-card .single-project-card-main {
  margin-bottom: 48px;
}
.single-project-card .single-project-card-content {
  padding: 32px 16px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.single-project-card .single-project-card-title {
  margin-bottom: 24px;
  text-decoration-color: transparent;
}
.single-project-card .single-project-card-subtext {
  font-size: 18px;
  line-height: 30px;
}
.single-project-card .single-project-card-arrow svg {
  width: 32px;
  height: 16px;
  transition: all 0.2s linear;
}

.single-project-card-home .single-project-card-image:before {
  padding-top: 120.8%;
}

.single-project-card-link:hover .single-project-card-content {
  background-color: #EBEBEB;
}
.single-project-card-link:hover .single-project-card-title {
  color: #E2000B;
  text-decoration-color: #E2000B;
}
.single-project-card-link:hover .single-project-card-arrow svg {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 1280px) {
  .single-project-card .single-project-card-main {
    margin-bottom: 32px;
  }
  .single-project-card .single-project-card-title {
    margin-bottom: 16px;
  }
  .single-project-card .single-project-card-subtext {
    font-size: 16px;
  }
}
.common-projects-carousel .slick-list {
  width: calc(100% + 48px);
  margin: 0 -24px;
}
.common-projects-carousel .slick-slide {
  padding: 0 24px;
}

@media screen and (max-width: 1280px) {
  .common-projects-carousel .slick-list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .common-projects-carousel .slick-slide {
    padding: 0 16px;
  }
}
@property --animatedGradientColor {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.9);
  inherits: false;
}
.single-article-card .single-article-card-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 31.75%, var(--animatedGradientColor) 100%);
  transition: --animatedGradientColor 0.2s linear;
}
.single-article-card .single-article-card-content {
  left: 32px;
  bottom: 40px;
  max-width: calc(100% - 64px);
  max-height: calc(100% - 80px);
}
.single-article-card .single-article-card-content::-webkit-scrollbar {
  width: 0;
}
.single-article-card .single-article-card-content::-webkit-scrollbar-track, .single-article-card .single-article-card-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-article-card .single-article-card-date {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 12px;
}
.single-article-card .single-article-card-title {
  font-size: 20px;
  line-height: 27px;
  text-decoration-color: transparent;
  margin-bottom: 12px;
}
.single-article-card .single-article-card-preview {
  font-size: 18px;
  line-height: 30px;
}

.single-article-card-link:before {
  content: "";
  display: block;
  padding-top: 114.25%;
}
.single-article-card-link:hover .single-article-card-gradient {
  --animatedGradientColor: #410D0F;
}
.single-article-card-link:hover .single-article-card-title {
  text-decoration-color: #fff;
}

@media screen and (max-width: 1680px) {
  .single-article-card .single-article-card-content {
    bottom: 32px;
    max-height: calc(100% - 64px);
  }
}
@media screen and (max-width: 500px) {
  .single-article-card .single-article-card-content {
    left: 16px;
    max-width: calc(100% - 32px);
  }
}
@property --animatedGradientColor1 {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --animatedGradientColor2 {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.7);
  inherits: false;
}
.sidebar-projects-carousel .slick-dots {
  margin: 16px 0 0;
  gap: 8px;
  justify-content: center;
  -webkit-justify-content: center;
}
.sidebar-projects-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  flex-grow: 0;
  -webkit-flex-grow: 0;
}
.sidebar-projects-carousel .slick-dots li button {
  height: 100%;
  background-color: #CDCDCD;
  border-radius: 50%;
}
.sidebar-projects-carousel .slick-dots li button:before {
  content: none;
}
.sidebar-projects-carousel .slick-dots li button:hover {
  background-color: #E2000B;
}
.sidebar-projects-carousel .slick-dots .slick-active button {
  background-color: #E2000B;
}

.single-sidebar-project .single-sidebar-project-gradient {
  background: linear-gradient(180deg, var(--animatedGradientColor1) 0%, var(--animatedGradientColor2) 100%);
  transition: --animatedGradientColor1 0.2s linear, --animatedGradientColor2 0.2s linear;
}
.single-sidebar-project .single-sidebar-project-badge {
  top: 40px;
  left: 32px;
  max-width: calc(100% - 64px);
  font-size: 16px;
  line-height: 19px;
}
.single-sidebar-project .single-sidebar-project-content {
  left: 32px;
  bottom: 32px;
  max-width: calc(100% - 64px);
  max-height: calc(100% - 32px - 40px - 19px - 32px);
}
.single-sidebar-project .single-sidebar-project-content::-webkit-scrollbar {
  width: 0;
}
.single-sidebar-project .single-sidebar-project-content::-webkit-scrollbar-track, .single-sidebar-project .single-sidebar-project-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-sidebar-project .single-sidebar-project-main {
  margin-bottom: 32px;
}
.single-sidebar-project .single-sidebar-project-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
}
.single-sidebar-project .single-sidebar-project-preview {
  font-size: 14px;
  line-height: 22px;
}
.single-sidebar-project .single-sidebar-project-button {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.single-sidebar-project-link {
  height: 568px;
}
.single-sidebar-project-link:hover .single-sidebar-project-gradient {
  --animatedGradientColor1: rgba(0, 0, 0, 0.40);
  --animatedGradientColor2: rgba(0, 0, 0, 0.90);
}
.single-sidebar-project-link:hover .single-sidebar-project-button {
  background-color: #E2000B !important;
}

@media screen and (max-width: 1680px) {
  .single-sidebar-project .single-sidebar-project-badge {
    top: 32px;
  }
  .single-sidebar-project .single-sidebar-project-content {
    max-height: calc(100% - 32px - 32px - 19px - 32px);
  }
}
@media screen and (max-width: 1280px) {
  .single-sidebar-project-link {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .single-sidebar-project .single-sidebar-project-badge, .single-sidebar-project .single-sidebar-project-content {
    left: 16px;
    max-width: calc(100% - 32px);
  }
}
.single-product-card-link {
  gap: 8px;
  padding: 16px 16px 12px;
  border: 1px solid #CCC;
}
.single-product-card-link:before {
  content: "";
  display: block;
  background-color: rgba(55, 55, 55, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.single-product-card-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-product-card-link .single-product-card-image {
  margin-bottom: 32px;
}
.single-product-card-link .single-product-card-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-product-card-link .single-product-card-title {
  font-size: 16px;
  line-height: 25px;
  z-index: 2;
}
.single-product-card-link .single-product-card-category {
  color: #A1A1A1;
  font-size: 13px;
  line-height: 16px;
  z-index: 2;
}

@media screen and (max-width: 1271px) {
  .single-product-card-link .single-product-card-image {
    margin-bottom: 24px;
  }
  .single-product-card-link .single-product-card-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .single-product-card-link {
    gap: 6px;
    padding: 8px 8px 20px;
  }
  .single-product-card-link .single-product-card-image {
    margin-bottom: 20px;
  }
}
.common-products-carousel .slick-list {
  width: calc(100% + 12px);
  margin: 0 -6px;
}
.common-products-carousel .slick-slide {
  padding: 0 6px;
}

@media screen and (min-width: 501px) {
  .common-products-carousel-slick-dots {
    display: none !important;
  }
}
.documents-wrapper {
  margin-bottom: 30px;
}
.documents-wrapper .single-document {
  margin-bottom: 24px;
}
.documents-wrapper .single-document-link {
  gap: 8px;
}
.documents-wrapper .single-document-link:hover .single-document-title {
  color: #E2000B;
}
.documents-wrapper .single-document-icon svg {
  width: 30px;
  height: 30px;
}
.documents-wrapper .single-document-title {
  width: calc(100% - 30px - 8px);
  font-size: 16px;
  line-height: 24px;
  top: 3px;
}
.documents-wrapper .single-document-title strong {
  font-family: FontBold;
}

.wysiwyg-show-more-preview-inner {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .wysiwyg-show-more-preview-inner {
    margin-bottom: 16px;
  }
}
.single-product-hero-common-section {
  padding: 40px 32px;
  border: 1px solid #CCC;
}

.single-product-hero-common-section-main {
  margin-bottom: 24px;
}

.single-product-hero-common-section-title {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1280px) {
  .single-product-hero-common-section {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .single-product-hero-common-section {
    padding: 32px 16px;
  }
}
.common-share {
  margin-bottom: 12px;
  z-index: 1;
  text-align: right;
}

.common-share-toggle {
  gap: 8px;
}
.common-share-toggle:hover .common-share-toggle-text {
  color: #E2000B;
}
.common-share-toggle:hover .common-share-toggle-icon svg path {
  fill: #E2000B;
}

.common-share-toggle-text {
  font-size: 13px;
  line-height: 16px;
  color: #A1A1A1;
}

.common-share-toggle-icon {
  background-color: #EDEDED;
  width: 30px;
  height: 30px;
}
.common-share-toggle-icon svg {
  width: 12px;
  height: 12px;
}
.common-share-toggle-icon svg path {
  fill: #000;
  transition: all 0.2s linear;
}

.common-share-panel {
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: -0.5px;
  left: 54.5px;
}

.single-share {
  margin-bottom: 10px;
}

.single-share-link {
  gap: 8px;
}
.single-share-link svg {
  width: 12px;
  height: 12px;
}
.single-share-link svg path {
  fill: #E2000B;
}
.single-share-link span {
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
}
.single-share-link:hover span {
  color: #E2000B;
}

.success-copy {
  display: none;
}

.common-share-panel-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .common-share {
    text-align: left;
  }
}
.simple-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.simple-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.simple-page-main-title {
  margin-bottom: 32px;
}

.common-load-more-preloader {
  margin-top: 48px;
  gap: 18px;
}

.common-load-more-preloader-icon svg {
  width: 44px;
  height: 44px;
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;
}
.common-load-more-preloader-icon svg path {
  fill: #CDCDCD;
}

.common-load-more-preloader-text {
  color: #BDBDBD;
}

.slot-char {
  display: inline-flex;
  overflow: hidden;
  height: 1.15em;
  vertical-align: bottom;
}

.slot-reel span {
  display: block;
  height: 1.15em;
  line-height: 1.15em;
  text-align: center;
}

.slot-hidden {
  opacity: 0;
}

.search-highlight {
  background-color: #E2000B;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .simple-page-main-title {
    margin-bottom: 24px;
  }
  .common-load-more-preloader {
    margin-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .simple-page-main-title {
    margin-bottom: 16px;
  }
}
.home-page .home-hero .home-hero-container {
  min-height: 575px;
}
.home-page .home-hero .home-hero-content {
  gap: 64px;
}
.home-page .home-hero .home-hero-title {
  font-size: 36px;
  line-height: 44px;
  width: 500px;
}
.home-page .home-hero .home-hero-data {
  width: calc(100% - 500px - 64px);
}
.home-page .home-hero .home-hero-data-inner {
  max-width: 783px;
  margin-left: auto;
}
.home-page .home-hero .home-hero-subtext {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 64px;
}
.home-page .home-hero .home-hero-buttons {
  gap: 20px;
}
.home-page .home-info-block .home-info-block-inner {
  gap: 64px;
}
.home-page .home-info-block .home-info-block-carousel-wrapper {
  width: calc(100% - 560px - 64px);
}
.home-page .home-info-block .home-info-block-carousel-inner:before {
  content: "";
  display: block;
  padding-top: 60.53%;
}
.home-page .home-info-block .home-info-block-slide-gradient {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 63.64%, rgba(0, 0, 0, 0.7) 99.87%);
}
.home-page .home-info-block .home-info-block-carousel .slick-list, .home-page .home-info-block .home-info-block-carousel .slick-track {
  height: 100%;
}
.home-page .home-info-block .home-info-block-slide-title {
  left: 32px;
  bottom: 64px;
  width: calc(100% - 64px);
  max-height: calc(100% - 128px);
}
.home-page .home-info-block .home-info-block-slide-title::-webkit-scrollbar {
  width: 0;
}
.home-page .home-info-block .home-info-block-slide-title::-webkit-scrollbar-track, .home-page .home-info-block .home-info-block-slide-title::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.home-page .home-info-block .home-info-block-carousel-arrows {
  bottom: 24px;
  left: calc(50% - 17px);
}
.home-page .home-info-block .home-info-block-carousel-slick-arrow {
  width: 17px;
  height: 25px;
  cursor: pointer;
}
.home-page .home-info-block .home-info-block-carousel-slick-arrow svg {
  width: 9px;
  height: 17px;
}
.home-page .home-info-block .home-info-block-carousel-slick-arrow svg path {
  fill: #fff;
  transition: all 0.2s linear;
}
.home-page .home-info-block .home-info-block-carousel-slick-arrow:hover svg path {
  fill: #E2000B;
}
.home-page .home-info-block .home-info-block-content {
  width: 560px;
}
.home-page .home-info-block .home-info-block-main {
  margin-bottom: 40px;
}
.home-page .home-info-block .home-info-block-title {
  margin-bottom: 32px;
}
.home-page .home-path {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.home-page .home-path .home-path-bg {
  top: 0;
  right: 0;
  max-width: 746px;
}
.home-page .home-path .home-path-main {
  margin-bottom: 48px;
}
.home-page .home-path .home-path-titles {
  margin-bottom: 16px;
}
.home-page .home-path .home-path-title, .home-page .home-path .home-path-subtitle {
  font-size: 40px;
  line-height: 60px;
}
.home-page .home-path .home-path-subtext {
  font-size: 22px;
  line-height: 40px;
  max-width: 1024px;
}
.home-page .home-path .home-path-container {
  margin-bottom: 40px;
}
.home-page .home-categories .home-categories-link {
  margin-bottom: 16px;
}
.home-page .home-categories .home-categories-link a:hover {
  color: #E2000B;
}
.home-page .home-categories .home-categories-inner {
  gap: 32px 48px;
}
.home-page .home-categories .single-home-category {
  width: calc((100% - 144px) / 4.001);
}
.home-page .home-categories .single-home-category a:hover .home-category-title {
  background-color: #EBEBEB;
}
.home-page .home-categories .single-home-category a:hover .home-category-title span {
  color: #E2000B;
}
.home-page .home-categories .home-category-image:before {
  content: "";
  display: block;
  padding-top: 73.96%;
}
.home-page .home-categories .home-category-title {
  padding: 32px 16px 40px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.home-page .home-categories .home-category-title img, .home-page .home-categories .home-category-title svg {
  display: none;
}
.home-page .home-categories .home-category-title span {
  transition: all 0.2s linear;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.home-page .home-projects .home-projects-main {
  margin-bottom: 80px;
  gap: 32px;
}
.home-page .home-projects .home-projects-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.home-page .home-projects .home-projects-title {
  margin-bottom: 24px;
}
.home-page .home-projects .home-projects-subtext {
  font-size: 18px;
  line-height: 32px;
  max-width: 940px;
}
.home-page .home-projects .home-projects-button {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

@media screen and (max-width: 1680px) {
  .home-page .home-projects .home-projects-main {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .home-page .home-hero .home-hero-content {
    gap: 48px;
  }
  .home-page .home-hero .home-hero-title {
    font-size: 30px;
    line-height: 36px;
    width: 380px;
  }
  .home-page .home-hero .home-hero-data {
    width: calc(100% - 380px - 48px);
  }
  .home-page .home-hero .home-hero-subtext {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 48px;
  }
  .home-page .home-info-block .home-info-block-inner {
    gap: 48px;
  }
  .home-page .home-info-block .home-info-block-carousel-wrapper {
    width: calc(100% - 420px - 48px);
  }
  .home-page .home-info-block .home-info-block-content {
    width: 420px;
  }
  .home-page .home-info-block .home-info-block-main {
    margin-bottom: 32px;
  }
  .home-page .home-info-block .home-info-block-title {
    margin-bottom: 24px;
  }
  .home-page .home-path .home-path-main {
    margin-bottom: 32px;
  }
  .home-page .home-path .home-path-titles {
    margin-bottom: 24px;
  }
  .home-page .home-path .home-path-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .home-page .home-path .home-path-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  .home-page .home-path .home-path-subtext {
    font-size: 18px;
    line-height: 32px;
    max-width: 820px;
  }
  .home-page .home-path .home-path-container {
    margin-bottom: 32px;
  }
  .home-page .home-categories .home-categories-inner {
    gap: 32px;
  }
  .home-page .home-categories .home-category-title {
    padding: 32px 16px;
  }
  .home-page .home-categories .single-home-category {
    width: calc((100% - 64px) / 3.001);
  }
  .home-page .home-projects .home-projects-main {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .home-hero .home-hero-title, .home-page .home-hero .home-hero-data {
    width: 100%;
  }
  .home-page .home-hero .home-hero-title {
    margin-bottom: 48px;
  }
  .home-page .home-hero .home-hero-data-inner {
    max-width: none;
  }
  .home-page .home-info-block .home-info-block-carousel-wrapper {
    width: calc(100% + 64px);
    margin: 0 -32px;
  }
  .home-page .home-info-block .home-info-block-content {
    width: 100%;
  }
  .home-page .home-path .home-path-subtext {
    max-width: none;
  }
  .home-page .home-categories .single-home-category {
    width: calc(50% - 16px);
  }
  .home-page .home-projects .home-projects-main {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .home-page .home-projects .home-projects-content, .home-page .home-projects .home-projects-button {
    width: 100%;
  }
  .home-page .home-projects .home-projects-title {
    margin-bottom: 12px;
  }
  .home-page .home-projects .home-projects-subtext {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-categories .single-home-category {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-hero .home-hero-content {
    padding: 64px 0;
  }
  .home-page .home-info-block .home-info-block-carousel-wrapper {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .home-page .home-info-block .home-info-block-slide-title {
    left: 16px;
    bottom: 48px;
    width: calc(100% - 32px);
    max-height: calc(100% - 96px);
  }
  .home-page .home-info-block .home-info-block-carousel-arrows {
    bottom: 16px;
  }
  .home-page .home-categories {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .home-page .home-categories .home-categories-inner {
    width: calc(100% + 32px);
    margin: 0 -16px;
    gap: 0;
  }
  .home-page .home-categories .single-home-category a:hover .home-category-title svg path {
    fill: #E2000B;
  }
  .home-page .home-categories .home-category-image {
    display: none;
  }
  .home-page .home-categories .home-category-title {
    padding: 20px 16px;
    gap: 20px;
  }
  .home-page .home-categories .home-category-title img, .home-page .home-categories .home-category-title svg {
    width: 21px;
    height: 21px;
    display: block;
  }
  .home-page .home-categories .home-category-title img path, .home-page .home-categories .home-category-title svg path {
    fill: #000;
    transition: all 0.2s linear;
  }
  .home-page .home-categories .home-category-title span {
    text-transform: none;
    width: calc(100% - 21px - 20px);
    text-align: left;
    font-size: 17px;
    line-height: 21px;
  }
}
.projects-page .projects-main {
  margin-bottom: 64px;
}
.projects-page .projects-page-main-title {
  margin-bottom: 24px;
}
.projects-page .projects-list {
  gap: 64px 48px;
}
.projects-page .single-project-card {
  width: calc((100% - 96px) / 3.001);
}
.projects-page .info-block-wrapper {
  margin-top: 96px;
}

@media screen and (max-width: 1680px) {
  .projects-page .projects-list {
    gap: 48px;
  }
  .projects-page .info-block-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .projects-page .projects-main {
    margin-bottom: 48px;
  }
  .projects-page .projects-page-main-title {
    margin-bottom: 16px;
  }
  .projects-page .projects-list {
    gap: 32px;
  }
  .projects-page .single-project-card {
    width: calc((100% - 64px) / 3.001);
  }
  .projects-page .info-block-wrapper {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1271px) {
  .projects-page .single-project-card {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .projects-page .single-project-card {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .projects-page .projects-main {
    margin-bottom: 32px;
  }
}
.single-project-page .single-project-hero {
  margin-bottom: 64px;
}
.single-project-page .single-project-hero-container {
  gap: 48px;
}
.single-project-page .single-project-hero-content {
  width: calc(50% - 48px);
}
.single-project-page .single-project-hero-image {
  width: 50%;
}
.single-project-page .single-project-hero-image-inner:before {
  content: "";
  display: block;
  padding-top: 67.73%;
}
.single-project-page .single-project-hero-main {
  margin-bottom: 64px;
}
.single-project-page .single-project-hero-title {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 32px;
}
.single-project-page .single-project-hero-subtext {
  font-size: 18px;
  line-height: 30px;
}
.single-project-page .single-project-hero-anchor:hover {
  color: #E2000B;
}
.single-project-page .logos-title, .single-project-page .single-project-additional-title {
  font-size: 22px;
  line-height: 28px;
}
.single-project-page .single-project-content .wysiwyg-gallery .single-gallery-element:before {
  padding-top: 133.33%;
}
.single-project-page .single-project-additional-title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1680px) {
  .single-project-page .single-project-hero-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .single-project-page .single-project-hero {
    margin-bottom: 48px;
  }
  .single-project-page .single-project-hero-container {
    gap: 32px;
  }
  .single-project-page .single-project-hero-content {
    width: calc(50% - 32px);
  }
  .single-project-page .single-project-hero-main {
    margin-bottom: 48px;
  }
  .single-project-page .single-project-hero-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  .single-project-page .single-project-hero-subtext {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single-project-page .single-project-hero-content {
    width: 100%;
  }
  .single-project-page .single-project-hero-image {
    width: calc(100% + 64px);
    margin: 0 -32px;
  }
  .single-project-page .single-project-hero-main {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-project-page .single-project-hero-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 501px) {
  .single-project-page .common-projects-carousel-slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .single-project-page .single-project-hero-image {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .single-project-page .single-project-hero-title {
    font-size: 35px;
    line-height: 42px;
  }
  .single-project-page .single-project-additional-title {
    margin-bottom: 16px;
  }
}
.articles-page .articles-page-main-title {
  margin-bottom: 32px;
}
.articles-page .articles-list {
  gap: 48px;
}
.articles-page .single-article-card {
  width: calc((100% - 96px) / 3.001);
}
.articles-page .info-block-wrapper {
  margin-top: 96px;
}

@media screen and (max-width: 1680px) {
  .articles-page .info-block-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .articles-page .articles-page-main-title {
    margin-bottom: 24px;
  }
  .articles-page .articles-list {
    gap: 32px;
  }
  .articles-page .single-article-card {
    width: calc((100% - 64px) / 3.001);
  }
  .articles-page .info-block-wrapper {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1271px) {
  .articles-page .single-article-card {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .articles-page .single-article-card {
    width: 100%;
  }
}
.single-article-page .single-article-main {
  z-index: 1;
}
.single-article-page .single-article-container {
  gap: 88px;
}
.single-article-page .single-article-content {
  width: calc(100% - 413px - 88px);
}
.single-article-page .single-article-sidebar {
  width: 413px;
}
.single-article-page .single-article-main-title {
  margin-bottom: 32px;
}
.single-article-page .single-article-wysiwyg {
  padding-bottom: 64px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.single-article-page .back-button a:hover {
  color: #E2000B;
}
.single-article-page .single-article-additional {
  margin-bottom: 64px;
}
.single-article-page .single-article-additional-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 32px;
}
.single-article-page .single-sidebar-article {
  margin-bottom: 32px;
}
.single-article-page .single-sidebar-article a {
  gap: 20px;
}
.single-article-page .single-sidebar-article a:hover .sidebar-article-title {
  color: #E2000B;
}
.single-article-page .sidebar-article-image {
  width: 133px;
}
.single-article-page .sidebar-article-image-inner:before {
  content: "";
  display: block;
  padding-top: 138.34%;
}
.single-article-page .sidebar-article-content {
  width: calc(100% - 133px - 20px);
}
.single-article-page .sidebar-article-date, .single-article-page .sidebar-article-title {
  margin-bottom: 8px;
}
.single-article-page .sidebar-article-date {
  color: #8D8D8D;
  font-size: 13px;
  line-height: 16px;
}
.single-article-page .sidebar-article-title {
  font-size: 16px;
  line-height: 25px;
}
.single-article-page .sidebar-article-preview {
  font-size: 15px;
  line-height: 25px;
}
.single-article-page .info-block-wrapper {
  margin-top: 96px;
}

@media screen and (max-width: 1680px) {
  .single-article-page .single-article-container {
    gap: 64px;
  }
  .single-article-page .single-article-content {
    width: calc(100% - 413px - 64px);
  }
  .single-article-page .info-block-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .single-article-page .single-article-container {
    gap: 48px;
  }
  .single-article-page .single-article-content {
    width: calc(100% - 320px - 48px);
  }
  .single-article-page .single-article-sidebar {
    width: 320px;
  }
  .single-article-page .single-article-main-title {
    margin-bottom: 24px;
  }
  .single-article-page .single-article-wysiwyg {
    padding-bottom: 48px;
  }
  .single-article-page .single-article-additional {
    margin-bottom: 48px;
  }
  .single-article-page .single-sidebar-article a {
    gap: 16px;
  }
  .single-article-page .sidebar-article-content {
    width: calc(100% - 133px - 16px);
  }
  .single-article-page .info-block-wrapper {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .single-article-page .single-article-content, .single-article-page .single-article-sidebar {
    width: 100%;
  }
}
.about-us-page .main-title {
  font-family: FontRegular;
  font-size: 50px;
  line-height: 60px;
}
.about-us-page .about-us-hero {
  margin-bottom: 96px;
}
.about-us-page .about-us-hero-container {
  gap: 40px;
}
.about-us-page .about-us-hero-content {
  width: 423px;
  top: -11px;
}
.about-us-page .about-us-hero-main {
  margin-bottom: 64px;
}
.about-us-page .about-us-hero-title {
  margin-bottom: 32px;
  font-size: 50px;
  line-height: 60px;
}
.about-us-page .about-us-hero-media {
  width: calc(100% - 423px - 40px);
}
.about-us-page .about-us-hero-media-container {
  margin-bottom: 48px;
}
.about-us-page .about-us-hero-media-container:before {
  content: "";
  display: block;
  padding-top: 39.26%;
}
.about-us-page .values-container {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 32px;
}
.about-us-page .values-container--no-space-between {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.about-us-page .single-value-container {
  width: auto;
}
.about-us-page .about-us-quote {
  background-color: #EFEFEF;
}
.about-us-page .about-us-quote-container {
  gap: 48px;
}
.about-us-page .about-us-quote-author {
  gap: 32px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  max-width: 570px;
}
.about-us-page .about-us-quote-author-image {
  width: 191px;
  height: 191px;
}
.about-us-page .about-us-quote-author-data {
  width: calc(100% - 191px - 32px);
}
.about-us-page .about-us-quote-author-name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 4px;
}
.about-us-page .about-us-quote-separator {
  width: 2px;
  height: 145px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.about-us-page .about-us-quote-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.about-us-page .about-us-projects-title {
  margin-bottom: 32px;
}
.about-us-page .about-us-path-main {
  margin-bottom: 32px;
}
.about-us-page .about-us-path-title {
  margin-bottom: 16px;
}
.about-us-page .about-us-path-wysiwyg {
  max-width: 1200px;
}
.about-us-page .about-us-additional-main {
  margin-bottom: 32px;
}
.about-us-page .about-us-additional-title {
  margin-bottom: 16px;
}
.about-us-page .about-us-additional-wysiwyg {
  max-width: 820px;
}

@media screen and (min-width: 1681px) {
  .about-us-page .logos-section {
    margin: 96px 0;
  }
}
@media screen and (max-width: 1680px) {
  .about-us-page .about-us-hero {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1366px) {
  .about-us-page .values-container {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .about-us-page .single-value-container {
    width: calc(50% - 16px) !important;
  }
}
@media screen and (max-width: 1280px) {
  .about-us-page .main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .about-us-page .about-us-hero {
    margin-bottom: 48px;
  }
  .about-us-page .about-us-hero-container {
    gap: 32px;
  }
  .about-us-page .about-us-hero-content {
    top: -9px;
  }
  .about-us-page .about-us-hero-main {
    margin-bottom: 48px;
  }
  .about-us-page .about-us-hero-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .about-us-page .about-us-hero-media {
    width: calc(100% - 423px - 32px);
  }
  .about-us-page .about-us-hero-media-container {
    margin-bottom: 32px;
  }
  .about-us-page .about-us-quote-container {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-page .about-us-hero-content, .about-us-page .about-us-hero-media {
    width: 100%;
  }
  .about-us-page .about-us-hero-content {
    top: auto;
  }
  .about-us-page .about-us-hero-main {
    margin-bottom: 32px;
  }
  .about-us-page .about-us-quote-container, .about-us-page .about-us-quote-author {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 24px;
  }
  .about-us-page .about-us-quote-author {
    width: 100%;
    max-width: none;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .about-us-page .about-us-quote-author-data, .about-us-page .about-us-quote-content {
    width: 100%;
    text-align: center;
  }
  .about-us-page .about-us-quote-separator {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .about-us-page .common-projects-carousel-slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .about-us-page .main-title {
    font-size: 28px;
    line-height: 36px;
  }
  .about-us-page .single-value-container {
    width: 100% !important;
  }
  .about-us-page .about-us-projects-title {
    margin-bottom: 16px;
  }
}
.contacts-page .contacts-hero-container {
  gap: 96px;
}
.contacts-page .contacts-hero-content {
  width: 540px;
}
.contacts-page .contacts-hero-main {
  margin-bottom: 40px;
}
.contacts-page .contacts-hero-title {
  margin-bottom: 24px;
}
.contacts-page .contact-form-wrapper {
  width: calc(100% - 540px - 96px);
}
.contacts-page .contact-form-inner {
  border: 1px solid #CCC;
  padding: 40px;
}
.contacts-page .contact-form-success-main {
  margin-bottom: 32px;
}
.contacts-page .contact-form-success-title-wrapper {
  margin-bottom: 20px;
  gap: 12px;
}
.contacts-page .contact-form-success-icon svg {
  width: 52px;
  height: 52px;
}
.contacts-page .contact-form-success-title {
  width: calc(100% - 52px - 12px);
}
.contacts-page .inputs-wrapper {
  gap: 16px 24px;
  margin-bottom: 32px;
}
.contacts-page .single-input {
  width: calc((100% - 48px) / 3.001);
}
.contacts-page .contact-checkbox {
  margin-bottom: 48px;
}
.contacts-page .contacts-information {
  margin-bottom: 96px;
}
.contacts-page .single-contacts-information-row {
  margin-bottom: 32px;
}
.contacts-page .information-row-title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}
.contacts-page .information-row-container {
  gap: 32px;
}
.contacts-page .information-row-main, .contacts-page .information-row-info, .contacts-page .information-row-directions-wrapper {
  width: calc((100% - 64px) / 3.001);
}
.contacts-page .information-row-contacts-big {
  font-size: 18px;
  line-height: 30px;
}
.contacts-page .information-row-contacts-small {
  font-size: 15px;
  line-height: 30px;
}
.contacts-page .information-row-contacts-mb {
  margin-bottom: 32px;
}
.contacts-page .information-row-info-content {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}
.contacts-page .information-row-info-copy {
  gap: 8px;
}
.contacts-page .information-row-info-copy-success {
  display: none;
}
.contacts-page .information-row-info-copy-success svg {
  width: 16px;
  height: 16px;
}
.contacts-page .information-row-info-copy-button {
  color: #A9A9A9;
}
.contacts-page .information-row-info-copy-button:hover {
  color: #E2000B;
}
.contacts-page .information-row-directions-map {
  margin-bottom: 16px;
}
.contacts-page .information-row-directions-map:before {
  content: "";
  display: block;
  padding-top: 58.43%;
}
.contacts-page .information-row-directions {
  gap: 20px;
}
.contacts-page .information-row-direction a:hover svg path {
  fill: #E2000B;
}
.contacts-page .information-row-direction svg {
  width: 30px;
  height: 30px;
}
.contacts-page .information-row-direction svg path {
  transition: all 0.2s linear;
  fill: #000;
}
.contacts-page .single-contacts-information-row-without-map .information-row-main, .contacts-page .single-contacts-information-row-without-map .information-row-info {
  width: calc((100% - 64px - 80px) / 2);
}
.contacts-page .single-contacts-information-row-without-map .information-row-directions-wrapper {
  width: 80px;
}
.contacts-page .contacts-members-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 32px;
}
.contacts-page .contacts-members-list {
  gap: 96px 128px;
}
.contacts-page .single-contacts-member {
  gap: 32px;
  width: calc((100% - 256px) / 3.001);
}
.contacts-page .single-contacts-member:hover .member-hover-on {
  opacity: 1;
  visibility: visible;
}
.contacts-page .member-image {
  margin-bottom: 32px;
}
.contacts-page .member-image:before {
  content: "";
  display: block;
  padding-top: 75.54%;
}
.contacts-page .member-hover-on {
  opacity: 0;
  visibility: hidden;
}
.contacts-page .member-name {
  margin-bottom: 6px;
}
.contacts-page .member-position, .contacts-page .member-contact {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 1680px) {
  .contacts-page .contacts-hero-container {
    gap: 64px;
  }
  .contacts-page .contact-form-wrapper {
    width: calc(100% - 540px - 64px);
  }
  .contacts-page .contacts-information {
    margin-bottom: 64px;
  }
  .contacts-page .contacts-members-list {
    gap: 96px;
  }
  .contacts-page .single-contacts-member {
    width: calc((100% - 192px) / 3.001);
  }
}
@media screen and (max-width: 1280px) {
  .contacts-page .contacts-hero-container {
    gap: 48px;
  }
  .contacts-page .contacts-hero-content {
    width: 442px;
  }
  .contacts-page .contacts-hero-main {
    margin-bottom: 32px;
  }
  .contacts-page .contacts-hero-title {
    margin-bottom: 16px;
  }
  .contacts-page .contact-form-wrapper {
    width: calc(100% - 442px - 48px);
  }
  .contacts-page .contact-form-inner {
    padding: 32px;
  }
  .contacts-page .contact-form-success-main {
    margin-bottom: 24px;
  }
  .contacts-page .contact-form-success-title-wrapper {
    margin-bottom: 16px;
  }
  .contacts-page .contacts-information {
    margin-bottom: 48px;
  }
  .contacts-page .contacts-members-title {
    font-size: 40px;
    line-height: 48px;
  }
  .contacts-page .contacts-members-list {
    gap: 64px;
  }
  .contacts-page .single-contacts-member {
    width: calc((100% - 128px) / 3.001);
  }
}
@media screen and (max-width: 1179px) {
  .contacts-page .contacts-hero-content, .contacts-page .contact-form-wrapper {
    width: 100%;
  }
  .contacts-page .information-row-main, .contacts-page .information-row-info {
    width: calc(50% - 16px);
  }
  .contacts-page .information-row-directions-wrapper {
    width: 100%;
  }
  .contacts-page .information-row-directions {
    width: 100%;
  }
  .contacts-page .single-contacts-member {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .contacts-members-list {
    gap: 48px;
  }
  .contacts-page .single-contacts-member {
    width: calc(50% - 24px);
    gap: 24px;
  }
  .contacts-page .member-image {
    margin-bottom: 24px;
  }
  .contacts-page .member-position, .contacts-page .member-contact {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .single-input {
    width: 100%;
  }
  .contacts-page .information-row-main, .contacts-page .information-row-info {
    width: 100%;
  }
  .contacts-page .single-contacts-member {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contacts-page .contact-form-inner {
    padding: 16px;
  }
  .contacts-page .inputs-wrapper {
    margin-bottom: 24px;
  }
  .contacts-page .contact-checkbox {
    margin-bottom: 32px;
  }
  .contacts-page .information-row-contacts-big span:not(.information-row-info-copy-success), .contacts-page .information-row-info span:not(.information-row-info-copy-success) {
    display: inline-block;
  }
  .contacts-page .contacts-members-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.faq-page .faq-main {
  margin-bottom: 32px;
}
.faq-page .faq-main-title {
  margin-bottom: 64px;
}
.faq-page .faq-main-container {
  gap: 64px;
}
.faq-page .faq-sidebar {
  width: 345px;
}
.faq-page .faq-sidebar-inner {
  padding-left: 16px;
  border-left: 1px solid #000;
}
.faq-page .faq-content {
  width: calc(100% - 345px - 64px);
}
.faq-page .faq-content-inner {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.faq-page .faq-tabs-wrapper {
  gap: 20px;
}
.faq-page .faq-tab {
  width: 100%;
}
.faq-page .faq-tab-link {
  font-size: 15px;
  line-height: 25px;
  font-family: FontRegular;
  color: #000;
}
.faq-page .faq-tab-link:hover {
  color: #E2000B;
}
.faq-page .faq-tab-link.active {
  color: #E2000B;
}
.faq-page .faq-row {
  border-bottom: 1px solid #CCC;
}
.faq-page .faq-row:nth-last-of-type(1) {
  border-bottom: none;
}
.faq-page .faq-row.active .faq-link .faq-icon-minus {
  opacity: 1;
  visibility: visible;
}
.faq-page .faq-row.active .faq-link .faq-icon-plus {
  opacity: 0;
  visibility: hidden;
}
.faq-page .faq-row:not(.active) .faq-link .faq-icon-plus {
  opacity: 1;
  visibility: visible;
}
.faq-page .faq-row:not(.active) .faq-link .faq-icon-minus {
  opacity: 0;
  visibility: hidden;
}
.faq-page .faq-link {
  background-color: #EDEDED;
  padding: 40px;
  gap: 16px;
}
.faq-page .faq-link:hover .faq-icon-plus svg path {
  fill: #E2000B;
}
.faq-page .faq-question-inner {
  max-width: calc(100% - 26px - 16px);
}
.faq-page .faq-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.faq-page .faq-icon-inner {
  top: 0;
  left: 0;
}
.faq-page .faq-icon-inner svg {
  width: 26px;
  height: 26px;
}
.faq-page .faq-icon-inner svg path {
  transition: all 0.2s linear;
}
.faq-page .faq-answer {
  display: none;
  padding: 32px 40px 64px;
  background-color: #EDEDED;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 1680px) {
  .faq-page .faq-main-title {
    margin-bottom: 48px;
  }
  .faq-page .faq-main-container {
    gap: 48px;
  }
  .faq-page .faq-content {
    width: calc(100% - 345px - 48px);
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .faq-main {
    margin-bottom: 16px;
  }
  .faq-page .faq-main-title {
    margin-bottom: 32px;
  }
  .faq-page .faq-main-container {
    gap: 32px;
  }
  .faq-page .faq-content {
    width: calc(100% - 345px - 32px);
  }
  .faq-page .faq-link {
    padding: 32px;
  }
  .faq-page .faq-answer {
    padding: 32px 32px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-page .faq-main-title {
    margin-bottom: 24px;
  }
  .faq-page .faq-sidebar, .faq-page .faq-content {
    width: 100%;
  }
  .faq-page .faq-tabs-wrapper {
    gap: 16px;
  }
  .faq-page .faq-tab {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .faq-page .faq-tab {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-main {
    margin-bottom: 0;
  }
  .faq-page .faq-link {
    padding: 16px;
  }
  .faq-page .faq-question-inner {
    font-size: 16px;
    line-height: 19px;
  }
  .faq-page .faq-answer {
    padding: 16px 16px 32px;
  }
}
.catalog-page .catalog-container, .catalog-page .catalog-sidebar-wrapper {
  gap: 32px;
}
.catalog-page .catalog-sidebar-wrapper, .catalog-page .catalog-sidebar-main {
  width: 320px;
}
.catalog-page .catalog-sidebar-wrapper-extended {
  width: 580px;
  gap: 32px;
}
.catalog-page .catalog-sidebar-children {
  width: 228px;
}
.catalog-page .products-list-wrapper {
  width: calc(100% - 320px - 32px);
}
.catalog-page .products-list-wrapper-narrowed {
  width: calc(100% - 580px - 32px);
}
.catalog-page .catalog-sidebar-main-list {
  border: 1px solid #CCC;
  margin-bottom: 40px;
}
.catalog-page .single-category-main-link {
  padding: 20px;
  gap: 20px;
}
.catalog-page .single-category-main-link svg, .catalog-page .single-category-main-link img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.catalog-page .single-category-main-link svg path, .catalog-page .single-category-main-link img path {
  transition: all 0.2s linear;
  fill: #000;
}
.catalog-page .single-category-main-link span {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  font-family: FontMedium;
  position: relative;
  top: 2px;
  max-width: calc(100% - 25px - 20px);
  transition: all 0.2s linear;
}
.catalog-page .single-category-main-link:hover {
  background-color: #F2F2F2;
}
.catalog-page .single-category-main-link:hover svg path {
  fill: #E2000B;
}
.catalog-page .single-category-main-link:hover span {
  color: #E2000B;
}
.catalog-page .active.single-category-main-link {
  background-color: #F2F2F2;
}
.catalog-page .active.single-category-main-link svg path {
  fill: #E2000B;
}
.catalog-page .active.single-category-main-link span {
  color: #E2000B;
}
.catalog-page .single-category-child-wrapper {
  margin-bottom: 24px;
}
.catalog-page .single-category-children {
  padding: 16px 0 0 24px;
}
.catalog-page .single-category-children-child {
  margin-bottom: 16px;
}
.catalog-page .single-category-child-link {
  font-family: FontRegular;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}
.catalog-page .single-category-child-link:hover {
  color: #E2000B;
}
.catalog-page .active.single-category-child-link {
  color: #E2000B;
}
.catalog-page .products-list {
  gap: 3px;
}
.catalog-page .single-product-card {
  width: calc((100% - 6px) / 3.001);
}
.catalog-page .load-more-products-preloader {
  margin-top: 16px;
}
.catalog-page .info-block-wrapper {
  margin-top: 96px;
}

@media screen and (max-width: 1680px) {
  .catalog-page .info-block-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1366px) {
  .catalog-page .catalog-sidebar-main-list {
    margin-bottom: 32px;
  }
  .catalog-page .catalog-sidebar-wrapper, .catalog-page .catalog-sidebar-main {
    width: 260px;
  }
  .catalog-page .catalog-sidebar-wrapper-extended {
    width: 520px;
  }
  .catalog-page .products-list-wrapper {
    width: calc(100% - 260px - 32px);
  }
  .catalog-page .products-list-wrapper-narrowed {
    width: calc(100% - 520px - 32px);
  }
  .catalog-page .info-block-wrapper {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1272px) {
  .catalog-page .projects-banner-mobile, .catalog-page .catalog-sidebar-wrapper-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1271px) {
  .catalog-page .catalog-sidebar-wrapper {
    display: none !important;
  }
  .catalog-page .catalog-sidebar-wrapper-mobile {
    z-index: 1;
  }
  .catalog-page .categories-mobile {
    margin-bottom: 16px;
  }
  .catalog-page .categories-mobile-second-level:before, .catalog-page .categories-mobile-second-level:after, .catalog-page .categories-mobile-third-level:before, .catalog-page .categories-mobile-third-level:after {
    content: "";
    background-color: #CCC;
    position: absolute;
  }
  .catalog-page .categories-mobile-second-level:before, .catalog-page .categories-mobile-third-level:before {
    width: 16px;
    height: 1px;
    top: calc(50% - 1px);
    right: 100%;
  }
  .catalog-page .categories-mobile-second-level:after, .catalog-page .categories-mobile-third-level:after {
    width: 1px;
    height: 44.5px;
    right: calc(100% + 16px);
    top: -16px;
  }
  .catalog-page .categories-mobile-second-level {
    margin-left: 32px;
  }
  .catalog-page .categories-mobile-third-level {
    margin-left: 64px;
  }
  .catalog-page .products-list-wrapper, .catalog-page .products-list-wrapper-narrowed {
    width: 100% !important;
  }
  .catalog-page .single-product-card {
    width: calc((100% - 6px) / 3.001) !important;
  }
  .catalog-page .projects-banner-mobile {
    width: calc(100% + 64px);
    margin: 32px -32px;
    min-height: 230px;
  }
  .catalog-page .projects-banner-mobile .projects-banner-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .catalog-page .projects-banner-mobile .projects-banner-content {
    padding: 48px;
  }
  .catalog-page .projects-banner-mobile .projects-banner-titles {
    margin-bottom: 16px;
  }
  .catalog-page .projects-banner-mobile .projects-banner-subtitle {
    margin-bottom: 8px;
  }
  .catalog-page .projects-banner-mobile .projects-banner-title {
    font-size: 25px;
    line-height: 32px;
  }
  .catalog-page .info-block-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-page .single-product-card {
    width: calc(50% - 1.5px) !important;
  }
}
@media screen and (max-width: 500px) {
  .catalog-page .projects-banner-mobile {
    width: calc(100% + 32px);
    margin: 32px -16px;
  }
}
.single-product-page .single-product-hero {
  margin-bottom: 32px;
}
.single-product-page .single-product-hero-container {
  gap: 48px;
}
.single-product-page .single-product-hero-media {
  width: 50%;
}
.single-product-page .single-product-hero-media-inner {
  gap: 16px;
}
.single-product-page .single-product-hero-info {
  width: calc(50% - 48px);
  gap: 32px;
}
.single-product-page .single-product-hero-main-image {
  width: calc(100% - 112px - 16px);
}
.single-product-page .single-product-hero-main-image-link {
  height: 624px;
}
.single-product-page .single-product-hero-gallery {
  width: 112px;
  gap: 16px;
}
.single-product-page .single-product-hero-gallery-image {
  width: 100%;
}
.single-product-page .single-product-hero-gallery-image-link {
  border: 1px solid #CCC;
}
.single-product-page .single-product-hero-gallery-image-link:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-product-page .single-product-hero-gallery-gradient {
  background: rgba(0, 0, 0, 0.4);
}
.single-product-page .single-product-hero-gallery-number {
  font-size: 19px;
  line-height: 23px;
}
.single-product-page .single-product-hero-data-row {
  margin-bottom: 24px;
  gap: 16px 32px;
  z-index: 1;
}
.single-product-page .single-product-hero-badges {
  gap: 16px 24px;
}
.single-product-page .single-product-hero-badge {
  font-size: 13px;
  line-height: 16px;
}
.single-product-page .badge-title {
  color: #A1A1A1;
}
.single-product-page .badge-value {
  color: #E2000B;
}
.single-product-page .badge-value a {
  color: #E2000B;
}
.single-product-page .badge-value a:hover {
  color: #E2000B;
}
.single-product-page .single-product-hero-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 32px;
}
.single-product-page .single-product-hero-wysiwyg {
  margin-bottom: 32px;
}
.single-product-page .common-share {
  margin-bottom: 0 !important;
  top: -7px;
}
.single-product-page .common-share-panel {
  left: auto;
  right: 0;
}
.single-product-page .description-row:nth-last-of-type(1) .description-row-content {
  padding-bottom: 0;
}
.single-product-page .description-row.active .description-row-link .description-row-icon-minus {
  opacity: 1;
  visibility: visible;
}
.single-product-page .description-row.active .description-row-link .description-row-icon-plus {
  opacity: 0;
  visibility: hidden;
}
.single-product-page .description-row:not(.active) .description-row-link .description-row-icon-plus {
  opacity: 1;
  visibility: visible;
}
.single-product-page .description-row:not(.active) .description-row-link .description-row-icon-minus {
  opacity: 0;
  visibility: hidden;
}
.single-product-page .description-row-link {
  padding: 30px 0;
  border-bottom: 1px solid #000;
  gap: 16px;
}
.single-product-page .description-row-title-inner {
  font-size: 22px;
  line-height: 25px;
  width: calc(100% - 16px - 26px);
}
.single-product-page .description-row-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.single-product-page .description-row-icon-inner {
  top: 0;
  left: 0;
}
.single-product-page .description-row-icon-inner svg {
  width: 26px;
  height: 26px;
}
.single-product-page .description-row-icon-inner svg path {
  transition: all 0.2s linear;
}
.single-product-page .description-row-content {
  display: none;
  padding: 30px 0;
}
.single-product-page .products-carousel-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1281px) {
  .single-product-page .single-product-hero-gallery {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .single-product-page .single-product-hero-container {
    gap: 32px;
  }
  .single-product-page .single-product-hero-info {
    width: calc(50% - 32px);
  }
  .single-product-page .single-product-hero-main-image {
    width: 100%;
  }
  .single-product-page .single-product-hero-main-image-link {
    height: auto;
  }
  .single-product-page .single-product-hero-main-image-link:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .single-product-page .single-product-hero-gallery {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .single-product-page .single-product-hero-gallery-image {
    width: calc((100% - 64px) / 5.001);
  }
  .single-product-page .single-product-hero-data-row {
    margin-bottom: 16px;
    gap: 16px 24px;
  }
  .single-product-page .single-product-hero-badges {
    gap: 16px;
  }
  .single-product-page .single-product-hero-title {
    margin-bottom: 24px;
  }
  .single-product-page .products-carousel-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single-product-page .single-product-hero-media, .single-product-page .single-product-hero-info {
    width: 100%;
  }
  .single-product-page .single-product-hero-media-inner {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .single-product-page .single-product-hero-badges, .single-product-page .common-share {
    width: 100%;
  }
  .single-product-page .common-share {
    top: auto;
    text-align: right;
    order: 1;
  }
  .single-product-page .single-product-hero-badges {
    order: 2;
  }
  .single-product-page .description-row-link {
    padding: 24px 0;
    gap: 12px;
  }
  .single-product-page .description-row-title-inner {
    font-size: 20px;
    line-height: 24px;
    width: calc(100% - 12px - 24px);
  }
  .single-product-page .description-row-icon {
    width: 24px;
    height: 24px;
  }
  .single-product-page .description-row-icon-inner svg {
    width: 24px;
    height: 24px;
  }
  .single-product-page .description-row-content {
    padding: 24px 0;
  }
}

/*# sourceMappingURL=style.css.map */
