html {
  scroll-behavior: auto; /*применяется к прокручиваемым блокам */ 
}
body {
	margin: 0;
	padding: 0;
    font-size: 1em;
    min-width: 320px;
	color:#000;
	line-height:1.74em;
	font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.arsenal-regular {
}

.arsenal-bold {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.arsenal-regular-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.arsenal-bold-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: italic;
}
* {
  -webkit-tap-highlight-color: transparent;
}

/* Убрать/заменить обводку при фокусе */
a:focus,
button:focus{
  outline: none;
}
header {
	/*flex-grow: 1;*/
}
.wrapper {
    min-height: 100%;
    min-height: 100%;
	max-width: 100%;
	flex-direction: column;
	display: flex;

}
* {
	box-sizing: border-box;
}
ul,
li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.list-item li {
	list-style: disc;
	display: list-item;
	margin-left: 18px;
}
img {
    max-width: 100%;
}
.obj-contain {
	object-fit: contain!important;
}
.obj-cover {
	object-fit: cover!important;
}
a {
    color: #293745;
    text-decoration: none;
}
a:hover {
    color: #92a1a4;
    text-decoration: none;
}
b{
    font-weight:600;
}
.link-hover{
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
    padding-bottom:0.3em;
}
.link-hover:hover{
    background-size: 100% 1px;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
body.lock {
	overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 200;    
}
.h1,
h1 {
	font-size: 26px;
	line-height: 32px;
    font-weight: 400;
}
.h2,
h2 {
	font-size: 18px;
}
.h3,
h3 {
	font-size: 18px;
}
.h4,
h4 {
	font-size: 16px;
}
.h5,
h5 {
	font-size: 16px;
}
.h6,
h6 {
	font-size: 15px;
}
.fw-1 {
	font-weight: 100;
	letter-spacing:0.03em;
}
.fw-2 {
	font-weight: 200!important;
}
.fw-3 {
	font-weight: 300!important;
}
.fw-4 {
	font-weight: 400!important;
}
.fw-6 {
	font-weight: 600!important;
}
.fw-7 {
	font-weight: 700!important;
}
.fw-8 {
	font-weight: 800!important;
}
.f-11 {
	font-size: 11px!important;
}
.f-12 {
	font-size: 12px!important;
}
.f-13 {
	font-size: 13px!important;
}
.f-14 {
	font-size: 14px!important;
}
.f-15 {
	font-size: 15px!important;
}
.f-16 {
	font-size: 16px!important;
}
.f-17 {
	font-size: 17px!important;
}
.f-18 {
	font-size: 18px!important;
}
.f-20 {
	font-size: 20px!important;
}
.f-22 {
	font-size: 22px!important;
}
.f-24 {
	font-size: 24px!important;
}
.f-28 {
	font-size: 28px!important;
}
.f-30 {
	font-size: 30px!important;
}
.f-40 {
	font-size: 40px!important;
}
.ttu {
    text-transform: uppercase;
}
.ttn {
    text-transform: none!important;
}
.tdu {
  text-decoration: underline!important;
}
a.tdu:hover {
  text-decoration: none!important;
}
.footer .link-animate{
    position: relative;
}
.footer .link-animate:hover{
    color:#293745;
}
.footer .link-animate::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #293745;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.footer .link-animate:hover::after {
    transform: scaleX(1); /* Линия появляется при наведении */
}

.tdl {
 	text-decoration: line-through;
}
.ls {
    letter-spacing: 0.05em;
}
.lh-1 {
	line-height: 1.3em;
}
.px {
	padding-left: 2px;
	padding-right: 2px;	
}
.text-red {
	color: #c42d2d;
}
.text-black {
	color: #000;
}
.text-dark{
    color: #293745!important;
}
.text-white {
	color: #fff;
}
.text-ldblue {
    color: #85A8B8;
}
.text-blue {
    color: #007aff;
}
.text-gray {
	color: #333;
}
.text-lgray {
	color: #798297;
}
.text-llgray {
	color: #7b8590;
}
.text-gwhite {
    color:#babac0
}
.text-gwhite:hover {
    color:#fff;
}
.text-dwhite {
    color:#f5f5f7;
}
.text-dwhite:hover {
    color:#fff;
}

.text-dgray {
	color: #4d4d4d;
}
.text-green {
	color: #117243;
}
.text-brown {
	color: #a36209;
}
.bg-gray {
	background-color: #eef1f5!important;
}
.bg-lgray {
	background: #f5f5f5;
}
.bg-dgray {
	background: #93a1a4;
}
.bg-yellow {
	background: #fdcf09!important;
}
.bg-red {
	background: #7a1f2b;
}
.bg-green {
	background: #2bc487;
}
.bg-lgreen {
	background: #82b094;
}
.bg-orange {
	background: #ff7300;
}
.bg-black {
	background: rgba(0,0,0,0.9)!important;
}
.bg-transp {
	background: transparent;
}
.bg-bgray {
	background:#231f20;
}
.bg-lbrown{
    background:#f2f0ec!important;
}
.bg-pink{
	background:#cd308d;
}
.bg-blue{
	background:#0d84fb;
}
.bg-brown{
	background:#a68872;
}
.hover-bg-yellow {
	transition: .3s;
}
.hover-bg-yellow:hover {
	background: #fdcf09;
	transition: .3s;
}
.b-radius-1 {
	border-radius: 5px;
}
.border-black {
    border: 1px solid  #c1c2c4;
}
.border-black:hover {
    border: 1px solid  #262626;
    background-color:  #262626;
    color:#fff;
    transition: background-color 0.7s, transform 0.3s, color 1s;
}
.border-2{
	border: 2px solid #dee2e6!important
}
.box-shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.border-bottom-dashed {
	border-bottom: 1px dashed #000; 
}
.border-bottom-yellow {
	border-bottom: 2px solid #fdcf09;
}
.border-bottom-gray {
	border-bottom: 2px solid #f5f5f5;
}
.border-bottom-gwhite {
    border-bottom: 1px solid #3d393a;
}
.opacity-1 {
	opacity: .6;
	transition: .3s;
}
.opacity-1:hover {
	opacity: .9;
	transition: .3s;
}
.opacity-2 {
	opacity: .3;
	transition: .3s;
}
.opacity-2:hover {
	opacity: .5;
	transition: .3s;
}

/*.line-yellow {
	position: relative;
}
.line-yellow:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #fdcf09;
}
.line-yellow:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fdcf09;
}*/
.border-dotted{
    border-bottom: 1px dotted #d1d3d6;
}
textarea:focus,
input:focus {
	outline: none;
}
textarea::placeholder,
input::placeholder {
	font-size: 13px;
}
textarea {
	min-height: 120px;
}
/*table*/
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}
.table th {
    padding: 8px 0;
}
.table td {
    padding: 8px 40px;
    font-size: 13px;
    width: 50%;
}
.table tbody tr:nth-child(even) {
	background: #f5f5f5;
}
/*table*/

