/* убираем противную рамку вокруг ссылок */
img,
a img {
  outline: none !important;
}

a:focus {
  outline: none !important;
}

/* скрываем каптчу гугла */
.grecaptcha-badge {
  visibility: hidden;
}

html,
body {
  /* Убирает прокрутку по горизонтале, для мобильной версии */
  overflow-x: hidden;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype supports variations');
  src: url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype-variations');
  font-weight: 400 500 600 700 800;
  font-display: swap;
}

:root {
  --color-gray: #C8DEDF;
  --color-primary: #42B9DE;
  --color-success: #7BCE53;
  --color-black: #052227;
  --color-warning: #E5B026;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--color-black);
  font-size: 1rem;
margin-top: 195px;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 100% !important;
  letter-spacing: 0.03em !important;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

p b {
  color: var(--color-black);
  font-weight: 600;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

p strong {
  color: var(--color-primary);
  font-weight: 600;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

.strong {
  font-weight: 700;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

.hyphens p,
.hyphens li {
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

small,
.small {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

.shearsinp {
  border: 0;
  border-radius: 20px;
}


.btn-primary {
  background-color: #42B9DE;
  border: none;
}

.banner__list {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 220%;
}

.bg-muted {
  background-color: #C8DEDF;
  border-radius: 4px;
  width: auto !important;
}

.text-primary {
  color: #42B9DE !important;
  margin-top: 25px;
}

.text-muted {
  color: #ACD1DD !important;
}


.favcomqwi .icon-comparison:before,
.favcomqwi	.icon-favourites:before
{
	color: #000;
}

.block-shadow {
  box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.22);
}

.form-control {
  border-radius: 10px;
  padding: 8px 16px;
  border: solid 1px var(--color-primary);
}

.form-control:focus {
  border: solid 1px var(--color-primary);
  box-shadow: none;
}

.btn-success {
    background-color: #7BCE53;
    border: none;
    padding: 8px 38px;
    font-size: 16px;
    line-height: 150%;
    box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.22);
    /* border-radius: 10px; */
    border-radius: var(--bs-btn-border-radius);
    display: flex;
    align-items: center;
    transition: all .3s;
    color: white;
    /* padding-top: 9px; */
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* padding-bottom: 9px; */
     height: 56px; 
}
.ms2_form .btn-success {
height: initial;
	font-size: 16px;
    line-height: 150%;
}
.btn-success:hover {
  box-shadow: none;
  transition: all .3s;
  background-color: #7BCE53;
}

.form-check-input:focus {
  border: solid 1px #C8DEDF;
  border-radius: 3px;
  box-shadow: none;

}

.form-check-input {
  height: 16px !important;
  width: 16px !important;
}

.form-check-input:checked[type="checkbox"],
.checkbox-active {
  background-image: url(/assets/img/dot.svg);
  background-color: #fff;
  border: solid 1px #C8DEDF;

}

.price {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.03em;
}

.card-footer {
  padding: 0;
  background: #fff;
  border: none;
}

.card {
  border: none;
}

/*rating*/
.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  color: #C8DEDF;
}

.rating-area:not(:checked)>label:before {
  content: '★';
}

.rating-area>input:checked~label {
  color: #7BCE53;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  color: #7BCE53;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  color: #7BCE53;
}

.rate-area>label:active {
  position: relative;
}

.rating-result {
  width: 265px;
  margin: 0 auto;
}

.rating-result span {
  padding: 0;
  font-size: 24px;
  margin: 0 3px;
  line-height: 1;
  color: #C8DEDF;
}

.rating-result>span:before {
  content: '★';
}

.rating-result>span .active {
  color: #7BCE53;
}

/* свайпер */
.mySwiper {
  max-height: 300px !important;
}

.mySwiper .swiper-slide img {
  transition: all .3s;
  box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.22);
}

.mySwiper .swiper-slide-thumb-active img {
  transition: all .3s;
  box-shadow: none;
}

/*

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
    transition-duration: .3s;
}

*/
/*фильтр*/
.accordion-button:focus:not(:focus-visible),
.accordion-button:focus,
.accordion-button {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #052227;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('/assets/img/accardion.svg');
  transform: rotate(360deg);
  width: 24px;
  height: 24px;
  transition: all .3s;

}

.accordion-button.collapsed::after {
  background-image: url('/assets/img/accardion.svg');
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  transition: all .3s;

}

.accordion-item {
  border: none;
}

/* таблица в плитке */
.my-card-table td:first-child {
  padding-left: 0;
}

.my-card-table td:last-child {
  padding-right: 0;
  text-align: left;
}

.my-card-table td {
  border: none;
}

.my-card-table>:not(caption)>*>* {
  padding: 0.25rem 0.5rem;
}

/* таблица с ценами на главной */
.my-price-table td:nth-child(2) {
  text-align: end;
}

.my-price-table tr {
  border-bottom: solid 1px #42B9DE;

}

/* ссылки в футере */
.footer-link {}

.footer-link:link,
.footer-link:visited,
.footer-link:active {
  color: var(--color-black);
  text-decoration: none;
}

.footer-link:hover {
  color: #42B9DE;
  text-decoration: none;
  transition-duration: .15s;
}


.bg-banner {
  /*background-image: url(/assets/img/bg-banner.jpg);*/
  background-image: url(/assets/img/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}

.logoNew {
  height: 2.75rem;
}

.logo-header {
  height: 60px;
}

.logo-footer {
  height: 45px;
}

/* кнопка наверх */
.tostart {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  display: none;
  opacity: 1;
}

.tostart:hover {
  cursor: pointer;
  opacity: .75;
  transition-duration: .15s;
}

.img-to-top {
  width: 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 10px;
  top: 0px;
}

/* аккордеон */
/* удираем нижний марджинг последнего абзаца */
.accordion-body p:last-child {
  margin-bottom: 0;
}

/* стили кнопок в слайдере */
.swiper-button-prev:after {
  content: url("/assets/img/arrowprev.svg") !important;

}

.swiper-button-prev.mPrev {
  left: 0px !important;
}

.minifilter2:after {
  background-color: #fff;
}

.swiper-button-next:after {
  content: url("/assets/img/arrownext.svg") !important;
}

/*.my-prev, .my-next {
    position: absolute;
    top: calc(50% - 1.25rem);
    color: var(--color-warning);
    background-color: #fff;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0px 8px 16px rgba(78, 80, 85, 0.12);
}
.my-next {
    right: 0px;
}
.my-next >svg {
    height: 1.5rem;
    padding-left: 3px;
}
.my-prev > svg {
    height: 1.5rem;
    padding-right: 3px;
}*/

/* стили верхнего меню*/
/* стили верхнего меню*/

.top-menu a {
  text-decoration: none;
  transition: all .3s;
  color: #000;
}

a.btn-menu {
  width: 165px;
    height: 34px;
    color: #000;
    border-radius: 10px;
 	border: 1px solid #7BCE53;
 /* background: #7BCE53;
  background: linear-gradient(180deg, rgba(123, 206, 83, 1) 0%, rgba(66, 184, 7, 1) 50%); */
  padding-left: 17px;
}

a.btn-menu:hover {
  color: #333;
}

.top-menu .active-menu {
  color: #7BCE53;
}

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

.top-menu a:hover {
  color: #7BCE53;
  transition: all .3s;
}

.submenu {
  padding: 0 16px 0 16px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #D6D6D6;
  max-width: 100%;
  background-color: #fff;
  list-style-type: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;
  height: 695px;
  overflow-x: auto;
}

.submenu li {
  margin-bottom: 10px;
}

.top-menu li:hover .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}


#msCart tr.ms-header, #msCart tr.ms-header th,

{
	background-color: #fff;
}

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}

@keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}


