/*** Custom style ***/

.sale-banner {
	text-align: center;
	padding: 5px 15px;
	background: #ff5151;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.sale-banner a {
	color: #ffefb6;
	font-weight: 600;
}

img {
	height: auto;
}

#buy-set {
    display: none;
  	cursor: pointer;
}
.buy-sets {
    margin: 15px auto;
    display: flex;
}

/*** Prod delivery aside block ***/
.block-delivery div {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}
.block-delivery div span {
	display: block;
    width: 40px;
	padding: 5px 0;
    max-width: 200px;
    margin: auto;
}


/*** Masseger ***/
.app-chats__item .viber-chats:before,
.app-chats__item .telegram-chats:before,
.app-chats__item .whatsapp:before {
	content: "";
	display: block;
	background-size: cover;
	margin: auto;
	width: 60px;
	height: 60px;
}

.app-chats__item .whatsapp:before {
	background-image: url('/catalog/view/theme/technics/images/icons/icon-chats-whatsapp.svg');
}

.app-chats__item .viber-chats:before {
	background-image: url('catalog/view/theme/technics/images/icons/icon-chats-viber-n.svg');
}

.app-chats__item .telegram-chats:before {
	background-image: url('catalog/view/theme/technics/images/icons/icon-chats-telegram.svg');
}

.app-chats__item .chats-skype:before {
	content: url(catalog/view/theme/technics/images/icons/icon-chats-skype.svg);
}

.app-chats__item .chats-messenger:before {
	content: url(catalog/view/theme/technics/images/icons/icon-chats-messenger.svg);
}

.app-chats__item .chats-email:before {
	content: url(catalog/view/theme/technics/images/icons/icon-chats-email.svg);
}

/*** Special ***/
.products__item-countdown {
	display: none;
}

/*** Account page ***/
table a:link,
table a:visited {
	font-weight: 500 !important;
}

.btn.btn--blue {
	color: #ffffff;
}

.account-blocks .category__item {
	min-height: auto;
}

.account-blocks .category__item:hover {
	box-shadow: 0 0 1.3rem -0.4rem rgba(0, 0, 0, 0.1);
}

.account-blocks .category__item-title {
	text-align: left;
}

.signin__body p {
	min-height: 10.5rem;
}

.signin__body .btn--transparent {
	border: .1rem solid #00b9b5;
}

.signin__action {
	padding: 1.5rem 0 .5rem;
}

/*** Page ***/
.page {
	padding: 0 0 3.5rem;
}

    .btn-go-to {
        border: 1px solid #f06123;
        color: #f06123;
        padding: 0.6rem 3rem;
        margin: 1rem auto;
        font-size: 1.4rem;
        box-shadow: 0 15px 15px -8px rgb(240 97 35 / 38%);
      	transition: .25s;
      	display: block;
        max-width: max-content;
    }
    .btn-go-to:hover {
        box-shadow: 0 15px 15px -2px rgb(240 97 35 / 38%);
      	transition: .25s;
    }
/*** Slider Brands ***/
.info.brands-slide .media__heading {
	position: absolute;
	top: -80px;
}

.info.brands-slide {
	margin: 5rem 0 0;
}

/*** About us ***/
.about-us-first {
	background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4)), url(/image/catalog/banners/about-us-bg.jpg);
	background-position: center;
	padding: 25px 25px 5px;
	margin-bottom: 25px;
	background-size: cover;
	background-repeat: no-repeat;
}

.heading-center {
	text-align: center;
}

.about-ul-grid {
	list-style: none;
	padding: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	text-align: center;
}

.about-ul-grid li {
	min-height: 15rem;
	max-width: 30rem;
	margin: auto;
}

.about-ul-grid li img {
	display: block;
	margin: 0 auto 15px;
}

/*** Header ***/
.acc__btn:after {
	display: none;
}

.acc__btn {
	padding: 0;
}

.acc__dropdown {
	width: 25rem;
}

.acc__btn .icon-user {
	top: 0;
	margin: 0;
}

.phone__btn {
	font-size: 1.6rem;
	font-weight: 400;
}

.header--v2 .logged-col {
	padding: 0;
}

.header--v2 .icon-user,
.header--v2 .icon-cart,
.header--v2 .icon-phone {
	width: 2.8rem;
	height: 2.8rem;
}

.header--v2 .icon-phone {
	margin: 9px 5px 0;
}

.header--v2 .cart__btn [class^="icon-"] {
	display: block;
	margin: 0 auto;
}

.baner-main-page {
	position: relative;
	top: -1.2rem;
}

.baner-main-page img {
	height: auto;
}

.header--v2 .cart__counter {
	top: 1.4rem;
	left: 70%;
}

header .cart__btn:after {
	background: rgba(255, 255, 255, 0);
}

header .cart__btn:hover {
	color: #32aba8;
}

.logged-col {
	position: relative;
}

.header--v2 .search.is-open .search__wrapper {
	max-width: 63rem;
}

nav.is-sticky .nav__link--arrow {
	padding-right: 2.2rem;
}

.cart-scroll {
	display: none;
}

.col-phone-mobi {
	display: none;
}

header nav.js-sticky {
	box-shadow: rgb(107 107 107) 0px 5px 10px -5px;
    z-index: -1;
}

/*** Sidebar Menu ***/
.menu-box {
	font-family: "Montserrat", Helvetica, Arial, als_rublregular, sans-serif !important;
}

.ocf-header,
#menu-vsheme .title-menu-sheme {
	color: #fff !important;
	font-weight: 500 !important;
	text-shadow: none !important;
	background: #7e7f83 !important;
	border: 0 !important;
	padding: 6px 10px !important;
}

#menu-vsheme {
	border-radius: 0 !important;
	box-shadow: 0 3px 6px rgba(165, 165, 165, 0.12) !important;
	margin-top: 0 !important;
}

#menu-vsheme a {
	color: #343434 !important;
	font-size: 12px !important;
}

#menu-vsheme #menu-vsheme-list .arrow {
	color: #00b9b5 !important;
	font-size: 14px !important;
}

#menu-vsheme .title-menu-sheme svg {
	margin-right: 5px;
}

#menu-vsheme #menu-vsheme-list>li>a.parent-link:hover,
#menu-vsheme #menu-vsheme-list>li>a.parent-link.hover {
	background: #fff !important;
	color: #00b9b5 !important;
}

#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-haschild>li>a:hover,
#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-haschild>li>a.hover {
	background: #fff !important;
	color: #00b9b5 !important;
}

#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-ischild-simple>li>a:hover,
#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-ischild-simple>li>a.hover {
	background: #fff !important;
	color: #00b9b5 !important;
}

#menu-vsheme #menu-vsheme-list>li+li,
#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-haschild>li+li {
	border-top: 1px solid rgba(238, 238, 238, 0.54) !important;
}

#menu-vsheme #menu-vsheme-list {
	border: 1px solid rgba(232, 232, 232, 0.32) !important;
	border-top: 0 !important;
}