/*search*/
/*
.search-block {
	position: relative;
}
.search {
    border: 0;
    background:#f2f4f7;
    font-size: 14px;
    line-height: 1;
    height: 44px;
    padding-right: 50px;
    width: 100%;
	padding: 10px 15px;
	border-radius:30px;
}
.search:hover {
    color:#000;
}
*/

.search-wrapper {
    position: relative;
    width: 200px;
    height: 44px;
    overflow: visible; /* ключевое — разрешаем выпадашке вылезать за пределы */
    z-index: 20; /* чтобы выпадашка была поверх других элементов */
}

.search {
    border: 1px solid #dee2e6;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    height: 44px;
    padding: 10px 15px;
    border-radius: 30px;
    width: 200px;
    position: absolute;
    right: 0;
    transition: width 0.3s ease;
    outline: none;
}

.search:focus {
    width: 360px;
}

.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
    position: absolute;
    top: 50px; /* чуть ниже поля */
    right: 0;
    width: 286px;
}

.btn-search {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 12px;
    top: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 5px;
}
.btn-search:hover {
	opacity: 1;
}
#title-search {
    position: relative;
    z-index: 100;
}
.title-search-result {
    z-index: 1000;
}
.title-search-result {
    box-sizing: border-box;
}

.title-search-result table,
.title-search-result table tbody,
.title-search-result table tr,
.title-search-result table td {
    width: 100% !important;
    display: block;
}

.title-search-result td {
    padding: 8px 14px;
}
/*search*/

.page-banner img,
.banner img {
	/*object-fit: cover;*/
}

.half-banner img{
    max-width:436px;
}

.page-banner img {
	height: 400px;
	object-position: 0 20%;
}
.stock img {
	height: 315px!important;
}
.line-my-gradient,
.line-top-gradient {
	position: relative;
}
.line-my-gradient:after,
.line-top-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 5%, #ccc, #fff);
}
.line-my-gradient:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 5%, #ccc, #fff);
}