/* стили mmenu */
.mm-spn--light {
  /* background: #fff; */
}

.mm-spn {
  color: var(--color-primary);
}

.mm-spn a {
  color: var(--color-primary);
}

.mm-spn a:active,
.mm-spn a:focus {
  /* color: var(--color-danger);*/
}

/*стили квиза*/

.swiper-button-prev.quiz-button-prev.swiper-button-disabled,
.swiper-button-next.quiz-button-next.swiper-button-disabled {
  transition: all .3s;

}

.quiz-button-prev,
.quiz-button-next {
  position: static !important;
}

.swiper-button-next.quiz-button-next:after {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
  content: "Далее" !important;
  color: white;

}

.quiz-button-prev.swiper-button-prev:after {
  padding-top: 5px !important;
}

.swiper-button-next.quiz-button-next {
  width: auto !important;

}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}

.custom-radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 20%;
  background: url(/assets/img/default.svg) 0 0 no-repeat;
}

/* Checked */
.custom-radio:has(input[type=radio]:checked):before {
  background: url(/assets/img/checked.svg) 0 0 no-repeat;
}


.number {
  display: inline-block;
  position: relative;
  width: 100px;
}

.number input[type="number"] {
  display: block;
  height: 39px;
  line-height: 32px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.number-minus {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 20px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
}

.number-plus {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 20px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
}

.ribbons {
  display: flex;
  font-size: 13px;
  position: absolute;
  z-index: 99;
}

.ribbons div {
  margin-right: 7px;
  padding: 0 5px;
  color: #fff;
}
.ribbon
{
    border-radius: 5px;
}

.ribbon.blue {
  background: #42b9de;
}

.ribbon.red {
    background-color: #ffc107;
}

.ribbon.green {
  background: #88d364;
}

.ribbon.yellow
{
    background-color: #ffc107;
}


span.old-prise {
  text-decoration: line-through;
}

li.icon-menu-bar {
  display: flex;
}

li.icon-menu-bar {
  display: flex;
  font-size: 26px;
}

li.icon-menu-bar a {
  margin-left: 15px;
}

.basket-item-count {
  display: flex;
}

span.count.ms2_total_count {
  background: red;
  color: #fff;
  font-size: 12px;
  height: 17px;
  display: block;
  width: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50px;
  margin-left: 5px;
}

span.sic-top a {
  text-decoration: none;
}

.category-img img {
  width: 100%;
  height: auto;
}

.category-name a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.about-img img {
  width: 100%;
}

.servic-absolut .servic-title h3 {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 1rem;

}

.servic-item {
  position: relative;
}

.servic-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
 
}

