*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

#msmcd-dropdown .btn.btn-secondary {
    display: none;
}

@font-face {
    font-family: "Verdana";
    src: url("../fonts/Verdana.ttf") format("truetype");
}

@font-face {
    font-family: "Verdana-bold";
    src: url("../fonts/Verdana-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Verdana-boldItalic";
    src: url("../fonts/Verdana-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Verdana-italic";
    src: url("../fonts/Verdana-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica";
    src: url("../fonts/NeueHaasUnica-Black.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-bold";
    src: url("../fonts/NeueHaasUnica-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-extrabold";
    src: url("../fonts/NeueHaasUnica-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-black";
    src: url("../fonts/NeueHaasUnica-Black.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-regular";
    src: url("../fonts/NeueHaasUnica-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-light";
    src: url("../fonts/NeueHaasUnica-Light.ttf") format("truetype");
}

@font-face {
    font-family: "NeueHaasUnica-medium";
    src: url("../fonts/NeueHaasUnica-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-bold";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-extrabold";
    src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-black";
    src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-light";
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-medium";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-regular";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

ul {
    list-style: none;
}

body * {
    font-family: "Montserrat-regular", sans-serif;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    text-align: inherit;
    color: inherit;
    font-weight: 400;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

body {
    margin: 0;
    font-family: "Montserrat-regular", sans-serif;
}

strong {
    font-weight: 800;
    font-family: "Montserrat-bold";
}

.container {
    width: 1124px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn_feedback {
    background: #F97000;
    width: 185px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    z-index: 15;
    text-transform: uppercase;
}

.container h2 {
    font-size: 36px;
    font-family: 'Montserrat-bold';
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

/* FixSlider */

.mainFixSlider {
    position: fixed;
    width: 300px;
    height: 530px;
    overflow: hidden;
    z-index: 999;
    top: 300px;
    left: 30px;
    border-radius: 20px;
    padding-top: 50px;
}

.mainFixSlider .title_swiper {
    width: 50%;
    transform: translateX(-55%);
    top: 0;
}

.fond__wideo-img {
    width: 80%;
    object-fit: cover;
    border-radius: 20px;
}

.video__stub {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainFixSlider .swiper-banner-prev_mob {
    bottom: -70px;
    right: 160px;
}

.mainFixSlider .swiper-banner-next_mob {
    bottom: -70px;
    right: 110px;
}

/*header*/

header {
    position: fixed;
    top: 20px;
    width: 100%;
    color: #fff;
    z-index: 12;
    transition: all .45s;
}

header .container {
    display: flex;
    margin: 0px 245px 0 360px;
    width: auto;
}

header .logo {
    display: flex;
    align-items: flex-end;
}

header .logo p {
    margin-left: 12px;
    font-size: 12px;
    margin-bottom: 33px;
}

header .header_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    margin-left: 32px;
    margin-bottom: 20px;
    gap: 20px;
}

header .header_wrapper .menu {
    margin: 0 auto;
}

header .menu ul {
    display: flex;
    gap: 25px;
}

header .menu ul li {
    font-size: 15px;
}

header .menu ul li.dropdown,
header .header_wrapper .lang {
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .45s;
}

header .menu ul li.dropdown:hover img,
header .header_wrapper .lang:hover img {
    rotate: 180deg;
    transition: all .45s;
}

.pages header.header {
    background: #222125;
    top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.pages header.header .header_wrapper {
    margin-bottom: 0;
}

header.header.header-fixed {
    background: #222125;
    top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

header.header.header-fixed .header_wrapper {
    margin-bottom: 0;
}

header.header.header-fixed .logo p {
    margin-bottom: 6px;
}

header.header.header-fixed .logo img {
    width: 55px;
}

.dropdown {
    position: relative;
}

header .menu ul.dropdownMenu {
    display: none;
    width: fit-content;
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #323136;
    color: #fff;
    top: 15px;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    transition: all .45s;
}

.dropdown:hover>.dropdownMenu {
    display: flex;
    transition: all .45s;
}

.header_social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header_social p {
    font-family: 'Montserrat-light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFFBD;
    margin-right: 10px;
}

.header_social_box {
    width: 40px;
    height: 40px;
}

.header_social_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*banner*/

section.banner {
    background-image: url(../img/mainbg.png);
    padding-top: 165px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

section.banner.new {
    background-image: url(../img/banner_bg_new.png);
    background-size: cover;
    overflow: hidden;
    height: 100%;
}

section.banner.new .container {
    display: flex;
    color: #fff;
    position: relative;
}

section.banner .benner_img {
    width: 50%;
}

section.banner .benner_img img {
    /* width: 294%; */
    width: 270%;
    position: relative;
    left: -260px;
}

section.banner.new .benner_img img {
    width: 160%;
    position: relative;
    left: -20px;
}

section.banner .banner_text {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 90px;
}

section.banner.new .banner_text {
    margin-left: 150px;
    padding-right: 0;
    align-items: flex-start;
}

section.banner.new .banner__bottom {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin: -70px auto 10px;
    max-width: 1400px;
    width: 100%;
}

section.banner.new .banner__bottom__mobile {
    display: none;
}

section.banner.new .banner__bottom__imgBox {
    /* display: flex;
    justify-content: center;
    width: 90%; */
}

section.banner.new .banner__bottom__item {
    /* display: flex;
    justify-content: center; */
    width: 30%;
}

section.banner.new .banner__bottom__item.left {
    justify-content: flex-end;
}

section.banner.new .banner__bottom__item.center {
    /* width: 100%; */
    position: relative;
    top: -52px;
    height: 612px;
}

section.banner.new .banner__bottom__item.right {
    justify-content: flex-start;
    height: 602px;
}

section.banner.new .banner__bottom__item.right img {
    margin-top: 90px;
    /* height: 450px; */
    height: 530px;
    object-fit: initial;
    border-radius: 30px;
    width: 70%;
}

section.banner.new .banner__bottom__item img {
    width: 85%;
}


section.banner .banner_text h2 {
    font-family: 'NeueHaasUnica-bold';
    font-size: 37px;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 330px;
    text-align: start;
}

/* section.banner.new .banner_text h2 {
    font-family: 'NeueHaasUnica-bold';
    font-size: 34px;
    margin-bottom: 10px;
    text-align: start;
} */

section.banner.new .banner_text h2 span {
    color: #F97000;
    font-weight: 800;
}

section.banner .banner_text ul li p {
    color: #F97000;
    font-size: 20px;
    font-family: 'Montserrat-regular';
    line-height: 32px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 20px;
}

section.banner .banner_text ul li {
    position: relative;
    width: fit-content;
}

section.banner .banner_text ul li::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #6DFD34;
    transform: rotate(45deg);
    border-radius: 3px;
    left: -18px;
    bottom: 9px;
}

section.banner .banner_text .description {
    color: #fff;
    font-size: 30px;
    font-family: 'Montserrat-medium';
    line-height: 34px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

section.banner.new .banner_text .description {
    font-size: 22px;
    text-align: start;
    margin-bottom: 0;
}

section.banner .banner_text ul {
    margin-top: 30px;
    padding-left: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

section.banner.new .banner_text ul {
    margin-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.banner .banner_text ul li p {
    font-size: 20px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: flex-start;
}

section.banner.new .banner_text ul li p {
    margin-top: 0;
    font-size: 18px;
}

section.banner .banner_text ul li+li {
    margin-top: 12px;
}

section.banner.new .banner_text ul li+li {
    margin-top: 5px;
}

section.banner .banner_text ul li span {
    display: block;
    width: 14px;
    height: 14px;
    background: transparent;
    left: 0;
    border: 1px solid #6DFD34;
    border-radius: 4px;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    flex-shrink: 0;
}

section.banner .banner_text .ps {
    margin-top: 11px;
    font-size: 16px;
    color: #F97000;
}

section.banner .banner_text .btn_feedback {
    margin-top: 30px;
}

section.banner .swiper {
    position: absolute;
    right: 322px;
    top: 93px;
    height: 599px;
    z-index: 3;
}

section.new .swiper {
    position: absolute;
    right: 252px;
    top: 0px;
    /* height: 910px; */
    height: 100%;
    z-index: 3;
}

section.new .swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    z-index: 4;
}

.sale-swiper {
    color: #FFFFFF7A;
    text-transform: uppercase;
    width: fit-content;
    top: 0;
    height: 100%;
    background: #555456;
}

.sale-swiper .swiper-wrapper {
    width: fit-content;
}

.sale-swiper .swiper-slide {
    width: fit-content;
    /* rotate: -90deg; */
    height: 260px !important;
    width: 45px;
    display: flex;
    justify-content: center;
}

.sale-swiper .swiper-slide p {
    writing-mode: vertical-lr;
    white-space: nowrap;
}

section.products {
    position: relative;
    height: 574px;
    width: 100%;
    overflow: hidden;
    top: 0px;
}

section.products .line_bg {
    rotate: 45deg;
    position: absolute;
    top: -280px;
    right: 110px;
    width: 320px;
    height: 870px;
    z-index: 2;
    background: linear-gradient(184.66deg, #323136 15.99%, rgba(50, 49, 54, 0) 91.94%);
}

section.products .pagetitle {
    margin-top: 70px;
    position: relative;
    left: 0;
    background-color: #F97000;
    padding: 21px 0;
    margin-top: 70px;
    position: relative;
    left: 0;
    background-color: #fff;
    padding: 21px 0;
    border-top: 1px solid #F97000;
    border-bottom: 1px solid #F97000;
    /* width: 80%; */
}

section.products .pagetitle h2 {
    font-family: 'NeueHaasUnica-black';
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #323136;
    margin-bottom: 12px;
    max-width: 640px;
    width: 100%;
    /* margin-left: 90px; */
}

section.products .pagetitle p {
    font-family: 'Montserrat-regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    color: #323136;
    max-width: 640px;
    width: 100%;
    /* margin-left: 90px; */
}

section.products .pagetitle .description {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin: 21px 0;
    padding-right: 400px;
}

#snow_img {
    opacity: 1;
    visibility: visible;
}

.scale_down {
    scale: 0;
    transition: all 0.6s;
    filter: brightness(20%) blur(20px);
    opacity: 1;
    visibility: visible;
}

section.products .preview_cat {
    position: absolute;
    z-index: 3;
    right: 240px;
    top: -70px;
    transition: all 0.6s;
}

section.products #enduro_img {
    top: 0;
}

section.products #water_img {
    right: 120px;
}

section.products #active_img {
    right: -101px;
}

section.products .preview_cat img {
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
    width: 550px;
    height: 500px;
}

section.products .SNOW::after {
    content: '';
    background-image: url(../img/snow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: -25px;
    z-index: 3;
}

section.products .SNOW::before {
    content: '';
    background-image: url(../img/snow2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: -25px;
    z-index: 1;
}

section.products .preview_cat.SNOW {
    top: 50px;
}

section.products_items {
    top: -100px;
}

section.products_items.order {
    top: 0;
    margin-top: 100px;
}

section.products_items,
section.products_items .products_wrapper {
    position: relative;
}

section.products_items::after {
    content: '';
    position: absolute;
    background-image: url(../img/productsbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: -20px;
    width: 90%;
    height: 210px;
    z-index: 4;
    display: none;
}

section.products_items.order::after {
    top: 40px;
}

section.products_items::before {
    content: '';
    position: absolute;
    background-image: url(../img/watherbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    bottom: 85px;
    width: 225px;
    height: 430px;
}

section.products_items.order::before {
    content: unset;
}

section.products_items.order .item_price,
section.products_items.order form {
    text-align: center;
}

section.products_items .subtitle {
    position: relative;
    top: -210px;
    left: -95px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

section.products_items .title {
    margin-top: -180px;
}

section.products_items .title h2 {
    color: #F97000;
    font-family: 'Montserrat-black', sans-serif;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    /* margin-left: -105px; */
}

section.products_items .title p {
    font-family: 'NeueHaasUnica-black', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #323136;
    /* margin-left: -105px; */
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ===============swiper===================== */

.product_slider {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.product_slider_mob {
    display: none;
}

.product_slider .thumbnail-slider {
    width: 80px;
    height: 240px;
    /* Задаем ограниченную высоту */
    overflow: hidden;
}

.product_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product_slider .thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.3s;
}

.product_slider .thumbnail:hover {
    transform: scale(1.1);
}

.product_slider .product-image img {
    width: 250px;
    height: 100%;
    object-fit: contain;
}

.product_slider .product-image {
    height: 434px;
}

.product_slider .main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.product_slider .main-image.active {
    opacity: 1;
    position: relative;
    visibility: visible;
}

.product_slider .swiper-button-prev,
.product_slider .swiper-button-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

.product_slider .swiper-button-prev {
    top: 60px;
    left: 40px;
    transform: translateX(-50%);
}

.product_slider .swiper-button-next {
    top: 400px;
    left: 40px;
    transform: translateX(-50%);
}

.product_slider .swiper-button-disabled svg path {
    stroke-opacity: 0.4;
}

.swiper-button-prev_mob,
.swiper-button-next_mob {
    display: none;
}



/* ===============swiper===================== */

.products_inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.products_inner_text {
    font-family: 'NeueHaasUnica-regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #323136;
    margin-bottom: 28px;
}

section.products_items .products_wrapper {
    display: flex;
    gap: 18px;
}

.products_inner_box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.products_inner_box p {
    font-family: 'Montserrat-light', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 43.88px;
    color: #323136;
}

.products_inner_box .products_inner_box_smallText {
    font-size: 24px;
    line-height: 29.88px;
}

.products_inner_box p span {
    font-weight: 800;
}

.products_inner_redText {
    font-family: 'Montserrat-regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    color: #F97000;
    margin-bottom: 30px;
}

.products_inner_link {
    padding: 17px 44px;
    border-radius: 5px;
    background-color: #F97000;
    font-family: 'NeueHaasUnica-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.products_inner_box_bottomText {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #323136;
    margin-bottom: 8px;
    margin-top: 30px;
    margin-left: 30px;
}

.products_inner_box_bottom {
    margin-left: 30px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.products_inner_box_bottom a {
    width: 39px;
    height: 38px;
}

.products_inner_box_bottom a img {
    width: 100%;
    object-fit: cover;
}

/* ======================available================================= */

.available {
    margin: 50px 0;
    margin-bottom: 100px;
}

.available_inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    z-index: 2;
}

.available_item {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    height: 460px;
}
/* .available_item {
    width: 100%;
    margin-bottom: 16px;
    height: 100%;
    background: white;
    background: #F7F7F7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.available_img {
    width: 100%;
    margin-bottom: 16px;
    background-color: #F7F7F7;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.available_img img {
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.available_title {
    position: absolute;
    top: -40px;
    left: -200px;
    font-family: 'NeueHaasUnica-black', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: #323136;
    text-transform: uppercase;
    text-align: end;
    max-width: 250px;
    z-index: 2;
}

.available_title span {
    color: #F97000;
    font-family: 'NeueHaasUnica-black', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.available_inner::after {
    position: absolute;
    top: 100px;
    left: 0;
    content: '';
    z-index: 1;
    max-width: 1120px;
    width: 100%;
    height: 300px;
    border-radius: 27px;
    background-color: #323136;
    box-shadow: 0px -2px 7.8px 0px #462D0140;
}

.available_text {
    font-family: 'Montserrat-bold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.26px;
    color: #fff;
    margin-bottom: 28px;
}

.available_price {
    font-family: 'Montserrat-bold', sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 40.23px;
    color: #323136;
    display: flex;
}

.available_price_leftSpan {
    font-weight: 300;
}

.available_price_rightSup {
    font-size: 20px;
    font-family: 'Montserrat-bold', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: #323136;
}

.available_bottomBox {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.available_bottomBox p {
    /* font-family: 'NeueHaasUnica', sans-serif; */
    font-family: 'NeueHaasUnica-black';
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #323136;
}

.available_bottomBox a {
    /* font-family: 'NeueHaasUnica', sans-serif; */
    font-family: 'NeueHaasUnica-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 17px 44px;
    border-radius: 5px;
    background-color: #F97000;
}

/* ======================available================================= */

/* ======================discount================================= */

.discount {
    max-width: 1580px;
    width: 100%;
    margin: 50px auto;
    background-color: #323136;
    border-radius: 15px;
    padding: 56px;
}

.discount_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.discount_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 80px 10px;
}

.discount_item:nth-child(1) {
    width: calc(50% - 20px);
}

.discount_item:nth-child(2) {
    width: calc(50% - 20px);
}

.discount_item:nth-child(3) {
    width: calc(33% - 20px);
}

.discount_item:nth-child(4) {
    width: calc(33% - 20px);
}

.discount_item:nth-child(5) {
    width: calc(33% - 20px);
}

.discount_title {
    font-family: 'NeueHaasUnica-extrabold', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px;
}

.discount_text {
    font-family: "NeueHaasUnica-light", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff90;
}

/* ======================discount================================= */

/* ======================stocks================================= */

.stocks {
    margin: 50px 0;
}

.stocks_container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.stocks_title {
    margin-left: 100px;
    margin-bottom: 30px;
    font-family: 'NeueHaasUnica-black', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: #F97000;
}

.stocks_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.slider_container {
    display: none;
}

.stocks_item {
    border-radius: 23px;
    background: linear-gradient(180deg, #323136 0%, #2B2B2D 100%);
    padding: 40px 30px 30px;
    width: 33%;
    height: 422px;
    position: relative;
}

.stocks_item_title {
    font-family: 'Montserrat-extrabold', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 31.2px;
    color: #fff;
    padding-bottom: 12px;
    max-width: 320px;
    border-bottom: 1px solid #F9700090;
}

.stocks_text {
    font-family: 'Montserrat-medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #ffffffad;
    max-width: 320px;
    padding-top: 12px;
}

.stocks_bottom {
    font-family: 'Montserrat-light', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24.38px;
    color: #F97000;
    position: absolute;
    bottom: 30px;
}

/* ======================stocks================================= */


section.products_items .product_item,
.order_form .product_item {
    z-index: 5;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}

.order_form .product_item {
    align-items: center;
}

.order_form .product_item {
    width: 200px;
    position: relative;
}

.order_form .product_item .close-btn.remove {
    background: transparent;
    box-shadow: 2px 4px 9px 0px #462D0140;
    position: absolute;
    right: -8px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}


section.products_items .product_item .item_img,
.order_form .product_item .item_img {
    /* margin-top: 10px; */
    background: #fff;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    display: flex;
    transition: all .45s;
    border: 1px solid transparent;
    box-shadow: 2px 4px 9px 0px #462D0140;
    background: #F7F7F7;
}

.order_form .product_item .item_img {
    margin-top: 0;
    justify-content: center;
}

section.products_items .product_item .item_img img,
.order_form .product_item .item_img img {
    width: 100%;
    scale: 1;
    height: 100%;
    top: 0;
    transition: all .6s ease-out;
    position: relative;
}

section.products_items .product_item .item_price sup,
.order_form .product_item .item_price sup {
    font-size: 20px;
    font-family: 'Montserrat';
}

section.products_items .product_item .title,
.order_form .product_item .title {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: auto;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.order_form .product_item .title {
    color: #000;
}

section.products_items .product_item .item_info {
    /* margin-top: 35px; */
    transition: all .45s;
    border-radius: 15px;
    padding: 10px 0 10px 10px;
    border: 1px solid transparent;
}

section.products_items .product_item .item_info li {
    padding-left: 18px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
}

section.products_items .product_item .item_info li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #F97000;
    border-radius: 3px;
    rotate: 45deg;
    left: 0;
}

section.products_items .product_item .item_price,
.order_form .product_item .item_price {
    font-weight: 800;
    font-size: 44px;
    font-family: 'Montserrat';
}

section.products_items .product_item .item_btn,
.eshopKnee .item_btn {
    background: #F97000;
    border-radius: 5px;
    color: #fff;
    padding: 12px 32px;
    width: fit-content;
    cursor: pointer;
}

.eshopKnee .item_btn {
    margin: 15px 0;

}

.add-to-cart-form {
    margin-top: auto;
}


/*active*/

section.products_items .product_item:hover .item_img,
.order_form .product_item:hover .item_img {
    border: 4px solid #F97000;
    transition: all .6s;
}

section.products_items .product_item:hover .item_img img,
.order_form .product_item:hover .item_img img {
    scale: 1.2;
    position: relative;
    top: -50px;
    transition: all .6s ease-out;
}


section.products_items .product_item:hover .item_info {
    transition: all .45s;
    border-radius: 15px;
    border: 1px solid #F97000;
    padding: 10px 0 10px 10px;
}

/*discount slider*/

section.discount_slide {
    background-image: url(../img/discountbg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 142px;
    height: fit-content;
    display: none;
}

section.discount_slide .container {
    width: 1230px;
}

section.discount_slide .swiper,
section.discount_slide .swiper-container {
    height: 100%;
}

section.discount_slide .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    align-items: center;
    gap: 20px;
}

section.discount_slide .swiper-slide .slide_left {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 15px
}

section.discount_slide .swiper-slide .slide_left h4 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}

section.discount_slide .swiper-slide .slide_left .subtitle {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

section.discount_slide .swiper-slide .slide_left .podpis {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    color: #F97000;
}

section.discount_slide .swiper-slide .slide_img {
    width: 35%;
}

section.discount_slide .swiper-slide .slide_img img {
    width: 100%;
    height: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: transparent;
    content: unset;
}

section.discount_slide .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #FFFFFF99;
}

section.discount_slide .swiper-pagination-bullet-active {
    background: #F9700099;
}

/*about*/

section.about {
    margin-bottom: 177px;
    display: none;
}

section.about h2 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

section.about .about-cards_wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 60px;
}

section.about .about_card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 33%;
}

section.about .about_card .counter {
    background: #323136;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 70px;
    padding: 20px 0 10px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}

section.about .about_card .text {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding: 27px 20px 42px 20px;
    text-transform: uppercase;
}

section.about .about_card .text span {
    color: #F97000;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}

section.about .about_btn {
    background: #F97000;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px;
    border-radius: 5px;
    width: fit-content;
    display: block;
}

/*why choose*/

section.whychoose {
    color: #323136;
    margin-bottom: 170px;
}

section.whychoose .container {
    max-width: 1160px;
    width: 100%;
}

section.whychoose h2 {
    font-family: 'Montserrat-extrabold';
    font-size: 36px;
    line-height: 43.88px;
    color: #323136;
    text-transform: none;
    margin-bottom: 10px;
}

section.whychoose .subtitle {
    font-family: 'Montserrat-medium';
    font-size: 25px;
    text-align: start;
    margin-bottom: 80px;
}

section.whychoose .whychoose_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 96px;
}

section.whychoose .whychoose_card {
    display: flex;
    flex-direction: column;
    width: 45%;
}

section.whychoose .whychoose_card .title {
    text-transform: none;
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F92500;
}

section.whychoose .whychoose_card .text {
    font-family: 'Montserrat-light';
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 24px;
}

section.whychoose {
    position: relative;
}

section.whychoose img {
    position: absolute;
    top: 0;
    right: 0;
}


/* ================================rebranding============================= */

.rebranding {
    margin: 50px 0;
}

.rebranding_container {
    max-width: 1431px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 60px;
    background-color: #323136;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.rebranding_inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 1020px;
}

.rebranding_title {
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 36px;
    line-height: 43.88px;
    color: #fff;
}

.rebranding_title span {
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 36px;
    line-height: 43.88px;
    color: #F97000;
}

.rebranding_text {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 20px;
    line-height: 24.38px;
    color: #fff;
}

.rebranding_link {
    padding: 12px 26px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.38px;
    background-color: #F97000;
    width: fit-content;
}

/* ================================rebranding============================= */

/*tabs*/

section.tabses {
    margin-bottom: 180px;
}

section.tabses .tabs__content .tabs__pane {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 650px;
}

section.tabses .tabs__content p {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 20px;
    color: #323136;
    width: fit-content;
}

section.tabses .tabs__content .info {
    position: relative;
    width: fit-content;
    cursor: default;
}

section.tabses .tabs__content .info img {
    width: 65%;
}

section.tabses .tabs__content .info1 {
    left: 233px;
    top: 50px;
}


section.tabses .tabs__content .WATER .info1 {
    left: 223px;
    top: 30px;
}

section.tabses .tabs__content .LIFE .info1 {
    left: 223px;
    top: 40px;
}

section.tabses .tabs__content .info2 {
    left: 130px;
    top: 65px;
}

section.tabses .tabs__content .WATER .info2 {
    left: 170px;
    top: 95px;
}

section.tabses .tabs__content .LIFE .info2 {
    left: 160px;
    top: 115px;
}

section.tabses .tabs__content .info3 {
    right: -585px;
}

section.tabses .tabs__content .WATER .info3 {
    right: -595px;
    top: 40px;
}

section.tabses .tabs__content .LIFE .info3 {
    right: -595px;
    top: 70px;
}

/* section.tabses .tabs__content .info3 p {
    left: 140px;
    position: relative;
} */

section.tabses .tabs__content .info4 {
    top: 165px;
    left: 240px;
}




/* section.tabses .tabs__content .info4 p {
    position: relative;
    bottom: -80px;
} */

section.tabses .tabs__content .info5 {
    top: -115px;
    right: -620px;
}

section.tabses .tabs__content .WATER .info5 {
    top: 45px;
    right: -590px;
}

section.tabses .tabs__content .LIFE .info5 {
    top: -25px;
    right: -580px;
}

/* section.tabses .tabs__content .info5 p {
    position: relative;
    bottom: -80px;
    left: 130px;
} */

section.tabses .tabs__content .info6 {
    top: -143px;
    left: 185px;
}


/* section.tabses .tabs__content .info6 p {
    position: relative;
    bottom: -80px;
    left: -30px;
} */

section.tabses .tabs__content .info7 {
    top: 30px;
    right: -595px;
}


/* section.tabses .tabs__content .info7 p {
    position: relative;
    bottom: -80px;
    right: -150px;
} */

section.tabses .tabs__content .new.info1 {
    left: 203px;
    top: -10px;
}

section.tabses .tabs__content .Snow .new.info1 {
    left: 540px;
    top: 120px;
}

section.tabses .tabs__content .Water .new.info1 {
    left: 570px;
    top: 410px;
}

section.tabses .tabs__content .Active .new.info1 {
    left: 240px;
    top: 170px;
}


section.tabses .tabs__content .Snow .new.info1 .title {
    bottom: -130px;
    left: 210px;
}

section.tabses .tabs__content .Water .new.info1 .title {
    top: 20px;
    left: 50px;
}

section.tabses .tabs__content .Active .new.info1 .title {
    left: -170px;
}


section.tabses .tabs__content .Snow .new.info1 .desc_container {
    top: 170px;
    left: 210px;
}

section.tabses .tabs__content .Water .new.info1 .desc_container {
    top: 60px;
    left: 50px;
}

section.tabses .tabs__content .Active .new.info1 .desc_container {
    top: 40px;
    left: -100px;
}


section.tabses .tabs__content .new.info2 {
    left: 580px;
    top: -45px;
}

section.tabses .tabs__content .Snow .new.info2 {
    left: 600px;
    top: -100px;
}

section.tabses .tabs__content .Water .new.info2 {
    top: 230px;
    left: 200px;
}

section.tabses .tabs__content .Active .new.info2 {
    top: 270px;
    left: 180px;
}


section.tabses .tabs__content .new.info2 .title {
    left: 63px;
    top: 20px;
}

section.tabses .tabs__content .Snow .new.info2 .title {
    top: -5px;
    left: 110px;
}

section.tabses .tabs__content .Water .new.info2 .title {
    top: 50px;
    left: 0px;
}

section.tabses .tabs__content .Active .new.info2 .title {
    top: 60px;
    left: 0px;
}


section.tabses .tabs__content .new.info2 .desc_container {
    top: 60px;
    left: 50px;
}

section.tabses .tabs__content .Snow .new.info2 .desc_container {
    top: 30px;
    left: 110px;
}

section.tabses .tabs__content .Water .new.info2 .desc_container {
    top: 120px;
    left: 0px;
}

section.tabses .tabs__content .Active .new.info2 .desc_container {
    top: 90px;
    left: 0px;
}



section.tabses .tabs__content .new.info3 {
    right: -215px;
    top: -100px;
}

section.tabses .tabs__content .Snow .new.info3 {
    left: 540px;
    top: -330px;
}

section.tabses .tabs__content .Water .new.info3 {
    left: 500px;
    top: 340px;
}

section.tabses .tabs__content .Active .new.info3 {
    left: 460px;
    top: -60px;
}


section.tabses .tabs__content .new.info3 .title {
    left: -50px;
    top: 20px;
}

section.tabses .tabs__content .Snow .new.info3 .title {
    top: 15px;
    left: 50px;
}

section.tabses .tabs__content .Water .new.info3 .title {
    top: 75px;
    left: 150px;
}

section.tabses .tabs__content .Active .new.info3 .title {
    top: 145px;
    left: 300px;
}


section.tabses .tabs__content .new.info3 .desc_container {
    top: 60px;
    left: -70px;
}

section.tabses .tabs__content .Snow .new.info3 .desc_container {
    top: 60px;
    left: 60px;
}

section.tabses .tabs__content .Water .new.info3 .desc_container {
    top: 110px;
    left: 150px;
}

section.tabses .tabs__content .Active .new.info3 .desc_container {
    top: 180px;
    left: 310px;
}



section.tabses .tabs__content .new.info4 {
    top: -85px;
    left: 170px;
}

section.tabses .tabs__content .Snow .new.info4 {
    left: 470px;
    top: -480px;
}

section.tabses .tabs__content .Water .new.info4 {
    top: 270px;
    left: 260px;
}

section.tabses .tabs__content .Active .new.info4 {
    top: -200px;
}


section.tabses .tabs__content .new.info4 .title {
    bottom: -37px;
    left: -80px;
}

section.tabses .tabs__content .Snow .new.info4 .title {
    top: -5px;
    left: 160px;
}

section.tabses .tabs__content .Water .new.info4 .title {
    top: 90px;
    left: -290px;
}

section.tabses .tabs__content .Active .new.info4 .title {
    top: 60px;
    left: -290px;
}


section.tabses .tabs__content .new.info4 .desc_container {
    top: 75px;
    left: -50px;
}

section.tabses .tabs__content .Snow .new.info4 .desc_container {
    top: 30px;
    left: 150px;
}

section.tabses .tabs__content .Water .new.info4 .desc_container {
    top: 130px;
}

section.tabses .tabs__content .Active .new.info4 .desc_container {
    top: 100px;
    left: 0;
}



section.tabses .tabs__content .new.info5 {
    top: -415px;
    right: -560px;
}

section.tabses .tabs__content .Snow .new.info5 {
    top: -10px;
    left: 610px;
}

section.tabses .tabs__content .Water .new.info5 {
    top: -340px;
    left: 200px;
}

section.tabses .tabs__content .Active .new.info5 {
    top: -700px;
    left: 180px;
}


section.tabses .tabs__content .new.info5 .title {
    bottom: 3px;
    left: 120px;
}

section.tabses .tabs__content .Snow .new.info5 .title {
    bottom: 5px;
    left: 150px;
}

section.tabses .tabs__content .Water .new.info5 .title {
    left: -300px;
}

section.tabses .tabs__content .Active .new.info5 .title {
    left: 0;
}


section.tabses .tabs__content .new.info5 .desc_container {
    top: 30px;
    left: 120px;
}

section.tabses .tabs__content .Snow .new.info5 .desc_container {
    top: 30px;
    left: 150px;
}

section.tabses .tabs__content .Water .new.info5 .desc_container {
    left: 0;
}

section.tabses .tabs__content .Active .new.info5 .desc_container {
    left: 0;
}



section.tabses .tabs__content .new.info6 {
    top: -440px;
    left: 585px;
}

section.tabses .tabs__content .Snow .new.info6 {
    top: -150px;
    left: 190px;
}

section.tabses .tabs__content .Water .new.info6 {
    top: -500px;
    left: 610px;
}

section.tabses .tabs__content .Active .new.info6 {
    top: -750px;
    left: 660px;
}


section.tabses .tabs__content .new.info6 .title {
    left: 70px;
    bottom: -20px;
}

section.tabses .tabs__content .Snow .new.info6 .title {
    left: -30px;
    top: 85px;
}

section.tabses .tabs__content .Water .new.info6 .title {
    left: 110px;
    top: -5px;
}

section.tabses .tabs__content .Active .new.info6 .title {
    left: 120px;
    top: 0;
}


section.tabses .tabs__content .new.info6 .desc_container {
    top: 60px;
    left: 50px;
}

section.tabses .tabs__content .Snow .new.info6 .desc_container {
    top: 120px;
    left: -30px;
}

section.tabses .tabs__content .Water .new.info6 .desc_container {
    top: 30px;
    left: 110px;
}

section.tabses .tabs__content .Active .new.info6 .desc_container {
    top: 30px;
    left: 110px;
}



section.tabses .tabs__content .new.info7 {
    top: -280px;
    right: -235px;
}

section.tabses .tabs__content .Snow .new.info7 {
    top: -540px;
    left: 70px;
}

section.tabses .tabs__content .Water .new.info7 {
    top: -440px;
    left: 530px;
}

section.tabses .tabs__content .Active .new.info7 {
    top: -560px;
    left: 510px;
}


section.tabses .tabs__content .new.info7 .title {
    left: -260px;
    bottom: -85px;
}

section.tabses .tabs__content .Snow .new.info7 .title {
    top: -5px;
    left: 0;
}

section.tabses .tabs__content .Water .new.info7 .title {
    top: 55px;
    left: 130px;
}

section.tabses .tabs__content .Active .new.info7 .title {
    top: 80px;
    left: 200px;
}


section.tabses .tabs__content .new.info7 .desc_container {
    top: 120px;
    left: 0;
}

section.tabses .tabs__content .Snow .new.info7 .desc_container {
    top: 35px;
    left: 0;
}

section.tabses .tabs__content .Water .new.info7 .desc_container {
    top: 90px;
    left: 140px;
}

section.tabses .tabs__content .Active .new.info7 .desc_container {
    left: 120px;
}



section.tabses .tabs__content .new.info8 {
    top: -520px;
    left: 610px;
}

section.tabses .tabs__content .Snow .new.info8 {
    top: -580px;
    left: 110px;
}

section.tabses .tabs__content .Water .new.info8 {
    top: -600px;
    left: 180px;
}

section.tabses .tabs__content .Active .new.info8 {
    top: -760px;
    left: 210px;
}




section.tabses .tabs__content .new.info8 .title {
    bottom: -76px;
    right: -120px;
}

section.tabses .tabs__content .Snow .new.info8 .title {
    top: 150px;
    left: -150px;
}

section.tabses .tabs__content .Water .new.info8 .title {
    top: 0;
    left: -190px;
}

section.tabses .tabs__content .Active .new.info8 .title {
    top: 0;
    left: -270px;
}


section.tabses .tabs__content .new.info8 .desc_container {
    top: 110px;
    left: 120px;
}

section.tabses .tabs__content .Snow .new.info8 .desc_container {
    top: 190px;
    left: 0;
}

section.tabses .tabs__content .Water .new.info8 .desc_container {
    top: 30px;
    left: 10px;
}

section.tabses .tabs__content .Active .new.info8 .desc_container {
    top: 30px;
    left: 0;
}


section.tabses .tabs__content .new.info9 {
    top: -760px;
    left: 240px;
}

section.tabses .tabs__content .Snow .new.info9 {
    top: -770px;
    left: 130px;
}

section.tabses .tabs__content .Water .new.info9 {
    top: -730px;
    left: 190px;
}

section.tabses .tabs__content .Active .new.info9 {
    top: -810px;
    left: 620px;
}


section.tabses .tabs__content .new.info9 .title {
    left: -190px;
    bottom: -80px;
}

section.tabses .tabs__content .Snow .new.info9 .title {
    top: 55px;
    left: 0px;
}

section.tabses .tabs__content .Water .new.info9 .title {
    top: -5px;
    left: -10px;
}

section.tabses .tabs__content .Active .new.info9 .title {
    top: 20px;
    left: 50px;
}


section.tabses .tabs__content .new.info9 .desc_container {
    top: 120px;
    left: -100px;
}

section.tabses .tabs__content .Snow .new.info9 .desc_container {
    top: 90px;
    left: 0;
}

section.tabses .tabs__content .Water .new.info9 .desc_container {
    top: 30px;
    left: 0;
}

section.tabses .tabs__content .Active .new.info9 .desc_container {
    top: 60px;
    left: 40px;
}


section.tabses .tabs__content .new.info10 {
    top: -630px;
    left: 580px;
}

section.tabses .tabs__content .Snow .new.info10 {
    top: -1110px;
    left: 100px;
}

section.tabses .tabs__content .Water .new.info10 {
    top: -880px;
    left: 590px;
}


section.tabses .tabs__content .new.info10 .title {
    left: 60px;
    bottom: -20px;
}

section.tabses .tabs__content .Snow .new.info10 .title {
    top: -5px;
    left: 0;
}


section.tabses .tabs__content .new.info10 .desc_container {
    top: 60px;
    left: 50px;
}

section.tabses .tabs__content .Snow .new.info10 .desc_container {
    top: 40px;
    left: 0;
}


section.tabses .tabs__content .Snow .new.info11 {
    top: -890px;
    left: 610px;
}


section.tabses .tabs__content .Snow .new.info11 .title {
    left: 150px;
}


section.tabses .tabs__content .Snow .new.info11 .desc_container {
    top: 30px;
    left: 150px;
}



section.tabses .tabs__content .new.info p {
    position: relative;
    z-index: 5;
}

section.tabses .tabs__content .info .desc_container {
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: fit-content;
    transition: .45s all;
    max-width: 270px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
    z-index: 2;
    background: #fff;
}

section.tabses .tabs__content .info .desc_container p {
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
}

section.tabses .tabs__content .info .title:hover~.desc_container {
    opacity: 1;
    visibility: visible;
    transition: .45s all;
    height: auto;
    z-index: 6;
}


.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}

.tabs__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs__nav .tabs__link {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    color: #000;
    padding: 14px 25px;
    width: 25%;
    text-align: center;
}

.tabs__nav .tabs__link_active {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 18px;
    border-radius: 8px;
    background: #323136;
    color: #fff;
    padding: 14px 25px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.select_slide {
    position: relative
}

section.select_slide .img_abs {
    position: absolute;
    top: -130px;
    right: 0;
    z-index: 2;
}

section.select_slide .img_abs img {
    width: 300px;
}

section.select_slide .slider {
    background-image: url(../img/selectbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    width: 1364px;
}

section.select_slide .slider h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    margin-top: 33px;
    margin-bottom: 56px;
}

section.select_slide .slider h2 span {
    color: #F97000;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
}

section.select_slide .slider .swiper {
    margin-bottom: 48px;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

section.select_slide .slider .swiper-slide {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    white-space: nowrap;
    padding: 6px 22px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    width: fit-content !important;
}

section.history {
    margin-top: 100px;
    margin-bottom: 136px;
    overflow: hidden;
}

section.history .container {
    margin-bottom: 30px;
}

section.history .container .text {
    color: #F97000;
    font-size: 28px;
}

section.history h2,
section.history h2 span {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    color: #323136;
    margin-bottom: 0;
    line-height: 38px;
}

section.history h2 span {
    font-weight: 600;
    font-size: 32px;
}

/*  section.history .swiper {
   margin-left: 380px;
   width: 100%;
   overflow : hidden;
}  */

section.history .history_slider,
section.history .review_slider {
    margin: unset;
    margin-left: 360px;
    padding-bottom: 70px;
    width: 100%;
    padding-left: 20px;
}

section.history .review_slider {
    margin: 0 auto;
}

.pages section.history .history_slider,
.pages section.history .review_slider {
    padding-bottom: 70px;
    width: 1124px;
}

section.history .history_slider .history_item,
section.history .review_slider .history_item {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    /* margin: 10px; */
    padding: 25px;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom right;
}

section.history .history_slider .history_item .video__stub,
section.history .review_slider .history_item .video__stub {
    position: relative;
}

section.history .history_slider .history_item .video__btn,
section.history .review_slider .history_item .video__btn {
    position: absolute;
    z-index: 2;
    right: 50%;
    top: 50%;
    height: auto;
    transform: translate3d(50%, -50%, 0);
}

section.history .history_slider .history_item .video__btn img,
section.history .review_slider .history_item .video__btn img {
    width: 70px;
    height: 70px;
}

iframe.video__video {
    position: absolute;
    width: 90%;
    height: 350px;
    border-radius: 12px;
    top: 0;
}

section.history .history_slider .history_item .item_img img,
section.history .review_slider .history_item .item_img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

section.history .review_slider .history_item .item_img img {
    object-fit: none;
}

section.history .history_slider .history_item .item_info .star,
section.history .review_slider .history_item .item_info .star {
    display: flex;
    gap: 5px;
}

section.history .history_slider .history_item .item_info .star img,
section.history .review_slider .history_item .item_info .star img {
    width: 20px;
}

section.history .history_slider .history_item .item_info .title,
section.history .review_slider .history_item .item_info .title {
    font-family: 'NeueHaasUnica-extrabold';
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 12px;
}

section.history .history_slider .history_item .item_info .title,
section.history .review_slider .history_item .item_info .title {
    font-family: 'NeueHaasUnica-extrabold';
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 12px;
}

section.history .history_slider .history_item .item_info .text,
section.history .review_slider .history_item .item_info .text {
    font-family: 'NeueHaasUnica-regular';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

section.history .history_slider .history_item .item_info a,
section.history .review_slider .history_item .item_info a {
    color: #F97000;
}


section.history .history_slider .history_item .bg_image,
section.history .review_slider .history_item .bg_image {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    opacity: 0.3;
    filter: grayscale(1);
}

/* section.history .history_slider .history_item .item_img, section.history .review_slider .history_item .item_img {
    min-height: 360px;
}
section.history .review_slider .history_item .item_img {
    height: 360px;
} */

section.history .history_slider .history.swiper-button-prev,
section.history .review_slider .history.swiper-button-prev {
    bottom: 0;
    left: 110px;
    top: unset;
}

section.history .history_slider .history.swiper-button-next,
section.history .review_slider .history.swiper-button-next {
    bottom: 0;
    top: unset;
    left: 180px;
}

/* ======================history_landing============================ */

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

.history_title {
    font-family: 'Montserrat-extrabold', sans-serif;
    font-size: 36px;
    line-height: 43.88px;
    color: #323136;
}

.history_text {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 24px;
    line-height: 29.26px;
    color: #323136;
    max-width: 490px;
}

.history_link {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 24px;
    line-height: 29.26px;
    color: #F97000;
    text-decoration: underline;
}

/* ======================history_landing============================ */

section.proccess {
    position: relative;
    padding-bottom: 200px;
}

section.proccess::after {
    content: '';
    background-image: url(../img/processbg.png);
    position: absolute;
    left: 0;
    bottom: -200px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

section.proccess h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 75px;
}

section.proccess .proccess_stage {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.proccess .proccess_stage .proccess_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.proccess .proccess_stage .proccess_line img {
    width: 100%;
    height: auto;
}

section.proccess .proccess_stage .proccess_item {
    width: 50%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    line-height: 21px;
}

section.proccess .proccess_stage .proccess_item.left {
    text-align: right;
    padding-right: 100px;
    padding-left: 100px;
}

section.proccess .proccess_stage .proccess_item {
    text-align: left;
    padding-left: 140px;
    justify-content: flex-end;
    position: relative;

}

section.proccess .proccess_stage .proccess_item .title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    text-transform: uppercase;
}

section.proccess .proccess_stage .proccess_item.left .description {
    padding-left: 120px;
}

section.proccess .proccess_stage .proccess_item .description {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #000;

}

section.proccess .proccess_stage .proccess_item .podpis {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #F97000;
}

section.proccess .proccess_stage .proccess_item .count {
    position: absolute;
    color: #F9700040;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 213px;
    top: 50%;
    transform: translateX(-50%);
}

section.accordeon {
    box-shadow: 0px -9px 16px 4px #00000040;
    background-color: #323136;
    position: relative;
    z-index: 2;
    padding-bottom: 75px;
}

section.accordeon::after {
    content: '';
    background-image: url(../img/accordeonbg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}

section.accordeon h2 {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    padding-top: 65px;
    padding-bottom: 40px;
}

section.accordeon .accordeon_wrapper {
    position: relative;
    z-index: 3;
}

section.accordeon .accordeon_item {
    margin-bottom: 12px;
    transition: all .65s;
}



section.accordeon .accordeon_item .visible::after {
    content: "";
    background-image: url(../img/accordeonborder.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

section.accordeon .accordeon_item span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 17px;
    color: #fff;
}

section.accordeon .accordeon_item button {
    background: transparent;
    rotate: -90deg;
    margin-right: 65px;
    transition: all .65s;
}

section.accordeon .accordeon_item button img {
    width: 100%;
    height: 50px;
}

section.accordeon .accordeon_wrapper .invisible {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    padding: 0 15px;
    /* Изменение padding, чтобы избежать дергания */
    max-height: 0;
    /* Используем max-height для плавной анимации */
    overflow: hidden;
    transition: opacity 0.45s, max-height 0.45s, padding 0.45s;
    /* Плавная анимация */
}

section.accordeon .accordeon_item .visible {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    /* Установите значение, достаточно большое для контента */
    overflow: hidden;
    padding: 20px 15px;
    /* Плавно добавляем padding */
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    transition: opacity 0.45s, max-height 0.45s, padding 0.45s;
    /* Плавная анимация */
}

section.accordeon .accordeon_btn {
    background: #F97000;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px;
    border-radius: 5px;
    width: fit-content;
    /* margin-top: 85px; */
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.accordeon_item.active .accordeon-item-open {
    rotate: 90deg;
    transition: all .65s;
}

section.feedback {
    margin-top: 120px;
}

section.feedback .feedback_container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

section.feedback h2 {
    font-family: 'Montserrat-extrabold';
    font-size: 36px;
    color: #323136;
    text-transform: none;
}

section.feedback .subtitle {
    font-family: 'Montserrat-medium';
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 40px;
    color: #323136;
}

section.feedback form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

section.feedback input,
section.feedback select,
section.feedback textarea,
.order_form input,
.order_form select,
.order_form textarea {
    border: unset;
    box-shadow: 3px 7px 8px 3px #00000040 inset;
    background-color: #323136;
    color: #fff;
    font-family: 'NeueHaasUnica-light';
    font-weight: 300;
    font-size: 14px;
    width: 49%;
    border-radius: 21px;
    padding: 20px 26px;
    width: calc(50% - 10px);
}

section.feedback .feedback_selectBox::after {
    top: 17px;
}

section.feedback form .submit p,
section.feedback form .submit a {
    font-size: 12px;
}

section.feedback form .checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

section.feedback form .checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #a2a2a2;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    padding: 0;
}

section.feedback form .checkbox-container input[type="checkbox"]:checked {
    background-color: #F97000;
    border-color: #F97000;
}

section.feedback form .checkbox-container input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 14px;
    color: white;
}

section.feedback form .checkbox-label {
    color: #333;
    margin-left: 10px;
    font-family: 'Montserrat-regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

section.feedback form .checkbox-label a {
    color: #F97000;
    text-decoration: none;
}

section.feedback form .checkbox-label a:hover {
    text-decoration: underline;
}

section.feedback .feedback_selectBox {
    position: relative;
    border: unset;
    box-shadow: 3px 7px 8px 3px #00000040 inset;
    background-color: #323136;
    color: #fff;
    font-family: 'Montserrat-light';
    font-weight: 300;
    font-size: 14px;
    width: 49%;
    border-radius: 21px;
    width: calc(50% - 10px);
}

section.feedback .feedback_selectBox select {
    appearance: none;
    width: 90%;
    font-family: 'NeueHaasUnica-light';
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 24px;
}

section.feedback .feedback_selectBox::after {
    position: absolute;
    top: 25px;
    right: 20px;
    content: '';
    width: 51px;
    height: 12px;
    background: url('../img/select-arrow.svg') center no-repeat;
    pointer-events: none;
}

.promo {
    display: flex;
    justify-content: space-between;
}

.promo input {
    max-width: 522px;
    margin-top: 20px;
    background: #fff;
    height: 78px;
    border: unset;
    box-shadow: 3px 7px 8px 3px #00000040 inset;
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    border-radius: 21px;
    padding: 21px 32px;
    width: 100%;
    position: relative;
}

section.feedback textarea,
.order_form textarea {
    width: 100%;
    height: 212px;
}

section.feedback form .feedback_btn,
.order_form .feedback_btn {
    background: #F97000;
    color: #fff;
    font-size: 20px;
    padding: 12px 51px;
    border-radius: 5px;
    width: fit-content;
    flex: 1;
    cursor: pointer;
    font-family: 'Montserrat-light';
    max-width: 160px;
}

section.feedback form .submit,
.order_form .submit {
    padding: 0 32px;
}

section.feedback form .submit p,
section.feedback form .submit a,
.order_form .submit p,
.order_form .submit a {
    font-family: 'Montserrat-light';
    font-weight: 300;
    font-size: 18px;
    color: #323136;
}

section.feedback form .submit a,
.order_form .submit a {
    color: #F97000;
}

.submit_box {
    display: flex;
    text-align: center;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
}

.submit_box_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.submit_box_text {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #323136;
}

.submit_box_bottom a {
    width: 39px;
    height: 39px;
}

.submit_box_bottom a img {
    width: 100%;
    object-fit: cover;
}

.feedback_actionBtn {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Neue Haas Unica;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    background: linear-gradient(180deg, #F97000 0%, #D25F01 100%);
    border-radius: 42px;
    padding: 14px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: rotate(-90deg);
}

/* =============================contacts================================= */

.contacts {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.contacts_bg {
    position: absolute;
    bottom: -340px;
    right: 0;
}

.contacts_title {
    font-family: 'Montserrat-bold';
    font-weight: 800;
    font-size: 36px;
    line-height: 43.88px;
    color: #323136;
    margin-bottom: 20px;
}

.contacts_inner {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.contacts_item {
    width: calc(50% - 10px);
}

.contacts_text {
    font-family: 'Montserrat-medium';
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 16px;
}

.contacts_email,
.contacts_tell {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background-color: #323136;
    color: #fff;
    font-family: 'Montserrat-regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 29.26px;
    padding: 22px;
    display: block;
    padding-left: 115px;
    margin-bottom: 26px;
}

.contacts_email::after,
.contacts_tell::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 20px;
    top: 27px;
    left: 60px;
    background: url('../img/email.svg') center no-repeat;
}

.contacts_tell::after {
    top: 19px;
    width: 33px;
    height: 32px;
    background: url('../img/phoneRed.svg') center no-repeat;
}

.contacts_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.contacts_item_title {
    font-family: 'Montserrat-bold';
    font-size: 24px;
    line-height: 29.26px;
    color: #000000;
    margin-bottom: 12px;
}

.contacts_item_text {
    font-family: 'Montserrat-light';
    font-size: 16px;
    line-height: 19.5px;
    color: #323136;
    margin-bottom: 24px;
}

.contacts_map {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 240px;
}

.map iframe {
    height: 453px;
}

/* =============================contacts================================= */

section.news {
    position: relative;
    margin-top: 120px;
}

section.news::after {
    content: '';
    background-image: url(../img/Mx_enduro_extreme_B2R_2\ 2@2x.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -230px;
    z-index: 4;
}

section.news h2 {
    margin-bottom: 72px;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    color: #323136;
    text-transform: uppercase;
}

section.news .news_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 5;
}

section.news .news_item {
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
    padding: 32px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #323136;
    border-radius: 15px;
    z-index: 10;
    height: auto;
    color: #fff;
}

section.news .news_item .item_img {
    max-width: 280px;
    align-self: center;
}

section.news .news_item img {
    width: 100%;
    height: 100%;
}

section.news .news_item .item_info {
    display: flex;
    flex-direction: column;
}

section.news .news_item .title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    margin: 10px 0;
}

section.news .news_item p {
    margin-bottom: auto;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

section.news .news_item .date {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #F97000;
    text-align: right;
    margin-top: auto;
}

section.news .news_btn {
    background: #F97000;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px;
    border-radius: 5px;
    width: fit-content;
    margin-top: 50px;
    margin-left: 32px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

footer {
    background: #323136;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
}

footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}

footer .footer_wrapper li {
    margin-bottom: 20px;
}

footer .footer_wrapper .category {
    text-transform: uppercase;
}

footer .footer_wrapper .footer_right {
    display: flex;
    flex-direction: column;
    width: 35%;
}

footer .footer_wrapper .footer_right .footer_btn {
    background: #F97000;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px;
    border-radius: 5px;
    width: fit-content;
    height: 49px;
    white-space: nowrap;
}

footer .footer_wrapper .footer_right ul {
    display: flex;
    flex-wrap: wrap;
}

footer .footer_wrapper .footer_right ul li {
    width: 50%;
}

footer .footer_bottom ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

footer .footer_bottom .dev {
    margin-left: auto;
}

footer .footer_bottom .dev a {
    color: #F97000;
}

/*goods*/

.pages main {
    margin-top: 145px;
}

.pages section.discount_slide .swiper-slide .slide_left {
    width: 100%;
}

.pages section.discount_slide .swiper-slide .slide_left h4 {
    color: #FFFFFF66;
    margin-bottom: 14px;
}

.pages section.discount_slide .swiper-slide .slide_left ul {
    margin-left: 28px;
}

.pages section.discount_slide .swiper-slide .slide_left li {
    list-style-type: disc;
}

.pages section.whychoose .whychoose_card .title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.pages section.whychoose .whychoose_wrapper {
    flex-direction: column;
}

.pages section.whychoose .whychoose_card .text {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #323136;
}

.pages section.whychoose .whychoose_card {
    width: 100%
}

.pages section.whychoose {
    margin-bottom: 130px;
}

.pages section.history {
    margin-top: 0;
}

.pages section.tabses {
    margin-bottom: 0;
    margin: 40px 0;
}

.pages section.goods .left {
    width: 50%;
    float: left;
}



.pages section.about {
    margin-top: 110px;
    margin-bottom: 110px;
}

.pages section.about h2,
.pages section.about h1 {
    font-size: 30px;
}

section.newses .container {
    position: relative;
}

section.newses h2,
section.newses h1 {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    color: #323136;
    margin-bottom: 40px;
}

section.newses .news_wrapper {
    display: flex;
}

section.newses .news_wrapper .left {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

section.newses .news_wrapper .right {
    width: 35%;
    display: flex;
    flex-direction: column;
}

section.newses .news_wrapper .news_item .item_info {
    box-shadow: 3px 4px 12px 0px #00000026;

}

section.newses .news_wrapper .left .news_item {
    display: flex;
    align-items: center;
    right: 0;
    position: relative;
}

section.newses .news_wrapper .left .news_item img {
    width: 338px;
    height: 290px;
}

section.newses .news_wrapper .left .news_item .item_info {
    background-color: #fff;
    border-radius: 12px;
    width: 344px;
    height: 344px;
    z-index: 2;
    position: relative;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
}

section.newses .news_wrapper .left .news_item .item_info h3 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section.newses .news_wrapper .left .news_item .item_info p {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 16px;
    margin-bottom: auto;
}

section.newses .news_wrapper .left .news_item .item_info .bottom {
    display: flex;
    justify-content: space-between;
}

section.newses .news_wrapper .left .news_item .item_info .date {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 16px;
    color: #C6C6C6;
}

section.newses .news_wrapper .left .news_item .item_info a {
    color: #F97000;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

section.newses .news_wrapper .left .news_item .item_info a img {
    width: 12px;
    height: 14px;
}

section.newses .news_wrapper .right .news_item {
    box-shadow: 3px 4px 12px 0px #00000026;
    border-radius: 12px;
}

section.newses .news_wrapper .right .news_item+.news_item {
    margin-top: 180px;
}

section.newses .news_wrapper .right .news_item img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 100%;
}

section.newses .news_wrapper .right .news_item .item_info {
    background-color: #fff;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 344px;
    z-index: 2;
    position: relative;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
}

section.newses .news_wrapper .right .news_item .item_info h3 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section.newses .news_wrapper .right .news_item .item_info p {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 16px;
    margin-bottom: auto;
}

section.newses .news_wrapper .right .news_item .item_info .bottom {
    display: flex;
    justify-content: space-between;
}

section.newses .news_wrapper .right .news_item .item_info .date {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 16px;
    color: #C6C6C6;
}

section.newses .news_wrapper .right .news_item .item_info a {
    color: #F97000;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

section.newses .news_wrapper .right .news_item .item_info a img {
    width: 12px;
    height: 14px;
}

section.newses .news_wrapper .left .news_item.reverse .item_info img,
section.newses .news_wrapper .left .news_item .item_info img {
    position: unset;
}

section.newses .news_wrapper .left .news_item.reverse .item_info {
    position: relative;
    left: 45px;
    z-index: 1;
}

section.newses .news_wrapper .left .news_item .item_info {
    position: relative;
    right: 45px;
    z-index: 1;
}

section.newses .news_wrapper .left .news_item.reverse {
    flex-direction: row-reverse;
    left: -70px;
    position: relative;
    width: 100%;
}

section.contacts .container {
    position: relative;
}

section.contacts h2,
section.contacts h1 {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 36px;
    color: #323136;
    margin-bottom: 70px;
}

section.contacts .contacts_wrapper {
    display: flex;
    margin-bottom: 40px;
}

section.contacts .contacts_wrapper .right p {
    margin-bottom: 18px;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
}

section.contacts .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 100px;
}

section.contacts .left p {
    font-weight: 600;
}

section.contacts .plash_item {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #323136;
    width: 370px;
    height: 67px;
    border-radius: 30px;
    justify-content: flex-start;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
}

section.contacts .plash_item.phone {
    gap: 0;
    font-size: 17px;
}

section.contacts .plash_item.phone svg {
    margin-right: 30px;
}

section.vacancies .container {
    position: relative;
}

section.vacancies h2,
section.vacancies h1 {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

section.vacancies .vacancies_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.vacancies .vacancies_item {
    background-image: url(../img/vacanciesbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px;
    border-radius: 30px;
    width: 70%;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.vacancies .vacancies_item .title {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 12px;
}

section.vacancies .vacancies_item li {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 18px;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: auto;
}

section.vacancies .vacancies_item a {
    text-align: right;
    background-color: #F97000;
    width: 182px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    margin-left: auto;
    margin-top: 50px;
}

/* section.vacancies .plash_item {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #323136;
    width: 470px;
    height: 87px;
    border-radius: 30px;
    justify-content: flex-start;
    font-size: 30px;
    font-family: 'NeueHaasUnica-Light';
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    margin-left: 40px;
} */

section.vacancies .podpis {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 24px;
    margin-left: 40px;
    color: #323136;
    width: 70%;
}

section.cooperation h2,
section.cooperation h1 {
    margin-bottom: 0;
}

section.cooperation h3 {
    font-size: 26px;
    margin-bottom: 70px;
}

section.cooperation .container {
    position: relative;
}

/* section.cooperation .plash_item,section.vacancies .plash_item {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #323136;
    width: 350px;
    height: 70px;
    border-radius: 30px;
    justify-content: flex-start;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
} */

section.cooperation .podpis {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 24px;
    color: #323136;
    width: 80%;
    margin-bottom: 32px;
}

section.cooperation .podpis span {
    color: #F97000;
}

section.cooperation .cooperation_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.cooperation .cooperation_wrapper .cooperation_item {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    background-color: #fff;
    width: 80%;
    padding: 20px 28px;
}

section.cooperation .social_wrap {
    justify-content: flex-start;
    margin-left: 75px;
}

section.goods_benefits .container {
    width: 1335px;
}

section.goods_benefits .wrapper {
    /* background-image: url(../img/benefitsgoodBg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #888;
    width: 1577px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 56px 0;
    margin-top: 120px;
    position: relative;
}

section.goods_benefits .wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
}

section.goods_benefits .benefits_item .title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
}

section.goods_benefits .benefits_item .text {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

section.goods_benefits .benefits_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

section.goods_benefits .benefits_item {
    width: calc(33% - 30px);
}

section.goods_benefits .benefits_item:nth-child(1),
section.goods_benefits .benefits_item:nth-child(2) {
    width: calc(50% - 30px);
}


section.goods .container {
    display: flex;
    gap: 50px;
    position: relative;
}

.btn_sale {
    position: fixed;
    right: 100px;
    top: 300px;
    rotate: -90deg;
    color: #fff;
    background: #F97000;
    border-radius: 50px;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

section.goods .left.swiper {
    width: 40%;
}

section.goods .right.info {
    width: 60%;
}

.pages.about section.goods .right.info {
    width: 100%;
}

section.goods .left.swiper .goods.swiper-button-next {
    top: unset;
    bottom: 0;
    right: 70px;
    width: auto;
}

section.goods .left.swiper .goods.swiper-button-prev {
    bottom: 0;
    top: unset;
    left: 70px;
    width: auto;
}

section.goods .left.swiper .goods.swiper-pagination {
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}

section.goods .left.swiper .swiper-pagination-bullet {
    width: 33px;
    height: 15px;
    border-radius: 15px;
    background: linear-gradient(104.28deg, rgba(50, 49, 54, 0.42) 7.09%, rgba(144, 142, 156, 0.42) 95.57%);
    box-shadow: 0px 2px 6px 0px #00000040 inset;
}

section.goods .left.swiper .swiper-pagination-bullet-active {
    background: #323136;

}

section.goods .left.swiper .swiper-container {
    padding-bottom: 40px;
    max-height: 700px;
}

section.goods .left.swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

section.goods .right.info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.goods .right.info h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.pages section.goods .left h1 {
    color: #32313645;
    font-size: 76px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 76px;
    text-transform: uppercase;
}

section.goods .right.info .subtitle,
section.goods .right.info .subtitle span {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    text-transform: lowercase;
}

section.goods .right.info .subtitle span {
    text-transform: capitalize;
}

section.goods .right.info .description {
    margin-bottom: auto;
}

section.goods .right.info p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #323136;
}

.about p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #323136;
}

section.goods .right.info .bottom {
    display: flex;
}

section.goods .right.info .bottom button {
    color: #fff;
    background: #F97000;
    width: 171px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin-right: 24px;
    cursor: pointer;
}

section.goods .right.info .bottom .price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.goods .right.info .bottom .price .pair,
section.goods .right.info .bottom .price .pair span {
    font-size: 20px;
}

section.goods .right.info .bottom .price .pair {
    margin-left: 20px;
}

section.goods .right.info .bottom .price .pc {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    gap: 10px;
}

section.goods .right.info .bottom .price span {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
}

section.goods .right.info .bottom .price .podpis {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F97000;
}

.header_burger {
    display: none;
    width: 40px;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 212;
}

.header_mob-menu {
    display: none;
    position: fixed;
    top: -500px;
    width: 100%;
    height: 100vh;
    background-color: #323136;
    z-index: 90;
    transition: 1s;
    width: fit-content;
    background-color: #323136;
    padding: 20px 16px;
    height: fit-content;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 4px 7.2px 0px #00000040;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.header_mob-menu .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_mob-menu .user-cabinets {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* .menu-trigger {
	margin-right: 70px;
	margin-bottom: 50px;
} */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    display: none;
}

.menu-trigger {
    position: relative;
    width: 40px;
    height: 20px;
    z-index: 212;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #F97000;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger span.type11:nth-of-type(1) {
    -webkit-animation: menu-bar11-01 .5s forwards;
    animation: menu-bar11-01 .5s forwards;
}

@-webkit-keyframes menu-bar11-01 {
    0% {
        -webkit-transform: translateY(20px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(0deg);
    }
}

@keyframes menu-bar11-01 {
    0% {
        transform: translateY(20px) rotate(-45deg);
    }

    100% {
        transform: translateY(8px) rotate(0deg);
    }
}

.menu-trigger span.type11:nth-of-type(2) {
    -webkit-animation: menu-bar11-02 .5s forwards;
    animation: menu-bar11-02 .5s forwards;
}

@-webkit-keyframes menu-bar11-02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menu-bar11-02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-trigger span.type11:nth-of-type(3) {
    -webkit-animation: menu-bar11-03 .5s forwards;
    animation: menu-bar11-03 .5s forwards;
}

@-webkit-keyframes menu-bar11-03 {
    0% {
        -webkit-transform: translateY(-20px) rotate(45deg);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(0deg);
    }
}

@keyframes menu-bar11-03 {
    0% {
        transform: translateY(-20px) rotate(45deg);
    }

    100% {
        transform: translateY(8px) rotate(0deg);
    }
}

.menu-trigger.type11:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    margin: -16px 0 0 -16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all .1s;
    opacity: 0;
}

.menu-trigger.active-11:after {
    -webkit-animation: circle .5s;
    animation: circle .5s;
}

/* @-webkit-keyframes circle {
    0% {
        -webkit-transform : scale(0.1);
        opacity : 0;
    }
    50% {
        opacity : 1;
    }
    100 % {
        -webkit-transform : scale(3.5);
        opacity : 0;
    }
} */


@keyframes circle {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.menu-trigger.active-11 span:nth-of-type(1) {
    -webkit-animation: active-menu-bar11-01 .5s .5s forwards;
    animation: active-menu-bar11-01 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar11-01 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(-45deg);
    }
}

@keyframes active-menu-bar11-01 {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(8px) rotate(-45deg);
    }
}

.menu-trigger.active-11 span:nth-of-type(2) {
    -webkit-animation: active-menu-bar11-02 .5s .5s forwards;
    animation: active-menu-bar11-02 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar11-02 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes active-menu-bar11-02 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.menu-trigger.active-11 span:nth-of-type(3) {
    -webkit-animation: active-menu-bar11-03 .5s .5s forwards;
    animation: active-menu-bar11-03 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar11-03 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(45deg);
    }
}

@keyframes active-menu-bar11-03 {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-8px) rotate(45deg);
    }
}

section.banner.new .benner_img .mob {
    display: none;
}

section.banner.new .benner_img .desc {
    display: none;
}

section.crumbs {
    margin: 40px 0;
}

section.crumbs li {
    position: relative;
}

section.crumbs li a {
    padding: 10px 15px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

section.crumbs li::after {
    content: '';
    background-image: url(../img/crumbsbg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

ul.bread__crumbs {
    display: flex;
    gap: 12px;
}

.pages section.discount_slide {
    padding: 100px 0;
}

.pages section.discount_slide .swiper-container {
    padding-bottom: 60px;
}

.order_form section.feedback {
    margin-top: 0;
}

.order_form {
    border-radius: 20px;
}

.cart_wrapper {
    display: flex;
    gap: 40px;
}

.ms2_form .information {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.order_form h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    margin: 30px 0;
}

/*.order_form label {*/
/*    border: unset;*/
/*    box-shadow: 3px 7px 8px 3px #00000040 inset;*/
/*    background-color: #323136;*/
/*    color: #fff;*/
/*    font-family: 'Montserrat';*/
/*    font-weight: 300;*/
/*    font-size: 20px;*/
/*    border-radius: 21px;*/
/*    padding: 21px 32px;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/

/*.order_form label input {*/
/*    background: transparent;*/
/*    color: transparent;*/
/*    border: unset;*/
/*    box-shadow: unset;*/
/*    width: fit-content;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    position: relative;*/
/* opacity: 0;
    z-index: -1; */
/*}*/

/* .order_form label::before {
    background-color:#F97000;
    border-radius: 50%;
    content: "";
    op: 0;
    right: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    opacity: 1;
    z-index: 4;
} */

.order_form label input:checked {
    accent-color: #F97000;
}

.order_form .total_cost,
.order_form .total_cost span {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
}

.order_form .deliveries,
.order_form .payments {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.order_form .checkbox {
    width: calc(50% - 20px);
}

section.sec2 {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #323136;
}

.social_wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer_right-bottom {
    display: flex;
}

.footer_right-bottom .social_wrap {
    margin-left: 45px;
}

.plash_title {
    font-weight: 600;
}

.social_item img {
    width: 39px;
}

.social_item:nth-child(1) img {
    width: auto;
}

footer .social_wrap {
    flex-wrap: wrap;
}

footer .social_wrap .social_item {
    width: calc(50% - 10px);
}

footer {
    padding-top: 30px;
}

.footer_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.footer_social {
    display: flex;
    gap: 10px;
}

.footer_btn {
    font-family: 'Montserrat-regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 14px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    background-color: #F97000;
    margin-top: 20px;
}

.successfully-container {
    border-radius: 25px;
}

.successfully-container .mod3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.successfully-container h2 {
    font-family: 'Montserrat-extrabold';
    font-weight: 800;
    font-size: 46px;
    text-align: center;
    color: #F97000;
    text-transform: uppercase;
}

.successfully-container p {
    font-family: 'Montserrat-extrabold';
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
}

.successfully-container p+p {
    font-family: 'Montserrat-regular';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

.newMob {
    display: none;
}


@media(max-width: 1880px) {
    section.banner .swiper {
        /* right: 272px; */
        right: 250px;
    }
}

@media(max-width: 1830px) {
    section.banner .swiper {
        right: 200px;
    }

    section.goods .btn_sale {
        right: 0;
    }
}

@media(max-width: 1800px) {

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 310px;
    }
}

@media(max-width: 1775px) {
    section.banner .swiper {
        right: 140px;
    }

    section.products .line_bg {
        top: -270px;
    }

    section.newses .btn_sale {
        right: 0;
    }

    section.goods .btn_sale {
        right: 40px;
    }
}

@media(max-width: 1750px) {
    section.products .preview_cat {
        right: 30px;
    }
}

@media(max-width: 1700px) {
    section.select_slide .slider {
        width: 1200px;
        background-position: right;
    }

    section.banner {
        background-position: top;
    }

    section.cooperation .cooperation_wrapper {
        padding-right: 130px;
    }

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 260px;
    }
}

@media(max-width: 1630px) {
    section.goods .btn_sale {
        right: -90px;
    }

    header .container {
        margin: 0 auto;
        width: 1300px;
    }

    section.whychoose .whychoose_wrapper {
        gap: 0px 30px;
    }

    .mainFixSlider {
        top: 250px;
        scale: 0.7;
        left: 0;
    }
}

@media(max-width: 1600px) {
    section.goods_benefits .wrapper {
        width: 100%;
    }

    section.contacts .btn_sale {
        right: 0;
    }

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 210px;
    }

    .rebranding {
        padding: 0 20px;
    }
}

@media(max-width: 1560px) {
    section.products_items::after {
        width: 100%;
    }

    section.products_items .products_wrapper::before {
        content: unset;
    }
}

@media(max-width: 1520px) {
    section.banner .swiper {
        right: 40px;
    }

    /* section.goods .btn_sale {
        right: 0;
    } */
}

@media(max-width: 1500px) {
    section.select_slide .slider {
        width: 1000px;
    }

    section.cooperation h3 {
        padding-right: 130px;
    }

    section.banner.new .banner__bottom {
        right: 0;
    }

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 160px;
    }

    section.whychoose .whychoose_card .title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    section.whychoose .whychoose_card .text {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 20px;
    }

    section.whychoose .whychoose_card {
        width: 35%;
    }
}

@media(max-width: 1450px) {

    /* section.goods .btn_sale {
        right: -50px;
    } */
    section.goods_benefits .container {
        width: 1170px;
    }

    .available_title {
        top: -30px;
        left: -70px;
        font-size: 30px;
        line-height: 38px;
    }

    .available_title span {
        font-size: 30px;
        line-height: 38px;
    }

    .available_item {
        width: 220px;
        height: 360px;
    }

    .available_text {
        font-size: 17px;
        line-height: 29.26px;
        margin-bottom: 10px;
    }

    .available_price {
        font-size: 24px;
        line-height: 40.23px;
    }

    .available_bottomBox {
        margin-top: 0;
    }

    .available_bottomBox p {
        font-size: 17px;
        line-height: 24px;
    }

    .available_bottomBox a {
        font-size: 17px;
        line-height: 20px;
        padding: 10px 30px;
    }

    .available_inner::after {
        height: 200px;
    }

    .available_img {
        margin-bottom: 0;
    }
}

@media(max-width: 1400px) {
    section.products .preview_cat img {
        width: 620px;
    }

    section.products .line_bg {
        width: 322px;
    }

    section.products_items::after {
        width: 104%;
    }

    section.proccess::after {
        opacity: 0.3;
    }

    .btn_sale {
        right: 0;
    }

    section.contacts .btn_sale {
        right: -110px;
    }

    section.contacts .right.info .description {
        padding-right: 40px;
    }

    section.products .preview_cat {
        right: 20px;
        top: -100px;
    }

    section.products .preview_cat img {
        width: 440px;
    }

    section.products_items::before {
        display: none;
    }

    .stocks_item {
        height: 330px;
    }

    .stocks_item_title {
        font-size: 20px;
        line-height: 24.2px;
    }

    .stocks_text {
        font-size: 16px;
        line-height: 22px;
    }

    .stocks_bottom {
        font-size: 20px;
        line-height: 22.38px;
    }

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 110px;
    }

    .contacts_bg {
        bottom: -180px;
        width: 530px;
    }

}

@media(max-width: 1370px) {
    section.newses .btn_sale {
        right: -70px;
    }

    section.goods .btn_sale {
        right: -110px;
    }
}

@media(max-width: 1330px) {
    section.products .line_bg {
        top: -235px;
    }
}

section.banner .swiper .mob {
    display: none;
}

@media(max-width: 1300px) {
    section.banner .swiper .mob {
        display: flex;
    }

    section.banner .swiper .desc {
        display: none;
    }

    section.banner .benner_img img {
        left: -230px;
        bottom: 45px;
    }

    section.banner.new .benner_img img {
        left: -50px;
        bottom: 45px;
        width: 190%;
    }

    section.banner .swiper {
        height: fit-content;
        right: 0;
        bottom: 0;
        top: unset;
        width: 100%;
        overflow: hidden;
    }

    .products_inner_box .products_inner_box_smallText {
        font-size: 20px;
    }

    .sale-swiper .swiper-slide p {
        writing-mode: unset;
    }

    .sale-swiper .swiper-slide {
        height: 45px !important;
        align-items: center;
        width: fit-content !important;
    }

    header .container {
        width: 100%;
    }

    section.discount_slide .container {
        width: 100%;
    }

    /* section.select_slide .slider {
        width: 800px;
    } */
    section.history .history_slider .history_item .item_info .title {
        font-size: 20px;
    }

    section.history .history_slider .history_item .item_info .text {
        line-height: 20px;
    }

    section.discount_slide {
        margin-bottom: 60px;
    }

    section.about {
        margin-bottom: 80px;
    }

    section.whychoose {
        margin-bottom: 80px;
    }

    section.history {
        margin-bottom: 80px;
    }

    section.proccess {
        padding-bottom: 200px;
    }

    section.feedback {
        margin-top: 80px;
    }

    section.news {
        margin-top: 80px;
    }

    .pages section.discount_slide .container {
        padding: 0 60px;
    }

    section.goods .right.info {
        padding-right: 40px;
    }

    section.products_items .title h2 {
        font-size: 28px;
    }

    section.products_items .subtitle {
        font-size: 18px;
        left: -65px;
        width: 50%;
    }

    section.products_items .title h2 {
        margin-left: -65px;
        width: 51%;
    }

    .products_inner_text {
        font-size: 16px;
    }

    .products_inner_text {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .products_inner_box p {
        font-size: 26px;
        line-height: 30px;
    }

    .products_inner_link {
        padding: 10px 30px;
    }

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 60px;
    }

    .history_text {
        font-size: 20px;
        line-height: 24.26px;
    }

    .history_title {
        font-size: 30px;
        line-height: 36.88px;
    }
}

@media(max-width: 1250px) {

    /* section.products .pagetitle h2,
    section.products .pagetitle h1 {
        padding-right: 555px;
    } */

    section.products #water_img {
        right: 50px;
    }

    .pages section.about {
        margin-right: 70px;
    }

    .pages section.history {
        margin-right: 70px;
    }

    .pages section.history .history_slider {
        width: 100%;
    }

    section.goods_benefits .container {
        width: 100%;
        padding: 0 70px;
    }

    section.products_items .subtitle {
        left: -30px;
        top: -195px;
    }

    section.products_items .title h2 {
        margin-left: -30px;
    }

    .rebranding_title {
        font-size: 32px;
        line-height: 38.88px;
    }

    .rebranding_text {
        font-size: 18px;
        line-height: 22.38px;
    }

    .rebranding_link {
        font-size: 16px;
        line-height: 20.38px;
    }
}

@media(max-width:1230px) {
    section.newses .container {
        width: 100%;
    }

    section.newses {
        margin-right: 50px;
        padding-left: 20px;
    }

}

/* @media(max-width: 1200px) {
    section.contacts .btn_sale {
        right: -70px;
    }
} */

@media(max-width: 1200px) {

    section.history .history_slider,
    section.history .review_slider {
        margin-left: 0;
    }

    section.whychoose img {
        width: 20%;
    }
}

@media(max-width: 1180px) {
    .btn_sale {
        right: 0;
    }

    section.goods .right.info .description {
        padding-right: 70px;
    }

    section.cooperation .btn_sale {
        right: -110px;
    }
}

@media(max-width: 1170px) {
    section.products_items .subtitle {
        left: 0;
    }

    section.products_items .title h2 {
        margin-left: 0;
        font-size: 25px;
    }
}

@media(max-width: 1150px) {
    header .header_wrapper {
        margin-left: 24px;
    }

    .pages section.feedback {
        margin-right: 45px;
    }

    section.goods_benefits .benefits_wrapper {
        margin-right: 50px;
    }

    section.products_items {
        margin-bottom: 100px;
    }

    .available_title {
        top: -50px;
        left: 0px;
        max-width: 100%;
    }

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

    .discount_text {
        font-size: 16px;
        line-height: 20px;
    }

    .discount_inner {
        gap: 30px 10px;
    }

    .stocks_item {
        height: 310px;
        padding: 30px 20px;
    }

    .stocks_item_title {
        font-size: 16px;
        line-height: 22.2px;
    }

    .stocks_text {
        font-size: 14px;
        line-height: 19px;
    }

    .stocks_bottom {
        font-size: 14px;
        line-height: 22.38px;
    }

    .contacts_title {
        font-size: 26px;
        line-height: 33.88px;
    }

    .contacts_text {
        font-size: 14px;
        line-height: 19.5px;
    }

    .contacts_email::after,
    .contacts_tell::after {
        top: 18px;
        left: 30px;
    }

    .contacts_email,
    .contacts_tell {
        font-size: 18px;
        line-height: 20.26px;
        padding: 20px;
        padding-left: 80px;
    }

    .contacts_item_title {
        font-size: 20px;
        line-height: 20.26px;
    }

    .contacts_item_text {
        font-size: 12px;
        line-height: 19.5px;
    }

    .contacts_inner {
        gap: 30px;
    }

}

@media (max-width: 1130px) {
    section.goods .right.info .bottom .price .pc {
        flex-wrap: wrap;
    }

    header .header_wrapper .menu ul li {
        font-size: 14px;
    }

    .btn_feedback {
        width: 160px;
        height: 40px;
        font-size: 16px;
    }

    section.banner .banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }

    section.banner .banner_text .subtitle {
        font-size: 23px;
    }

    .container {
        width: 100%;
    }

    section.contacts .left {
        margin-right: 50px;
    }

    section.newses .news_wrapper .left .news_item .item_info h3,
    section.newses .news_wrapper .right .news_item .item_info h3 {
        font-size: 18px;
    }

    section.history .history_slider {
        width: 100%;
    }

    section.products .pagetitle {
        padding: 20px 10px;
    }

    section.products_items .title h2,
    section.products_items .title h1 {
        font-size: 25px
    }
}

section.tabses .tabs__content .tabs__pane .img_mob {
    display: none;
}

@media(max-width: 1110px) {
    section.tabses .tabs__content .info3 p {
        left: 90px;
    }

    section.tabses .tabs__content .info img {
        width: 55%;
    }

    section.tabses .tabs__content .info2 {
        top: 95px;
    }

    section.tabses .tabs__content .info4 {
        left: 280px;
    }

    section.tabses .tabs__content .info5 {
        top: -75px;
    }

    section.tabses .tabs__content .info5 p {
        bottom: -70px;
    }

    section.tabses .tabs__content .info4 p {
        bottom: -70px;
    }

    section.tabses .tabs__content p {
        font-size: 16px;
    }

    section.tabses .tabs__content .tabs__pane {
        height: 470px;
    }

    section.tabses .tabs__content .tabs__pane {
        background-image: unset !important;
    }

    section.tabses .tabs__content .tabs__pane .info {
        display: none;
    }

    section.tabses .tabs__content .tabs__pane .img_mob {
        display: block;
    }

    section.tabses .tabs__content .tabs__pane .img_mob img {
        width: 100%;
        height: auto;
        max-height: 470px;
    }

    /* section.products .preview_cat {
        right: 0px;
        top: -100px;
    }

    section.products .preview_cat img {
        width: 300px;
    } */
}

@media(max-width: 1100px) {

    .header_social {
        display: none;
    }

    section.goods .right.info .bottom .price .pair {
        margin-left: 0;
    }


    /* section.select_slide .img_abs {
        display: none;
    } */
    section.select_slide .slider {
        width: 100%;
    }

    section.history {
        margin-top: 100px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
    }

    .header_mob-menu {
        display: flex;
    }

    .active-burger.header_mob-menu {
        top: 0px;

    }

    header .header_bottom {
        display: none;
    }

    .header_burger {
        display: flex;
        margin-left: 20px;
    }

    .header_burger span {
        position: absolute;
        background-color: #F97000;
        width: 40px;
        height: 3px;
        top: 8px;
        transition: all 0.5s ease 0s;
        border-radius: 50px;
    }

    .header_burger::after,
    .header_burger::before {
        content: "";
        position: absolute;
        background-color: #F97000;
        width: 40px;
        height: 3px;
        transition: all 0.5s ease 0s;
        border-radius: 50px;
    }

    .header_burger::before {
        top: 0;
    }

    .header_burger::after {
        bottom: 0;
    }

    .active-burger.header_burger span {
        transform: scale(0);
    }

    .active-burger.header_burger::after {
        transform: rotate(-45deg);
        bottom: 8px;
    }

    .active-burger.header_burger::before {
        transform: rotate(45deg);
        top: 8px;
    }

    header .header_wrapper {
        justify-content: flex-end;
        gap: 20px;
        width: fit-content;
        margin-left: auto;
        flex-direction: row-reverse;
    }

    header .header_wrapper .menu ul {
        display: none;
    }

    header .header_wrapper .user-cabinets {
        display: none;
    }

    header .header_wrapper .btn_feedback {
        display: none;
    }

    .pages section.whychoose {
        margin-top: 120px;
    }

    .pages section.tabses .tabs__content .tabs__pane .img_mob {
        margin-right: 70px;
    }

    .pages section.whychoose .container {
        width: 100%;
    }

    .pages section.whychoose .whychoose_wrapper {
        margin-right: 70px;
    }

    section.products_items .title h2 {
        font-size: 23px;
    }
}

@media(max-width: 1080px) {
    section.tabses .tabs__content .info5 {
        right: -600px;
    }

    section.tabses .tabs__content .info4 {
        left: 240px;
    }

    section.tabses .tabs__content .info1 {
        left: 233px;
        top: 30px;
    }

    .pages.about section.goods .left {
        float: unset;
        width: 100%;
    }

    section.select_slide .slider h2 {
        width: 60%;
        font-size: 26px;
    }
}

@media(max-width: 1050px) {
    section.products_items .subtitle {
        width: 100%;
    }

    section.products_items .title h2 {
        width: 100%;
    }

    .available {
        margin: 50px 0;
        margin-top: 0;
    }
}

@media(max-width: 1040px) {
    section.tabses .tabs__content .info5 {
        right: -580px;
        top: -45px;
    }

    section.tabses .tabs__content .info4 {
        left: 240px;
        top: 205px;
    }

    section.tabses .tabs__content .info2 {
        left: 120px;
    }

    section.tabses .tabs__content .info img {
        width: 50%;
    }
}

@media(max-width: 1050px) {
    section.products .preview_cat img {
        width: 600px;
        height: 400px;
    }

    section.products .line_bg {
        width: 270px;
        height: 790px;
    }

    section.products .pagetitle h2,
    section.products .pagetitle h1 {
        padding-right: 0;
        text-align: center;
    }

    section.products .pagetitle {
        padding-right: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    section.products #active_img {
        top: 100px;
        right: -101px;
    }

    section.products .preview_cat img {
        width: 500px;
        height: 400px;
    }

    section.products .preview_cat {
        display: none;
    }

    section.products .line_bg {
        display: none;
    }

    section.products {
        margin-bottom: 210px;
        height: auto;
    }

    section.products_items::after {
        width: 110%;
    }

    .contacts_wrapper {
        margin-right: 50px;
    }

    section.products .pagetitle {
        width: 100%;
    }

    section.products .pagetitle .description {
        padding-right: 0;
    }

    section.products_items {
        top: 0px;
        margin-bottom: 150px;
    }

}

@media(max-width: 1024px) {
    section.banner .banner_text {
        padding-right: 0;
    }

    section.banner .benner_img {
        width: 60%;
    }

    section.banner .banner_text ul {
        margin-top: 30px;
        padding-left: 170px;
    }

    section.banner {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    section.banner .benner_img img {
        width: 200%;
        left: -100px;
        bottom: -40px;
        height: 100%;
    }

    section.banner.new .benner_img img {
        width: 180%;
        left: -10px;
        bottom: -40px;
        height: 100%;
    }

    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 34px;
        line-height: 40px;
    }

    section.discount_slide .swiper-slide .slide_left .subtitle {
        font-size: 20px;
    }

    section.whychoose .container {
        width: 100%;
    }

    section.whychoose .whychoose_wrapper {
        gap: 20px;
    }

    section.proccess .proccess_stage .proccess_item .title {
        font-size: 15px;
    }

    section.proccess .proccess_stage .proccess_item.left .description {
        padding-left: 50px;
    }

    section.newses .news_wrapper .left .news_item img {
        width: 300px;
    }

    section.newses .news_wrapper .left .news_item.reverse .item_info {
        height: 300px;
    }

    section.newses .news_wrapper .left {
        width: 70%;
    }

    section.newses .news_wrapper {
        justify-content: space-between;
    }

    section.newses .news_wrapper .right {
        width: 30%;
    }

    section.goods .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.goods .right.info .description {
        padding-right: 0;
    }

    .pages section.goods .left h1 {
        margin-bottom: 0;
    }

    section.goods .right.info {
        width: 100%;
        padding-right: 70px;
    }

    section.goods .left.swiper .goods.swiper-button-prev {
        left: 10px;
    }

    section.goods .left.swiper .goods.swiper-button-next {
        right: 10px;
    }

    section.tabses .tabs__content .tabs__pane {
        background-image: unset !important;
    }

    section.tabses .tabs__content .tabs__pane .img_mob {
        display: block;
    }

    section.tabses .tabs__content .tabs__pane .img_mob img {
        width: 100%;
        height: auto;
        max-height: 470px;
    }

    section.tabses .tabs__content .info {
        display: none;
    }

    .footer_right-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .footer_right-bottom .social_wrap {
        margin-left: 0;
    }

    section.banner.new .banner__bottom__item.center {
        height: auto;
    }

    section.banner.new .banner__bottom__item.right {
        height: auto;
    }

    section.whychoose img {
        top: 210px;
        width: 230px;
    }

    .mainFixSlider {
        top: 250px;
        scale: 0.5;
        left: -60px;
    }



    /*     section.banner.new {
    height: 1100px;
} */
}

@media(max-width:990px) {
    section.tabses {
        margin-bottom: 40px;
    }

    section.tabses .tabs__content .tabs__pane {
        height: auto;
    }

    section.contacts .contacts_wrapper {
        flex-direction: column;
    }

    section.contacts .left {
        margin-bottom: 40px;
    }

    section.banner .banner_text .description {
        font-size: 25px;
    }

    section.banner .banner_text .subtitle {
        font-size: 21px;
    }

    .rebranding_title {
        font-size: 30px;
        line-height: 30.88px;
    }

    .rebranding_title span {
        font-size: 30px;
        line-height: 30.88px;
    }

    .rebranding_text {
        font-size: 16px;
    }
}

@media(max-width: 950px) {
    section.about .about-cards_wrapper {
        gap: 20px;
    }

    section.newses .news_wrapper .left .news_item .item_info h3,
    section.newses .news_wrapper .right .news_item .item_info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    section.newses .news_wrapper .left,
    section.newses .news_wrapper .right {
        width: 100%;
    }

    section.newses .news_wrapper {
        flex-direction: column;
    }

    section.newses .news_wrapper .left .news_item {
        width: 100%;
    }

    section.newses .news_wrapper .left .news_item {
        justify-content: center;
    }

    section.newses .news_wrapper .right .news_item {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 0;
        background: transparent;
        box-shadow: unset;
        border-radius: unset;
        justify-content: center;
        align-items: center;
        left: -70px;
        position: relative;
    }

    section.newses .news_wrapper .right {
        margin-top: 60px;
    }

    section.newses .news_wrapper .right .news_item+.news_item {
        margin-top: 60px;
        flex-direction: row;
        left: 0;
    }

    section.newses .news_wrapper .right .news_item .item_info {
        border-radius: 12px;
    }

    section.newses .news_wrapper .right .news_item img {
        width: 300px;
        height: 290px;
        border-radius: 12px;
        object-fit: cover;
    }

    section.newses .news_wrapper .right .news_item .item_info {
        position: relative;
        left: 45px;
        z-index: 1;
        width: 344px;
        height: 344px;
    }

    section.newses .news_wrapper .right .news_item+.news_item .item_info {
        left: -45px;
    }

    section.goods .left.swiper {
        width: 50%;
    }

    section.products_items .product_item .title,
    .order_form .product_item .title {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    section.banner.new .benner_img img {
        position: absolute;
        width: 65%;
        left: -40px;
        height: 100%;
        bottom: -10px;
    }

    section.banner.new .banner__bottom {
        gap: 20px
    }

    section.banner.new .banner_text .description {
        font-size: 16px;

    }

    section.banner.new .banner_text h2 {
        font-size: 30px;
    }

    section.banner.new .banner_text ul li p {
        font-size: 12px;

    }

    section.banner .banner_text h2 {
        font-size: 28px;
        line-height: 42px;
    }

    section.banner .banner_text .subtitle {
        font-size: 19px;
        /* padding-left: 65px; */
    }

    section.banner .banner_text ul li p {
        font-size: 18px;
    }

    footer .footer_wrapper .footer_right ul li {
        width: 100%;
    }

    section.history .history_slider {
        margin-left: 0;
    }

    section.history h2 {
        font-size: 30px;
    }

    section.proccess .proccess_stage .proccess_item.left {
        padding-left: 50px;
    }

    /* section.contacts .plash_item {
        gap: 15px;
        width: 100%;
        font-size: 26px;
        padding-right: 20px;
    } */

    section.contacts .left {
        width: fit-content;
    }

    section.products_items .product_item .item_price,
    .order_form .product_item .item_price {
        font-size: 34px;
    }

    section.banner.new .container {
        margin-bottom: 100px;
    }

    .stocks_inner {
        gap: 10px;
    }

    section.feedback .feedback_container {
        max-width: 100%;
        padding: 0 20px;
    }

}

@media(max-width: 850px) {
    section.about .about_card .counter {
        font-size: 54px;
    }

    section.about .about_card .text {
        font-size: 18px;
        line-height: 24px;
    }

    .tabs__nav .tabs__link_active,
    .tabs__nav .tabs__link {
        font-size: 15px;
    }

    section.banner .benner_img img {
        width: 60%;
        bottom: -90px;
    }

    section.banner .banner_text .description {
        font-size: 22px;
    }

    .ms2_form .information,
    .order_form .deliveries,
    .order_form .payments {
        flex-direction: column;
    }

    .order_form input,
    .order_form select,
    .order_form textarea,
    .order_form .checkbox {
        width: 100%;
    }

    .cart_wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .rebranding_inner {
        align-items: center;
    }

    .rebranding_title {
        text-align: center;
    }

    .rebranding_text {
        text-align: center;
    }

    .contacts_text {
        font-size: 14px;
    }

    .contacts_email,
    .contacts_tell {
        font-size: 14px;
    }

    /* section.banner.new {
        height: 1050px;
    } */
}

@media(max-width: 820px) {
    section.banner .banner_text h2 {
        font-size: 24px;
        line-height: 34px;
    }

    section.banner .banner_text .subtitle {
        font-size: 17px;
        /* padding-left: 85px; */
    }

    section.banner .banner_text ul {
        margin-top: 20px;
    }

    section.banner .banner_text ul li p {
        font-size: 16px;
    }

    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 26px;
    }

    section.discount_slide .swiper-slide .slide_left .subtitle {
        font-size: 16px;
    }

    section.discount_slide .swiper-slide .slide_left .podpis {
        font-size: 16px;
    }

    section.products_items::after {
        height: 220px;
    }

}

@media(max-width: 800px) {
    section.products_items.order::after {
        height: 220px;
    }

    section.proccess .proccess_stage .proccess_item {
        padding-left: 90px;
    }

    section.proccess .proccess_stage .proccess_item.left .description {
        padding-left: 0;
    }

    .btn_sale {
        right: -110px;
    }

    section.cooperation .cooperation_wrapper .cooperation_item,
    section.cooperation .podpis,
    section.vacancies .vacancies_item {
        width: 87%;
    }

    section.vacancies .podpis {
        width: 80%;
    }

    .container h2,
    .container h1 {
        font-size: 32px;
    }

    .stocks_title {
        margin-left: 0;
    }

    .stocks_inner {
        display: none;
    }

    .slider_container {
        display: block;
    }

    .stocks_item {
        width: 100%;
    }

    .stocks_container {
        padding-right: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 50px;
    }

    .stocks .swiper-pagination {
        display: none;
    }

    section.history {
        margin-top: 50px;
    }

    section.whychoose img {
        display: none;
    }

    section.whychoose .whychoose_card {
        width: 45%;
    }

    section.feedback form {
        gap: 10px;
    }

}

/* section.news .swiper {
    display: none;
}

section.proccess .proccess_stage .proccess_item.mob,
section.proccess .proccess_stage .proccess_line .mob {
    display: none;
} */

@media(max-width: 768px) {
    section.products_items.order::after {
        height: 210px;
    }

    section.banner .banner_text ul {
        padding-left: 100px;
    }

    section.banner .benner_img img {
        width: 65%;
    }

    section.products_items .product_item {
        width: calc(50% - 18px);
    }

    section.products_items .products_wrapper {
        flex-wrap: wrap;
    }

    section.news .news_item .title {
        font-size: 22px;
    }

    section.news .swiper {
        display: block;
    }

    section.news .news_wrapper {
        display: none;
    }

    section.proccess .proccess_stage .proccess_line .desc {
        display: none;
    }

    section.proccess .proccess_stage .proccess_line .mob {
        display: block;
    }

    section.proccess .proccess_stage .proccess_line {
        position: absolute;
        left: 0;
        transform: unset;
    }

    section.proccess .proccess_stage .proccess_item.desc {
        display: none;
    }

    section.proccess .proccess_stage .proccess_item.mob {
        display: flex;
        align-items: flex-end;
        text-align: right;
    }

    section.proccess .proccess_stage .proccess_item.mob {
        width: 100%;
    }

    section.proccess .proccess_stage .proccess_item .count {
        font-size: 150px;
        right: 0;
        transform: translateX(0%);
    }

    section.goods_benefits .benefits_item {
        width: calc(50% - 60px);
    }

    .pages section.whychoose .whychoose_card .title {
        font-size: 32px;
    }

    .pages section.whychoose .whychoose_card .text {
        font-size: 20px;
    }

    .pages section.whychoose {
        margin-bottom: 40px;
    }

    .pages .discount.swiper-button-next,
    .pages .discount.swiper-button-prev {
        display: none;
    }

    .pages section.discount_slide .swiper-slide {
        padding: 0;
    }

    .pages section.discount_slide .swiper-slide .slide_left li,
    .pages section.discount_slide .swiper-slide .slide_left p {
        line-height: 26px;
    }

    .pages section.discount_slide {
        padding: 40px 0;
    }

    .pages section.discount_slide .swiper-slide .slide_left h4 {
        margin-top: 20px;
    }

    section.cooperation h3 {
        padding-right: 100px;
    }

    section.cooperation .cooperation_wrapper {
        padding-right: 0px;
    }

    section.cooperation .cooperation_wrapper p {
        padding-right: 50px;
    }

    section.news::after {
        content: unset;
    }

    section.newses .btn_sale {
        right: -110px;
    }

    section.select_slide .img_abs {
        top: -67px;
    }

    section.select_slide .img_abs img {
        width: 250px;
    }
}



@media(max-width: 750px) {

    section.select_slide .slider h2,
    section.select_slide .slider h2 span {
        font-size: 24px;
        line-height: 26px;
    }

    section.select_slide .slider .swiper-slide {
        font-size: 15px;
    }

    section.select_slide .slider .swiper {
        margin-bottom: 15px;
    }

    .pages section.discount_slide {
        padding: 40px 0;
    }

    section.discount_slide .swiper-slide {
        padding: 0 60px;
    }

    /* section.banner.new {
        height: 980px;
    } */
    section.select_slide .img_abs img {
        width: 180px;
    }

    .thumbnail-slider {
        display: none;
    }

    .product-image {
        display: none;
    }

    .products_inner {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .product_slider_mob {
        display: flex;
        position: relative;
        max-width: 700px;
        width: 100%;
        overflow: hidden;
    }

    .swiper-button-prev_mob {
        display: block;
        position: absolute;
        top: 50%;
        left: 100px;
        transform: rotate(-90deg);
        z-index: 9;
    }

    .swiper-button-next_mob {
        display: block;
        position: absolute;
        top: 50%;
        right: 100px;
        transform: rotate(-90deg);
        z-index: 9;
    }

    .product_slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .swiper-slide_imgBox {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product_slider {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .available_item {
        width: 220px;
        height: 350px;
    }

    .available .container {
        padding: 0;
    }

    .available_inner::after {
        border-radius: 0;
    }

    .available_img img {
        width: 200px;
    }

    .available_title {
        left: 30px;
    }

    .swiper-slide_imgBox {
        width: auto;
        height: 300px;
    }

    .swiper-slide_imgBox img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 730px) {
    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 24px;
        line-height: 30px;
    }

    section.discount_slide .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    section.accordeon h2 {
        font-size: 30px;
    }

    section.accordeon::after {
        content: unset;
    }

    section.proccess h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    section.banner .banner_text .description {
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    section.banner .banner_text h2 {
        margin-bottom: 20px;
    }

    section.banner .banner_text .subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    section.banner .benner_img img {
        bottom: -70px;
    }
}

.discount_slider-mob {
    display: none;
}

@media (max-width: 700px) {

    .videoMob {
        height: 400px;
    }

    .mainFixSlider {
        display: none;
    }

    footer .footer_wrapper {
        flex-wrap: wrap;
    }

    footer .footer_wrapper .footer_right {
        width: 100%;
        align-items: center;
    }

    footer .footer_wrapper .footer_right ul {
        flex-direction: column;
    }

    .discount_slider-mob {
        display: block;
    }

    .discount_slider-desc {
        display: none;
    }

    section.discount_slide .swiper,
    section.discount_slide .swiper-container {
        height: 600px;
    }

    .discount_slider-mob .discount.swiper-button-prev {
        top: 25px;
        left: 50%;
        rotate: 90deg;
        transform: translateY(50%);
    }

    .discount_slider-mob .discount.swiper-button-next {
        bottom: 15px;
        top: unset;
        right: 53%;
        transform: translateY(-50%);
        rotate: 90deg;
    }

    .discount_slider-mob .discount.swiper-pagination {
        right: unset;
        left: 10px;
    }

    section.discount_slide .swiper-slide {
        flex-direction: column;
        gap: 0;
    }

    section.discount_slide .swiper-slide .slide_left {
        align-items: center;
        text-align: center;
        gap: 12px;
        width: 100%;
    }

    section.discount_slide .swiper-slide .slide_img {
        width: 35%;
        padding: 20px 0;
    }

    section.discount_slide .swiper-slide {
        padding: 50px 35px;
    }

    section.about .about-cards_wrapper {
        flex-wrap: wrap;
    }

    section.about .about_card {
        width: calc(50% - 20px);
    }

    section.history h2 {
        font-size: 26px;
        line-height: 30px;
    }

    section.news h2 {
        margin-bottom: 40px;
    }

    .container h2,
    .container h1 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .pages section.discount_slide .swiper,
    .pages section.discount_slide .swiper-container {
        height: auto;
    }

    section.products_items::after {
        height: 200px;
    }

    footer .footer_wrapper .category {
        padding-left: 30px;
    }

    section.banner.new .banner__bottom {
        display: none;
    }

    section.banner.new .banner__bottom__mobile {
        display: block;
        margin-top: 40px;
    }

    .banner__bottom__swiper__container {
        width: 100%;
        max-width: 365px;
    }

    .banner__bottom__item {
        width: 365px;
        height: 590px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner__bottom__imgBox {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .video__stub.mob.banner__bottom__imgBox {
        width: 100%;
        height: 320px;
        overflow: hidden;
    }

    .banner__bottom__imgBox img {
        width: 100%;
        height: 90%;
        /* object-fit: cover;  */
        border-radius: 10px;
    }

    .video__stub.mob.banner__bottom__imgBox img {
        width: 100%;
        height: 100%;
        /* object-fit: cover;  */
        border-radius: 10px;
    }

    section.banner.new .banner__bottom__item.center {
        position: relative;
        top: -30px;
    }

    .banner__bottom__swiper__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        top: -70px;
        z-index: 1;
    }

    .banner__bottom__swiper__pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        opacity: 1;
        background: #FFFFFF99;
    }

    .banner__bottom__swiper__pagination .swiper-pagination-bullet-active {
        background: #F9700099;
        opacity: 1;
    }

    section.banner.new .container {
        margin-bottom: 0px;
    }

    section.banner.new .banner__bottom__imgBox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .discount {
        padding: 30px;
    }

    .discount_text {
        font-size: 14px;
        line-height: 18px;
    }

    section.feedback .feedback_container {
        padding: 0 20px;
    }

    .contacts_title {
        font-size: 26px;
        line-height: 33.88px;
        text-align: center;
    }

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

    .contacts_item {
        width: fit-content;
    }

    .contacts_text {
        text-align: center;
    }

    .contacts_email,
    .contacts_tell {
        text-align: start;
    }

    section.banner.new .banner__bottom__item.right img {
        height: 450px;
    }

    section.feedback form .checkbox-label {
        max-width: 360px;
    }
}

@media(max-width: 650px) {
    section.banner {
        background-position: bottom;
        background-size: auto;
    }

    section.banner .banner_text .subtitle {
        line-height: 23px;
        font-size: 15px;
    }

    section.banner .banner_text .ps {
        font-size: 12px;
    }

    section.banner .banner_text ul li p {
        font-size: 14px;
    }

    section.banner .banner_text h2 {
        font-size: 22px;
        line-height: 34px;
    }

    section.newses .news_wrapper .left .news_item.reverse {
        left: -50px;
    }

    section.newses .news_wrapper .right .news_item {
        left: -50px;
    }

    .pages section.goods .left h1 {
        font-size: 76px;
        line-height: 76px;
    }

    section.goods .container {
        align-items: flex-start;
    }

    section.goods .left.swiper {
        width: 100%;
        margin: 0 auto;
    }

    section.goods .left.swiper .swiper-wrapper,
    section.goods .left.swiper .swiper-slide,
    section.goods .left.swiper .swiper-slide img {
        max-height: 450px;
    }

    section.goods .left.swiper .swiper-slide img {
        padding-bottom: 60px;
    }


    section.goods .container {
        padding-right: 70px;
    }

    section.goods_benefits .benefits_item:nth-child(1),
    section.goods_benefits .benefits_item:nth-child(2),
    section.goods_benefits .benefits_item {
        width: 100%;
    }

    .pages section.discount_slide {
        padding: 0;
    }

    section.goods .right.info {
        padding-right: 0;
    }

    section.goods_benefits .wrapper {
        margin-top: 40px;
    }

    section.banner .benner_img img {
        bottom: -90px;
    }

    section.goods .left.swiper .swiper-container {
        max-height: 450px;
    }

    section.banner.new .banner_text ul {
        align-items: flex-end;
        padding-right: 20px;
    }

    section.banner.new .banner_text ul li::after {
        left: auto;
        margin-left: 10px;
    }

    section.banner.new .benner_img img {
        left: -60px;
        /* bottom: 510px; */
    }

    .available_title {
        top: 0px;
        left: 0px;
        width: 200px;
    }

    .available_inner {
        justify-content: start;
        overflow-x: scroll;
        scrollbar-width: none;
        top: -100px;
        padding-top: 100px;
    }

    .available_inner::after {
        top: 200px;
        width: 660px;
    }

    .available_bottomBox {
        margin-top: -70px;
    }
}

@media(max-width: 610px) {
    section.whychoose h2 {
        font-size: 28px;
    }

    section.whychoose .subtitle {
        font-size: 20px;
    }

    section.whychoose .whychoose_card .title {
        font-size: 20px;
        line-height: 22px;
    }

    section.whychoose .whychoose_card .text {
        margin-bottom: 40px;
    }



    section.news .news_item .title {
        font-size: 22px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    section.news .news_item .description {
        margin-bottom: 15px;
        line-height: 20px;
    }
}

@media(max-width: 600px) {
    section.newses .news_wrapper .left {
        gap: 0;
    }

    section.newses .news_wrapper .left .news_item,
    section.newses .news_wrapper .right .news_item {
        flex-direction: column;
    }

    section.newses .news_wrapper .left .news_item.reverse,
    section.newses .news_wrapper .right .news_item {
        left: 0;
    }

    section.newses .news_wrapper .left .news_item.reverse,
    section.newses .news_wrapper .right .news_item {
        flex-direction: column;
    }

    section.newses .news_wrapper .left .news_item.reverse .item_info,
    section.newses .news_wrapper .left .news_item .item_info,
    section.newses .news_wrapper .right .news_item .item_info {
        left: 0;
        right: 0;
        top: -45px;
    }

    section.newses .news_wrapper .right .news_item+.news_item .item_info {
        left: 0;
    }

    section.newses .news_wrapper .right .news_item+.news_item {
        left: 0;
        margin-top: 0;
        flex-direction: column;
    }

    section.newses .news_wrapper .right {
        margin-top: 0;
    }

    section.newses h2,
    section.newses h1 {
        font-size: 30px;
    }

    section.banner.new .banner_text h2 {
        font-size: 19px;
        line-height: 24px;
        text-align: end;
    }

    section.banner.new .banner_text .description {
        font-size: 16px;
        text-align: end;
    }

    section.feedback .subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    section.banner .banner_text .subtitle {
        width: 176px;
    }

    section.banner.new .benner_img {
        position: absolute;
        top: 0px;
        left: -60px;
        width: 267px;
        height: 450px;
        z-index: 0;
    }

    section.banner.new .benner_img .mob_new {
        width: 90%;
        bottom: -30px;
        left: 56px;
        display: block;
    }

    section.banner.new .benner_img .desc {
        display: none;
    }

    section.banner.new .benner_img .mob {
        display: none;
    }

    section.banner.new .banner_text {
        margin-left: 0px;
        padding-right: 0;
        align-items: flex-end;
    }

    section.banner.new .banner_text ul {
        align-items: flex-end;
        padding-right: 0px;
        gap: 10px;
    }

    section.banner.new .banner_text ul li p {
        font-size: 16px;
        line-height: 21px;
    }

    section.banner.new .banner_text .btn_feedback {
        margin: 0 auto;
        margin-top: 140px;
        width: 290px;
    }

    section.banner.new .banner_text ul li::after {
        display: none;
    }

    section.banner.new .banner_text .description {
        font-size: 12px;
        padding-left: 40px;
    }

    section.banner.new .banner_text {
        align-items: flex-end;
    }

    .swiper-button-prev_mob {
        left: 50px;
    }

    .swiper-button-next_mob {
        right: 50px;
    }

    .available_bottomBox a {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .available_bottomBox p {
        font-size: 12px;
        line-height: 24px;
    }

    .available_bottomBox {
        justify-content: flex-start;
        margin-left: 10px;
    }

    .stocks .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        z-index: 1;
    }

    .stocks .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        opacity: 1;
        background: #B9B6B699;
    }

    .stocks .swiper-pagination .swiper-pagination-bullet-active {
        background: #F9700099;
        opacity: 1;
    }

    .rebranding_title {
        font-size: 24px;
        line-height: 34.88px;
    }

    .rebranding_title span {
        font-size: 24px;
        line-height: 34.88px;
    }

    .rebranding_container {
        padding: 30px;
    }
}

section.products_items .products_wrapper.mob {
    display: none;
}

@media(max-width: 585px) {
    section.banner .banner_text ul {
        padding-left: 200px;
    }

    /* section.banner .banner_text .subtitle {
        padding-left: 170px;
    } */
    section.banner .container {
        flex-wrap: wrap;
    }

    section.banner.new .container {
        position: relative;
    }

    section.banner .benner_img img {
        bottom: -110px;
    }

    section.products_items .products_wrapper.desc {
        display: none;
    }

    section.products_items .products_wrapper.mob {
        display: flex;
        gap: 0;
    }

    section.products_items .products_wrapper.mob .product_item {
        width: 100%;
    }

    section.products_items .products_wrapper.mob .product_item .item_img {
        flex-direction: column;
        width: 50%;
        /* margin-top: 130px; */
    }

    section.products_items .products_wrapper.mob .product_item {
        flex-direction: row;
        align-items: flex-end;
    }

    section.products_items .products_wrapper.mob .product_item .item_info {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: unset;
        color: #fff;
    }

    section.products_items .products_wrapper.mob .product_item .title {
        padding-top: 20px;
    }

    section.products_items .products_wrapper {
        flex-wrap: unset;
    }

    section.products_items .swiper {
        position: relative;
        z-index: 5;
    }

    section.products_items::after {
        top: -85px;
        height: 340px;
    }

    section.products_items .swiper-container.products_slider {
        padding-bottom: 95px;
    }

    section.products_items .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background: #FFFFFF99;
    }

    section.products_items .swiper-pagination-bullet-active {
        background: #F9700099;
    }

    section.history h2 {
        font-size: 20px;
        line-height: 25px;
    }

    section.history {
        margin-top: 40px;
    }

    section.history h2 {
        margin-bottom: 15px;
    }

    .container h2,
    .container h1 {
        font-size: 22px;
    }

    section.cooperation .cooperation_wrapper .cooperation_item {
        font-size: 16px;
    }

    section.products_items.order::after {
        height: 270px;
    }

    section.products_items.order {
        margin-top: 70px;
    }

    section.banner.new .benner_img img {
        left: -60px;
        /* bottom: 510px; */
    }
}

@media(max-width:550px) {
    section.accordeon .accordeon_item span {
        font-size: 15px;
    }

    section.accordeon .accordeon_item button {
        margin-right: 25px;
    }

    section.accordeon::after {
        content: unset;
    }

    section.vacancies .podpis,
    section.vacancies .plash_item {
        margin-left: 0;
    }

    section.contacts .left {
        margin-right: 0;
    }

    .pages section.whychoose {
        margin-top: 50px;
    }

    .pages section.whychoose .whychoose_card .title {
        font-size: 25px;
    }

    .submit_box {
        gap: 10px;
        flex-direction: column;
    }

    section.feedback form .submit,
    .order_form .submit {
        margin: 0 auto;
    }
}

@media(max-width:525px) {
    section.banner .benner_img .desc {
        display: none;
    }

    section.banner .benner_img .mob {
        display: block;
    }

    section.banner .benner_img img {
        left: 0;
    }

    section.about .about_card {
        width: 100%;
    }

    section.whychoose .whychoose_card {
        width: 100%;
    }

    section.select_slide .slider {
        background-position: center;
    }

    section.feedback h2 {
        font-size: 28px;
    }

    section.banner .banner_text .description {
        padding-left: 120px;
    }

    section.banner.new .benner_img img {
        left: -40px;
    }

    section.products_items .title h2,
    section.products_items .title h1 {
        font-size: 22px;
        text-align: center;
    }

    section.discount_slide .swiper-slide .slide_img {
        width: 45%;
    }

    section.select_slide .img_abs {
        top: -55px;
    }

}

@media(max-width: 500px) {

    .video_block .container .swiper {
        display: none;
    }

    .newMob {
        display: block;
    }

    .video__stub.mob.banner__bottom__imgBox {
        width: 220px;
        height: 330px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .video__stub.mob iframe.video__video {
        height: 330px;
    }

    .tabs__nav {
        flex-wrap: wrap;
    }

    .tabs__nav .tabs__link {
        width: 50%;
    }

    section.select_slide .slider h2,
    section.select_slide .slider h2 span {
        font-size: 20px;
        line-height: 26px;
    }

    .btn_sale {
        top: unset;
        bottom: 140px;
    }

    section.cooperation .plash_item,
    section.vacancies .plash_item,
    section.contacts .plash_item {
        width: 87%;
        font-size: 18px;
        padding-right: 20px;
        gap: 15px;
    }

    section.cooperation .plash_item svg,
    section.vacancies .plash_item svg,
    section.contacts .plash_item svg {
        width: 30px;
    }

    section.cooperation .plash_item img,
    section.vacancies .plash_item img,
    section.contacts .plash_item img {
        width: 120px;
    }

    section.vacancies .vacancies_item .title {
        font-size: 22px;
    }

    section.vacancies .vacancies_item ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    section.vacancies h2 {
        margin-bottom: 40px;
    }

    section.contacts .plash_item {
        width: 100%;
    }

    .pages section.history .review_slider {
        width: 100%;
    }

    section.history .review_slider .history_item .item_info .title {
        font-size: 20px;
    }

    section.history .review_slider .history_item .item_info .text {
        font-size: 15px;
    }

    section.history .review_slider .history_item .item_img {
        height: 250px;
        min-height: unset;
    }

    section.history .review_slider .history_item .item_img img {
        object-fit: contain;
        height: 250px;
    }

    .pages section.goods .left h1 {
        font-size: 46px;
        line-height: 46px;
    }

    section.cooperation .plash_item,
    section.vacancies .plash_item {
        width: 85%;
    }

    section.cooperation h2,
    section.cooperation h1 {
        margin-right: 40px;
    }

    section.banner.new .benner_img img {
        left: 0;
    }

    .swiper-slide_imgBox {
        width: auto;
        height: 300px;
    }

    .swiper-slide_imgBox img {
        height: 100%;
        object-fit: cover;
    }

    .discount_item:nth-child(1),
    .discount_item:nth-child(2),
    .discount_item:nth-child(3),
    .discount_item:nth-child(4),
    .discount_item:nth-child(5) {
        width: calc(100% - 20px);
    }

    .discount {
        margin-left: 0;
        padding: 0 0 0 20px;
        background: transparent;

    }

    .discount_container {
        background-color: #323136;
        border-radius: 15px;
        padding: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .discount_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .discount_inner {
        gap: 20px;
    }

    .history_title {
        font-size: 20px;
        line-height: 26.88px;
    }

    .history_text {
        font-size: 16px;
        line-height: 20.26px;
    }

    .history_link {
        font-size: 20px;
        line-height: 20.26px;
    }

    section.feedback input,
    section.feedback select,
    section.feedback textarea {
        width: 100%;
    }

    section.feedback .feedback_selectBox {
        width: 100%;
        border-radius: 12px;
    }

}

@media(max-width: 480px) {
    section.products_items .swiper-container.products_slider {
        padding-bottom: 95px;
    }

    section.products_items .product_item .item_img {
        height: 230px;
        margin-top: 20px;
    }

    section.products_items::after {
        height: 360px;
    }

    section.products_items .products_wrapper.mob .product_item .item_img {
        margin-top: 20px;
    }

    section.products_items.order::after {
        height: 320px;
    }
}

@media(max-width: 467px) {
    section.products_items::after {
        top: -40px;
    }
}

@media(max-width: 450px) {

    section.goods .right.info .bottom {
        flex-direction: column-reverse;
    }

    footer .footer_wrapper .footer_right {
        width: 50%;
    }

    footer .footer_wrapper .pages {
        width: 50%;
    }

    footer .footer_wrapper .footer_right .footer_btn {
        font-size: 16px;
    }

    section.products_items .title h2,
    section.products_items .title h1 {
        font-size: 28px;
    }

    section.whychoose .subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    section.whychoose h2 {
        font-size: 22px;
    }

    section.history h2 {
        font-size: 18px;
        line-height: 25px;
    }

    section.vacancies .vacancies_item {
        padding: 25px;
    }

    section.newses .news_wrapper .left .news_item.reverse .item_info,
    section.newses .news_wrapper .right .news_item .item_info,
    section.newses .news_wrapper .left .news_item .item_info {
        height: 260px;
    }

    section.newses h2,
    section.newses h1 {
        font-size: 26px;
    }

    section.newses .news_wrapper .left .news_item img,
    section.newses .news_wrapper .right .news_item img {
        width: 250px;
        height: 220px;
    }

    section.newses {
        margin-right: 70px;
    }

    section.newses .news_wrapper .left .news_item.reverse .item_info,
    section.newses .news_wrapper .right .news_item .item_info,
    section.newses .news_wrapper .left .news_item .item_info {
        width: 100%;
        height: auto;
        padding: 25px 20px;
    }

    section.newses .news_wrapper .left .news_item .item_info p,
    section.newses .news_wrapper .right .news_item .item_info p {
        margin-bottom: 20px;
    }

    section.newses .news_wrapper .left .news_item .item_info .date,
    section.newses .news_wrapper .right .news_item .item_info .date {
        margin-bottom: 0;
    }

    section.discount_slide .swiper-slide .slide_img {
        width: 55%;
    }

    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 19px;
        line-height: 25px;
    }

    section.contacts .plash_item.phone {
        font-size: 15px;
    }

    section.contacts .plash_item.phone svg {
        margin-right: 10px;
    }

    footer .footer_bottom ul {
        flex-wrap: wrap;
    }

    /* footer .footer_bottom li {
        width: calc(50% - 20px);
    }

    footer .footer_bottom li:nth-child(1) {
        margin-left: 0;
    } */

    footer .footer_bottom .dev {
        width: 100%;
        text-align: center;
    }

    .available_bottomBox {
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        padding: 0 10px;
    }

    .available_bottomBox p {
        font-size: 14px;
        text-align: center;
    }

    .available_bottomBox a {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .available_title {
        top: 20px;
        left: 20px;
        width: 170px;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }

    .available_title span {
        font-size: 20px;
        line-height: 28px;
    }

    .available_inner {
        /* gap: 0; */
        padding-left: 10px;
    }

    .available_inner::after {
        width: 620px;
    }

    section.feedback h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    section.feedback .subtitle {
        font-size: 14px;
        text-align: center;
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    section.feedback .feedback_selectBox select {
        padding: 16px 25px;
        border-radius: 12px;
    }

    section.feedback input,
    section.feedback select,
    section.feedback textarea {
        padding: 16px 25px;
        border-radius: 12px;
    }

    section.feedback form .checkbox-label {
        max-width: 250px;
        margin-left: 20px;
    }

    section.feedback form .submit,
    .order_form .submit {
        width: 100%;
        padding: 0;
    }

    section.feedback form .feedback_btn,
    .order_form .feedback_btn {
        max-width: 100%;
        width: 100%;
    }

    .contacts_title {
        font-size: 18px;
        line-height: 20.88px;
    }

    .contacts_item {
        max-width: 400px;
        width: 100%;
    }

    .contacts_item_title {
        font-size: 14px;
        line-height: 20.26px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .contacts_item_text {
        font-size: 14px;
        line-height: 19.5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .contacts_item_text_red {
        color: #F97000;
    }

    .map iframe {
        height: 220px;
    }

    .contacts_bg {
        display: none;
    }

    .contacts_map {
        margin-bottom: 70px;
    }

    section.banner.new .banner_text h2 {
        font-size: 20px;
        line-height: 30px;
        max-width: 300px;
        margin-bottom: 0;
    }

    section.banner.new .container {
        display: block;
    }

    section.banner.new .banner_text .description {
        font-size: 16px;
        padding-left: 40px;
        max-width: 300px;
    }

    section.banner.new .banner_text ul li p {
        font-size: 12px;
        line-height: 18px;
    }

    section.banner.new .banner_text .btn_feedback {
        margin: 0 auto;
        margin-top: 110px;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width:440px) {
    section.banner .benner_img img {
        bottom: -40px;
    }

    header svg {
        width: 28px;
    }
}

@media(max-width:415px) {
    section.banner .banner_text .btn_feedback {
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
    }

    section.products_items .product_item .item_price,
    .order_form .product_item .item_price {
        font-size: 24px;
        margin-bottom: 15px;
    }

    section.banner .banner_text h2 {
        font-size: 20px;
    }

    section.select_slide .slider h2 {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 17px;
    }

    section.whychoose {
        margin-bottom: 20px;
    }

    section.about {
        margin-bottom: 50px;
    }

    section.about .about_card .counter {
        font-size: 42px;
    }

    section.about .about_card .text span {
        font-size: 20px;
    }

    section.about .about_card .text {
        font-size: 16px;
    }

    section.about h2 {
        font-size: 28px;
    }

    section.discount_slide {
        margin-bottom: 30px;
    }

    section.about h2 {
        margin-bottom: 40px;
    }

    .discount_slider-mob .discount.swiper-button-prev {
        transform: translateY(15%);
        top: 35px;
    }

    .discount_slider-mob .discount.swiper-button-next {
        bottom: 25px;
    }

    section.products .pagetitle h2 {
        font-size: 17px;
        margin: 0;
        margin-bottom: 12px;
    }

    section.products .pagetitle p {
        font-size: 16px;
        line-height: 19.5px;
        text-align: center;
    }

    section.history {
        margin-bottom: 40px;
    }

    section.proccess h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    section.proccess {
        padding-bottom: 70px;
    }

    section.accordeon h2 {
        font-size: 20px;
        padding-top: 25px;
    }

    section.accordeon {
        padding-bottom: 40px;
    }

    section.accordeon .accordeon_btn {
        margin-top: 40px;
        font-size: 16px;
    }

    section.feedback {
        margin-top: 40px;
    }

    /* section.feedback input,
    section.feedback select,
    section.feedback textarea {
        padding: 10px 20px;
    } */

    /* section.feedback form .submit p,
    section.feedback form .submit a {
        font-size: 14px;
    } */

    section.news {
        margin-top: 40px;
    }

    section.news h2 {
        font-size: 25px;
    }

    .tabs__nav .tabs__link_active {
        font-size: 13px;
    }

    .tabs__nav .tabs__link {
        width: 50%;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.cooperation .plash_item {
        height: 55px;
    }

    footer {
        margin-top: 70px;
    }

    header .header_wrapper {
        margin-left: auto;
        margin-bottom: 0;
        gap: 10px;
    }

    header .logo img {
        width: 60px;
    }

    header .logo p {
        margin-bottom: 10px;
    }

    section.newses h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    section.products_items .title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    section.products_items::after {
        top: -35px;
    }

    section.history .history_slider,
    section.history .review_slider {
        padding: 0 5px;
        padding-bottom: 70px;
    }

    section.history .swiper {
        padding: 0 10px;
    }

    section.select_slide .img_abs img {
        width: 140px;
    }

    section.select_slide .img_abs {
        top: -22px;
    }

    .rebranding_title {
        font-size: 18px;
        line-height: 25.88px;
    }

    .rebranding_title span {
        font-size: 18px;
        line-height: 25.88px;
    }

    .rebranding_text {
        font-size: 14px;
    }

    .rebranding_inner {
        gap: 20px;
    }

    .rebranding_link {
        font-size: 20px;
        line-height: 20.38px;
        width: 100%;
        text-align: center;
    }

}

@media(max-width:400px) {

    section.history .history_slider .history_item .item_info .text {
        font-size: 14px;
        line-height: 20px;
    }

    section.history .history_slider .history_item .item_info .title {
        font-size: 16px;
    }

    .history_title {
        font-size: 18px;
    }

    .history_text {
        font-size: 14px;
        text-align: center;
    }

    .history_link {
        font-size: 14px;
    }

    .history_titleBox {
        align-items: center;
    }

    .stocks_title {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    section.contacts .plash_item.phone {
        font-size: 13px;
    }

    section.cooperation .plash_item,
    section.vacancies .plash_item,
    section.contacts .plash_item {
        font-size: 14px;
    }

    .swiper-slide_imgBox {
        height: 250px;
    }

    .swiper-button-prev_mob {
        left: 0px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev_mob img {
        width: 100%;
        height: auto;
    }

    .swiper-button-next_mob {
        right: 0px;
        width: 30px;
        height: 30px;
        top: 48%;
    }

    .swiper-button-next_mob img {
        width: 100%;
        height: auto;
    }

    .products_items .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products_inner_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.products_items .title p {
        font-size: 14px;
        line-height: 20px;
        max-width: 250px;
        text-align: center;
    }

    section.products_items .title h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_inner_text {
        font-size: 14px;
        text-align: center;
    }

    .products_inner_link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .products_inner_redText {
        margin-bottom: 20px;
    }

    .products_inner_box_bottomText {
        margin-top: 20px;
        margin-left: 0;
    }

    .products_inner_box_bottom {
        margin-left: 0;
    }

    .stocks_container {
        padding-right: 20px;
    }

    .stocks_item {
        border-radius: 8px;
        padding: 30px;
    }

    .stocks_bottom {
        font-size: 12px;
    }

    section.history .history_slider .history.swiper-button-prev,
    section.history .review_slider .history.swiper-button-prev {
        left: 130px;
    }

    section.history .history_slider .history.swiper-button-next,
    section.history .review_slider .history.swiper-button-next {
        left: 240px;
    }

    section.whychoose h2 {
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        text-transform: uppercase;
    }

    section.whychoose .subtitle {
        font-size: 16px;
        margin-bottom: 30px;
        color: #F97000;
        text-align: center;

    }

    section.whychoose .whychoose_card .title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        max-width: 250px;
    }

    section.whychoose .whychoose_card .title br {
        display: none;
    }

    section.whychoose .whychoose_card .text {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    section.whychoose .whychoose_card {
        align-items: center;
    }

}

@media(max-width: 380px) {

    section.history .history_slider .history.swiper-button-prev,
    section.history .review_slider .history.swiper-button-prev {
        left: 110px;
    }

    section.history .history_slider .history.swiper-button-next,
    section.history .review_slider .history.swiper-button-next {
        left: 220px;
    }
}

@media(max-width: 366px) {

    .products_inner_box p {
        font-size: 20px;
    }

    .products_inner_box .products_inner_box_smallText {
        font-size: 18px;
    }

    .products_inner_redText {
        font-size: 14px;
    }

    section.vacancies .plash_item svg,
    section.contacts .plash_item svg {
        width: 20px;
    }
}

@media(max-width: 350px) {

    section.history .history_slider .history.swiper-button-prev,
    section.history .review_slider .history.swiper-button-prev {
        left: 80px;
    }

    section.history .history_slider .history.swiper-button-next,
    section.history .review_slider .history.swiper-button-next {
        left: 200px;
    }

    .rebranding_title {
        font-size: 16px;
        line-height: 23.88px;
    }

    .rebranding_title span {
        font-size: 16px;
        line-height: 23.88px;
    }

    .rebranding_link {
        font-size: 18px;
    }

    .contacts_email,
    .contacts_tell {
        font-size: 12px;
    }
}

/* @media(max-width:405px) {
    section.products_items::after {
        height: 390px
    }
    section.products_items .product_item .item_price {
        font-weight: 800;
        font-size: 35px;
        font-family: 'Montserrat';
        margin-top: 15px;
    }
} */

.accordeon_item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s, max-height 0.45s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.accordeon_item.visible {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    /* Установите значение, достаточно большое, чтобы вмещать контент */
}


.main {
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

/* ==================================eSHOP========================= */

/* .eSHOP {
    margin-top: 233px;
} */

.container__eSHOP {
    /* margin: 50px auto 100px; */
    max-width: 1100px;
}

.eSHOP__inner {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.eSHOP__item {
    width: 508px;
    height: 300px;
    position: relative;
    background: url(../img/eshop_img.png) center no-repeat;
    box-shadow: 2px 4px 9px 0px #00000040;
    border-radius: 15px;
    transition: all 0.5s;
    border: 3px solid transparent;
    background-size: 103%;
}

.eSHOP__item:hover {
    border: 3px solid #F97000;
}


.eSHOP__item__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
    margin-right: 40px;
    margin-top: 28px;
    margin-left: 150px;
}

.eSHOP__item img {
    width: 85%;
    object-fit: cover;
    position: relative;
    bottom: 84px;
    left: 60px;
}

.eSHOP__item:nth-child(3) img {
    width: 65%;
    bottom: 95px;
    left: 80px;
}

/* ==================================eSHOP========================= */

/* ==================================eshopKnee========================= */

.knee__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
}

.knee__item {
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.5s;
    padding: 10px;
    border-radius: 25px;
}

.knee__item:hover {
    box-shadow: 2px 2px 14px 0px #0000001A;
}

.knee__item__img {
    width: 200px;
    height: 276px;
}

.knee__item__img img {
    width: 200px;
    height: 276px;
}

.knee__item__content {
    width: 50%;
    height: 100%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.knee__item__content__box {
    margin-bottom: auto;
}

.knee__item__title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.knee__item__text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.knee__item__link {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #F97000;
}

/* ==================================eshopKnee__END========================= */


/* ==================================eshopCart========================= */

.eshopCart__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eshopCart__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    text-align: left;
    color: #323136;
    margin-bottom: 20px;
}

.eshopCart__item {
    max-width: 1116px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-radius: 25px;
    box-shadow: 2px 2px 14px 0px #0000001A;
    padding: 24px;
    margin-bottom: 20px;
}

.eshopCart__imgBox {
    width: 260px;
    height: 260px;
}

.eshopCart__imgBox img {
    width: 260px;
    height: 260px;
}

.eshopCart__content {
    width: 100%;
    max-width: 615px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.eshopCart__content__title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    color: #323136;
    margin: 0;
}

.eshopCart__content__text {
    margin: 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: #323136;
}

.eshopCart__content__price__wrapper {
    display: flex;
    align-items: center;
}

.eshopCart__content__price {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 300;
    line-height: 31.69px;
    text-align: left;
    color: #323136;
}

.eshopCart__content__price span {
    font-weight: 600;
    color: #F97000;
}

.eshopCart__content__quantity {
    display: flex;
    align-items: center;
    margin-left: 32px;
    width: 78px;
    height: 32px;
}

.eshopCart__content__quantity-btn {
    background-color: transparent;
    border: none;
    color: #F97000;
    padding: 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.eshopCart__content__quantity-input {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 300;
    line-height: 29.26px;
    width: 38px;
    height: 32px;
    background: #F9F9F9;
    box-shadow: 0px 1px 6px 0px #00000029 inset;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 6px;
    padding: 2px;
}

.eshopCart__cart__box {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.eshopCart__cart__box button {
    background: transparent;
}

.eshopCart__recomend {
    position: relative;
    display: flex;
    justify-content: center;
}

.eshopCart__recomend__swiper__container {
    width: 90%;
    height: 90%;
    padding-top: 50px;
    overflow: hidden;
}

.eshopCart__recomend__swiper__wrapper {
    width: 950px;
}

.eshopCart__recomend__slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.eshopCart__recomend__slide__imgBox {
    width: 218px;
    height: 264px;
    background: #F7F7F7;
    box-shadow: 2px 4px 9px 0px #462D0140;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    border: 4px solid transparent;
}

.eshopCart__recomend__slide__imgBox img {
    width: 100%;
    scale: 1;
    height: 90%;
    top: 0;
    transition: all .6s ease-out;
    z-index: 1;
}

.eshopCart__recomend__slide:hover .eshopCart__recomend__slide__imgBox {
    border: 4px solid #F97000;
    transition: all .6s;
}

.eshopCart__recomend__slide:hover .eshopCart__recomend__slide__imgBox img {
    transform: translateY(-50px);
    position: relative;
    transition: all .6s ease-out;
    z-index: 2;
}

.eshopCart__next {
    width: 36px;
    height: 31px;
    position: absolute;
    background: url(../img/swiper_next.svg) center no-repeat;
    top: 40%;
    right: 0;
    cursor: pointer;
}

.eshopCart__prev {
    width: 36px;
    height: 31px;
    position: absolute;
    background: url(../img/swiper_prew.svg) center no-repeat;
    top: 40%;
    left: 0;
    cursor: pointer;
}

.eshopCart__recomend__slide__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 21.88px;
    text-align: left;
    color: #323136;
    font-weight: 800;
    margin-top: 15px;
}

.eshopCart__recomend__slide .item_btn {
    background: #F97000;
    border-radius: 5px;
    color: #fff;
    padding: 12px 32px;
    width: fit-content;
    cursor: pointer;
}

.eshopCart__recomend__slide .item_price {
    font-weight: 800;
    font-size: 25px;
    font-family: 'Montserrat';
}




/* ==================================eshopCart__END========================= */

#msMiniCart .btn-add_cart {
    position: relative;
}

#msMiniCart .total_count {
    position: absolute;
    right: -10px;
    top: -30px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .eshopCart__recomend__slide__imgBox {
        width: 200px;
    }
}

@media (max-width: 1024px) {
    .eSHOP__item__title {
        font-size: 20px;
        margin-right: 20px;
        margin-top: 18px;
    }

    .eSHOP__item img {
        bottom: 46px;
    }

    .knee__item__content {
        width: 60%;
    }

    .eshopCart__recomend__swiper__container {
        width: 90%;
    }

    .eshopCart__recomend__slide__imgBox {
        width: 150px;
        height: 180px;
    }
}

@media (max-width: 950px) {
    .eSHOP__item img {
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 850px) {
    .eSHOP__item img {
        bottom: 54px;
    }

    .eSHOP__item {
        height: 250px;
    }

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

    .knee__item {
        width: 80%;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .eSHOP__item img {
        bottom: 31px;
    }
}

@media (max-width: 700px) {
    .eSHOP__inner {
        flex-direction: column;
    }

    .eSHOP__item {
        height: 300px;
    }

    .eSHOP__item img {
        bottom: 70px;
        left: 40px;
    }

    .eSHOP__item__title {
        font-size: 24px;
    }

    .eshopCart__recomend__slide__imgBox {
        width: 110px;
        height: 150px;
    }

    .eshopCart__recomend__slide__title {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .eSHOP__item {
        width: 100%;
    }

    .eshopCart__content__title {
        font-size: 16px;
    }

    .eshopCart__content__text {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .eSHOP__item__title {
        font-size: 20px;
    }

    .eSHOP__item {
        height: 250px;
    }

    .knee__item {
        width: 90%;
    }

    .knee__item__title {
        margin: 0;
        font-size: 16px;
    }

    .knee__item__text {
        margin: 0;
        font-size: 14px;
    }

    .knee__item__link {
        margin-top: 10px;
        font-size: 16px;
    }

    .knee__item {
        gap: 0;
    }

    .eshopCart__content__price__wrapper {
        gap: 20px;
    }

    .eshopCart__content__quantity {
        margin-left: 0;
    }

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

    .eshopCart__item {
        position: relative;
    }

    .eshopCart__cart__box {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .knee__item__content {
        width: 100%;
    }

    .knee__item {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .eSHOP__item img {
        bottom: 50px;
        left: 20px;
    }
}

@media (max-width: 400px) {
    .eSHOP__item img {
        bottom: 30px;
    }

    .eSHOP__item__title {
        font-size: 16px;
    }
}

@media (max-width: 340px) {

    .eshopCart__recomend__swiper__container {
        width: 75%;
    }

    .eshopCart__recomend__slide__imgBox {
        width: 100px;
        height: 120px;
    }
}

a.fancybox-fullscreen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox_cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
}

.fancybox_cart img {
    margin-bottom: 27px;
}

.title_cart_fancybox {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}

.fancybox_cart p {
    font-size: 18px;
    margin-bottom: 47px;
}

button.button_close {
    background-color: #f97000;
    padding: 14px 26px;
    color: white;
    border-radius: 5px;
}

div#card-element {
    max-width: 522px;
    margin-top: 20px;
    background: #fff;
    height: 78px;
    border: unset;
    box-shadow: 3px 7px 8px 3px #00000040 inset;
    background-color: #fff;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    border-radius: 21px;
    padding: 21px 32px;
    width: 100%;
    position: relative;
}

img.play {
    position: absolute;
    height: 90px !important;
    width: 50px !important;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    margin-top: 0 !important;
    left: 50%;
    border-radius: 0 !important;
}

.banner__bottom__imgBox img.swiper-slide {
    border-radius: 30px;
    width: auto !important;
}

.swiper.banner__bottom__item {
    position: relative;
}

section.banner.new .swiper.banner__bottom__item.right {
    position: relative;
    right: 0;
    overflow: hidden;
}

section.banner.new .swiper.banner__bottom__item.right:before {
    content: unset;
}

.swiper-banner-prev_mob,
.swiper-banner-next_mob {
    position: absolute;
    transform: rotate(-90deg);
    bottom: 10px;
}

.swiper-banner-prev_mob {
    left: 90px;
}

.swiper-banner-next_mob {
    right: 120px;
}

.title_swiper {
    font-family: "Montserrat-bold";
    color: #fff;
    position: absolute;
    text-transform: none;
    width: 31%;
    left: 50%;
    transform: translateX(-70%);
    text-align: center;
    font-weight: 700;
}

.video_block {
    margin-top: 40px;
}

.video_block .pagetitle {
    width: 50%;
    margin: 0 auto;
}

.video_block h2 {
    font-family: "NeueHaasUnica-bold";
    text-align: center;
    line-height
}

.video_block .swiper-slide img.play {
    position: absolute;
    height: 90px !important;
    width: 50px !important;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    margin-top: 0 !important;
    left: 50%;
}

.videoMob_btnPrev {
    position: absolute;
    bottom: 0px;
    left: 20px;
    transform: rotate(-90deg);
    z-index: 999;
}

.videoMob_btnNext {
    position: absolute;
    bottom: 0;
    right: 20px;
    transform: rotate(-90deg);
    z-index: 999;
}

@media(max-width: 1300px) {

    .swiper-banner-prev_mob,
    .swiper-banner-next_mob {
        bottom: 100px;
    }

    section.banner.new .banner__bottom__item.right img {
        height: 400px;
        margin-top: 45px;
    }

    .title_swiper {
        width: 50%;
    }

    .swiper-banner-next_mob {
        right: 70px;
    }

    /* .swiper-banner-prev_mob {
        left: 30px;
    } */
}

@media(max-width: 1050px) {
    section.banner.new .swiper.banner__bottom__item.right {
        height: 550px;
    }

    section.banner.new .banner__bottom__item.right img {
        margin-top: 50px;
    }

    .swiper-banner-prev_mob,
    .swiper-banner-next_mob {
        bottom: 40px;
    }
}

@media(max-width: 1024px) {
    section.banner.new .banner__bottom__item.right {
        height: 500px;
    }

    /* .swiper-banner-prev_mob, .swiper-banner-next_mob {
        bottom: 0;
    } */
}

@media(max-width: 950px) {
    .title_swiper {
        width: 70%;
    }
}

@media(max-width: 924px) {
    .swiper-banner-next_mob {
        right: 70px;
    }

    /* .swiper-banner-prev_mob {
        left: 50px;
    } */

    section.banner.new .banner__bottom__item.right img {
        height: 300px;
    }

    /* section.banner.new .banner__bottom__item.right {
        height: 400px;
    } */
    .swiper-banner-prev_mob,
    .swiper-banner-next_mob {
        bottom: 10px;
    }

    section.banner.new .swiper.banner__bottom__item {
        height: 410px !important;
    }
}

@media(max-width: 880px) {
    .title_swiper {
        /* left: unset; */
        transform: unset;
        width: 90%;
    }
}

@media(max-width: 800px) {
    .swiper-banner-next_mob {
        right: 50px;
    }

    /* .swiper-banner-prev_mob {
        left: 30px;
    } */

    section.banner.new .swiper.banner__bottom__item {
        height: 350px !important;
    }

    section.banner.new .banner__bottom__item.right img {
        height: 240px;
        height: auto;
    }
}

.video_block {
    display: none;
}

@media(max-width: 700px) {
    .video_block {
        display: block;
    }

    iframe.video__video {
        width: 100%;
    }

    .video__stub.mob iframe.video__video {
        height: 320px;
    }
}

@media(max-width: 450px) {
    .video_block .pagetitle {
        width: 100%;
    }
}

section.banner.new .swiper.banner__bottom__item.right .swiper-slide {
    height: 90%;
}