

/* Start:/bitrix/templates/sakurahada/template_styles.css?175949256114307*/
.flex{
	display: flex !important;
	align-items: center;
}
.popup-window-with-titlebar .popup-window-buttons {
	display: flex;
	justify-content: space-around;
}
.popup-window-with-titlebar .popup-window-buttons span.btn:last-child {
	margin-left: 15px;
}
.popup-window-with-titlebar .popup-window-buttons span.btn:first-child {
	margin-right: 15px;
}
.popup-window-with-titlebar .popup-window-buttons span.btn:last-child {
	background: #CFCFCF;
}
.popup-window-with-titlebar .popup-window-titlebar{
	text-align: center;
}
.popup-window-with-titlebar .popup-window-content {
	padding: 20px 0;
}
.popup-window.popup-window-with-titlebar {
	padding: 0 30px 30px;
	border-radius: 10px;
}
.popup-window-with-titlebar .bx-catalog-popup-content{
	text-align: center;
}
.title-head-h2{
	max-width: 1330px;
	margin: 0 60px;
	position: relative;
	padding: 0 0 0 60px;
	display: flex;
	align-items: center;
	height: 45px;
}
.maingrid__item-img img{
	-ms-interpolation-mode: nearest-neighbor;  /* IE */
	image-rendering: crisp-edges; /* Стандартное свойство */
}
.maingrid__item-title{
	backdrop-filter: none;
	background: #fff;
}
[for="soa-property-9"]{
	margin-left: 15px;
}
.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner{
	max-width: 100%;
	background: none;
	font-size: 13px;
}
.bx-soa-tooltip.bx-soa-tooltip-static{
	opacity: 1;
	display: block;
	width: 100%;
	position: absolute;
	top: -16px;
	left: 0;
}
.card__item{
	max-width: 228px;
}
@media only screen and (max-width: 767px) {
	.card__item{
		max-width: 140px;
	}
}
.card__item-desc{
	font-size: 14px;
}
.title::before{
	background-color: #FFA8AF;
}
.top__link{
	background-color: #333;
}
.header-nav__item{
	background-color: #333;
	border-radius: 7px;
}
.nav__item-link a{
	font-size: 14px;
}
.nav__item-title{
	font-size: 16px;
}
.footer-nav__title{
	font-size: 16px;
}
.footer-nav__item a{
	font-size: 14px;
}
.footer-nav__item a:hover{
	color: #000;
}
.footer__footer{
	font-size: 12px;
	color: black;
	text-align: center;
	padding: 12px 0;
	background: #fff;
}
.maingrid__item-title{
	background: #FFA8AF;
	opacity: 0.8;
	font-weight: bold;
}
.basket__item-cell .m-discount{
	background-color: #E05050;
	padding: 2px 6px;
	border-radius: 10px;
	top: -10px;
	position: relative;
	font-size: 12px;
	color: #fff;
}
.nav-brands{
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	position: absolute;
	z-index: 500;
	top: 150px;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	display: none;
}
.page__title h1{
	display: inline-block;
}
.rowslide__swiper{
	overflow-x: hidden;
}
.nav {
	z-index: 900;
}
.m-active{
	color: #FFA8AF;
	border: 2px #FFA8AF solid;
}
.page__desc h2{
	margin-top: 30px;
}

.page__desc ol{
	list-style: disc;
	margin-bottom: 16px
}

.page__desc ul{
	list-style: disc;
	margin-bottom: 16px
}

.page__desc li{
	margin-left: 12px;
}

.page__desc b{
	font-weight: bold;
}
.page__desc img{
	max-width: 840px;
}
@media only screen and (max-width: 767px) {
	.page__desc img {
		width: 100%;
		height: auto;
	}
}
.btn-disabled{
	background:#F2F2F2; color:#333; margin-right: 10px;
}
a.linkAll{
	background: #333333;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 7px;
	font-size: 14px;
	padding: 3px 12px;
	white-space: nowrap;
}
.rowslide__title.title{
	display: flex;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width: 350px) {
	.title {
		font-size: 21px;
	}
}