#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple .nsmenu-ischild-simple,
#menu-vsheme #menu-vsheme-list>li .dropdown-menu-simple {
	border: 1px solid rgba(221, 221, 221, 0.26) !important;
}

#menu-vsheme #menu-vsheme-list>li:hover .dropdown-menu-simple {
	display: block;
}

#menu-vsheme .nsmenu-type-category-simple .dropdown-inner .list-unstyled:before {
	content: " ";
	height: 3rem;
	display: block;
	position: absolute;
	background: rgb(0 0 0 / 0%);
	width: 100%;
	top: -3rem;
}

#menu-vsheme .nsmenu-type-category-simple .dropdown-inner .list-unstyled:after {
	content: " ";
	height: 3rem;
	display: block;
	position: absolute;
	background: rgb(0 0 0 / 0%);
	width: 100%;
	bottom: -3rem;
}

/*** Pop Up callback ***/
.writeus__heading-text {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.writeus__heading {
	padding: 0 0 1rem;
	margin: 0 0 1.6rem;
	font-size: 2.2rem;
	line-height: 2.8rem;
	text-align: center;
}
.writeus .ui-label {
    display: none;
}

/*** Fancebox galery ***/
.fancy-galery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	margin: 10px auto 25px;
}

.fancy-galery img {
	max-height: 240px;
	object-fit: contain;
}

.fancy-galery div {
	border: .1rem solid #F6F6F6;
	padding: 10px;
	box-shadow: 0 3px 5px hsl(0deg 0% 82% / 19%);
}

/**** FOOTER ****/
.footer__pay-item {
	height: 2.8rem;
	line-height: 3rem;
}

.footer__logo {
	margin: .8rem 1rem .6rem 0;
	float: left;
}

.copyright {
	font-size: 11px;
	margin: 8px 0 0 !important;
}

/*** Footer Menu ***/
.footer__nav nav h4 {
	display: none;
}

.footer__nav .nav-categories__menu>li {
	display: inline;
	padding-right: 25px;
}

.nav-categories--flex>* {
	margin: 0;
}

/*** Cart ***/
.text-bank {
	color: #f06123;
}

.ui-group {
	margin: 0 0 .5rem;
}

.cart-hidden {
	display: none;
}

.tab-cart-hidden {
	display: none;
}

table.checkout__table {
	margin: 0 auto;
	border: 0;
	border-radius: 0;
}

.basket__table-image,
.basket__table-desc,
.basket__table-price,
.basket__table-counter,
.basket__table-cost,
.basket__table-action {
	padding: 1rem 2.5rem !important;
	height: 10.2rem;
}

.basket__table-details {
	padding: 0 !important;
}

.basket__table-action {
	text-align: center;
}

.page__heading {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 0 0 2rem;
}

.basket__container {
	max-width: 100%;
	margin: 0 auto;
}

table.basket__table tr td:first-child {
	text-align: center;
}

.basket__table-details-list {
	border-top: 0;
}

#custcart .checkout__table .cart__item-id {
	display: none;
}

#custcart .checkout__table .checkout__table-image {
	border: 0;
	padding: 0;
}

#custcart .checkout__table td {
	padding: .8rem;
	vertical-align: middle;
}

#custcart .checkout__table .checkout__table-price b {
	font-weight: 500;
}

#custcart .checkout__table a:link {
	font-weight: 400;
}

.btn-primary:hover {
	border: 0;
}

/*** Dropdown Cart ***/
.cart__dropdown .cart__head {
	height: 5rem;
}

.cart__dropdown .cart__back {
	height: 4.9rem;
	line-height: 1rem;
}

.cart__dropdown .cart__item-id {
	display: none;
}

/** Cart **/
.cart__dropdown .cart__item {
	display: grid;
	position: relative;
	overflow: hidden;
	grid-template-columns: 15% 50% 30% 5%;
	padding: 1rem .7rem;
	font-size: 1.18rem;
	line-height: 1.5rem;
}

.cart__dropdown .cart__item-action {
	display: block;
	text-align: center;
	padding: 0;
}

.cart__dropdown .cart__item-price b {
	font-weight: 500;
	font-size: 1.5rem;
}

.cart__dropdown .cart__item-delete {
	position: relative;
	top: 0;
	right: 0;
}

.cart__dropdown .cart__item-price {
	margin: 0;
	float: none;
}

.cart__dropdown .cart__item .jq-number {
	width: 8rem;
}

.cart__dropdown .cart__item .ui-number--sm {
	height: 2rem;
	font-weight: 500;
}

.cart__dropdown .cart__item-image {
	width: 5rem;
	height: 5rem;
	line-height: 4rem;
}

.cart__dropdown .cart__item-desc {
	overflow: hidden;
	padding: 0 .5rem;
}

.cart__dropdown .cart__item-title {
	height: 44px;
	overflow: hidden;
	position: relative;
}

.cart__dropdown .cart__item-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.65) 50%);
}

.cart__dropdown .cart__total {
	padding: 1.2rem 1rem;
	bottom: 0;
	position: absolute;
	width: 100%;
	background: #fff;
}

.cart__dropdown .cart__body {
	height: calc(100% - 20.0rem);
}

.cart__dropdown .cart__total-item--last span {
	font-size: 2rem;
	line-height: 2.2rem;
}

.cart__dropdown .cart__foot {
	padding: 1rem 0;
	height: auto;
}

.cart__dropdown .cart__foot .row {
	padding: 0 2rem;
}

.cart__dropdown .cart__body:after {
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 0);
}

.cart__dropdown .icon-delete {
	width: 1rem;
	height: 1rem;
	opacity: 0.3;
}

.cart__dropdown .cart__item-empty {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 25px;
}

.cart__dropdown .cart__scroll .cart__list {
	margin-bottom: 48px;
}

.cart__dropdown .cart__close {
    max-width: max-content;
    margin: 10px auto 20px;
}

.cart__close .cart-close-dr {
    border: 1px solid #f06123;
    color: #f06123;
    padding: 1rem 3rem;
    font-size: 1.3rem;
    /*box-shadow: 0 15px 15px -8px rgb(240 97 35 / 38%);*/
    transition: .25s;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    }
    .cart__close .cart-close-dr:hover {
        box-shadow: 0 15px 15px -2px rgb(240 97 35 / 38%);
        transition: .25s;
    }
/*** Manufacturer ***/
.brands__item {
	height: 15rem;
}

.manufacturer-page .thumb-manufacturer {
	float: left;
	margin: 0 25px 10px;
}

.brands__item-image {
	flex-direction: column;
}

.manufacturer-brand-name {
	font-size: 1.1rem;
	position: absolute;
	bottom: 5px;
	font-weight: 500;
}

.brands {
	padding: 0;
}

.brands__heading {
	display: block;
	font-size: 2.5rem;
	line-height: 3.5rem;
	font-weight: 500;
	margin: 0 0 1rem;
}

