.ro__item__name {
	position: relative; /* Относительное позиционирование */
	font-weight: 500;
}
.ro__item__name:hover::after {
	content: attr(data-title); /* Выводим текст */
	position: absolute; /* Абсолютное позиционирование */
	left: 95%; top: 95%; /* Положение подсказки */
	z-index: 1; /* Отображаем подсказку поверх других элементов */
	background: rgba(255,255,230,0.97); /* Полупрозрачный цвет фона */
	font-family: sans-serif; /* Гарнитура шрифта */
	font-size: 13px; /* Размер текста подсказки */
	color: #444;
	padding: 5px 10px; /* Поля */
	border: 1px solid #bbb; /* Параметры рамки */
	border-radius: 7px;
	width: 180px;
}
.footer__logo{
	opacity:0.7;
}
.ro__list {
    margin-right: 42px;
}
.modal__select .modal-content {
    padding: 20px 30px;
}
.modal__select .close {
    top: 20px;
}
.product__title{
	position: relative;
}
.product__title:hover::after {
	content: attr(data-title); /* Выводим текст */
	position: absolute; /* Абсолютное позиционирование */
	left: 0%; top: 0%;/* Положение подсказки */
	z-index: 1000; /* Отображаем подсказку поверх других элементов */
	background: rgba(255,255,230,0.97); /* Полупрозрачный цвет фона */
	font-family: 'Open Sans'; /* Гарнитура шрифта */
	font-size: 13.8px; /* Размер текста подсказки */
	line-height: 1.2;
	overflow: visible;
	color: #444;
	padding: 0px 0px; /* Поля */
	width: 100%;
	height:100px;
}
.downheader__mode {
    font-size: 12px;
}
a.btn_link {
    background: #223263;
    font-size: 12px;
    border: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding: 10px 15px;
    margin-right: 10px;
    height: 30px;
	border-radius: 8px;
}
span.sep-header {
	background-color: #BBBABA;
}
a.cro_link {
	line-height: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-track{
	margin-left: unset;
}

.navbar-nav .dropdown-menu{
	position: relative;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2bddf2;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2bddf2;
}

.section_text {
    padding-bottom: 20px;
}

.comments-count {
    display: inline-block;
    background-color: #223264;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
}

.about-count {
    display: inline-block;
    background-color: #223264;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
}
.article__text a{
color: #007bff;
}
.article__text a hover{
color: #0059dd;
text-decoration: underline;
}
.article__text li:before {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    content: "\25CF";
    /*color: #0099cc;*/
    margin-right: 10px;
}
.webinar_new li:before {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    content: "\25CF";
    color: #0099cc;
    margin-right: 10px;
}
.webinar_new li{
	margin-bottom: 5px;
}
.section_text li:before {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    content: "\25CF";
    /*color: #0099cc;*/
    margin-right: 10px;
}

.hit-icons {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -18px;
}

.hit-icons img {
    margin-left: 3px;
	width: 25px;
}

.catalog-pro__tovar{
	position: relative;
}

.catalog-pro__tovar .hit-icons {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    top: initial;
}

.shops__title{
	font-weight: 700;
	font-size: 24px;
	color: #1f2e63;
	padding-bottom: 30px;
}

.soc-btns {
    text-align: center;
	width: 100%;
}

.app-store {
    text-align: center;
	width: 100%;
	margin-top: 15px;
}

.ro-addr {
	color: #868686;
	font-size: 11px;
}

.backet-chekout__amout {
	text-align: right;
}

.product-cart__icon div {
  position: relative;
}

#tooltip2 {
  display: none;
  font-size: 13px;
  position: absolute;
  bottom: 0px;
  right: 55px;
  width: 250px;
  padding: 12px;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 45px 1px #ccc;
  box-shadow: 0px 0px 45px 1px #ccc;
  word-wrap: break-word;
}

#tooltip2:before {
  width: 18px;
  height: 21px;
  background: url('/local/templates/smartoriginal/css/../img/poper.png') center center no-repeat;
  content: '';
  position: absolute;
  right: -15px;
  bottom: 5px;
  transform: rotate(-180deg);
}

.is-stock {
	position: absolute;
	right: 0;
    top: 90px;
	z-index: 100;
	background: #fff;
	height: auto;
	width: 300px;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 7px;
}
	
.is-stock:after, .is-stock:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
	
.is-stock:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.is-stock:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ccc;
	border-width: 17px;
	margin-left: -17px;
}
	
.is-stock .catalog-pro__tovar__button {
	padding: 8px 20px;
}
	
.catalog-pro__tovar__button.is-stock-no {
	background: #ff4b4b;
}

.backet-chekout__amout {
    position: relative;
}

.order-basket td.foot-total {
	position: relative;
	overflow: unset!important;
}

.dropdown-submenu .dropdown-toggle{
    width: 100%;
    display: inline-block;
}

.dropdown-submenu .dropdown-menu.show{
    position: relative;
    border: none;
    background: transparent;
}

.dropdown-submenu .dropdown-menu .dropdown-item:last-child {
    font-weight: normal!important;
}

.slick-slide img {
    max-width: 100%;
}

.slide-infobloks__date {
    padding-top: 10px;
    text-align: center;
}

.slide-infobloks__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.news__slider__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.slide-infoblocks__title {
    text-align: center;
    color: #30c4d5;
    font-size: 20px;
    text-align: center;
    padding: 17px 0px 15px 0px;
}

.slide-infobloks__more {
    text-align: center;
}

.catalog-pro__left__catalog li {
    list-style: none;
}

.cat-dropdown-menu {
    display: none;
}

.cat-dropdown-menu.show {
    display: initial;
}

.cat-dropdown-menu li a {
    padding-left: 36px;
    padding-right: 7px;
}

.cat-dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media (max-width: 1199.98px) {
    .offer-slider__item {
        height: 362px;
    }
}

@media (max-width: 991.98px) {
	.soc-btns {
		margin-left: auto;
		margin-right: auto;
	}
	.app-store {
		margin-left: auto;
		margin-right: auto;
	}
    .dowmheader__contact__img {
        padding-left: 0;
    }
    .downheader__contact {
        margin-top: 8px;
    }
    .offer__button {
        display: none;
    }
}

.offer-slider__item.mobile {
    display: none;
}

@media (max-width: 768px) {
    .offer-slider__item {
        height: 300px;
    }

    .offer-slider__item.desctop {
        display: none;
    }

    .offer-slider__item.mobile {
        display: block;
    }

    .offer-slider .slick-prev,
    .offer-slider .slick-next {
        display: none!important;
    }
}

.infoblocks {
	margin-top: 30px;
}
/*скрыть базовую цену в блоках и в карточке товара*/
.dop-price {
    display: none !important;
}
/*скрыть хочу скидку*/
.backet__value__text {
	display: none !important;
}