/*btn*/
.btn {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 0;
	border-radius: 3px;
	font-size: 13px;
	transition: .3s
}

.btn-link {
	width: 200px;
	height: 100%;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn-link:hover,
a.btn-link:focus{
	color: #fff;
    background-color:#ffb900;
	text-decoration: none;
}

.btn-link:hover img{
    filter: invert(100%);
}
.btn-black {
	background: #000;
	color: #fff;
	font-weight: 400;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.btn-black:hover {
	background-color:#262626;
    border-color:#fff;
    color:#fff;
	box-shadow: none;
}
.btn-yellow {
	background: #ffc222;
}
.btn-yellow:hover {
	color: #fff;
}
.btn-gray {
	background: #e0e5eb;
}
.btn-purple{
	background: linear-gradient(90deg, rgb(191 0 191) 0%, rgba(166,22,143,1) 35%, rgba(191,0,191,1) 100%);
	border: 2px solid #bf00bf;
}
.btn-purple-border{
	border: 2px solid #98a7b1;
}
button.loading:focus{
	outline:0;
}

/*btn*/

/*icon*/
.i-like-btn svg {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.i-like-btn.active svg {
	fill: red;
	stroke-width: 6px;
	stroke: red;
	transform: scale(1.2);
	transition: .3s;
}
.i-like-btn:hover svg {
	fill: red;
	stroke-width: 6px;
	stroke: red;
	transform: scale(1.2);
	transition: .3s;
}
.i-badge {
	padding: 0px 4px;
    display: block;
    position: absolute;
    left: 0;
    color: #f0e6d2;
    border-radius: 10px;
    z-index: 3;
}
.i-badgegroup .i-badge:nth-child(5){
    top: 98px;
    left:3px;    
}
.i-badgegroup .i-badge:nth-child(4){
    top: 74px;
    left:3px;    
}
.i-badgegroup .i-badge:nth-child(3){
    top: 50px;
    left:3px;    
}
.i-badgegroup .i-badge:nth-child(2){
    top: 30px;
    left:3px;    
}
.i-badgegroup .i-badge:nth-child(1){
    top:3px;
    left:3px;
}
.i-badgegroup .i-badge:empty{
    padding:0;
}
.badge-characteristic{
    top:auto!important;
    bottom:0;
}
.hover-bg {
	overflow: hidden;
}
.hover-bg img {
    transition: 1s;
}
.hover-bg:hover img {
	transform: scale(1.2);
    transition: 1s;
}
.i-like {
	z-index: 0;
	cursor: pointer;
	border-radius: 25px;
	width: 31px;
	height: 31px;
	padding-left: 1px;
	padding-top: 2px;
	opacity: 0.7;
}
.catalog-item .i-like {
	    z-index: 5;
}
.i-choice {
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
}

.i-network {
	width: 30px;
	height: 30px;
	object-fit: contain;
	transition: .3s;
}
.i-btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.i-img-3 img {
	width: 30px;
	height: 30px;
}
.hover-scale {
	transition: .5s;
}
.hover-scale:hover {
	transform: scale(1.1);
	transition: .5s;
}
.i-network:hover {
	transform: scale(1.2);
	transition: .3s;
}
.i-star img {
	width: 20px;
	height: 20px;
	margin: 0 2px;
}
.img-120 {
	width: 100%;
	height: 120px;
	object-fit: contain;
}
.img-200 {
	width: 100%;
	height: 210px;
	object-fit: contain;
}
.img-260 {
	width: 260px;
	height: 260px;
	object-fit: contain;
}
.header_container {
    max-width: var(--max-col-width);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header_logo{
    min-width:200px;
	max-width:200px;
}
.header_logo:hover{
    color:#212121;
}
.header_search {
    position: relative;
    display: flex;
}

.header-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icon__link {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:36px;
    max-height:36px;    
}

.header-main__icon {
    position: relative;
}
/*
.header-main__icon:last-child:not(:only-child) {
    margin-right: -1rem;
}*/
/*icon*/

.m-height-3 {
	min-height: 3rem
}
.m-height-4 {
	min-height: 4rem
}
.border-top-yellow {
	border-top: 2px solid #fdcf09;
}

/*--- при наведении на карточку, картинка внутри карточки анимируется ---*/
.card-scale-hover img {
	transition: .7s;
}
.card-scale-hover:hover img {
	transform: scale(1.1);
	transition: .7s;
}
/*-----------*/

/*team*/
.persona-img img {
	width: 200px;
	height: 200px;
	margin: auto;
	display: block;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 2rem;
}
/*reviews*/
.reviews-card__text {
    border-radius: 10px;
    position: relative;
    z-index: /*1*/0;
}
.reviews-card__text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    border-right: 20px solid #f5f5f5;
    top: 40px;
    left: -25px;
    z-index: -1;
}
.reviews-card:nth-child(even) .reviews-card__text:before {
	display: none;
}
.reviews-card:nth-child(even) .reviews-card__text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    border-top: 20px solid #f5f5f5;
    top: 40px;
    right: -25px;
    z-index: -1;
}
.reviews-card .reviews-card__rating {
	padding-right: 2rem!important;
}
.reviews-card:nth-child(even) .reviews-card__rating {
    order: 2;
    justify-content: flex-end;
    padding-left: 2rem!important;
}
.reviews-card:nth-child(even) .reviews-card__rating div {
    justify-content: flex-end;
}
/*reviews*/

/*map*/
#map {
	width: 100%;
	height: 380px;
	border: none;
	box-shadow: 0 6px 10px 0px rgb(0, 0, 0, .4);
}
/*map*/

/*gallery*/
.gallery-min {
	display: block;
}
.gallery-min img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
/*gallery*/

/*tab*/
.btn-tab {
	padding: 14px 30px 11px;
	text-align: center;
	transition: .3s;
	min-width: 120px;
    color:#333;
}
.btn-tab.active {
	background: #f5f5f5;
}
.btn-tab:hover {
	background: #f7f7f7;
	transition: .3s;
}
.nav-link {
	padding: 10px 30px;
	font-weight: 400;
	font-size: 15px;
	border-radius: 5px 5px 0 0;
}
.nav-link.active {
	background: #f5f5f5;
    color:#7a7a7a;
}

/*card gallery*/
.card-flex-bottom {
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
}
.card-flex-center {
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
}
.card-flex-between {
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}


.gallery-big-head img {
	/*width: 100%;
	object-fit: contain;
	height: 600px;*/
}

.gallery-big-chil-link p,
.gallery-big-chil img {
	width: 90px;
	object-fit: contain;
	height: 80px;
}
.gallery-big-chil-link {
	background: #f5f5f5;
}
.gallery-big-chil-link p {
	font-size: 11px;
	padding-top: 15%;
	text-align: center;
}

/*vertical*/

.gallery-vertical .gallery-big-chil{
    min-width:90px;
}
.gallery-vertical .gallery-big-chil img {
    height: 90px;
    border: 2px solid #dae4ea;
    border-radius: 6px;
    opacity:0.8;
}
.gallery-vertical .gallery-big-chil:hover img {
    border: 2px solid #0d84fb;    
    
}
/*card gallery*/

/*input form */
.flex-form button {
	padding: 11px 0;
}
.input {
    background: #f2f4f7;
    width: 100%;
    min-width: 200px;
    padding: 10px 15px;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.input-min {
	min-width: auto;
	padding: 6px 5px 5px;
}
.input-tel {
    position: relative;
}
.input-tel:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(../img/russia-flag.png) no-repeat center /cover;
    left: 0;
    top: 4px;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .5);
}
.input input,
.input textarea {
    border: none;
    font-size: 14px;
    width: 100%;
    background: transparent;
}
.input .phone-mask {
    padding-left: 27px;
}
/*
.input-quantity-wrap {
	width: 115px;
}*/
.input-quantity {
	align-items: center;
}
.input-quantity input {
	width: 40px;
    text-align: center;
    padding: 13px 8px;
    border: 0;
    border-radius: 4px;
}
.input-quantity .minus,
.input-quantity .plus {
	font-size: 24px;
	color: #7a7a7a;
	cursor: pointer;
	line-height: .5;
    padding:10px 12px;
}