.button-select{
	display: none;
}
.button-select .button-select--box{
	user-select: none;
	display: block;
	width: 100%;
	position: relative;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	z-index: 3;
	height: 35px;
}
.button-select .button-select--box:after{
	content: '';
	cursor: pointer;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.59 0.295044L6 4.87504L1.41 0.295044L0 1.70504L6 7.70504L12 1.70504L10.59 0.295044Z' fill='%23cccccc'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: -1px;
	border-radius: 7px;
	width: 32px;
	height: 30px;
}
.button-select .button-select--box.openSelect:after{
	transform: scaleY(-1);
}
.button-select .button-select--title{
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	padding: 0 32px 0 10px;
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 7px;
	line-height: 30px;
	height: 35px;
}
.button-select .button-select--content{
	position: absolute;
	width: 235px;
	top: 53px;
	left: -90%;
	right: 0;
	border: 2px solid #FFA8AF;
	border-radius: 7px;
	background: #fff;
	display: none;
	padding: 20px 10px 0;
}
.button-select .button-select--content:after {
	content: '';
	position: absolute;
	bottom: inherit;
	right: inherit;
	top: -7px;
	left: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	background: #fff;
	border-top: 2px solid #FFA8AF;
	border-right: 2px solid #FFA8AF;

	transform: rotate(-40deg);
}
.button-select .button-select--content .cat__filter-list.active-scroll{
	height: 210px;
	overflow-y: scroll;
	scrollbar-color: #ccc #F2F2F2;
	scrollbar-width: thin;
}
.button-select .button-select--content .cat__filter-list.active-scroll::-webkit-scrollbar{
	width: 4px;
	background-color: #ccc;
}
.button-select .button-select--content .cat__filter-list.active-scroll::-webkit-scrollbar-track{
	border-radius: 7px;
	background-color: #F2F2F2;
}
.button-select .button-select--content .cat__filter-list.active-scroll::-webkit-scrollbar-thumb{
	border-radius: 7px;
	background-color: #ccc;
}
.button-select.active .button-select--content{
	display: block;
}
b{
	font-weight: 700;
}

.mt-1{
	margin-top: 1rem !important;
}
.mt-2{
	margin-top: 2rem !important;
}
.mt-3{
	margin-top: 3rem !important;
}
.mt-4{
	margin-top: 4rem !important;
}
.mt-5{
	margin-top: 5rem !important;
}
.mt-6{
	margin-top: 6rem !important;
}
.mt-7{
	margin-top: 7rem !important;
}
.mt-8{
	margin-top: 8rem !important;
}
.mt-9{
	margin-top: 9rem !important;
}
.mt-10{
	margin-top: 10rem !important;
}
.modal__content .block {
	position: relative;
}
.modal-close{
	cursor: pointer;
	position: absolute;
	right: 15px;
	width: 15px;
	height: 15px;
	top: 15px;
}

@media only screen and (min-width: 768px) {
	.button-select{
		display: block;
	}
	.button-select .button-select--box, .button-select .button-select--box:after {
		height: 45px;
	}
	.button-select .button-select--title{
		line-height: 40px;
		height: 45px;
	}
}