.brands .text-block {
	margin-top: 5px;
}

/*** Contact page ***/
.img-cont img {
	margin: 15px auto 25px;
	width: auto;
	height: 250px;
	object-fit: cover;
	max-width: 320px;
	box-shadow: 0 25px 25px -15px rgb(69 17 14 / 45%);
}

.img-cont p {
	font-size: 1.7rem;
	font-weight: 500;
}

.contact-seo {
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 3rem;
	align-items: center;
}

.contact-seo>div {
	padding: 25px 35px
}

.img-cont {
	text-align: center;
}

.comment-cont {
	text-align: center;
	margin-bottom: 5px;
}

.hidden-adress-cont {
	display: none;
}

.onen-time {
	text-align: center;
	font-size: 12px;
}

.text-cont-info {
	border: 1px solid #00b9b5;
	padding: 15px 25px;
	margin-bottom: 15px;
	border-radius: 15px;
}

.contacts__map {
	bottom: -10px;
}

/*** Main page ***/

.text-block h1 {
	margin-bottom: 0;
}

.category__item {
	min-height: 23rem;
}

.text-block-p {
	margin-bottom: 0;
}

.text-block h2 {
	margin-top: 25px;
}

.category__item-image img {
	width: auto;
}

.catalog__category .category__grid .category__item-title {
	word-break: break-word;
}

/*** Contact ***/
.contacts__info {
	top: 3rem;
}

.contacts__container .btn {
	top: 85%;
}

.contacts {
	padding-bottom: 0;
}

a.phone__contact-link {
	color: #343434 !important;
	cursor: default;
}

a.phone__contact-link:hover {
	color: #343434 !important;
}

p.adress-cont.onen-time {
	margin-bottom: 0;
}

/*** Side Menu ***/
.catalog__nav-menu .is-active ul.catalog__nav-menu li a:before {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	transition: inherit;
	border-bottom: .2rem solid #00b9b5;
	border-right: .2rem solid #00b9b5;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -.4rem 0 0;
}

.catalog__nav-menu .is-active>ul.catalog__nav-menu li a.catalog__nav-link {
	background: rgba(255, 255, 255, 1);
}

.catalog__nav-link {
	background: rgba(245, 245, 245, 0.56);
}

.products__item-buttons .btn--blog,
.products__item-buttons .btn--like {
	height: 2.5rem;
	width: 2.5rem;
	opacity: 0.4;
	border: 0;
}

.products__item-action {
	top: 43%;
	left: 65%;
	width: auto;
	z-index: 99;
	transition: .15s;
	padding: 0;
}

.products__item-action .btn {
	padding: 1rem .8rem;
}

.products__item-action .btn--preview {
	display: none;
}

.products__item-action .btn--cart {
	box-shadow: 0 -5px 12px 5px rgba(255, 255, 255, 0.75);
	font-size: 20px;
	background: #0A66C7 !important;
	border-radius: 5px;
}

.products__item-action .btn--cart:hover {
	opacity: 0.85;
}

.products__item-in:after {
	bottom: 0;
}

.products__item-price {
	position: absolute;
	bottom: 10px;
	color: #555;
	font-size: 1.35em;
	font-weight: 500;
}

.products__item {
	height: 34rem;
}

.products__item-images {
	height: 20rem;
}

.products__item-title {
	white-space: normal;
}

/*** Product page ***/
.model-brand {
	text-align: center;
	padding: 0 8px;
	margin-top: 5px;
}

.sku__id {
	font-size: 1.1rem;
	line-height: 1.5rem;
	padding: .5rem 0;
	margin: 0;
}

.sku__brand {
	font-size: 1.2rem;
	font-weight: 500;
}

.sku__slides {
	padding: 0;
}

.sku__rating [class^="icon-"] {
	position: relative;
	top: -2px;
}

.btn-viber {
	background-color: #665CAC;
	color: #fff;
	padding: 10px;
	line-height: 2rem;
}

.btn-phone {
	background-color: #00b9b5;
	color: #fff;
	padding: 10px;
}

.btn-phone:hover,
.btn-viber:hover {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
	color: #fff;
}

.sku__custom-popup {
	margin: 1rem 0 0;
}

.quick-call {
	text-align: center;
	font-weight: 500;
	line-height: 1.6rem;
	border-top: 1px solid #f1f1f1;
	padding-top: 2rem;
}

.quick-call>p {
	margin-bottom: .5rem;
	font-size: 1.3rem;
	color: #949494;
}

#buy-set,
.quick-call .grid-phone .js-fancy-popup-cart {
    border: 1px solid #f06123;
    color: #f06123;
    padding: 0.6rem 3rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    box-shadow: 0 15px 15px -8px rgb(240 97 35 / 38%);
  	transition: .25s;
}

#buy-set:hover,
.quick-call .grid-phone .js-fancy-popup-cart:hover {
    box-shadow: 0 15px 15px -2px rgb(240 97 35 / 38%);
  	transition: .25s;
}

.quick-call .grid-phone .btn--dashed span {
	border-bottom: 0;
}

.grid-phone {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

.sku__group {
	padding-bottom: 1rem;
	margin: 0 -2rem 2.5rem;
}

.block-delivery {
	text-align: left;
	border: .1rem solid #F6F6F6;
	max-height: 400px;
	line-height: 1.23rem;
}

.block-delivery .block-del-txt {
	margin-bottom: 0;
	padding: 10px;
	font-weight: 400;
	line-height: 1.5rem;
	font-size: 1.1rem;
}

.sku__price {
	margin: 0 auto 3.5rem;
	font-size: 3.5rem;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 1rem 2.5rem;
	width: max-content;
	font-weight: 400;
}

.sku__share {
	margin: 15px 0;
}

.sku .products {
	padding: 3.4rem 0 3.4rem;
}

.sku .products.products--recomended {
	padding: 2.5rem 0 1.5rem;
	background-color: #f9f9f9;
}

.sku .products.products--recomended.random-recomended {
	padding: 1rem 0 3.5rem;
}

.comments {
	padding: 1rem 0;
}
.js-btn-add-set2cart .icon-cart {
    display: none;
}

.quick-call #button-cart span,
.sku__action .sku__action-buttons #button-cart span {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: 2px;
  	color: #d9c5b2;
}

.sku__action {
	text-align: center !important;
}

.products__set .js-btn-add-set2cart,
.quick-call #button-cart,
.sku__action .sku__action-buttons #button-cart {
	padding: 10px 25px;
	background: #313131 !important;
}

.sku__settings {
	border-top: 1px solid #f1f1f1;
	padding: 10px 0 5px;
	margin: 0;
}

.ui-size__btn {
	height: auto;
	border: 0;
	font-size: 1.2rem;
	line-height: 2.1rem;
	font-weight: 500;
	color: #343434;
	padding: 0 1rem 0 1.8rem;
}

.ui-group-size .ui-size {
	margin: 0 .5rem .5rem 0;
}

