/* Reset */

* {
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
	line-height: 140%;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}


:root{
    --dark-blue: #252C48; 
    --red: #AD0034;
    --white: #fff; 
    --grey: #5C5C5C;
    --grey-light: #D8D8D8;
    --black: #000;
}

/* Fonts */
ProgressiveSoul.ttf
@font-face {
    font-family: "DM Sans";
    src:
      local("DM Sansr"),
      url("../fonts/DMSans.ttf") format("ttf"),
      url("../fonts/DMSans.woff") format("woff"),
      url("../fonts/DMSans.woff2") format("woff2");

  }
@font-face {
    font-family: "Progressive Soul";
    src:
      local("Progressive Soul"),
      url("../fonts/ProgressiveSoul.ttf") format("ttf"),
  }

/* main */
body{
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.13rem, calc(1.03rem + 0.45vw), 1.38rem);
}
P {
	line-height: 120%;
}
h2{
	font-family: "DM Sans", sans-serif;
    font-size: clamp(1.25rem, calc(0.61rem + 3.18vw), 3rem);
    font-weight: 400;
    text-align: right;
    max-width: 530px;
    text-transform: uppercase;
	margin: clamp(1.25rem, calc(0.98rem + 1.36vw), 2rem) 0;
    margin-left: auto;
}

h3{
	font-family: "DM Sans", sans-serif;
    font-size: clamp(1.5rem, calc(1.36rem + 0.68vw), 1.88rem);
	margin: clamp(1.25rem, calc(0.98rem + 1.36vw), 2rem) 0;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 120%;
}

h4{
	font-family: "DM Sans", sans-serif;
    font-size: clamp(1.25rem, calc(0.98rem + 1.36vw), 2rem);
    font-weight: 400;
	margin: clamp(1.25rem, calc(0.98rem + 1.36vw), 2rem) 0;
    text-transform: uppercase;
}
h4>span{
    font-weight: 900;
}
img, video{
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
button{
    border: none;
}

form * {
    outline: none;
}
form input:focus:not(input[type=radio]) {
    box-shadow: 0 0 8px var(--dark-blue);
}
form .order__item._error{
    box-shadow: 0 0 8px var(--red);
}

.helmsman-title-hero h2{
	font-family: "Progressive Soul", sans-serif !important;
	font-size: clamp(2.5rem, calc(1.23rem + 6.36vw), 6rem);
}
.helmsman-title-hero p {
	font-family: "Progressive Soul", sans-serif !important;
	font-size: clamp(1rem, calc(0.64rem + 1.82vw), 2rem);
}
/* ===================== Reset theme =====================*/
.current-menu-parent:nth-last-child(-n+1) .menu-item_dots::before {
	display: none;
}
.default_logo, .logo-mobile{
	max-width: 204px;
	max-height: 20px;
}
.logo-mobile {
	max-width: 204px;
}
#scroll_up.active.scroll_up-icon {
    transform: translate(-40px, -150px);
}
.button-read-more{
	color: var(--grey) !important;
}
footer .current_page_item a{
	color: var(--red) !important;
}
footer .current_page_item a::before{
	background-color: var(--red) !important;
}
.widget_block h2::before, .title-wrapper .title::before{
	background-color: var(--red) !important;
}
#scroll_up.scroll_up-icon{
	border: 1px solid var(--red);
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(3px);
}
#scroll_up.scroll_up-icon:hover {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red);
}
label, legend, .author-widget_text, .tagcloud, .wp-block-tag-cloud, body .comment-form-cookies-consent > label, .elementor-widget-wgl-time-line-vertical .time_line-content .time_line-text, .single_meta .social-shares-wrapper > span.share_title, .social-shares-wrapper > span, .wp-block-latest-posts__post-author, .calendar_wrap caption, .widget_rss li .rssSummary, .widget_rss li cite, .widget_text .textwidget, .single-team .single_team_page .team-info_item h5, .wgl-portfolio-single_wrapper .wgl-portfolio-item_cats, .wgl-working-hours .working-item .working-item_day, .wgl-working-hours .working-item .working-item_hours, .post_meta-bottom, body .comment-form-cookies-consent > input[type=checkbox] + label {
    font-family: var(--nibula-content-font-family), sans-serif;
}