.servic-title h3 {
  color: #141414;
}

.servic-item a {
  color: #333;
}

.looked-item img {
  width: 120px;
  height: auto;
}

h4.card-title-looked {
  font-size: 14px;
}

h4.card-title-looked a {
  text-decoration: none;
  color: #333;
}

.mse2_pagination {
/*  display: block !important; */ 
}






.services-item-list a {
  color: #333;
  text-decoration: none;
  background: #e9e9e9;
  display: block;
  padding: 0 7px;
  border-radius: 10px;
}

.services a {
  color: #333;
}

.form-subscribe ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
}


p.text-small {
  font-size: 12px;
}

.subscribe .btn {
  border-radius: 0;
  padding: 2px 7px;
}


.article {
  position: absolute;
  right: 18px;
  top: 29px;
  z-index: 9;
}

.price-old {
  text-decoration: line-through;
}

.font-bold {
  font-weight: bold;
}

div#mse2_tpl {
  display: none;
}

.servis-item-list img {
  margin-bottom: 0 !important;
}

.servic-title a {
  text-decoration: none;
}

.color-red {
  color: red;
}

.color-blue {
 /* color: #42b9de; */
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.dropdown-menu .dropdown-item {
	font-weight: 700;
    line-height: 150% !important;
    letter-spacing: 0.03em !important;
}

span.soc-top a {
  text-decoration: none;
}

.soc-top i {
  font-size: 27px;
}

.fa-telegram {
  color: #28a0d3;
}

.fa-vk {
  color: #4680c2;
}

.fa-square-whatsapp {
  color: #13990a;
}

.mobile-menu-shop {
  position: relative;
  z-index: 99;
}

nav#my-menu .mobile-menu-shop a {
  padding: 0;
  line-height: normal;
  border: 0;
  width: 50px;
}

nav#my-menu .mobile-menu-shop a:after {
  display: none;
}

nav#my-menu li:before {
  top: 17px;
}

ul.mm-spn--open {
  top: 100px !important;
}

.mobile-menu-shop i.icon-acaunt {
  font-size: 27px;
}

span.count.ms2_total_count {
  padding: 0;
}

nav#my-menu {
  font-size: 0;
}

.mobile-menu-shop i {
  font-size: 24px;
}

ul.mm-spn--open {
  margin-top: 60px;
}

nav#my-menu li {
  font-size: 16px;
}

nav#my-menu a {
  padding: 5px 10px;
}

nav#my-menu .mobile-menu-shop i {
  font-size: 24px;
}

nav#my-menu .mm-spn li:before {
  top: 15px;
}

.sctm a {
  width: 40px;
}


nav#my-menu {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.header-contact-menu {
  font-size: 15px;
  text-align: center;
}

.mobile-contacts span {
  padding: 0;
}

.d-block ul.pagination {
  display: flex !important;
  justify-content: center;
}

div#mse2_sort {
  width: 100%;
}

.card-body {
    position: relative;
    justify-content: space-between;
    height: 100%;
}

.favcomqwi a {
  color: #333;
  text-decoration: none;
  font-size: 26px;
}

.favcomqwi {
    position: absolute;
    right: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}


.swiper-pagination-bullet-active {
background:	rgb(123 206 83) !important;
}

a.comparison-link {
  border: 0 !important;
}

.favcomqwi .ms-3 {
  margin-left: 0 !important;
  margin-bottom: 5px;
}

.comparison-product a {
  color: #333;
  font-size: 26px;
  border: 0;
}

.compare a {
  display: flex;
}

.compare span.value {
  background: red;
  color: #fff;
  font-size: 12px;
  height: 17px;
  display: block;
  width: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50px;
  margin-left: 5px;
}

#msProductsWrapper .ajax-snippet {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

#msProductsWrapper .ajax-snippet .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}


.ajax-snippet a.as_trigger {
width: 100%;
    display: flex;
    text-align: center;
    text-decoration: none;
    color: #333;
    text-align: center;
    justify-content: space-around;
}