.suggest__sections{
	padding: 0 0 0 25px;
}
.suggest__sections a{
	display: flex;
	padding: 10px 0;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.suggest__sections a span.img{
	background: #F2F2F2;
	padding: 10px;
	border-radius: 10px;
	display: inline-flex;
}
.suggest__brands{
	display: flex;
	gap: 10px;
	margin: 10px 25px;
	flex-wrap: wrap;
}
.suggest__brands a{
	background: #666666;
	display: flex;
	color: #fff;
	white-space: nowrap;
	padding: 2px 10px;
	border-radius: 7px;
	border: 1px solid #666666;
	text-decoration: none;
}

/*  modal-authorize */
.modal-authorize{}
.modal-authorize .block__title{
	position: relative;
}
.modal-authorize .headTitle{
	margin-bottom: 20px;
}
.modal-authorize .authBack{
	position: absolute;
	display: none;
}
.modal-authorize .authBack span{
	transform: rotateX(180deg);
	display: flex;
	width: 35px;
	height: 35px;
	background: #F2F2F2;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.modal-authorize .authCodeForm{
	display: none;
}
.modal-authorize .tabsD {
	width: 70%;
	margin: 0 auto;
}
.modal-authorize .tab__item {
	padding: 0 30px;
	width: 100%;
}
.modal-authorize .tab__nav-list {
	display: flex;
}
.modal-authorize .form__row {
	margin-top: 30px;
}
.modal-authorize #authphone-block.hidden, .modal-authorize #authemail-block.hidden {
	opacity: 0;
	visibility: hidden;
	margin: 0;
	height: 0;
}
.modal-authorize #authcode-block-phone, .modal-authorize #authcode-block-email {
	justify-content: center;
}
.modal-authorize .flex_code {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
.modal-authorize .inputscode {
	display: inline-flex;
	width: 60px;
	background: #FFA8AF;
	border: 1px solid #FFA8AF;
	height: 80px;
	border-radius: 20px;
	text-align: center;
	color: white;
	font-size: 25px;
	outline:none;
}
.modal-authorize .inputscode::placeholder {
	color: white;
}
.modal-authorize .authMess {
	color: red;
	margin-bottom: 10px;
	height: 20px;
}
.modal-authorize .mainbtn.activeKod {
	background: #F2F2F2;
	color: #CCCCCC;
	cursor: default;
}
@media only screen and (max-width: 767px) {
	.modal-authorize .tabsD {
		width: 100%;
	}
	.modal-authorize{
		padding-left: 5px;
		padding-right: 5px;
	}
	.modal-authorize .tab__nav-list {
		flex-wrap: wrap;
		gap: 10px;
		background: #FFFFFF;
	}
	.modal-authorize .tab__item {
		background-color: #F2F2F2;
		padding: 0;
		margin: 0;
	}
	.tab__item.tab__item_current {
		background-color: #FFA8AF;
	}
	.modal-authorize .flex_code {
		gap: 14px;
		justify-content: center;
	}
}



.no-after:after{
	content: none !important;
	padding-right: 15px;
}
.cat__top-row.m-flex {
	gap: 10px;
}
.smart-filter-form-1 {
	display: flex;
	gap: 10px;
}
.cat__top-tags-block .tags-name{
	background: #ffa8af;
	color: #fff;
	border-radius: 7px;
	padding: 7px 10px;
	display: flex;
}
.cat__top-tags-block .tags-name a{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
@media only screen and (max-width: 767px) {
	.cat__top-row.m-flex{
		flex-wrap: wrap;
	}
}
.tid-text{
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.header__whatsapp__link{
	display: none;
}
.header__whatsapp__link svg{
	width: 14px;
}
@media only screen and (min-width: 768px) {
	.header__whatsapp__link{
		display: block;
	}
}
.product__area-messangers {
	margin-top: 15px;
	margin-bottom: 30px;
	display: flex;
	gap: 13px;
	flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 768px) {
	.product__area-messangers {
		flex-wrap: nowrap;
	}
}

.product__area__telegram {
	background-color: rgba(90, 130, 214, 0.25);
	padding: 20px;
	border-radius: 15px;
}
.product__area-messangers a {
	display: flex;
	color: #424242;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.product__area__telegram-link, .product__area__whatsapp-link{
		flex-basis: 47%;
		border-radius: 10px;
		justify-content: center;
	}
	.product__area__telegram-link{
		background: #1B8ADB;
	}
	.product__area__whatsapp-link{
		background: #29A71C;
	}
}
.product__area__telegram-text {
	padding-left: 15px;
}
.product__area__whatsapp-text {
	padding-left: 15px;
}
.product__area__whatsapp {
	background-color: rgba(98, 170, 47, 0.25);
	margin-top: 10px;
	padding: 20px;
	border-radius: 15px;
}
.product__area-messangers svg {
	max-width: 70px;
	max-height: 70px;
}
.filter-val{
	max-height: 290px;
	overflow: auto;
}
.filter-val::-webkit-scrollbar {
	width: 10px;
}
.filter-val::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.filter-val::-webkit-scrollbar-thumb {
	background: #888;
}
.filter-val::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.cat__top-tags-block.cat__landing-section{
	margin-right: -25px;
	width: 100%;
}
.cat__top-tags.tags-brands-list{
	display: flex;
	overflow-x: auto;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	height: 40px;
	gap: 7px;
	margin: 0;
	flex-direction: column;
}
.cat__top-tags.tags-brands-list .tags-name{
	height: 27px;
	white-space: nowrap;
}
.tags-brands-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.tags-brands-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.tags-brands-list::-webkit-scrollbar-thumb {
	background: #888;
}
.tags-brands-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.grecaptcha-badge{
	visibility: hidden;
}
.bold{
	font-weight: bold;
}
.txt_hid-show{
	height: 150px;
	overflow: hidden;
	position: relative;
}
.txt_hid-show.active{
	height: auto;
	padding-bottom: 40px;
}
.viewBlock{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	padding-top: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 29%);
}
.viewBlock .viewButton{
	height: 38px;
	line-height: 38px;
}
.txt_hid-show.active .viewBlock{
	background: none;
}
.subRewievs{
	vertical-align: super;
	background: #E05050;
	border-radius: 50%;
	padding: 2px 8px;
	color: white;
}
.btn-option{
	display: flex;
	align-items: center;
	gap: 20px;
}
.block__row-deleteuser{
	display: flex;
	gap: 20px;
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
@media only screen and (max-width: 768px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
}
.page-collection-title_block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.ctrl-basket-collections{
	white-space: nowrap;
}
.page__title #link-share, .basket-delete{
	height: 30px;
	display: inline-flex;
	align-items: center;
}
[data-modal-type="link-share"] .link{
	display: block;
	padding: 30px 0;
	padding-top: 2px;
}
[data-modal-type="link-share"] .copylink{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
[data-modal-type="link-share"] .description{
	text-align: left;
}
[data-modal-type="link-share"] .description .description_title{
	display: block;
	text-align: center;
	font-size: 20px;
}
/* End */
/* /bitrix/templates/sakurahada/template_styles.css?175949256114307 */
