@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExt.woff2") format("woff2"), url("../fonts/EuropeExt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExtNormal.woff2") format("woff2"), url("../fonts/EuropeExtNormal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExt-Bold.woff2") format("woff2"), url("../fonts/EuropeExt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExtBold.woff2") format("woff2"), url("../fonts/EuropeExtBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/EuropeExt-Bold-Italic.woff2") format("woff2"), url("../fonts/EuropeExt-Bold-Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EuropeExt";
  src: url("../fonts/Europe_Ext-Oblique.woff2") format("woff2"), url("../fonts/Europe_Ext-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}



@font-face {
  font-family: "Montserrat-800";
  src: 
    url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-700";
  src: 
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-600";
  src: 
  url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-500";
  src: 
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-400";
  src: 
   url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-300";
  src: 
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}





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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

.title {
  position: relative;
  z-index: 9;
}
@media (max-width: 413px) {
  .title {
    font-size: 24px;
  }
}
.title.center {
  text-align: center !important;
  max-width: 100% !important;
}

.btn-center {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .btn-center-mobile {
    display: flex;
    justify-content: center;
  }
}

.about-main {
  position: relative;
  height: 100vh;
  background: #232526;
  padding: 80px 0;
}
@media (min-width: 1981px) {
  .about-main {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .about-main {
    height: auto;
  }
}
@media (max-width: 980px) {
  .about-main {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 980px) {
  .about-main__images {
    position: relative;
    right: -40px;
    height: 400px;
    margin-top: -220px;
  }
}
.about-main__content {
  z-index: 9;
  max-width: 800px;
}
@media (max-width: 980px) {
  .about-main__content {
    max-width: 100%;
  }
}
.about-main__content p {
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-main__content p {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
}
.about-main__content .btn {
  margin-top: 40px;
  position: relative;
  z-index: 12;
}
.about-main .title {
  position: relative;
  z-index: 12;
}
@media (max-width: 980px) {
  .about-main .title {
    position: relative;
    z-index: 12;
    background: linear-gradient(to bottom, #232526 0%, #232526 50%, rgba(35, 37, 38, 0.5) 75%, rgba(35, 37, 38, 0) 100%);
    width: calc(100% + 80px);
    padding: 40px 40px 180px 40px;
    margin: 0 -40px;
  }
}
@media (max-width: 767px) {
  .about-main .title {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.about-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/10/dots-bg.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 2;
}
.about-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1255px;
  height: 850px;
  background: url(/wp-content/uploads/2025/10/line-bg-1.svg) 0% 100% no-repeat;
  background-size: cover;
  z-index: 3;
}
.about-main__substrate-1 {
  position: absolute;
  top: 80px;
  right: 326px;
  z-index: 1;
  display: block;
}
@media (max-width: 1280px) {
  .about-main__substrate-1 {
    width: 220px;
    right: 163px;
    top: 40px;
  }
}
.about-main__substrate-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
}
@media (max-width: 1280px) {
  .about-main__substrate-2 {
    width: 168px;
  }
}
.about-main__boat {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: block;
}
@media (max-width: 1280px) {
  .about-main__boat {
    width: 430px;
    min-width: 430px;
  }
}

.title {
  font-family: "EuropeExt", sans-serif;
}

.benefits-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 80px 0;
}
@media (min-width: 1981px) {
  .benefits-section {
    height: auto;
    min-height: 800px;
  }
}
@media (max-width: 1439px) {
  .benefits-section {
    height: auto;
    min-height: 600px;
  }
}
@media (max-width: 980px) {
  .benefits-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .benefits-section {
    padding: 400px 0 40px 0;
  }
}
@media (max-width: 580px) {
  .benefits-section {
    padding: 300px 0 40px 0;
  }
}
@media (max-width: 413px) {
  .benefits-section {
    padding-top: 250px;
  }
}
.benefits-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 288px);
  transform: translateX(-50%);
  width: 1046px;
  height: 860px;
  background: url(/wp-content/uploads/2025/10/line-bg-2.svg) 100% 0 no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media (max-width: 767px) {
  .benefits-section:after {
    display: none;
  }
}
.benefits-section:before {
  content: "";
  width: calc(100% - 390px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #000 0%, #000 70%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .benefits-section:before {
    background: linear-gradient(to top, #000 0%, #000 70%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 400px);
  }
}
.benefits-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .benefits-section__bg {
    display: none;
  }
}
.benefits-section__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
  display: none;
}
@media (max-width: 767px) {
  .benefits-section__bg-mobile {
    display: block;
  }
}

.benefits {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .benefits {
    align-items: center;
  }
}
.benefits__content {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .benefits__content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .benefits__content {
    padding: 0;
  }
}
.benefits .title {
  text-align: right;
  max-width: 100%;
}
@media (max-width: 767px) {
  .benefits .title {
    text-align: center;
  }
}

.benefits-item {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 32px;
  width: 50%;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .benefits-item {
    width: calc(100% + 20px);
    margin-left: -20px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 15px 30px 15px 20px;
  }
}
.benefits-item:before {
  content: "";
  width: 44px;
  height: 48px;
  background: rgb(222, 17, 22);
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.benefits-item:nth-child(1) {
  transform: translateX(140px);
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(1) {
    transform: translateX(80px);
  }
}
.benefits-item:nth-child(2) {
  transform: translateX(120px);
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(2) {
    transform: translateX(60px);
  }
}
.benefits-item:nth-child(3) {
  transform: translateX(80px);
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(3) {
    transform: translateX(20px);
  }
}
.benefits-item:nth-child(4) {
  transform: translateX(60px);
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(4) {
    transform: translateX(0px);
  }
}
.benefits-item:nth-child(5) {
  transform: translateX(20px);
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(5) {
    transform: translateX(-40px);
  }
}
@media (max-width: 767px) {
  .benefits-item:nth-child(5) {
    margin-bottom: 20px;
  }
}
.benefits-item:nth-child(6) {
  transform: translateX();
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .benefits-item:nth-child(6) {
    transform: translateX(-60px);
  }
}
@media (max-width: 767px) {
  .benefits-item {
    transform: translateX(0) !important;
  }
}
.benefits-item__title {
  display: block;
  font-size: 48px;
  font-family: "EuropeExt", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1200px) {
  .benefits-item__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.benefits-item p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .benefits-item p {
    font-size: 12px;
    line-height: 24px;
  }
}

.product-main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1981px) {
  .product-main {
    height: 800px;
  }
}
@media (max-width: 980px) {
  .product-main .container {
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 1439px) {
  .product-main {
    height: auto;
  }
}
@media (max-width: 980px) {
  .product-main {
    padding: 400px 0 40px 0;
    display: flex;
    flex-direction: column;
  }
}
.product-main--sm {
  height: 540px;
}
@media (max-width: 1439px) {
  .product-main--sm {
    height: 540px;
  }
}
@media (max-width: 980px) {
  .product-main--sm {
    height: auto;
    padding-top: 375px;
  }
}
@media (max-width: 980px) {
  .product-main--sm .product-main__title {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.product-main--sm .product-main__char {
  height: 540px;
}
@media (max-width: 980px) {
  .product-main--sm .product-main__char {
    padding-bottom: 0;
  }
}
.product-main--sm .product-main__char .coming-soon {
  font-size: 52px;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .product-main--sm .product-main__char .coming-soon {
    font-size: 28px;
  }
}
@media (min-width: 1981px) {
  .product-main--sm .product-main__char {
    height: 540px;
  }
}
@media (max-width: 1439px) {
  .product-main--sm .product-main__char {
    height: 540px;
    width: calc(100% - 500px);
  }
}
@media (max-width: 980px) {
  .product-main--sm .product-main__char {
    height: auto;
    width: 100%;
  }
}
.product-main:before {
  content: "";
  position: absolute;
}
@media (max-width: 980px) {
  .product-main:before {
    background: linear-gradient(to top, #000 0%, #000 20%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 200px);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .product-main:before {
    height: calc(100% - 500px);
  }
}
.product-main:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 9;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0) 0%, #DE1116 100%);
}
@media (max-width: 980px) {
  .product-main:after {
    display: block;
  }
}
.product-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .product-main__bg {
    top: -100px;
    -o-object-position: 0% 0;
       object-position: 0% 0;
  }
}
@media (max-width: 767px) {
  .product-main__bg {
    display: none;
  }
}
.product-main__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .product-main__bg-mobile {
    display: block;
  }
}
.product-main__bg-mobile--mt {
  top: -100px;
}
.product-main__char {
  position: relative;
}
@media (max-width: 980px) {
  .product-main__char {
    padding-top: 0;
  }
}
.product-main__char .coming-soon {
  position: absolute;
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1480px) {
  .product-main__char .coming-soon {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 980px) {
  .product-main__char .coming-soon {
    top: -180px;
    font-size: 28px;
    line-height: 40px;
  }
}
.product-main__mobile-mask:before {
  content: "";
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 8;
  display: none;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 980px) {
  .product-main__mobile-mask:before {
    display: block;
  }
}
.product-main__info {
  top: -2px;
  right: 0;
  width: 620px;
  height: calc(100% + 3px);
  background: rgba(42, 45, 47, 0.65);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 60px 0 130px;
}
.product-main__info:before {
  content: "";
  width: 100%;
  height: 280px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 980px) {
  .product-main__info:before {
    display: none;
  }
}
.product-main__info:after {
  content: "";
  width: 100%;
  height: 280px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 980px) {
  .product-main__info:after {
    display: none;
  }
}
@media (max-width: 1439px) {
  .product-main__info {
    width: 520px;
    padding: 20px 30px 0 80px;
  }
}
@media (min-width: 993px) {
  .product-main__info {
    position: absolute;
  }
}
@media (max-width: 980px) {
  .product-main__info {
    width: 100%;
    padding: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    clip-path: none;
    background: transparent;
  }
}
.product-main__info .btn-center {
  position: relative;
  z-index: 9;
}
.product-main__info .btn-center:last-child .btn {
  margin-bottom: 0;
}
.product-main__info .btn {
  margin-bottom: 24px;
}
@media (min-width: 993px) {
  .product-main__info .btn {
    width: 380px;
  }
}
@media (max-width: 980px) {
  .product-main__info .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .product-main--left .product-main__bg {
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
}
.product-main--left .product-main__char {
  padding-left: 600px;
  width: 100%;
}
@media (max-width: 1439px) {
  .product-main--left .product-main__char {
    padding-left: 500px;
  }
}
@media (max-width: 980px) {
  .product-main--left .product-main__char {
    padding-left: 0;
  }
}
.product-main--left .coming-soon {
  width: calc(100% - 600px);
}
@media (max-width: 980px) {
  .product-main--left .coming-soon {
    width: 100%;
  }
}
.product-main--left .product-main__info {
  padding: 0px 130px 0 60px;
  right: auto;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media (max-width: 1439px) {
  .product-main--left .product-main__info {
    width: 520px;
    padding: 0px 80px 0 30px;
  }
}
@media (max-width: 980px) {
  .product-main--left .product-main__info {
    width: 100%;
    padding: 0;
    clip-path: none;
  }
}

.product-main__char {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: calc(100% - 600px);
  padding-bottom: 50px;
  justify-content: space-between;
}
@media (min-width: 1981px) {
  .product-main__char {
    height: 800px;
  }
}
@media (max-width: 1439px) {
  .product-main__char {
    height: 740px;
    width: calc(100% - 500px);
  }
}
@media (max-width: 980px) {
  .product-main__char {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
}
.product-main__char .sep {
  width: 1px;
  height: 84px;
  display: block;
  transform: rotate(5deg);
  background: #fff;
}
@media (max-width: 1439px) {
  .product-main__char .sep {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .product-main__char .sep {
    height: 44px;
    transform: rotate(5deg) translateY(-10px);
  }
}
@media (max-width: 980px) {
  .product-main__char .sep {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .product-main__char .sep {
    height: 44px;
  }
}

.char-item {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .char-item {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .char-item {
    font-size: 10px;
  }
}
@media (max-width: 980px) {
  .char-item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .char-item {
    font-size: 10px;
  }
}
.char-item span {
  display: block;
  font-family: "EuropeExt", sans-serif;
  font-size: 48px;
  margin-bottom: 12px;
  font-style: italic;
}
@media (max-width: 1439px) {
  .char-item span {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .char-item span {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .char-item span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .char-item span {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.product-main__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-main__logo {
  display: block;
  margin-bottom: -90px;
}
@media (max-width: 980px) {
  .product-main__logo {
    display: none;
  }
}
.product-main__title {
  display: block;
  font-family: "EuropeExt", sans-serif;
  font-size: 50px;
  font-style: italic;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.product-main__title span {
  margin-right: 10px;
}
@media (max-width: 980px) {
  .product-main__title img {
    height: 32px;
  }
}
@media (max-width: 980px) {
  .product-main__title {
    position: absolute;
    top: -420px;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9;
    font-size: 40px;
  }
}
.product-main p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1200px) {
  .product-main p {
    font-size: 12px;
    line-height: 24px;
  }
}
.product-main__cost {
  font-size: 40px;
  display: block;
  font-family: "EuropeExt", sans-serif;
  white-space: nowrap;
  margin-bottom: 5px;
  font-style: italic;
  position: relative;
  z-index: 9;
}
@media (max-width: 980px) {
  .product-main__cost {
    font-size: 28px;
  }
}
.product-main__cost span {
  font-size: 32px;
  display: inline-block;
  margin: 0 8px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .product-main__cost span {
    font-size: 16px;
    margin: 0 4px;
  }
}
.product-main__cost span:last-child {
  margin-left: 0;
}
.product-main__description {
  display: block;
  font-size: 12px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .product-main__description {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

.innovation-section {
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
}
.innovation-section .container {
  position: relative;
  z-index: 9;
}
.innovation-section .title {
  text-align: center;
  max-width: 100%;
  display: block;
}
.innovation-section:after {
  content: "";
  position: absolute;
  bottom: 400px;
  left: 50%;
  transform: translateX(-50%);
  width: 1255px;
  height: 850px;
  background: url(/wp-content/uploads/2025/10/line-bg-1.svg) 0% 100% no-repeat;
  background-size: cover;
  z-index: 3;
}
.innovation-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(35, 37, 38, 0.5) 0%, rgb(35, 37, 38) 50.27%);
}
.innovation-section p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 32px;
}
@media (max-width: 1200px) {
  .innovation-section p {
    font-size: 12px;
    line-height: 24px;
  }
}

.innovation-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 280px);
  margin: 0 -140px;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .innovation-info {
    width: calc(100% + 200px);
    margin: 0 -100px;
  }
}
@media (max-width: 980px) {
  .innovation-info {
    width: calc(100% + 160px);
    margin: 0 -80px;
  }
}
@media (max-width: 767px) {
  .innovation-info {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
}

.in-info-item {
  position: relative;
  width: 50%;
  padding: 25px 180px 25px 120px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.05);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  margin-bottom: 20px;
  transform: translateX(10px);
}
@media (max-width: 980px) {
  .in-info-item {
    width: 100%;
    transform: translateX(0) !important;
    clip-path: none;
    padding: 20px 50px 20px 70px;
  }
}
.in-info-item:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .in-info-item:after {
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
    width: 80px;
  }
}
.in-info-item:before {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .in-info-item:before {
    width: 80px;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.in-info-item__number {
  display: block;
  font-size: 80px;
  font-family: "EuropeExt", sans-serif;
  margin-bottom: 5px;
  line-height: 120%;
  white-space: nowrap;
  font-style: italic;
}
@media (max-width: 980px) {
  .in-info-item__number {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 100%;
  }
}
.in-info-item__number span {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .in-info-item__number span {
    font-size: 20px;
  }
}
.in-info-item p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .in-info-item p {
    font-size: 12px;
    line-height: 24px;
  }
}
.in-info-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .in-info-item__icon {
    height: 160px;
    right: 30px;
  }
}
.in-info-item--reverse {
  padding-left: 170px;
  transform: translateX(-10px);
  padding-right: 100px;
}
@media (max-width: 980px) {
  .in-info-item--reverse {
    text-align: right;
    padding-right: 70px;
    padding-left: 50px;
  }
}
@media (max-width: 980px) {
  .in-info-item--reverse p {
    text-align: right;
  }
}
@media (min-width: 993px) {
  .in-info-item--reverse:before {
    content: "";
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
  }
  .in-info-item--reverse:after {
    right: 0;
    left: auto;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.in-info-item--reverse .in-info-item__icon {
  right: auto;
  left: 0;
}
@media (max-width: 980px) {
  .in-info-item--reverse .in-info-item__icon {
    left: 30px;
  }
}

.innovation-img {
  position: relative;
  z-index: 10;
  margin-top: -200px;
}
@media (max-width: 980px) {
  .innovation-img {
    margin-top: -60px;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .innovation-img {
    margin-top: 220px;
    margin-left: -100px;
    transform: scale(2);
    padding-bottom: 75px;
  }
}
@media (max-width: 980px) and (max-width: 480px) {
  .innovation-img {
    margin-top: 130px;
  }
}
.innovation-img img {
  display: block;
  width: 100%;
}

.sky-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  display: block;
  margin-top: -200px;
}
@media (max-width: 980px) {
  .sky-bg {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .sky-bg {
    height: 100%;
    margin-top: 0;
    background: linear-gradient(to bottom, #6aa0c7 0%, #d8dfe6 100%), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="n"><feTurbulence baseFrequency="0.8" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)" opacity="0.06" fill="white"/></svg>');
    background-blend-mode: overlay;
  }
}
.sky-bg img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .sky-bg img {
    display: none;
  }
}

.conditions-section {
  overflow: hidden;
  display: flex;
  position: relative;
  background: rgb(35, 37, 38);
}
.conditions-section__content {
  width: calc(100% + 120px);
  margin: 0 -60px;
  display: flex;
  justify-content: space-between;
}

.conditions-slider {
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1981px) {
  .conditions-slider {
    height: 1000px;
  }
}
@media (max-width: 1439px) {
  .conditions-slider {
    height: 800px;
  }
}
@media (max-width: 980px) {
  .conditions-slider {
    height: 500px;
  }
}

.conditions-slider {
  position: relative;
  width: calc(33.3333333333% + 0px);
  pointer-events: none;
}
@media (max-width: 980px) {
  .conditions-slider {
    width: calc(50% + 0px);
  }
}
.conditions-slider:first-child {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  transform: translateX(56px);
}
@media (max-width: 1600px) {
  .conditions-slider:first-child {
    transform: translateX(46px);
  }
}
@media (max-width: 1439px) {
  .conditions-slider:first-child {
    transform: translateX(36px);
  }
}
@media (max-width: 1100px) {
  .conditions-slider:first-child {
    transform: translateX(26px);
  }
}
@media (max-width: 980px) {
  .conditions-slider:first-child {
    transform: translateX(20px);
  }
}
@media (max-width: 767px) {
  .conditions-slider:first-child {
    transform: translateX(10px);
  }
}
.conditions-slider:nth-child(2) {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .conditions-slider:nth-child(2) {
    display: none;
  }
}
.conditions-slider:nth-child(3) {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  transform: translateX(-56px);
}
@media (max-width: 1600px) {
  .conditions-slider:nth-child(3) {
    transform: translateX(-46px);
  }
}
@media (max-width: 1439px) {
  .conditions-slider:nth-child(3) {
    transform: translateX(-36px);
  }
}
@media (max-width: 1100px) {
  .conditions-slider:nth-child(3) {
    transform: translateX(-26px);
  }
}
@media (max-width: 980px) {
  .conditions-slider:nth-child(3) {
    transform: translateX(-20px);
  }
}
@media (max-width: 767px) {
  .conditions-slider:nth-child(3) {
    transform: translateX(-10px);
  }
}

.slide-item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.slide-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(47, 50, 52, 0.3);
}
.slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}

.conditions-section__title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.conditions-section__logo {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .conditions-section__logo {
    margin-bottom: 10px;
  }
}
.conditions-section__logo img {
  display: block;
  height: 80px;
}
@media (max-width: 980px) {
  .conditions-section__logo img {
    height: 24px;
  }
}
.conditions-section__text {
  display: block;
  font-family: "EuropeExt", sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .conditions-section__text {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.conditions-section .btn-center {
  width: 100%;
}

.wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.dealer-section {
  position: relative;
}
.dealer-section .map {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 50px);
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .dealer-section .map {
    position: relative;
    width: 100%;
    clip-path: none;
    height: 400px;
  }
}

.dealers__content {
  justify-content: space-between;
}
.dealers__content .dealers__info {
  min-width: 400px;
}
@media (max-width: 980px) {
  .dealers__content .dealers__info {
    min-width: 100%;
  }
}

.dealers__map {
  position: relative;
  width: 100%;
  height: 725px;
}
@media (max-width: 767px) {
  .dealers__map {
    height: 480px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

.dealer-content {
  padding: 80px 0;
  width: 50%;
}
@media (max-width: 980px) {
  .dealer-content {
    padding: 40px 0;
    width: 100%;
  }
}
.dealer-content p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .dealer-content p {
    font-size: 12px;
    line-height: 24px;
	text-align: center;
  }
}

.ymaps-layers-pane {
  -ms-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1) invert(300%);
}

.about-inner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 230px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (min-width: 1981px) {
  .about-inner-section {
    height: auto;
  }
}
@media (max-width: 980px) {
  .about-inner-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-inner-section {
    padding-top: 426px;
    padding-bottom: 40px;
  }
}
.about-inner-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-inner-section__bg {
    transform: rotate(-90deg) scale(1.1);
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 630px) {
  .about-inner-section__bg {
    display: none;
  }
}
.about-inner-section__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  -o-object-position: 0;
     object-position: 0;
}
@media (max-width: 630px) {
  .about-inner-section__bg-mobile {
    display: block;
  }
}
.about-inner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 194px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .about-inner-section:before {
    width: 80px;
    left: -40px;
    background: linear-gradient(180deg, rgba(222, 17, 22, 0.5) 0%, rgba(222, 17, 22, 0) 52.07%);
  }
}
.about-inner-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 194px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 980px) {
  .about-inner-section:after {
    width: 80px;
    right: -40px;
    background: linear-gradient(0deg, rgba(222, 17, 22, 0.5) 0%, rgba(222, 17, 22, 0) 52.07%);
  }
}

.about-inner__content {
  position: relative;
  z-index: 9;
  width: 60%;
  padding-left: 100px;
}
@media (max-width: 1180px) {
  .about-inner__content {
    width: 100%;
    padding-left: 120px;
  }
}
@media (max-width: 980px) {
  .about-inner__content {
    padding-left: 0;
  }
}
.about-inner__content p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  max-width: 700px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .about-inner__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about-inner__content p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}

.own-production-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px 0 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
@media (min-width: 1981px) {
  .own-production-section {
    height: auto;
  }
}
@media (max-width: 980px) {
  .own-production-section {
    height: auto;
  }
}
@media (max-width: 767px) {
  .own-production-section {
    padding: 40px 0;
  }
  .own-production-section:before {
    content: "";
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, #232526 0%, #232526 50%, rgba(35, 37, 38, 0.5) 75%, rgba(35, 37, 38, 0) 100%);
  }
  .own-production-section:after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, #232526 0%, #232526 50%, rgba(35, 37, 38, 0.5) 75%, rgba(35, 37, 38, 0) 100%);
  }
}
.own-production-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .own-production-section__bg {
    display: none;
  }
}
.own-production-section__bg-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .own-production-section__bg-mobile {
    display: block;
  }
}
.own-production-section__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgb(47, 50, 52);
}
.own-production-section__bottom:before {
  content: "";
  width: 33%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(93, 100, 104);
  z-index: 1;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 100%);
}
.own-production-section__bottom:after {
  content: "";
  width: 25%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(222, 17, 22);
  z-index: 2;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 100%);
}