#fixed-bar a {
  display: block;
  text-decoration: none;
  color: #333 !important;
  font-size: 28px !important;
}

#fixed-bar a.comparison-go {
  display: flex;
}

.fixed-bar {
  position: fixed;
  right: 0;
  display: none;
  border: 1px solid #777777;
  border-right: 0;
  padding: 12px;
  box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.22);
}

.fixed-bar.fixed {
  display: block;
  z-index: 111111;
  background-color: #fff;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.breadcrumbs {
    margin: 0;
}
 
.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.breadc-box li:before {
    content: "/";
    color: #fff;
    margin: 0 8px;
}
.breadc-box li:first-child:before {
    display: none;
}
.breadcrumbs li a, .breadcrumbs li a:hover {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.breadcrumbs li a:hover {color: #ffd100;text-decoration: none;}

.ms-remove  {
	text-align: center;
}

.ms-title .pr-3 {
	margin-right: 20px;
}

#msOrder .form-group {
	margin-bottom: 10px;
}


#pdopage2  .rows  {
	display: flex;   
	flex-wrap: wrap;
}

.line-height-30 {
	line-height: 30px;
}

.art-nal {
	display: flex;
   justify-content: space-between;
       margin-bottom: 10px;
}

.color-gray {
/*color: #42b9de;
	font-weight: bold; */
}


.mySwiper2,.mySwiper2 img   {
	max-width: 100%;
    max-height: 350px;
}

.mySwiper2 .swiper-slide {
	text-align: center;
}


.mySwiper .swiper-slide {
	    padding: 6px;
}

#msGallery {
	position:relative;
}

.quickview .modal-header .close {
	border: none;
	background-color: #fff;
	font-size: 37px;
}


.quickview  .bootstrap-dialog-header {
position: absolute;
    right: 10px;
    top: 10px;
}


.quickview .modal-header {
	height: 50px;
}

.quickview .modal-header .close {
    margin-top: 2px;
}


.quickview h1 {
	font-size: 20px;
}


.blue-line {
	color: var(--bs-link-color);
    text-decoration: underline;
    border: none;
   background-color: initial; 
}


.blue-line:hover {
    color: var(--bs-link-hover-color);
}

.bigwidth {
	width: 50%;
}


.header-email a,
.header-phone a
{
	text-decoration: none;
}


.fa-square-whatsapp:hover {
    color: #13990aa6;
}

.fa-telegram:hover {
    color: #28a0d3b5;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}


#msMiniCart, .msMiniCart {
    font-size: 1.2em;
}

.icon-cart {
	font-size: 30px;
}

.header2 {
	margin-top: 211px;
}


.fa-brands, .fa-search {
    font-size: 28px;
}
 
 
 .fa-search {
 	margin-left: 30px;
 }
 
 .topsearch {
    position: absolute;
    top: -56px;
    background-color: #fff;
 }
 
 .position-relative {
 	position: relative;
 }
 
 .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 99;
    border-radius: 20px;
    padding: 10px;
}

.phone-mini-cart a {
	color: #000;
	text-decoration: none;

}

.phone-mini-cart {
	margin-left: 15px;
	margin-right: 15px;
}

a.text-success:hover {
 color: rgb(123 206 83 / 61%) !important;	
}


.fixed-top {
	z-index: 100;
}

/* .modal {
z-index: 101;	
} */

div#mse2_sort {
	    z-index: 100;
}

.favcomqwi i,
.favcomqwi .icon-quick-view:before
{
/*color: var(--bs-link-color); */
}


.top-favorites, .comparison-go {
	position: relative;
	text-decoration: none;
}



.top-favorites .icon-favourites,
.top-comparison .icon-comparison


{
	color: var(--bs-link-color); 
    font-size: 35px;
}



  .favcomqwi .voted i.icon-favourites,
  .comparison-remove i.icon-comparison
  
  {
  	color: red;
  	
  }
  
  
  .ts {
  	margin-right: 40px;
  }
  
  .msfavorites-total, .comparison-total {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    height: 17px;
    display: block;
    width: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50px;
    margin-left: 5px;
    color: #fff;
    font-weight: 800;
    left: 30px;
    top: -5px;

}
  	
  	
  .favcomqwi a {
  	margin-bottom: 5px;
  }
  
 /*  .modal {
 	    z-index: 11111115!important;
 }
 
 
 .modal-backdrop {
   z-index: 11111114!important;
 } */
  	
  	
 .about-img img {
 	border-radius: 10px;
 } 	
 
 
 .category-img img {
 	border-radius: 10px;
 }
  
   
   .servic-img img {
    width: 100%;
   }
   
   .top-comparison {
   	margin-right: 30px;
   }
   
  .top-comparison .comparison .comparison-go,
  .top-comparison .comparison .comparison-total
  {
   		display: inline-block!important;
   }
   
   .comparison-row {
   	 padding: 5px 0;
   }
   
   
 .comparison-table .comparison-remove {
  
    margin-top: 0em!important;
    padding: 0 .2em!important;

}