/*radio*/
input[type='radio'],
label {
  cursor: pointer;
}

input[type='radio'] {
  position: relative;
  height: 19px;
  width: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #000;
}

input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  visibility: visible;
}
/*radio*/

/*basket*/
.input-quantity-basket input {
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
.input-quantity-basket .minus,
.input-quantity-basket .plus {
	font-size: 23px;;
}
.form-promo button {
	height: 38px;
	font-size: 10px;
	font-weight: 400;
	padding: 
}
.basket img {
	object-fit: contain;
    max-height: 80px;
    width: 80px;
    padding: 5px;	
}

/*brand*/
.logo-brand {
	position: absolute;
	left: 4rem;
	top: 50%;
	transform: translate(0, -50%);
	background: #ffffffdb;
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	padding: 0 15px;
	
}
.logo-brand img {
	align-self: center;
	height: auto;
	object-fit: contain;
	width: 210px;
	height: auto;
}
.sort-brand span {
	cursor: pointer;
	padding: 5px 10px;
}
/*sort dropdown*/
.select {
    width: 100%;
    max-width:260px;
    padding: 4px 25px;
    padding-left: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #78787d;
    font-size: 14px;
    background: url(../img/arr-select.png) no-repeat right 3.5% top 60%;
    background-color: #ebeced;
    border: 2px solid #ebeced;    
    z-index: 2;
    outline: none;
    text-align: left;
    border-radius:8px;
    letter-spacing:0.03rem;
}
.select:hover {
    border: 2px solid #f4f5f6;
    background-color: #f4f5f6;       
}
.select:focus {
    border: 2px solid #ebeced;
    background-color: #fff;    
	outline: none;
}
.select-drop {
	position: relative;
}
.select-drop .dropdown-sort {
	z-index: 9;
	width: 100%;
	min-width:320px;
	transform: translate3d(0px, 50px, 0px)!important;
}
.checkbox-sort label {
	margin-bottom: 4px;
}
.checkbox-sort__text {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 2px;
}
.dropdown-toggle::after {
    display: none;
}
/*checkbox*/
input[type=checkbox] {
	display: none;
}

/*
input[type=checkbox] + label:before {
    content: "\2714";
    color: transparent;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 12px;
    margin: -2px 6px 0 0;
    height: 14px;
    width: 14px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}*/

input[type=checkbox]:checked + label:before {
    color: #000;
  	border-color: #000;
}
/*checkbox*/


/*поинты tool tip*/
.tool-tip {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tool-tip div {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50px;
	position: absolute;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	border: none;
}
/*.tool-tip button:focus {
	outline: none;
}*/
.tool-tip .tool-tip_tl {
	top: 5rem;
	left: 5rem;
}
.tool-tip_bl {
	bottom: 8rem;
	left: 5rem;
}
.tool-tip_br {
	right: 16rem;
	bottom: 9rem;
}
.tool-tip_cr {
	bottom: 14rem;
	right: 13.5rem;
}
.tool-tip_tr {
	top: 5rem;
	right: 6rem;
}
/*tool tip*/


/*popup*/
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.8s ease 0s;
}
.popup.open {
	opacity: 1;
	visibility: visible;
}
.popup.open .popup__content {
	/*transform: perspective(600px) translate(0px, 0%) rotateX(0deg);*/
	opacity: 1;
}
.popup__body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	transition: all 0.8s ease 0s;
}
.popup__content {
	background-color: #fff;
	color: #000;
	max-width: 900px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	/*transform: perspective(600px) translate(0px, -100%) rotateX(45deg);*/
}
.popup__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	text-decoration: none;
	background-color: #000;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 3px;
	border-radius: 50%;
}