.ui-size__input {
	visibility: visible;
}

input[type=radio] {
	margin: 3px 0 0;
	width: 8px;
}

.ui-size__input:checked~.ui-size__btn {
	border-color: rgba(255, 255, 255, 0) !important;
	background: rgba(255, 255, 255, 0) !important;
	color: #343434;
}

.sku__settings .ui-label {
	line-height: 1rem;
    margin: 0;
  	color: #1a1815;
}

.ui-group-size {
	padding: 0.8rem 0;
}

.set {
	padding: 2.4rem 0 2.4rem;
}

.sku__content .sku__price .price-old {
	font-size: 2.2rem;
	margin-right: 25px;
	position: relative;
}

.sku__content .sku__price .price-old:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: .1rem;
	background: #FF2121;
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

/*** Flex in product ***/
.row-flex-2 {
	display: flex;
	justify-content: space-around;
}

.align-items-c {
	align-items: center;
}

.row-flex-2 img {
	display: block;
	margin: 15px auto;
}

.row-flex-2 table {
	margin: 15px 10px;
}

/*** Main ***/
h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.9rem;
	margin-bottom: 1.6rem;
}

h4 {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 1.2rem;
	color: #8c8c8c;
}

.nav__topbar-submenu {
    background: #7e7f83;
}

.nav__topbar-sublink:hover {
    background: #7e7f83 !important;
    color: #d9c5b2 !important;
}

.nav__topbar-sublink {
	color: #fff !important;
	white-space: normal;
}

.nav__list-link:not(.nav__list-link--arrow):hover {
	background: #f5f4f4;
}

.other__item-image img {
	vertical-align: middle;
}

.other__item {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 400;
}

h1.prod-heading,
.sku__heading h1 {
	font-size: 2.3rem;
	line-height: 3rem;
	font-weight: 400;
	width: 100%;
	padding: 0 1.5rem;
}

.contacts__heading,
.catalog__heading {
	font-size: 3rem;
	margin: 0 0 1rem;
}

.contacts__heading {
	font-weight: 500;
}

.category__item-title {
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
}

.category__item {
	padding: 1.2rem;
}

.options {
	margin: 0 0 1.1rem;
}

.ui-number {
	padding: 0 1.5rem;
	width: 9rem;
	border-radius: 0;
}

.btn {
	font-weight: 500;
	border-radius: 0;
}

.btn--cart {
	background: #2b9fea !important;
}

.products__item-category {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400;
}

.catalog #mainContainer {
	padding-bottom: 3rem;
}

a.phone__link.js-fancy-popup {
	color: #f06123;
}

.breadcrumbs__link {
	color: #80756B;
}

.category__item-title,
.acc__btn,
.cart__btn,
.nav__topline-link,
.nav__topbar-sublink,
.nav__topbar-link,
.products__item-title {
	font-weight: 400 !important;
}

.nav__link {
	font-weight: 500;
}

.breadcrumbs__link,
.phone__link {
	border-bottom: 0;
}

/*** Menu ***/
.nav__link--arrow:after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.nav__list-link:not(.nav__list-link--arrow),
.nav__list-link:not(.nav__list-link-title),
.nav__list-link:not(.show-all-cat) {
	color: #343434 !important;
}

.nav__group-menu {
	margin: 0 0 .5rem;
}

.header {
	margin: 0 0 1.2rem;
}

.nav__group-link {
	color: #343434;
}

.nav__group-title {
	color: #343434;
	border-bottom: 1px solid #ececec;
	font-weight: 500;
	text-transform: none;
}

.nav__group-menu>li {
	padding: .13rem 0;
}

.nav__menu-fullwidth .nav__group .nav__group-menu .nav__group-link:before {
	margin: 5px 0 0;
	font-weight: 900;
	font-size: 1.1em;
	content: "▹";
	color: #7e7f83;
	padding-right: 3px;
}

.nav__dropdown--full {
	padding: 1.5rem 3rem;
}

/*** Mobi menu ***/
.nav__list-link-title {
	/*font-size: 1.5rem;
    font-weight: 500;
  	color: #088f88 !important;
    border-bottom: .1rem solid #E8E8E8;*/
	display: none;
}

.nav__topbar-menu a:hover {
    color: #fff;
}

.show-all-cat,
.nav__list-link--arrow {
	color: #088f88 !important;
}

.nav__list-menu.list-menu-1 a.nav__list-link:not(.show-all-cat),
.nav__list-menu.list-menu-2 a.nav__list-link:not(.show-all-cat),
.nav__list-menu.list-menu-1 a.nav__list-link:not(.nav__list-link--arrow),
.nav__list-menu.list-menu-2 a.nav__list-link:not(.nav__list-link--arrow) {
	color: #088f88;
	white-space: normal;
}

.mobi-menu-back {
	display: flex;
	justify-content: space-between;
	border-bottom: .1rem solid #E8E8E8;
}

.mobi-menu-back .nav__list-link--more {
	padding: 1rem .5rem;
	line-height: 2.5rem !important;
	color: #2b9fea !important;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: .06rem;
}

/*
.mobi-menu-back .nav__list-link--more:after {
    content: '';
    display: inline-block;
    width: .8rem;
    height: .8rem;
    transition: inherit;
    border-bottom: .2rem solid currentColor;
    border-right: .2rem solid currentColor;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -.4rem 0 0;
}
*/
.mobi-menu-back .nav__list-back {
	width: auto;
}

/*** Breadcrumps ***/
.breadcrumbs {
	margin: 0 0 .8rem;
	font-size: .8em;
}

.breadcrumbs__menu>li {
	padding: 0 1rem 0 0;
}

.breadcrumbs__menu>li:after {
	right: .2rem;
}

/*** Tables ***/
table {
	color: #666;
	font-size: 14px;
	background: #eaebec;
	margin: 20px auto;
	border: #ccc 1px solid;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px rgba(209, 209, 209, 0.5);
}

table th {
	font-weight: bold;
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
	text-align: left;
	padding-left: 20px;
}

table p {
	margin-bottom: 0;
}

/*table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}*/

table tr {
	text-align: center;
}

/*table tr td:first-child {
    border-left: 0;
}*/

table tr td {
	padding: 7px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fff;
}

table thead tr td {
	background: #f1f1f1 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
	border-bottom: 1px solid #e0e0e0 !important;
	font-weight: 500;
	color: #6f6f6f;
}

table tr:last-child td {
	border-bottom: 0;
}

/*table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
} */

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}

/*** Comment Block ***/
.comments__container {
	padding: 1.2rem 2rem .8rem;
	margin: 0 0 2rem;
}

.comments__item {
	position: relative;
	padding: 0 0 1rem 6rem;
	margin: 0rem;
}

.comments__item-message p {
	margin: 0rem;
}

.comments__item-author {
	margin: 0;
}

.comments__form {
	padding: 1rem 0 0;
}

.comments__form .ui-textarea,
.comments__form .ui-input {
	margin: 0 0 .8rem;
}

