.product-buttons-right {
    display: flex;
    float: right;
    max-width: 30%;
    flex-direction: column;
}

.rate .price {
    display: none!important;
}
.shop-sk-callback__pole_submit {
    display: none;
}
.font-bold {
    font-weight: 700;
}
.h2-big {
    font-size:36px;
    text-align: center;
    line-height: 44px;
}
.h3-big {
    font-size:28px;
}
.text-white {
    color:white!important;
}
.text-blue {
    color: #098BA3;
}
.text-red {
    color: #d55559;
}
.border-bottom-15 {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.align-items-center {
    align-items: center;
}
.nomargin-b {
    margin-bottom:0px;
}
.border-dotted-blue {
    border: dotted 2px #098BA3;
}
.background-blue {
    background-color: #098BA3;
    color: white;
}
.r15 {
    border-radius: 15px;
}
.mt-05 {
    margin-top: 5px;
}
.mb-05 {
    margin-bottom: 5px;
}
.mt-0 {
    margin-top: 0px!important;
}
.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top:20px;
}
.mt-3 {
    margin-top: 30px;
}
.p-1 {
    padding:10px;
}
.p-2 {
    padding:20px;
}
.p-3 {
    padding:30px;
}
.pt-3 {
    padding-top:30px;
}
.pt-4 {
    padding-top:40px;
}
.pt-5 {
    padding-top:50px;
}
.pb-1 {
    padding-bottom: 10px;
}
.pb-2 {
    padding-bottom: 20px;
}
.pb-3 {
    padding-bottom: 30px;
}
.pb-4 {
    padding-bottom: 40px;
}
.pb-5 {
    padding-bottom: 50px;
}
.pt-2 {
    padding-top:20px;
}
.pl-1-5 {
    padding-left:15px;
}
.pl-2 {
    padding-left:20px;
}
.pl-3 {
    padding-left:30px;
}
.pl-4 {
    padding-left:40px;
}
.pl-5 {
    padding-left:50px;
}
.gap-s {
    gap: 15px;
}
.gap-10 {
    gap: calc(10%);
}
.flex-column {
    display:flex;
    flex-direction: column;
}
.flex-row {
    display:flex;
}
.block-row {
    display:block;
}
.flex60 {
    width: 60%;
}
.flex40 {
    width: 40%;
}
.flex50 {
    width: 50%;
}
.flex33 {
    width: 33.3%;
}
.d-flex {
    display:flex;
}
.justify-center {
    justify-content: center;
}
.justify-left {
    justify-content: flex-start;
}
.justify-right {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}
.distrib-first {
    background-image: url("/images/Distrib_banner.png");
    background-repeat: no-repeat;
    min-height: 270px;
    background-size: cover;
}
.circle-left-bg {
    background-image: url("/images/Distrib_dot_green.png");
    background-repeat: no-repeat;
    background-size: 120px;
}
.circle-right-bg {
    background-image: url("/images/Distrib_dot_pink.png");
    background-repeat: no-repeat;
    background-size: 120px;
}

.header-adress-span {
    font-weight: 700;
    color: #098BA3!important;
}
.pricepage {
	display:flex;
	justify-content:center;
	gap:10px;
}
.redcolor {
	background: #f38070!important;
	transition:0.2s;
}
.redcolor:hover {
	background: #ff7e6c!important;
	transition:0.2s;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-content {
    position: relative;
  width: 95%;
  max-width: 500px;
  margin: 10% auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
  text-align: left;
}
#popuptz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-contenttz {
    position: relative;
  width: 95%;
  max-width: 500px;
  margin: 5% auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
  text-align: left;
}

