*,
::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-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");
  }

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", 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", sans-serif;
}

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

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

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

/*header*/

header {
    position: fixed;
    top: 20px;
    width: 100%;
    color: #fff;
    z-index: 10;
    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: felx-end;
    align-items: center;
    width: 80%;
    margin-left: 32px;
    margin-bottom: 20px;
    gap: 20px;
}

/* header .header_wrapper .user-cabinets {
    margin-left: auto;
} */

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

.swiper,
.swiper-container {
    overflow: hidden;
}

/*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: 90%;
}

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 img {
    width: 95%;
}


section.banner .banner_text h2 {
    font-family: 'Montserrat';
    font-size: 37px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section.banner.new .banner_text h2 {
    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';
    line-height: 32px;
    margin-top: 10px;
    text-transform: uppercase;
    
    font-weight: 400;
}

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';
    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: 275px !important;
    width: 45px;
    display: flex;
    justify-content: center;
}

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

.sale-swiper .swiper-slide p span {
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: #F97000;
    opacity: 0.8;
    margin: 9px 0;
    display: inline-block;
}

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

section.products .line_bg {
    background: linear-gradient(179.83deg, #323136 49.49%, rgba(50, 49, 54, 0) 99.86%);
    rotate: 45deg;
    position: absolute;
    top: -300px;
    right: 240px;
    width: 320px;
    height: 1350px;
    z-index: 2;
}

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: 90%;
}

section.products .pagetitle h2 {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 21px 0;
    /* padding-right: 450px; */
}
section.products .pagetitle .description {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin: 21px 0;
    padding-right: 400px;
}



/* #active_img, #water_img, #enduro_img {
    opacity: 0;
    visibility: hidden;
}  */

#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 .pagetitle p {
    font-family: "NeueHaasUnica";
    font-size: 22px;
    margin-top: 12px;
    font-weight: 400;
    max-width: 377px;
    line-height: 25px;
}

section.products .pagetitle::before, section.products .pagetitle::after {
    content: '';
    width: 155%;
    height: 1px;
    background: #F97000;
    position: absolute;
    left: -505px;
}
section.products .pagetitle::after {
    bottom: -60px;
    z-index: 1;
    width: 140%;
}
section.products .pagetitle::before {
    top: -30px;
    z-index: 1;
    width: 152%;
} */

section.products .preview_cat {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 30px;
    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 {
    /* margin-bottom: 188px; */
    top: -70px;
}
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;
}

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';
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

section.products_items .title h2 {
    color: #F97000;
    font-family: 'Montserrat';
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -190px;
    margin-left: -95px;
}

/* @media screen and (max-width: 1330px) {
    section.products_items .subtitle {
        left: unset;
    }
    
    section.products_items .title h2 {
        margin-left: 0;
    }
} */

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

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: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 142px;
    height: fit-content;
}

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: 18px;
    line-height: 26px;
    /*color: #fff;*/
    color: #F97000;
    text-transform: uppercase;
}

section.discount_slide .swiper-slide .slide_left h4 span {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    /*color: #F97000;*/
    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 {
    background: #FFFFFF99;
}

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

/*about*/

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

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: 80px;
}

section.whychoose .container {
    width: 1004px;
}

section.whychoose h2 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    text-align: start; 
    text-transform: uppercase;
}

section.whychoose .subtitle {
    font-family: 'Montserrat';
    font-weight: 500;
    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: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 24px;
}

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