.comment-form-h {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.comment-head-bl {
	display: flex;
}

.comments__statistic-table td {
	padding: .3rem !important;
}

/*** Filter ***/
.ocf-body {
	-webkit-box-shadow: 0 3px 6px rgba(165, 165, 165, 0.12);
	box-shadow: 0 3px 6px rgba(165, 165, 165, 0.12);
}

.ocf-filter-body {
	border: 1px solid rgba(238, 238, 238, 0.54) !important;
	padding: 10px 12px;
	border-top: 0 !important;
}

.noUi-connect {
	background: #0E6A93;
	/* #0A66C7; */
	box-shadow: none;
}

.panel-heading svg {
	margin-right: 5px;
}

.selected-options button.btn-value {
	height: 2rem;
	text-transform: inherit;
	line-height: 1.6rem;
}

.selected-options button.btn-value-reset {
	height: auto;
	padding: 5px;
	margin-top: 10px;
}

.ocf-option-values .collapse-value button {
	color: #32aba8;
	height: auto;
	font-weight: 600;
}

.ocf-option-values .collapse-value button:hover {
	box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
	height: 6px;
	top: 3.5px;
}

.noUi-horizontal .noUi-handle {
	height: 14px;
	top: -5px;
}

.noUi-horizontal {
	height: 4px;
	border: 0;
}

/*** Btn charts ***/

.app-chats__toggle {
	box-shadow: -5px 0 13px -5px rgb(76 74 74 / 68%);
}

/*** Category Page ***/
.catalog__category .category__item-image {
	flex: unset;
}

.catalog__category .category__item-title {
	margin: auto 0;
}

.catalog>.container-fluid>.row {
	flex-direction: row-reverse;
}

#menu-vsheme-list.dropdown-menu-sheme {
    z-index: 99;
}

/*** FAQ block ***/
#qestions h3 {
	margin: 1.2rem 0;
}

#qestions ul,
#qestions ol {
	margin: 1rem 0 1.2rem;
}

#qestions {
	margin-bottom: 2rem;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
	background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
#qestions .panel {
	padding: 0 18px;
	background-color: white;
	overflow: hidden;
}

/*** Start Guns Styles ***/

/*** Main styles ***/

.footer__nav {
	background: #7e7f83;
}

.footer__nav a:hover {
	color: #d9c5b2;
}

.footer__container {
	color: #c8c8c8;
	background: #14110f;
}

.footer__container a {
	color: #d9c5b2;
}

.topbar {
	opacity: 0.95;
	background: url(https://start-guns.com.ua/image/catalog/bg-3.png);
	background-size: cover;
}

.phone__btn,
.nav__topbar-menu {
	color: #d9c5b2;
}

.logo__text {
	color: #fff !important;
}

header .icon-phone,
header .search__btn,
header .icon-cart,
header .cart-fixed .icon-cart,
header .icon-user,
header .logged-col,
header .enter-account,
header .acc__counter,
header .lang__btn {
	color: #d9c5b2;
}

.btn.btn--white,
.products__set .js-btn-add-set2cart,
.quick-call #button-cart,
.sku__action-buttons .btn--cart {
	outline: 1px solid #d9c5b2;
	outline-offset: -5px;
  	color: #d9c5b2;
  	box-shadow: 0 10px 10px -5px rgb(49 49 49 / 38%);
  	transition: .25s;
}

.btn.btn--white:hover,
.products__set .js-btn-add-set2cart,
.quick-call #button-cart,
.sku__action-buttons .btn--cart:hover {
  	box-shadow: 0 10px 10px -2px rgb(49 49 49 / 38%);
  	transition: .25s;
}



.pop-phones {
	text-align: center;
	padding: 25px 10px;
	border-bottom: 1px solid #EBEBF5;
}

.img-left {
	float: left;
	margin: 0 15px 15px 0;
}

.img-right {
	float: right;
	margin: 0 0 15px 15px;
}

.products__item-discount small {
	display: inline-block;
	margin-right: 5px;
}

.products__item-discount {
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 5px;
}

.products__item-stickers--top {
	top: 4rem;
}

.row-grid-3,
.row-grid-2 {
	display: grid;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.row-grid-3 {
    grid-template-columns: 2fr 1fr;
}

.row-grid-3 img,
.row-grid-2 img {
	margin: 0 auto;
	display: block;
}

.img-p {
	margin: 0;
}

main a {
	color: #f06123;
}

main a:hover {
	color: #df4300;
}

figure {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

figcaption {
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 7px;
	font-style: italic;
}

.contact-charts .app-chats__item-text {
	display: grid;
}

.contact-charts .app-chats__list>li {
	border: 0;
}

.contact-charts .app-chats__list {
	margin: 0 auto -1px;
	max-width: 300px;
}

.contact-charts .app-chats__item .whatsapp:before,
.contact-charts .app-chats__item .viber-chats:before,
.contact-charts .app-chats__item .telegram-chats:before {
	width: 30px;
	height: 30px;
}

.nav__topbar-link--arrow:after {
    top: -1px;
}

/*** Slider ***/
.slider-main .slick-track {
	height: 350px;
}

.slider-main .slides__item-image img {
	max-height: 350px;
	padding: 30px;
	background: #fff;
}

.slider-main .slides__item .container-fluid {
	padding: 7rem 1.5rem 3.5rem;
	height: 350px;
	min-height: 0;
}

.slides__item-title {
    color: #000;
}

.slides__item-price {
    color: #8d8989;
}
.btn.btn--white {
	background: #313131 !important;
	border-color: #313131 !important;
}

/*** OcFIlter ***/
.ocf-header {
	font-size: 14px !important;
	text-transform: uppercase !important;
	line-height: 1.7 !important;
	margin-bottom: 0 !important;
}

.ocf-content {
	margin-top: 25px;
}

.ocf-theme-light .ocf-filter {
	margin-bottom: 0 !important;
}

.ocf-value-slider {
	padding: 10px 30px 0 !important;
}

.ocf-sliders {
	background-image: url(/catalog/view/theme/technics/images/filter-32.svg) !important;
	fill: #fff;
	color: #fff;
}

.ocf-filter-list {
    display: flex;
    flex-direction: column;
}
#ocf-filter-2-0-1 {
	order: 1;
}
#ocf-filter-5012-1-1 {
	order: 2;
}
#ocf-filter-5010-1-1 {
	order: 3;
}
#ocf-filter-5011-1-1 {
	order: 4;
}
#ocf-filter-1-0-1 {
	order: 5;
}
#ocf-filter-4-0-1 {
	order: 6;
}
#ocf-filter-5-0-1 {
	order: 7;
}

.sku__action-buttons .btn--dashed span {
    color: #f06123;
}

.quick-call {
  	display: none;
}

/*** Blog ***/

.blog__nav-link:hover {
    background: inherit !important;
    color: #3b3d40;
}