.own-production {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .own-production {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.own-production .sep {
  width: 1px;
  height: 120px;
  display: block;
  transform: rotate(5deg);
  background: #fff;
  margin-top: 130px;
}
@media (max-width: 980px) {
  .own-production .sep {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(0);
    margin: 30px 0;
  }
}
.own-production-item {
  width: calc(33.3333333333% - 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .own-production-item {
    width: 100%;
  }
}
.own-production-item__title {
  font-family: "EuropeExt", sans-serif;
  font-size: 32px;
  margin-bottom: 28px;
  margin-top: -30px;
  font-style: italic;
}
.own-production-item__title span {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .own-production-item__title span {
    font-size: 38px;
  }
}
@media (max-width: 980px) {
  .own-production-item__title span {
    font-size: 64px;
  }
}
.own-production-item p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  max-width: 360px;
}
@media (max-width: 1200px) {
  .own-production-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .own-production-item p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}
.own-production-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 185px;
}
@media (max-width: 1200px) {
  .own-production-item .icon {
    height: 120px;
  }
}
.own-production-item .icon img {
  display: block;
  height: 100%;
}

.design-safety-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
@media (min-width: 1981px) {
  .design-safety-section {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 1439px) {
  .design-safety-section {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .design-safety-section {
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .design-safety-section:after {
    content: "";
    width: 245px;
    height: 245px;
    top: 0;
    left: 0;
    background: linear-gradient(139.14deg, #000000 13.29%, rgba(0, 0, 0, 0) 54.19%);
    z-index: 4;
    position: absolute;
  }
}
.design-safety-section:before {
  content: "";
  background: linear-gradient(297.88deg, #000000 27.69%, rgba(0, 0, 0, 0) 69.76%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 936px;
  z-index: 3;
}
@media (max-width: 767px) {
  .design-safety-section:before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 65%;
    background: linear-gradient(186.32deg, rgba(0, 0, 0, 0) 9.89%, #000000 27%);
  }
}
@media (max-width: 680px) {
  .design-safety-section:before {
    height: 70%;
  }
}
@media (max-width: 610px) {
  .design-safety-section:before {
    height: 75%;
  }
}
@media (max-width: 540px) {
  .design-safety-section:before {
    height: 80%;
  }
}
@media (max-width: 480px) {
  .design-safety-section:before {
    height: 85%;
  }
}
@media (max-width: 440px) {
  .design-safety-section:before {
    height: 90%;
  }
}
@media (max-width: 980px) {
  .design-safety-section {
    height: auto;
  }
}
.design-safety-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .design-safety-section__bg {
    display: none;
  }
}
.design-safety-section__bg-mobile {
  position: relative;
  z-index: 1;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .design-safety-section__bg-mobile {
    display: block;
  }
}

.design-safety {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .design-safety {
    margin-top: -55%;
  }
}
.design-safety .title {
  text-align: right;
  width: 100%;
}
@media (max-width: 767px) {
  .design-safety .title {
    text-align: center !important;
  }
}
.design-safety__content {
  width: 100%;
  max-width: 960px;
  margin-right: -50px;
}
@media (max-width: 1600px) {
  .design-safety__content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .design-safety__content {
    width: calc(100% + 120px);
    margin: 0 -60px;
  }
}
.design-safety .sep {
  opacity: 0;
}
.design-safety .sep.animate-start {
  animation: sep 1s forwards 0.2s;
}

.design-safety-item {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 26px 80px 26px 132px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media (max-width: 767px) {
  .design-safety-item {
    padding-right: 70px;
    padding-left: 140px;
    margin-bottom: 30px;
  }
}
.design-safety-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
}
@media (max-width: 767px) {
  .design-safety-item:before {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 70px;
  }
}
.design-safety-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .design-safety-item:after {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    width: 70px;
  }
}
.design-safety-item:nth-child(1) {
  transform: translateX(100px);
}
@media (max-width: 767px) {
  .design-safety-item:nth-child(1) {
    transform: translateX(0px);
  }
}
.design-safety-item:nth-child(2) {
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .design-safety-item:nth-child(2) {
    transform: translateX(0px);
  }
}
.design-safety-item:last-child {
  margin-bottom: 0;
}
.design-safety-item__number {
  position: absolute;
  left: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "EuropeExt", sans-serif;
  font-size: 160px;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(279.72deg, rgba(255, 255, 255, 0.8) 7.32%, rgba(255, 255, 255, 0) 76.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
@media (max-width: 980px) {
  .design-safety-item__number {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .design-safety-item__number {
    background: linear-gradient(279.72deg, rgba(255, 255, 255, 0.8) 7.32%, rgba(255, 255, 255, 0) 66.86%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.design-safety-item p {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
  max-width: 610px;
  background: linear-gradient(96.1deg, #FFFFFF 78.32%, rgba(255, 255, 255, 0) 101.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .design-safety-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .design-safety-item p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }
}

.comfort-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 180px 0 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
@media (min-width: 1981px) {
  .comfort-section {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 1439px) {
  .comfort-section {
    min-height: auto;
    height: auto;
  }
}
.comfort-section__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 4;
}
@media (max-width: 767px) {
  .comfort-section__bottom {
    height: 40px;
  }
}
.comfort-section .title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .comfort-section .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .comfort-section {
    display: block;
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 1981px) {
  .comfort-section {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .comfort-section {
    height: auto;
  }
}
.comfort-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.comfort-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.comfort-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .comfort-section__bg {
    -o-object-position: 40% -20%;
       object-position: 40% -20%;
  }
}
.comfort {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .comfort {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.comfort .sep {
  width: 1px;
  height: 280px;
  display: block;
  transform: rotate(10deg);
  background: #fff;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .comfort .sep {
    height: 240px;
  }
}
@media (max-width: 980px) {
  .comfort .sep {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(0);
    margin: 30px 0;
  }
}
.comfort-item {
  width: calc(33.3333333333% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comfort-item .comfort-item__mobile-logo {
  display: none;
}
@media (max-width: 980px) {
  .comfort-item .comfort-item__mobile-logo {
    display: flex;
    justify-content: center;
    margin-top: -100px;
  }
}
@media (max-width: 980px) {
  .comfort-item {
    width: 100%;
  }
  .comfort-item:nth-child(1) .comfort-item__bottom-logo {
    display: none;
  }
  .comfort-item:nth-child(3) .comfort-item__logo {
    display: none;
  }
  .comfort-item:nth-child(3) .comfort-item__bottom-logo {
    display: none;
  }
  .comfort-item:nth-child(5) .comfort-item__logo {
    display: none;
  }
  .comfort-item:nth-child(5) .comfort-item__bottom-logo {
    display: none;
  }
}
.comfort-item__logo img {
  display: block;
  width: 100%;
  max-width: 320px;
}
.comfort-item__title {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-top: -10px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.comfort-item p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  max-width: 380px;
}
@media (max-width: 1200px) {
  .comfort-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .comfort-item p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}
.comfort-item__bottom-logo {
  margin-top: -120px;
}
.comfort-item__bottom-logo img {
  display: block;
  max-width: 255px;
  width: 100%;
}

.weather-resistance-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 180px 0 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
@media (min-width: 1981px) {
  .weather-resistance-section {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 1439px) {
  .weather-resistance-section {
    min-height: auto;
    height: auto;
  }
}
.weather-resistance-section__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 4;
}
@media (max-width: 767px) {
  .weather-resistance-section__bottom {
    height: 40px;
  }
}
.weather-resistance-section .title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .weather-resistance-section .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .weather-resistance-section {
    display: block;
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 1981px) {
  .weather-resistance-section {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .weather-resistance-section {
    height: auto;
  }
}
 
.weather-resistance-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
background: rgba(47, 50, 52, 0.5);

}
.weather-resistance-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 0;
}
@media (max-width: 767px) {
  .weather-resistance-section__bg {
    -o-object-position: 50%;
       object-position: 50%;
  }
}
.weather-resistance-section .container {
  position: relative;
  z-index: 9;
}
.weather-resistance-section p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .weather-resistance-section p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .weather-resistance-section p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}

.weather-resistance {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .weather-resistance {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.weather-resistance__item {
  width: 450px;
  font-style: italic;
  font-family: "EuropeExt", sans-serif;
  font-size: 48px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .weather-resistance__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .weather-resistance__item {
    width: 100%;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.weather-resistance__item:first-child {
  text-align: right;
}
@media (max-width: 1200px) {
  .weather-resistance__item:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .weather-resistance__item:first-child {
    margin-bottom: 162px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .weather-resistance__item:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .weather-resistance__item {
    font-size: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 7.32%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.weather-resistance__item span {
  display: block;
  font-size: 80px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .weather-resistance__item span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 7.32%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 767px) {
  .weather-resistance__item span {
    font-size: 48px;
    margin-top: 0;
    margin-left: 10px;
  }
}

.dark-header {
  margin-top: 200px;
}
@media (max-width: 980px) {
  .dark-header {
    margin-top: 100px;
  }
}

.header.dark-bg {
  background: rgb(35, 37, 38) url(/wp-content/uploads/2025/10/header-dark-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.header.dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.techno-main-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 200px 0 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
.techno-main-section h1.title {
  font-size: 72px;
}
@media (max-width: 1439px) {
  .techno-main-section h1.title {
    font-size: 48px;
  }
}
@media (max-width: 980px) {
  .techno-main-section h1.title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .techno-main-section h1.title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .techno-main-section {
    display: block;
    padding: 120px 0 40px 0;
  }
}
@media (min-width: 1981px) {
  .techno-main-section {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .techno-main-section {
    height: auto;
  }
}
.techno-main-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .techno-main-section__bg {
    -o-object-position: 50%;
       object-position: 50%;
  }
}
.techno-main {
  width: calc(100% - 40px);
  padding: 110px 0;
  display: flex;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: url(/wp-content/uploads/2025/10/tech-line-bg.svg) 0 0 no-repeat, rgba(162, 161, 160, 0.3);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}
@media (min-width: 2050px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
}
@media (min-width: 2400px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  }
}
.techno-main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 4;
}
@media (max-width: 767px) {
  .techno-main:before {
    height: 20px;
  }
}
@media (max-width: 1600px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
}
@media (max-width: 1480px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  }
}
@media (max-width: 1439px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
}
@media (max-width: 1280px) {
  .techno-main {
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  }
}
@media (max-width: 1200px) {
  .techno-main {
    clip-path: none;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 40px 0 60px;
  }
}
.techno-main__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .techno-main__container {
    flex-direction: column;
  }
}
.techno-main__content {
  width: 50%;
}
.techno-main__content h1 {
  line-height: 110%;
}
@media (max-width: 1200px) {
  .techno-main__content {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .techno-main__content {
    margin-bottom: 32px;
  }
}
.techno-main__content p {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 580px;
}
@media (max-width: 1200px) {
  .techno-main__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .techno-main__content p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}
.techno-main__info {
  position: absolute;
  right: 40px;
}
@media (max-width: 1600px) {
  .techno-main__info {
    right: 30px;
  }
}
@media (max-width: 1480px) {
  .techno-main__info {
    right: 35px;
  }
}
@media (max-width: 1439px) {
  .techno-main__info {
    right: 42px;
  }
}
@media (max-width: 1280px) {
  .techno-main__info {
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .techno-main__info {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.techno-main-item {
  background: rgba(47, 50, 52, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 26px 110px 26px 132px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  width: 550px;
  min-height: 160px;
}
@media (max-width: 1200px) {
  .techno-main-item {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .techno-main-item {
    padding-left: 80px;
    margin-bottom: 20px;
    min-height: 80px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .techno-main-item {
    padding-right: 40px;
  }
}
.techno-main-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
@media (max-width: 767px) {
  .techno-main-item:before {
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
  }
}
@media (max-width: 480px) {
  .techno-main-item:before {
    width: 30px;
  }
}
.techno-main-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 2050px) {
  .techno-main-item:after {
    width: 102px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 2250px) {
  .techno-main-item:after {
    width: 110px;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 2400px) {
  .techno-main-item:after {
    width: 100px;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 1600px) {
  .techno-main-item:after {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 1200px) {
  .techno-main-item:after {
    width: 50px;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .techno-main-item:after {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
    width: 40px;
  }
}
@media (max-width: 480px) {
  .techno-main-item:after {
    width: 30px;
  }
}
.techno-main-item:nth-child(1) {
  transform: translateX(80px);
}
@media (max-width: 1200px) {
  .techno-main-item:nth-child(1) {
    transform: translateX(0px);
  }
}
.techno-main-item:nth-child(2) {
  transform: translateX(50px);
}
@media (max-width: 1200px) {
  .techno-main-item:nth-child(2) {
    transform: translateX(0px);
  }
}
.techno-main-item:nth-child(3) {
  transform: translateX(20px);
}
@media (max-width: 1200px) {
  .techno-main-item:nth-child(3) {
    transform: translateX(0px);
  }
}
.techno-main-item:last-child {
  margin-bottom: 0;
}
.techno-main-item__number {
  position: absolute;
  left: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "EuropeExt", sans-serif;
  font-size: 160px;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(279.72deg, rgba(255, 255, 255, 0.8) 7.32%, rgba(255, 255, 255, 0) 76.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
@media (max-width: 980px) {
  .techno-main-item__number {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .techno-main-item__number {
    background: linear-gradient(279.72deg, rgba(255, 255, 255, 0.8) 7.32%, rgba(255, 255, 255, 0) 66.86%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 480px) {
  .techno-main-item__number {
    font-size: 80px;
    left: 10px;
  }
}
.techno-main-item p {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
  max-width: 610px;
  background: linear-gradient(96.1deg, #FFFFFF 78.32%, rgba(255, 255, 255, 0) 101.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .techno-main-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .techno-main-item p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }
}

.reliable-material-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 80px 0;
  overflow: hidden;
  background: #000;
}
@media (max-width: 980px) {
  .reliable-material-section {
    padding: 80px 0 40px 0;
    min-height: 600px;
  }
}
@media (max-width: 767px) and (max-width: 980px) {
  .reliable-material-section {
    padding: 40px 0;
  }
}
.reliable-material-section__right-line {
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 4;
  width: 194px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0) 0%, rgba(222, 17, 22, 0.8) 100%);
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .reliable-material-section__right-line {
    width: 80px;
    height: 550px;
    top: 0;
    bottom: auto;
    clip-path: polygon(95% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
  }
}
.reliable-material-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 100%;
  background: linear-gradient(62.24deg, #000000 39.86%, rgba(0, 0, 0, 0) 62.4%);
  z-index: 3;
}
@media (max-width: 1439px) {
  .reliable-material-section:before {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .reliable-material-section:before {
    background: linear-gradient(199.51deg, #000000 36.73%, rgba(0, 0, 0, 0) 49.53%);
    width: 100%;
    height: 400px;
  }
}
.reliable-material-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  height: 100%;
  background: linear-gradient(226.28deg, #000000 22.17%, rgba(0, 0, 0, 0) 48.99%);
  z-index: 3;
}
@media (max-width: 1439px) {
  .reliable-material-section:after {
    width: 800px;
  }
}
@media (max-width: 980px) {
  .reliable-material-section:after {
    background: linear-gradient(21.32deg, #000000 35.71%, rgba(0, 0, 0, 0) 58.04%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 800px;
  }
}
@media (min-width: 1981px) {
  .reliable-material-section {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .reliable-material-section {
    height: auto;
  }
}
@media (max-width: 767px) {
  .reliable-material-section {
    display: block;
    padding: 40px 0 40px 0;
  }
}
.reliable-material-section .container {
  position: relative;
  z-index: 9;
}
.reliable-material-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 980px) {
  .reliable-material-section__bg {
    display: none;
  }
}
.reliable-material-section__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: none;
}
@media (max-width: 980px) {
  .reliable-material-section__bg-mobile {
    display: block;
  }
}
.reliable-material-section__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
@media (max-width: 980px) {
  .reliable-material-section__top {
    display: none;
  }
}
.reliable-material-section__top-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
  display: none;
}
@media (max-width: 980px) {
  .reliable-material-section__top-mobile {
    display: block;
  }
}

.center {
  text-align: center !important;
}

h1 {
  font-family: "EuropeExt", sans-serif !important;
}

.reliable-material {
  margin-left: -180px;
}
@media (min-width: 1981px) {
  .reliable-material {
    margin-left: -350px;
  }
}
@media (max-width: 1700px) {
  .reliable-material {
    margin-left: -80px;
  }
}
@media (max-width: 1480px) {
  .reliable-material {
    padding-top: 200px;
  }
}
@media (max-width: 1200px) {
  .reliable-material {
    padding-top: 240px;
  }
}
@media (max-width: 980px) {
  .reliable-material {
    padding-top: 200px;
    margin-left: -60px;
  }
}

.reliable-material-item {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 26px 80px 26px 70px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media (max-width: 980px) {
  .reliable-material-item {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .reliable-material-item {
    padding-right: 40px;
  }
}
.reliable-material-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
@media (max-width: 767px) {
  .reliable-material-item:before {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 70px;
  }
}
.reliable-material-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .reliable-material-item:after {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    width: 40px;
  }
}
.reliable-material-item:nth-child(1) {
  width: 560px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media (max-width: 1200px) {
  .reliable-material-item:nth-child(1) {
    padding-right: 180px;
  }
}
@media (max-width: 980px) {
  .reliable-material-item:nth-child(1) {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .reliable-material-item:nth-child(1) {
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%);
  }
}
.reliable-material-item:nth-child(2) {
  width: 680px;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
@media (max-width: 980px) {
  .reliable-material-item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reliable-material-item:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%);
  }
}
.reliable-material-item:last-child {
  width: 920px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .reliable-material-item:last-child {
    padding-right: 250px;
  }
}
@media (max-width: 980px) {
  .reliable-material-item:last-child {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .reliable-material-item:last-child {
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%);
  }
}
.reliable-material-item p {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .reliable-material-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .reliable-material-item p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }
}

.reliable-material-info {
  position: absolute;
  width: 450px;
  top: 90px;
  right: 80px;
  text-align: right;
  z-index: 11;
}
@media (max-width: 980px) {
  .reliable-material-info {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
  }
}
.reliable-material-info p {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .reliable-material-info p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .reliable-material-info p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }
}

.equipment-section {
  padding: 120px 0 150px 0;
  position: relative;
}
.equipment-section__bg-content {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 660px;
  height: 100%;
  z-index: 0;
}
@media (max-width: 980px) {
  .equipment-section__bg-content {
    position: relative;
    width: 100%;
    z-index: 5;
  }
  .equipment-section__bg-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background: url(/wp-content/uploads/2025/10/equipment-lines3.svg) 0 0 no-repeat;
  }
}
@media (max-width: 480px) {
  .equipment-section__bg-content {
    height: 260px;
  }
}
.equipment-section__bg-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 50, 52, 0.6);
  z-index: 1;
}
@media (max-width: 980px) {
  .equipment-section__bg-content:before {
    z-index: 6;
  }
}
@media (max-width: 980px) {
  .equipment-section:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(222, 17, 22, 0.6) 0%, rgba(222, 17, 22, 0) 100%);
    z-index: 9;
  }
}
@media (min-width: 993px) {
  .equipment-section .container {
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 980px) {
  .equipment-section {
    padding: 0 0 20px 0;
  }
}
.equipment-section__bg {
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment-section p {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 50%;
}
.equipment-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .equipment-section p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .equipment-section p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .equipment-section p {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .equipment-content {
    padding: 40px 0;
    position: relative;
    z-index: 4;
  }
  .equipment-content:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    background: url(/wp-content/uploads/2025/10/equipment-line-left.svg) 0 0 no-repeat;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .equipment-content:before {
    left: -20px;
  }
}
@media (max-width: 980px) {
  .equipment-content:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: -80px;
    right: -40px;
    background: url(/wp-content/uploads/2025/10/equipment-line-right.svg) 100% 0 no-repeat;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .equipment-content:after {
    right: -20px;
  }
}

.equipment-container {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 520px);
  height: 100%;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .equipment-container {
    width: calc(100% - 320px);
  }
}
@media (max-width: 980px) {
  .equipment-container {
    display: none;
  }
}
.equipment-container__main {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 20px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  background: rgb(35, 37, 38) url(/wp-content/uploads/2025/10/equipment-lines.svg) 150% 100% no-repeat;
  height: 100%;
  width: calc(100% - 80px);
}
@media (max-width: 1200px) {
  .equipment-container__main {
    left: 0;
  }
}
.equipment-container__red {
  display: flex;
  height: 100%;
}
@media (max-width: 980px) {
  .equipment-container__red {
    display: none;
  }
}
.equipment-container__left {
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.6) 0%, rgba(222, 17, 22, 0) 100%);
  position: relative;
  z-index: 0;
}
.equipment-container__right {
  background: rgba(222, 17, 22, 0.7);
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.equipment-container {
  overflow: hidden;
}

.speed-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 180px 0 80px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
.speed-section__mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 37, 38, 0.6);
  z-index: 3;
}
.speed-section .title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .speed-section .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .speed-section {
    display: block;
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 1981px) {
  .speed-section {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .speed-section {
    height: auto;
  }
}
.speed-section:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .speed-section:before {
    height: 60%;
    width: 60px;
  }
}
.speed-section:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: 4;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .speed-section:after {
    height: 60%;
    width: 60px;
  }
}
.speed-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .speed-section__bg {
    -o-object-position: 50%;
       object-position: 50%;
  }
}
.speed-section .container {
  position: relative;
  z-index: 9;
}
.speed-section p {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .speed-section p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 980px) {
  .speed-section p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
  }
}

.comparison-section {
  overflow: hidden;
  min-height: 100vh;
  padding: 80px 0;
  background: rgb(93, 100, 104) url(/wp-content/uploads/2025/10/bg-dots.svg) 100% 0 no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 980px) {
  .comparison-section {
    padding: 40px 0;
  }
}
.comparison-section::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -74.75%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.comparison-section::after {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 173.37%);
  z-index: 4;
}
@media (min-width: 1981px) {
  .comparison-section {
    height: auto;
  }
}
.comparison-section__logo-n {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .comparison-section__logo-n {
    -o-object-fit: cover;
       object-fit: cover;
    height: 1000px;
    width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.comparison-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .comparison-head {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.comparison-head__logo {
  display: block;
  max-width: calc(100% - 500px);
}
@media (max-width: 980px) {
  .comparison-head__logo {
    max-width: 500px;
  }
}
.comparison-head__title {
  display: block;
  font-size: 32px;
  line-height: 52px;
  font-weight: bold;
  max-width: 485px;
  font-family: "EuropeExt", sans-serif;
  text-transform: uppercase;
  margin-left: 30px;
}
@media (max-width: 1380px) {
  .comparison-head__title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 980px) {
  .comparison-head__title {
    text-align: center;
  }
}

.comparison-tabs {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .comparison-tabs {
    flex-direction: column;
  }
}
.comparison-tabs__side {
  width: 380px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1380px) {
  .comparison-tabs__side {
    width: 280px;
  }
}
@media (max-width: 980px) {
  .comparison-tabs__side {
    width: calc(100% + 80px);
    margin: 0 -40px;
    padding: 0 40px 45px 40px;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .comparison-tabs__side {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 45px 20px;
  }
}
.comparison-tabs__side::-webkit-scrollbar {
  display: none;
}
.comparison-tabs__content {
  width: calc(100% - 420px);
}
@media (max-width: 1380px) {
  .comparison-tabs__content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 980px) {
  .comparison-tabs__content {
    width: calc(100% + 80px);
    margin: -10px -40px 0 -40px;
    padding: 0 40px;
    position: relative;
    z-index: 12;
  }
  .comparison-tabs__content:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(93, 100, 104);
  }
}
@media (max-width: 980px) {
  .comparison-tabs .tabs {
    display: flex;
  }
}
.comparison-tabs .tabs li {
  border-bottom: 1px solid rgb(168, 168, 168);
}
@media (max-width: 980px) {
  .comparison-tabs .tabs li {
    border: none;
    margin-right: 8px;
  }
}
.comparison-tabs .tabs li:last-child {
  border-bottom: none;
}
.comparison-tabs .tabs a {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "EuropeExt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  background: rgb(47, 50, 52);
  transition: 0.5s;
}
@media (max-width: 1380px) {
  .comparison-tabs .tabs a {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 980px) {
  .comparison-tabs .tabs a {
    width: 152px;
    min-width: 152px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
  }
}
.comparison-tabs .tabs a:hover, .comparison-tabs .tabs a.active {
  background: #DE1116;
}

.comparison-table {
  border: 1px solid rgb(168, 168, 168);
  margin-bottom: 60px;
  position: relative;
  z-index: 12;
}
@media (max-width: 767px) {
  .comparison-table {
    margin-bottom: 40px;
  }
}
.comparison-table__head {
  border-bottom: 1px solid rgb(168, 168, 168);
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 30px 40px;
  background: #DE1116;
}
@media (max-width: 980px) {
  .comparison-table__head {
    padding: 10px 20px;
  }
}
.comparison-table__image {
  position: absolute;
  bottom: 0;
  left: -40px;
}
@media (max-width: 980px) {
  .comparison-table__image {
    left: 0;
  }
}
.comparison-table__image img {
  width: 400px;
  display: block;
}
@media (max-width: 1380px) {
  .comparison-table__image img {
    width: 250px;
  }
}
@media (max-width: 980px) {
  .comparison-table__image img {
    width: 120px;
  }
}
.comparison-table__info {
  display: flex;
}
.comparison-table__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "EuropeExt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  max-width: 230px;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 1380px) {
  .comparison-table__title {
    font-size: 18px;
    line-height: 26px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .comparison-table__title {
    font-size: 12px;
    line-height: 20px;
    max-width: auto;
  }
}
.comparison-table__title:before {
  content: "";
  width: 1px;
  height: 58px;
  display: block;
  transform: rotate(5deg);
  background: #fff;
  position: absolute;
  right: 0;
  top: 3px;
}
@media (max-width: 980px) {
  .comparison-table__title:before {
    height: 44px;
  }
}
@media (max-width: 980px) {
  .comparison-table__title:before {
    height: 34px;
  }
}
.comparison-table__data {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "EuropeExt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  max-width: 230px;
}
@media (max-width: 1380px) {
  .comparison-table__data {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .comparison-table__data {
    font-size: 12px;
    line-height: 20px;
    max-width: auto;
  }
}
.comparison-table__schedule {
  display: block;
}
.comparison-table__schedule img {
  width: 100%;
  display: block;
}
.comparison-table__content table {
  border-collapse: collapse;
  width: 100%;
}
.comparison-table__content table tr td {
  border-bottom: 1px solid rgb(168, 168, 168);
  border-right: 1px solid rgb(168, 168, 168);
  font-size: 24px;
  font-weight: bold;
  font-family: "EuropeExt", sans-serif;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: rgb(47, 50, 52);
  padding: 15px 20px;
}
@media (max-width: 1380px) {
  .comparison-table__content table tr td {
    font-size: 20px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .comparison-table__content table tr td {
    font-size: 12px;
    padding: 5px;
  }
}
.comparison-table__content table tr td:first-child {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: Montserrat;
}
@media (max-width: 1380px) {
  .comparison-table__content table tr td:first-child {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .comparison-table__content table tr td:first-child {
    font-size: 10px;
  }
}
.comparison-table__content table tr td:last-child {
  border-right: 0;
}
.comparison-table__content table tr:nth-child(even) td {
  background: rgb(83, 90, 94);
}
.comparison-table__content table tr:last-child td {
  border-bottom: 0;
}

.color-selection-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgb(35, 37, 38);
}
@media (max-width: 980px) {
  .color-selection-section {
    min-height: 600px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .color-selection-section {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .color-selection-section {
    padding: 85px 0 185px 0;
  }
}
.color-selection-section__bottom-mask {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 285px;
  background: linear-gradient(180deg, rgba(35, 37, 38, 0) 0%, #232526 25.7%);
  z-index: 5;
}
@media (max-width: 767px) {
  .color-selection-section__bottom-mask {
    display: block;
  }
}
.color-selection-section .title {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  max-width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .color-selection-section .title {
    top: 40px;
  }
}
.color-selection-section:before {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(35, 37, 38, 0) 0%, #232526 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .color-selection-section:before {
    background: linear-gradient(180deg, #232526 14.71%, rgba(35, 37, 38, 0) 100%);
    height: 400px;
    bottom: auto;
    top: 0;
    z-index: 0;
  }
}
.color-selection-section:after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #232526 35.83%, rgba(35, 37, 38, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 5;
}
@media (max-width: 767px) {
  .color-selection-section:after {
    display: block;
  }
}
.color-selection-section .tabs {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 9;
}
@media (max-width: 767px) {
  .color-selection-section .tabs {
    bottom: 20px;
  }
}
.color-selection-section .tabs li {
  margin: 0 10px 20px 10px;
}
@media (max-width: 980px) {
  .color-selection-section .tabs li {
    margin: 0 15px 5px 15px;
  }
}
.color-selection-section .tabs li a {
  position: relative;
  width: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  .color-selection-section .tabs li a {
    width: 68px;
  }
}
.color-selection-section .tabs li a:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(/wp-content/uploads/2025/10/tab-check.svg) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 980px) {
  .color-selection-section .tabs li a:before {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    left: calc(50% - 15px);
  }
}
.color-selection-section .tabs li a.active:before {
  opacity: 1;
}
.color-selection-section .tabs .color-item {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .color-selection-section .tabs .color-item {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
  }
}
.color-selection-section .tabs .color-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color-selection-section .tabs .color-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .color-selection-section .tabs .color-title {
    font-size: 12px;
    line-height: 20px;
  }
}
.color-selection-section .tabgroup, .color-selection-section .tabgroup-item {
  height: 100%;
  position: relative;
  z-index: 5;
}
@media (max-width: 980px) {
  .color-selection-section .tabgroup, .color-selection-section .tabgroup-item {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .color-selection-section .tabgroup, .color-selection-section .tabgroup-item {
    min-height: 240px;
  }
}

.boat-color-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .boat-color-img {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .boat-color-img {
    min-height: 240px;
  }
}
.boat-color-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .boat-color-img img {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .boat-color-img img {
    min-height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.boat-slider-section {
  position: relative;
}
.boat-slider-section:before {
  content: "";
  display: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 46.42%);
  width: 100%;
  height: 390px;
  position: absolute;
  top: calc(100vh - 390px);
  left: 0;
  z-index: 10;
}
@media (max-width: 980px) {
  .boat-slider-section:before {
    display: block;
  }
}

.boat-swiper {
  width: 100%;
  height: 100vh !important;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .boat-swiper {
    margin-bottom: 30px;
  }
}
.boat-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* @media (max-width: 980px) {
  .swiper-slide img {
  height: 57% !important;
  }
} */

.boat-swiper-thumbs {
  margin-top: 50px;
  box-sizing: border-box;
  padding: 10px 0;
  height: 236px !important;
}
@media (max-width: 980px) {
  .boat-swiper-thumbs {
    margin-top: 20px;
    height: 120px !important;
  }
}
.boat-swiper-thumbs .swiper-slide {
  position: relative;
  width: 236px;
  height: 236px !important;
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 980px) {
  .boat-swiper-thumbs .swiper-slide {
    width: 120px;
    height: 120px !important;
  }
}
.boat-swiper-thumbs .swiper-slide:hover:before {
  opacity: 0.5;
}
.boat-swiper-thumbs .swiper-slide.play:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/uploads/2025/10/play.svg) 50% 50% no-repeat;
  transition: 0.5s;
}
.boat-swiper-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 980px) {
  .boat-swiper-thumbs .swiper-slide img {
    height: 120px !important;
  }
}
.boat-swiper-thumbs .swiper-wrapper {
  padding: 0 0px 0 80px;
}
@media (max-width: 980px) {
  .boat-swiper-thumbs .swiper-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .boat-swiper-thumbs .swiper-wrapper {
    padding: 0 20px;
  }
}
.boat-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.boat-swiper-thumbs .swiper-button-next {
  width: 35px;
  height: 55px;
  background: url(/wp-content/uploads/2025/10/slider-arrow.svg) 50% 50% no-repeat;
  right: 20px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .boat-swiper-thumbs .swiper-button-next {
    background-size: 25px auto;
  }
}
.boat-swiper-thumbs .swiper-button-next::after, .boat-swiper-thumbs .swiper-button-next:before {
  display: none;
}
.boat-swiper-thumbs .swiper-button-prev {
  width: 35px;
  height: 55px;
  background: url(/wp-content/uploads/2025/10/slider-arrow.svg) 50% 50% no-repeat;
  left: 20px;
}
@media (max-width: 767px) {
  .boat-swiper-thumbs .swiper-button-prev {
    background-size: 25px auto;
  }
}
.boat-swiper-thumbs .swiper-button-prev::after, .boat-swiper-thumbs .swiper-button-prev:before {
  display: none;
}

.unique-coating-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 12;
}
@media (min-width: 1981px) {
  .unique-coating-section {
    height: auto;
    min-height: 810px;
  }
}
@media (max-width: 1439px) {
  .unique-coating-section {
    height: auto;
    min-height: auto;
  }
}
.unique-slider {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1439px) {
  .unique-slider {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 980px) {
  .unique-slider {
    min-height: 810px;
    width: 100%;
    height: auto;
  }
}
.unique-slider .swiper {
  width: 100%;
  height: 100%;
}
.unique-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.unique-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .unique-slider .swiper-slide {
    min-height: 810px;
  }
}

.unique-item {
  width: 100%;
  height: 100%;
}
.unique-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .unique-item__img {
    min-height: 500px;
  }
}
.unique-item__content {
  position: absolute;
  top: -1px;
  right: 0;
  width: 700px;
  height: calc(100% + 2px);
  z-index: 9;
  background: rgba(42, 45, 47, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px 0 160px;
}
@media (max-width: 1439px) {
  .unique-item__content {
    padding-bottom: 90px;
  }
}
@media (max-width: 980px) {
  .unique-item__content {
    padding: 40px 20px 40px 20px;
    clip-path: none;
    top: auto;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
  }
}
.unique-item__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
}
@media (max-width: 980px) {
  .unique-item__content:before {
    width: 80px;
    left: -40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  }
}
.unique-item__content p {
  position: relative;
  z-index: 9;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .unique-item__content p {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 600px;
  bottom: 80px;
  right: 0;
  z-index: 12;
}
@media (max-width: 1439px) {
  .swiper-nav {
    bottom: 40px;
  }
}
@media (max-width: 980px) {
  .swiper-nav {
    bottom: auto;
    bottom: 0px;
    width: 100%;
  }
}
.swiper-nav .swiper-button-next {
  position: relative;
  width: 35px;
  height: 55px;
  background: url(/wp-content/uploads/2025/10/slider-arrow.svg) 50% 50% no-repeat;
  right: 0px;
  top: 0;
  transform: rotate(180deg);
}
@media (max-width: 980px) {
  .swiper-nav .swiper-button-next {
    background: url(/wp-content/uploads/2025/10/slider-arrow-mobile.svg) 50% 50% no-repeat;
    position: absolute;
    right: 0px;
    top: -550px;
  }
}
.swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-next:before {
  display: none;
}
.swiper-nav .swiper-button-prev {
  position: relative;
  width: 35px;
  height: 55px;
  background: url(/wp-content/uploads/2025/10/slider-arrow.svg) 50% 50% no-repeat;
  left: 0px;
  top: 0;
}
@media (max-width: 980px) {
  .swiper-nav .swiper-button-prev {
    background: url(/wp-content/uploads/2025/10/slider-arrow-mobile.svg) 50% 50% no-repeat;
    position: absolute;
    left: 0px;
    top: -550px;
  }
}
.swiper-nav .swiper-button-prev::after, .swiper-nav .swiper-button-prev:before {
  display: none;
}
.swiper-nav .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0 50px;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 12px;
  height: 12px;
  background: transparent;
  transition: 0.5s;
  z-index: 13;
  opacity: 1;
}
@media (max-width: 980px) {
  .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid rgb(255, 255, 255);
  }
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  opacity: 1;
}
@media (max-width: 980px) {
  .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
  }
}

.product-equipment-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 1981px) {
  .product-equipment-section {
    height: auto;
    min-height: 810px;
  }
}
@media (max-width: 980px) {
  .product-equipment-section {
    height: auto;
    display: flex;
  }
}

.product-equipment-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 1981px) {
  .product-equipment-content {
    height: auto;
    min-height: 810px;
  }
}
@media (max-width: 980px) {
  .product-equipment-content {
    height: auto;
    flex-direction: column;
  }
}
.product-equipment-content p {
  position: relative;
  z-index: 9;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-equipment-content p {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
}

.product-eq-left {
  width: calc(50% - 150px);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (max-width: 1280px) {
  .product-eq-left {
    width: calc(50% - 100px);
  }
}
@media (max-width: 980px) {
  .product-eq-left {
    width: 100%;
    clip-path: none;
  }
}
.product-eq-left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
}
@media (max-width: 1440px) {
  .product-eq-left img {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media (max-width: 980px) {
  .product-eq-left img {
    display: none;
  }
}
.product-eq-left img:last-child {
  display: none;
}
@media (max-width: 980px) {
  .product-eq-left img:last-child {
    display: block;
  }
}

.product-eq-center {
  width: 500px;
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .product-eq-center {
    width: 100% !important;
    position: relative;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
  }
}
.product-eq-center--first {
  top: 0;
  height: 50%;
}
.product-eq-center--first .product-eq-item:nth-child(1) {
  padding-left: 80px;
}
@media (max-width: 1280px) {
  .product-eq-center--first .product-eq-item:nth-child(1) {
    padding-left: 50px;
  }
}
@media (max-width: 980px) {
  .product-eq-center--first .product-eq-item:nth-child(1) {
    padding-left: 0;
  }
}
.product-eq-center--first .product-eq-item:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 1280px) {
  .product-eq-center--first .product-eq-item:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 980px) {
  .product-eq-center--first .product-eq-item:nth-child(2) {
    padding-left: 0;
  }
}
.product-eq-center--last {
  top: 50%;
  height: 50%;
}
.product-eq-center--last .product-eq-item:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .product-eq-center--last .product-eq-item:nth-child(1) {
    padding-right: 10px;
  }
}
@media (max-width: 980px) {
  .product-eq-center--last .product-eq-item:nth-child(1) {
    padding-right: 0;
  }
}
.product-eq-center--last .product-eq-item:nth-child(2) {
  padding-right: 80px;
  border-bottom: 0;
}
@media (max-width: 1280px) {
  .product-eq-center--last .product-eq-item:nth-child(2) {
    padding-right: 50px;
  }
}
@media (max-width: 980px) {
  .product-eq-center--last .product-eq-item:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .product-eq-center {
    width: 350px;
    left: calc(50% - 175px);
  }
}

.product-eq-item {
  height: 50%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative;
  z-index: 9;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .product-eq-item {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 980px) {
  .product-eq-item {
    flex-direction: row;
    text-align: left !important;
    padding: 12px 0;
  }
  .product-eq-item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-eq-item {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
}
.product-eq-item__title {
  font-size: 40px;
  font-family: "EuropeExt", sans-serif;
  display: block;
  margin-bottom: 20px;
  font-style: italic;
  text-transform: none;
}
@media (max-width: 1280px) {
  .product-eq-item__title {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .product-eq-item__title {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.product-eq-right {
  width: calc(50% - 150px);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media (max-width: 1280px) {
  .product-eq-right {
    width: calc(50% - 100px);
  }
}
@media (max-width: 980px) {
  .product-eq-right {
    width: 100%;
    clip-path: none;
  }
}
.product-eq-right img {
  display: block;
  width: 100%;
  height: calc(100% + 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}
@media (max-width: 1440px) {
  .product-eq-right img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 980px) {
  .product-eq-right img {
    display: none;
  }
}
.product-eq-right img:last-child {
  display: none;
}
@media (max-width: 980px) {
  .product-eq-right img:last-child {
    display: block;
  }
}

.extra-equipment {
  position: relative;
}
.extra-equipment::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  top: -162px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 49.52%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
@media (max-width: 767px) {
  .extra-equipment::before {
    opacity: 0.5;
  }
}

.base-equipment-section {
  overflow: hidden;
  min-height: 100vh;
  padding: 80px 0;
  background: rgb(93, 100, 104) url(/wp-content/uploads/2025/10/bg-dots.svg) 100% 0 no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 980px) {
  .base-equipment-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .base-equipment-section {
    min-height: 500px;
  }
}
.base-equipment-section::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -74.75%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.base-equipment-section::after {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 173.37%);
  z-index: 4;
}
@media (min-width: 1981px) {
  .base-equipment-section {
    height: auto;
  }
}
.base-equipment-section__logo-n {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.base-equipment {
  margin-bottom: 40px;
}

.boat-slider-section__logo {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  font-size: 48px;
  font-family: "EuropeExt", sans-serif;
  font-style: italic;
}
@media (max-width: 767px) {
  .boat-slider-section__logo {
    top: calc(100vh - 300px);
    font-size: 44px;
  }
}
.boat-slider-section__logo span {
  margin-right: 20px;
}
.boat-slider-section__logo span img {
  display: block;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .boat-slider-section__logo span img {
    height: 36px;
  }
}

.boat-slider-char {
  position: absolute;
  top: calc(100vh - 182px);
  width: 100%;
  left: 0;
  z-index: 12;
}
@media (max-width: 980px) {
  .boat-slider-char {
    top: calc(100vh - 280px);
  }
}
@media (max-width: 767px) {
  .boat-slider-char {
    top: calc(100vh - 224px);
  }
  .boat-slider-char:before {
    content: "";
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 0;
  }
}
.boat-slider-char__content {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 26px 80px 26px 80px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 12;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
@media (max-width: 980px) {
  .boat-slider-char__content {
    padding: 15px 60px 15px 60px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .boat-slider-char__content {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
}
.boat-slider-char__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
}
@media (max-width: 1200px) {
  .boat-slider-char__content:before {
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
  }
}
@media (max-width: 980px) {
  .boat-slider-char__content:before {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .boat-slider-char__content:before {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    width: 70px;
  }
}
.boat-slider-char__content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(180deg, rgba(222, 17, 22, 0.7) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 3;
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1200px) {
  .boat-slider-char__content:after {
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 980px) {
  .boat-slider-char__content:after {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .boat-slider-char__content:after {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
    width: 70px;
  }
}
.boat-slider-char__content .sep {
  width: 1px;
  height: 100px;
  display: block;
  transform: rotate(5deg);
  background: #fff;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .boat-slider-char__content .sep {
    transform: rotate(5deg) translateY(-10px);
  }
}
@media (max-width: 980px) {
  .boat-slider-char__content .sep {
    display: none;
  }
}
@media (max-width: 767px) {
  .boat-slider-char__content .sep {
    height: 44px;
  }
}
.boat-slider-char__item {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .boat-slider-char__item {
    width: calc(50% - 20px);
    text-align: center;
  }
  .boat-slider-char__item:nth-child(1) {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .boat-slider-char__item:nth-child(1):before {
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -20px;
    top: 5px;
    transform: rotate(5deg);
  }
  .boat-slider-char__item:nth-child(1):after {
    content: "";
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
  }
  .boat-slider-char__item:nth-child(3) {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .boat-slider-char__item:nth-child(3):after {
    content: "";
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
  }
  .boat-slider-char__item:nth-child(5):before {
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -20px;
    top: 5px;
    transform: rotate(5deg);
  }
}
.boat-slider-char__item span {
  display: block;
  font-size: 36px;
  font-family: "EuropeExt", sans-serif;
  margin-bottom: 12px;
  font-style: italic;
}
@media (max-width: 1280px) {
  .boat-slider-char__item span {
    font-size: 34px;
  }
}
@media (max-width: 980px) {
  .boat-slider-char__item span {
    font-size: 24px;
  }
}
.boat-slider-char__item span span {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .boat-slider-char__item span span {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .boat-slider-char__item span span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .boat-slider-char__item {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .boat-slider-char__item {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
}

.video-bg-main, .video {
  position: relative;
  height: 100%;
}
.video-bg-main:before, .video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/10/grid-lcd.png) repeat;
  z-index: 5;
}
.video-bg-main video, .video video {
  display: block;
}

.product-details__price {
  flex-direction: column;
  align-items: flex-start;
}
.product-details__price span {
  display: flex;
  align-items: flex-end;
  font-family: "EuropeExt", sans-serif, sans-serif;
  font-weight: 400;
}
.product-details__price span span {
  font-size: 24px;
  margin: 0px 0 0 10px;
  transform: translateY(-3px);
}

.subtitle {
  text-transform: uppercase;
}

.product-details__characteristics-title {
  font-family: "EuropeExt", sans-serif, sans-serif;
}

.product-details {
  position: relative;
}
.product-details:before {
  content: "";
  top: -300px;
  left: 0;
  position: absolute;
  width: 927px;
  height: 1156px;
  background: url(/wp-content/uploads/2025/10/char-lines.svg) 0 0 no-repeat;
}
@media (max-width: 767px) {
  .product-details:before {
    display: none;
  }
}

.equipmet-slider {
  position: relative;
  z-index: 9;
  padding-top: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .equipmet-slider {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
    padding-top: 0;
  }
}
.equipmet-slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (max-width: 1439px) {
  .equipmet-slider .swiper-wrapper {
    justify-content: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .equipmet-slider .swiper-wrapper {
    width: 100%;
    margin: 0px;
    flex-wrap: nowrap;
  }
}
.equipmet-slider .swiper-slide {
  width: 224px;
  margin: 0 20px 36px 20px;
}
@media (max-width: 767px) {
  .equipmet-slider .swiper-slide {
    width: 140px;
    margin: 0;
  }
}
.equipmet-slider .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 40px;
  background: url(/wp-content/uploads/2025/10/slider-arrow-mobile.svg) 50% 50% no-repeat;
  right: 10px;
  top: 70px;
  transform: rotate(180deg);
  display: none;
}
@media (max-width: 767px) {
  .equipmet-slider .swiper-button-next {
    display: block;
  }
}
.equipmet-slider .swiper-button-next::after, .equipmet-slider .swiper-button-next:before {
  display: none;
}
.equipmet-slider .swiper-button-prev {
  position: absolute;
  width: 30px;
  height: 40px;
  background: url(/wp-content/uploads/2025/10/slider-arrow-mobile.svg) 50% 50% no-repeat;
  left: 10px;
  top: 70px;
  display: none;
}
@media (max-width: 767px) {
  .equipmet-slider .swiper-button-prev {
    display: block;
  }
}
.equipmet-slider .swiper-button-prev::after, .equipmet-slider .swiper-button-prev:before {
  display: none;
}

.eq-item__img {
  display: block;
  width: 224px;
  height: 224px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .eq-item__img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
  }
}
.eq-item__img a {
  display: block;
}
.eq-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-item__title {
  display: flex;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .eq-item__title {
    font-size: 10px;
    line-height: 20px;
    min-height: 40px;
  }
}

.footer:before {
  z-index: 5;
}
.footer__mask {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
}
.footer__mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 300px;
  width: 100%;
  z-index: 3;
}
.footer__mask:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 510px;
  width: 100%;
  z-index: 3;
}
.footer .video-footer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.footer .video-footer video {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__body {
  position: relative;
  z-index: 12;
}

.request-form__area input {
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.5);
}

.cart__delivery-search input {
  background: rgba(255, 255, 255, 0.2);
}

.custom-select select {
  background: rgba(255, 255, 255, 0.2);
}

.map {
  width: 100%;
  height: 100%;
}

.dealers__title {
  font-weight: bold;
}

.dealers__contact-label {
  text-transform: uppercase;
  font-size: 18px;
}

.cart__delivery-title {
  text-transform: uppercase;
}

.catalog__menu-title {
  font-family: "EuropeExt", sans-serif;
  font-size: 32px;
  text-align: center;
  padding: 0 20px;
  justify-content: center;
}

.catalog__menu-slide {
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}

.catalog__product-price {
  font-family: "EuropeExt", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.catalog__product-price span {
  font-size: 18px;
}

.more-products__title, .cart__title, .cart__total-row span, .cabinet__title {
  font-family: "EuropeExt", sans-serif;
}

.cart__product-name, .cart__products-head, .cart__total-row, .cart__recipient-title, .cart__delivery-head p span, .cart__delivery-price, h4, .cabinet__table th, .cabinet__book-title, .cabinet__book-table th {
  text-transform: uppercase;
}

.custom-checkbox__text {
  text-transform: uppercase;
}
.custom-checkbox__text span {
  text-transform: none;
}

.status {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}

.cabinet__table th, .cabinet__table td, .cabinet__book-table th, .cabinet__book-table td {
  font-size: 16px;
}

.cabinet__title {
  font-family: "EuropeExt", sans-serif;
}

.cabinet__file-link span {
  font-weight: 400;
}

.product__price {
  font-family: "EuropeExt", sans-serif;
  white-space: nowrap;
}
.product__price span {
  font-size: 24px;
}

.product__description {
  text-transform: uppercase;
}

.product__characteristics-list dd, .product-details__characteristics dd {
  font-family: "EuropeExt", sans-serif;
  font-weight: 300 !important;
  font-style: italic;
}

.about-main__images img {
  transform: translateX(2000px);
}
.about-main__images img.animate-start {
  animation: aboutMainImages 1s forwards 0.3s;
}

@keyframes aboutMainImages {
  to {
    transform: translateX(0);
  }
}
.benefits-item {
  position: relative;
  right: -200vw;
}
.benefits-item:nth-child(1).animate-start {
  animation: benefitsItem 1s forwards 0.2s;
}
.benefits-item:nth-child(2).animate-start {
  animation: benefitsItem 1s forwards 0.4s;
}
.benefits-item:nth-child(3).animate-start {
  animation: benefitsItem 1s forwards 0.2s;
}
.benefits-item:nth-child(4).animate-start {
  animation: benefitsItem 1s forwards 0.2s;
}
.benefits-item:nth-child(5).animate-start {
  animation: benefitsItem 1s forwards 0.2s;
}
.benefits-item:nth-child(6).animate-start {
  animation: benefitsItem 1s forwards 0.4s;
}

@keyframes benefitsItem {
  to {
    right: 0;
  }
}
.product-main__info {
  transform: translateX(2000px);
}
@media (max-width: 980px) {
  .product-main__info {
    transform: translateX(0px);
    opacity: 0;
  }
}
.product-main__info.animate-start {
  animation: productInfo 1s forwards 0.4s;
}

.product-main--left .product-main__info {
  transform: translateX(-2000px);
}
@media (max-width: 980px) {
  .product-main--left .product-main__info {
    transform: translateX(0px);
    opacity: 0;
  }
}
.product-main--left .product-main__info.animate-start {
  animation: productInfo 1s forwards 0.4s;
}

@keyframes productInfo {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.product-main__char {
  transform: translateY(300px);
}
@media (max-width: 980px) {
  .product-main__char {
    transform: translateY(0px);
    opacity: 0;
  }
}
.product-main__char.animate-start {
  animation: productChar 1s forwards 0.2s;
}

@keyframes productChar {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.in-info-item {
  position: relative;
}
.in-info-item:nth-child(1) {
  left: -100vw;
}
.in-info-item:nth-child(1).animate-start {
  animation: infoItem 0.5s forwards 0.2s;
}
.in-info-item:nth-child(2) {
  right: -100vw;
}
.in-info-item:nth-child(2).animate-start {
  animation: infoItemRight 0.5s forwards 0.2s;
}
.in-info-item:nth-child(3) {
  left: -100vw;
}
.in-info-item:nth-child(3).animate-start {
  animation: infoItem 0.5s forwards 0.2s;
}
.in-info-item:nth-child(4) {
  right: -100vw;
}
.in-info-item:nth-child(4).animate-start {
  animation: infoItemRight 0.5s forwards 0.2s;
}

@keyframes infoItem {
  to {
    left: 0;
  }
}
@keyframes infoItemRight {
  to {
    right: 0;
  }
}
.map {
  transform: translateX(2000px);
}
.map.animate-start {
  animation: map 1s forwards 0.3s;
}

@keyframes map {
  to {
    transform: translateX(0);
  }
}
.conditions-slider--1 {
  left: -200vw;
}
.conditions-slider--1.animate-start {
  animation: slider1 1s forwards 0.2s;
}

@keyframes slider1 {
  to {
    left: 0;
  }
}
.conditions-slider--3 {
  right: -200vw;
}
.conditions-slider--3.animate-start {
  animation: slider3 1s forwards 0.4s;
}

@keyframes slider3 {
  to {
    right: 0;
  }
}
.about-inner-section:before {
  left: -100vw;
  animation: aboutInnaerLeft 1s forwards 0.2s;
}
.about-inner-section:after {
  right: -100vw;
  animation: aboutInnaerRight 1s forwards 0.4s;
}

@keyframes aboutInnaerLeft {
  to {
    left: -30px;
  }
}
@keyframes aboutInnaerRight {
  to {
    right: -30px;
  }
}
.design-safety-item {
  position: relative;
}
.design-safety-item:nth-child(1) {
  right: -100vw;
}
.design-safety-item:nth-child(1).animate-start {
  animation: designItem 0.5s forwards 0.2s;
}
.design-safety-item:nth-child(2) {
  right: -100vw;
}
.design-safety-item:nth-child(2).animate-start {
  animation: designItem 0.5s forwards 0.4s;
}
.design-safety-item:nth-child(3) {
  right: -100vw;
}
.design-safety-item:nth-child(3).animate-start {
  animation: designItem 0.5s forwards 0.6s;
}
@keyframes sep {
  to {
    opacity: 1;
  }
}

@keyframes designItem {
  to {
    right: 0;
  }
}
.unique-item__content {
  transform: translateX(1000px);
}
.unique-item__content.animate-start {
  animation: uniqueItem 0.5s forwards 0s;
}

@keyframes uniqueItem {
  to {
    transform: translateX(0);
  }
}
.product-eq-left {
  position: relative;
  left: -100vw;
}
.product-eq-left.animate-start {
  animation: productEqLeft 0.5s forwards 0.1s;
}

@keyframes productEqLeft {
  to {
    left: 0;
  }
}
.product-eq-right {
  position: relative;
  right: -100vw;
}
.product-eq-right.animate-start {
  animation: productEqRight 0.7s forwards 0.2s;
}

@keyframes productEqRight {
  to {
    right: 0;
  }
}
.techno-main-item:nth-child(1) {
  right: -100vw;
}
.techno-main-item:nth-child(1).animate-start {
  animation: technoItem 1s forwards 0.2s;
}
.techno-main-item:nth-child(2) {
  right: -100vw;
}
.techno-main-item:nth-child(2).animate-start {
  animation: technoItem 1s forwards 0.4s;
}
.techno-main-item:nth-child(3) {
  right: -100vw;
}
.techno-main-item:nth-child(3).animate-start {
  animation: technoItem 1s forwards 0.6s;
}

@keyframes technoItem {
  to {
    right: 0;
  }
}
.reliable-material-item:nth-child(1) {
  left: -100vw;
}
.reliable-material-item:nth-child(1).animate-start {
  animation: reliableItem 1s forwards 0.2s;
}
.reliable-material-item:nth-child(2) {
  left: -100vw;
}
.reliable-material-item:nth-child(2).animate-start {
  animation: reliableItem 1s forwards 0.4s;
}
.reliable-material-item:nth-child(3) {
  left: -100vw;
}
.reliable-material-item:nth-child(3).animate-start {
  animation: reliableItem 1s forwards 0.6s;
}

@keyframes reliableItem {
  to {
    left: 0;
  }
}
.equipment-container__left {
  opacity: 0;
}
.equipment-container__left.animate-start {
  animation: equipmentLeft 1s forwards 0.6s;
}
.equipment-container__right {
  opacity: 0;
}
.equipment-container__right.animate-start {
  animation: equipmentRight 1s forwards 1s;
}

@keyframes equipmentLeft {
  to {
    opacity: 1;
  }
}
@keyframes equipmentRight {
  to {
    opacity: 1;
  }
}
.speed-section.animate-start:before {
  left: -100vw;
  animation: speedLeft 1s forwards 0.2s;
}
.speed-section.animate-start:after {
  right: -100vw;
  animation: speedRight 1s forwards 0.4s;
}

@keyframes speedLeft {
  to {
    left: 0;
  }
}
@keyframes speedRight {
  to {
    right: 0;
  }
}
.catalog, .cart, .product {
  position: relative;
}
.catalog .comparison-section__logo-n, .cart .comparison-section__logo-n, .product .comparison-section__logo-n {
  width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120%;
}

.product__body, .cart__body {
  position: relative;
  z-index: 9;
}

.product__delivery-head {
  background: rgba(35, 37, 38, 0.6);
}

.cart__total-summ {
  font-family: "EuropeExt", sans-serif;
}

.cart__product-price {
  font-family: "EuropeExt", sans-serif;
  font-weight: 400;
}

.cart__delivery-map {
  margin-right: -40px;
}
.cart__delivery-map .map {
  position: relative;
  width: 100%;
  height: 640px;
  top: 0;
  right: 0;
  clip-path: none;
  transform: translateX(0);
}
.popup .popup-body {
  background: rgb(35, 37, 38);
}

.thanks-popup__title, .cooperation-popup__title, .login-popup__title, .no-stock-popup__title {
  color: #fff;
  font-family: "EuropeExt", sans-serif;
}

.thanks-popup__subtitle, .no-stock-popup__subtitle {
  color: #fff;
}

.popup-form__area input {
  background: rgba(100, 104, 107, 0.5);
}

@media (max-width: 767px) {
  .catalog__product-name {
    font-size: 12px;
  }
}

.catalog__menu-slide {
  background: rgba(47, 50, 52, 0.6);
}
@media (max-width: 767px) {
  .catalog__menu-slide {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .catalog__products-wrapper .swiper-slide, .more-products__wrapper .swiper-slide {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product, .more-products__wrapper .catalog__product {
    padding: 8px 12px 24px 12px !important;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product-price, .more-products__wrapper .catalog__product-price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product-code, .catalog__products-wrapper .catalog__product-stock, .more-products__wrapper .catalog__product-code, .more-products__wrapper .catalog__product-stock {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product-info, .more-products__wrapper .catalog__product-info {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product-button .btn.added span:last-child, .more-products__wrapper .catalog__product-button .btn.added span:last-child {
    flex: 1 0 50px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .catalog__products-wrapper .catalog__product-button .btn.added, .more-products__wrapper .catalog__product-button .btn.added {
    padding: 10px;
  }
}

.cart__delivery-price {
  background: rgb(35, 37, 38);
}

.cart__delivery-head {
  background: rgba(35, 37, 38, 0.6);
}

.cart__delivery-city input {
  background: rgba(47, 50, 52, 0.5);
}

.custom-select select {
  background: rgba(47, 50, 52, 0.5);
}

.dropdown-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .dropdown-menu {
    display: none;
  }
}
.dropdown-menu__content {
  padding-bottom: 32px;
}
.dropdown-menu .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: skew(-5deg);
}
@media (max-width: 767px) {
  .dropdown-menu .cards {
    display: none;
  }
}
.dropdown-menu .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: calc(100vh - 280px);
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.dropdown-menu .card__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 32px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  transform: skew(5deg);
}
@media (max-width: 980px) {
  .dropdown-menu .card__btn .btn {
    min-width: 200px;
  }
}
.dropdown-menu .card__title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 68px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  transform: skew(5deg);
  font-size: 53px;
  color: #fff;
  font-family: "EuropeExt", sans-serif;
  font-style: italic;
}
.dropdown-menu .card__title span {
  margin-right: 10px;
  transform: translateY(-2px);
}
.dropdown-menu .card__title span img {
  display: block;
  height: 36px;
}
@media (max-width: 1180px) {
  .dropdown-menu .card__title span img {
    height: 24px;
    top: 40px;
  }
}
@media (max-width: 980px) {
  .dropdown-menu .card__title span img {
    height: 20px;
    top: 30px;
  }
}
@media (max-width: 1180px) {
  .dropdown-menu .card__title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .dropdown-menu .card__title {
    font-size: 24px;
  }
}
.dropdown-menu .card:hover {
  flex-grow: 10;
}
.dropdown-menu .card:hover img {
  filter: grayscale(0);
}
.dropdown-menu .card:hover .card__btn {
  opacity: 1;
}
.dropdown-menu .card:hover .card__title {
  opacity: 1;
}
.dropdown-menu .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-in-out;
}
.dropdown-menu .card.active {
  flex-grow: 10;
}
.dropdown-menu .card.active img {
  filter: grayscale(0);
}
.dropdown-menu .card.active .card__btn {
  opacity: 1;
}
.dropdown-menu .card.active .card__title {
  opacity: 1;
}
.dropdown-menu__side {
  position: relative;
  width: 420px;
  min-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dropdown-menu__side .submenu-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
}
.dropdown-menu__side .submenu-close:hover {
  opacity: 0.5;
}
@media (max-width: 1180px) {
  .dropdown-menu__side {
    width: 320px;
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  .dropdown-menu__side {
    width: 100%;
  }
}
.dropdown-menu ul li {
  position: relative;
  text-align: center;
  width: 330px;
  margin-top: -1px;
}
@media (max-width: 1180px) {
  .dropdown-menu ul li {
    width: 280px;
  }
}
.dropdown-menu ul li:before {
  content: "";
  width: 120px;
  height: 1px;
  background: #5d6468;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
}
@media (max-width: 767px) {
  .dropdown-menu ul li:before {
    display: none;
  }
}
.dropdown-menu ul li a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .dropdown-menu ul li a {
    font-size: 24px;
    font-weight: bold;
  }
}
.dropdown-menu ul li a.active {
  font-size: 32px;
}
@media (max-width: 767px) {
  .dropdown-menu ul li a.active {
    font-size: 24px;
  }
}
.dropdown-menu ul li a:hover {
  background: #5d6468;
}
.dropdown-menu ul li:first-child a {
  font-size: 32px;
}

.menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -240px;
  width: calc(100% + 480px);
  height: calc(100% + 20px);
  background: rgb(35, 37, 38) url(/wp-content/uploads/2025/10/header-dark-bg.jpg) 50% 50% no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.submenu {
  background-color: rgb(35, 37, 38);
  padding-top: 220px;
}
@media (max-width: 980px) {
  .submenu {
    padding-top: 0;
  }
}

.header__menu-boats {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
  padding-top: 40px;
  margin-top: 4px;
}
@media (max-width: 980px) {
  .header__menu-boats {
    display: flex;
  }
}
.header__menu-boat-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-family: "EuropeExt", sans-serif;
  font-style: italic;
  font-size: 32px;
  text-transform: uppercase;
}
.header__menu-boat-item span {
  margin-right: 10px;
}
.header__menu-boat-item span img {
  display: block;
  height: 25px;
}

.menu {
  flex-direction: column;
}
.menu ul li {
  margin-bottom: 16px;
}

.menu.bg {
  border: 0;
}

.popup-close svg {
  color: rgba(255, 255, 255, 0.4);
}

.exit-popup__subtitle {
  color: #fff;
}

.order-form-popup .custom-select select {
  background: rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .order-form-popup .custom-select select {
    padding-left: 10px;
  }
}
.order-form-popup .custom-select:after {
  right: 10px;
  background-size: 18px auto;
  opacity: 0.5;
}
.order-form-popup__title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
}
.order-form-popup__row {
  display: flex;
  justify-content: space-between;
}
.order-form-popup__col {
  width: calc(50% - 10px);
}

.catalog, .product, .cart, .dealers {
  position: relative;
  background: rgb(93, 100, 104) url(/wp-content/uploads/2025/10/bg-dots.svg) 100% 0 no-repeat;
}
.catalog::before, .product::before, .cart::before, .dealers::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -74.75%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.catalog::after, .product::after, .cart::after, .dealers::after {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 173.37%);
  z-index: 4;
}

.catalog__body, .product__body, .cart__body, .dealers__body {
  position: relative;
  z-index: 12;
}

.gradient-mask {
  display: block;
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 49.52%, rgba(0, 0, 0, 0) 100%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 800px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gradient-mask {
    display: none;
  }
}

picture img {
  display: block;
}

@media (max-width: 980px) {
  .product__gallery {
    margin-bottom: 30px;
  }
}

.dealers__map .map {
  transform: translateX(0);
}

.cart {
  padding-bottom: 200px;
}
@media (max-width: 980px) {
  .cart {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .cart {
    padding-bottom: 60px;
  }
}
.cart .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 7;
}
@media (max-width: 980px) {
  .cart .bottom-line {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cart .bottom-line {
    height: 20px;
  }
}

.catalog .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, rgba(222, 17, 22, 0.8) 0%, rgba(222, 17, 22, 0) 100%);
  z-index: 7;
}
@media (max-width: 980px) {
  .catalog .bottom-line {
    height: 40px;
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog .bottom-line {
    height: 20px;
  }
}
@media (max-width: 980px) {
.conditions-section .swiper-slide img{
     height: 100% !important;
}
	.constructor__wrapper .swiper-slide img{
		height: 100% !important;
		object-fit: contain;
	}
	.decore__line{
		margin-top: 80px;
	}
}

.constructor__descriptions-body .tabs-content {
	display: none;
}

.constructor__descriptions-body .tabs-content.active {
	display: block;
}



.video-bg-main video {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  z-index: -1;
}
/* @media (min-width: 1981px) {
  .video-bg-main video {
    max-height: 800px;
  }
} */
@media (max-width: 980px) {
  .video-bg-main video {
    height: 600px;
  }
}

.video-footer video {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  z-index: -1;
}
@media (min-width: 1981px) {
 .video-footer video {
    max-height: 800px;
  }
}
@media (max-width: 980px) {
  .video-footer video {
    height: 600px;
  }
}

@media (min-width: 981px) {
  .unique-coating-section--sm {
    max-height: 600px;
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .unique-item__content {
    padding-bottom: 110px;
  }
}

@media (min-width: 981px) {
  .unique-coating-section--sm .unique-slider {
    max-height: 600px;
    min-height:auto;
  }
  .unique-item__img{
     max-height: 600px;
  }
}

.unique-coating-section--sm p {
  margin-bottom: 20px;
}

.unique-coating-section--sm .swiper-nav {
  bottom: 40px;
}


.boat-slider-section video{
	  overflow: hidden;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  z-index: -1;
}
.product__gallery .swiper-slide img{
	height: 100% !important;
}
/*# sourceMappingURL=new-styles.css.map */


.margin__span span:first-child {
	margin-right: 7px;
    display: inline-block;
}
















/*----------------------СТИЛИ---------------------------*/

.main__container{
  width: 100vw;
  position: relative;
}

.full__container{
  max-width: 8000px;
  width: 100%;
  position: relative;
}

.upper{
  text-transform: uppercase;
}




/*----------------------СЕКЦИЯ ВАШИ ОТЗЫВЫ---------------------------*/

.feedbacksec_mainpage{
  background: url("/wp-content/uploads/2026/01/feedbacksec_mainpage_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.feedbacksec_mainpage > img:nth-child(1){
  position: absolute;
  top: 0;
  width: 100vw;
  height: 300px;
  object-fit: cover;
}

.feedbacksec_mainpage_content{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}

.feedbacksec_mainpage_content_header{
  margin-bottom: 44px;
  display: flex;
  column-gap: 60px;
  align-items: center;
}

.feedbacksec_mainpage_content_header h3{
  font-family: "EuropeExt", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 72px;
  color: #FFFFFF;
}

.feedbacksec_mainpage_content_header a{
  font-family: "Montserrat-600", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DE1116;
  text-decoration: none;
}

.feedbacksec_mainpage_content_slider_container{
  position: relative;
}

.feedbacksec_mainpage_content_slider{
  
}

.feedbacksec_mainpage_content_slider > .slick-list {
  overflow: visible !important; 
}

.feedbacksec_mainpage_content_slider_item{
  background: rgba(42, 45, 47, 0.8);
  padding: 40px;
  max-width: 440px;
  width: 100%;
  margin-right: 40px;
}

.feedbacksec_mainpage_content_slider_item_header{
  display: flex;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.feedbacksec_mainpage_content_slider_item_header_title{
  display: flex;
  column-gap: 8px;
}

.feedbacksec_mainpage_content_slider_item_header_title h4{
  font-family: "Montserrat-400", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
	text-transform: none;
	font-weight: 400;
}

.feedbacksec_mainpage_content_slider_item_header_title a{
  display: flex;
}

.feedbacksec_mainpage_content_slider_item_header_title > a > p{
  font-family: "Montserrat-400", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 8px;
  border-bottom: 1px solid #FFFFFF;
}

.feedbacksec_mainpage_content_slider_item_header_title > a > img{
  width: 18px;
}

.feedbacksec_mainpage_content_slider_item_header_title{
  display: flex;
}

.feedbacksec_mainpage_content_slider_item_header_container{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.feedbacksec_mainpage_content_slider_item_header_dateandstars{
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.feedbacksec_mainpage_content_slider_item_header_dateandstars p{
  font-family: "Montserrat-400", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0.5;
}

.feedbacksec_mainpage_content_slider_item_header_stars{
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.feedbacksec_mainpage_content_slider_item_main p{
  font-family: "Montserrat-400", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 0;
}


.feedbacksec_mainpage_content_slider_item_gallery{
  display: flex;
  align-items: center;
  column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-top: 24px;
}

.feedbacksec_mainpage_content_slider_item_gallery_item{
  position: relative;
  width: 84px;
  height: 80px;
  object-fit: cover;
  text-decoration: none;
}

.feedbacksec_mainpage_content_slider_item_gallery_item > img:nth-child(2){
  position: absolute;
  right: 0;
  bottom: 0;
}


.text-wrapper {
  overflow: hidden;
  max-height: 200px;

  

  transition: max-height 0.4s ease;
}

.text-wrapper_op {
  /* затухание последних 2 строк */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) calc(100% - 3em),
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) calc(100% - 3em),
    rgba(0,0,0,0) 100%
  );
}

.text-wrapper.is-open {
  -webkit-mask-image: none;
  mask-image: none;
}

/* кнопка */
.text-toggle {
  margin-top: 12px;
  cursor: pointer;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-family: "Montserrat-500", sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.text-toggle p{
  font-family: "Montserrat-500", sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 28px;
}

.text-toggle img{
  width: 10px;
  transition: transform 0.3s ease;
}

/* скрытая кнопка */
.text-toggle.is-hidden {
  display: none;
}

/* открытое состояние */
.text-toggle.is-open img {
  transform: rotate(180deg);
}







.feedbacksec_mainpage_content_slider_prevbtn{
  position: absolute;
  left: 0;
  top: calc(27% - 18px);
  transform: rotate(180deg);
  background: transparent;
  border: 0;
  padding: 25px;
  cursor: pointer;
  z-index: 10;
}

.feedbacksec_mainpage_content_slider_nextbtn{
  position: absolute;
  right: 0;
  top: calc(27% - 18px);
  background: transparent;
  border: 0;
  padding: 25px;
  cursor: pointer;
  z-index: 10;
}

.feedbacksec_mainpage_content_slider_prevbtn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.feedbacksec_mainpage_content_slider_nextbtn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.shadow_feedbacksec_mainpage_content_slider{
  width: 79px;
  height: 362px;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.shadow_feedbacksec_mainpage_content_slider.slick-disabled {
  display: none;
}


/*----------------------СЕКЦИЯ ВИДЕО И ОБЗОРЫ---------------------------*/


.videosandreviewssec_mainpage{
  background: url("/wp-content/uploads/2026/01/videosandreviewssec_mainpage_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.videosandreviewssec_mainpage_content{
  padding-top: 80px;
  padding-bottom: 80px;
}

.videosandreviewssec_mainpage_content h3{
  font-family: "EuropeExt", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 72px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 44px;
}

.videosandreviewssec_mainpage_content_slider_container{
  position: relative;
}

.videosandreviewssec_mainpage_content_slider{
  padding-left: calc(100vw - 88vw);
}

.videosandreviewssec_mainpage_content_slider > .slick-list {
  overflow: visible !important; 
}

.videosandreviewssec_mainpage_content_slider_prevbtn{
  position: absolute;
  left: 73px;
  top: calc(27% - 18px);
  transform: rotate(180deg);
  background: transparent;
  border: 0;
  padding: 25px;
  cursor: pointer;
  z-index: 10;
}

.videosandreviewssec_mainpage_content_slider_nextbtn{
  position: absolute;
  right: 73px;
  top: calc(27% - 18px);
  background: transparent;
  border: 0;
  padding: 25px;
  cursor: pointer;
  z-index: 10;
}

.videosandreviewssec_mainpage_content_slider_prevbtn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.videosandreviewssec_mainpage_content_slider_nextbtn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}




.videosandreviewssec_mainpage_content_slider_item{
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  width: 100%;
}

.videosandreviewssec_mainpage_content_slider_item_video{
  position: relative;
  display: flex;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(1){
  width: 100%;
  height: 337px;
  object-fit: cover;
  object-position: center;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(2){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.videosandreviewssec_mainpage_content_slider_item h4{
  font-family: "Montserrat-700", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 8px;
  width: 90%;
  margin-bottom: 12px;
}

.videosandreviewssec_mainpage_content_slider_item_info{
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.videosandreviewssec_mainpage_content_slider_item_info p{
  font-family: "Montserrat-500", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0.6;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #DE1116;
  font-family: "Montserrat-600", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  max-width: 280px;
  width: 100%;
  column-gap: 8px;
  text-decoration: none;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn p{
  font-family: "Montserrat-600", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 1;
}


.shadow_videosandreviewssec_mainpage_content_slider{
  height: 270px;
  width: 79px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}

.videosandreviewssec_mainpage_content_line{
  height: 40px;
  width: 100vw;
  opacity: 0.8;
  background: linear-gradient(90deg,rgba(222, 17, 22, 1) 0%, rgba(222, 17, 22, 0) 100%);
}

/*===============МОДАЛКА================*/

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 104, 107, 0.9);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 100000;
    overflow-y: scroll;
  }

  .modal-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }

  .modal_cont{
    background: #232526;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 780px;
    width: 100%;
  }

.modal_content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close_btn_modal{
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: 0;
  padding: 20px;
}

.modal_content h3{
  font-family: "EuropeExt", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 460px;
  width: 100%;
}

.modal_content h4{
  font-family: "Montserrat-400", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 0 auto
}

.modal_content h4 > a{
  font-family: "Montserrat-700", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
}

.modal_content_grid{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 780px;
  width: 100%;
}

.modal_content_grid_item{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Montserrat-600", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #DE1116;

}


.modal_writereviewbtn_mobile{
  display: none;
}


@media screen and (max-width: 1439px) and (min-width: 1200px){

/*----------------------СЕКЦИЯ ВАШИ ОТЗЫВЫ---------------------------*/

.feedbacksec_mainpage_content_header h3 {
  font-size: 2.25rem;
}








}



@media screen and (max-width: 1199px) and (min-width: 768px){

  .feedbacksec_mainpage_content_header h3 {
    font-size: 2rem;
  }

.feedbacksec_mainpage_content_header h3 {
  line-height: 50px;
}

.feedbacksec_mainpage_content_header a {
  max-width: 250px;
}

.feedbacksec_mainpage_content_header {
  margin-bottom: 30px;
  column-gap: 20px;
  max-width: 86vw;
}

.feedbacksec_mainpage_content_slider_item_main p {
  font-size: 1rem;
}

.feedbacksec_mainpage_content_slider_item_header_title h4 {
  font-size: 1.125rem;
}

.feedbacksec_mainpage_content_slider_item_header_title > a > p {
  font-size: 1.125rem;
}

.feedbacksec_mainpage_content_slider_item_header_dateandstars p {
  font-size: 0.75rem;
}

.feedbacksec_mainpage_content_slider_item {
  padding: 30px;
}

.feedbacksec_mainpage_content_slider_item_gallery_item {
  width: 64px;
  height: 60px;
}

.feedbacksec_mainpage_content_slider_item_gallery_item img:nth-child(1){
  object-fit: cover;
  width: 100%;
}

.feedbacksec_mainpage_content_slider_item_header_stars > img {
  width: 10px;
}

.feedbacksec_mainpage_content_slider_item_gallery {
  margin-top: 15px;
}


.feedbacksec_mainpage_content_slider_item {
  margin-right: 20px;
}

.feedbacksec_mainpage_content {
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.videosandreviewssec_mainpage_content h3 {
  margin-bottom: 30px;
  font-size: 2rem;
}

.videosandreviewssec_mainpage_content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.videosandreviewssec_mainpage_content_slider {
  padding-left: 40px;
}

.videosandreviewssec_mainpage_content_slider_item {
  max-width: 350px;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(1) {
  height: 200px;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(2) {
  width: 60px;
}

.videosandreviewssec_mainpage_content_slider_item h4 {
  font-size: 0.875rem;
  line-height: 20px;
}

.videosandreviewssec_mainpage_content_slider_item_info p {
  font-size: 0.75rem;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn p {
  font-size: 0.875rem;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn {
  max-width: 220px;
}

.videosandreviewssec_mainpage_content_slider_nextbtn {
	right: 0;
}

.videosandreviewssec_mainpage_content_slider_prevbtn {
	left: 0;
}

.shadow_feedbacksec_mainpage_content_slider {
  height: 242px;
  filter: blur(20px);
}

.shadow_videosandreviewssec_mainpage_content_slider {
	filter: blur(20px);
}

.modal_cont {
  padding-top: 60px;
  padding-bottom: 59px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 629px;
}

.modal_content h3 {
  margin-bottom: 15px;
}

.modal_content h4 {
  font-size: 1.125rem;
}

.modal_content h4 > a {
  font-size: 1.125rem;
}

.modal_content_grid_item {
  font-size: 1.125rem;
}




}



@media screen and (max-width: 767px) and (min-width: 320px){

.feedbacksec_mainpage_content {
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.feedbacksec_mainpage_content_header {
  margin-bottom: 24px;
}

.feedbacksec_mainpage_content_header h3 {
  font-size: 1.5rem;
  line-height: 32px;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.feedbacksec_mainpage_content_header a {
  display: none;
}

.feedbacksec_mainpage_content_slider_item {
  padding: 20px;
  max-width: 320px;
  padding-bottom: 36px;
}

.feedbacksec_mainpage_content_slider_item_header_title h4 {
  font-size: 0.875rem;
}

.feedbacksec_mainpage_content_slider_item_header_title > a > p {
  font-size: 0.875rem;
}

.feedbacksec_mainpage_content_slider_item_header_title > a > img {
  width: 14px;
}

.feedbacksec_mainpage_content_slider_item_header_dateandstars p {
  font-size: 0.75rem;
}

.feedbacksec_mainpage_content_slider_item_header {
  column-gap: 8px;
}

.feedbacksec_mainpage_content_slider_prevbtn {
  display: none !important;
}

.feedbacksec_mainpage_content_slider_nextbtn {
  display: none !important;
}

.shadow_feedbacksec_mainpage_content_slider {
  width: 32px;
  height: 236px;
}

.feedbacksec_mainpage_content_slider_item_main p {
  font-size: 0.875rem;
  line-height: 24px;
}

.text-toggle {
  margin-top: 0px;
  font-size: 0.75rem;
  gap: 4px;
}

.text-toggle p {
  font-size: 0.75rem;
}

.text-toggle img {
  width: 7px;
}

.feedbacksec_mainpage_content_slider_item_gallery {
  margin-top: 20px;
}

.feedbacksec_mainpage_content_slider_item_gallery_item {
  width: 64px;
  height: 61px;
}

.feedbacksec_mainpage_content_header > h3:nth-child(1) > img:nth-child(1) {
  width: 115px;
}

.feedbacksec_mainpage_content_slider_item_header > img:nth-child(1) {
  width: 40px;
}

.feedbacksec_mainpage_content_slider_item_header_stars > img {
  width: 9px;
}

.feedbacksec_mainpage_content_slider_item_gallery_item > img:nth-child(1) {
  width: 100%;
}

.feedbacksec_mainpage_content_slider_item_gallery_item > img:nth-child(2) {
  width: 20px;
}

.feedbacksec_mainpage_content_slider_item {
  margin-right: 8px;
}

.shadow_feedbacksec_mainpage_content_slider {
  filter: blur(10px);
}

.modal_writereviewbtn_mobile{
  display: flex !important;
  font-family: "Montserrat-600", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DE1116;
  text-decoration: none;
  margin-top: 32px;
}

.videosandreviewssec_mainpage_content_line {
  display: none;
}

  .modal_writereviewbtn_mobile {
    font-size: 0.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 500px;
    width: calc(100vw - 30px);
  }

.videosandreviewssec_mainpage_content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.videosandreviewssec_mainpage_content h3 {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 36px;
}

.videosandreviewssec_mainpage_content_slider {
  padding-left: 15px;
}

.videosandreviewssec_mainpage_content_slider_item {
  margin-right: 15px;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(2) {
  width: 48px;
}

.videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(1) {
  height: 202px;
}

.videosandreviewssec_mainpage_content_slider_item h4 {
  font-size: 0.75rem;
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.videosandreviewssec_mainpage_content_slider_item_info p {
  font-size: 0.75rem;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn {
  margin-top: 12px;
}

.videosandreviewssec_mainpage_content_slider_item_morebtn p {
  font-size: 0.875rem;
}

.videosandreviewssec_mainpage_content_slider_item:nth-child(1) > a:nth-child(4) > img:nth-child(2) {
  display: none;
}

.videosandreviewssec_mainpage_content_slider_prevbtn {
  display: none !important;
}

.videosandreviewssec_mainpage_content_slider_nextbtn {
  display: none !important;
}

.shadow_videosandreviewssec_mainpage_content_slider {
  display: none !important;
}

 .videosandreviewssec_mainpage_content_slider_item_morebtn {
    font-size: 0.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    width: calc(100vw - 30px);
}


.modal_cont {
  padding-top: 64px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
  width: calc(100vw - 62px);
}

.modal_content h3 {
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 16px;
}

.modal_content h4 {
  font-size: 1rem;
  line-height: 22px;
}

.modal_content h4 > a {
  font-size: 1rem;
  line-height: 24px;
}

.modal_content_grid {
  row-gap: 16px;
  display: flex;
  flex-direction: column;
}

.modal_content_grid_item {
  font-size: 0.875rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

}




@media screen and (max-width: 389px) and (min-width: 320px){

  .feedbacksec_mainpage_content {
    padding-left: 10px;
  }

  .feedbacksec_mainpage_content_slider_item {
    padding: 10px;
  }

  .videosandreviewssec_mainpage_content_slider {
    padding-left: 10px;
  }

  .videosandreviewssec_mainpage_content_slider_item {
    max-width: 300px;
  }


  .modal_writereviewbtn_mobile {
    width: calc(100vw - 20px);
  }


}



@media screen and (max-width: 767px) and (min-width: 320px){

.modal_writereviewbtn_mobile{
  display: flex;
}

}

.video-play-btn {
	cursor: pointer;
}


.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content{
  height: 100% !important;
}


.fancybox-slide--iframe .fancybox-iframe{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.fancybox-slide--iframe,
.fancybox-slide--video,
.fancybox-slide--map{
  height: 100%;
}


.vr-layout {
  display: grid;
  gap: 20px;
}

.vr-layout--single {
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: auto;
}


.vr-layout--single .videosandreviewssec_mainpage_content_slider_item {
	max-width: 100%;
}

.vr-layout--single .videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(1) {
	height: 517px;
}

.vr-layout--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1300px;
  margin: auto;
  padding: 0 10px;
}

.vr-layout--two .videosandreviewssec_mainpage_content_slider_item_video > img:nth-child(1) {
	height: 354px;
}


.vr-layout--two .videosandreviewssec_mainpage_content_slider_item {
	max-width: 100%;
}

@media (max-width: 768px) {
  .vr-layout--two {
    grid-template-columns: 1fr;
  }
}

.vr-layout .videosandreviewssec_mainpage_content_slider_item {
  width: 100%;
}


@media (width < 767px) {
   .boat-swiper .swiper-slide img {
      height: 70%;
   }
}

.book-submit-input {
    display: none !important;
}

.wpcf7-spinner {
    display: none !important;
}


.header__tel {
	color: #fff;
}

.header__tel small {
	opacity: 1!important;
}