html {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	direction: ltr;
	box-shadow: none !important;
	touch-action: pan-y;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}

.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .bx-soa-sidebar {
    display: block !important;
}

body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
	color: #101820;
	font-family: "TT Fors";
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	display: initial;
	touch-action: pan-y;
}

.layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header {
	/* overflow-x: hidden; */
	touch-action: pan-y;
}

.main {
	flex-grow: 1;
}

body a {
	outline: none !important;
	color: #000;
}

html.safari:not(.no-safari-overflow-x-fix) .body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

li {
	line-height: 24px;
}

pre {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 15px;
}

h1 {
	font-family: "TT Fors DemiBold";
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	color: #101820;
}

h2 {
	font-family: "TT Fors DemiBold";
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
	color: #101820;
}

h3 {
	font-family: "TT Fors DemiBold";
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 45px;
	color: #101820;
}

h4 {
	font-family: "TT Fors DemiBold";
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #101820;
}
h5 {
	font-family: "TT Fors DemiBold";
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #101820;
}

.circle_box_title {
  font-family: "TT Fors DemiBold";
}
.product_title_two {
  font-family: "TT Fors DemiBold";
}
.product_title {
  font-family: "TT Fors DemiBold";
}

/* header */
.header {
		background: #fff;
		z-index: 999999;
}
.header .header-logo {
	/* margin: 1rem 0; */
	position: relative;
	z-index: 1;
}
.header .header-logo img {
	height: 60px;
	width: 112px;
}
.header-lnr a {
    color: #101820;
    font-size: 20px;
		text-decoration: none;
}

.header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms;
		/* height: 120px; */
		max-width: 1920px;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-right: auto;
		margin-left: auto;
}
.header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}
.header .header-column {
    display: flex;
    align-self: center;
    align-items: end;
    flex-grow: 1;
    flex-direction: column;
}
.header-start {
    align-items: start !important;
}

.ic-cart i {
    color: #101820;
    font-size: 20px;
}
.u-cart a:hover {
	color: #FFB4C8 !important;
}

.mobile-menu-icon {
	padding-left: 10px;
}

.ic-cart .qt {
  position: absolute;
  top: -10px;
  left: 12px;
  display: table;
  width: 20px;
  height: 20px;
  font-size: 10px;
  text-align: center;
}

.ic-cart .qt span {
  display: table-cell;
  vertical-align: middle;
  color: #FFB4C8;
}

. {
	display: flex;
  justify-content: end;
	color: #101820;
  font-size: 20px;
	margin-top: -30px;
	margin-right: -34px;
}

.footer ul li {
	font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101820;
}

.footer ul li.footer__icon-item--wa {
	display: none;
}

@media (max-width: 768px) {
	.footer ul li.footer__icon-item--wa {
		display: inline-block;
	}	
}

.footer_txt p {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #101820;
}

/* menu */
.nav .nav-link {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16.8px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}
.nav a:hover {
	background: #E2F1FF;
	border-radius: 4px;
	color: #000 !important;
	text-decoration: none;
}

/* slide */
.item {
	height: 480px;
}
.item .row {
	height: 480px;
}
.percent10 {
	height: 480px;
	margin-left: -12px;
}
.caption-txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #101820;
	width: 490px;
}
.sale-txt {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #101820;
}
.btn {
	border: 1px solid #101820;
	border-radius: 7px;
	width: 100%;
	height: 52px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;

	padding-top: 16px;

}

.btn.bottom-link:hover {
	color: black;
	background: #E2F1FF;
	border-color: #E2F1FF;
}

.slider-caption a:hover {
	border: 1px solid #101820;
	background: #fff;
	color: #101820 !important;
}
.stories {
	display: block;
	text-align: -webkit-center !important;
}
.stories-active {
  border: double 3px transparent;
  background-image: linear-gradient(white, white),
                    linear-gradient(to right, #F8ABBF, #98CBFC);
  background-origin: border-box;
  background-clip: content-box, border-box;
	border-radius: 100px;
}
.stories p {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #101820;
	margin-top: 10px;
}
.footer ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 13px;
}
.footer-txt-p{
	margin-left: 6px;
	letter-spacing: 0.1em;
}
.footer-logo {
	padding-top: 31px;
    padding-bottom: 31px;
    width: 102px;
}

.soc-footer > li{
	padding: 0 8px !important;
	margin-top: 6px;
}