.blog__nav {
    border: 0;
    padding: 0;
}

.media-col__heading {
    margin: 0 0 1rem;
}

.blog__nav-heading,
.tags__heading {
    font-size: 2.3rem;
    line-height: 3.5rem;
    font-weight: 500;
    margin: 0 0 1rem;
}

.article {
    padding: 0;
    max-width: 1480px;
    margin: 3rem auto;
}

.article__image {
    height: auto !important;
    margin: 0 1.5rem 1.5rem 0;
    float: inline-start;
    max-width: 500px;
}

/*** Social-btn ***/

.share {
    margin: 0;
}

.sku__share button,
.share button {
    border: 0;
    background: #f5f5f5;
    margin-right: 4px;
    cursor: pointer;
    padding: 5px 7px;
}

.fa-twitter {
    color: #1DA1F2;
}

.fa-pinterest {
    color: #BD081C;
}

.fa-reddit {
    color: #FF5700;
}

.fa-telegram {
    color: #229ED9;
}

.fa-whatsapp {
    color: #25D366;
}

.fa-linkedin {
    color: #0A66C2;
}

.fa-instagram {
    color: #E4405F;
}

.fa-viber {
    color: #7360F2;
}

.prod-rating .sku__rating {
    font-size: 1.2rem;
    line-height: 1rem;
    color: #fdc833;
}
.prod-rating .sku__rating .review-col {
 	color: #acacac; 
}
.sku__heading.prod-rating {
    max-height: 40px;
}
.btn--dashed {
    background: transparent;
}
.cart__dropdown .cart__foot .col-5 {
	display: none;
}

.cart__dropdown .cart__foot .col-7 {
	max-width: 100%;
    margin: auto;
}

#payment_address p.description {
    color: #f06123;
    line-height: 1.4;
}

/*** Towns ***/
#advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1124px;
    margin: 35px auto;
    gap: 5em;
    text-align: center;
}

#advantages img {
	margin-bottom: 20px;
}

.html-content p.expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    max-height: none !important;
}

.html-content p.tx-ad-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.8s ease;
    cursor: pointer;
    max-height: 3em; /* Approx. 2 lines */
}

.html-content p.tx-ad-head {
    font-size: 1.4em;
    margin-bottom: 0;
    font-weight: 500;
}

/*** Media ***/
@media (min-width: 768px) {
	.header--v2 .icon-user {
		width: 1.8rem;
		height: 1.8rem;
	}

	button.lang__btn {
		display: none;
	}

	.lang__menu {
		display: flex;
	}

	.lang__link {
		padding: 0 5px;
		color: #d9c5b2;
	}

	.lang__menu>li {
		border-bottom: none;
		border-right: 1px solid #fff;
	}

	.enter-account {
		padding-left: 5px;
		position: relative;
		top: 1px;
	}

	#wishcomptotall {
		position: relative;
		top: 1px;
	}

	a.lang-active {
		background-color: #312723;
	}
}

@media (min-width: 1200px) {
	.products__grid .row>[class^="col-"] {
		padding: 0;
	}

	.catalog--manufacturer #mainContainer .products__grid .row {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.catalog--manufacturer #mainContainer .products__grid .row>[class^="col-"] {
		max-width: 100%;
	}

	.comments__container {
		padding: 2rem 2rem .2rem 2rem;
	}

	.comments__container-in {
		padding: 0 0 0 1.2rem;
	}

	.block-delivery {
		padding: 10px;
	}

	.products__slides.js-slick-recomended>.slick-list>.slick-track>.slick-slide {
		width: 21rem;
	}

	.products__slides.js-slick-recomended .products__item {
		height: 26rem;
	}

	.products__slides.js-slick-recomended .products__item-desc .products__item-title {
		text-overflow: ellipsis;
		overflow: hidden;
		max-height: 5.6rem;
		overflow-wrap: break-word;
	}

	.products__slides.js-slick-recomended .products__item-images {
		height: 15rem;
		padding: 5px;
	}

	nav.is-sticky .search,
	nav.is-sticky .cart-scroll {
		display: block;
	}

	nav.is-sticky .cart-scroll .cart:after {
		display: none;
	}

	nav.is-sticky .cart-scroll .cart .cart__btn {
		padding: .7rem 1.5rem;
		color: #fff;
	}

	nav.is-sticky .cart-scroll .cart .cart__btn .cart__counter:after {
		border: .2rem solid rgb(255 255 255 / 43%) !important;
	}

	nav.is-sticky .cart-scroll .cart .cart__btn .cart__counter {
		top: 1.9rem;
		background: rgb(0 0 0 / 19%);
	}

	nav.is-sticky .cart-scroll .col-auto {
		padding-left: 0;
		padding-right: 0;
	}

	nav.is-sticky .search {
		height: 4.3rem;
	}

	nav.is-sticky .search:after {
		border-left: .1rem solid rgba(255, 255, 255, 0.1);
		height: 4.3rem;
	}

	nav.is-sticky .search .search__btn {
		color: #fff;
	}

	.topbar .cart-fixed {
		position: fixed;
		top: 7px;
		z-index: 9;
	}

	.topbar .cart-fixed .cart__btn [class^="icon-"] {
		color: #fff !important;
	}

	.topbar .cart.cart-fixed:after {
		border-left: 0;
	}

	.topbar .cart-fixed .cart__counter:after {
		border: .2rem solid rgb(255 255 255 / 50%);
	}

	.category {
		padding: 3rem 0;
	}
}

@media (min-width: 992px) {
	.details__tabs-content {
		padding: 2rem 3rem;
	}

	.details__tabs {
		margin: 0;
	}

	.seo {
		padding: 0.4rem 0 1.8rem;
	}

	.catalog {
		margin: 0;
	}

	.seo>.container-fluid {
		max-width: 100%;
	}

	.sku__panel {
		margin: 0 0 2rem;
	}

	.fancy-galery {
		width: 80%;
	}

	.details {
		padding-bottom: 2rem;
	}
	.slider .container-fluid {
        max-width: 60% !important;
    }
}

@media (min-width: 768px) {
	.details__tabs-content {
		max-width: 100%;
	}

	.footer__container {
		padding: 1.2rem 0;
		min-height: 10rem;
	}

	.info.brands-slide {
		padding: 2rem 0;
	}

	.contacts__item {
		padding: 2rem 2rem .5rem;
		margin: 0 auto;
		text-align: center;
	}

	.contacts__item-icon {
		position: initial;
	}

	.sku__settings .row {
		height: 4rem;
	}

	.header--v2 .search .search__btn [class^="icon-"] {
		width: 2.8rem;
		height: 2.8rem;
		margin: -1.5rem 0 0 -2rem;
	}

	.header--v2 .cart__btn {
		padding: 0 15px;
		min-width: auto;
	}

	.footer__copyright {
		margin-bottom: 0;
	}

	/*.logged-col:hover .enter-account {
        display: block;
        position: absolute;
    }*/
}