.w100btn {
    width: 100%;
    display: inline-flex;
    margin-top:15px;
}
.w100btn span {
    display:inline-block;
    text-align:center;
    width: 100%;
}
.fullwidthbutton {
    width: 100%;
    white-space: nowrap;
    display:flex;
}
.fullwidthbutton em {
    flex-shrink: 0;
}
.fullwidthbutton span {
    width: 100%;
    text-align:center;
    display: inline-block;
}
.tzbtn {
    background: #098BA3!important;
	transition:0.2s;
	display: flex;
    width:70%;
}
.color-red {
    background: #f38070!important;
    transition:0.2s;
}
.color-red:hover {
	background: #fb9789!important;
	transition:0.2s;
}
.redbtn {
	background: #f38070!important;
	transition:0.2s;
	display: block;
    margin-top: 10px;
}
.redbtn-text {
	width: calc(100% - 36px);
    display: inline-block;
    text-align: center;
}
.fastorder-title {
	font-size:24px;
	font-weight:700;
	text-align:center;
}
.fastorder-text {
	font-size:16px;
	text-align:center;
}
.redbtn:hover {
	background: #fb9789!important;
	transition:0.2s;
}
.block-bl {
    background-color: #89c8d3;
    display: block;
    padding: 20px;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom:20px;
    color:#3c6971;
}
.vid-bl {
    margin-top:-80px;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    gap:20px;
}
.text-bl-block {
    text-align: center;
}
.heading-bl {
    padding-top:15px;
    font-size: 24px;
    font-weight: bold;
    margin: 15px;
}
.image80 {
    width: 80%;
    text-align: center;
}
.text-bl {
    font-size: 16px;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 500;
    padding-bottom:15px;
    margin: 15px;
}
.img-bl {
    border-radius: 10px;
}
.vid-sm-bl {
    width:80%;
    position:relative;
}
.vid-big-bl {
    width:100%;
    margin-top: -20px;
    position:relative;
}
.spanblock-bl {
    display:block;
}
.playbtn-bl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
.btn-bl {
    font-size: 16px;
    padding-right: 30px;
    margin-bottom: 15px;
}
.btn-bl em {
    margin-right:30px;
}
@media (max-width: 560px) {
    .mob-justify {
        justify-content:start!important;
    }

}
@media (max-width: 680px) {
    .h2-big {
        font-size: 30px;
        line-height: 38px;
    }
    .product-buttons-right 
    {
        max-width: 100%!important;
        width: 100%;
        margin-bottom:15px;
    }
    .vid-sm-bl {
        display: none;
    }
    .heading-bl {
        font-size: 20px;
    }  
    .text-bl {
        font-size: 14px;
    }
	.pricepage {
	flex-direction: column;
    text-align: center;
}
    .pricepage p {
		padding-bottom:15px;
	}
	.cat-buttons {
		min-height: 0px!important;
		padding-left:0px!important;
		float:left!important;
		padding-bottom:10px;
	}
}