/* media adaptive*/
@media (min-width: 1200px) {
	.col-xll-2 {
		flex: 0 0 19.7%;
	    max-width: 19.7%;
	}
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1360px;
	}
}
@media (max-width: 1199px) {
	.i-choice {
	    width: 52px;
	    height: 52px;
	}
	/*tab*/
	.btn-tab {
		padding: 10px 20px 8px;
	}
	/*card-gallery*/
	.gallery-big-chil-link p, .gallery-big-chil img {
	    width: 59.9px;
	    height: 59px;
	}
	.gallery-vertical .gallery-big-chil img {
	    height: 55px;
	}
}
@media (min-width: 991px) {
	/*checkput*/
	.checkout .input {
		max-width: 32rem;
	}
	.tab-content-address .input,
	.inputs-grid {
		max-width: 32rem;
	}
	.inputs-grid .input {

	}
	.checkout .check-list {
		max-width: 40rem;
	}
	.salon-list .col-lg-3{
        max-width:23.5% !important;
    
    }
    .sales-list .col-lg-4{
        max-width:380px !important;
    }
    .hover-shadow {
        transition: .5s;
    }
    .hover-shadow:hover {
        box-shadow: 0 2px 8px 0px rgb(0, 0, 0, .1);
        transition: .5s;
        border-radius:5px;
    }    
    
}
@media (max-width: 991px) {    
    .banner img {
	    height: 100%;
	}
	.reviews-card {
		position: relative;
	}
	.reviews-card__rating {
	    position: absolute;
	    z-index: 2;
	    right: 25px;
	    top: -3px;
	    width: auto;
	}
	.reviews-card:nth-child(even) .reviews-card__text:after,
	.reviews-card__text:before {
	    display: none;
	}
	.reviews-card .reviews-card__rating {
		padding-right: 0rem!important;
	}
	.reviews-card:nth-child(even) .reviews-card__rating {
	    order: 2;
	    justify-content: flex-end;
	    padding-left: 0rem!important;
	}
	/*card-gallery*/
	.gallery-big-chil-link p, .gallery-big-chil img {
	    width: 94.1px;
	    height: 80px;
	}
	.gallery-vertical .gallery-big-chil img {
	    height: 90px;
	    width: 90px;
	}
	/*card-gallery*/

	/*brand logo banner*/
	.logo-brand {
	    width: 200px;
	    height: 200px;
	}
	.logo-brand img {
	    width: 200px;
	}
.scrolling-wrapper-flexbox-sm {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox-sm .flex-card {
    flex: 0 0 auto;
  } 
    .link-h{
        height:224px!important;
    }  
    .vert-filter{
        -webkit-box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        -moz-box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;        
        padding-bottom: 20px;
    }
    .sticker > div {
        padding: 1px 3px !important;
        white-space: nowrap;
    }    
        .sticker > div:not(:first-child) {
            max-width: 100%;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
        }  
.komu-desktop-only {
        display: none !important;
    }
    .sticker {
        margin-right: 6px;
        font-size: 13px !important;
        gap: 3px;
    }    
    
}
@media (min-width: 767px) {
	.drop-sort-list .collapse:not(.show) {
	    display: block!important;
	}
	.select-drop .collapse:not(.show) {
	    display: none!important;
	}
	.form-width-center {
		width: 30rem;
		margin: auto;
	}
	.form-width-center button {
		width: 20rem;
		margin: auto;
	}
	.show-desctop {
		display: block!important;
	}
}
@media (max-width: 767px) {
	.btn-sm {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px solid #000;
		border-radius: 5px;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		transition: .3s
	}
	.btn-sm:hover {
		background-color: #fdcf09;
	    border: 1px solid #fdcf09;
	    color: #fff;
	    box-shadow: 0 4px 5px 0px rgb(0, 0, 0, .3);
	    transition: .3s
	}
	.banner > img {
	    height: 155px;
	}
	.gallery-big-head img{
	    mix-blend-mode: multiply;
	}	
    .gallery-big-head{
        background-color: #f8f9fa !important;
    }
    .left-side__card .lightgallery {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .image_wrapper_block>a{
        max-width:100%!important;
    }
/*	.page-banner > img {
	    height: 280px;
	}
*/    
	#map {
		height: 270px;
	}
	.drop-sort-list .collapse:not(.show) {
	    display: none!important;
	}
	.drop-sort-list .collapsing {
		transition: height .7s ease;
	}
	/*card-gallery*/
	.gallery-big-chil-link p, .gallery-big-chil img {
	    width: 68.5px;
	    height: 70px;
	}
	/*card-gallery*/

	/*table*/
	.table td {
	    padding: 8px 5px;
	    font-size: 13px;
	}
	/*tabs*/
	.btn-tab {
	    min-width: auto;
	}
	.tool-tip {
		display: none;
	}
    .sales-list .col-lg-4{
        max-width:380px!important;
		margin-left:auto!important;
		margin-right:auto!important;
    }

}
@media (max-width: 575px) {
	.h1, h1 {
		font-size: 20px;
	}
	.h2, h2, .h3, h3 {
	font-size: 16px;
    }
	.banner img {
	    height: 140px;
	}
	.persona-img img {
	    width: 150px;
	    height: 150px;
	}
	
    /*card-gallery*/
	.gallery-big-chil-link,
	.gallery-big-chil {
		width: 14.2%;
	}
	.gallery-big-chil-link p, .gallery-big-chil img {
	    width: 100%;
	    height: 90px!important;
	}
	/*vertical*/
	.gallery-vertical .gallery-big-chil {
	    width: 90px!important;
	}
	.gallery-xs-horizontal .gallery-big-chil {
		width: 90px!important;
		min-width: 90px!important;        
	}
	.gallery-big-head img{
	    max-height:460px;
	}
	/*card-gallery*/
	.table tr {
	    margin-bottom: 10px;
	}

	/*brand logo banner*/
	.logo-brand {
	    width: 165px;
	    height: 165px;
	    left: 1.8rem;
	    top: 1rem;
    	transform: translate(0);
	}
	.logo-brand img {
	    width: 165px;
	}

	/*поинты*/
	.tool-tip div {
	    width: 13px;
	    height: 13px;
	}
    .sales-list .col-lg-4{
        max-width:380px!important;
		margin-left:auto!important;
		margin-right:auto!important;
    }
    .mx-sm-1{
        margin-left:0.3rem!important;
        margin-right:0.3rem!important;        
    }

    .catalog-item-slider .f-14{
        font-size:14px!important;
    }
    .popup__close{
        padding-top:7px!important;
    }
    .flex-card .img-200{
        height: 100px;
    }
    .scrolling-wrapper-flexbox .flex-card{
        flex: 0 0 10px;
    }
    /*.catalog-item{
        margin-bottom: 0!important;
    }*/
    .catalog-item .f-22{
        font-size: 18px!important;
    }
    .text-express{
        margin-top: 0!important;
    }
    .vert-filter{
        -webkit-box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        -moz-box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        box-shadow: 0px 1px 20px 15px rgba(34, 60, 80, 0.1);
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;        
        padding-bottom: 20px;
    }
    .link-h{
        aspect-ratio: 1 / 1;
		height: auto !important;
		width: 100%;
		overflow: hidden;
		position: relative;
    }
    .link-h img {
		width: 100%;
/*		
		height: 100%;
		object-fit: cover;
*/
	}   

.section-gallery-wrapper {
    align-items: flex-start; /* элементы галереи — к верху */
}

/*
.section-gallery-wrapper__item img {
    margin: 0 auto !important;
    max-height:180px!important;
    width: auto;
}
*/
    .catalog-item{
        padding-right: calc(var(--bs-gutter-x) * .1)!important;
        padding-left: calc(var(--bs-gutter-x) * .1)!important;
    }
    .catalog-item .ellipsis-2{
        width:96%;
    }
    
}
@media (max-width: 480px) {
	.banner img {
	    height: auto;
	}
	.btn-link {
		width: 150px;
	}
	.i-badge {
	    padding: 0 6px;
	}
	.gallery-min img {
		height: 180px;
	}
	/*card-gallery*/
	.gallery-big-chil-link p, .gallery-big-chil img {
	    height: 49px;
	}
	.gallery-big-chil-link p {
	    font-size: 9px;
	    padding-top: 10%;
	}

	/*table*/
	.table td {
	    padding: 3px 5px;
	}
	.table tr {
	    display: flex;
	}
	.table td {
	    width: 100%;
	}
	/*tabs*/
	.nav-link {
		padding: 10px 15px;
		font-weight: 700;
		font-size: 14px;
		border-radius: 3px 3px 0 0;
	}
	/*popup*/
	.popup__content {
		max-width: 90%;
		width: 100%;
	}
    .sales-list .col-lg-4{
        max-width:380px!important;
		margin-left:auto!important;
		margin-right:auto!important;
    }

}
@media (max-width: 380px) {
	.f-13 {
		font-size: 12px!important;
	}
	.btn-link {
		width: 140px;
	}
	.m-height-4 {
	    min-height: 4.5rem;
	}
	.img-200 {
	    height: 140px;
	}
	.persona-img img {
	    width: 130px;
	    height: 130px;
	}
	/*card-gallery*/
	.gallery-min img {
		height: 150px;
	}
	.gallery-big-chil-link, .gallery-big-chil {
		padding: 2px!important;
	}
	/*vertical*/
}

.height-120{
    height:120px;
}

.height-120 img{
	max-height: 120px;
}
.add-sort.open .add-sort__item {
	display: block;
	
}
.add-sort__item {
	display: none;
}
.link-open{
	display:none;
	}
@media (min-width: 480px) {
.spoiler-hide{
	display:none;
	}
.link-open{
	cursor:pointer;
	display: inline;
    margin-top: 10px;
    position: relative;
    float: left;
    border-bottom: 1px dashed;
	}
}


/*стили для страницы salon.html*/
.f-26 {
	font-size: 26px;
}
.top {
	top: 0;
}
.left {
	left: 0;
}
.bg-before-opacity {
	position: relative;
}
.bg-before-opacity:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0009;
}
.w-content {
	width: fit-content;
}

