@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.woff2") format("woff2"), url("../fonts/Mulish-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2"), url("../fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?4qljiz");
  src: url("../fonts/icomoon.eot?4qljiz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4qljiz") format("truetype"), url("../fonts/icomoon.woff?4qljiz") format("woff"), url("../fonts/icomoon.svg?4qljiz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e91b";
  color: #ffbe90;
}

.icon-sound_off:before {
  content: "\e919";
}

.icon-sound_on:before {
  content: "\e91a";
}

.icon-pause:before {
  content: "\e918";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrows:before {
  content: "\e901";
}

.icon-burger:before {
  content: "\e902";
}

.icon-button-arrow-angle:before {
  content: "\e903";
}

.icon-button-arrow-black:before {
  content: "\e904";
}

.icon-cancel:before {
  content: "\e905";
}

.icon-dna:before {
  content: "\e906";
}

.icon-document:before {
  content: "\e907";
}

.icon-education:before {
  content: "\e908";
}

.icon-gift:before {
  content: "\e909";
}

.icon-instagram_footer:before {
  content: "\e90a";
}

.icon-laser:before {
  content: "\e90b";
}

.icon-natural:before {
  content: "\e90c";
}

.icon-phone_footer:before {
  content: "\e90d";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90f";
}

.icon-pro:before {
  content: "\e910";
}

.icon-telegram_footer:before {
  content: "\e911";
}

.icon-telegram:before {
  content: "\e912";
  color: #2aabee;
}

.icon-test:before {
  content: "\e913";
}

.icon-time:before {
  content: "\e914";
}

.icon-whatsapp_button:before {
  content: "\e915";
}

.icon-whatsapp:before {
  content: "\e916";
  color: #60d669;
}

.icon-youtube_footer:before {
  content: "\e917";
}

html {
  font-size: 1vw;
  min-height: 100%;
}

strong {
  font-weight: 700;
}

.icon-down {
  pointer-events: none;
}

* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

a, .menu-item {
  text-decoration: none;
  cursor: pointer;
  color: white;
  transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}
a:hover, .menu-item:hover {
  color: #FFA361;
}

input.modal-form-input {
  font-size: 1.0416666667rem;
  height: 3.3333333333rem;
  border-radius: 0.2083333333rem;
  margin-bottom: 1.0416666667rem;
  padding-bottom: 0.2083333333rem;
  text-align: center;
  color: black;
  line-height: 0;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  width: 100%;
  font-weight: 400;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  input.modal-form-input {
    font-size: 3.125rem;
    height: 10rem;
    border-radius: 0.625rem;
    margin-bottom: 3.125rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 800px) {
  input.modal-form-input {
    font-size: 6.25rem;
    height: 20rem;
    border-radius: 1.25rem;
    margin-bottom: 6.25rem;
    padding-bottom: 1.25rem;
  }
}
input.modal-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.33);
}
input.modal-form-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.33);
}
input.modal-form-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.33);
}
input.modal-form-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.33);
}
input.modal-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
input.modal-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
}
input.modal-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
input.modal-form-input:-moz-placeholder { /* Firefox 18- */
  color: #c3c3c3;
}
input.modal-form-input:last-child {
  margin-bottom: 0px;
}
input.modal-form-input:focus {
  border: 1px solid black;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

img {
  min-height: 1px;
  min-width: 1px;
}

.button {
  -webkit-appearance: none;
  border: 0px;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.button.button-wide {
  width: 100%;
  display: flex;
}
.button.disabled {
  pointer-events: none !important;
  box-shadow: none !important;
  background: #565656 !important;
  color: rgb(154, 154, 154) !important;
}
.button.disabled:after {
  display: none !important;
}
.button.button-orange {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  height: 6.25rem;
  font-size: 1.25rem;
  border-radius: 3.125rem;
  gap: 1.0416666667rem;
  background: linear-gradient(98deg, #FF9242 -9.79%, #FF720C 108.81%);
  box-shadow: 0px 0px 50px -8px rgba(255, 121, 25, 0.5);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .button.button-orange {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    height: 12.5rem;
    font-size: 2.5rem;
    border-radius: 9.375rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  .button.button-orange {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    height: 18.75rem;
    font-size: 4.375rem;
    border-radius: 18.75rem;
    gap: 3.125rem;
  }
}
.button.button-orange .icon, .button.button-orange span {
  position: relative;
  z-index: 2;
}
.button.button-orange .icon {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .button.button-orange .icon {
    font-size: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .button.button-orange .icon {
    font-size: 8.75rem;
  }
}
.button.button-orange:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(98deg, #FFA361 -9.79%, #FFA361 108.81%);
  z-index: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
}
.button.button-orange:hover {
  box-shadow: 0px 0px 50px 0px rgba(255, 121, 25, 0.7);
}
.button.button-orange:hover:after {
  opacity: 1;
}
.button.button-orange-mini {
  height: 5rem;
}
@media screen and (max-width: 1200px) {
  .button.button-orange-mini {
    height: 10rem;
  }
}
@media screen and (max-width: 800px) {
  .button.button-orange-mini {
    height: 14.375rem;
  }
}
.button.button-text-center {
  text-align: center;
}
.button.button-white-bordered {
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  height: 3.3333333333rem;
  font-size: 1.25rem;
  border-radius: 3.125rem;
  gap: 1.0416666667rem;
  line-height: 100%;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .button.button-white-bordered {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    height: 6.5625rem;
    font-size: 2.5rem;
    border-radius: 9.375rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  .button.button-white-bordered {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    height: 11.875rem;
    font-size: 4.375rem;
    border-radius: 18.75rem;
    gap: 3.125rem;
  }
}
.button.button-white-bordered:hover {
  background-color: white;
  color: black;
}
.button.button-cookie-accept {
  padding-left: 1.1458333333rem;
  padding-right: 1.1458333333rem;
  height: 2.1875rem;
  font-size: 0.8333333333rem;
  border-radius: 2.6041666667rem;
  background: #FFBE90;
  line-height: 100%;
  color: black !important;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .button.button-cookie-accept {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
    height: 5.9375rem;
    font-size: 2.1875rem;
    border-radius: 7.8125rem;
  }
}
@media screen and (max-width: 800px) {
  .button.button-cookie-accept {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
    height: 9.375rem;
    font-size: 3.75rem;
    border-radius: 15.625rem;
  }
}
.button.button-cookie-accept:hover {
  opacity: 0.8;
}

.navigation-button {
  gap: 1.0416666667rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .navigation-button {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation-button {
    gap: 2.5rem;
  }
}
.navigation-button .name {
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  height: 3.3333333333rem;
  border-radius: 3.125rem;
  font-size: 1.25rem;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .navigation-button .name {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    height: 6.25rem;
    border-radius: 9.375rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation-button .name {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    height: 11.875rem;
    border-radius: 18.75rem;
    font-size: 4.375rem;
    letter-spacing: -0.09375rem;
  }
}
.navigation-button .round {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  font-size: 0.9375rem;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .navigation-button .round {
    width: 6.5625rem;
    height: 6.5625rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .navigation-button .round {
    width: 11.875rem;
    height: 11.875rem;
    font-size: 4.375rem;
  }
}
.navigation-button:hover .name, .navigation-button:hover .round {
  background-color: white;
  color: black !important;
}
.navigation-button:hover .round {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.wpcf7-response-output {
  font-size: 18px !important;
  padding: 20px !important;
  border-radius: 10px !important;
  margin: 0 !important;
  margin-top: 20px !important;
  line-height: 130% !important;
  max-width: 100% !important;
  width: 500px !important;
}

body {
  font-feature-settings: "calt" off, "liga" off;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 0px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Mulish", sans-serif;
  color: white;
  background: black;
}
body.modal-active {
  max-width: 100%;
}
body.admin-bar header {
  top: 32px !important;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  height: 3.125rem;
  padding-right: 3.125rem;
  z-index: 100;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: white;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  header {
    height: 6.25rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 9.375rem;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}
header .header-wrapper {
  gap: 2.9166666667rem;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper {
    gap: 3.75rem;
  }
}
header .header-wrapper .header-logo {
  height: 100%;
  margin-right: auto;
}
header .header-wrapper .header-logo img {
  height: 100%;
}
header .header-wrapper .header-menu {
  gap: 2.9166666667rem;
  font-size: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-menu {
    gap: 3.125rem;
    font-size: 2.8125rem;
    top: 6.25rem;
    padding: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .header-menu {
    gap: 6.25rem;
    font-size: 4.375rem;
    top: 9.375rem;
    padding: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-menu {
    position: absolute;
    left: 0;
    background-color: white;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    min-height: 100vh;
    opacity: 0;
    pointer-events: none;
  }
  header .header-wrapper .header-menu.active {
    opacity: 1;
    pointer-events: all;
  }
}
header .header-wrapper .header-menu li a {
  color: black;
}
header .header-wrapper .header-menu li a.active, header .header-wrapper .header-menu li a:hover {
  color: #FFA361;
}
header .header-wrapper .header-menu li.mobile-only {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-menu li.mobile-only {
    display: block;
  }
}
header .header-wrapper .header-phone {
  font-size: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  color: black;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-phone {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .header-phone {
    font-size: 4.375rem;
  }
}
header .header-wrapper .header-phone:hover {
  color: #FFA361;
}
header .header-wrapper .header-phone .icon-phone {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-phone .icon-phone {
    display: flex;
  }
  header .header-wrapper .header-phone span {
    display: none;
  }
}
header .header-wrapper .header-messengers {
  gap: 0.5208333333rem;
  font-size: 1.5625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-messengers {
    gap: 3.125rem;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .header-messengers {
    gap: 3.75rem;
    font-size: 4.6875rem;
  }
}
header .header-wrapper .header-messengers .messenger:hover {
  opacity: 0.75;
}
header .header-wrapper .header-menu-switcher {
  display: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-menu-switcher {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .header-menu-switcher {
    font-size: 3.75rem;
  }
}
header .header-wrapper .header-menu-switcher .icon-cancel {
  left: 10%;
  position: absolute;
  display: none;
}
header .header-wrapper .header-menu-switcher .icon-burger {
  color: black;
}
header .header-wrapper .header-menu-switcher .icon-burger:hover {
  color: #FFA361;
}
header .header-wrapper .header-menu-switcher.active .icon-cancel {
  display: flex;
}
header .header-wrapper .header-menu-switcher.active .icon-burger {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-menu-switcher {
    display: flex;
  }
}

main {
  gap: 10.4166666667rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main {
    gap: 14.0625rem;
  }
}
@media screen and (max-width: 800px) {
  main {
    gap: 21.875rem;
  }
}
main h1 {
  letter-spacing: -0.1979166667rem;
}
@media screen and (max-width: 1200px) {
  main h1 {
    letter-spacing: -0.2875rem;
  }
}
@media screen and (max-width: 800px) {
  main h1 {
    letter-spacing: -0.475rem;
  }
}
main h2 {
  letter-spacing: -0.1979166667rem;
}
@media screen and (max-width: 1200px) {
  main h2 {
    letter-spacing: -0.2875rem;
  }
}
@media screen and (max-width: 800px) {
  main h2 {
    letter-spacing: -0.475rem;
  }
}
main .wrapper {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
main .wrapper.wrapper-wide {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}
@media screen and (max-width: 1200px) {
  main .wrapper.wrapper-wide {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .wrapper.wrapper-wide {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .wrapper .tablet-slide-fullwidth {
    max-width: 100vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  main .wrapper .tablet-slide-fullwidth {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  main .wrapper .tablet-slide-fullwidth {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .wrapper .mobile-slide-fullwidth {
    max-width: 100vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  main .wrapper .mobile-slide-fullwidth {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
main .breadcrumbs {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  main .breadcrumbs {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs {
    overflow: hidden;
    overflow-x: scroll;
  }
  main .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
main .breadcrumbs ol {
  font-size: 0.7291666667rem;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .breadcrumbs ol {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs ol {
    font-size: 2.5rem;
  }
}
main .breadcrumbs ol li {
  margin-right: 0.3125rem;
}
@media screen and (max-width: 1200px) {
  main .breadcrumbs ol li {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs ol li {
    margin-right: 1.875rem;
  }
}
main .breadcrumbs ol li:last-child a:after {
  display: none;
}
main .breadcrumbs ol li a {
  color: white;
}
main .breadcrumbs ol li a:hover {
  color: #FFA361;
}
main .breadcrumbs ol li a:after {
  font-size: 0.7291666667rem;
  margin-left: 0.3125rem;
  position: relative;
  display: inline-block;
  content: "/";
}
@media screen and (max-width: 1200px) {
  main .breadcrumbs ol li a:after {
    font-size: 1.5625rem;
    margin-left: 0.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .breadcrumbs ol li a:after {
    font-size: 2.5rem;
    margin-left: 1.875rem;
  }
}
main .static-text-content-outer {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer {
    font-size: 4.375rem;
  }
}
main .static-text-content-outer p {
  margin-bottom: 1.0416666667rem;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer p {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer p {
    margin-bottom: 5rem;
  }
}
main .static-text-content-outer p:last-child, main .static-text-content-outer p:only-child {
  margin-bottom: 0px;
}
main .static-text-content-outer h2, main .static-text-content-outer h3 {
  margin-bottom: 2.6041666667rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer h2, main .static-text-content-outer h3 {
    margin-bottom: 3.90625rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer h2, main .static-text-content-outer h3 {
    margin-bottom: 7.8125rem;
  }
}
main .static-text-content-outer h2, main .static-text-content-outer .h2-like {
  font-size: 5rem;
  line-height: 95%; /* 28px */
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer h2, main .static-text-content-outer .h2-like {
    font-size: 5.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer h2, main .static-text-content-outer .h2-like {
    font-size: 10rem;
  }
}
main .static-text-content-outer h3, main .static-text-content-outer .h3-like {
  font-size: 2.2916666667rem;
  line-height: 110%; /* 28px */
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer h3, main .static-text-content-outer .h3-like {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer h3, main .static-text-content-outer .h3-like {
    font-size: 6.25rem;
  }
}
main .static-text-content-outer p + h2, main .static-text-content-outer p + h3, main .static-text-content-outer ol + h2, main .static-text-content-outer ul + h2, main .static-text-content-outer ol + h3, main .static-text-content-outer ul + h3 {
  margin-top: 2.6041666667rem;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer p + h2, main .static-text-content-outer p + h3, main .static-text-content-outer ol + h2, main .static-text-content-outer ul + h2, main .static-text-content-outer ol + h3, main .static-text-content-outer ul + h3 {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer p + h2, main .static-text-content-outer p + h3, main .static-text-content-outer ol + h2, main .static-text-content-outer ul + h2, main .static-text-content-outer ol + h3, main .static-text-content-outer ul + h3 {
    margin-top: 9.375rem;
  }
}
main .static-text-content-outer img {
  border-radius: 1.25rem;
  margin-top: 4.1666666667rem;
  margin-bottom: 4.1666666667rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer img {
    border-radius: 3.75rem;
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer img {
    border-radius: 3.75rem;
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
main .static-text-content-outer ul, main .static-text-content-outer ol {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer ul, main .static-text-content-outer ol {
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer ul, main .static-text-content-outer ol {
    margin-bottom: 7.5rem;
  }
}
main .static-text-content-outer ul li, main .static-text-content-outer ol li {
  margin-bottom: 0.5208333333rem;
  padding-left: 2.0833333333rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .static-text-content-outer ul li, main .static-text-content-outer ol li {
    margin-bottom: 1.5625rem;
    padding-left: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .static-text-content-outer ul li, main .static-text-content-outer ol li {
    margin-bottom: 2.5rem;
    padding-left: 8.75rem;
  }
}
main .static-text-content-outer ul li:last-child, main .static-text-content-outer ul li:only-child, main .static-text-content-outer ol li:last-child, main .static-text-content-outer ol li:only-child {
  margin-bottom: 0px;
}
main .static-text-content-outer ul li:before {
  position: absolute;
  content: "—";
  left: 0px;
  font-weight: 500;
}
main .static-text-content-outer ol {
  counter-reset: list-counter;
}
main .static-text-content-outer ol li {
  counter-increment: list-counter;
}
main .static-text-content-outer ol li:before {
  font-weight: 500;
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0px;
  font-weight: 500;
}
main .block.block-with-heading h2 {
  font-size: 5rem;
  margin-bottom: 2.5rem;
  max-width: 53.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-with-heading h2 {
    font-size: 7.1875rem;
    margin-bottom: 3.75rem;
    max-width: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-with-heading h2 {
    font-size: 11.875rem;
    margin-bottom: 7.5rem;
    max-width: 100%;
  }
}
main .block.block-main-heading {
  padding-top: 9.375rem;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading {
    padding-top: 10.3125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading {
    padding-top: 15.625rem;
  }
}
main .block.block-main-heading .video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .block.block-main-heading .video-overlay video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
main .block.block-main-heading .video-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.35;
  background-color: black;
}
main .block.block-main-heading .video-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.36%, #000 89.57%);
}
main .block.block-main-heading .image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/backgrounds/background_desktop.jpg");
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .image-overlay {
    background-image: url("../images/backgrounds/background_tablet.jpg");
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .image-overlay {
    background-image: url("../images/backgrounds/background_mobile.jpg");
  }
}
main .block.block-main-heading .image-overlay.image-product {
  background-image: url("../images/backgrounds/product.jpg");
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .image-overlay.image-product {
    background-image: url("../images/backgrounds/product.jpg");
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .image-overlay.image-product {
    background-image: url("../images/backgrounds/product.jpg");
  }
}
main .block.block-main-heading .image-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.35;
  background-color: black;
}
main .block.block-main-heading .image-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.36%, #000 89.57%);
}
main .block.block-main-heading .wrapper {
  position: relative;
  z-index: 2;
}
main .block.block-main-heading .main-heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading {
    flex-direction: column-reverse;
    justify-content: normal;
  }
}
main .block.block-main-heading .main-heading .heading {
  max-width: 62.5rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading .heading {
    max-width: 100%;
  }
}
main .block.block-main-heading .main-heading .heading h1 {
  font-size: 5.5208333333rem;
  margin-bottom: 1.25rem;
  line-height: 90%;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading .heading h1 {
    font-size: 8.90625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading .heading h1 {
    font-size: 13.125rem;
  }
}
main .block.block-main-heading .main-heading .heading h2 {
  font-size: 2.5rem;
  line-height: 90%;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading .heading h2 {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading .heading h2 {
    font-size: 6.25rem;
  }
}
main .block.block-main-heading .main-heading .address-wrapper {
  gap: 2.1875rem;
  font-size: 1.0416666667rem;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading .address-wrapper {
    gap: 9.375rem;
    font-size: 1.5625rem;
    margin-top: 0%;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading .address-wrapper {
    gap: 7.5rem;
    font-size: 3.125rem;
    margin-bottom: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading .address-wrapper {
    flex-direction: row;
  }
}
main .block.block-main-heading .main-heading .address-wrapper .address {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-product {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-product {
    padding-top: 6.25rem;
  }
}
main .block.block-main-heading .main-heading-product .heading {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-product .heading {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-product .heading {
    gap: 7.5rem;
  }
}
main .block.block-main-heading .main-heading-product .heading h1 {
  font-size: 5.5208333333rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-product .heading h1 {
    font-size: 7.1875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-product .heading h1 {
    font-size: 9.375rem;
  }
}
main .block.block-main-heading .main-heading-product .heading h2 {
  font-size: 2.5rem;
  line-height: 90%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-product .heading h2 {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-product .heading h2 {
    font-size: 5rem;
  }
}
main .block.block-main-heading .main-heading-actions {
  margin-top: 6.0416666667rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions {
    margin-top: 12.5rem;
    gap: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions {
    margin-top: 18.75rem;
    gap: 18.75rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions {
    flex-direction: column-reverse;
    justify-content: normal;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions {
  gap: 4.1666666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions {
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions {
    gap: 9.375rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video {
  gap: 0.6770833333rem;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video {
    gap: 2.03125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video {
    gap: 4.0625rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video:hover {
  opacity: 0.75;
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle {
  width: 7.5rem;
  height: 7.5rem;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  background-color: #FFA361;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle {
    width: 14.0625rem;
    height: 14.0625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle {
    width: 20.625rem;
    height: 20.625rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 2;
  opacity: 0.15;
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle .icon {
  font-size: 2.34375rem;
  left: 0.2604166667rem;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle .icon {
    font-size: 4.0625rem;
    left: 0.46875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .circle .icon {
    font-size: 4.375rem;
    left: 0.625rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .text {
  font-size: 2.2916666667rem;
  max-width: 23.4375rem;
  line-height: 110%;
  color: white;
  flex-shrink: 0;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .text {
    font-size: 4.375rem;
    max-width: 46.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .show-round-video .text {
    font-size: 6.25rem;
    max-width: 65.625rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-actions .action-buttons {
  gap: 1.1979166667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-actions .action-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .action-buttons {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-actions .action-buttons {
    flex-direction: column;
  }
  main .block.block-main-heading .main-heading-actions .column-actions .action-buttons .button {
    align-self: flex-start;
  }
}
main .block.block-main-heading .main-heading-actions .column-advantages .advantages {
  gap: 2.0833333333rem;
  font-size: 1.25rem;
  max-width: 38.5416666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-advantages .advantages {
    gap: 3.75rem;
    font-size: 2.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-advantages .advantages {
    gap: 7.5rem;
    font-size: 4.375rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-advantages .advantages li {
  line-height: 125%;
  display: flex;
  flex-direction: row;
}
main .block.block-main-heading .main-heading-actions .column-advantages .advantages li .number {
  width: 2.34375rem;
  margin-right: 1.0416666667rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions .column-advantages .advantages li .number {
    width: 4.6875rem;
    margin-right: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions .column-advantages .advantages li .number {
    width: 9.375rem;
    margin-right: 1.875rem;
  }
}
main .block.block-main-heading .main-heading-actions .column-advantages .advantages li a {
  text-decoration: underline;
}
main .block.block-main-heading .main-heading-actions-product {
  margin-top: 10.4166666667rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions-product {
    margin-top: 9.375rem;
    gap: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions-product {
    margin-top: 18.75rem;
    gap: 18.75rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions-product {
    flex-direction: column-reverse;
    justify-content: normal;
  }
}
main .block.block-main-heading .main-heading-actions-product .column-actions {
  display: flex;
  flex-direction: column;
}
main .block.block-main-heading .main-heading-actions-product .column-actions .action-buttons {
  gap: 1.1979166667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-main-heading .main-heading-actions-product .column-actions .action-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions-product .column-actions .action-buttons {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-main-heading .main-heading-actions-product .column-actions .action-buttons {
    flex-direction: column;
  }
  main .block.block-main-heading .main-heading-actions-product .column-actions .action-buttons .button {
    align-self: flex-start;
  }
}
main .block.block-why-cederman {
  position: relative;
}
main .block.block-why-cederman .heading-image-wrapper {
  position: relative;
}
main .block.block-why-cederman .heading-image-wrapper .image {
  width: 13.5416666667rem;
  right: 15.1041666667rem;
  position: absolute;
  border-radius: 100%;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .heading-image-wrapper .image {
    width: 15.9375rem;
    right: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .heading-image-wrapper .image {
    width: 31.875rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .heading-image-wrapper .image {
    top: 0px;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .heading-image-wrapper .image {
    position: relative;
    right: auto;
  }
}
main .block.block-why-cederman .heading-image-wrapper .image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  main .block.block-why-cederman .heading-image-wrapper h2 {
    max-width: 75rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  main .block.block-why-cederman .heading-image-wrapper h2 {
    max-width: 100%;
  }
}
main .block.block-why-cederman .heading-image-wrapper .subheading {
  font-size: 1.6666666667rem;
  margin-bottom: 4.3229166667rem;
  max-width: 100%;
  line-height: 125%;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .heading-image-wrapper .subheading {
    font-size: 2.8125rem;
    margin-bottom: 8.59375rem;
    max-width: 60.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .heading-image-wrapper .subheading {
    font-size: 5rem;
    margin-bottom: 17.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .heading-image-wrapper .subheading {
    position: static;
  }
}
main .block.block-why-cederman .advantages {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
main .block.block-why-cederman .advantages .advantage {
  padding: 1.875rem;
  border-radius: 1.5625rem;
  width: 25%;
  border: 1px solid white;
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .advantages .advantage {
    padding: 5.625rem;
    border-radius: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .advantages .advantage {
    padding: 11.25rem;
    border-radius: 9.375rem;
  }
}
main .block.block-why-cederman .advantages .advantage:not(:first-child) {
  margin-left: -1px;
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .advantages .advantage {
    width: 50%;
    margin-top: -1px;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .advantages .advantage {
    width: 100%;
    margin-top: -1px;
  }
}
main .block.block-why-cederman .advantages .advantage .advantage-number {
  font-size: 0.7291666667rem;
  margin-bottom: 2.8125rem;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .advantages .advantage .advantage-number {
    font-size: 2.1875rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .advantages .advantage .advantage-number {
    font-size: 3.75rem;
    margin-bottom: 7.5rem;
  }
}
main .block.block-why-cederman .advantages .advantage .advantage-heading {
  font-size: 2.5rem;
  margin-bottom: 2.0833333333rem;
  line-height: 95%;
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .advantages .advantage .advantage-heading {
    font-size: 4.375rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .advantages .advantage .advantage-heading {
    font-size: 6.25rem;
    margin-bottom: 3.75rem;
  }
}
main .block.block-why-cederman .advantages .advantage .advantage-text {
  font-size: 1.25rem;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  main .block.block-why-cederman .advantages .advantage .advantage-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-why-cederman .advantages .advantage .advantage-text {
    font-size: 4.375rem;
  }
}
main .block.block-examples h2 {
  font-size: 5rem;
  margin-bottom: 2.0833333333rem;
  max-width: 78.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples h2 {
    font-size: 7.1875rem;
    margin-bottom: 3.75rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples h2 {
    font-size: 11.875rem;
    margin-bottom: 3.75rem;
  }
}
main .block.block-examples .subheading {
  font-size: 1.6666666667rem;
  margin-bottom: 4.3229166667rem;
  max-width: 46.875rem;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .subheading {
    font-size: 2.8125rem;
    margin-bottom: 8.59375rem;
    max-width: 60.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .subheading {
    font-size: 5rem;
    margin-bottom: 17.1875rem;
    max-width: 100%;
  }
}
main .block.block-examples .examples {
  gap: 1.0416666667rem;
  columns: 0.2083333333rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples {
    gap: 1.5625rem;
    columns: 0.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .examples {
    gap: 3.125rem;
    columns: 1.25rem;
  }
}
main .block.block-examples .examples::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples {
    overflow: hidden;
    overflow-x: scroll;
  }
}
main .block.block-examples .examples .example {
  padding: 1.4583333333rem;
  padding-top: 1.25rem;
  padding-bottom: 1.71875rem;
  border-radius: 1.1458333333rem;
  width: 25%;
  gap: 1.25rem;
  background-color: #2c2c2c;
  color: white;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples .example {
    padding: 3.75rem;
    padding-top: 3.28125rem;
    padding-bottom: 5.15625rem;
    border-radius: 2.1875rem;
    width: 60.9375rem;
    gap: 3.28125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .examples .example {
    padding: 5.3125rem;
    padding-top: 4.6875rem;
    padding-bottom: 7.1875rem;
    border-radius: 4.375rem;
    width: 87.5rem;
    gap: 4.6875rem;
  }
}
main .block.block-examples .examples .example:hover {
  opacity: 0.75;
}
main .block.block-examples .examples .example .image-wrapper {
  border-radius: 0.9375rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/14;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples .example .image-wrapper {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .examples .example .image-wrapper {
    border-radius: 3.125rem;
  }
}
main .block.block-examples .examples .example .image-wrapper img {
  margin-left: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
}
main .block.block-examples .examples .example .image-heading {
  font-size: 1.6666666667rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples .example .image-heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .examples .example .image-heading {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .examples .example {
    flex-shrink: 0;
  }
}
main .block.block-examples .slide-arrows {
  font-size: 0%;
  margin-top: 0%;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .slide-arrows {
    font-size: 3.125rem;
    margin-top: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .slide-arrows {
    font-size: 3.125rem;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .slide-arrows {
    display: flex;
  }
}
main .block.block-examples .pigments {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .pigments {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments {
    margin-top: 18.75rem;
  }
}
main .block.block-examples .pigments .heading {
  font-size: 2.2916666667rem;
  margin-bottom: 2.6041666667rem;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .pigments .heading {
    font-size: 2.8125rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments .heading {
    font-size: 5rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-examples .pigments .colors {
  margin-left: 3.125rem;
  margin-bottom: 4.6875rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .pigments .colors {
    margin-left: 3.125rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments .colors {
    margin-left: 6.25rem;
    margin-bottom: 7.5rem;
  }
}
main .block.block-examples .pigments .colors .color {
  height: 7.8125rem;
  width: 7.8125rem;
  border-width: 0.3125rem;
  margin-left: -3.125rem;
  border-style: solid;
  border-color: black;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .pigments .colors .color {
    height: 7.8125rem;
    width: 7.8125rem;
    border-width: 0.3125rem;
    margin-left: -3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments .colors .color {
    height: 15.625rem;
    width: 15.625rem;
    border-width: 0.625rem;
    margin-left: -6.25rem;
  }
}
main .block.block-examples .pigments .colors .color:nth-child(1) {
  z-index: 10;
}
main .block.block-examples .pigments .colors .color:nth-child(2) {
  z-index: 9;
}
main .block.block-examples .pigments .colors .color:nth-child(3) {
  z-index: 8;
}
main .block.block-examples .pigments .colors .color:nth-child(4) {
  z-index: 7;
}
main .block.block-examples .pigments .colors .color:nth-child(5) {
  z-index: 6;
}
main .block.block-examples .pigments .actions {
  gap: 1.1979166667rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-examples .pigments .actions {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments .actions {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-examples .pigments .actions {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  main .block.block-factors {
    min-height: 54.1666666667rem;
  }
}
main .block.block-factors h2 {
  font-size: 5rem;
  margin-bottom: 2.0833333333rem;
  max-width: 62.5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors h2 {
    font-size: 7.1875rem;
    margin-bottom: 9.375rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors h2 {
    font-size: 11.875rem;
    margin-bottom: 18.75rem;
  }
}
main .block.block-factors .factors {
  gap: 2.8125rem;
  columns: 0.15625rem;
  margin-top: 8.3333333333rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors {
    gap: 9.375rem;
    columns: 0.15625rem;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors {
    gap: 18.75rem;
    columns: 0.3125rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors {
    flex-direction: column;
    overflow: hidden;
  }
}
main .block.block-factors .factors .factor {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor {
    padding-left: 5.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor {
    padding-left: 11.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor {
    border: 0px;
  }
  main .block.block-factors .factors .factor:after {
    display: none !important;
  }
}
main .block.block-factors .factors .factor:first-child {
  top: 12.3958333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor:first-child {
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor:first-child {
    top: 0%;
  }
}
main .block.block-factors .factors .factor:nth-child(2) {
  top: 5.8333333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor:nth-child(2) {
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor:nth-child(2) {
    top: 0%;
  }
}
main .block.block-factors .factors .factor:after {
  content: "";
  left: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 60%);
  z-index: 2;
  position: absolute;
}
main .block.block-factors .factors .factor .factor-heading {
  padding: 1.5625rem;
  margin-bottom: 1.0416666667rem;
  font-size: 1.6666666667rem;
  font-weight: 600;
  line-height: 125%;
  padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-heading {
    padding: 0%;
    margin-bottom: 3.75rem;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .factor-heading {
    padding: 0%;
    margin-bottom: 7.5rem;
    font-size: 6.25rem;
  }
}
main .block.block-factors .factors .factor .factor-description {
  padding: 1.5625rem;
  font-size: 1.0416666667rem;
  padding-top: 0px;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-description {
    padding: 0%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .factor-description {
    padding: 0%;
    font-size: 4.375rem;
  }
}
main .block.block-factors .factors .factor .factor-description img {
  max-width: 25.6770833333rem;
  border-radius: 1.0416666667rem;
  margin-top: 1.0416666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-description img {
    max-width: 156.25rem;
    border-radius: 0.9375rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .factor-description img {
    max-width: 312.5rem;
    border-radius: 1.875rem;
    margin-top: 6.25rem;
  }
}
main .block.block-factors .factors .factor .button-orange-mini {
  margin-left: 1.5625rem;
  margin-top: 2.0833333333rem;
  margin-bottom: 0%;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .button-orange-mini {
    margin-left: 0%;
    margin-top: 3.75rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .button-orange-mini {
    margin-left: 0%;
    margin-top: 7.5rem;
    margin-bottom: 8.125rem;
  }
}
main .block.block-factors .factors .factor .factor-number {
  top: -7.2916666667rem;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-number {
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .factor-number {
    top: 0%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-number {
    top: 0px;
  }
}
main .block.block-factors .factors .factor .factor-number .number {
  width: 2.6041666667rem;
  height: 2.6041666667rem;
  font-size: 1.6666666667rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: black;
  background-color: white;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-number .number {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-factors .factors .factor .factor-number .number {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 0%;
  }
}
main .block.block-factors .factors .factor .factor-number:after {
  width: 15.1041666667rem;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: white;
  top: 70%;
  left: 50%;
  z-index: 0;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}
main .block.block-factors .factors .factor .factor-number:before {
  width: 17.7083333333rem;
  left: 15.4166666667rem;
  top: -1.25rem;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: white;
  z-index: 0;
  transform: rotate(-26deg);
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
}
@media screen and (max-width: 1200px) {
  main .block.block-factors .factors .factor .factor-number:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    height: 1000px;
    width: 1px;
    top: 0px;
  }
  main .block.block-factors .factors .factor .factor-number:before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  main .block.block-factors .factors .factor:nth-child(3) .factor-number {
    transform: translate(0%, -20%);
    -webkit-transform: translate(0%, -20%);
    -moz-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
    -o-transform: translate(0%, -20%);
  }
}
main .block.block-reviews .video-reviews-outer {
  position: relative;
}
main .block.block-reviews .video-reviews-outer .video-reviews-heading {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
  width: 41.6666666667rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: black;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 9.375rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 18.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading {
    position: relative;
    height: auto;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews-heading h2 {
  font-size: 5rem;
  max-width: 53.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading h2 {
    font-size: 7.1875rem;
    max-width: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading h2 {
    font-size: 11.875rem;
    max-width: 100%;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews-heading .arrow {
  gap: 0.78125rem;
  font-size: 1.0416666667rem;
  margin-top: 21.5104166667rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading .arrow {
    gap: 0%;
    font-size: 0%;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews-heading .arrow {
    gap: 0%;
    font-size: 0%;
    margin-top: 0%;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews-heading .arrow .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
main .block.block-reviews .video-reviews-outer .video-reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (min-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews {
    min-height: 43.8541666667rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews.video-reviews-heading-gap {
  left: 1.9791666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews.video-reviews-heading-gap {
    left: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews.video-reviews-heading-gap {
    left: 0%;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review {
  width: 18.75rem;
  margin-top: 2.4479166667rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: width 0.6s ease, margin 0.6s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review {
    width: 43.75rem;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review {
    width: 87.5rem;
    margin-top: 0%;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper {
  border-radius: 0.3125rem;
  height: 32.6041666667rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  transition: opacity 0.6s ease, height 0.6s ease;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper {
    border-radius: 0.9375rem;
    height: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper {
    border-radius: 1.875rem;
    height: 156.25rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control {
  bottom: 1.0416666667rem;
  right: 1.0416666667rem;
  font-size: 2.0833333333rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control {
    bottom: 3.125rem;
    right: 3.125rem;
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control {
    bottom: 6.25rem;
    right: 6.25rem;
    font-size: 6.25rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon {
  transition: color 0.2s ease;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon.icon-sound_off {
  top: 0.1302083333rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon.icon-sound_off {
    top: 0.234375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon.icon-sound_off {
    top: 0.46875rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon.icon-sound_on {
  display: none;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control .icon:hover {
  color: #FFA361;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control.active .icon.icon-sound_on {
  display: block;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .video-wrapper .video-sound-control.active .icon.icon-sound_off {
  display: none;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .description {
  margin-top: 1.5625rem;
  width: 18.75rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description {
    margin-top: 4.6875rem;
    width: 43.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description {
    margin-top: 9.375rem;
    width: 87.5rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .description .avatar {
  width: 4.4791666667rem;
  height: 4.4791666667rem;
  padding: 0.3125rem;
  margin-right: 0.9375rem;
  flex-shrink: 0;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .avatar {
    width: 7.8125rem;
    height: 7.8125rem;
    padding: 0.625rem;
    margin-right: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .avatar {
    width: 15.625rem;
    height: 15.625rem;
    padding: 1.25rem;
    margin-right: 3.125rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .description .avatar img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .title {
  margin-bottom: 0.625rem;
  font-size: 1.0416666667rem;
  color: white;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .title {
    margin-bottom: 0.9375rem;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .title {
    margin-bottom: 1.875rem;
    font-size: 3.125rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .name {
  font-size: 1.0416666667rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .name {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .review .description .info .name {
    font-size: 3.125rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review {
  width: 21.1458333333rem;
  margin-top: 0%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review {
    width: 43.75rem;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review {
    width: 87.5rem;
    margin-top: 0%;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review .video-wrapper {
  height: 36.5104166667rem;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review .video-wrapper {
    height: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review .video-wrapper {
    height: 156.25rem;
  }
}
main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review .video-wrapper .video-sound-control {
  opacity: 1;
  pointer-events: all;
}
main .block.block-reviews .video-reviews-outer .video-reviews .owl-item.center .review .description {
  opacity: 1;
}
main .block.block-reviews .other-reviews-outer {
  margin-top: 7.5520833333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer {
    margin-top: 18.75rem;
  }
}
main .block.block-reviews .other-reviews-outer .arrow {
  display: none;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .arrow {
    gap: 2.03125rem;
    font-size: 2.1875rem;
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .arrow {
    gap: 4.0625rem;
    font-size: 4.375rem;
    padding-left: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .arrow .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .arrow {
    display: flex;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews {
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews {
    margin-top: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
main .block.block-reviews .other-reviews-outer .other-reviews .review {
  border-radius: 1.0416666667rem;
  padding: 1.3020833333rem;
  width: 41.1979166667rem;
  gap: 1.5625rem;
  border: 1px solid white;
  overflow: hidden;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review {
    border-radius: 3.125rem;
    padding: 3.125rem;
    width: 93.75rem;
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review {
    border-radius: 6.25rem;
    padding: 6.25rem;
    width: 87.5rem;
    gap: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review {
    flex-direction: column;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper {
  width: 16.6666666667rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper {
    width: 39.0625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper {
    width: 100%;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .rating {
  font-size: 1.1458333333rem;
  gap: 0.4166666667rem;
  margin-bottom: 1.0416666667rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .rating {
    font-size: 3.4375rem;
    gap: 1.25rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .rating {
    font-size: 6.875rem;
    gap: 2.5rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-heading {
  font-size: 1.6666666667rem;
  margin-bottom: 2.7083333333rem;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-heading {
    font-size: 4.375rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-heading {
    font-size: 6.25rem;
    margin-bottom: 9.375rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-text {
  font-size: 0.8333333333rem;
  margin-bottom: 1.0416666667rem;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-text {
    font-size: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-text {
    font-size: 4.375rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-source {
  font-size: 0.8333333333rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-source {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-source {
    font-size: 4.375rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-source a {
  color: #FFBE90;
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .text-wrapper .review-source a:hover {
  opacity: 0.75;
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .image-wrapper {
  width: 20.46875rem;
  border-radius: 1.0416666667rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .image-wrapper {
    width: 50rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .image-wrapper {
    border-radius: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .review .image-wrapper {
    width: 100%;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .review .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav {
  margin-top: 2.0833333333rem;
  gap: 2.6041666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav {
    margin-top: 6.25rem;
    gap: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button span {
  font-size: 0px;
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button span:before {
  font-size: 2.0833333333rem;
  content: "\e900";
  color: white;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button span:before {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button span:before {
    font-size: 6.25rem;
  }
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button span:hover:before {
  color: #FFA361;
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button:first-child {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
main .block.block-reviews .other-reviews-outer .other-reviews .owl-nav button:last-child {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
main .block.block-equipment .heading .h2-sup {
  font-size: 2.5rem;
  margin-bottom: 0.625rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .heading .h2-sup {
    font-size: 4.375rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .heading .h2-sup {
    font-size: 6.25rem;
    margin-bottom: 3.75rem;
  }
}
main .block.block-equipment .heading h2 {
  font-size: 5rem;
  max-width: 67.7083333333rem;
  margin-bottom: 6.25rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .heading h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 6.25rem;
  }
}
main .block.block-equipment .equipment-list {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: column;
}
main .block.block-equipment .equipment-list .row {
  gap: 1.0416666667rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row {
    gap: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row {
    gap: 0%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .block.block-equipment .equipment-list .row .position {
  padding: 1.5625rem;
  border-radius: 1.5625rem;
  height: 37.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row .position {
    padding: 3.125rem;
    border-radius: 3.125rem;
    height: 50rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row .position {
    padding: 6.25rem;
    border-radius: 6.25rem;
    height: 100rem;
  }
}
main .block.block-equipment .equipment-list .row .position:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.36%, rgba(0, 0, 0, 0.8) 113.19%);
}
main .block.block-equipment .equipment-list .row .position:before {
  content: "";
  display: block;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.36%, rgba(0, 0, 0, 0.8) 113.19%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
main .block.block-equipment .equipment-list .row .position .options {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  transition: opacity 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row .position .options {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row .position .options {
    gap: 3.125rem;
  }
}
main .block.block-equipment .equipment-list .row .position .options .option {
  padding-top: 0.7291666667rem;
  padding-bottom: 0.7291666667rem;
  padding-left: 1.3541666667rem;
  padding-right: 1.3541666667rem;
  border-radius: 6.875rem;
  font-size: 0.8333333333rem;
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: black;
  font-weight: 600;
  background-color: white;
  text-transform: uppercase;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row .position .options .option {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 20.625rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row .position .options .option {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 5rem;
    padding-right: 5rem;
    border-radius: 41.25rem;
    font-size: 3.125rem;
  }
}
main .block.block-equipment .equipment-list .row .position.position-double {
  grid-column: span 2;
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row .position.position-double {
    grid-column: span 1;
  }
}
main .block.block-equipment .equipment-list .row .position:hover:before {
  opacity: 1;
}
main .block.block-equipment .equipment-list .row .position:hover .options {
  opacity: 1;
}
main .block.block-equipment .equipment-list .row .position:hover .navigation-button .name, main .block.block-equipment .equipment-list .row .position:hover .navigation-button .round {
  background-color: white;
  color: black !important;
}
main .block.block-equipment .equipment-list .row .position:hover .navigation-button .round {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment .equipment-list .row .position:first-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment .equipment-list .row .position:first-child {
    grid-column: span 1;
  }
}
main .block.block-cta-calculate .heading {
  font-size: 5rem;
  margin-bottom: 4.1666666667rem;
  max-width: 89.5833333333rem;
  line-height: 95%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .heading {
    font-size: 5.9375rem;
    margin-bottom: 4.6875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-calculate .heading {
    font-size: 10rem;
    margin-bottom: 7.5rem;
    max-width: 100%;
  }
}
main .block.block-cta-calculate .cta-calculate-columns {
  gap: 1.4583333333rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .cta-calculate-columns {
    gap: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-calculate .cta-calculate-columns {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .cta-calculate-columns {
    flex-direction: column;
  }
}
main .block.block-cta-calculate .cta-calculate-columns .column-text {
  gap: 1.4583333333rem;
  font-size: 1.25rem;
  max-width: 33.3333333333rem;
  top: 0.3645833333rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: 125%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-text {
    gap: 3.125rem;
    font-size: 2.5rem;
    max-width: 100%;
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-text {
    gap: 6.25rem;
    font-size: 3.75rem;
    max-width: 100%;
  }
}
main .block.block-cta-calculate .cta-calculate-columns .column-actions {
  max-width: 46.09375rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-actions {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-actions {
    max-width: 100%;
  }
}
main .block.block-cta-calculate .cta-calculate-columns .column-actions p {
  margin-bottom: 2.0833333333rem;
  font-size: 2.2916666667rem;
  letter-spacing: -0.0916666667rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-actions p {
    margin-bottom: 5.625rem;
    font-size: 4.375rem;
    letter-spacing: -0.078125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-calculate .cta-calculate-columns .column-actions p {
    margin-bottom: 7.5rem;
    font-size: 4.375rem;
    letter-spacing: -0.09375rem;
  }
}
main .block.block-cta-end .cta-end-wrapper {
  padding: 5.2083333333rem;
  padding-left: 5.2083333333rem;
  padding-right: 5.2083333333rem;
  border-radius: 1.0416666667rem;
  background: #FFBE90;
  color: black;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-end .cta-end-wrapper {
    padding: 6.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-end .cta-end-wrapper {
    padding: 12.5rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    border-radius: 6.25rem;
  }
}
main .block.block-cta-end .cta-end-wrapper .text {
  font-size: 2.2916666667rem;
  margin-bottom: 3.125rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-end .cta-end-wrapper .text {
    font-size: 4.375rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-end .cta-end-wrapper .text {
    font-size: 5rem;
    margin-bottom: 3.75rem;
  }
}
main .block.block-cta-end .cta-end-wrapper .heading {
  font-size: 5rem;
  margin-bottom: 3.125rem;
  font-weight: 600;
  line-height: 95%;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-end .cta-end-wrapper .heading {
    font-size: 7.1875rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-end .cta-end-wrapper .heading {
    font-size: 6.25rem;
    margin-bottom: 12.5rem;
  }
}
main .block.block-cta-end .cta-end-wrapper .action-buttons {
  gap: 1.1979166667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-end .cta-end-wrapper .action-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-cta-end .cta-end-wrapper .action-buttons {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-cta-end .cta-end-wrapper .action-buttons {
    flex-direction: column;
  }
}
main .block.block-form .form-wrapper {
  padding: 0%;
  padding-top: 5.3125rem;
  padding-right: 6.25rem;
  padding-bottom: 5.3125rem;
  border-radius: 1.0416666667rem;
  margin-top: -5.2083333333rem;
  color: black;
  background-color: white;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper {
    padding: 3.125rem;
    padding-top: 6.25rem;
    padding-right: 3.125rem;
    padding-bottom: 6.25rem;
    border-radius: 3.125rem;
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper {
    padding: 6.25rem;
    padding-top: 12.5rem;
    padding-right: 6.25rem;
    padding-bottom: 12.5rem;
    border-radius: 6.25rem;
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper {
    flex-direction: column;
  }
}
main .block.block-form .form-wrapper .form-text {
  margin-left: 8.0208333333rem;
  max-width: 27.6041666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-text {
    margin-left: 0%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-text {
    margin-left: 0%;
    max-width: 100%;
  }
}
main .block.block-form .form-wrapper .form-text .heading {
  font-size: 5rem;
  margin-bottom: 2.0833333333rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-text .heading {
    font-size: 7.1875rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-text .heading {
    font-size: 11.875rem;
    margin-bottom: 9.375rem;
  }
}
main .block.block-form .form-wrapper .form-text .text {
  font-size: 1.25rem;
  margin-bottom: 2.0833333333rem;
  max-width: 100%;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-text .text {
    font-size: 2.8125rem;
    margin-bottom: 3.125rem;
    max-width: 59.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-text .text {
    font-size: 4.375rem;
    margin-bottom: 6.25rem;
    max-width: 100%;
  }
}
main .block.block-form .form-wrapper .form-content {
  width: 39.7916666667rem;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content {
    margin-left: 0px;
  }
}
main .block.block-form .form-wrapper .form-content form {
  display: flex;
  flex-direction: column;
}
main .block.block-form .form-wrapper .form-content form input[type=text] {
  padding-top: 1.5625rem;
  padding-bottom: 0.8333333333rem;
  margin-bottom: 1.0416666667rem;
  font-size: 1.25rem;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid black;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form input[type=text] {
    padding-top: 3.4375rem;
    padding-bottom: 1.875rem;
    margin-bottom: 2.34375rem;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form input[type=text] {
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
    margin-bottom: 4.6875rem;
    font-size: 4.375rem;
  }
}
main .block.block-form .form-wrapper .form-content form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(21, 21, 21, 0.5);
}
main .block.block-form .form-wrapper .form-content form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(21, 21, 21, 0.5);
}
main .block.block-form .form-wrapper .form-content form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: rgba(21, 21, 21, 0.5);
}
main .block.block-form .form-wrapper .form-content form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: rgba(21, 21, 21, 0.5);
}
main .block.block-form .form-wrapper .form-content form .button-orange {
  margin-top: 1.5625rem;
  margin-bottom: 2.6041666667rem;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form .button-orange {
    margin-top: 2.34375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form .button-orange {
    margin-top: 4.6875rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-form .form-wrapper .form-content form .wpcf7-list-item {
  margin-left: 0px;
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance {
  margin-bottom: 1.0416666667rem;
  font-size: 0.8333333333rem;
  display: block;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance {
    margin-bottom: 3.125rem;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance {
    margin-bottom: 6.25rem;
    font-size: 3.75rem;
  }
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input {
  display: none;
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span {
  padding-left: 1.3541666667rem;
  display: block;
  position: relative;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span {
    padding-left: 4.0625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span {
    padding-left: 8.125rem;
  }
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span:hover {
  color: #FFA361;
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span:before {
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  border-radius: 0.1041666667rem;
  top: 0.1041666667rem;
  border-width: 0.0520833333rem;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  border-color: black;
  border-style: solid;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span:before {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.3125rem;
    top: 0.3125rem;
    border-width: 0.15625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input + span:before {
    width: 5rem;
    height: 5rem;
    border-radius: 0.625rem;
    top: 0.625rem;
    border-width: 0.3125rem;
  }
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input:checked + span:after {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.1041666667rem;
  top: 0.2604166667rem;
  left: 0.15625rem;
  content: "";
  display: block;
  position: absolute;
  background-color: black;
}
@media screen and (max-width: 1200px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input:checked + span:after {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.3125rem;
    top: 0.78125rem;
    left: 0.46875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label input:checked + span:after {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.625rem;
    top: 1.5625rem;
    left: 0.9375rem;
  }
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label a {
  color: black;
  text-decoration: underline;
}
main .block.block-form .form-wrapper .form-content form .wpcf7-acceptance label a:hover {
  color: #FFA361;
}
main .block.block-straight-hands .video-slider-outer {
  position: relative;
}
main .block.block-straight-hands .video-slider-outer .video-slider-heading {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.125rem;
  width: 35.4166666667rem;
  right: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: black;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 6.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 12.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading {
    position: relative;
    height: auto;
  }
}
main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading .h2-sup {
  font-size: 2.5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading .h2-sup {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading .h2-sup {
    font-size: 6.25rem;
  }
}
main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading h2 {
  font-size: 5rem;
  max-width: 67.7083333333rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .heading h2 {
    font-size: 10rem;
    max-width: 100%;
  }
}
main .block.block-straight-hands .video-slider-outer .video-slider-heading .description {
  margin-top: 4.9479166667rem;
  font-size: 1.5625rem;
  gap: 2.0833333333rem;
  display: flex;
  flex-direction: column;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .description {
    margin-top: 3.125rem;
    margin-bottom: 0%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-straight-hands .video-slider-outer .video-slider-heading .description {
    margin-top: 6.25rem;
    margin-bottom: 0%;
    font-size: 4.375rem;
  }
}
main .block.block-straight-hands .video-slider-outer .video-slider {
  left: 1.9791666667rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-straight-hands .video-slider-outer .video-slider {
    left: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-straight-hands .video-slider-outer .video-slider {
    left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  main .block.block-straight-hands.block-video-slider .video-slider-outer .video-slider {
    min-height: 0%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  main .block.block-straight-hands.block-video-slider .video-slider-outer .video-slider {
    min-height: 0%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 800px) {
  main .block.block-straight-hands.block-video-slider .video-slider-outer .video-slider {
    min-height: 0%;
  }
}
main .block.block-prices-list .prices-list-blocks {
  gap: 0.2083333333rem;
  margin-bottom: 3.125rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks {
    gap: 3.125rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks {
    gap: 3.125rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks {
    flex-direction: column;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block {
  min-height: 19.5833333333rem;
  padding: 2.0833333333rem;
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  border-radius: 2.0833333333rem;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block {
    min-height: 50.78125rem;
    padding: 6.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block {
    padding: 12.5rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    border-radius: 6.25rem;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block .price-heading {
  gap: 2.1875rem;
  margin-bottom: 2.5rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading {
    gap: 3.125rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading {
    gap: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading {
    flex-direction: column;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-title {
  font-size: 2.2916666667rem;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-title {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-title {
    font-size: 6.25rem;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-description {
  font-size: 1.0416666667rem;
  width: 17.7083333333rem;
  line-height: 110%;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-description {
    font-size: 2.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-heading .price-description {
    font-size: 4.375rem;
    width: 100%;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block .price-cost {
  font-size: 2.2916666667rem;
  margin-top: auto;
  display: flex;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost {
    flex-direction: column;
  }
}
main .block.block-prices-list .prices-list-blocks .price-block .price-cost .price:after {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
  content: "/";
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost .price:after {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost .price:after {
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .prices-list-blocks .price-block .price-cost .price:after {
    display: none;
  }
}
main .block.block-prices-list .action-buttons {
  gap: 1.1979166667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices-list .action-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .action-buttons {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices-list .action-buttons {
    flex-direction: column;
  }
  main .block.block-prices-list .action-buttons .button {
    align-self: flex-start;
  }
}
main .block.block-process .process-wrapper {
  gap: 6.25rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper {
    flex-direction: column;
  }
}
main .block.block-process .process-wrapper .image-wrapper {
  width: 38.0208333333rem;
  height: 46.875rem;
  border-radius: 1.0416666667rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .image-wrapper {
    width: 43.75rem;
    height: 50rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .image-wrapper {
    width: 100%;
    height: 106.25rem;
    border-radius: 6.25rem;
  }
}
main .block.block-process .process-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper {
  max-width: 52.6041666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper {
    max-width: 46.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper {
    max-width: 100%;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper h2 {
  font-size: 5rem;
  max-width: 100%;
  margin-bottom: 6.25rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 6.25rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow {
  width: 100%;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position {
  width: 30.9895833333rem;
  gap: 2.8125rem;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s ease;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position {
    width: 43.75rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position {
    width: 87.5rem;
    gap: 6.25rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .heading {
  font-size: 2.2916666667rem;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .heading {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .heading {
    font-size: 6.25rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .content {
  font-size: 1.25rem;
  gap: 0.78125rem;
  line-height: 110%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .content {
    font-size: 2.5rem;
    gap: 2.34375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .position .content {
    font-size: 4.375rem;
    gap: 4.6875rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-item.first .position {
  opacity: 1;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav {
  margin-top: 6.25rem;
  margin-left: 0.7291666667rem;
  gap: 2.6041666667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav {
    margin-top: 3.125rem;
    margin-left: 1.875rem;
    gap: 6.25rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button span {
  font-size: 0px;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button span:before {
  font-size: 2.0833333333rem;
  content: "\e900";
  color: white;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button span:before {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button span:before {
    font-size: 6.25rem;
  }
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button span:hover:before {
  color: #FFA361;
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button:first-child {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
main .block.block-process .process-wrapper .process-slideshow-wrapper .process-slideshow .owl-nav button:last-child {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
main .block.block-hero-text .hero-text-wrapper .hero-text {
  font-size: 3.5416666667rem;
  letter-spacing: -0.1416666667rem;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 1200px) {
  main .block.block-hero-text .hero-text-wrapper .hero-text {
    font-size: 5.9375rem;
    letter-spacing: -0.234375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-hero-text .hero-text-wrapper .hero-text {
    font-size: 10rem;
    letter-spacing: -0.40625rem;
  }
}
main .block.block-hero-text .action-buttons {
  margin-top: 5.2083333333rem;
  gap: 1.1979166667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-hero-text .action-buttons {
    margin-top: 6.25rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-hero-text .action-buttons {
    margin-top: 12.5rem;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-hero-text .action-buttons {
    flex-direction: column;
  }
  main .block.block-hero-text .action-buttons .button {
    align-self: flex-start;
  }
}
main .block.block-service-advantages .service-advantages-wrapper {
  gap: 8.3333333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper {
    gap: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper {
    gap: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper {
    flex-direction: column;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-description {
  display: flex;
  flex-direction: column;
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-description h2 {
  font-size: 5rem;
  max-width: 100%;
  margin-bottom: 10.4166666667rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-description h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-description h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 6.25rem;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-description .description {
  font-size: 1.25rem;
  margin-top: auto;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-description .description {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-description .description {
    font-size: 4.375rem;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks {
  gap: 1.0416666667rem;
  width: 62.5rem;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks {
    gap: 3.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks {
    gap: 6.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage {
  padding: 2.0833333333rem;
  border-radius: 1.0416666667rem;
  gap: 2.0833333333rem;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage {
    padding: 3.125rem;
    border-radius: 3.125rem;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage {
    padding: 6.25rem;
    border-radius: 6.25rem;
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage {
    flex-direction: column;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
  height: 5.7291666667rem;
  width: 5.7291666667rem;
  font-size: 2.6041666667rem;
  align-self: center;
  flex-shrink: 0;
  color: white;
  background-color: black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
    height: 9.375rem;
    width: 9.375rem;
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
    height: 18.75rem;
    width: 18.75rem;
    font-size: 9.375rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
    align-self: flex-start;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon .icon-pro {
  font-size: 1.0416666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon .icon-pro {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon .icon-pro {
    font-size: 4.375rem;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content {
  gap: 1.5625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content {
    gap: 3.75rem;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content h3 {
  font-size: 1.6666666667rem;
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content h3 {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content h3 {
    font-size: 6.25rem;
  }
}
main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
  gap: 1.0416666667rem;
  font-size: 0.8333333333rem;
  display: flex;
  flex-direction: column;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
    gap: 1.875rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
    gap: 3.75rem;
    font-size: 4.375rem;
  }
}
main .block.block-service-content .service-content-wrapper {
  gap: 3.6458333333rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-content .service-content-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-content .service-content-wrapper {
    gap: 12.5rem;
  }
}
main .block.block-service-content .service-content-wrapper h2, main .block.block-service-content .service-content-wrapper .h2-like {
  font-size: 2.2916666667rem;
  line-height: 110%; /* 28px */
}
@media screen and (max-width: 1200px) {
  main .block.block-service-content .service-content-wrapper h2, main .block.block-service-content .service-content-wrapper .h2-like {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-content .service-content-wrapper h2, main .block.block-service-content .service-content-wrapper .h2-like {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-service-content .service-content-wrapper {
    flex-direction: column;
  }
}
main .block.block-service-content .service-content-wrapper .heading {
  width: 100%;
}
main .block.block-service-content .service-content-wrapper .heading h2 {
  font-size: 5rem;
  max-width: 100%;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-service-content .service-content-wrapper .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-service-content .service-content-wrapper .heading h2 {
    font-size: 10rem;
    max-width: 100%;
  }
}
main .block.block-service-content .service-content-wrapper .static-text-content-outer {
  width: 100%;
}
main .block.block-faq .faq-wrapper {
  gap: 10.8854166667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper {
    flex-direction: column;
  }
}
main .block.block-faq .faq-wrapper .image-wrapper {
  width: 20.8333333333rem;
  height: 33.6979166667rem;
  border-radius: 1.0416666667rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper .image-wrapper {
    width: 100%;
    height: 62.5rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper .image-wrapper {
    width: 100%;
    height: 106.25rem;
    border-radius: 6.25rem;
  }
}
main .block.block-faq .faq-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position {
  transition: margin-top 0.3s ease;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 2px solid white;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question .heading {
  font-size: 2.3958333333rem;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question .heading {
    font-size: 5.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-question .heading {
    font-size: 8.125rem;
  }
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-answer .static-text-content-outer {
  opacity: 0.8;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-answer .button {
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-answer .button {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position .position-answer .button {
    margin-top: 12.5rem;
  }
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position:hover .position-question {
  opacity: 1;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position.active .position-question {
  opacity: 1;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position.active .position-answer {
  max-height: 1000px;
}
main .block.block-faq .faq-wrapper .faq-outer .faq-list .position.active + .position {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position.active + .position {
    margin-top: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-faq .faq-wrapper .faq-outer .faq-list .position.active + .position {
    margin-top: 9.375rem;
  }
}
main .block.block-product-promotions .product-promotions-wrapper {
  gap: 3.125rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-promotions .product-promotions-wrapper {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-promotions .product-promotions-wrapper {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-promotions .product-promotions-wrapper {
    flex-direction: column;
  }
}
main .block.block-product-promotions .product-promotions-wrapper .heading {
  width: 100%;
}
main .block.block-product-promotions .product-promotions-wrapper .heading h2 {
  font-size: 5rem;
  max-width: 100%;
  top: -0.7291666667rem;
  line-height: 95%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-promotions .product-promotions-wrapper .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-promotions .product-promotions-wrapper .heading h2 {
    font-size: 10rem;
    max-width: 100%;
  }
}
main .block.block-product-promotions .product-promotions-wrapper .promotions-list {
  width: 45.3125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-promotions .product-promotions-wrapper .promotions-list {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-promotions .product-promotions-wrapper .promotions-list {
    width: 100%;
  }
}
main .block.block-product-promotions .product-promotions-wrapper .promotions-list ul {
  gap: 3.0208333333rem;
  font-size: 2.2916666667rem;
  letter-spacing: -0.09375rem;
  display: flex;
  flex-direction: column;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-promotions .product-promotions-wrapper .promotions-list ul {
    gap: 3.75rem;
    font-size: 4.375rem;
    letter-spacing: -0.09375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-promotions .product-promotions-wrapper .promotions-list ul {
    gap: 7.5rem;
    font-size: 6.25rem;
    letter-spacing: -0.125rem;
  }
}
main .block.block-product-peculiarities .product-peculiarities-wrapper {
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .product-peculiarities-wrapper {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .product-peculiarities-wrapper {
    gap: 12.5rem;
  }
}
main .block.block-product-peculiarities .heading {
  width: 100%;
}
main .block.block-product-peculiarities .heading h2 {
  font-size: 5rem;
  max-width: 100%;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .heading h2 {
    font-size: 10rem;
    max-width: 100%;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks {
  gap: 0.2083333333rem;
  max-width: 100%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks {
    gap: 0.625rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks {
    gap: 1.25rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks {
    flex-direction: column;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity {
  padding: 2.0833333333rem;
  border-radius: 1.0416666667rem;
  gap: 1.25rem;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity {
    padding: 3.125rem;
    border-radius: 3.125rem;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity {
    padding: 6.25rem;
    border-radius: 6.25rem;
    gap: 3.125rem;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .image-wrapper {
  height: 13.5416666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .image-wrapper {
    height: 18.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .image-wrapper {
    height: 25.625rem;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .image-wrapper img {
  height: 100%;
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper {
  gap: 2.1875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper {
    gap: 3.125rem;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .name {
  font-size: 2.2916666667rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .name {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .name {
    font-size: 6.25rem;
  }
}
main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .text {
  font-size: 1.6666666667rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .peculiarities-blocks .peculiarity .content-wrapper .text {
    font-size: 4.375rem;
  }
}
main .block.block-product-peculiarities .subheading {
  font-size: 2.2916666667rem;
  max-width: 100%;
  letter-spacing: -0.09375rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-peculiarities .subheading {
    font-size: 4.375rem;
    max-width: 100%;
    letter-spacing: -0.09375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .subheading {
    font-size: 6.25rem;
    max-width: 100%;
    letter-spacing: -0.125rem;
  }
}
main .block.block-product-peculiarities .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  main .block.block-product-peculiarities .actions {
    justify-content: flex-start;
  }
}
main .block.block-product-howto .heading {
  width: 100%;
}
main .block.block-product-howto .heading h2 {
  font-size: 5rem;
  max-width: 76.9270833333rem;
  margin-bottom: 2.5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .heading h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 7.5rem;
  }
}
main .block.block-product-howto .subheading {
  font-size: 1.6666666667rem;
  margin-bottom: 4.3229166667rem;
  letter-spacing: -0.09375rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .subheading {
    font-size: 2.8125rem;
    margin-bottom: 7.5rem;
    letter-spacing: -0.09375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .subheading {
    font-size: 5rem;
    margin-bottom: 12.5rem;
    letter-spacing: -0.125rem;
  }
}
main .block.block-product-howto .howto-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper {
    flex-wrap: wrap;
  }
}
main .block.block-product-howto .howto-wrapper .howto {
  padding: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 1.5625rem;
  width: 100%;
  border: 1px solid white;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto {
    padding: 5.625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border-radius: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto {
    padding: 9.375rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    border-radius: 9.375rem;
  }
}
main .block.block-product-howto .howto-wrapper .howto:not(:first-child) {
  margin-left: -1px;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto {
    width: 50%;
    margin-top: -1px;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto {
    width: 100%;
    margin-top: -1px;
  }
}
main .block.block-product-howto .howto-wrapper .howto .howto-number {
  font-size: 0.7291666667rem;
  margin-bottom: 2.8125rem;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-number {
    font-size: 2.1875rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-number {
    font-size: 3.75rem;
    margin-bottom: 3.125rem;
  }
}
main .block.block-product-howto .howto-wrapper .howto .howto-heading {
  font-size: 2.5rem;
  margin-bottom: 2.0833333333rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-heading {
    font-size: 5rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-heading {
    font-size: 11.875rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-product-howto .howto-wrapper .howto .howto-image {
  margin-bottom: 2.0833333333rem;
  height: 8.3333333333rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-image {
    margin-bottom: 3.125rem;
    height: 18.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-image {
    margin-bottom: 6.25rem;
    height: 37.5rem;
  }
}
main .block.block-product-howto .howto-wrapper .howto .howto-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-product-howto .howto-wrapper .howto .howto-text {
  font-size: 1.25rem;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-howto .howto-wrapper .howto .howto-text {
    font-size: 4.375rem;
  }
}
main .block.block-product-cards .heading {
  width: 100%;
}
main .block.block-product-cards .heading h2 {
  font-size: 5rem;
  max-width: 76.9270833333rem;
  margin-bottom: 3.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .heading h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 15rem;
  }
}
main .block.block-product-cards .product-cards-wrapper {
  gap: 0.2083333333rem;
  max-width: 100%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper {
    gap: 3.125rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper {
    gap: 6.25rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper {
    flex-direction: column;
  }
}
main .block.block-product-cards .product-cards-wrapper .product-card {
  padding: 2.0833333333rem;
  border-radius: 1.0416666667rem;
  gap: 2.0833333333rem;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper .product-card {
    padding: 6.25rem;
    border-radius: 3.125rem;
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper .product-card {
    padding: 6.25rem;
    border-radius: 6.25rem;
    gap: 6.25rem;
  }
}
main .block.block-product-cards .product-cards-wrapper .product-card.product-card-disabled {
  background-color: #C4C4C4;
}
main .block.block-product-cards .product-cards-wrapper .product-card .product-title {
  font-size: 2.2916666667rem;
  letter-spacing: -0.09375rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-title {
    font-size: 6.875rem;
    letter-spacing: -0.09375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-title {
    font-size: 10rem;
    letter-spacing: -0.125rem;
  }
}
main .block.block-product-cards .product-cards-wrapper .product-card .product-price {
  font-size: 1.6666666667rem;
  letter-spacing: -0.09375rem;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-price {
    font-size: 5rem;
    letter-spacing: -0.09375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-price {
    font-size: 6.25rem;
    letter-spacing: -0.125rem;
  }
}
main .block.block-product-cards .product-cards-wrapper .product-card .product-image {
  width: 23.0208333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-image {
    width: 46.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-image {
    width: 100%;
  }
}
main .block.block-product-cards .product-cards-wrapper .product-card .product-image img {
  max-height: 100%;
  width: 100%;
}
main .block.block-product-cards .product-cards-wrapper .product-card .product-description {
  font-size: 1.25rem;
  line-height: 125%;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-description {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-cards .product-cards-wrapper .product-card .product-description {
    font-size: 5rem;
  }
}
main .block.block-product-photos .heading {
  width: 100%;
}
main .block.block-product-photos .heading h2 {
  font-size: 5rem;
  max-width: 76.9270833333rem;
  margin-bottom: 2.5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-photos .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-photos .heading h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 7.5rem;
  }
}
main .block.block-product-photos .subheading {
  font-size: 1.6666666667rem;
  margin-bottom: 5.2083333333rem;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-photos .subheading {
    font-size: 2.8125rem;
    margin-bottom: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-photos .subheading {
    font-size: 5rem;
    margin-bottom: 12.5rem;
  }
}
main .block.block-product-photos .other-reviews-outer {
  margin-top: 0px;
}
main .block.block-product-photos .actions {
  margin-top: 5.2083333333rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-photos .actions {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-photos .actions {
    margin-top: 12.5rem;
  }
}
main .block.block-product-photos-second .heading {
  width: 100%;
}
main .block.block-product-photos-second .heading h2 {
  font-size: 5rem;
  max-width: 83.3333333333rem;
  margin-bottom: 3.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-photos-second .heading h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-photos-second .heading h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 18.75rem;
  }
}
main .block.block-product-photos-second .other-reviews-outer {
  margin-top: 0px;
}
main .block.block-product-photos-second .actions {
  margin-top: 5.2083333333rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-photos-second .actions {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-photos-second .actions {
    margin-top: 12.5rem;
  }
}
main .block.block-product-about .product-about-wrapper {
  gap: 5.2083333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper {
    gap: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper {
    flex-direction: column;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block {
  padding: 2.0833333333rem;
  border-radius: 1.0416666667rem;
  gap: 3.125rem;
  width: 44.2708333333rem;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block {
    padding: 3.125rem;
    border-radius: 3.125rem;
    gap: 3.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block {
    padding: 6.25rem;
    border-radius: 6.25rem;
    gap: 7.5rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .cederman {
  gap: 2.0833333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman {
    flex-direction: column;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .cederman .image-wrapper {
  width: 16.1979166667rem;
  height: 21.25rem;
  border-radius: 0.8333333333rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .image-wrapper {
    width: 28.28125rem;
    height: 37.1875rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .image-wrapper {
    width: 100%;
    height: 56.875rem;
    border-radius: 5rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .cederman .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .name {
  font-size: 2.2916666667rem;
  margin-bottom: 2.0833333333rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .name {
    font-size: 5.9375rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .name {
    font-size: 10rem;
    margin-bottom: 7.5rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .description {
  font-size: 1.25rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .description {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .cederman .about .description {
    font-size: 5rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .numbers {
  gap: 0.5208333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers {
    flex-direction: column;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number {
  gap: 0.78125rem;
  padding: 1.5625rem;
  border-radius: 0.6770833333rem;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: black;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number {
    gap: 2.34375rem;
    padding: 3.125rem;
    border-radius: 2.03125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number {
    gap: 4.6875rem;
    padding: 6.25rem;
    border-radius: 4.0625rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .title {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .title {
    font-size: 5.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .title {
    font-size: 10rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .description {
  font-size: 1.0416666667rem;
  max-width: 100%;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .description {
    font-size: 2.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-block .numbers .number .description {
    font-size: 4.375rem;
    max-width: 46.875rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-text {
  display: flex;
  flex-direction: column;
}
main .block.block-product-about .product-about-wrapper .product-about-text h2 {
  font-size: 5rem;
  max-width: 76.9270833333rem;
  margin-bottom: 3.125rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-text h2 {
    font-size: 7.1875rem;
    max-width: 100%;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-text h2 {
    font-size: 10rem;
    max-width: 100%;
    margin-bottom: 6.25rem;
  }
}
main .block.block-product-about .product-about-wrapper .product-about-text .content {
  font-size: 1.0416666667rem;
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: column;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-about .product-about-wrapper .product-about-text .content {
    font-size: 2.5rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-about .product-about-wrapper .product-about-text .content {
    font-size: 4.375rem;
    gap: 6.25rem;
  }
}
main .block.block-product-advantages .service-advantages-wrapper {
  gap: 8.3333333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper {
    gap: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper {
    flex-direction: column;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-description {
  display: flex;
  flex-direction: column;
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-description h2 {
  font-size: 2.2916666667rem;
  max-width: 100%;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-description h2 {
    font-size: 4.375rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-description h2 {
    font-size: 6.25rem;
    max-width: 100%;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-description .description {
  font-size: 1.25rem;
  margin-top: auto;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-description .description {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-description .description {
    font-size: 4.375rem;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks {
  gap: 1.0416666667rem;
  width: 70.0520833333rem;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks {
    gap: 3.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks {
    gap: 6.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks {
    display: flex;
    flex-direction: column;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage {
  padding: 2.0833333333rem;
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  border-radius: 1.0416666667rem;
  gap: 2.0833333333rem;
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage {
    padding: 3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 3.125rem;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage {
    padding: 6.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 6.25rem;
    gap: 6.25rem;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage:last-child {
  grid-column: span 2;
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
  height: 5.7291666667rem;
  width: 5.7291666667rem;
  font-size: 2.6041666667rem;
  align-self: center;
  flex-shrink: 0;
  color: white;
  background-color: black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
    height: 17.1875rem;
    width: 17.1875rem;
    font-size: 7.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-icon {
    height: 15.625rem;
    width: 15.625rem;
    font-size: 6.875rem;
  }
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content {
  display: flex;
  flex-direction: column;
}
main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
  font-size: 1.6666666667rem;
  letter-spacing: -0.0260416667rem;
  display: flex;
  flex-direction: column;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
    font-size: 4.375rem;
    letter-spacing: -0.078125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-advantages .service-advantages-wrapper .advantages-blocks .advantage .advantage-content .content {
    font-size: 6.25rem;
    letter-spacing: -0.15625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper {
    margin-top: 25rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper {
  height: 56.7708333333rem;
  margin-bottom: 11.5625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper {
    height: 147.1875rem;
    margin-bottom: 23.4375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper {
    height: 156.25rem;
    margin-bottom: 46.875rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .image img {
  height: 100%;
  max-width: 100%;
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option {
  border-radius: 1.5625rem;
  padding: 1.875rem;
  gap: 2.0833333333rem;
  flex-direction: column;
  background: #FFBE90;
  color: black;
  display: inline-flex;
  align-self: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option {
    border-radius: 4.6875rem;
    padding: 3.125rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option {
    border-radius: 6.25rem;
    padding: 3.125rem;
    gap: 1.875rem;
    max-width: 48.125rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .heading {
  font-size: 2.2916666667rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .heading {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .heading {
    font-size: 5.625rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .text {
  font-size: 1.25rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .text {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option .text {
    font-size: 4.375rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-price {
  top: 3.6458333333rem;
  left: 23.9583333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-price {
    top: 25rem;
    left: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-price {
    top: -25rem;
    left: 0.3125rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-payment {
  top: 23.9583333333rem;
  left: 55.2083333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-payment {
    top: 62.5rem;
    left: 37.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-payment {
    top: 15.625rem;
    left: 25rem;
  }
}
main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-delivery {
  top: 40.625rem;
  left: 9.8958333333rem;
  max-width: 52.0833333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-delivery {
    top: 107.8125rem;
    left: 0.15625rem;
    max-width: 156.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .product-overview-wrapper .product-overview-image-wrapper .option.option-delivery {
    top: 75rem;
    left: 0.3125rem;
    max-width: 54.375rem;
  }
}
main .block.block-product-overview .actions {
  gap: 1.25rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-product-overview .actions {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .actions {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-product-overview .actions {
    flex-direction: column;
    align-items: center;
  }
}
main .block.block-inner-heading {
  padding-top: 9.375rem;
  margin-bottom: -9.375rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-inner-heading {
    padding-top: 10.3125rem;
    margin-bottom: -17.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-inner-heading {
    padding-top: 15.625rem;
    margin-bottom: -18.75rem;
  }
}
main .block.block-inner-heading .main-heading {
  display: flex;
  flex-direction: column;
}
main .block.block-inner-heading .main-heading .heading h1 {
  font-size: 5rem;
  margin-bottom: 1.25rem;
  line-height: 90%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-inner-heading .main-heading .heading h1 {
    font-size: 7.1875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-inner-heading .main-heading .heading h1 {
    font-size: 10rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper {
  gap: 6.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper {
    gap: 15.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper {
    gap: 25rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article {
  gap: 5.2083333333rem;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article {
    gap: 7.5rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article:hover {
  color: white;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article {
    flex-direction: column;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .image-wrapper {
  width: 47.9166666667rem;
  height: 35.4166666667rem;
  border-radius: 1.0416666667rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .image-wrapper {
    width: 100%;
    height: 31.25rem;
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .image-wrapper {
    height: 50rem;
    border-radius: 3.125rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .image-wrapper img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer {
  padding-top: 3.125rem;
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer {
    padding-top: 0%;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer {
    gap: 6.25rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper {
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper {
    gap: 6.25rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .title {
  font-size: 2.2916666667rem;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .title {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .title {
    font-size: 6.25rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .text {
  font-size: 1.25rem;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .text {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .content-wrapper .text {
    font-size: 3.75rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer {
  gap: 3.125rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer {
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer {
    flex-direction: column;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author {
  display: flex;
  align-items: center;
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .avatar {
  width: 2.6041666667rem;
  height: 2.6041666667rem;
  margin-right: 0.8333333333rem;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .avatar {
    width: 9.375rem;
    height: 9.375rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .avatar {
    width: 14.0625rem;
    height: 14.0625rem;
    margin-right: 5rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .avatar img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info {
  gap: 0.2604166667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info {
    gap: 0.78125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info {
    gap: 0.625rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .name {
  font-size: 1.0416666667rem;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .name {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .name {
    font-size: 4.375rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .position {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .position {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .author .info .position {
    font-size: 3.125rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper {
    gap: 0.78125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper {
    gap: 1.5625rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .category {
  font-size: 0.7291666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .category {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .category {
    font-size: 3.75rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .date {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .date {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .blog-articles-wrapper .blog-article .content-outer .author-outer .author-wrapper .date-wrapper .date {
    font-size: 3.75rem;
  }
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article:hover .navigation-button .name, main .block.block-blog-listing .blog-articles-wrapper .blog-article:hover .navigation-button .round {
  background-color: white;
  color: black !important;
}
main .block.block-blog-listing .blog-articles-wrapper .blog-article:hover .navigation-button .round {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
main .block.block-blog-listing .pagination-wrapper {
  margin-top: 6.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .pagination-wrapper {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .pagination-wrapper {
    margin-top: 18.75rem;
  }
}
main .block.block-blog-listing .pagination-wrapper .pagination {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .pagination-wrapper .pagination {
    width: 100%;
  }
}
main .block.block-blog-listing .pagination-wrapper .pagination .nav-button {
  width: 3.125rem;
  font-size: 1.25rem;
  border-radius: 0.625rem;
  font-weight: 400;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .pagination-wrapper .pagination .nav-button {
    width: 6.25rem;
    font-size: 1.875rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .pagination-wrapper .pagination .nav-button {
    width: 8.125rem;
    font-size: 3.75rem;
    border-radius: 2.5rem;
  }
}
main .block.block-blog-listing .pagination-wrapper .pagination .nav-button.current {
  color: #FFA361;
  pointer-events: none;
}
main .block.block-blog-listing .pagination-wrapper .pagination .nav-button.nav-button-white {
  font-size: 0.7291666667rem;
  color: black;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-listing .pagination-wrapper .pagination .nav-button.nav-button-white {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-listing .pagination-wrapper .pagination .nav-button.nav-button-white {
    font-size: 1.875rem;
  }
}
main .block.block-blog-listing .pagination-wrapper .pagination .nav-button.nav-button-white:first-child i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
main .block.block-blog-listing .pagination-wrapper .pagination .nav-button:hover {
  color: #FFA361;
}
main .block.block-blog-article {
  gap: 7.8125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article {
    gap: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article {
    gap: 18.75rem;
  }
}
main .block.block-blog-article .article-content-wrapper {
  width: 61.9791666667rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .article-content-wrapper {
    width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .article-content-wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper {
  gap: 2.6041666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper {
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper {
    gap: 9.375rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper {
    flex-direction: column-reverse;
    align-items: start;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author {
  display: flex;
  align-items: center;
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .avatar {
  width: 2.6041666667rem;
  height: 2.6041666667rem;
  margin-right: 0.8333333333rem;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .avatar {
    width: 9.375rem;
    height: 9.375rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .avatar {
    width: 14.0625rem;
    height: 14.0625rem;
    margin-right: 5rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .avatar img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .info {
  gap: 0.2604166667rem;
  font-size: 0.8333333333rem;
  max-width: 29.1145833333rem;
  display: flex;
  flex-direction: column;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .info {
    gap: 0.78125rem;
    font-size: 1.875rem;
    max-width: 46.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .author .info {
    gap: 0.625rem;
    font-size: 3.125rem;
    max-width: 100%;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper {
    gap: 0.78125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper {
    text-align: left;
  }
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .category {
    display: none;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .category {
  font-size: 0.7291666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .category {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .category {
    font-size: 3.75rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .date {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .date {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .author-wrapper .date-wrapper .date {
    font-size: 3.75rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .blog-article-image {
  width: 100%;
  height: 33.3333333333rem;
  border-radius: 1.0416666667rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-heading .wrapper .blog-article-image {
    height: 46.875rem;
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-heading .wrapper .blog-article-image {
    height: 50rem;
    border-radius: 3.125rem;
  }
}
main .block.block-blog-article .blog-article-heading .wrapper .blog-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-blog-article .blog-article-image-inner .image-wrapper {
  width: 100%;
  height: 33.3333333333rem;
  border-radius: 1.0416666667rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-image-inner .image-wrapper {
    height: 31.25rem;
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-image-inner .image-wrapper {
    height: 50rem;
    border-radius: 3.125rem;
  }
}
main .block.block-blog-article .blog-article-image-inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-blog-article .blog-article-hero {
  font-size: 2.2916666667rem;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-hero {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-hero {
    font-size: 6.25rem;
  }
}
main .block.block-blog-article .blog-article-image-gallery .wrapper {
  gap: 1.6666666667rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-image-gallery .wrapper {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-image-gallery .wrapper {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-image-gallery .wrapper {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  main .block.block-blog-article .blog-article-image-gallery .wrapper::-webkit-scrollbar {
    display: none;
  }
}
main .block.block-blog-article .blog-article-image-gallery .wrapper .article-image {
  height: 19.7916666667rem;
  width: 22.2395833333rem;
  border-radius: 1.0416666667rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-image-gallery .wrapper .article-image {
    height: 47.65625rem;
    width: 43.75rem;
    border-radius: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-image-gallery .wrapper .article-image {
    height: 95.3125rem;
    width: 87.5rem;
    border-radius: 4.375rem;
  }
}
main .block.block-blog-article .blog-article-image-gallery .wrapper .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-blog-article .blog-article-image-gallery .wrapper .article-image:hover {
  opacity: 0.75;
}
main .block.block-blog-article .blog-article-ending .ending-text {
  font-size: 2.2916666667rem;
  margin-bottom: 3.125rem;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-blog-article .blog-article-ending .ending-text {
    font-size: 4.375rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-blog-article .blog-article-ending .ending-text {
    font-size: 6.875rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-prices .price-categories {
  gap: 15.625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories {
    gap: 15.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories {
    gap: 18.75rem;
  }
}
main .block.block-prices .price-categories .price-category {
  gap: 5.2083333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category {
    gap: 6.25rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner {
  gap: 5.2083333333rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner {
    flex-direction: column;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading {
    gap: 6.25rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .heading {
  font-size: 5rem;
  letter-spacing: -0.2rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .heading {
    font-size: 5.9375rem;
    letter-spacing: -0.3125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .heading {
    font-size: 10rem;
    letter-spacing: -0.46875rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link {
  gap: 1.0416666667rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link {
    gap: 2.5rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .name {
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  height: 3.3333333333rem;
  border-radius: 3.125rem;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .name {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    height: 6.5625rem;
    border-radius: 9.375rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .name {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    height: 13.125rem;
    border-radius: 18.75rem;
    font-size: 4.6875rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .round {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  font-size: 0.9375rem;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .round {
    width: 6.5625rem;
    height: 6.5625rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link .round {
    width: 13.125rem;
    height: 13.125rem;
    font-size: 4.375rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link:hover .name, main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link:hover .round {
  background-color: white;
  color: black !important;
}
main .block.block-prices .price-categories .price-category .price-category-inner .price-category-heading .price-link:hover .round {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block {
  width: 28.6458333333rem;
  padding: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 1.5625rem;
  gap: 2.8125rem;
  display: flex;
  flex-direction: column;
  border: 1px solid white;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block {
    width: 100%;
    padding: 5.625rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 4.6875rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block {
    width: 100%;
    padding: 6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    border-radius: 9.375rem;
    gap: 6.25rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block:not(:first-child) {
  margin-left: -1px;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block {
    margin-top: -1px;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block {
    width: 100%;
    margin-top: -1px;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-info {
  font-size: 0.7291666667rem;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-info {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-info {
    font-size: 3.75rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-heading {
  font-size: 2.5rem;
  min-height: 5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-heading {
    font-size: 4.375rem;
    min-height: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-heading {
    font-size: 6.25rem;
    min-height: 3.125rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-image {
  height: 11.4583333333rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-image {
    height: 25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-image {
    height: 50rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list {
    gap: 6.25rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list {
    flex-wrap: wrap;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges {
    gap: 1.875rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges .badge {
  font-size: 1.0416666667rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  height: 2.2916666667rem;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: white;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges .badge {
    font-size: 2.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    height: 5.46875rem;
    border-radius: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-badges .badge {
    font-size: 5rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    height: 10.9375rem;
    border-radius: 18.75rem;
  }
}
main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-description {
  font-size: 0.8333333333rem;
  max-width: 8.125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-description {
    font-size: 2.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .price-category-inner .prices-blocks .price-block .price-list .list .price-description {
    font-size: 3.75rem;
  }
}
main .block.block-prices .price-categories .price-category .action-buttons {
  gap: 1.25rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category .action-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .action-buttons {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category .action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner {
  flex-direction: column;
}
main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .price-category-heading {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .price-category-heading {
    flex-direction: column;
    justify-content: flex-start;
  }
}
main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .price-category-heading .heading {
  max-width: 49.4791666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .price-category-heading .heading {
    max-width: 100%;
  }
}
main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
  }
}
main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks .price-block {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks .price-block:last-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-prices .price-categories .price-category.price-category-wide .price-category-inner .prices-blocks .price-block:last-child {
    grid-column: span 1;
  }
}
main .block.block-contacts .contacts-wrapper {
  gap: 1.5625rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper {
    gap: 25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper {
    flex-direction: column;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content {
  gap: 9.375rem;
  max-width: 29.8958333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content {
    gap: 12.5rem;
    max-width: 46.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content {
    gap: 25rem;
    max-width: 93.75rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper {
  gap: 2.0833333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper {
    gap: 6.25rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position {
    gap: 3.125rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .name {
  font-size: 0.8333333333rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .name {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .name {
    font-size: 3.125rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .content {
  font-size: 2.2916666667rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .content {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .address-wrapper .position .content {
    font-size: 5rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper {
    gap: 3.125rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position {
  gap: 0.5208333333rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position {
    gap: 3.125rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .name {
  font-size: 0.8333333333rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .name {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .name {
    font-size: 3.125rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .content {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .content {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-content .credentials-wrapper .position .content {
    font-size: 5rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-map {
  border-radius: 1.0416666667rem;
  height: 61.9791666667rem;
  overflow: hidden;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  main .block.block-contacts .contacts-wrapper .contacts-map {
    border-radius: 0.9375rem;
    height: 40.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-contacts .contacts-wrapper .contacts-map {
    border-radius: 1.875rem;
    height: 81.25rem;
  }
}
main .block.block-contacts .contacts-wrapper .contacts-map iframe {
  width: 100%;
  height: 100%;
}
main .block.block-about .about-wrapper {
  gap: 4.6875rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper {
    gap: 9.375rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper {
    flex-direction: column;
  }
}
main .block.block-about .about-wrapper .image-wrapper {
  border-radius: 0.8333333333rem;
  height: 46.25rem;
  width: 38.0208333333rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .image-wrapper {
    border-radius: 1.5625rem;
    height: 93.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .image-wrapper {
    border-radius: 3.125rem;
    height: 87.5rem;
  }
}
main .block.block-about .about-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-about .about-wrapper .about-block {
  gap: 2.6041666667rem;
  width: 44.2708333333rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block {
    gap: 6.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block {
    gap: 9.375rem;
  }
}
main .block.block-about .about-wrapper .about-block .heading h2 {
  font-size: 4.53125rem;
  max-width: 100%;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .heading h2 {
    font-size: 5.9375rem;
    max-width: 100%;
    margin-bottom: -3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .heading h2 {
    font-size: 10rem;
    max-width: 62.5rem;
    margin-bottom: -3.125rem;
  }
}
main .block.block-about .about-wrapper .about-block .numbers {
  gap: 0.5208333333rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .numbers {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .numbers {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .numbers {
    flex-direction: column;
  }
}
main .block.block-about .about-wrapper .about-block .numbers .number {
  gap: 0.78125rem;
  padding: 1.5625rem;
  border-radius: 0.6770833333rem;
  display: flex;
  flex-direction: column;
  color: black;
  background-color: white;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .numbers .number {
    gap: 2.34375rem;
    padding: 3.125rem;
    border-radius: 2.03125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .numbers .number {
    gap: 4.6875rem;
    padding: 6.25rem;
    border-radius: 4.0625rem;
  }
}
main .block.block-about .about-wrapper .about-block .numbers .number .title {
  font-size: 3.4375rem;
  letter-spacing: -0.1354166667rem;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .numbers .number .title {
    font-size: 7.1875rem;
    letter-spacing: -0.28125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .numbers .number .title {
    font-size: 25rem;
    letter-spacing: -1rem;
  }
}
main .block.block-about .about-wrapper .about-block .numbers .number .description {
  font-size: 1.0416666667rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .numbers .number .description {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .numbers .number .description {
    font-size: 4.375rem;
  }
}
main .block.block-about .about-wrapper .about-block .about-text {
  font-size: 1.25rem;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about .about-wrapper .about-block .about-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about .about-wrapper .about-block .about-text {
    font-size: 4.375rem;
  }
}
main .block.block-equipment-list .heading h2 {
  font-size: 5rem;
  margin-bottom: 5.2083333333rem;
  max-width: 62.5rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .heading h2 {
    font-size: 7.1875rem;
    margin-bottom: 9.375rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .heading h2 {
    font-size: 11.875rem;
    margin-bottom: 18.75rem;
  }
}
main .block.block-equipment-list .equipment-list {
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list {
    gap: 12.5rem;
  }
}
main .block.block-equipment-list .equipment-list .product {
  border-radius: 2.0833333333rem;
  min-height: 32.2916666667rem;
  scroll-margin-top: 100px;
  background-color: white;
  color: black;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product {
    border-radius: 3.125rem;
    min-height: 0.15625pxrem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product {
    border-radius: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product {
    flex-direction: column;
  }
}
main .block.block-equipment-list .equipment-list .product .description-wrapper {
  padding: 3.125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper {
    padding: 6.25rem;
  }
}
main .block.block-equipment-list .equipment-list .product .description-wrapper .product-type {
  font-size: 1.6666666667rem;
  margin-bottom: 0.8854166667rem;
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-type {
    font-size: 2.8125rem;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-type {
    font-size: 5rem;
  }
}
main .block.block-equipment-list .equipment-list .product .description-wrapper .product-heading {
  font-size: 5rem;
  margin-bottom: 3.125rem;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-heading {
    font-size: 7.1875rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-heading {
    font-size: 11.875rem;
    margin-bottom: 6.25rem;
  }
}
main .block.block-equipment-list .equipment-list .product .description-wrapper .product-description {
  font-size: 1.25rem;
  margin-bottom: 0.8854166667rem;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-description {
    font-size: 2.5rem;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .description-wrapper .product-description {
    font-size: 4.375rem;
  }
}
main .block.block-equipment-list .equipment-list .product .photo-wrapper {
  padding: 3.125rem;
  width: 100%;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .photo-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .photo-wrapper {
    padding: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .photo-wrapper {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
  }
}
main .block.block-equipment-list .equipment-list .product .photo-wrapper .image {
  height: 100%;
  max-height: 26.0416666667rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .photo-wrapper .image {
    height: 40.625rem;
    max-height: 40.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .photo-wrapper .image {
    height: 81.25rem;
    max-height: 81.25rem;
  }
}
main .block.block-equipment-list .equipment-list .product .photo-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-equipment-list .equipment-list .product .advantages-wrapper {
  position: relative;
  padding: 3.125rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper {
    padding: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper {
    width: 100%;
  }
}
main .block.block-equipment-list .equipment-list .product .advantages-wrapper .advantage {
  height: 3.9583333333rem;
  padding-left: 2.0833333333rem;
  padding-right: 2.0833333333rem;
  border-radius: 0.4166666667rem;
  font-size: 1.0416666667rem;
  letter-spacing: -0.0208333333rem;
  justify-self: flex-start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 600;
  border: 1px solid var(--black-20, rgba(0, 0, 0, 0.2));
  margin-top: -1px;
  margin-left: -1px;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .advantage {
    height: 5.3125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    border-radius: 1.25rem;
    font-size: 1.875rem;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .advantage {
    height: 10rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border-radius: 2.5rem;
    font-size: 3.125rem;
  }
}
main .block.block-equipment-list .equipment-list .product .advantages-wrapper .button {
  margin-top: 3.6458333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .button {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .button {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .button {
    position: absolute;
    left: 100%;
    top: 0px;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-equipment-list .equipment-list .product .advantages-wrapper .button {
    position: relative;
    left: 0px;
  }
}
main .block.block-certificates .certs-wrapper {
  gap: 6.25rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper {
    gap: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper {
    gap: 9.375rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper {
    flex-direction: column;
  }
}
main .block.block-certificates .certs-wrapper .heading-wrapper {
  width: 38.0208333333rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper {
    width: 43.75rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper {
    width: 100%;
  }
}
main .block.block-certificates .certs-wrapper .heading-wrapper h2 {
  font-size: 5rem;
  max-width: 31.875rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper h2 {
    font-size: 7.1875rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper h2 {
    font-size: 11.875rem;
  }
}
main .block.block-certificates .certs-wrapper .heading-wrapper p {
  font-size: 1.6666666667rem;
  max-width: 31.875rem;
  margin-top: 1.6666666667rem;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper p {
    font-size: 2.5rem;
    max-width: 100%;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper .heading-wrapper p {
    font-size: 3.75rem;
    margin-top: 6.25rem;
  }
}
main .block.block-certificates .certs-wrapper .certs-wrapper {
  max-width: 58.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .certs-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper .certs-wrapper {
    max-width: 625rem;
  }
}
main .block.block-certificates .certs-wrapper .certs-wrapper .cert a {
  width: 33.0729166667rem;
  height: 46.875rem;
  border-radius: 1.0416666667rem;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .certs-wrapper .cert a {
    width: 60.9375rem;
    height: 85.9375rem;
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-certificates .certs-wrapper .certs-wrapper .cert a {
    width: 68.75rem;
    height: 96.875rem;
    border-radius: 3.125rem;
  }
}
main .block.block-certificates .certs-wrapper .certs-wrapper .cert a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-certificates .certs-wrapper .certs-wrapper .cert a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  main .block.block-certificates .certs-wrapper .certs-wrapper .cert a {
    margin-left: auto;
    margin-right: auto;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .promo-heading {
  font-size: 5rem;
  letter-spacing: -0.1822916667rem;
  margin-bottom: 21.7708333333rem;
  font-weight: 600;
  line-height: 95%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .promo-heading {
    font-size: 7.1875rem;
    letter-spacing: -0.28125rem;
    margin-bottom: 34.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .promo-heading {
    font-size: 6.25rem;
    letter-spacing: -0.125rem;
    margin-bottom: 39.375rem;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .content {
  gap: 2.8125rem;
  width: 70rem;
  margin-left: 23.75rem;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content {
    gap: 3.125rem;
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content {
    gap: 6.25rem;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .content .big-text {
  font-size: 2.5rem;
  letter-spacing: -0.1041666667rem;
  width: 33.59375rem;
  flex-shrink: 0;
  line-height: 95%;
}
@media screen and (max-width: 1200px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content .big-text {
    font-size: 4.375rem;
    letter-spacing: -0.078125rem;
    width: 45.3125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content .big-text {
    font-size: 6.25rem;
    letter-spacing: -0.125rem;
    width: 100%;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .content .text {
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content .text {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content .text {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .content {
    flex-direction: column;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .laser-image {
  top: 22.9166666667rem;
  left: -3.125rem;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .laser-image {
    top: 46.875rem;
    left: -21.875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-about-equipment-promo .equipment-promo-wrapper .laser-image {
    top: 43.75rem;
    left: -29.6875rem;
  }
}
main .block.block-about-equipment-promo .equipment-promo-wrapper .laser-image img {
  width: 100%;
}
main .block.block-text-reviews-list .text-reviews-list {
  gap: 1.0416666667rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review {
  padding: 3.125rem;
  padding-top: 2.7083333333rem;
  padding-bottom: 2.7083333333rem;
  border-radius: 1.0416666667rem;
  gap: 2.0833333333rem;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review {
    padding: 3.125rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 3.125rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review {
    padding: 6.25rem;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    border-radius: 6.25rem;
    gap: 6.25rem;
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review .rating {
  font-size: 1.1458333333rem;
  gap: 0.4166666667rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .rating {
    font-size: 3.4375rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .rating {
    font-size: 6.875rem;
    gap: 2.5rem;
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review .review-heading {
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-heading {
    font-size: 4.375rem;
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review .review-text {
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-text {
    font-size: 4.375rem;
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review .review-source {
  font-size: 0.8333333333rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-source {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-list .text-review .review-source {
    font-size: 4.375rem;
  }
}
main .block.block-text-reviews-list .text-reviews-list .text-review .review-source a {
  color: #FFBE90;
}
main .block.block-text-reviews-list .text-reviews-list .text-review .review-source a:hover {
  opacity: 0.75;
}
main .block.block-text-reviews-list .text-reviews-actions {
  margin-top: 4.1666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-actions {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-actions {
    margin-top: 12.5rem;
  }
}
main .block.block-text-reviews-list .text-reviews-actions .loader {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(255, 255, 255, 0.2); /* Цвет фона */
  border-top: 2px solid #FFA361; /* Цвет индикатора */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-text-reviews-list .text-reviews-actions .loader {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-text-reviews-list .text-reviews-actions .loader {
    width: 11.875rem;
    height: 11.875rem;
  }
}
main .block.block-text-reviews-list .text-reviews-actions.loading .button {
  display: none;
}
main .block.block-text-reviews-list .text-reviews-actions.loading .loader {
  display: block;
}
main .block.block-video-fullwidth .video-wrapper {
  border-radius: 1.5625rem;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-fullwidth .video-wrapper {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-fullwidth .video-wrapper {
    border-radius: 3.125rem;
  }
}
main .block.block-video-fullwidth .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
main .block.block-video-fullwidth .video-wrapper .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
main .block.block-video-fullwidth .video-wrapper .video-overlay .button-play {
  width: 10.4166666667rem;
  height: 10.4166666667rem;
  font-size: 4.4270833333rem;
  padding-left: 0.2604166667rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-fullwidth .video-wrapper .video-overlay .button-play {
    width: 10.3125rem;
    height: 10.3125rem;
    font-size: 4.0625rem;
    padding-left: 0.78125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-fullwidth .video-wrapper .video-overlay .button-play {
    width: 9.375rem;
    height: 9.375rem;
    font-size: 3.75rem;
    padding-left: 0.625rem;
  }
}
main .block.block-video-fullwidth .video-wrapper .video-overlay:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease;
}
main .block.block-video-fullwidth .video-wrapper .video-overlay:hover:after {
  opacity: 0;
}
main .block.block-video-fullwidth .text-wrapper {
  margin-top: 3.125rem;
  gap: 2.0833333333rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-fullwidth .text-wrapper {
    margin-top: 3.125rem;
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-fullwidth .text-wrapper {
    margin-top: 6.25rem;
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-video-fullwidth .text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
main .block.block-video-fullwidth .text-wrapper h2 {
  font-size: 5rem;
  max-width: 52.0833333333rem;
  line-height: 95%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-fullwidth .text-wrapper h2 {
    font-size: 5.9375rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-fullwidth .text-wrapper h2 {
    font-size: 10rem;
  }
}
main .block.block-video-slider .video-slider-outer {
  position: relative;
}
main .block.block-video-slider .video-slider-outer .video-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (min-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider {
    min-height: 41.6666666667rem;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider.video-reviews-heading-gap {
  left: 1.9791666667rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider.video-reviews-heading-gap {
    left: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider.video-reviews-heading-gap {
    left: 0%;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
main .block.block-video-slider .video-slider-outer .video-slider .video {
  width: 18.75rem;
  margin-top: 2.4479166667rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: width 0.6s ease, margin 0.6s ease;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video {
    width: 43.75rem;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video {
    width: 87.5rem;
    margin-top: 0%;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper {
  border-radius: 0.3125rem;
  height: 32.6041666667rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  transition: opacity 0.6s ease, height 0.6s ease;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper {
    border-radius: 0.9375rem;
    height: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper {
    border-radius: 1.875rem;
    height: 156.25rem;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control {
  bottom: 1.0416666667rem;
  right: 1.0416666667rem;
  font-size: 2.0833333333rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control {
    bottom: 3.125rem;
    right: 3.125rem;
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control {
    bottom: 6.25rem;
    right: 6.25rem;
    font-size: 6.25rem;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon {
  transition: color 0.2s ease;
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon.icon-sound_off {
  top: 0.1302083333rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon.icon-sound_off {
    top: 0.234375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon.icon-sound_off {
    top: 0.46875rem;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon.icon-sound_on {
  display: none;
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control .icon:hover {
  color: #FFA361;
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control.active .icon.icon-sound_on {
  display: block;
}
main .block.block-video-slider .video-slider-outer .video-slider .video .video-wrapper .video-sound-control.active .icon.icon-sound_off {
  display: none;
}
main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video {
  width: 21.1458333333rem;
  margin-top: 0%;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video {
    width: 43.75rem;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video {
    width: 87.5rem;
    margin-top: 0%;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video .video-wrapper {
  height: 36.5104166667rem;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video .video-wrapper {
    height: 78.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video .video-wrapper {
    height: 156.25rem;
  }
}
main .block.block-video-slider .video-slider-outer .video-slider .owl-item.center .video .video-wrapper .video-sound-control {
  opacity: 1;
  pointer-events: all;
}
main .block.block-video-slider .text-wrapper {
  gap: 2.0833333333rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .text-wrapper {
    gap: 6.25rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .text-wrapper {
    gap: 6.25rem;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
main .block.block-video-slider .text-wrapper .navigation-button {
  margin-top: 0;
}
main .block.block-video-slider .text-wrapper h2 {
  font-size: 3.5416666667rem;
  max-width: 62.5rem;
  letter-spacing: -0.1416666667rem;
  line-height: 105%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .text-wrapper h2 {
    font-size: 5.9375rem;
    max-width: 100%;
    letter-spacing: -0.234375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .text-wrapper h2 {
    font-size: 10rem;
    letter-spacing: -0.375rem;
  }
}
main .block.block-video-slider .text-wrapper .button-orange {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1200px) {
  main .block.block-video-slider .text-wrapper .button-orange {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-video-slider .text-wrapper .button-orange {
    margin-top: 6.25rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper {
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper {
    gap: 12.5rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-navigation {
  gap: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-navigation {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-navigation {
    gap: 3.125rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-navigation .button.active {
  background-color: white;
  color: black;
  pointer-events: none;
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list {
  gap: 1.1979166667rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list {
    gap: 3.59375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list {
    gap: 5.625rem;
  }
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block {
  gap: 0.6770833333rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block {
    gap: 1.40625rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-wrapper {
  border-radius: 1.0416666667rem;
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-wrapper {
    border-radius: 1.5625rem;
    height: 55.625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-wrapper {
    border-radius: 1.875rem;
    height: 55rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-title {
  font-size: 2.2916666667rem;
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-title {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-title {
    font-size: 5rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-laser-type {
  font-size: 1.6666666667rem;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-laser-type {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block .photo-laser-type {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block:nth-child(2n+2) {
    margin-top: 5.2083333333rem;
  }
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block:nth-child(2n+2) .photo-wrapper {
    min-height: 19.1666666667rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block:nth-child(2n+2) .photo-wrapper {
    min-height: 25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .photos-showreel-list .photo-block:nth-child(2n+2) .photo-wrapper {
    min-height: 50rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .loader {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(255, 255, 255, 0.2); /* Цвет фона */
  border-top: 2px solid #FFA361; /* Цвет индикатора */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .loader {
    width: 12.5rem;
    height: 12.5rem;
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer .loader {
    width: 18.75rem;
    height: 18.75rem;
    margin-top: 18.75rem;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-outer.loading .loader {
  display: block;
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions {
  margin-top: 4.1666666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions {
    margin-top: 12.5rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions .loader {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(255, 255, 255, 0.2); /* Цвет фона */
  border-top: 2px solid #FFA361; /* Цвет индикатора */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@media screen and (max-width: 1200px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions .loader {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
@media screen and (max-width: 800px) {
  main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions .loader {
    width: 11.875rem;
    height: 11.875rem;
  }
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions.loading .button {
  display: none;
}
main .block.block-photos-showreel .photos-showreel-wrapper .photos-showreel-actions.loading .loader {
  display: block;
}

.footer-wrapper .footer-row-first {
  gap: 0%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first {
    gap: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first {
    gap: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first {
    padding-bottom: 0%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .footer-wrapper .footer-row-first {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  .footer-wrapper .footer-row-first {
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first {
    justify-content: normal;
    flex-direction: column;
  }
}
.footer-wrapper .footer-row-first .copyright-wrapper .logo img {
  width: 14.3229166667rem;
  margin-bottom: 1.3020833333rem;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .copyright-wrapper .logo img {
    width: 21.09375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .copyright-wrapper .logo img {
    width: 40.625rem;
    margin-bottom: 6.25rem;
  }
}
.footer-wrapper .footer-row-first .copyright-wrapper .copyright {
  font-size: 1.0416666667rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .copyright-wrapper .copyright {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .copyright-wrapper .copyright {
    font-size: 3.75rem;
  }
}
.footer-wrapper .footer-row-first .footer-hero {
  font-size: 2.0833333333rem;
  max-width: 25rem;
  margin-left: 17.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .footer-hero {
    font-size: 4.375rem;
    max-width: 45.3125rem;
    margin-left: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .footer-hero {
    font-size: 6.25rem;
    max-width: 100%;
    margin-left: 0%;
  }
}
.footer-wrapper .footer-row-first .footer-contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .footer-contacts {
    right: 0%;
    margin-top: 0%;
    position: absolute;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .footer-contacts {
    right: 17.5rem;
    margin-top: 21.875rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  .footer-wrapper .footer-row-first .footer-contacts {
    right: 14.0625rem;
    margin-top: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .footer-contacts {
    position: relative;
    margin-left: 0px;
    right: 0px;
  }
}
.footer-wrapper .footer-row-first .footer-contacts .phone {
  font-size: 3.4375rem;
  margin-bottom: 2.34375rem;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .footer-contacts .phone {
    font-size: 2.8125rem;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .footer-contacts .phone {
    font-size: 5rem;
    margin-bottom: 0%;
  }
}
.footer-wrapper .footer-row-first .footer-contacts .mail {
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-first .footer-contacts .mail {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-first .footer-contacts .mail {
    font-size: 5rem;
  }
}
.footer-wrapper .footer-row-second {
  margin-top: 7.1354166667rem;
  gap: 0%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-second {
    margin-top: 8.75rem;
    gap: 0%;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-second {
    margin-top: 6.25rem;
    gap: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-second {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
.footer-wrapper .footer-row-second .policies .policy {
  font-size: 1.0416666667rem;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-second .policies .policy {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-second .policies .policy {
    font-size: 3.75rem;
  }
}
.footer-wrapper .footer-row-second .messengers {
  gap: 0.78125rem;
  margin-right: 18.8541666667rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-second .messengers {
    gap: 1.875rem;
    margin-right: 26.875rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-second .messengers {
    gap: 3.75rem;
    margin-right: 0%;
  }
}
.footer-wrapper .footer-row-second .messengers .messenger {
  font-size: 2.0833333333rem;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper .footer-row-second .messengers .messenger {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-row-second .messengers .messenger {
    font-size: 6.25rem;
  }
}

footer {
  margin-top: 15.625rem;
  padding: 3.125rem;
  padding-bottom: 4.1666666667rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 1200px) {
  footer {
    margin-top: 15.625rem;
    padding: 3.125rem;
    padding-bottom: 6.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  footer {
    margin-top: 31.25rem;
    padding: 6.25rem;
    padding-bottom: 12.5rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.cookie-accept {
  bottom: 1.0416666667rem;
  left: 1.0416666667rem;
  right: 1.0416666667rem;
  padding: 1.0416666667rem;
  position: fixed;
  z-index: 50;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .cookie-accept {
    bottom: 3.125rem;
    left: 3.125rem;
    right: 3.125rem;
    padding: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  .cookie-accept {
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    padding: 3.125rem;
  }
}
.cookie-accept .cookie-accept-inner {
  font-size: 0.8333333333rem;
  gap: 1.0416666667rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: black;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .cookie-accept .cookie-accept-inner {
    font-size: 2.1875rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  .cookie-accept .cookie-accept-inner {
    font-size: 3.75rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .cookie-accept .cookie-accept-inner {
    flex-direction: column;
    align-items: start;
  }
}
.cookie-accept .cookie-accept-inner a {
  color: #FFA361;
}
.cookie-accept .cookie-accept-inner a:hover {
  color: black;
}

.modals {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
.modals.mobile-with-header, .modals.with-header {
  z-index: 51;
}
.modals.mobile-with-header .modal-overlay, .modals.with-header .modal-overlay {
  display: none;
}
.modals .modal-overlay {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(9.8500003815px);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modals .modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.modals .modal-overlay-services {
  width: 29.1666666667rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(9.8500003815px);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .modals .modal-overlay-services {
    display: none;
  }
}
.modals .modal-overlay-services.active {
  opacity: 1;
  pointer-events: all;
}
.modals .modals-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.modals .modal {
  z-index: 15;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: scroll;
}
.modals .modal::-webkit-scrollbar {
  display: none;
}
.modals .modal.active {
  opacity: 1;
  pointer-events: all;
}
.modals .modal.modal-services-menu {
  width: 70.8333333333rem;
  padding-left: 8.3333333333rem;
  padding-right: 5.2083333333rem;
  padding-top: 5.9895833333rem;
  padding-bottom: 5.9895833333rem;
  top: 3.125rem;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu {
    width: 100%;
    padding-left: 9.375rem;
    padding-right: 9.375rem;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    top: 0%;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu {
    width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    top: 0%;
  }
}
.modals .modal.modal-services-menu .modal-close {
  top: 6.25rem;
  right: 3.125rem;
  font-size: 1.0416666667rem;
  position: fixed;
  color: black;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu .modal-close {
    top: 3.125rem;
    right: 3.125rem;
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu .modal-close {
    top: 6.25rem;
    right: 6.25rem;
    font-size: 4.375rem;
  }
}
.modals .modal.modal-services-menu .modal-close:hover {
  color: #FFA361;
}
.modals .modal.modal-services-menu .modal-content {
  gap: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu .modal-content {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu .modal-content {
    gap: 9.375rem;
  }
}
.modals .modal.modal-services-menu .modal-content .menu-block {
  font-weight: 600;
}
.modals .modal.modal-services-menu .modal-content .menu-block .block-heading {
  font-size: 2.5rem;
  margin-bottom: 2.0833333333rem;
  display: block;
  color: black;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .block-heading {
    font-size: 4.375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .block-heading {
    font-size: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.modals .modal.modal-services-menu .modal-content .menu-block .block-heading:hover {
  color: #FFA361;
}
.modals .modal.modal-services-menu .modal-content .menu-block .service-menu {
  font-size: 1.0416666667rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .service-menu {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .service-menu {
    font-size: 4.375rem;
  }
}
.modals .modal.modal-services-menu .modal-content .menu-block .service-menu li {
  margin-right: 1.5625rem;
  margin-bottom: 1.0416666667rem;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .service-menu li {
    margin-right: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-services-menu .modal-content .menu-block .service-menu li {
    margin-right: 6.25rem;
    margin-bottom: 3.125rem;
  }
}
.modals .modal.modal-services-menu .modal-content .menu-block .service-menu li a {
  color: black;
}
.modals .modal.modal-services-menu .modal-content .menu-block .service-menu li a:hover {
  color: #FFA361;
}
.modals .modal.modal-round-video {
  width: 31.25rem;
  height: 31.25rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: rgb(255, 163, 97);
  font-weight: 400;
  border-radius: 100%;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-round-video {
    width: 52.34375rem;
    height: 52.34375rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-round-video {
    width: 87.5rem;
    height: 87.5rem;
  }
}
.modals .modal.modal-round-video .modal-close {
  font-size: 1.0416666667rem;
  position: fixed;
  color: white;
  z-index: 2;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .modals .modal.modal-round-video .modal-close {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 800px) {
  .modals .modal.modal-round-video .modal-close {
    font-size: 4.375rem;
  }
}
.modals .modal.modal-round-video .modal-close:hover {
  color: #FFA361 !important;
}
.modals .modal.modal-round-video .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  border-radius: 100%;
}
.modals .modal.modal-round-video .modal-content video {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  cursor: pointer;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