/*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: 250px;
    margin-bottom: 136px;
    overflow: hidden;
}
section.history .container {
    margin-bottom: 56px;
}

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

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: 100%;
    height: 100%;
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 130px;
    top: unset;
}

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

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 h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    color: #323136;
    text-transform: uppercase;
}

section.feedback .subtitle {
    font-family: 'Montserrat';
    font-weight: 800;
    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: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    width: 49%;
    border-radius: 21px;
    padding: 28px 32px;
    width: calc(50% - 20px);
}

.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;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px;
    border-radius: 5px;
    width: fit-content;
    flex: 1;
    margin-top: 15px;
    cursor: pointer;
}

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';
    font-weight: 300;
    font-size: 18px;
    color: #323136;
}

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

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;  
    margin-top: 120px;                           
}

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 li:nth-child(1) {
    margin-left: auto;
}

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

@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: 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: 1700px) {
    section.select_slide .slider {
        width: 1200px;
        background-position: right;
    }
    section.banner {
        background-position: top;
    }
    section.cooperation .cooperation_wrapper {
        padding-right: 130px;
    }
}
@media(max-width: 1630px) {
    section.goods .btn_sale {
        right: -90px;
    }
    header .container {
        margin: 0 auto;
        width: 1300px;
    }
}

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

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

@media(max-width: 1450px) {
    /* section.goods .btn_sale {
        right: -50px;
    } */
    section.goods_benefits .container {
        width: 1170px;
    }
}

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

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

    .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-top: 200px;
        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%;
    }
}

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

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

@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: 0;
    }
    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.tabses .tabs__content .new.info1 {
        left: 250px;
    }
    section.tabses .tabs__content .new.info2 {
        left: 550px;
        top: -90px;
    }
    section.tabses .tabs__content .new.info3 {
        left: 270px;
    } */
}
@media(max-width: 1100px) {
    
    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;
    }

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

@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: 280px;
        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;
    }
    
}

@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: 14px;
        line-height: 20px;
    }
    section.discount_slide .swiper-slide .slide_left h4 span {
        font-size: 14px;
        line-height: 20px;
    }
    section.discount_slide .swiper-slide .slide_left .subtitle {
        font-size: 20px;
    }
    section.whychoose .container {
        width: 100%;
    }
    section.whychoose .whychoose_wrapper {
        gap: 0px 0px;
        justify-content: space-between;
    }
    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.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;
    }
}

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

@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;
    }
    /* 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;
    }
    
}

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

@media (max-width: 730px) {
    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 14px;
        line-height: 18px;
    }
    section.discount_slide .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }
    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) {
    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: 100%;
    }
    .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;
        display: none;
    }
    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: 60px;
    }

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

    .banner__bottom__imgBox img {
        width: 100%;
        height: 90%;
        /* 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%;
    }
}

@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; */
    }
}

@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 {
        font-size: 20px;
        line-height: 20px;
    }
    section.whychoose .whychoose_card .text {
        margin-bottom: 40px;
    }
    section.feedback input, section.feedback select, section.feedback textarea {
        width: 100%;
    }
    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;
    }
}

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;
        padding: 0 2px;
    }

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

@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) {
    .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;
    }
}

@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: 170px;
    }
    section.discount_slide .swiper-slide .slide_left h4 {
        font-size: 14px;
        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;
    }
}

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

}

@media(max-width:400px) {
    section.contacts .plash_item.phone {
        font-size: 13px;
    }
    section.cooperation .plash_item, section.vacancies .plash_item, section.contacts .plash_item {
        font-size: 14px;
    }
}

@media(max-width: 366px) {
    section.vacancies .plash_item svg, section.contacts .plash_item svg {
        width: 20px;
    }
}
/* @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;
}

.ourPartners {
    margin-bottom: 10vw;
}

.ourPartnersSwiper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5vw;
    position: relative;
}

.ourPartners_sliderBtns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ourPartners_slider_prev,
.ourPartners_slider_next {
    width: 19px;
    height: 82px;
    cursor: pointer;
}

.ourPartners_slider_next {
    transform: rotate(180deg);
}

.ourPartners_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
}

.ourPartners_item {
    width: 208px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
}

.ourPartners_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.ourPartners_slider {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px;
}

.ourPartners_slider .swiper-slide {
    transition: all .5s;
}

.ourPartners_slider .swiper-slide:hover {
    scale: 1.05;
}

.ourPartnersSwiper_title h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 40px;
}

.ourPartners h3 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
    text-align: start;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-left: 100px;
}

.ourPartners_link {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 12px 26px;
    background-color: #F97000;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: 46px;
}

@media (max-width: 1750px) {
    section.contacts .btn_sale {
        right: 0;
    }
}

@media (max-width: 1400px) {
    .ourPartners {
        margin-bottom: 20vw;
    }
}

@media (max-width: 1550px) {
    section.contacts .btn_sale {
        right: -120px;
    }
}

@media (max-width: 1300px) {
    
    .ourPartnersSwiper {
        max-width: 950px;
        margin: 0 60px;
        margin-bottom: 50px;
    }
    
    .ourPartners_slider {
        max-width: 900px;
        margin: 0 20px;
    }
}

@media (max-width: 1124px) {
    .ourPartnersSwiper {
        margin: 0 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1100px) {
    .ourPartners_item {
        width: 19vw;
        height: 10vw;
    }
}

@media (max-width: 1024px) {
    .ourPartners_slider {
        max-width: 670px;
        margin: 0 20px;
    }
    
    .ourPartnersSwiper {
        max-width: 720px;
    }
}

@media (max-width: 800px) {
    .ourPartners_item {
        width: 23vw;
        height: 12vw;
    }
    
    .ourPartnersSwiper {
        max-width: 500px;
    }
    
    .ourPartners_slider {
        max-width: 460px;
        margin: 0 20px;
    }
    
    .ourPartners h3 {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    /* .ourPartners_sliderBtns {
        display: none;
    } */
    
    /* .ourPartners_slider {
        max-width: 500px;
        margin: 0;
    } */
    
    section.contacts .btn_sale {
        top: unset;
        bottom: 140px;
    }
}