.nav-footer ul > li{
	padding: 0 13px !important;
}

.slider-container {
  display: flex;
  width: 100%;
	height: 480px;
}
.slider-container_element-1 {
  flex-basis: 50%;
  flex-grow: 1;
}
.slider-container_element-2 {
  flex-basis: 50%;
  flex-grow: 2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #101820 !important;
}
.owl-dots {
	position: absolute;
	margin-top: -63px;
	right: 45%;
}

/* brands btn */
.brands .owl-nav {
	position: absolute;
  height: 70px;
  cursor: pointer;
}
.brands .owl-next {
  background: url('/img/next.svg') no-repeat scroll 0 0 !important;
  float: right;
  margin-right: -2% !important;
}
.brands .owl-next:hover {
  background: url('/img/next_hover.svg') no-repeat scroll 0 0 !important;
  float: right;
}

.brands .owl-prev:hover {
	background: url('/img/prev_hover.svg') no-repeat scroll 0 0 !important;
  float: left;
}
.brands .owl-prev {
	background: url('/img/prev.svg') no-repeat scroll 0 0 !important;
  float: left;
  margin-left: -1% !important;
}
.brands .owl-nav {
    width: calc(96% + 4px);
    bottom: -10px;
    z-index: 1;
}
.brands .owl-stage-outer {
    z-index: 999;
}
.owl-item .brands-col a {
    position: relative;
    z-index: 800;
}

/* nav btn */
.slider .owl-nav {
	position: absolute;
  height: 70px;
  cursor: pointer;
}
.slider .owl-next {
  background: url('/img/next.svg') no-repeat scroll 0 0 !important;
  float: right;
}
.slider .owl-next:hover {
  background: url('/img/next_hover.svg') no-repeat scroll 0 0 !important;
  float: right;
}

.slider .owl-prev:hover {
	background: url('/img/prev_hover.svg') no-repeat scroll 0 0 !important;
  float: left;
}
.slider .owl-prev {
	background: url('/img/prev.svg') no-repeat scroll 0 0 !important;
  float: left;
  margin-left: 20px !important;
}



.lnr-menu {
	font-size: 26px !important;
}

.close {
	text-align: right;
	cursor: pointer;
}
.center {
	display: flex;
	text-align: -webkit-center !important;
	justify-content: center;
}
.choosing-ptipti {
	background: #E2F1FF;
	border-radius: 14px;
	padding-left: 30px;
  padding-right: 30px;
}
.fix-slider {
	width: 1360px;
}
.ptipti-white {
	width: 166px;
	z-index: 1;
  position: absolute;
  left: 225px;
  margin-top: -90px;
}
.box1 {
	z-index: 2;
}
.lnr-last {
	padding-right: 0px !important;
}
.text-left {
	text-align: left;
}

.percent {
	height: 480px;
}

.circle_box_sub_title {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
	padding-top: 33%;
}
.circle_box_title {
	display: block;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	color: #101820;
}
.circle_box_text {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #101820;
}
.product_box {
	background: #F3F3F3;
	border-radius: 7px;
}
.product_box_two {
	border-radius: 7px;
}
.product_box_two .btn {
	margin-bottom: 30px;
}
.product_box_img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.product_title {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #101820;
	padding-top: 22px;
	padding-bottom: 20px;
}
.product_box .btn {
	margin-bottom: 30px;
}
.product_title_two {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #101820;
	padding-top: 20px;
	padding-bottom: 16px;
}
.percent10 > source,
.percent10 > img{
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.percent11 > source,
.percent11 > img{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.product_box_sub_title {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #98CBFC;
	padding-top: 22px;
	padding-bottom: 0px;
}
.percent input[type="text"] {
	width: 100%;
	margin-bottom: 31px !important;

  padding: 10px 10px 10px 0px;
  outline: none;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;

	color: #101820 !important;
	letter-spacing: 0.1em;

	background-color: rgb(226, 241, 255, 1);
	border-color: #101820;

	border-width: 0 0 1px 0 !important;
  box-shadow: unset;
  resize: none;
}
.percent input::placeholder {
	color: #101820 !important;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.form-check-label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #101820;
	padding-left: 10px;
	padding-top: 2px;
}

/* catalog */
.breadcrumb {
	margin-bottom: 0px !important;
	justify-content: center;
  align-self: center!important;
}
.breadcrumb-item a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	color: rgba(16, 24, 32, 0.3);
}
.back {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: rgba(16, 24, 32, 0.3);
}

.category p {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #101820;

}
.item-title a {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #101820;
}
.item-title_desc,
.item-title_desc a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #98CBFC;
	padding-top: 15px;
}
.price_value_block .price_value {
	font-family: "TT Fors DemiBold";
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #101820;
}
.price_value_block .price_currency {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #101820;
}
.price_value_block .price_old {
	text-decoration: line-through;
	font-size: 15px;
	color: #ccc;
}
.favourites img {
 	position: absolute;
	margin-top: 14px;
	z-index: 10;
	right: 14px;
}
.catalog_item {
	margin-bottom: 2rem;
}