#map {
	box-shadow: none;
}
.map {
	position: relative;
	transition: .2s;
}
.map::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000052;
}
.map:hover:before {
	display: none;
	transition: .2s;
}
@media (min-width: 991px) {
	.w-lg-auto {
		width: auto!important;
	}
}
@media (min-width: 768px) {
	.w-md-auto {
		width: auto!important;
	}
	.position-md-absolute {
		position: absolute;
	}
}
@media (max-width: 575px){
	body{
		font-size:14px;
	}
	.wrapper {
	overflow-x:hidden;
}	

	p{
		font-size:14px;
	}	    

	.f-26 {
	    font-size: 20px;
	}
    .bscrmb{
      overflow: auto;
     white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Chrome, Safari, новый Edge, Opera */
.bscrmb::-webkit-scrollbar {
    display: none;
}    
.breadcrumb{
  display: inline-block;
}
.breadcrumb-item{
    display: inline-block;
    }
    
.overflow-sm-x{
    overflow: auto;
    white-space: nowrap;
}
.overflow-sm-x .overflow-item{
    display: inline-block;
}
}


/*доп правки \ редактирование меню*/
.bg-dwhite {
	background: #f7f7f7;
}
.burger-menu-desctop {
	left: 0;
}
.burger-btn {
    display: block;
    padding: 8px 16px 10px 30px;
    background-color: #a58670;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    width: 190px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.burger-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #725641;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.burger-btn:hover::before {
    width: 300px;
    height: 300px;
}

.burger-btn:hover {
    color: #fff;
}
.burger-btn:focus {
	outline: none;
}
.burger-btn span {
	display: block;
	top: 22px;
    left: 16px;
}
.burger-btn span, .burger-btn span:after, .burger-btn span:before {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #222;
}
.burger-btn span:before {
    content: '';
    top: 5px;
    left: 0px;	
    background-color: #222;    
}
.burger-btn span:after {
    content: '';
    top: -5px;
    left: 0px;
    background-color: #222;    
}
.burger-btn b{
    font-weight: 400;
    font-size: 14px;

}
/*ACTIVE*/
.burger-btn span::before,
.burger-btn span::after,
.burger-btn span,
.burger-btn span,
.burger-btn span:after, 
.burger-btn span:before {
	transition: .4s;
}

.burger-btn.collapsed span {
    background-color: #fff;
}
.burger-btn.collapsed span::before {
    top: 5px;
    background-color: #fff;
    transform: rotate(0deg);
	width: 10px!important;	
}
.burger-btn.collapsed span::after {
    top: -5px;
    transform: rotate(0deg);
    background-color: #fff;    
}

.burger-btn span {
    background-color: transparent;
}
.burger-btn span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
	width: 15px!important;	
}
.burger-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