/* ===================== End Reset theme =====================*/

/*===================== Translate ===========================*/
.elementor-3042 .elementor-element.elementor-element-161f0d79{
	width: 86.91%;
}
.menu-translate{
	max-width: 100% !important;
}
.item_text {
	display: flex;
	align-items: center;
}
/*===================== End Translate ===========================*/
.hf {
	display: inline-block;
	width: 46% !important;
}
.hf:nth-child(2n){
	margin-left: auto;
	float: right;
}
.qr {
	display: inline-block;
	width: 20% !important;
	margin-right: 3% !important;
}

.hidden{
    display: none !important;
}
.container{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
}
.black{
    background-color: var(--black);
    color: var(--white);
}
.hero{
	position: relative;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero.hero-video{
aspect-ratio: 2/1;
height: auto;
}
.flex-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.flex-s{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}
.flex-e{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}
.center{
    text-align: center;
}
.center-text{
    font-size: clamp(1rem, calc(0.82rem + 0.91vw), 1.5rem);
    margin-top: clamp(2.5rem, calc(1.59rem + 4.55vw), 5rem);
}
.info-item{
    font-size: clamp(1rem, calc(0.82rem + 0.91vw), 1.5rem);
    padding: clamp(2.5rem, calc(1.36rem + 5.68vw), 5.63rem) 0 clamp(2.5rem, calc(0.73rem + 8.86vw), 7.38rem);
}
.center-text span {
    color: var(--red);
    font-size: clamp(1.25rem, calc(0.89rem + 1.82vw), 2.25rem);
    font-weight: 700;
}
.lt{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: clamp(1rem, calc(0.45rem + 2.73vw), 2.5rem);
}
.lt img{
    max-width: 290px;
    position: relative;
    z-index: 2;
}
.lt h2{
    position: relative;
    z-index: 1;
    max-width: 610px;
    font-size: clamp(1.5rem, calc(1.14rem + 1.82vw), 2.5rem);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.lt.animate h2{
    transform: translateX(0%);
    opacity: 1;
}
.box-accent{
    background-color: var(--red);
    color: var(--white);
    padding: 28px 62px;
}
.box-accent__title{
    font-weight: 700;
    margin-bottom: 20px;
}

.main{
    position: relative;
}
.main::after{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url(../img/74H8.gif) center / 50px no-repeat;
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10000;
}
.main._sending::after{
    opacity: 1;
    visibility: visible;
}
/* ========================================== Link Button */
.link-btn{
    font-size: clamp(0.88rem, calc(0.65rem + 1.14vw), 1.5rem);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--red);
    padding: clamp(0.44rem, calc(-0.13rem + 2.84vw), 2rem) 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
}
.link-btn:hover{
    color: var(--white);
}
.link-btn.right{
    transform: translateX(50px);
}
.link-btn.left{
    transform: translateX(-50px);
}
.link-btn.animate{
    opacity: 1;
    transform: translate(0px);
    transition: all 0.3s  ease-out;
}

.link-btn__content{
    position: relative;
    height: 100%;
}
.link-btn__content::after{
    position: absolute;
    content: '';
    width: clamp(0.88rem, calc(0.74rem + 0.68vw), 1.25rem);
    height: clamp(0.88rem, calc(0.74rem + 0.68vw), 1.25rem);
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
    bottom: 0;
    right: 1px;
}
.link-btn__content::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background-color: var(--white);
    bottom: clamp(0.5rem, calc(0.45rem + 0.23vw), 0.63rem);
    right: 0;
    transition: all 0.3s;
}
.link-btn:hover .link-btn__content::before{
    width: 70%;
}