.swiper-slide .catalog_item {
	margin-bottom: 0;
}

.catalog_img {
	position: relative;
}

/* select */
.wrap {
  width: 100%;
  position: relative;
  float: left;
}

.select {
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
	position: absolute;
	z-index: 9999;
}

.wrap label {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;

  &:hover,
  &:focus {
    color: #dd5218;
  }
}


.wrap button {
	/* Block */
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	position: relative;

	/* Text */
	text-align: left;
	line-height: 1.42857;
	color: #555;

  outline: none;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;

	color: #101820;
	background-color: #fff;
	border-color: #101820;
	border-width: 0 0 1px 0 !important;
  box-shadow: unset;
  resize: none;
}
.wrap button::after {
		font-family: "FontAwesome";
		font-size: 12px;
		display: inline-block;
		width: 17px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		content: '\f107';
		position: absolute;
		right: 0px;
		top: 0px;
		color: #101820;
	}

	.wrap button.afk-active:after {
		content: '\f106';
	}

	.wrap button:hover,
	.wrap button:focus {
		color: #101820;
	}

	.wrap button:after {
			color: #101820;
	}

.hello {
	padding-bottom: 3rem;
}
.form-check-input {
	width: 1.25em;
	min-width: 1.25em;
  height: 1.25em;
	border: 1px solid #101820 !important;
	background-color: rgb(226, 241, 255);
}
.form-check-input.reg {
	background-color: white;
	width: 20px;
	height: 20px;
}
.form-check-result {
	font-size: 18px;
}

.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #101820 !important;
	background: #d6d6d600 !important;
}
.hello a:hover {
    border: 1px solid #101820;
    background: #fff;
    /* color: #fff !important; */
}
.choosing-ptipti a:hover {
    border: 1px solid #101820;
    background: #fff;
    color: #101820 !important;
}

.u-cart a {
	cursor: pointer;
}
.menu-active {
	line-height: 17px;
	background: #E2F1FF;
  border-radius: 4px;
  color: #000 !important;
}

.menu-active-box {
	line-height: 17px;
	background: #FFB4C8;
  border-radius: 4px;
      padding: 8px 10px;
	  margin-left: 8px;
  color: #fff !important;
}