.ws {

    width: 28px;
    height: 28px;

}


.ws:hover {
	opacity: 0.8;
} 


header .ws {
	margin-bottom: 3px; 
}
   
   .direction-column {
   	flex-direction: column;
   }
   
   .button-logo {
      font-size: .772rem;
    padding: 0 0 0 .3rem;
    font-weight:600;
   }
   
   
   .mm-ocd {
   	z-index: 11111111!important;
   }
   
   
.top-mobile-menu {
	position: absolute;
    top: 36px;
    left: 0;
    height: 35px;
    width: 100%;
}

.top-mobile-menu .top-comparison { 
	     margin-right: 0px;
	     
}


.top-comparison, .top-favorites, .top-mini-cart {
	width: 33.333333%;
	display: flex;
	     justify-content: center;
}

.top-comparison .comparison, .top-comparison .comparison-total {
	padding: 0!important;
}


.mm-spn  span.comparison-total {
	    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    height: 17px;
    display: block;
    width: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50px;
    margin-left: 5px;
    color: #fff;
    font-weight: 800;
    left: 30px;
    top: -5px;
}


nav#my-menu .top-mobile-menu a {
	padding: 0px!important;
}


.top-mobile-menu .icon-cart {
color: var(--bs-link-color);	
}

.bottom-mobile-menu {
    position: absolute;
    top: 620px;
    z-index: 1111111;
    flex-direction: column;
    width: 100%; 
}


.bottom-logo-in {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
}


.mm-spn span.text-success {
	padding: 0;
}


.bottom-adress {
    position: absolute;
    top: 58px;
    z-index: 1111111;
    width: 100%;
    font-size: 16px;
    text-align: center;
}


.bottom-email {
    position: absolute;
    top: 107px;
    z-index: 1111111;
    width: 100%;
    font-size: 16px;
    text-align: center;	
    color: var(--bs-link-color);
    font-weight: bold;
    text-decoration: underline;
}


.bottom-phone {
    position: absolute;
    top: 140px;
    z-index: 1111111;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: var(--bs-link-color);
    font-weight: bold;

    text-decoration: none;
    font-size: 19px;
}


.bottom-getcall {
   position: absolute;
    top: 170px;
    z-index: 1111111;
    width: 100%;
    font-size: 16px;
    text-align: center;


    text-decoration: none;
    font-size: 19px;
}



.buttom-getico {
    position: absolute;
    top: 210px;
    z-index: 1111111;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    display: flex;
    justify-content: center;
}

.buttom-getico a {
	width: initial!important;
}

.buttom-getico a:after {
    border: none !important;
}


.footeremail {
	font-weight: bold; 
}

.footertel {
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}

.footerws {
	margin-bottom: 3px; 
	margin-right: 20px;
}

.subscribe {
	display: flex;
	flex-direction: column;
}


.form-subscribe-text {
	font-size: 12px;
}

.form-subscribe ul.flex > li {
	width: 60%;
}
.form-subscribe ul.flex > li button{
	width: 100%;
}

.form-subscribe .form-check {
	margin-top: 8px;
}

.paybutton {
	display: flex;
	justify-content: space-evenly;
}


.d-mini {
	display: none;
}


.d-mini2 {
	display: none;
}


.card6666 #msGallery img {
    max-width: 200px;
    max-height: 200px;
}


.card-title {
min-height: 73px;
}

.mySwiper3  .swiper-slide {
	text-align: center;
}


.my-card-table {
/*	font-size: 12px;
	line-height: 18px;
	 min-height: 167px; */
}

.my-card-table tr td {
    padding: 0.25rem 0.5rem;
}


.my-card-table td {
    border: none;
   /* width: 50%; */
}


.primer .my-card-table {
	min-height: initial;
}

.primer .my-card-table  tr {
	line-height: 25px; 
}



.swiper-pagination-lock {
  display:	inline-block!important; 
}



 .swiper-pagination-lock .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}


.swiper-pagination {
	margin-top: 20px;
}


.number {
	border: 1px solid #42b9de;
} 

.number button, .number input {
	background-color: #fff;
	border: none;
}


.m-center {
  justify-content: space-evenly;	
}

.btn-height {
    height: 36px;
    line-height: 20px;
}

.btn-height-2 {
height: 36px;
    line-height: 24px;	
}

.blue-line {
	font-weight: bold;
}

.button-text-color {
	color: #fff;
}