/* ========================================== Order Button */
.order-btn{
    display: block;
    font-size: clamp(0.88rem, calc(0.74rem + 0.68vw), 1.25rem);
    text-transform: uppercase;
    padding: 20px 21px;
    background-color: var(--red);
    color: var(--white);
    width: auto;
    max-width: 576px;
    text-align: center;
    text-wrap: wrap;
}
.order-btn:hover {
	background-color: var(--red);
    color: var(--white);
}
.product-cart .order-btn{
    margin-top: 64px;
    background-color: var(--red);
    color: var(--white);
}
.product-list .order-btn{
    margin: 0 auto;
}

.product-cart .home-scout__img{
    position: relative;

}
.product-cart .home-scout__img img{
    height: 100%;
    object-fit: contain;

}

.swiper-product{
    overflow-x: hidden;
    background-color: var(--white);
    width: 100%;
    aspect-ratio: 4/2.5;
}
.swiper-product-pagination{
    position: absolute;
    bottom: -65px !important;
}
.swiper-product-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--white);
    opacity: 1;
}
.swiper-product-pagination .swiper-pagination-bullet-active{
    background-color: var(--white);
}
.swiper-product-buttons{
    position: absolute;
    display: flex;
    width: 100%;
    padding: 0 15%;
    justify-content: space-between;
    bottom: -54px ;
    
}
.swiper-product-button{
    position: relative;
    z-index: 1000;
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    cursor: pointer;
}
.swiper-product-button-prev{
    transform: rotate(-45deg);
}
.swiper-product-button-next{
    transform: rotate(135deg);
}

.product-list {
    margin-top: 96px;
}