.btn-arr {
	border: 1px solid #252525;
	padding: 5px 10px;
	color: #252525;
}
.btn-arr:hover {
	background: #252525;
	color: #fff;
}
.btn-arr svg {
	width: 20px;
	height: 20px;
}
.collaps-menu .tab-links li a {
	padding: 10px 30px;
	display: block;

}
.collaps-menu .tab-links li a.active,
.collaps-menu .tab-links li a:hover {
	/*background: linear-gradient(90deg,hsla(0,0%,100%,0) -38%,#fff);*/
    background: #f7f8f8;
	border-radius:10px;
	color:#000;
}
.tab-links li a {
	display: flex;
	align-items: center;
}
.collaps-menu .tab-content {
  display: none;
}
.collaps-menu .tab-content-box > div:first-child {
	display: block;
}
.i-1 {
	width: 25px;
    height: 25px;
    object-fit: contain;
    margin: 0 5px;
}
.top {
	top: 0;
}
.right {
	right: 0;
}
.btn-close {
	background: transparent;
	border: none;
	opacity: .5;
}
.btn-close:hover {
	opacity: .9;
}

.btn-close:focus {
	outline: none;
}
@media (max-width: 1199px) {
	.logo-mobile {
	    width: 160px;
	    margin: 0 4%;
        max-width: 160px;
	}
}

	@media (max-width: 575px){
    }
        .half-banner img{
            max-width:100%;
        }
.slick-img-banner .slick-arrow{
display:none!important;
}
        @media (max-width: 480px){
        .half-banner img{
            max-width:100%;
        }        
        }   


/*доп правки*/
.bg-white {
	background: #fff;
}
.head-item_block .bg-light:hover{background-color:#f2f6f8!important}

.selected{
    color:#262626;
}

a.bg-light:hover{
    color:#000;
    transition: background-color 0.7s, transform 0.3s, color 1s;
}
.rounded-1{
    border-radius:10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .625rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 10px 30px 0 #9c9c9c75;
}