@media (max-width: 550px) {
   .ourPartners_sliderBtns {
       display: none;
   }
   
   .ourPartnersSwiper {
       margin: 0;
       margin-bottom: 20px;
       overflow: hidden;
   }
   
   .ourPartners_slider img {
       width: 260px;
   }
   
    .ourPartners_slider {
        max-width: 500px;
        margin: 0;
        margin-left: 20px;
    }
    
}

@media (max-width: 500px) {
    .ourPartners h3 {
        font-size: 22px;
    }
    
    .ourPartners_item {
        width: 208px;
        height: 110px;
    }
}

@media (max-width: 460px) {
    .ourPartners_item {
        width: 150px;
        height: 80px;
    }
}

@media (max-width: 400px) {
    .ourPartners_slider img {
        width: 250px;
    }
}

.discount_yakor {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* top: 450px; */
    bottom: 80px;
    right: 10px;
    background-color: #F97000;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    z-index: 15;
    transition: all .5s;
}

/* Прилипание к низу - просто меняем отступ */
.discount_yakor.sticky {
    bottom: 80px; /* Остается на месте */
}

/* Исходное положение - выше */
.discount_yakor:not(.sticky) {
    bottom: calc(100vh - 500px); /* Позиционируем от верха через bottom */
}

/* .discount_yakor.sticky {
    top: auto;
    bottom: 80px;
    right: 10px;
    transform: translateY(calc(100vh - 140px));
} */

.discount_yakor img {
    width: 29px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .discount_yakor {
        display: flex;
    }
}

