@font-face {
  font-family: FontLight;
  src: url("../../fonts/Roboto-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBlack;
  src: url("../../fonts/Roboto-Black.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontAdditionalLight;
  src: url("../../fonts/Segoe-UI-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontAdditionalSemiBold;
  src: url("../../fonts/Segoe-UI-Semibold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontAdditionalBold;
  src: url("../../fonts/Segoe-UI-Bold.ttf") format("truetype");
  font-display: block;
}
.font-light {
  font-family: FontLight;
}

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

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

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

.font-black {
  font-family: FontBlack;
}

.font-additional-light {
  font-family: FontAdditionalLight;
}

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

.font-additional-bold {
  font-family: FontAdditionalBold;
}

strong, b {
  font-family: FontBold;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

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

.default-color {
  color: #B3712D;
}

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

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

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

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

.default-link {
  position: relative;
  color: #B3712D;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #B3712D;
}
.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: #B3712D;
}

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;
}

.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;
}

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

.body-with-admin-bar .mobile-menu {
  top: calc(100px + 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(100px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontLight;
  color: #000;
  font-size: 28px;
  padding-top: 100px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #B3712D;
}

.no-header-body {
  padding-top: 0;
}
.no-header-body .default-page-height {
  min-height: 100vh;
}

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

.default-text {
  font-size: 28px;
  line-height: 33px;
}

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

.default-button {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: FontAdditionalSemiBold;
  font-size: 40px;
  line-height: 53px;
  padding: 4px 32px 11px;
}

.default-button-light {
  font-family: FontAdditionalLight;
}

.default-button-bold {
  font-family: FontAdditionalBold;
}

.default-button-simple {
  color: #fff !important;
  background-color: #B3712D !important;
  border: 2px solid #B3712D !important;
}
.default-button-simple:hover {
  color: #B3712D !important;
  background-color: #fff !important;
  border: 2px solid #B3712D !important;
}

.default-button-simple-no-hover {
  color: #fff !important;
  background-color: #B3712D !important;
  border: 2px solid #B3712D !important;
}
.default-button-simple-no-hover:hover {
  color: #fff !important;
  background-color: #B3712D !important;
  border: 2px solid #B3712D !important;
}

.default-button-simple-no-border {
  color: #fff !important;
  background-color: #B3712D !important;
  border: 2px solid #B3712D !important;
}
.default-button-simple-no-border:hover {
  color: #B3712D !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.default-button-black {
  color: #fff !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
}
.default-button-black:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.default-button-white {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000 !important;
}
.default-button-white:hover {
  color: #fff !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
}

.single-link a {
  font-size: 42px;
  line-height: 48px;
}
.single-link a:hover {
  color: #B3712D;
}
.single-link a:hover .link-triangle {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
.single-link .link-triangle {
  width: 24px;
  height: 24px;
  top: -1px;
  margin-left: 4px;
}

@media screen and (max-width: 1679px) {
  .single-link a {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
@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: #B3712D;
}

.header-content {
  min-height: 100px;
  gap: 48px;
}

.header-logo img {
  max-width: 167px;
  max-height: 80px;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  font-family: FontAdditionalBold;
  white-space: nowrap;
  position: relative;
  color: #fff;
}
.header-menu > ul > li > a:hover:before, .header-menu > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.header-menu > ul > li > a:after {
  left: 0;
  background-color: #fff;
}
.header-menu > ul > li > a:before, .header-menu > ul > li > a: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;
}
.header-menu > ul > li > a:before, .header-menu > ul > li > a:after {
  height: 2px;
}
.header-menu > ul > li > a:hover {
  color: #fff;
}
.header-menu > ul .current-menu-item > a:before, .header-menu > ul .current-menu-item > a:after, .header-menu > ul .current-page-ancestor > a:before, .header-menu > ul .current-page-ancestor > a:after, .header-menu > ul .current-menu-ancestor > a:before, .header-menu > ul .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}

.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
  gap: 48px;
}
.header-menu-desktop > ul > li > a {
  font-size: 30px;
  line-height: 36px;
}

.header-button a {
  box-shadow: none;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  padding: 12px 24px;
}

@media screen and (max-width: 1919px) {
  .header-content {
    gap: 32px !important;
  }
  .header-menu-desktop > ul {
    gap: 32px !important;
  }
  .header-menu-desktop > ul > li > a {
    font-size: 24px;
    line-height: 32px;
  }
  .header-button a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1599px) {
  .header-menu-desktop > ul {
    gap: 24px;
  }
  .header-menu-desktop > ul > li > a {
    font-size: 20px;
    line-height: 30px;
  }
  .header-menu-desktop > ul > li > a:before, .header-menu-desktop > ul > li > a:after {
    height: 1.5px;
  }
  .header-button a {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 16px;
  }
}
@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) {
  .mobile-menu {
    background-color: #B3712D;
    max-width: 500px;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    right: 0;
    padding: 24px 32px 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 - 100px);
    top: 100px;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-burger {
    cursor: pointer;
  }
  .header-burger svg {
    width: 31px;
    height: 26px;
  }
  .header-burger svg path {
    fill: #fff;
    transition: all 0.2s linear;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 16px;
  }
  .header-menu-mobile > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-menu-mobile > ul > li > a {
    font-size: 20px;
    line-height: 30px;
  }
  .header-menu-desktop {
    display: none !important;
  }
  .header-button a {
    font-size: 18px;
    line-height: 26px;
  }
  .header-button-desktop {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .header-button-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-button-desktop {
    display: none !important;
  }
  .header-logo img {
    max-width: 100px;
    max-height: 40px;
  }
  .header-content {
    min-height: 60px;
  }
  .mobile-menu, .mobile-background {
    height: calc(100vh - 60px);
    top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .mobile-menu {
    padding: 24px 16px 96px;
  }
}
.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, .image-modal-window .modal-dialog .modal-content .iframe-wrapper video {
  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: #B3712D;
  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: #B3712D;
  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;
  }
}
.capsules {
  margin-bottom: 96px;
}
.capsules .capsules-titles {
  margin-bottom: 32px;
}
.capsules .capsules-title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
.capsules .capsules-subtext {
  font-size: 40px;
  line-height: 48px;
}
.capsules .capsules-list {
  margin-bottom: 16px;
}
.capsules .single-capsule {
  width: 12.4984376953%;
}
.capsules .single-capsule:nth-of-type(1), .capsules .single-capsule:nth-of-type(8) {
  padding-top: 78px;
}
.capsules .single-capsule:nth-of-type(2), .capsules .single-capsule:nth-of-type(7) {
  padding-top: 24px;
}
.capsules .single-capsule-link:hover .single-capsule-title, .capsules .single-capsule-link:hover .single-capsule-subtext {
  color: #B3712D;
}
.capsules .single-capsule-content {
  margin-bottom: 12px;
}
.capsules .single-capsule-title, .capsules .single-capsule-subtext {
  font-size: 30px;
  line-height: 35px;
}
.capsules .capsules-additional {
  max-width: 960px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1919px) {
  .capsules .single-capsule-title, .capsules .single-capsule-subtext {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .capsules {
    margin-bottom: 64px;
  }
  .capsules .capsules-title {
    font-size: 50px;
    line-height: 60px;
  }
  .capsules .capsules-subtext {
    font-size: 30px;
    line-height: 40px;
  }
  .capsules .capsules-additional {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .capsules {
    margin-bottom: 48px;
  }
  .capsules .capsules-title {
    font-size: 40px;
    line-height: 50px;
  }
  .capsules .capsules-subtext {
    font-size: 24px;
    line-height: 32px;
  }
  .capsules .capsules-additional {
    font-size: 20px;
    line-height: 30px;
  }
}
.video:before {
  content: "";
  display: block;
  padding-top: 7.8125%;
}

.products .products-main-container {
  max-width: 1666px;
}
.products .products-inner {
  gap: 90px;
  margin-bottom: 90px;
}
.products .single-product {
  width: calc((100% - 270px) / 4.001);
}
.products .single-product-link:hover .single-product-content-title, .products .single-product-link:hover .single-product-content-subtext {
  color: #B3712D;
}
.products .single-product-image {
  width: 230px;
  height: 247px;
  margin: 0 auto 48px;
}
.products .single-product-image img {
  max-height: 100%;
}
.products .single-product-content-main {
  gap: 12px;
  margin-bottom: 12px;
}
.products .single-product-content-title, .products .single-product-content-subtext {
  font-size: 32px;
  line-height: 38px;
}
.products .single-product-content-subtext {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.products .single-product-content-additional {
  font-size: 20px;
  line-height: 23px;
  color: #999999;
}

@media screen and (max-width: 1679px) {
  .products .products-inner {
    gap: 48px;
    margin-bottom: 48px;
  }
  .products .single-product-image {
    margin: 0 auto 24px;
  }
  .products .single-product {
    width: calc((100% - 144px) / 4.001);
  }
  .products .single-product-content-title, .products .single-product-content-subtext {
    font-size: 24px;
    line-height: 32px;
  }
  .products .single-product-content-additional {
    font-size: 18px;
    line-height: 21px;
  }
}
.description .description-image-wrapper {
  width: 1190px;
  height: 924px;
  top: calc(50% - 462px);
  left: calc(50% - 595px);
}
.description .description-title {
  padding: 59px 0 64px;
  font-size: 60px;
  line-height: 70px;
}
.description .description-side-content {
  width: calc((100% - 500px) / 2);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 32px 48px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}
.description .description-left-content {
  clip-path: polygon(0 0, calc(100% - 228px) 0, 100% 100%, 0 100%);
}
.description .description-right-content {
  clip-path: polygon(228px 0, 100% 0, 100% 100%, 0 100%);
}
.description .description-middle-space {
  width: 500px;
  min-height: 787px;
}
.description .description-row {
  margin-bottom: 24px;
}
.description .description-row-right {
  text-align: right;
}
.description .description-row-image {
  margin-bottom: 16px;
}
.description .description-row-image img {
  width: 100px;
  height: 100px;
  object-position: 50% 100%;
}
.description .description-row-title {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 24px;
}
.description .description-row-title:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #B3712D;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.description .description-row-subtext {
  object-position: 50% 100%;
  font-size: 22px;
  line-height: 26px;
}
.description .description-button-wrapper {
  min-width: 100%;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}
.description .description-button-wrapper a {
  white-space: nowrap;
}

.description-prev, .description-next {
  top: 64px;
  font-size: 0;
  z-index: 1;
  position: relative;
}
.description-prev img, .description-next img {
  width: 38px;
  height: 65px;
}

.description-prev {
  left: 32px;
}

.description-next {
  right: 32px;
}

.description-indicators {
  background-color: #000;
  gap: 30px;
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  padding: 24px 16px;
  margin: 0;
}
.description-indicators a {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #808080;
  border-radius: 50%;
}
.description-indicators .active {
  background-color: #fff;
}

@media screen and (max-width: 1919px) {
  .description .description-row-title {
    font-size: 24px;
    line-height: 28px;
  }
  .description .description-row-subtext {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1679px) {
  .description .description-side-content {
    width: calc((100% - 350px) / 2);
    padding: 32px;
  }
  .description .description-middle-space {
    width: 350px;
  }
}
.links-wrapper {
  background-image: url("../../images/links-bg.jpg");
}
.links-wrapper .links-main-container {
  max-width: 1666px;
}
.links-wrapper .links-inner {
  gap: 64px;
}
.links-wrapper .links-list {
  width: calc(100% - 471px - 64px);
}
.links-wrapper .single-link {
  margin-bottom: 120px;
}
.links-wrapper .links-image-wrapper {
  width: 471px;
  padding-top: 20px;
}
.links-wrapper .links-image {
  height: 581px;
}
.links-wrapper .links-image-alignment {
  margin-left: auto;
}

@media screen and (max-width: 1679px) {
  .links-wrapper .links-inner {
    gap: 48px;
  }
  .links-wrapper .links-list {
    width: calc(100% - 471px - 48px);
  }
  .links-wrapper .single-link {
    margin-bottom: 96px;
  }
}
.icons-row {
  top: 32px;
  left: 32px;
  width: calc(100% - 64px);
  height: 130px;
  z-index: 2;
}
.icons-row .back-button-icon {
  width: 130px;
  height: 130px;
}
.icons-row .scroll-icon-wrapper {
  margin-left: auto;
}
.icons-row .scroll-icon {
  width: 90px;
  height: 130px;
}

.results-page .icons-row {
  top: 9.5px;
}

.home-page .home-container {
  max-width: 1564px;
}
.home-page .home-inner {
  min-height: 100vh;
  padding: 48px 0;
  gap: 96px;
}
.home-page .home-content {
  min-height: 650px;
  width: calc(100% - 64px - 536px);
  z-index: 1;
}
.home-page .home-image-wrapper {
  width: 536px;
}
.home-page .home-image-main, .home-page .home-image-bg {
  top: calc(50% - 420px);
  left: calc(50% - 490px);
  width: 980px;
  height: 980px;
}
.home-page .home-logo {
  margin-bottom: 64px;
}
.home-page .home-logo img {
  max-width: 380px;
  width: 100%;
}
.home-page .home-title {
  font-size: 125px;
  line-height: 148px;
  margin-bottom: 32px;
}
.home-page .home-subtext {
  font-size: 45px;
  line-height: 53px;
  max-width: 750px;
}
.home-page .home-button {
  font-size: 86px;
  line-height: 100px;
  padding: 8px 12px 16px;
  cursor: pointer;
}

.capsules-page .capsules-container {
  padding: 80px 0 64px;
}
.capsules-page .capsules .capsules-titles {
  margin-bottom: 48px;
}

.navigation-page .navigation-container {
  max-width: 1024px;
}
.navigation-page .navigation-inner {
  min-height: 100vh;
  padding: 48px 0;
}
.navigation-page .navigation-bg {
  top: 0;
  left: calc(50% - 774px);
  width: 1548px;
  height: 774px;
}
.navigation-page .navigation-title {
  font-size: 88px;
  line-height: 100px;
  margin-bottom: 40px;
}
.navigation-page .single-navigation {
  margin-bottom: 48px;
}
.navigation-page .single-navigation-link {
  font-size: 54px;
  line-height: 72px;
  padding: 12px 0 20px;
}

.navigation-page-with-header .navigation-inner {
  min-height: calc(100vh - 100px);
}

@media screen and (max-width: 1679px) {
  .navigation-page .navigation-title {
    font-size: 70px;
    line-height: 82px;
  }
}
.single-product-page .single-product-wrapper {
  padding: 32px 0 64px;
}
.single-product-page .single-product-container {
  max-width: 1800px;
  margin-bottom: 64px;
}
.single-product-page .single-product-main-titles {
  margin-bottom: 40px;
}
.single-product-page .single-product-title {
  font-size: 70px;
  line-height: 82px;
  margin-bottom: 24px;
}
.single-product-page .single-product-subtext {
  font-size: 28px;
  line-height: 33px;
  margin: 0 auto 40px;
  max-width: 1490px;
}
.single-product-page .single-product-main {
  margin-bottom: 80px;
  gap: 64px;
}
.single-product-page .single-product-button {
  margin-bottom: 48px;
}
.single-product-page .single-product-image {
  width: 702px;
}
.single-product-page .single-product-content {
  padding-top: 32px;
  width: calc(100% - 702px - 64px);
}
.single-product-page .single-product-cells {
  margin-bottom: 32px;
}
.single-product-page .single-product-cell {
  width: 50%;
  padding: 12px;
  min-height: 218px;
}
.single-product-page .single-product-cell-title, .single-product-page .single-product-cell-value {
  font-size: 24px;
  line-height: 28px;
}
.single-product-page .single-product-cell-title-mb {
  margin-bottom: 4px;
}
.single-product-page .single-product-cell-value-mb {
  margin-bottom: 7px;
}
.single-product-page .single-product-cell-image {
  left: 0;
  bottom: 0;
  max-height: 100%;
  z-index: -1;
}
.single-product-page .single-product-column {
  width: 24.9937515621%;
  padding: 0 12px;
}

@media screen and (max-width: 1679px) {
  .single-product-page .single-product-main {
    margin-bottom: 64px;
  }
  .single-product-page .single-product-image {
    width: 600px;
  }
  .single-product-page .single-product-content {
    width: calc(100% - 600px - 64px);
  }
  .single-product-page .single-product-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 16px;
  }
  .single-product-page .single-product-subtext {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .single-product-page .single-product-cell-title, .single-product-page .single-product-cell-value {
    font-size: 22px;
    line-height: 26px;
  }
}
.machines-page .icons-row {
  z-index: 0;
}
.machines-page .machines-container {
  padding: 32px 0 84px;
}
.machines-page .machines-main-container {
  max-width: 1880px;
}
.machines-page .machines-inner {
  gap: 48px;
}
.machines-page .machines-buttons {
  margin-bottom: 40px;
}
.machines-page .machines-section-title-wrapper {
  margin-bottom: 48px;
}
.machines-page .machines-section-title {
  font-size: 36px;
  margin-bottom: 0;
  padding: 0 16px;
}
.machines-page .machines-section-title:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #000;
  z-index: -1;
}
.machines-page .machines-section-elements {
  gap: 48px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.machines-page .machines-section-single {
  width: calc((100% - 96px) / 6.001);
}
.machines-page .machines-section-single .machines-element {
  width: 100%;
}
.machines-page .machines-section-double {
  width: calc((100% - 96px) / 6.001 * 2);
}
.machines-page .machines-section-double .machines-element {
  width: calc(50% - 24px);
}
.machines-page .machines-section-triple {
  width: calc((100% - 96px) / 6.001 * 3);
}
.machines-page .machines-section-triple .machines-element {
  width: calc((100% - 96px) / 3.001);
}
.machines-page .machines-element-image {
  margin-bottom: 8px;
}
.machines-page .machines-element-image img {
  width: 230px;
}
.machines-page .machines-element-colors {
  margin-bottom: 32px;
  gap: 16px;
}
.machines-page .machines-element-color {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.machines-page .machines-element-color-bordered {
  border: 1px solid #000;
}
.machines-page .machines-element-title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 22px;
}
.machines-page .machines-element-subtext {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 32px;
}
.machines-page .machines-element-button a {
  font-size: 21px;
  line-height: 28px;
  padding: 6px 32px 10px;
  box-shadow: none;
  border-radius: 4px;
}
.machines-page .machines-button {
  margin-bottom: 28px;
}

@media screen and (max-width: 1679px) {
  .machines-page .machines-element-button a {
    padding: 6px 16px 10px;
  }
}
.why-us-page .why-us-hero {
  background-image: url("../../images/why-us-hero-bg.jpg");
}
.why-us-page .why-us-hero-container {
  max-width: 1780px;
}
.why-us-page .why-us-hero-inner {
  gap: 32px;
}
.why-us-page .why-us-hero-content {
  width: calc(100% - 928px - 32px);
  padding: 64px 0 64px 96px;
}
.why-us-page .why-us-hero-image {
  width: 928px;
  padding: 16px 0;
}
.why-us-page .why-us-hero-title {
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 36px;
}
.why-us-page .why-us-hero-subtitle {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 36px;
}
.why-us-page .why-us-hero-subtext {
  font-size: 32px;
  line-height: 38px;
  max-width: 510px;
  margin-bottom: 76px;
}
.why-us-page .single-link {
  margin-bottom: 48px;
}
.why-us-page .why-us-main-container {
  max-width: 1580px;
}
.why-us-page .why-us-main-inner {
  min-height: 100vh;
  padding: 64px 0;
}
.why-us-page .why-us-main-title {
  font-size: 72px;
  line-height: 84px;
  margin-bottom: 76px;
}
.why-us-page .why-us-main-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.why-us-page .single-section {
  width: calc(50% - 32px);
  margin-bottom: 64px;
}
.why-us-page .single-section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.why-us-page .single-section:nth-of-type(2n) {
  margin-left: auto;
  text-align: right;
}
.why-us-page .single-section:nth-of-type(2n) .section-circle {
  margin: 0 0 48px auto;
}
.why-us-page .single-section:nth-of-type(2n) .section-title:before {
  left: auto;
  right: 0;
}
.why-us-page .section-circle {
  width: 220px;
  height: 220px;
  margin: 0 auto 48px 0;
}
.why-us-page .section-circle-title {
  font-size: 102px;
  line-height: 90px;
}
.why-us-page .section-circle-subtext {
  font-size: 35px;
  line-height: 41px;
}
.why-us-page .section-title {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 42px;
  position: relative;
}
.why-us-page .section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: calc(100% + 64px);
  height: 10px;
  background-color: #B3712D;
}
.why-us-page .section-subtext {
  font-size: 32px;
  line-height: 38px;
}
.why-us-page .why-us-footer {
  padding: 64px 0;
}
.why-us-page .why-us-footer-background {
  width: 1542px;
  top: 0;
  left: calc(50% - 771px);
}
.why-us-page .why-us-footer-button {
  margin-bottom: 48px;
}
.why-us-page .why-us-footer-button a {
  font-size: 54px;
  line-height: 72px;
  padding: 14px 40px 20px;
  box-shadow: none;
}
.why-us-page .why-us-footer-subtext {
  font-size: 32px;
  line-height: 38px;
}

@media screen and (max-width: 1679px) {
  .why-us-page .why-us-hero-title {
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 32px;
  }
  .why-us-page .why-us-hero-subtitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .why-us-page .why-us-hero-subtext {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 64px;
  }
  .why-us-page .why-us-hero-content {
    padding: 48px 0 48px 96px;
  }
  .why-us-page .single-link {
    margin-bottom: 32px;
  }
  .why-us-page .why-us-main-title {
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 64px;
  }
  .why-us-page .single-section {
    margin-bottom: 48px;
  }
  .why-us-page .single-section:nth-of-type(2n) .section-circle {
    margin: 0 0 32px auto;
  }
  .why-us-page .section-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto 32px 0;
  }
  .why-us-page .section-circle-title {
    font-size: 80px;
    line-height: 70px;
  }
  .why-us-page .section-circle-subtext {
    font-size: 32px;
    line-height: 38px;
  }
  .why-us-page .section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .why-us-page .section-subtext {
    font-size: 24px;
    line-height: 32px;
  }
  .why-us-page .why-us-footer-subtext {
    font-size: 24px;
    line-height: 32px;
  }
  .why-us-page .why-us-footer-button {
    margin-bottom: 32px;
  }
  .why-us-page .why-us-footer-button a {
    font-size: 40px;
    line-height: 53px;
    padding: 4px 32px 11px;
  }
}
@media screen and (max-width: 767px) {
  .why-us-main-inner {
    min-height: calc(100vh - 60px);
  }
}
.comparison-page .comparison-background {
  top: 0;
  left: 50%;
  min-width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.comparison-page .comparison-content-wrapper {
  padding: 48px 0;
}
.comparison-page .comparison-content-main {
  margin-bottom: 20px;
}
.comparison-page .comparison-title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 10px;
}
.comparison-page .comparison-subtext {
  font-size: 28px;
  line-height: 33px;
  max-width: 1280px;
}
.comparison-page .comparison-table-wrapper {
  gap: 24px;
  margin-bottom: 60px;
}
.comparison-page .comparison-table-row-titles {
  padding-top: 326px;
}
.comparison-page .single-comparison-title {
  gap: 10px;
  margin-bottom: 5px;
  text-align: right;
}
.comparison-page .single-comparison-title span {
  font-size: 18px;
  line-height: 21px;
}
.comparison-page .single-comparison-title img {
  width: 26px;
  height: 26px;
}
.comparison-page .comparison-table {
  gap: 48px;
}
.comparison-page .comparison-column-image {
  margin-bottom: 20px;
}
.comparison-page .comparison-column-image img {
  width: 165px;
  height: 256px;
}
.comparison-page .comparison-column-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 22px;
}
.comparison-page .comparison-column-true-false {
  font-size: 0;
  margin-bottom: 5px;
}
.comparison-page .comparison-column-true-false svg {
  width: 22px;
  height: 26px;
}
.comparison-page .comparison-column-true-false span {
  font-family: FontBold;
  font-size: 16px;
  line-height: 26px;
}
.comparison-page .comparison-column-button {
  padding-top: 22px;
}
.comparison-page .comparison-column-button a {
  box-shadow: none;
  font-size: 21px;
  line-height: 28px;
  font-family: FontLight;
  padding: 8px 16px;
}
.comparison-page .comparison-table {
  width: calc(100% - 600px - 48px);
}
.comparison-page .comparison-table-row-spacer {
  width: 325px;
}
.comparison-page .comparison-table-row-spacer-smaller {
  width: 275px;
}
.comparison-page .comparison-column-button a {
  border-radius: 4px;
}

@media screen and (max-width: 1679px) {
  .comparison-page .single-comparison-title span {
    font-size: 16px;
  }
  .comparison-page .comparison-table {
    width: calc(100% - 520px - 48px);
  }
  .comparison-page .comparison-table-row-spacer {
    width: 260px;
  }
}
.single-machine-page .single-machine-hero {
  padding: 32px 0;
}
.single-machine-page .single-machine-hero-main-container {
  max-width: 1548px;
}
.single-machine-page .single-machine-hero-main {
  margin-bottom: 32px;
  z-index: 1;
}
.single-machine-page .single-machine-hero-title {
  font-size: 70px;
  line-height: 82px;
  margin-bottom: 24px;
}
.single-machine-page .single-machine-hero-subtext {
  font-size: 28px;
  line-height: 33px;
}
.single-machine-page .single-machine-hero-content-main {
  margin-bottom: 18px;
  gap: 32px;
}
.single-machine-page .single-machine-hero-content-image {
  width: 629px;
  height: 566px;
}
.single-machine-page .single-machine-hero-content-image-bg {
  width: 980px;
  height: 980px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.single-machine-page .single-machine-hero-content-data {
  padding-top: 24px;
  width: calc(100% - 629px - 32px);
}
.single-machine-page .single-machine-hero-content-title {
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 16px;
  font-family: FontBlack;
}
.single-machine-page .single-machine-hero-content-sections {
  margin-bottom: 40px;
}
.single-machine-page .single-machine-hero-content-section {
  margin-bottom: 32px;
}
.single-machine-page .single-machine-hero-content-section-icons {
  margin-bottom: 16px;
  gap: 28px;
}
.single-machine-page .single-machine-hero-content-section-icon img {
  width: 50px;
}
.single-machine-page .single-machine-hero-content-section-subtext {
  font-size: 26px;
  line-height: 30px;
}
.single-machine-page .single-machine-hero-content-colors {
  gap: 28px 56px;
}
.single-machine-page .single-machine-hero-content-colors-limited {
  max-width: 515px;
}
.single-machine-page .single-machine-hero-content-color-cell {
  gap: 16px;
  cursor: pointer;
}
.single-machine-page .single-machine-hero-content-color {
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.single-machine-page .single-machine-hero-content-color-title {
  font-size: 20px;
  line-height: 23px;
}
.single-machine-page .single-machine-hero-content-button {
  margin-bottom: 32px;
}
.single-machine-page .single-machine-hero-carousel-indicators {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  gap: 29px;
}
.single-machine-page .single-machine-hero-carousel-indicators button {
  width: 24px;
  height: 24px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  opacity: 1;
  transition: all 0.2s linear;
  border-radius: 50px;
}
.single-machine-page .single-machine-hero-carousel-indicators button:hover {
  background-color: #fff;
}
.single-machine-page .single-machine-hero-carousel-indicators .active {
  background-color: #fff;
}
.single-machine-page .single-machine-hero-carousel-arrow {
  position: absolute;
  top: calc(50% - 50.5px);
}
.single-machine-page .single-machine-hero-carousel-arrow svg {
  width: 51px;
  height: 101px;
}
.single-machine-page .single-machine-hero-carousel-arrow-prev {
  left: 0;
}
.single-machine-page .single-machine-hero-carousel-arrow-next {
  right: 0;
}
.single-machine-page .single-machine-information {
  margin: 64px 0;
}
.single-machine-page .single-machine-information-main-container {
  max-width: 1856px;
}
.single-machine-page .single-machine-information-main {
  margin-bottom: 48px;
}
.single-machine-page .single-machine-information-main-inner {
  gap: 48px 112px;
}
.single-machine-page .single-machine-information-section {
  width: calc(50% - 56px - 56px);
  gap: 40px;
}
.single-machine-page .single-machine-information-section:nth-of-type(4n - 1) {
  margin-left: 112px;
}
.single-machine-page .single-machine-information-section-image {
  width: 230px;
}
.single-machine-page .single-machine-information-section-image-inner:before {
  content: "";
  display: block;
  padding-top: 107.39%;
}
.single-machine-page .single-machine-information-section-content {
  width: calc(100% - 230px - 40px);
  top: -8px;
}
.single-machine-page .single-machine-information-section-title {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 14px;
}
.single-machine-page .single-machine-information-additional {
  margin-bottom: 96px;
}
.single-machine-page .single-machine-information-additional-inner {
  gap: 128px;
}
.single-machine-page .single-machine-draft {
  width: 883px;
}
.single-machine-page .single-machine-technical {
  width: calc(100% - 883px - 128px);
}
.single-machine-page .single-machine-technical-row {
  margin-bottom: 24px;
}
.single-machine-page .single-machine-technical-row-title {
  margin-bottom: 4px;
}
.single-machine-page .single-machine-technical-row-value {
  margin-left: 54px;
}
.single-machine-page .single-machine-information-additional-title {
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 24px;
}
.single-machine-page .single-machine-button {
  margin-bottom: 48px;
}
.single-machine-page .single-machine-video-wrapper {
  margin-top: 96px;
}
.single-machine-page .single-machine-video-wrapper video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.single-machine-page .single-machine-video-title-wrapper {
  margin-bottom: 32px;
}
.single-machine-page .single-machine-video-title {
  font-size: 70px;
  line-height: 82px;
  margin: 0;
}
.single-machine-page .single-machine-video {
  cursor: pointer;
}
.single-machine-page .single-machine-video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-machine-page .single-machine-video svg {
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  width: 400px;
  height: 400px;
  animation: scaling 1.5s linear infinite;
  -webkit-animation: scaling 1.5s linear infinite;
}

@media screen and (max-width: 1679px) {
  .single-machine-page .single-machine-hero-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 16px;
  }
  .single-machine-page .single-machine-hero-subtext {
    font-size: 24px;
    line-height: 28px;
  }
  .single-machine-page .single-machine-information-main-inner {
    gap: 48px;
  }
  .single-machine-page .single-machine-information-section {
    width: calc(50% - 24px - 48px);
  }
  .single-machine-page .single-machine-information-section:nth-of-type(4n - 1) {
    margin-left: 96px;
  }
  .single-machine-page .single-machine-information-additional {
    margin-bottom: 64px;
  }
  .single-machine-page .single-machine-information-additional-inner {
    gap: 48px 96px;
  }
  .single-machine-page .single-machine-technical {
    width: calc(100% - 883px - 96px);
  }
  .single-machine-page .single-machine-video-wrapper {
    margin-top: 64px;
  }
  .single-machine-page .single-machine-video-title-wrapper {
    margin-bottom: 24px;
  }
  .single-machine-page .single-machine-video-title {
    font-size: 60px;
    line-height: 70px;
  }
  .single-machine-page .single-machine-video svg {
    top: calc(50% - 114px);
    left: calc(50% - 114px);
    width: 228px;
    height: 228px;
  }
}
.single-question .single-question-container {
  max-width: 1780px;
}
.single-question .single-question-bg {
  top: 0;
  left: calc(50% - 774px);
  width: 1548px;
  height: 774px;
}
.single-question .single-question-inner {
  min-height: calc(100vh - 100px);
  padding: 64px 0;
}
.single-question .single-question-title {
  font-size: 88px;
  line-height: 100px;
  margin-bottom: 64px;
}
.single-question .single-question-answers {
  gap: 128px;
  margin-bottom: 64px;
}
.single-question .single-question-answer {
  cursor: pointer;
  width: calc((100% - 256px) / 3.001);
  border-radius: 8px;
  outline: 16px solid transparent;
}
.single-question .single-question-answer:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-question .active {
  outline: 16px solid #B3712D;
}
.single-question .warning {
  outline: 16px solid #F42835;
}
.single-question .single-question-answer-title {
  font-size: 53px;
  line-height: 70px;
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 32px;
  max-height: 100%;
}
.single-question .single-question-buttons {
  gap: 64px;
  margin-bottom: 28px;
}
.single-question .single-question-button {
  padding: 4px 12px 11px;
  width: 440px;
}
.single-question .single-question-indicators {
  gap: 23px;
}
.single-question .single-question-indicator {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.single-question .active-indicator {
  background-color: #fff;
}

@media screen and (max-width: 1679px) {
  .single-question .single-question-title {
    font-size: 70px;
    line-height: 82px;
    margin-bottom: 48px;
  }
}
.results-page .results-bg {
  top: 0;
  left: calc(50% - 774px);
  width: 1548px;
  height: 774px;
}
.results-page .results-title {
  font-size: 88px;
  line-height: 100px;
  margin: 24px 0;
}
.results-page .result-products {
  padding: 96px 0;
}
.results-page .result-products-inner {
  margin-bottom: 64px;
}
.results-page .result-machines {
  padding: 16px 0 40px;
}
.results-page .result-machines-inner {
  gap: 32px;
}
.results-page .single-machine-result {
  width: 462px;
}
.results-page .single-machine-result-image-wrapper {
  margin-bottom: 19px;
}
.results-page .single-machine-result-image {
  width: 462px;
  height: 526px;
}
.results-page .single-machine-result-colors {
  margin-bottom: 32px;
  gap: 16px;
}
.results-page .single-machine-result-color {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.results-page .single-machine-result-color-bordered {
  border: 1px solid #000;
}
.results-page .single-machine-result-title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 22px;
}
.results-page .single-machine-result-subtext {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 32px;
}
.results-page .single-machine-result-button a {
  font-size: 21px;
  line-height: 28px;
  padding: 6px 32px 10px;
  box-shadow: none;
  border-radius: 4px;
}
.results-page .result-machines-data {
  width: calc(100% - 462px - 462px - 32px - 32px);
}
.results-page .result-machines-data-table {
  margin-bottom: 48px;
}
.results-page .result-machines-titles {
  padding-top: 24px;
  margin-bottom: 32px;
}
.results-page .result-machines-title {
  font-size: 37px;
  line-height: 43px;
  margin-bottom: 0;
  width: 50%;
}
.results-page .result-machines-rows {
  border-top: 2px solid #B3712D;
}
.results-page .result-machines-row-title {
  margin: 0;
  padding: 8px 0 4px;
  border-bottom: 1px solid #999;
  font-size: 24px;
  line-height: 28px;
  font-family: FontMedium;
}
.results-page .result-machines-row-values {
  border-bottom: 2px solid #B3712D;
}
.results-page .result-machines-row-value {
  padding: 10px 0 12px;
  width: 50%;
  font-size: 24px;
  line-height: 28px;
}
.results-page .result-machines-row-value svg {
  width: 29px;
  height: 29px;
}
.results-page .result-machines-row-value:nth-of-type(1) {
  border-right: 0.5px solid #999;
}
.results-page .result-machines-row-value:nth-of-type(2) {
  border-left: 0.5px solid #999;
}
.results-page .result-machines-row-value-smaller-padding {
  padding: 10px 0;
}

@media screen and (max-width: 1679px) {
  .results-page .results-title {
    font-size: 70px;
    line-height: 82px;
  }
  .results-page .result-products {
    padding: 64px 0;
  }
  .results-page .result-products-inner {
    margin-bottom: 48px;
  }
  .results-page .single-machine-result-button a {
    padding: 6px 16px 10px;
  }
}
.lt-version .home-page .home-container {
  max-width: 1620px;
}
.lt-version .home-page .home-button {
  font-size: 68px;
}
.lt-version .navigation-page .navigation-container {
  max-width: 1064px;
}
.lt-version .why-us-page .why-us-hero-subtext {
  max-width: 600px;
}
.lt-version .why-us-page .why-us-footer-button a {
  padding: 14px 32px 20px;
}
.lt-version .machines-page .machines-section-elements {
  gap: 24px;
}
.lt-version .machines-page .machines-section-single {
  width: calc((100% - 48px) / 6.001 - 32px);
}
.lt-version .machines-page .machines-section-double {
  width: calc((100% - 48px) / 6.001 * 2 + 32px);
}
.lt-version .machines-page .machines-section-double .machines-element {
  width: calc(50% - 12px);
}
.lt-version .machines-page .machines-section-triple {
  width: calc((100% - 48px) / 6.001 * 3);
}
.lt-version .machines-page .machines-section-triple .machines-element {
  width: calc((100% - 48px) / 3.001);
}
.lt-version .single-product-page .single-product-subtext {
  max-width: 1550px;
}
.lt-version .products .products-inner {
  gap: 84px;
  margin-bottom: 84px;
}
.lt-version .products .single-product {
  width: calc((100% - 252px) / 4.001);
}
.lt-version .header-content {
  gap: 36px;
}
.lt-version .header-menu-desktop > ul {
  gap: 36px;
}
.lt-version .header-button a {
  padding: 12px 16px;
}

.ee-version .home-page .home-container {
  max-width: 1680px;
}
.ee-version .why-us-page .why-us-hero-title {
  white-space: nowrap;
}
.ee-version .why-us-page .section-title:before {
  width: 100%;
}
.ee-version .machines-page .machines-element-subtext {
  min-height: 52px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.ee-version .capsules .capsules-additional {
  max-width: 1260px;
}
.ee-version .single-product-page .single-product-cell-value span {
  white-space: normal !important;
}
.ee-version .single-product-page .single-product-cell-value .hidden-br br {
  display: none !important;
}
.ee-version .navigation-page .navigation-container {
  max-width: 1094px;
}
.ee-version .navigation-page .navigation-list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

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