.bottom-mobile-menu .top-logo a {
	padding: 0!important;
	width: initial!important;
}


.form-subscribe input {
	border: 1px solid #42B9DE;
}
 

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 35px)!important;
    right: auto;
}


.mySwiper3 .swiper-button-next, .mySwiper3  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 35px)!important;
    left: auto;
}

.card-title.mb-3 {
    margin-bottom: 5px !important;
}




.text-successs {
 color:	#7bce53;
}



.logotextthin .logofirst,
.logotextthin .text-successs {
	font-weight: 600;
} 
.logofirst,
.text-successs
{
    font-size: 16px;
    font-weight: 800!important;
}
.font-size-18 {
	font-size: 18px;
}

.font-weight-bold {
	font-weight: bold;
}


.color-white {
	color: #fff!important;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}


.my-card-table tr td {
/*	color: #000!important;
	font-weight:bold!important; */
}

#orderModal .modal-content {
	margin-top: 150px;
}

.primer .my-card-table {
	font-size: 16px;
} 



.primer .my-card-table tr td {
 font-weight: normal!important;;
}



/* 06.08.2025 */
.vendor_name {margin:15px;border-radius:10px;display: flex;align-items: center;justify-content: center;}
.vendor_name:hover {box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.72);}
.vendor_name img {max-width:90%;border-radius:10px;}
#msProduct.quick {padding-bottom:30px;position:relative;}
#msProduct.quick .favcomqwi {top:0px;}
.quick_gallery {position:relative;}
.button-buy {display: flex;align-items: stretch; justify-content: center;}
#msProduct.quick .color-gray {font-weight:normal;}
#msProduct.quick .nnal {font-weight:bold;}

#msProduct.quick .button-buy button[type="submit"] {border-radius:10px;margin-left:10px;margin-right:0;}
.product_more a {position:relative;display: flex;align-content: center;align-items: center;font-weight: 700;}
.product_more a:after {content:"";width:21px; height:8px;background:url(../img/arrow-5.svg)no-repeat;display:flex;justify-content: flex-end;align-content: center;margin-left: 17px;}
.product_more {display: flex;align-items: center;justify-content: center;position: absolute;bottom: 0;left: 0;border: 1px solid #42B9DE;right: 0;padding: 15px 0;}
.categories:hover .category-name a {text-decoration:underline;}
.category-img,.servic-img{border-radius: 10px;}
   .servic-img{ border-radius: var(--bs-border-radius-xl) !important;}
.categories:hover .category-img, .servic-item:hover .servic-img {box-shadow: 0px 4px 10px rgba(34, 95, 114, 0.72);}
.menus a.footer-link:hover {text-decoration:underline;}
.topsearch button.btn-close{margin-right: 10px;z-index: 2;}
/* продукт */
.product_page {position:relative;}
.favcomqwi {top:10px;}
.buy_product_modal {padding-top: 9px;font-weight: 600;font-size: 16px;line-height: 150%;padding-bottom: 9px;height: auto;}
.pr_buy.productF {flex-wrap: wrap;}
.pr_buy_product {    align-items: baseline;}






 .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    
    .header {
    	height: 140px;
    	z-index: 1000;
    }
    
    .btn-menu .icon-menu:before {
    	content: ''!important;
    }
    
    
    ul.list-unstyled {
    	margin-bottom: 0px;
    } 
    

nav#my-menu{
	display:none!important;	
}
nav#my-menu.mm-spn{
		display:block!important;
}

.mm-ocd .top-mobile-menu + .ul_menu_mobile{
	  position: relative;
}
.mm-ocd .top-mobile-menu + .ul_menu_mobile:before{
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%,-50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: .4;
	margin: 10px;
    z-index: 222222;
}
.mm-ocd .top-mobile-menu + .ul_menu_mobile:after{
content: 'Назад';
    display: block;
    position: absolute;
    top: -14px;
    left: 35px;
    font-size: 14px;
    color: #777;
}
[data-mm-spn-title="Меню"] .ul_menu_mobile:after,
[data-mm-spn-title="Меню"] .ul_menu_mobile:before{
	display:none!important;
}
.mm-ocd .mm-spn li:after {
    margin-left: 0;
}
.mm-spn.mm-spn--navbar:before{
	display:none!important;
}
nav#my-menu .ul_menu_mobile ul li a{
	padding: 5px 15px;
    font-size: 15px;
}
.mm-ocd .top-mobile-menu + .ul_menu_mobile>ul{
    position: relative;
    padding-right: 0;
    width: 100%;
    top: 0 !important;
}
.mm-ocd .mm-spn ul.mm-spn--parent {
    left: -100%;
}
.mm-ocd nav#my-menu {
    display: block;
}
.mm-ocd .top-mobile-menu i{
	    font-size: 25px;
}
.mm-ocd .mm-spn ul:after {
    content: '';
    display: block;
    height: 20px;
}
.mm-ocd .top-mobile-menu {
position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 2rem 0 1rem;
    max-height: 80px;
}
.mm-ocd .bottom-mobile-menu {
    position: relative;
    top: 0;
    z-index: 2;
    padding: .5rem 0 2rem;
}
.mm-ocd .bottom-adress{
	    font-size: 15px;
    line-height: 130%;
    padding: 10px 0;
}
.mm-spn ul.mm-spn--open {
    background-color: #f3f3f3;
    z-index: 3;
}
.mm-ocd nav#my-menu {
    overflow: hidden;
    overflow-y: auto;
}
.mm-ocd .bottom-mobile-menu div{
	position: relative;
	top: 0;
}