@media (max-width: 1464px) and (max-height: 735px){
    section.discount_slide {
        min-height: 508px;
    }
    .discount_slider-desc {
        min-height: 508px;
    }
    section.discount_slide .swiper-slide .slide_img {
        position: relative;
        top: 8px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
}

@media (max-width: 1280px) and (max-height: 720px){
    section.discount_slide {
        min-height: 514px;
    }
    .discount_slider-desc {
        min-height: 534px;
    }
    section.products_items::after {
        top: 0px;
    }
}

@media (max-width: 768px) and (max-height: 1024px){
    section.products_items.order::after {
        height: 110px;
    }
    
    section.products_items .product_item .title {
        color: #000000;
    }
    section.products_items::after {
        height: 120px;
    }
}

@media (max-width: 414px) and (max-height: 740px){
    section.products_items.order::after {
        height: 370px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
    section.products_items.order::after {
        top: -10px;
    }
    
    section.products_items::after {
        top: -60px;
    }

    section.products_items::after {
        height: 375px;
    }
    
    section.products_items .product_item .title {
        color: #000;
    }
    
    section.products_items .products_wrapper.mob .product_item .title {
        padding-top: 0px;
    }
    
    .header_mob-menu {
        height: 350px;
    }
    .btn_feedback {
        bottom: -50px;
    }
}

@media (max-width: 740px) and (max-height: 414px) {
    .header_mob-menu {
        height: 400px;
    }
    .btn_feedback {
        bottom: -50px;
    }
}

@media (max-width: 755px) and (max-height: 303px) {
    .header_mob-menu {
        height: 600px;
    }
    .btn_feedback {
        bottom: -100px;
    }
}

@media (max-width: 640px) and (max-height: 360px) {
    .header_mob-menu {
        height: 400px;
    }
    .btn_feedback {
        bottom: -50px;
    }
}

@media (max-width: 360px) and (max-height: 640px){
    section.products_items.order::after {
        height: 370px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
    section.products_items.order::after {
        top: -10px;
    }
}



.discount_tariffs {
    padding: 80px 0;
}

.discount_tariffs .products_wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.discount_tariffs .product_item {
    z-index: 5;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    flex: 1 1 0;
}

.discount_tariffs .product_item .item_img {
    background: #F7F7F7;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    display: flex;
    transition: all .45s;
    border: 1px solid transparent;
    box-shadow: 2px 4px 9px 0px #462D0140;
}

.discount_tariffs .product_item .item_img img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-out;
}

.discount_tariffs .product_item .title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.discount_tariffs .product_item .item_info {
    color: #fff;
    flex: 1;
}

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

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

.discount_tariffs .product_item .item_price {
    font-weight: 800;
    font-size: 44px;
    color: #fff;
}

.discount_tariffs .product_item .item_price sup {
    font-size: 20px;
}

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

.discount_tariffs .product_item.featured {
    transform: scale(1.08);
    border: 2px solid #F97000;
    border-radius: 18px;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    box-shadow: 0 0 30px rgba(249, 112, 0, 0.35);
    position: relative;
    z-index: 10;
    box-sizing: content-box;
}

.discount_tariffs .product_item.featured::before {
    content: 'BEST CHOICE';
    position: absolute;
    top: -12px;
    right: 20px;
    background: #F97000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.discount_tariffs .product_item .item_img {
    border: 4px solid transparent;
    transition: all .3s;
}

.discount_tariffs .product_item .item_info {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px 0 10px 10px;
    transition: all .3s;
}

.discount_tariffs .product_item:hover .item_img {
    border-color: #F97000;
}

.discount_tariffs .product_item:hover .item_info {
    border-color: #F97000;
}
    
.discount_tariffs .discount_title_br {
    display: block;
}

.discount_tariffs .discount_tariffs_title h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #F97000;
    margin-bottom: 60px;
    text-align: center;
}

.discount_tariffs .discount_tariffs_note {
    margin-top: 60px;
    font-size: 14px;
    line-height: 1.5;
    color: #F97000;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px) {
    .discount_tariffs .product_item .item_price{
        font-size: 28px;
        
    }
}

@media(max-width: 585px) {
    .discount_tariffs {
        padding: 25px 0;
    }

    .discount_tariffs .discount_tariffs_title h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .discount_tariffs .discount_title_br {
        display: none;
    }

    .discount_tariffs > .container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .discount_tariffs .products_wrapper.discount_tariffs_list {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 !important;
    }

    .discount_tariffs .product_item {
        max-width: none !important;
        width: 100% !important;
        transform: none !important;
        box-sizing: border-box;
    }

    .discount_tariffs .product_item.featured {
        transform: none !important;
        box-sizing: border-box;
    }

    .discount_tariffs .product_item .item_price {
        font-size: 24px;
    }

    .discount_tariffs .product_item .item_info li span {
        font-weight: 300;
    }

    .discount_tariffs .product_item .title {
        color: #fff;
    }

    .discount_tariffs .discount_tariffs_note {
        font-size: 12px;
        padding: 0 20px;
        margin-top: 20px;
    }
    
    section.discount_slide.discount_tariffs {
        background-image: none;
        background-color: #222125;
        margin-bottom: 60px;
    }

    .discount_tariffs .discount_tariffs_note {
        margin-top: 30px;
        padding: 0 20px 30px;
    }
    
    
}

section.discount_slide.discount_tariffs {
    min-height: 0 !important;
}

.is-tariff .eshopCart__content__quantity-btn,
.is-tariff .eshopCart__content__quantity-input {
    display: none !important;
}