@media (min-width: 480px) {
	.footer__nav {
		padding: 1.8rem 0 1.6rem;
	}

	.details {
		padding: 3.5rem 0 0;
	}

	.products__grid .row>[class^="col-"] {
		padding: 0;
	}

	.header--v2 .col-phone:after {
		content: '';
		display: block;
		position: absolute;
		top: -1px;
		right: 0;
		border-left: .1rem solid #eaeff5;
		height: 5rem;
	}

	.header--v2 .col-phone {
		margin-right: 15px;
		padding-left: 0;
	}

	.products__item-title {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
}

@media (max-width:1280px) and (min-width: 1200px) {
	.topbar .cart-fixed {
		right: 25px;
	}

	nav.is-sticky .search {
		left: -35px;
	}
}

@media (max-width:991px) {
	.row-flex-2 {
		flex-direction: column;
	}

	.row-flex-2>div {
		align-self: center;
	}

	.row-flex-2>div>h3 {
		text-align: center;
	}

	.row-flex-2 table {
		margin: 15px auto;
	}

	.col-left .menu-box {
		display: none;
	}

	.at-resp-share-element .at-share-btn .at-label {
		display: none;
	}
}

@media (max-width:768px) {
	.products__item-action {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.contacts__info .row>[class^="col-"] {
		text-align: center;
	}

	.fancy-galery {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media (max-width: 767px) {
	.basket__table {
		background: rgba(255, 255, 255, 0);
		box-shadow: none;
		margin: 0;
	}

	.basket__table-image,
	.basket__table-desc,
	.basket__table-price,
	.basket__table-counter,
	.basket__table-cost,
	.basket__table-action {
		height: auto;
		border: 0;
		padding: 0 !important;
	}

	table.basket__table tr td:first-child {
		text-align: center;
	}

	.basket__table-image {
		min-width: 10rem;
		width: 10rem;
		padding: 3rem .5rem !important;
	}

	.basket__table-id {
		display: none;
	}

	.icon-search {
		width: 2.8rem;
		height: 2.8rem;
	}

	.search__btn [class^="icon-"] {
		margin: -1.3rem 0 0 -2.2rem;
	}

	.basket__table-counter {
		margin: 0 1rem .5rem 0;
	}

	.basket__total {
		margin: 0;
		padding: 1rem 0;
		border-top: 0;
	}

	.contacts__info .justify-content-center {
		display: grid;
		grid-template-columns: 100%;
	}

	.contacts__info .justify-content-center .phone-cont-block {
		order: 2;
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.contacts__info .justify-content-center .header-block-1 {
		order: 0;
	}

	.contacts__info .justify-content-center .header-block-2 {
		order: 1;
	}

	.contacts__info .justify-content-center .text-cont-info {
		order: 3;
		grid-column-start: 1;
		grid-column-end: 3
	}

	.ocf-offcanvas .ocfilter-mobile-handle {
		top: 90.5%;
	}

	table {
		display: block;
		overflow-y: auto;
		max-width: 100%;
		width: max-content !important;
		height: 100% !important;
	}

	.header--v2 .lang .lang__btn {
		padding: 0 15px;
		color: #d9c5b2;
		font-size: 14px;
		font-weight: 400;
	}

	.header--v2 .lang .lang__btn:after {
		right: 4px;
	}

	.header--v2 .acc .acc__btn {
		padding: 0 15px 0 5px;
	}

	.header--v2 .acc:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0.1rem;
		height: 3rem;
		background: rgba(255, 255, 255, 0.1);
		border: 0;
		margin: -1.5rem 0 0;
	}

	.header--v2 .search .search__btn {
		color: #d9c5b2;
	}

	.enter-account {
		display: none;
		transition-duration: .1s;
	}
  
	.img-left,
	.img-right {
		float: none;
		margin: 15px auto;
		display: block;
		width: 100%;
	}

	figure.img-left,
	figure.img-right {
		display: flex;

	}
    
    .row-grid-3,
	.row-grid-2 {
		grid-template-columns: 1fr;
	}

	.sku__thumbs {
		position: relative;
		bottom: 0;
	}
	
	.html-content p,
    .details,
	.seo {
		padding: 2rem 0 2.2rem;
        font-size: 1.8rem;
        line-height: 2.5rem;
	}
	
	.text-block h1 {
        margin-top: 3.5rem;
    }
    .row-grid-3 img,
	.row-grid-2 img {
		margin-bottom: 2em;
	}
    .contacts__info .header-block {
        display: none;
    }
    .nav__dropdown--list {
      top: 55px;
  	}
  	.is-sticky .nav__dropdown--list {
      top: 39px;
  	}
    .ui-label {
      line-height: 2rem;
    }
    .pay-prod-img,
    .delivery-prod-img,
    .delivery-prod-nova {
        display:none;
    }
    .block-delivery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .sku__gallery {
        margin: 0 0 1rem;
    }
    .logo {
        height: auto;
        margin: auto;
    }
    #advantages {
        grid-template-columns: 1fr;
        gap: 2em;
    }
    
    #advantages div {
        max-width: 320px;
        margin: auto;
    }
    .html-content p.tx-ad-head {
        padding: 0;
    }
    
    .html-content p.tx-ad-desc {
        max-height: 4em;
    }
}

@media (max-width: 480px) {

	/*** Category page ***/
	.products__item-desc .products__item-title {
		max-height: 100px;
		overflow: hidden;
		margin-top: -20px;
		color: rgb(107, 107, 107);
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.products__item-desc .products__item-title:before {
		content: "";
		display: block;
		height: 20px;
		position: relative;
		top: 80px;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
	}

	.contacts__heading,
	.catalog__heading {
		font-size: 2.3rem;
	}

	.breadcrumbs__menu {
		white-space: nowrap;
		overflow-y: auto;
	}

	.breadcrumbs__menu::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.topbar {
		height: auto;
		padding: 0.5rem 0;
	}

	header .topbar .col-hidden.col-phone {
		display: block;
	}

	header .topbar .cart__btn {
		padding: 1.2rem 0.5rem .6rem;
		min-width: 5.5rem;
	}

	#cart {
		width: 48px;
	}

	.sku__buttons {
		top: .5rem;
		right: .5rem;
		flex-direction: column;
	}

	.sku__buttons .btn {
		margin: 0 0 .5rem 0;
	}

	.sku__slides {
		padding: 0;
	}

	.sku__slides-item img {
		max-height: 220px;
		width: auto;
	}

	.sku__gallery {
		margin: 0 0 3px;
		min-height: 222px;
	}

	.sku__panel {
		margin: 0 0 .5rem;
	}

	.sku__group {
		padding: .5rem 2rem;
		box-shadow: none;
		margin-bottom: 1.5rem;
	}

	.sku__price {
		margin: 0 auto 1.5rem;
		padding: 0 1rem 1.5rem;
	}
	
    .quick-call #button-cart,
	.sku__action .sku__action-buttons #button-cart {
		padding: 0 25px;
	}

	.sku__panel {
		height: 3rem;
	}

	.row-flex-2 img {
		float: none !important;
	}
	
  	.block-delivery .pay-prod-img,
	.block-delivery .delivery-prod-nova,
	.block-delivery .delivery-prod-img {
		margin: 0 auto !important;
	}

	.block-delivery .block-del-txt {
        font-size: 12px;
        line-height: 15px;
        padding: 0;
    }
    
    .block-delivery div {
        display: flex;
        flex-direction: column;
    }
    
    .block-delivery {
    	text-align: center;
    }

	.block-delivery {
        gap: 1rem;
        padding: 1rem;
        align-items: center;
        margin: 15px auto;
    }

	.sku__brand,
	.sku__id {
		font-size: 1.5rem;
	}

	input[type=radio] {
		margin: 1px 0 0;
	}

	.details {
		padding: 1.5rem 0 0;
	}

	.products__item-action .btn--cart {
		width: auto;
		text-indent: 0rem;
	}

	.nav__dropdown .nav__list-menu a.nav__list-link {
		line-height: 1.8rem;
	}

	.manufacturer-page .thumb-manufacturer {
		float: none;
		margin: 15px auto;
		display: block;
	}

	.cart__dropdown .cart__head {
		position: initial;
		padding: 0 2rem 0 3rem;
	}

	.cart__dropdown .cart__back {
		height: 100%;
		left: -7rem;
	}

	.nav__mobile .nav__list-heading {
		line-height: 4.8rem;
	}

	.nav__mobile .nav__list-head {
		height: 4.8rem;
	}

	.nav__mobile .nav__list-close {
		line-height: 4.8rem;
		height: 100%;
	}

	h1.prod-heading {
		font-size: 2.2rem;
		line-height: 2.2rem;
		color: rgba(72, 72, 72, 0.91);
		margin-bottom: 10px;
	}

	.basket__table-item {
		padding-left: 10rem;
	}

	.header--v2 .icon-phone {
		display: none;
	}

	.about-ul-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nav-categories--flex>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.footer__nav .nav-categories__menu>li {
		display: block;
		padding-right: 0;
	}

	.nav-categories__menu {
		column-count: 2;
	}

	.footer__nav {
		padding: 1.8rem 0 1.6rem;
	}

	/*** text mobi prod ***/
	.sku__group.pos-fixed .sku__price {
		margin: 0 auto;
		padding: 0.4rem .6rem;
		font-size: 2.2rem;
		font-weight: 500;
	}

	.sku__group.pos-fixed {
		position: fixed;
		z-index: 99;
		background-color: #fff;
		width: 100%;
		bottom: 0;
		margin-bottom: 0;
		display: flex;
		padding: .5rem .5rem 0;
		flex-direction: column;
		box-shadow: 0 0 25px 5px rgba(206, 206, 206, 0.48);
	}

	.sku__group.pos-fixed .ui-number {
		display: none;
	}

	.sku__group.pos-fixed .sku__action {
		margin-bottom: 3px;
	}

	.scroll-to-top.active,
	.app-chats {
		z-index: 199;
	}

	.sku__group.pos-fixed .sku__action>.row>[class^="col"] {
		padding: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.is-sticky .col-phone-mobi {
		display: block;
		margin-right: 13px;
	}

	.is-sticky .col-phone-mobi .phone__btn {
		height: 3.1rem;
		line-height: 2;
	}

	.header--v2 .is-sticky .col-phone-mobi .phone__btn .icon-phone {
		display: block;
		margin: 2px 0;
	}

	.is-sticky .col-phone-mobi:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: .1rem;
		height: 3rem;
		background: rgba(255, 255, 255, 0.1);
		border: 0;
		margin: -1.5rem 0 0;
	}

	.is-sticky .col-phone-mobi .phone__dropdown {
		top: 1.9rem;
		left: -9.4rem;
		right: -5.4rem;
	}

	.header--v2 .cart__counter {
		top: 2.5rem;
		left: 65%;
	}

	.text-block {
		margin-top: 0;
	}

	.text-block h1 {
		font-size: 3.5rem;
		text-align: center;
		margin-bottom: 0;
	}

	.baner-main-page {
		margin-bottom: 0;
	}

	.text-block-p {
		text-align: center;
		margin-bottom: 0;
	}

	.details__tabs-content {
		padding: 1rem;
	}

    .quick-call #button-cart span,
	.sku__action .sku__action-buttons #button-cart span {
		display: inline-block;
		width: 26px;
	}
	.grid-phone {
        display: block;
        margin-bottom: 15px;
    }
    .ui-group-size {
        padding: 0.8rem 0 0;
        margin-bottom: 0 !important;
    }
    .model-brand {
        display: none;
    }

	.slides__item-price {
		font-size: 2rem;
		color: #d7d7d7;
	}

	.slides__item-title {
		color: #c2b09f;
	}

	.slides__item-desc {
		background-color: rgb(26 24 21 / 67%);
		padding: 15px;
	}

	.slides__item-desc .btn--black {
		color: #f06123;
		margin: auto;
		display: block;
	}
	.quick-call {
      display: block;
    }
    .btn-no {
		display: none;
    },
    .byu-now .js-fancy-popup-cart {
        border: 1px solid #f06123;
        color: #f06123;
        padding: 0.6rem 3rem;
        margin: 1rem auto;
        font-size: 1.4rem;
        box-shadow: 0 15px 15px -8px rgb(240 97 35 / 38%);
      	transition: .25s;
    }

    .byu-now .js-fancy-popup-cart:hover {
        box-shadow: 0 15px 15px -2px rgb(240 97 35 / 38%);
      	transition: .25s;
    }
    
    .byu-now .btn--dashed span {
    	border-bottom: 0;
    }
    .details__tabs-nav {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
	.details__tabs-btn {
        min-width: initial;
        flex-grow: 1;
        text-align: center;
        padding: 1rem;
        border: 0.1rem solid #F6F6F6;
    }
    .details__tabs-container .details__tabs-btn {
        display: none;
    }
    .details__tabs-btn.is-active {
        color: #343434;
        background: #dbdbdb;
    }
    .details__tabs-btn [class^="icon-"] {
        right: 1rem;
    }
    
    .article__image {
        margin: 1rem auto;
        float: none;
        display: block;
        width: 100%;
    }
}

@media (max-width:380px) {
	.products__item-action {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.products__item-action {
		left: 57%;
	}

	.cart__dropdown {
		width: 35rem;
	}

	.about-ul-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 320px) {
	.cart__dropdown {
		width: 30rem;
	}

	.cart__foot .btn {
		white-space: normal;
		height: 100%;
	}

	.cart__dropdown .cart__body {
		height: calc(100% - 13.0rem);
	}

	.sku__action>.row {
		margin: 0 -.7rem;
		display: inline-block;
	}

	.sku__action-buttons {
		margin-top: 20px;
	}
}