.msearch2 .filter_title,
.msearch2 .accordion-button{
    font-size: 15px;
}
.msearch2 .ui-widget.ui-widget-content{
	padding: 0;
}
.msearch2 .accordion-button::after{
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.msearch2 .accordion-button:not(.collapsed)::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.msearch2 form input+span{
	    font-weight: 400;
    font-size: 14px;
    padding: 0 5px;
}
.card6666 .card-title {
min-height: 35px;
    font-size: 16px;
    font-weight: 600;
}
.card6666 .text-success.h3{
	    font-size: 1rem;
}
.card6666  .my-card-table {
    /*  min-height: 250px;*/
}
.card6666  .my-card-table>:not(caption)>*>* {
 /*   padding: 0; */
}
.card6666 picture img{
/*	    max-height: 250px; */
    width: 70%;
    height: 100%;
    object-fit: contain;
}

h3.card-title a{
	
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 150% !important;
    letter-spacing: 0.03em !important;
	color: #000;
	text-decoration: none;
    height: 70px;
    display: inline-block;

} 

h3.card-title a:hover {
	color: #42b9de;
}

.modal-dialog {
    width: 100%;
    margin: auto;
    padding: 3rem 1rem;
}
.modal.fade .modal-dialog{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    transform: none !important;
}


.dn {
	display: none!important; 
}

.w-100 {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.p-16-32 {
	padding: 16px 32px;
}
.greenbutton {
  color: #7BCE53!important;
}


.greenbutton:hover {
	color: #000000!important;
	text-decoration: none;
}


@media (max-width: 767px) {
	.m-center.pr_buy{justify-content: space-evenly;}
	.pr_buy_product .btn-success{margin-left:10px;}
}
@media (min-width: 576px) {
  .quickview .modal-dialog {
        max-width: 900px;
    }
}



/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	
	.logofirst {
		margin-top: 8px;
	}
	
	.button-logo {
    font-size: .6562rem;
}
	.topsearch {
    position: absolute;
    top: 8px;
    background-color: #fff;
}
	
  .logoNew {
    height: 2.75rem;
  }

  .logotext {
    font-size: 12px;
    line-height: 16px;
  }

  .hyphens p,
  .hyphens li {
    text-align: left;
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
  }

  .search-mobile .msearch2 {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 8px;
    background: #fff;
  }

  .search-mobile .msearch2.active {
    display: block;
  }

  .sctm a {
    text-decoration: none;
    color: #333;
  }

  .cart i {
    font-size: 24px;
  }

  .phone-mobile {

    font-size: 24px;
    display: flex;
    align-items: center;
  }

  .search-mobile {
    font-size: 20px;
  }
  
 nav#my-menu .phone-mobile a {
  	margin-top:2px;
  }

  .tostart {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }

  .img-to-top {
    width: 24px;
    left: 8px;
  }

  .bg-banner {
    /*background-image: url(/assets/img/bg-banner.jpg);*/
    background-image: url(/assets/img/image-25.jpg);
    background-repeat: no-repeat;
    background-size: cover;

  }

  .my-card-table {
    font-size: 14px;
  }

  body {
    margin-top: 0px;
  }

  .my-price-table {
    font-size: 12px;
  }

  h1,
  .h1 {
    font-size: 1.55rem;
  }

  .banner__list {
    font-size: 1.2rem;
  }

  h2,
  .h2 {
    font-size: 1.7rem;
  }

  h3,
  .h3 {
    font-size: 1.2rem;
  }

  .logo-header {
    height: 40px;
  }

  .header-contact span {
    display: block;
  }

  span.header-close {
    display: none;
  }

  .header-contact {
    margin-bottom: 15px;
  }

  span.soc-top {
    margin-top: 15px;
  }

  .fixed-top {
    position: relative;
    /*        margin-bottom: 40px; */
  }

 /* .row-cols-5>* {
    width: 45%;
  } */

  .looked .row-cols-5>* {
    width: 100%;
  }

  .subscribe {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
  }
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {

  .hyphens p,
  .hyphens li {
    text-align: left;
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
  }

  .tostart {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }

  .img-to-top {
    width: 24px;
    left: 8px;
  }

  .bg-banner {
    /*background-image: url(/assets/img/bg-banner.jpg);*/
    background-image: url(/assets/img/image-25.jpg);
    background-repeat: no-repeat;
    background-size: cover;

  }

  body {
    margin-top: 120px;
  }

  .my-price-table {
    font-size: 12px;
  }
  
  .topsearch {
    position: absolute;
    top: 8px;
    background-color: #fff;
}



}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.topsearch {
    position: absolute;
    top: 8px;
    background-color: #fff;
}
	
		.breadcrumbs {
		margin-top:50px;
	}
	
  .bg-banner {
    /*background-image: url(/assets/img/bg-banner.jpg);*/
    background-image: url(/assets/img/image-25.jpg);
    background-repeat: no-repeat;
    background-size: cover;

  }

  .my-card-table {
    font-size: 14px;
  }

  body {
    margin-top: 120px;
  }

  .my-price-table {
    font-size: 14px;
  }

}