.slider-wrap .owl-nav {
    bottom: -50px;
}
.bx-next, .bx-prev, .carousel-next, .carousel-prev, .image-nav, .stream-nav i {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.slider-wrap .owl-dots {
    bottom: -30px;
}
.owl-dot active {
	height:20px;
	width:20px;
}

.breadcrumbs--scroll {
    white-space: wrap!important;
}
/* Блок соответствия */
@media (max-width: 1000px) {
    .product-buttons-right 
{
    max-width: 50%;

}
	.katalog-div {
		flex-direction:column;
}
.sootv-div {
	display:flex;
}
}
.katalog-div {
	display:flex;
}
.sootv-div {
	display:flex;
    align-items: center;
    gap:10px;
}
.vhpad10 {
    padding: 10px 0px;
}
.katalog-div-ch {
	flex: 1 0;
}

/* /Блок соответствия */
/* Блок соответствия */
.sootv-block {
	padding-bottom:20px;
	font-size:16px;
	text-align:right;
	display:block;
	font-weight:700;
}
.sootv-icon {
    margin: 0 5px 0 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: hsla(0,0%,100%,.15);
    text-align: center;
    vertical-align: top;
    font-size: 22px;
}
.sootv-button {
	width: min-content;
	padding: 4px 15px 4px 4px;
    height: 48px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
	display: flex;
	text-wrap: nowrap;
}
.gallery-previews-b__outer {
    margin: 15px 40px 0;
}
/* Блок соответствия2 */
.sootv2-block {
	display:flex;
	font-weight:700;
	border: solid 2px #f38070;
	border-radius:10px;
    margin-bottom: 15px;
	color:#f38070;
	text-align:center;
    width: 100%;
}
.sootv2-icon {
	padding: 10px;
    background: #f38070;
    font-size: 22px;
    color: white;
	border-radius: 5px 0px 0px 5px;
}
.sootv2-button {
    align-self: center;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #f38070;
    text-transform: uppercase;
}
.sootv2-button:hover {
	color:#f38070;
}
/* Блок комплектация меняется */
.kompl {
	margin-top: 25px;
	padding:15px;
	border:0.5px solid #e7e3d2;
	border-radius:10px;
	background-color:#f7f4e5;
}
.kompl strong {
	display:block;
	font-size: 16px;
}
/* Начало стилей главного меню */
@media (max-width: 1340px) {
.newmenu-img {
    width: 175px!important;
}
.newmenu-banner-img {
    width: 175px!important;
    height: auto!important;
}
}
@media (max-width: 1140px) {
.newmenu-banner-item {
    flex: 1 0 43%!important;
}
}
@media (max-width: 980px) {
.newmenu-img {
    width: 150px!important;
}
.newmenu-banner-img {
    width: 150px!important;
}
.newmenu-banner-item {
    min-height: 110px!important;
}
}
@media (max-width: 920px) {
.new-menu-main {
	padding: 30px 0px;
}
.newmenu-item {
    flex: 1 0 25%!important;
}
.newmenu-banner-img {
    padding: 0!important;
    border: none!important;
    width: 120px!important;
}
.newmenu-banner-right {
    margin-top: 0!important;
}
.newmenu-banner {
    padding-top: 20px!important;
}
.newmenu-banner-left {
    font-size: 14px!important;
}
.newmenu-heading {
	font-size:14px!important;
}
}
@media (max-width: 630px) {
.newmenu-item {
    flex: 1 0 30%!important;
}
.newmenu-heading {
	font-size:12px!important;
}
.newmenu-img {
    width: 110px!important;
}
}
.newmenu {
    padding-top: 15px;
    display:flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.newmenu-banner {
    padding-top: 65px;
    padding-bottom: 15px;
    display:flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.newmenulink {
    text-decoration: none;
}
.newmenu-item {
    background-color:white;
    padding:10px;
    border-radius:10px;
    border: 1px solid #f3f3f3;
    box-shadow: 5px 5px 10px rgba(70,70,70,0.15);
    text-align:center;
    flex: 1 0 17%;
    text-decoration: none;
    color:#076c7e;
    transition: 0.3s;
	width: calc(50% - 30px);
}
.newmenu-banner-item {
    background-color:white;
    display: flex;
    align-items: center;
    padding:10px;
    border-radius:10px;
    border: 1px solid #f3f3f3;
    box-shadow: 5px 5px 10px rgba(70,70,70,0.15);
    text-align:center;
    flex: 1 0 47%;
    min-height:160px;
    text-decoration: none;
    color:#076c7e;
    transition: 0.3s;
}
.newmenu-banner-left {
    width:50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding:0px 10px;
}
.newmenu-banner-right {
    width:50%;
    margin-top:-60px;
}
.newmenu-banner-img {
    padding:15px;
    border-radius: 10px;
    width:240px;

}
.newmenu-banner-item:hover {
    background-color:#fbfbfb;
    transition: 0.3s;
    box-shadow: 5px 5px 10px rgba(70,70,70,0.25); 
    color: #076c7e;
    scale: 1.02;        
}
.newmenu-item:hover {
    background-color:#fbfbfb;
    transition: 0.3s;
    box-shadow: 5px 5px 10px rgba(70,70,70,0.25);
    color: #076c7e;  
    scale: 1.03;       
}
.newmenu-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    min-height: 42px;
    padding: 10px 10px 0px 10px;
}
.newmenu-img {
    padding: 10px;
    border-radius:10px;
    width: 200px;
    max-height: 150px;
}
/* Конец стилей главного меню */
textarea {
    border-radius: 0px!important;
}
.cat-buttons {
    padding-left: 10px;
    float: right;
    gap: 10px;
    display: flex;
    flex-direction: column;
	min-height:100px;
}
.button-cat {
    padding: 6px 15px 6px 6px;
    height: 44px;
    font-size: 12px;
}
.pdf-color {
    background: #d55559!important;
}
.icon-big {
    font-size:18px;
}
.gallery-previews-b__link {
    width: 90px;
    height: 68px;
    padding: 0px;
}
.gallery-previews-b__link--video {
    font-size: 50px;
    line-height: 70px;
}
.product-tile__content {
    padding: 0 15px 10px;
}
.product-tile__bottom {
    padding: 10px 15px;
}
#offerbutton {
    margin-bottom: 15px;
}
/* Стили для всплывающего окна */
.modal {
  display: none; /* По умолчанию скрыто */
  position: fixed;
  z-index: 9999; /* Отображение поверх других элементов */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Добавление прокрутки при необходимости */
  background-color: rgba(0, 0, 0, 0.4); /* Цвет фона с прозрачностью */
}

.openModal:hover {
background-color:#337c8d;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* Выравнивание по центру и отступ сверху */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Ширина всплывающего окна */
}

/* Стили для кнопки закрытия */
.close-mod {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-mod:hover,
.close-mod:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}





/* стили вывода цен РРЦ и ОПТ */  
.tsena-opt { font-weight: bold; font-size: 12px; }		
.product-price { font-size:30px;}




/* стили промобаннеров с ручной вёрсткой через блоки */    

.mypromobanner{
    display: flex;
    align-items: center;
    padding: 0 3%;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    margin: 0 0 80px;
}
 
@media (max-width: 1024px){
    .mypromobanner{
        margin-bottom: 50px;
    }
}
 
@media (max-width: 320px){
    .mypromobanner{
        margin-bottom: 40px;
    }
}
 
.mypromobanner:last-child{
    margin-bottom: 0;
}
 
.mypromobanner.--white{
    border: 1px solid #f1f1f1;
}
 
.mypromobanner.img-aboard{
    margin-top: 160px;
}
 
.mypromobanner__content{
width: 60%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 70px 25px 70px 10%;
    box-sizing: border-box;
    order: 1;
}
 
.mypromobanner__content--right{
    order: 5;
}
 
.mypromobanner__image{
    width: 40%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 110px 15px 15px 50px;
    box-sizing: border-box;
    order: 2;
}
 
.mypromobanner__image img{
    max-height: 400px;
}
 
.mypromobanner.img-aboard .mypromobanner__image img{
    margin: -170px 0 0;
}
 
.mypromobanner.img-aboard .mypromobanner__image{
    margin-top: 0;
}
 
.mypromobanner__countdown{
    display: inline-block;
    vertical-align: middle;
    margin: 60px 0 0 20px;
}
 
.mypromobanner__more{
    display:block;
    margin-top: 10px;
}
 
.mypromobanner__name{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.15;
    position: relative;
}
 
.mypromobanner__name:before {
    content: "";
    width: 50px;
    border-top: 2px solid;
    position: absolute;
    left: -65px;
    top: 15px;
}
 
.mypromobanner__decor-outer{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
     .mypromobanner__body{
        font-size: 17px;
        line-height: 1.3;
    }
.mypromobanner__decor{
    color: rgba(0,0,0,0.04);
    font-size: 130px;
    line-height: 100px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0 0 -15px -15px;
    z-index: -1;
}
 
.mypromobanner__decor.--light{
    color: rgba(255,255,255,0.08);
}
 
@media (min-width: 1024px) {
    .content-cols--sidebar .mypromobanner{
        padding: 0 3%;
    }
 
    .content-cols--sidebar .mypromobanner__content,
    .content-cols--sidebar .mypromobanner__image{
        width: 50%;
    }
}
 
@media (max-width: 1250px) and  (min-width: 1024px){
    .content-cols--sidebar .mypromobanner__name{
        font-size: 24px;
    }
}
 
@media (max-width: 1250px) {
    .mypromobanner.img-aboard,
    .mypromobanner.img-aboard .mypromobanner__image img{
        margin-top: 0;
    }
}
 
@media (max-width: 1024px) {
    .mypromobanner__name{
        font-size: 24px;
    }
}
 
@media (max-width: 900px) {
    .flex33 {
        width: 100%;
    }
    .flex-row-cats {
        flex-direction: column;
    }
    .mypromobanner{
        padding: 30px 5%;
    }
 
    .mypromobanner__content{
        padding: 0;
        width: 40%;
    }
 
    .mypromobanner__image{
        padding: 0 0 0 25px;
        width: 60%;
    }
 
    .mypromobanner__image--left{
        padding: 0 25px 0 0;
    }
 
    .mypromobanner__name:before{
        display: none;
    }
}
 
@media (max-width: 650px) {
    .mypromobanner__name {
        font-size: 18px;
        margin: 0 0 10px;
    }
 
    .mypromobanner__body{
        font-size: 13px;
        line-height: 1.3;
    }
 
    .mypromobanner__body ~ .mypromobanner__more{
        display: none;
    }
}
 
@media (max-width: 500px) {
    .flex-row {
        flex-direction: column;
    }
    .flex60 {
        width: 100%;
    }
    .flex40 {
        width: 100%;
    }
    .flex50 {
        width: 100%;
    }
    .mob-pad0 {
        padding:0;
    }
    .mob-pad10 {
        padding:10px;
    }
    .mob-pad30 {
        padding:0px 30px;
    }
    .gap-10 {
        gap:0;
    }
    .mypromobanner {
        padding: 15px;
    }
    .mobtable {
        display: flex;
        justify-content: center;
    }
    .mypromobanner__image {
        padding: 0 0 0 10px;
        width: 50%;
    }
 
    .mypromobanner__image--left{
        padding: 0 10px 0 0;
    }
 
    .mypromobanner__content {
        width: 50%;
    }
}
 
@media (max-width: 400px) {
    .mypromobanner{
        display: block;
    }
 
    .mypromobanner__image{
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin: 0 0 15px;
    }
 
    .mypromobanner__content{
        display: block;
        width: 100%;
    }
}

.promocard__inner {
    border-radius: 10px;
}
/* стили Промоблока с Видео о компании */    



.myvideoblock{
    display: flex;
    align-items: center;
    padding: 0 2%;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    margin: 0 0 40px;
}
 
@media (max-width: 1024px){
    .myvideoblock{
        margin-bottom: 10px;
    }
}
 
@media (max-width: 500px){
    .myvideoblock{
        margin-bottom: 10px;
    }
}
 
.myvideoblock:last-child{
    margin-bottom: 0;
}
 
.myvideoblock.--white {
    border: 1px solid #f1f1f1;
}
 
.myvideoblock.img-aboard{
    margin-top: 55px;
}
.categories-v__head.hover {
    cursor: pointer;
    border-radius: 10px;
}
 .categories-v {
    border-radius: 10px;
 }
 .categories-v__menu {
    border-radius: 0px 0px 10px 10px;
 }
 .categories-v__head {
    border-radius: 10px 10px 0px 0px;
}
 .main-slider {
    border-radius: 10px;
 }
 .home-news__date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffffc7;
 }
 .w100 {
	 width:100%;
 }
 .home-news__date {
    bottom: 0;
    right: 0;
    background: #ffffffe3;
 }
 .product-card__code-stocks-inner {
    float: left;
    width: 100%;
    display: flex!important;
    align-items: center;
}
.fotobutton-text {
    padding: 0px 10px;
    width: 100%;
    text-align: center;
}
.fotobutton-icon {
    margin: 0 5px 0 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    line-height: 40px;
    border-radius: 50%;
    background: hsla(0,0%,100%,.15);
    text-align: center;
    vertical-align: top;
    font-size: 22px;
}
.fotobutton {
    padding: 4px 15px 4px 4px;
    height: 48px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
	display: flex;
    width: 100%;
    margin-top: 20px;
}
.product-card__stocks {
    margin: 0 20px 0px 0;
}
.product-card__code-stocks .product-code {
    margin: 0;
}
@media (max-width: 1270px) {
    .product-card__code-stocks-inner {
    float: left;
    width: 100%;
    display: flex!important;
    align-items: start;
    flex-direction: column;
}
.fotobutton {
    margin-left:0!important;
}
}
.myvideoblock__content{
    width: 65%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 30px 25px 50px 10%;
    box-sizing: border-box;
    order: 1;
}
 
.myvideoblock__content--right{
    order: 5;
}
 
.myvideoblock__image{
    width: 40%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 50px 15px 25px 50px;
    box-sizing: border-box;
    order: 2;
}
 
.myvideoblock__image img{
    max-height: 400px;
}
 
.myvideoblock.img-aboard .myvideoblock__image img{
    margin: -100px 0 0;
}
 
.myvideoblock.img-aboard .myvideoblock__image{
    margin-top: 0;
}
 
.myvideoblock__countdown{
    display: inline-block;
    vertical-align: middle;
    margin: 60px 0 0 20px;
}
 
.myvideoblock__more{
    display: block;
    margin-top: 10px;
}
 
.myvideoblock__name{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.15;
    position: relative;
}
 
.myvideoblock__name:before {
    content: "";
    width: 50px;
    border-top: 2px solid;
    position: absolute;
    left: -65px;
    top: 15px;
}
 
.myvideoblock__decor-outer{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
 
.myvideoblock__decor{
    color: rgba(0,0,0,0.04);
    font-size: 130px;
    line-height: 100px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0 0 -15px -15px;
    z-index: -1;
}
 
.myvideoblock__decor.--light{
    color: rgba(255,255,255,0.08);
}
 
@media (min-width: 1024px) {
    .content-cols--sidebar .myvideoblock{
        padding: 0 3%;
    }
 
    .content-cols--sidebar .myvideoblock__content,
    .content-cols--sidebar .myvideoblock__image{
        width: 50%;
    }
}
 
@media (max-width: 1250px) and  (min-width: 1024px){
    .content-cols--sidebar .myvideoblock__name{
        font-size: 24px;
    }
}
 
@media (max-width: 1250px) {
    .myvideoblock.img-aboard,
    .myvideoblock.img-aboard .myvideoblock__image img{
        margin-top: 0;
    }
}
 
@media (max-width: 1024px) {
    .myvideoblock__name{
        font-size: 24px;
    }
}
 
@media (max-width: 900px) {
    .myvideoblock{
        padding: 30px 5%;
    }
 
    .myvideoblock__content{
        padding: 0;
        width: 40%;
    }
 
    .myvideoblock__image{
        padding: 0 0 0 25px;
        width: 60%;
    }
 
    .myvideoblock__image--left{
        padding: 0 25px 0 0;
    }
 
    .myvideoblock__name:before{
        display: none;
    }
}
 
@media (max-width: 650px) {
    .myvideoblock__name {
        font-size: 18px;
        margin: 0 0 10px;
    }
 
    .myvideoblock__body{
        font-size: 13px;
        line-height: 1.3;
    }
 
    .myvideoblock__body ~ .myvideoblock__more{
        display: none;
    }
}
 
@media (max-width: 500px) {
    .myvideoblock {
        padding: 15px;
    }
 
    .myvideoblock__image {
        padding: 0 0 0 10px;
        width: 50%;
    }
 
    .myvideoblock__image--left{
        padding: 0 10px 0 0;
    }
 
    .myvideoblock__content {
        width: 50%;
    }
}
 
@media (max-width: 400px) {
    .myvideoblock{
        display: block;
    }
 
    .myvideoblock__image{
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin: 0 0 15px;
    }
 
    .myvideoblock__content{
        display: block;
        width: 100%;
    }
}
    
.m-main-menu__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}    
.icon-youtube {
 font-size:32px;
}
.product-gallery__preview-video {
    line-height: 64px;
}
/*
.badge {
    padding: 5px 5px;
}
.product-tile__badges {
    top: 0px!important;
    right: 0!important;
	left: unset;
}
.product-tile__badges .badge {
    margin: 0;
}
.product-card__badges {
    top: 51px!important;
    right: 85px;
	left:unset;
}
@media (max-width: 800px) {
.product-card__badges {
	top: 17px!important;
    right: 11px!important;
	left:unset;
}
}
*/	
.flex-row.flex-row-cats.align-items-center.gap-s.pb-1 + .kompl {
    display: none;
}



.mainpage .product-list {
    margin: 65px 0 50px;
}

.product-card .sootv2-block {
    display: none;
}
.newmenu-banner-left {
    text-align: left;
    padding: 0px 10px 0 30px;
}
.newmenu-banner-left > a {
    text-decoration: none;
    color: #098ba3;
    font-size: 21px;
    font-weight: 700;
}
.newmenu-banner-left > a:hover {
    text-decoration: underline;
}
.newmenu-banner-left__links {
    font-size: 14px;
    display: flex;
    margin-top: 11px;
    color: #717e85;
}

@media (min-width: 426px) and (max-width: 1321px)   {
    .newmenu-banner-left__links {
        flex-wrap: wrap;
    }
}
@media (max-width: 425px)   {
    .newmenu-banner-left__links {
        flex-wrap: wrap;
    }
}
.newmenu-banner-left__links a {
    font-size: 14px;
    margin: 0 3px;
    display: inline-flex;
    color: #717e85;
    text-decoration: none;
}
.newmenu-banner-left__links a:hover {
    text-decoration: underline;
}

.h2custom {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    line-height: 34.13px;
    text-transform: uppercase;
}

.customWrap {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
}

@media (max-width:1440px) {
    .customWrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.customWrap__content0 {
    display: none;
}
.customWrap__content0.active {
    display: block;
}
.customWrap__content1 {
    display: none;
}
.customWrap__content1.active {
    display: block;
}
.customWrap__content2 {
    display: none;
}
.customWrap__content2.active {
    display: block;
}
.partItem {
    max-width: 250px;
    width: 100%;
}

.partItem:not(:first-of-type) {
    margin-left: 4px;
}

@media (max-width:1440px) {
    .partItem {
        margin-top: 10px;
    }
}

.partItem__wrap {
    background: #098ba3;
    height: 192px;
    cursor: pointer;
    border-radius: 5px;
    padding: 6px;
}

.partItem__border {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partItem__txt {
    max-width: 206px;
    width: 100%;
    margin-top: 16px;
    font-size: 15px;
    line-height: 18.29px;
    color: #fff;
}

.partItem__img {
    margin-top: 16px;
    width: 60px;
    height: 60px;
}

.partItem__img,
.partItem__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partItem__link {
    width: 238px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
    height: 40px;
    font-size: 11px;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #e3485d;
}

.partItem__link:hover {
    box-shadow: inset 0 0 100px hsla(0, 0%, 100%, .1);
    text-decoration: none;
    color: #fff;
}

.customWrap.active {
	display: flex;
}

.customWrap.active .customWrap__bg {
	display: block;
}

.customWrap.active .customWrap__popup {
	display: flex;
    flex-direction: column;
}

.customWrap.active .customWrap__popup .close777 {
    margin-left: auto;
    height: auto;
    position: absolute;
    line-height: 20px;
    color: #e3485d;
    font-size: 31px;
    background: none;
    right: 15px;
    top: 35px;
}

.customWrap__popup {
	position: fixed;
	display: none;
	margin: 50px auto;
	max-width: 50%;
	padding: 15px;
	width: 100%;
    overflow-y: auto;
	background: #fff;
	border-radius: 10px;    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 24;
}

.customWrap__bg {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;    
    z-index: 23;
	bottom: 0;
	background: rgba(0, 0, 0, 0.27);
}
/* .mainpage__cats-slider {
    display: flex;
}
.mainpage-categories {    
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.categories-v {
    box-shadow: none;
    margin: 0;
}
.mainpage-categories~.slider-outer {
    margin-left: 30px;
} */


.komplosnasenie__title {
    padding-top: 52px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 43.88px
}

.komplosnasenie__img {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center
}

.komplosnasenie article {
    margin-top: 49px;
    font-size: 15px;
    line-height: 18.29px
}

.komplosnasenie article p {
    margin: 0;
    margin-bottom: 18px
}

.cusWrap {
    display: flex;
    margin-top: 56px
}

@media (max-width:1200px) {
    .cusWrap {
        color: #000
    }
}

@media (max-width:1024px) {
    .cusWrap {
        flex-wrap: wrap
    }
}

.cusItem {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid #098ba3;
    border-radius: 10px;
    padding: 32px 28px 28px
}

@media (max-width:1024px) {
    .cusItem {
        max-width: 100%
    }
}

.cusItem:not(:first-of-type) {
    margin-left: auto
}

@media (max-width:1024px) {
    .cusItem:not(:first-of-type) {
        margin-top: 20px
    }
}

.cusItem__img {
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 247px;
    overflow: hidden
}

.cusItem__title {
    margin-top: 22.61px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px
}

.cusItem__txt {
    font-size: 15px;
    line-height: 18.29px;
    margin-top: 16px
}

.cusItem__link {
    background: #e3485d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 11px;
    line-height: 13.41px;
    color: #fff;
    text-transform: uppercase;
    max-width: 341.24px;
    margin-top: 42px
}

.cusItem__link:hover {
    box-shadow: inset 0 0 100px hsla(0, 0%, 100%, .1);
    text-decoration: none;
    color: #fff
}

.cusWrap1 {
    margin-top: 51px
}

.cusItem1 {
    border: 4px solid #098ba3;
    border-radius: 10px;
    padding: 29px 28px 28px;
    flex-direction: column;
    align-items: center
}

.cusItem1,
.cusItem1__wr {
    display: flex
}

@media (max-width:1024px) {
    .cusItem1__wr {
        flex-direction: column;
        align-items: center
    }
}

.cusItem1__title {
    font-size: 24px;
    position: relative;
    left: 5px;
    font-weight: 600;
    line-height: 29.26px
}

.cusItem1__img {
    display: flex;
    align-items: center;
    position: relative;
    left: -18px;
    top: 7px
}

@media (max-width:1024px) {
    .cusItem1__img {
        margin: 30px 0;
        left: 0;
        top: 0
    }
}

.cusItem1__img img {
    max-width: none
}

@media (max-width:1024px) {
    .cusItem1__img img {
        max-width: 100%
    }
}

.cusItem1__cont {
    max-width: 466px;
    width: 100%;
    margin-left: 79px
}

@media (max-width:1024px) {
    .cusItem1__cont {
        margin-left: 0
    }
}

.cusItem1__cont ul {
    padding-left: 0;
    font-size: 15px;
    line-height: 18.29px;
    padding-top: 15px
}

.cusItem1__link {
    background: #e3485d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
    line-height: 13.41px;
    color: #fff;
    text-transform: uppercase;
    max-width: 341.24px;
    margin: 0 auto;
    margin-top: 31px
}

.cusItem1__link:hover {
    box-shadow: inset 0 0 100px hsla(0, 0%, 100%, .1);
    text-decoration: none;
    color: #fff
}

.cuspreim {
    background: #098ba3;
    padding: 34px 48px 21px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    margin-top: 50px
}

.cuspreim__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 43.88px
}

.cuspreim__row {
    display: flex;
    margin-top: 16px
}

@media (max-width:1024px) {
    .cuspreim__row {
        flex-direction: column
    }
}

.cuspreim__col {
    width: 100%
}

.cuspreim__col:not(:first-of-type) {
    margin-left: 145px
}

@media (max-width:1024px) {
    .cuspreim__col:not(:first-of-type) {
        margin-left: 0
    }
}

.cuspreim__col ul li {
    list-style-type: disc;
    font-size: 12px;
    margin-bottom: 15px
}

.cuspreim__col ul li span {
    font-size: 15px;
    line-height: 18.29px
}

.cusInfoPlashka {
    margin-top: 52px
}

.cusInfoPlashka__title {
    color: #206275;
    font-weight: 600;
    font-size: 36px;
    line-height: 43.88px;
    text-align: center
}

.cusInfoPlashka__row {
    margin-top: 17px;
    display: flex;
    justify-content: space-between
}

@media (max-width:1024px) {
    .cusInfoPlashka__row {
        flex-direction: column
    }
}

.cusInfoPlashka p {
    margin: 0;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 18.29px
}

.cusInfoPlashka p:first-of-type {
    margin-top: 49px
}

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

.cusIPitem__cif {
    font-weight: 900;
    font-size: 60px;
    line-height: 73.14px;
    color: #e3485d
}

.cusIPitem__title {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 24.38px;
    margin-top: -10px
}

.newmenu-img {
    max-height: 200px;
}

.categories-v__link {
    
    padding: 0 10px 0 20px;
}

.categories-v__menu {
    padding: 0 0 20px;
}