.product-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}
.product-list__item:nth-child(2n){
    flex-direction: row-reverse;
}
.product-list__box, .half {
    width: 48%;
    aspect-ratio: 1.8/1;
}
.half-5 {
    width:40%
}
.half-6{
    width:60%
}
.half{
    position: relative;
}
.info-item img{
    position: relative;
    z-index: 3;
}
.decor-one{
    position: absolute;
    width: 14%;
    height: 80%;
    background-color: var(--red);
    left: -14%;
    top: 55%;
    transform: translate(100%, -50%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.decor-one.animate{
    transform: translate(0%, -50%);
}
.decor-one::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 0%;
    background-color: var(--white);
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.5s ease-in-out;

}
.decor-one.animate::before{
    height: 70%;
}
.decor-twoo{
    position: absolute;
    width: 14%;
    height: 80%;
    background-color: var(--red);
    right: -14%;
    top: 55%;
    transform: translate(-100%, -50%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.decor-twoo.animate{
    transform: translate(0%, -50%);
}
.decor-twoo::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 0%;
    background-color: var(--white);
    right: 22%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.v-four .decor-twoo::before{
    top: 30%;
    height: 0%;
    transition: all 0.5s ease-in-out;

}
.v-four .decor-twoo.animate::before, .decor-twoo.animate::before{
    height: 100%;
    transform: translateY(-50%);
}
.decor-three{
    position: absolute;
    width: 24%;
    height: 80%;
    background-color: var(--red);
    left: -14%;
    top: 65%;
    -o-transform: translate(60%, -57%);
    -moz-transform: translate(60%, -57%);
    -ms-transform: translate(60%, -57%);
    -webkit-transform: translate(60%, -57%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.decor-three.animate{
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	
}
.decor-three::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 0%;
    background-color: var(--white);
    left: 48%;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
.decor-three.animate::before{
    height: 86%;
}

/* ========================================== Styles */


.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ========================================== Header */
.header{
    background-color: var(--dark-blue);
    padding: 14px 0;
    color: var(--white);
    
}
.header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__nav{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.header__nav ul{
    display: flex;
    gap: 16px;
}
.header__nav ul a{
    position: relative;
    padding-left: 20px;
}
.header__nav ul a.active::after{
    content: '';
    position: absolute;
    background-image: url(../img/arrow.svg);
    width: 11px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header img{
    max-width: 200px;
}

/* ========================================== Pages */
.main{
    margin-top: auto;
    flex: 0 0 auto;
}

.home-info img{
    aspect-ratio: 2/0.9;
}
.home-info--text{
    font-size: clamp(0.88rem, calc(0.76rem + 0.57vw), 1.19rem);
    max-width: 996px;
    margin: clamp(1.75rem, calc(0.93rem + 4.09vw), 4rem) auto;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s;
}
.home-info--text.animate{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s;
}

.home-pilot{
    padding: clamp(1.25rem, calc(0.43rem + 4.09vw), 3.5rem) 0 clamp(2.5rem, calc(0.68rem + 9.09vw), 7.5rem) 0;
}
.home-pilot__wrapper{
    position: relative;
    padding-bottom: 82px;
}
.home-pilot__wrapper .link-btn{
    position: absolute;
    right: 20px;
    bottom: 0;
    width: clamp(13.69rem, calc(12.64rem + 5.23vw), 16.56rem);
    height: clamp(5.5rem, calc(3.77rem + 8.64vw), 10.25rem);
    
}
.home-pilot__text{
    max-width: 60%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}
.pilot .home-pilot__text{
    margin-top: -80px;
}

.home-pilot__text.animate{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

.home-scout{
    padding: clamp(1.25rem, calc(0.43rem + 4.09vw), 3.5rem) 0 clamp(2.5rem, calc(0.68rem + 9.09vw), 7.5rem);
}
.home-scout__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.home-scout__img{
    position: relative;
    max-width: 48%;
}
.home-scout__img .link-btn{
    position: absolute;
    width: clamp(13.69rem, calc(12.64rem + 10.23vw), 18.56rem);
    height: clamp(5.5rem, calc(3.77rem + 8.64vw), 10.25rem);
    background-color: var(--red);
    left: -65px;
    bottom: -74px;
}
.home-product{
    padding: clamp(2.5rem, calc(1.45rem + 5.23vw), 5.38rem) 0;
}
.home-product .home-scout__content{
    max-width: 48%;
}
.contact-wrapper{
	background-color: var(--dark-blue);
	color: var(--white);
	padding: 40px 24px;
	justify-content: space-around;
}
.info-item.contacts{
    padding-bottom: 0;
}
.contact-left{
    max-width: 414px;
    font-size: 20px;
}
.contact-right{
    font-size: 20px;
    max-width: 314px;
    margin-right: 5%;
}
/* ========================================== Product characteristics*/

.product-characteristics__wrapper{
    background-color: var(--red);
    color: var(--white);
    padding: 62px clamp(1.25rem, calc(-3.36rem + 23.07vw), 13.94rem);
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.25rem);
    font-weight: 400;
}
.product-characteristics__item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
}
.product-characteristics__item--title{
    text-transform: uppercase;
}
.product-characteristics__item--data{
    width: 224px;
}

.product-characteristics .order-btn{
    background-color: var(--white);
    color: var(--red);
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 600;
}

/* ========================================== Big Image*/
.helmsman .half{
    aspect-ratio: unset !important;
}
.big-img .home-scout__img{
    max-width: 60%;
    aspect-ratio: 4/2.5;
}
.big-img .home-scout__content{
    max-width: clamp(12.5rem, calc(8.18rem + 21.59vw), 24.38rem);
}
.helmsman h3{
	margin: clamp(1.25rem, calc(0.98rem + 1.36vw), 2rem) 0;
}
.home-helmsman__img {
    max-width: 384px;
}
.home-product .home-scout__img .link-btn{
    position: absolute; 
    left: auto;
    right: -82px;
    bottom: -34px;
}
.home-scout__content{
    max-width: 48%;
}
.home-scout__content a{
    display: block;
    margin-bottom: 62px;
}

.product-video{
    padding: clamp(1.25rem, calc(-0.48rem + 8.64vw), 6rem) 0;
}
.product-video__text span{
    text-transform: uppercase;
    color: var(--red);
    font-weight: 700;
}
.quote{
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 32px 0;
    text-align: center;
    font-size: 20px;
}
.quote .order-btn{
    margin: 40px auto 0;
}

.product-description {
    padding: clamp(1.25rem, calc(-0.48rem + 8.64vw), 6rem) 0;
}
.product-description .product-list__box{
    aspect-ratio: unset;
}
.product-list__box--title {
    font-size: 24px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 6px;
}

.box-item {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-bottom: 12px;
}
.box-item__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-blue);
    width: 110px;
    flex: 0 0 auto;
}
.box-item__text {
    font-size: 18px;
    margin-top: 2px;
}
.recommended{
    font-size: 20px;
    margin-top: 86px;
}
.recommended li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
}
.recommended li::after{
    position: absolute;
    content: '';
    width: 11px;
    height: 9px;
    background-image: url(../img/arrow.svg);
    left: 0;
    top: 10px;
}
.recommended .order-btn{
    margin: 40px auto 0;
}
/* ========================================== Footer*/
.logo-menu{
	height: auto !important;
}
.wgl-header-row .header_side.display_grow{
	flex: auto;
}
.footer{
    padding: 0 0 56px;
    margin-top: 90px;
    color: var(--grey);
}
footer img{
	height: 20px !important;
}
.footer__wrapper{
    padding-top: 38px;
    border-top: 3px solid var(--grey-light);
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.footer__main {
    max-width: 396px;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__main img{
    width: 192px;
    margin: 0 auto;
}
.footer__main--text{
    text-align: left;
}
.footer__main--links a {
    color: var(--red);
}
.footer__menu{
    display: flex;
    justify-content: space-between;
    flex:  1 0 auto;
    margin-left: clamp(1.88rem, calc(-0.17rem + 10.23vw), 7.5rem);
}
.footer__nav--title{
    position: relative;
    font-size: 20px;
    padding-left: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer__nav--title::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: var(--red);
    top: 0;
    left: 0;
}
.footer__nav--menu li{
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 12px;
}
.footer__nav--menu li::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: var(--grey);
    left: 0;
    bottom: 3px;
}
.footer__contacts--title{
    font-size: 20px;
    margin-bottom: 20px;
}
.footer__contacts--phone, .footer__contacts--mail{
    margin-bottom: 10px;
    color: var(--red);
}
.footer__contacts--social ul{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.footer__contacts--social a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.footer__contacts--social a:hover{
    background-color: transparent;
    border: 1px solid var(--red);
    transition: all 0.3s;
}  

.footer__contacts--social a:hover > svg path{
    fill: var(--red);
}
/*======== Order ==============*/
.button-order{
    position: relative;
    background-color: var(--red);
    color: var(--white);
    display: block;
    width: max-content;
    margin: 48px auto;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}
.button-shipping:hover{
    opacity: 0.8;
}
.order__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 12px;
}
.order__title{
    font-weight: 700;
    color: var(--grey);
}
.order__item{
    display: flex !important;
    justify-content: start !important;
    gap: 12px !important;
    padding: 4px 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    height: 52px !important;
    width: 100% !important;
    font-size: 16px !important;

}
.order__item:has(input:checked) {
    border: 1px solid #4b6efd !important;
}
.order__item label, .order__item::placeholder{
    width: 100% !important;
    line-height: 42px !important;
    font-size: 16px !important;
}
.order__inner span{
    color: var(--red) !important;
}
#company input:checked ~ #company-name{
    display: none;
}
@media (max-width:1060px) {
    .home-scout__img .link-btn {
        left: 50%;
        transform: translateX(-50%);
    }
    .helmsman .home-scout__img .link-btn{
        left: auto;
        right: -82px;
        bottom: -34px;
        transform: translateX(0);
    }
    .product-characteristics__item--data{
        width: auto;
    }
}
@media (max-width:960px) {
    .hero{
        aspect-ratio: 2/1;
        height: auto;
        }
    .product-characteristics__wrapper{
        padding: 64px 20px;
    }
}
@media (max-width:856px){
    .header__wrapper{
        justify-content: center;
    }
    .header__nav{
        display: none;
    }
}
@media (max-width:760px) {
	.hf {
	display: inline-block;
	width: 100% !important;
	}
	.hf:nth-child(2n){
		margin-left: auto;
		float: auto;
	}
	.qr {
		display: inline-block;
		width: 46% !important;
		margin-right: 0 !important;
	}
	.qr:nth-child(2n){
		float: right;
	}
    .order__wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .home-info--text{
        opacity: 0.3;
    }
    .flex-s{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .flex-e{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .contact-right {
        margin-right: 0;
        margin-top: 28px;
    }
    .info-item>.flex-c{
        flex-direction: column-reverse;
    }
    .black .flex-c{
        flex-direction: column;
    }
    .decor-one, .decor-twoo, .decor-three {
        display: none;
    }
    .half-5{
        width: 100%;
        text-align: center;
    }
    .lt{
        flex-direction: column-reverse;
    }
    .lt h2{
        text-align: center;
    }
    .home-pilot__text{
        max-width: 100%;
        margin-top: 0px;
        }
    .pilot .home-pilot__text{
        margin-top: 0px;
    }
    .home-scout__wrapper{
        position: relative;
        flex-direction: column-reverse;
        padding-top: 46px;
    }
    .home-scout__wrapper a:nth-child(1){
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-scout__content{
        max-width: 100%;
        margin-top: 68px;
    }
    .home-scout__img{
        max-width: 100%;
        margin-left: auto;
    }
    .home-scout__img .link-btn{
        left: 33%;
    }
    .home-scout__content:not(.scout .home-scout__content){
        margin-top: 0;
    }
    .home-product .home-scout__content{
        max-width: 100%;
    }
    .product-slider{
        margin-bottom: 80px;
        margin-top: 24px;
    }
    .product-cart .order-btn{
        margin: 64px auto 0;
    }
    .scout .home-scout__img{
        max-width: 90%;
    }
    .helmsman .home-scout__img{
        max-width: 100vw;
        padding-right: 20%;
        margin-right: auto;
        margin-left: 0;
    }

    .helmsman .home-scout__img .link-btn{
        position: absolute;
        right: 0;
    }
    .big-img .home-scout__img{
        max-width: 90%;
        aspect-ratio: unset;
    }
    .big-img .home-scout__img .link-btn{
        transform: translateX(0);
        left: -10%;
    }
    .big-img .home-scout__content{
        max-width: 100%;
        margin-top: 80px !important;
        font-size: 16px;
    }
    .product-list__item, .product-list__item:nth-child(2n){
        flex-direction: column;
    }
    .product-list__box, .half{
        width: 100%;
        aspect-ratio: unset;
    }
    .footer__wrapper{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer__menu{
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
        justify-content: space-around;
    }
    .footer__main--text{
        text-align: center;
    }
    .half-6{
        width: 100%;
    }
}
@media (max-width:560px){
	.qr {
		width: 100% !important;
	}
	.qr:nth-child(2n){
		float: auto;
	}
    .product-characteristics__wrapper{
        font-size: 14px;
    }
    .product-characteristics__item--title{
        max-width: 60%;
    }
    .product-characteristics__item--data{
        text-align: right;
    }
	.swiper-product-pagination{
    position: absolute;
    bottom: -34px !important;
}
	.swiper-product-buttons{
		bottom: -64px;
	}
	.helmsman .hero img{
		object-position: ; 
	}
	.lt h2 {
		line-height: 32px;
	}
}
.lwpcngNotice-dark .lwpcngNotice_accept {
	color: #fff;
}