/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	 .header-contact > span {
  	font-size: initial;
  }

.header-contact > span  {
	width: 33.33333%;
	text-align: center;
}

	
  .bg-banner {
    background-size: 40%;
    background-position: 100% 50%;
  }

  .logo-header {
    height: 40px;
  }

  .my-card-table {
    font-size: 14px;
  }

  .my-price-table {
    font-size: 14px;
  }

  .banner__list {
    font-size: 20px;
  }
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	
	.subscribe {
		    margin-top: 0;
		    margin-bottom: 20px;

	}
	
	
	
  .bg-banner {
    background-size: 40%;
    background-position: 100% 50%;
  }

  .my-card-table {
    font-size: 14px;
  }

  .my-price-table {
    font-size: 14px;
  }
  
  .header-contact > span {
  	font-size: 14px;
  }
  
  .text-success.ps-4 {
  	padding-left: 0px!important;
  }
  
}


@media  (max-width: 1399.98px) {
	.subscribe {
		    margin-top: 0;
		    margin-bottom: 20px;

	}
	
	.footer-tel {
		text-align: center; 
	}
	

}


@media  (max-width: 767px) { 
 .m-center	{
     justify-content: center;
 } 
 .card6666 .card-footer .ms2_form .m-center {justify-content: space-evenly;}
 
 .dnmini , .brends {
 	display: none;
 }
 li .text-primary{
 	font-size:16px;
 }
 .price{
 	    font-size: 22px;
 }
}

@media  (max-width: 991px) { 
	
.header {
		height: initial!important;
		padding-top: 0px !important;
	}

.ts {
     margin-right: 0px; 
}

.fa-search {
	margin-left: 0;
}

.footer-button, .right-column {
	display: none; 
}

.d-mini {
	display: block;
}


.jcc {
        flex-wrap: wrap;
        width: 78%;
}



}

@media  (max-width: 576px) {

.d-mini {
	display: none;
}

.d-mini2 {
	display: block;
}

	
} 

@media  (max-width: 414px) {
.phone-mini-cart {
    margin-left: 0px;
    margin-right: 0px;
}

span.count.ms2_total_count {
	margin-left: 0;
}

.phone-mini {
	margin-bottom: 5px;
} 
.logofirst, .text-successs {
    font-size: 12px;
}
}


@media  (max-width: 400px) {
	.quick .art-nal {align-items: baseline;font-size:12px;}
	.quick img {max-width:100%;}
	.phone-mini strong{
			font-size:16px;
	}
	.fa-brands, .fa-search {
    font-size: 30px;
}
.nav-tabs .nav-link{
	        font-size: 13px;
        padding: 10px;
}
.icon-cart {
    font-size: 30px;
}
.nav-pills{
	padding-left:15px;
}
.my-card-table td {
    font-size: 12px;
}
}
@media  (max-width: 1400px) {
	.phone_block a strong{
		font-size:17px;
	}
	
}
@media  (max-width: 1300px) {
	.work-time, .footeremail{
		font-size:15px;
	}
	.footertel{
			font-size:20px;
	}
}
.footer-tel{
	font-size:16px;
}
.mm-spn ul {
	z-index:100!important;
}
   
.ms2_total_count, .ms2_total_cost{
	    margin-left: 5px;
}
textarea {
    max-width: -webkit-fill-available;
}
.button-buy .number{
	
    width: 100%;
    max-width: 385px;

}
.card-text .table{
	min-height:fit-content;
}

.table >:not(caption) > * > *{
	border-bottom:none;
}

.subscribe .smart-captcha-container {
	margin-top: 10px;
}

.smart-captcha-container {
	margin-bottom: 10px;
}