/*^^^Авторизация, регистрация, восстановление пароля^^^*/
/*Оформление заказа*/
#bx-soa-order{
	max-width: 1140px;
	margin: auto;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 50px;
}
#bx-soa-order .bx-soa{
	flex-basis: 60%;
}
#bx-soa-total{
	flex-basis: 35%;
	background: #F3F3F3;
	border-radius: 14px;
	margin-top: 80px;
}
#bx-soa-paysystem-and-delivery > div{
	flex-basis: 100%;
	max-width: 100%;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-section-title::before {
	content: unset;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-section-title-container{
	padding: 0;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-section-title-container h2{
	text-align: left;
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	color: #101820;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-item-img-block{
	width: 155px;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-item-tr .bx-soa-item-td,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-section{
	border: none !important;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-item-title a,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-item-td-text .bx-price{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;

/* or 150% */

	color: #101820;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-section-content{
	padding-left: 0;
	padding-right: 0;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .radio-inline:hover label::before,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .radio-inline.radio-inline-checked label::before,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container{
	background-color: #fff !important;
	border-color: #fff !important;
	border: 1px solid #101820 !important;

}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container::after{
	background: #101820;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-desc{
	display: none;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed{
	position: static !important;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-cart-total-ghost{
	padding-top: 0 !important;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-cart-total,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order #bx-soa-total > *{
	background: transparent;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-cart-total{
	padding-left: 40px;
	padding-right: 40px;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-customer,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-customer + div,
#bx-soa-orderSave{
	padding-left: 40px;
	padding-right: 40px;
}
#bx-soa-orderSave{
	padding-bottom: 40px;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-item-tr .bx-soa-item-td:first-child {
	padding-left: 0 !important;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order #bx-soa-total label{
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order #bx-soa-total input,
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order #bx-soa-total textarea{
	border: none !important;
	border-bottom: 1px solid #101820 !important;
	background: transparent !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	padding-left: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-orderSave-button{
	text-align: center;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-button.bx-soa-button-colored{
	border: 1px solid #101820 !important;
	border-radius: 7px !important;
	color: #101820 !important;
	background: transparent !important;
}
#bx-soa-delivery .bx-soa-coupon{
	display: none;
}

#bx-soa-paysystem-and-delivery .bx-soa-pp-company-desc,
#bx-soa-paysystem-and-delivery .sdek_pvzLair {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

#bx-soa-paysystem-and-delivery .bx-soa-pp-company-desc span {
	display: flex;
}

#bx-soa-paysystem-and-delivery .SDEK_selectPVZ.btn{
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
	background: transparent;
	border: 1px solid #101820;
	border-radius: 7px;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 15px 20px !important;
	margin-top: 20px;
}

	/*^^^Оформление заказа^^^*/

.header-menu {
		background: #fff;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    /* transition: ease height 300ms; */
		height: 70px;
		max-width: 1920px;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-right: auto;
		margin-left: auto;
		transition: all .3s ease;
		z-index: -1;
}

.out {
	display: block;
  transform: translateY(-100%);
}
.header-menu-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: center;
    max-height: 100%;
}
.header-menu-column {
    display: flex;
    align-self: center;
    align-items: center;
    flex-grow: 1;
    flex-direction: row;
	margin-left: 20.5px;
    margin-top: -7px;
}
.links-right:hover path{
	stroke:pink !important;
	transition: all .3s ease;
}

.form-check-inline {
	margin-right: 0px !important;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.link-mobile-nav {
	font-weight: 500;
	font-size: 15px;
	line-height: 37px;
	color: #101820;
	display: block;
}
.link-mobile-nav-title {
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}

.brands-h2 h2 {
	font-size: 35px !important;
	line-height: 45px !important;
	text-align: left !important;
}
/* dropdown menu */
.dropdown {
	float: left;
}

.dropdown {
	border: none;
	outline: none;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	color: #101820;
	background: #FFFFFF;
	background-color: #fff;
	height: auto;
	min-width: 318px;
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
	z-index: 99999;
	border-radius: 14px;
	padding: 50px 40px 40px 40px;
}

.dropdown-content a {
	float: none;
	padding: 0px 3px 0px 3px; /* 12px 16px */;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
  line-height: 26px;
  color: #101820;

}

.dropdown-content a:hover {
	background-color: #E2F1FF;
}

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

.eesfmc {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #101820;
}
.bliryu {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #101820;
}
.about_name {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #101820;
	margin-top: 10px;
}
.about_hr {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
	margin-top: 10px;
}
.about_mail {
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #FFB4C8;
	margin-top: 10px;
}

.blue-block-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #101820;
}

.blue-block-wrap {
	max-width: 1300px;
	margin: 40px auto;
	padding: 0 10px;
}

.blue-block {
    background: url(/img/zmuftamg.png) #E2F1FF;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	border-radius: 14px;
}

.blue-block {
	padding: 30px 20px;
	margin-top: 20px;
}

.blue-block--col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.blue-block-item {
	margin-bottom: 20px;
}

.blue-block-item--col {
	width: calc(50% - 10px);
}

.blue-block-item:last-child {
	margin-bottom: 0;
}

.blue-block-title {
	margin-bottom: 10px;
}

.blue-block-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #101820;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.blue-block-title {
		font-size: 20px;
	}

	.blue-block-item--col {
		width: 100%;
	}
}

.idfbrypt {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ipnibbnv {
	display: block;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #101820;
}
.svgbndbg {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #101820;
}
.footer .menu-active {
	padding: 10px;
}
.bx-basket {
	position: relative;
}
.cart_count {
	position: absolute;
  font-weight: 600;
  font-size: 12px;
  line-height: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFB4C8;
  margin-left: -9px;
	top: 0;
	right: -4px;
}
#search {
    position: absolute;
    right: 40px;

		visibility: hidden;
	  opacity: 0;
	  transition: opacity 1s linear, visibility 1s linear;
}
.visible_search {

	opacity: 1 !important;
  visibility: visible !important;
	/*display: block !important;  transition: opacity .2s ease-out; */
}
.dnone {
	display: none;
}
.title-search-separator {
	background: #fff !important;
	border: 0px !important;
}
.favourites {
    position: absolute;
    margin-top: 14px;
    z-index: 10;
    right: 14px;
		background: url('/img/sstar.svg');
		width: 22px;
		height: 22px;
		cursor: pointer;
}
.is-fav {
	  background: url('/img/sstarpink.svg') !important;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #FFB4C8 !important;
}
input[type="submit"] {
	/*
	line-height: 17px;
	background: #FFB4C8;
	border-radius: 4px;
	color: #fff !important;
	border: 0px;

	*/
	padding: 7px;
	font-family: "TT Fors" !important;
}
.bx-authform {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.box-category {
    background: url('/img/box_cat.svg') #E2F1FF;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: cover;
		height: 260px;
}
.cpointer {
	cursor: pointer;
}
#title-search-input {
	width: 150px;
}
.about_mail{
	cursor: pointer !important;
}
.about_mail a {
	color: #FFB4C8;
	cursor: pointer !important;
}
.about_mail a:hover {
	color: #E2F1FF;
	cursor: pointer !important;
}
.slider__flex {
    position: relative;
}

.percent input[type="submit"] {
    line-height: 17px;
    background: #ffffff00 !important;
    border-radius: 7px;
    color: #000 !important;
    border: 1px solid #101820;
    padding-top: 7px;
}
.smart-filter_bottons {
	display: none;
}

.smart-filter_radio label {
	display: block;
}


/* preloader */

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #fff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 99999;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #FFB4C8;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

/* end preloader */


.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 4px 2px;
    cursor: pointer;
    z-index: 9999999999;
}

.crop_img {
	width: 306px; height: 333px; border-radius: 7px;
}

.choosing-ptipti {
	height: auto;
}

.jjwkjdwew {
	margin-top: 0px !important;
}
.soc {
	margin-bottom: 65px;
}
.slider-caption h5 {
	text-align: left;
}
.sale-txt {
	text-align: left;
}
.form-check-label {
	text-align: left;
}

.smart-filter_title {
	text-transform: uppercase;
}

.zxa {
	  position: absolute;
    z-index: 9999;
    background: #fff;
    width: 189px;
}

.catalog_img img {
	border-radius: 7px;
}

.uhod {
	margin-top: 40px;
}

.uhod span {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}
.header-search span {
	font-weight: 500;
	font-size: 12px;s
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
}
.user_menu {
	margin-top: 15px;
	margin-left: -30px;
}

.user_menu a {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #999999;
}

.user_menu a:hover {
	color: #101820;
}

.user_menu li {
	list-style-type: none;
	border: 1px solid #999999;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	padding: 5px;
	border-radius: 7px;
	cursor: pointer;
}

.user_menu li.active {
	border: 1px solid #101820;
}

.user_menu li.active a {
	color: #101820;
	font-weight: 600;
}

@media (max-width: 767px) {
	.user_menu {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
}

.about-projects img {
	border-radius: 7px;
}

.percent10 {
	border-radius: 7px;
}

.col-projects img {
	border-radius: 7px;
}

.intec-basket.intec-basket-template-1 .intec-basket-counter-input {
    -webkit-box-shadow: inset 0px 2px 8px rgb(255 255 255 / 25%) !important;
    -moz-box-shadow: inset 0px 2px 8px rgb(255 255 255 / 25%) !important;
    box-shadow: inset 0px 2px 8px rgb(255 255 255 / 25%) !important;
}

.intec-basket.intec-basket-template-1 .intec-basket-name {
	text-align: left;
}

.intec-basket.intec-basket-template-1 .intec-basket-scheme-color, .intec-basket.intec-basket-template-1 .intec-basket-scheme-color-hover:hover {
	color: #FFB4C8;
}

/*Авторизация, регистрация, восстановление пароля*/
.bx-authform{
	max-width: 660px;
	padding: 0 15px;
}
.inputs-row{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 15px;
	flex-wrap: wrap;
}
.inputs-row.vertical{
	flex-direction: column;
}

.inputs-row > div {
	flex-basis: 47%;
}
.inputs-row > div.full-width{
	flex-basis: 100%;
}
.inputs-row .bx-authform-input-container input,
.bitrix-main-register .child-row input:not([type="checkbox"]){
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
	border: none;
	border-bottom: 1px solid #101820;
	background: transparent;
	height: 45px;
	width: 100%;
}
.bx-authform .btn[type="submit"]{
	background: #E2F1FF;
	border-radius: 7px;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820!important;
	cursor: pointer;
}
.bx-authform .btn[type="submit"]:hover{
	background: #C4E1FE;
}
.bx-authform .btn[type="submit"]:focus{
	background: #E2F1FF;
}
.forgot-register{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}
.forgot-register .forgot-psw{
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(16, 24, 32, 0.3);
}
.remembered span,
.forgot-register .registry-title{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	letter-spacing: -0.02em;
	color: #101820;
}
.forgot-register p{
	margin-bottom: 0;
}
.remembered a,
.forgot-register .registry{
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #101820;
	margin-left: 15px;
}
.remembered{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.child-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.child-row > div:first-of-type{
	flex-basis: 100%;
}
.child-row .enumeration.field-wrap{
	display: flex;
	margin: 20px 0 10px;
}
.bitrix-main-register .bx-authform-input-container{
	margin-bottom: 25px;
}
.bitrix-main-register .submit{
	margin-top: 40px;
}
.child-row .enumeration.field-wrap label{
	position: relative;
}
.child-row .enumeration.field-wrap label input{
	display: none;
}


.bitrix-main-register input:focus-visible{
	border: none;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #101820;
}
.child-row .enumeration.field-wrap label input:checked span:before{

}
.child-row .enumeration.field-wrap label span{
	padding-left: 35px;
	margin-right: 10px;
}

.child-row .enumeration.field-wrap label span::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 50%;
	top: 3px;
	left: 5px;
}
.child-row .enumeration.field-wrap label input:checked + span:before{
	background: #000;
	box-shadow: inset 0 0 0 5px #fff;
}
.child-row > div{
	flex-basis: 47%;
}
.child-row  .field-item.date{
	width: 100%;
}
/*^^^Авторизация, регистрация, восстановление пароля^^^*/

.item-title a {
	display: block;
}

.form-control:focus {
	box-shadow: none !important;
}

.dropdown-fade2white {
	background: none !important;
}

.cpt-stories-col .swiper-scrollbar {
	display: none !important;
}
.p__logout {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(16, 24, 32, 0.3);
	margin-top: 14px;
}

.soc {
	margin-left: -28px;
	margin-top: 20px;
}
.kszxao {
	font-size: 35px;
}

.form-check-input {
    border-radius: 100px !important;
}

.form-check-input:checked {
    background-color: #E2F1FF !important;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(/img/checkqwe.svg) !important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%) !important;
}

.smart-filter_title {
	font-size: 14px !important;
	line-height: 2 !important;
	padding: 9px 0px 6px 0px !important;
}

.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .alert.alert-success {
	background: #E2F1FF !important;
	color: #101820 !important;
}

.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .alert.alert-success {
	border-radius: 7px;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 #bx-soa-order .bx-soa-cart-total {
	border-radius: 7px;
}
.ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .icon-success {
	background-image: url('/img/checkcheck.svg') !important;
}
.accordion-header {
	font-family: "TT Fors" !important;
}
.accordion-button:not(.collapsed) {
	background-color: #ffffff;
}
.accordion-button:focus {
  border-color: #ffffff !important;
}

.visible_search {
	margin-top: 48px !important;
}

.btn_search {
	height: 32px;
	background: #fff;
  border: 1px solid #101820;
  border-radius: 7px;
  padding: 0px 10px 0px 10px !important;
}
#title-search-input {
	border-radius: 7px;
	border: 1px solid #101820;
}
#brandlist {
	display: block;
  position: relative;
  margin-bottom: 100px;
}
.breadcrumb > li + li:before {
	color: rgba(16, 24, 32, 0.3) !important;
}

/*
.bx-blue .btn.btn-default {
	margin-bottom: 20px;
}
*/
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.fdfdfdfqq {
	padding-right: 10px;
}

.errortext {
	width: 100%;
	display: block;
	text-align: left;
}

.grecaptcha-badge {
	bottom: 70px !important;
}


@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}
@media (min-width:1450px){.hidden-xl{display:none!important}}