@import url("dark-mode.css");

* {
	outline: none;
}

body {
	margin: 0;
	font-family: "Alata", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

.btn {
	font-family: 'SegoeUI';
	color: var(--header-color);
	text-align: center;
	background: #fff;
	border: none;
    border-radius: 20px;
    padding: 10px 20px;
	outline: none;
}

.btn:hover {
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}

/* input.btn.disable {
	background: #F1F8FF;
	color: #859ED1;
	pointer-events: none;
} */

.btn1, .lcwr.ow .btn4{
	position:relative;
	font-family: 'SegoeUI';
	color: var(--header-color);
	text-align: center;
	background: #fff !important;
    border: 1px solid #9795FB;
	outline: none;
	border-radius: 20px;
	padding: 10px 20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
}

.btn1::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: var(--header-color3);
	z-index: -1;
	transform:translateX(0);
	transition: all 0.4s linear;
	border-radius: 20px;
}

.btn1:hover::before {
	transform:translateX(110%);
}

.btn1.disable{
	background: #F1F8FF;
	color: #859ED1;
	pointer-events: none;
}

.btn2 {
	position:relative;
	font-family: 'SegoeUI';
	color: var(--header-btn-color-light);
	text-align: center;
	background: var(--header-btn-bg-color-light) !important;
	border: 1px solid var(--header-btn-border-color-light);
	outline: none;
	border-radius: 20px;
	padding: 10px 20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
}

.btn2::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	z-index: -1;
	transform:translateX(-110%);
	transition: all 0.4s linear;
	border-radius: 20px;
}

.btn2:hover::before {
	transform:translateX(0);
}

.btn2.disable {
	border: 1px solid #F1F8FF;
	color: #859ED1;
	pointer-events: none;
}


.copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #2e4c80;
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
}

.header_bottom_wrapper {
	position: relative;
	z-index: 99;
	border-top: 1px solid #859ED1;
	margin-top: 30px;
	padding-top: 13px;
}

.faq-section {
	margin: 15px 0
}

.faq-section input,
.faq-section p {
	display: none
}

.faq-section input[type=checkbox]:checked~p {
	display: block;
	color: #444;
	font-size: 1em;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal;
	overflow: visible;
	text-align: justify
}

.faq-section label {
	float: right;
}

.faq-section h2 {
	display: none;
}

.faq-section h3 {
	display: none;
}

.faq-section li {
	display: none;
}

.faq-section input[type=checkbox]:checked~h3 {
	display: block;
}

.faq-section input[type=checkbox]:checked~ol>li {
	display: block;
	color: #444;
	padding: 5px;
	font-size: 1em;
	list-style-type: disc !important;
}

.faq-section label::-moz-selection {
	background: none
}

.faq-section label::selection {
	background: none
}

.faq-section label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 13px;
	width: 250px;
	font-family: 'SegoeUI';
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: var(--header-color);
	background-color: transparent;
	border: 1px solid #9795FB;
	border-radius: 24px;
	padding: 11px;
	margin-bottom: 20px;
	cursor: pointer;
}

.faq-section label img {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

img {
	border: 0
}

input {
	outline: 0
}

input[type="submit"] {
	cursor: pointer
}

textarea {
	outline: 0;
	resize: none
}

header {
	background: var(--header-bg-color-light);
	background: -o-linear-gradient(top, #fff 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f5f5f5));
	background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%)
}

.faq-section input[type=checkbox]:checked~h2 {
	display: block;
}


.dop-st {
	clear: both;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	width: 100%;
	display: block;
	font-weight: bold;
	background-color: #eaeaea;
	border: 0 !important;
	border-left: 4px solid rgb(56 94 158) !important;
	text-decoration: none;
}

.dop-st p {
	color: red;
}

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

.border-img__item {
	position: relative;
	display: inline-block;
	border: none;
	margin: 8px;
	padding: 7px;
	height: 298px;
	z-index: 1;
}

.border-img__item a,
.border-img__item img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.border-img__item img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.border-img__item::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -webkit-gradient(linear, left top, left bottom, from(#9795FB), to(#B8CFFF));
	background: -o-linear-gradient(top, #9795FB 0%, #B8CFFF 100%);
	background: linear-gradient(180deg, #9795FB 0%, #B8CFFF 100%);
	z-index: -1;
	margin: 0;
}

img {
	border: none
}

input {
	outline: none
}

input[type="submit"] {
	cursor: pointer
}

textarea {
	outline: none;
	resize: none
}

header {
	font-family: 'SegoeUI';
	background: #F1F8FF;
}

aside {
	width: 280px;
	float: left
}

aside nav {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: -2px 4px 27.6px 0px #526CA069;
	        box-shadow: -2px 4px 27.6px 0px #526CA069;
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	border-radius: 0 0 24px 24px;
	padding: 2px;
}

aside nav>ul {
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #F1F8FF;
	border-radius: 0 0 24px 24px;
	padding: 24px;
	margin: 0;
}

aside nav>ul>li {
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	border-radius: 20px;
	width: calc(50% - 8px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2px;
}

aside nav>ul>li>a {
	position: relative;
	height: 100%;
	text-decoration: none;
	color: var(--header-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0 10px 40px;
	background-color: #F1F8FF;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}

aside nav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: var(--catalog-bg-color);
	z-index: -2;
}

aside nav>ul>li>a::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	z-index: -1;
	transform:translateX(-110%);
	transition: all 0.5s linear !important;
	border-radius: 20px;
	z-index: -1;
}

aside nav>ul>li>a:hover::before {
	transform:translateX(0);
}

aside nav>ul>li>a:hover:before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

aside nav>ul>li>.menuInnerBottom {
	display: none;
}

aside nav>ul>li>ul {
	display: none !important;
	list-style: none;
	background: #5E89C5;
	/*border-top: 1px solid #5078B1;*/
	position: absolute;
	top: 0;
	left: 100%;
	width: 930px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

aside nav>ul>li:hover>ul {
	display: block;
}

aside nav>ul>li>ul.show {
	/*max-height: 2000px;
	padding: 10px 0;*/
}

aside nav>ul>li>ul>li {
	width: 50%;
	display: inline-block;
}

aside nav>ul>li>ul>li>a {
	background: url(/assets/templates/img/arrows.png) no-repeat 10px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 3px 0 3px 40px;
	text-decoration: none
}

aside nav>ul>li>ul>li>.menuInnerBottom {
	display: inline-block;
	position: relative;
}

aside nav>ul>li>ul>li>.menuInnerBottom img {
	position: absolute;
	top: -12px;
	left: 5px;
	cursor: pointer;
}

aside nav>ul>li>ul>li>a:hover {
	text-decoration: underline
}

aside nav>ul .active>ul {
	/*display: block;
	max-height: 100%;
	padding: 10px 0;*/
}

aside nav>ul .active>a {
	background: #385e9e
}

aside nav>ul>li>ul>li .active {
	text-decoration: underline
}

aside nav>ul>li>ul>li>ul {
	display: none;
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	background: #5E89C5
}

aside nav>ul>li>ul>li>ul>li>a {
	background: url(/assets/templates/img/arrows.png) no-repeat 28px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 3px 0 3px 60px;
	text-decoration: none
}

aside nav>ul>li>ul>li>ul>li>a:hover {
	text-decoration: underline
}

aside iframe {
	width: 280px;
	height: 160px;
	margin-top: 40px
}

.hsep {
	color: #000;
	font-weight: 600;
	margin-top: 13px;
	border-top: 1px solid #ddd;
	padding-top: 11px;
	font-size: 14px;
}

.hsep .pinfo img {
	top: 4px;
	left: 5px;
}

.est {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 4px;
}

.logo {
	text-decoration: none;
}

.logo span {
	display: block;
	width: 100%;
	max-width: 310px;
	color: #447EF4 ;
	font-size: 13px;
	padding: 5px 0 0 5px;
	font-family: 'Play';
	font-weight: 600;
	font-style: italic;
}

.filter_select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.select {
	position: relative;
	min-width: 164px;
	font-family: 'SegoeUI';
	font-size: 12px;
	color: var(--header-color);
	cursor: pointer;
}

.select.open {
	z-index: 2;
}

div.select span {
	font-size: 12px;
}

.select a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: var(--header-color);
	text-decoration: none;
	padding-bottom: 5px;
}

.select .visual_part {
	position: relative;
	background-color: #F0F8FF;
	border: 1px solid var(--header-color);
	border-radius: 24px;
	padding: 7px 40px 7px 12px;
	z-index: 2;
}

.select .visual_part::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	width: 10px;
	height: 1px;
	background-color: var(--header-color);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select .visual_part::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	width: 10px;
	height: 1px;
	background-color: var(--header-color);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.select .visual_part.active::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.select .visual_part.active::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select .list {
	position: absolute;
	top: calc(100% - 16px);
	left: 0;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border-radius: 0 0 16px 16px;
	background-color: #F1F8FF;
	padding: 25px 16px 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 2px;
	overflow: hidden;
	z-index: 1;
}

.select .list>div {
	border-bottom: 1px solid #859ED1;
}

.select .list>div:hover a {
	color: #859ED1;
}

.select .visual_part.active+.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fakeCheck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
}

.fakeCheck input {
	display: none;
}

.fake_input {
	position: relative;
	width: 24px;
	height: 24px;
	border: 2px solid var(--header-color);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.fake_input:hover {
	border: 2px solid #533282;
}

.fake_input::before {
	content: '';
	display: none;
	position: absolute;
	top: 6px;
	right: 5px;
	width: 11px;
	height: 2px;
	background-color: #533282;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.fake_input::after {
	content: '';
	display: none;
	position: absolute;
	top: 12px;
	left: 2px;
	width: 5px;
	height: 2px;
	background-color: #533282;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.fakeCheck input:checked+.fake_input::before,
.fakeCheck input:checked+.fake_input::after {
	display: block;
}

main {
	float: right;
	width: 900px
}

main .zag,
main article h1 {
	display: block;
	font-family: 'Korataki';
	font-weight: 600;
	font-size: 40px;
	color: var(--header-color);
	text-align: center;
	line-height: 1.2;
	margin: 40px 0;
}

main article {
	margin: 30px 0 0
}

main article h2 {
	font-weight: 400;
	color: var(--text-color);
	font-size: 36px;
	margin: 40px 0 24px;
}

main article h3 {
	color: var(--text-color);
}

main article p {
	font-size: 18px;
	color: var(--header-color);
	line-height: 1.33
}

main article ul li {
	color: var(--header-color);
}

footer {
	background-color: var(--catalog-bg-color);
	padding: 0 0 50px;
	margin: 50px 0 0
}

footer>div {
	max-width: 1200px;
	margin: 0 auto
}



#vk_groups {
	margin-bottom: 40px;
	height: auto !important
}

.clear {
	clear: both
}

.h20 {
	height: 20px
}

.justifyfull {
	font-size: 18px;
	line-height: 1.3;
	color: var(--header-color);
	text-align: justify
}

.justifyfull strong,
.justifyfull a {
	font-weight: 600;
	text-decoration: none;
	color: var(--header-color);
	text-decoration: underline;
}

.justifyfull strong {
	text-decoration: none;
}

.justifyfull img {
	border-radius:  36px;
}

.dbuts span img,
aside nav>ul>li>ul,
.newFotosBLock>a:before,
.newFotosBLock>div a:before,
.newFotosBLock>a:after,
.newFotosBLock>div a:after,
input[type="submit"],
.prorder,
.catalog a img,
.buyitem:after,
.buyitemAddbasket:after,
.catalog a .descr,
aside nav>ul>li>a:before,
aside nav>ul>li>a,
.pseudomenu span,
.pu_close,
.topline nav a,
.anim {
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease
}

aside nav>ul>li>ul.show {
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease
}

.topline {
	background: var(--toppanel-bg-color);
	position: relative;
	z-index: 100;
}

.topline nav {
	max-width: 1200px;
	margin: 0 auto
}

.topline nav a {
	font-size: 14px;
	color: var(--header-color);
	text-decoration: none;
	padding: 8px 10px 10px;
	display: inline-block
}

.topline nav a:hover,
.topline nav .active {
	background: #385e9e;
	color: #fff
}

.soc {
	float: right;
	padding: 5px 7px 2px !important
}

.header {
	max-width: 1200px;
	margin: 0 auto;
	height: 115px;
	padding: 15px 0
}

.header .logo {
	float: left
}

.header .logo img {display: block;}

.header .tel,
footer .tel {
	color: var(--header-color);
	text-decoration: none;
}

.header .tel1,
footer .tel1 {
	text-decoration: none;
	color: var(--header-color);
}

.header .phone-r {
	text-decoration: none;
	color: var(--header-color);
}

.header .phone-r .text,
footer .phone-r .text {
	font-size: 12px;
}

.faq-section input[type=checkbox]:checked~ul>li {
	display: block;
	color: #444;
	list-style-type: disc;
	font-size: 1em;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal;
	overflow: visible;
	text-align: justify;
	margin: 10px;
}

.faq-section input[type=checkbox]:checked~ul>li:before {

	content: '\2022';
	margin-right: 10px;

}

.footer_sendmail {
	width: 100%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url(/assets/img/form-bg2.png);
	background-position: center;
	background-size: cover;
	border: 1px solid #859ED1;
	border-radius: 24px;
	padding: 16px 15px;
}

.footer_sendmail span {
	font-size: 20px;
	color: var(--header-color);
	text-align: center;
	margin-bottom: 16px;
}

.footer_sendmail .mail {
	text-decoration: none;
	color: #533282;
	margin-bottom: 5px;
}

.footer_sendmail .btn1 {
	width: 100%;
	max-width: 250px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 6px;
}

.prefooter_container .l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pay_methods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.pay_methods span {
	font-size: 20px;
	color: var(--header-color);
	margin-bottom: 10px;
}

.pay_methods .imaages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 15px;
}

.pay_methods img {
	width: 90px;
	height: 60px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

footer .infoInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	margin: 24px 0;
}

.header .ya-phone,
footer .ya-phone {
	font-size: 16px;
	text-decoration: none;
}

.header .ya-phone div,
footer .ya-phone div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 8px;
	margin-right: 24px;
}

.header .tel1 span {
	color: var(--header-color);
}

footer .viber,
.header .viber {
	display: block;
	width: 32px;
	height: 34px;
	position: absolute;
	top: 53px;
	left: 120px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: url(../../img/viber.png);
}

footer .whatsapp,
.header .whatsapp {
	display: block;
	width: 32px;
	height: 35px;
	position: absolute;
	top: 94px;
	left: 120px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: url(../../img/whatsappgs.png);
}

footer .telegram,
.header.header_cont .telegram {
	background: url(../../img/telegram.png);
}

footer .max,
.header.header_cont .max {
	background: url(/assets/img/max.svg);
}

.testdrive {
	text-decoration: none;
}

.testdrive span {
	text-decoration: underline
}

.content {
	max-width: 1220px;
	margin: 20px auto 0;
	color: #555
}

.catalog a {
	position: relative;
	width: 279px;
	display: inline-block;
	border: 1px solid #eee;
	background: var(--catalog-bg-color);
	text-decoration: none;
	text-align: center;
	height: 470px;
}

.catalog a .nodost {
	color: red;
}

.catalog a .label {
	position: absolute;
	top: 10px;
	left: 16px;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog a .label .lb {
	font-size: 14px;
	color: var(--header-color);
	background-color: #F1F8FF;
	border-radius: 14px;
	margin-bottom: 8px;
	padding: 5px 12px;
}

.catalog a .buyitem {
	overflow: hidden;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto 16px;
}

.catalog a .buyitemAddbasket {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto 16px;
}

.catalog a .title {
	display: block;
	font-family: "Alata", sans-serif;
	font-size: 18px;
	text-align: left;
	color: var(--header-color);
	text-shadow: 1px 1px 1px #fff;
	margin: 10px 0 0;
	padding: 0 16px;
}

.catalog a .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
			column-gap: 5px;
	color: #533282;
	font-size: 36px;
	line-height: 1;
	text-shadow: 1px 1px 1px #fff;
	margin: 10px 0;
}

.catalog a .empty-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	color: #533282;
	font-size: 26px;
	margin: 10px 0;
}

.catalog a .descr {
	opacity: 0;
	display: table;
	color: #555;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 250px;
	height: 270px;
	background: rgba(255, 255, 255, 0.9)
}

.catalog a .descr span {
	display: table-cell;
	vertical-align: middle
}

.catalog a .img {
	display: block;
	width: 270px;
	height: 190px;
	overflow: hidden;
	position: relative;
	border-radius: 6px 6px 0 0;
}

.catalog a .img1 {
	display: block;
	width: 270px;
	height: 270px;
	overflow: hidden;
	border-radius: 50px;
}

.aform {
	border-radius: 30px;
}

.catalog a .img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

/*
.catalog a:hover .img img {transform: scale(1.2);}
.catalog a:hover .descr {opacity: 1;}
*/

.catalog a .descr {
	display: none !important;
}

.itemImgsSlider {
	height: calc(100% - 20px);
	background: #fff;
}

.itemImgsSlider div {
	height: 100%;
}

.itemImgsSlider .iis {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.itemImgsSlider .iis img {
	width: auto !important;
	margin: auto !important;
}

.itemImgsSlider .owl-dots {
	margin-top: -2px !important;
}

.itemImgsSlider .owl-dots .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	margin: 0 3px !important;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--header-color) !important;
}

.imgDescr {
	position: relative;
}

.imgDescr .hoverButs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}

.imgDescr .hoverButs span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 30px;
	max-width: 920px;
	margin: 0 auto;
}

.advantages_item {
	position: relative;
	width: 204px;
	padding-top: 27px;
}

.advantages_item img {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 54px;
}

.advantages_item svg {
    position: absolute;
    top: 0px;
    left: 0px;
    max-height: 54px;
}

.advantages_item span {
	box-sizing: border-box;
    height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 48px;
	font-family: 'SegoeUI';
	font-size: 16px;
	color: #533282;
	text-align: center;
	background-color: #F1F8FF;
	border-radius: 24px;
	padding: 28px 10px 27px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.fmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 24px;
}

.fbmenu .fmenu>li>a {
	display: inline-block;
	font-size: 16px;
	color: var(--text-color);
	margin-bottom: 16px;
}

.fmenu>li ul {
	padding-left: 23px;
}

.fmenu>li ul li {
	list-style-type: disc;
}

.fmenu>li a {
	font-family: 'SegoeUI';
	color: var(--header-color);
	text-decoration: none;
	font-size: 14px
}

.fmenu>li ul li::marker {
	color: var(--header-color);
}

.fmenu>li a:hover {
	text-decoration: underline
}

.fmenu>li {
	float: left;
	margin-right: 30px;
	max-width: 165px
}

.rfooter {
	float: right;
	text-align: right
}

.rfooter .logo {
	display: block;
	margin-bottom: 10px
}

.rfooter .logo img {
	width: 180px
}

.rfooter .tel {
	float: right;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	margin-right: -188px;
	margin-top: 25px;
}

.rfooter .tel1 {
	float: right;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}

.rfooter .ya-phone {
	float: right;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold
}

.sw {
	display: inline-block;
	font-size: 9px;
	color: #fff;
	margin: 55px 0 0
}

.sw a {
	color: #fff
}

.innerpage main article {
	margin-top: 0
}

.innerpage main article>ul {
	margin: 10px 0 25px;
	padding: 0;
	list-style: none;
	color: #555
}

.innerpage main article>ul li {
	position: relative;
	padding-left: 20px
}

.innerpage main article>ul li:before {
	content: ">";
	position: absolute;
	top: 5px;
	left: 0;
	font-family: arial;
	font-size: 10px;
	color: #385e9e
}

.imgitem {
	float: left;
	width: 100%;
}

.contitem {
	float: right;
}

.contitem p {
	font-size: 14px
}

.priceitem {
	color: #385e9e;
	font-size: 24px;
	float: left
}

.priceitem span {
	font-weight: bold;
	font-size: 36px
}

.buyitem3 {
	float: right;
	background: #6790CA;
	padding: 8px 10px 11px 55px;
	position: relative;
	text-align: left;
	margin: 0 30px;
	border-radius: 5px;
	overflow: hidden;
}

.contitem .buyitem3 {
	padding: 10px 10px 12px 55px;
}

.buyitem3 span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 16px;
}

.buyitem3:before {
	content: "";
	background: url(/assets/templates/img/buy.png) no-repeat center #385e9e;
	width: 45px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 24px;
	z-index: 1
}

.buyitem3:after {
	content: "";
	background: #385e9e;
	width: 45px;
	height: 41px;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.buyitem3:hover {
	cursor: pointer
}

.buyitem3:hover:after {
	width: 100%
}

.buyitem3:hover span {
	color: #fff;
}

.blpricebutton {
	clear: both;
	padding-top: 15px;
}

.blpricebutton > span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 20px;
	overflow: hidden;
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}

.w16 {
	width: 24px;
}

.THb {
	font-size: 16px !important;
	font-weight: 600;
}

.oldpricefield {
	text-decoration: line-through;
	font-size: 30px !important;
	color: #4c4c4c;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal !important;
}

.basketPage {
	margin-top: 0;
}

.formbasketOLD {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	background: #ecf5ff;
	padding: 20px;
}

.formbasketOLD label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-right: 20px;
}

.formbasketOLD label input {
	display: block;
	border: 1px solid #d6e7fd;
	font-size: 16px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
}

.formbasketOLD>input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border: none;
	background: #6790ca;
	color: #ffff;
}

.formbasketOLD>input:hover {
	background: #385e9e;
}

.wrapperbasket {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blockOneTovar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #e8e8e8;
}

.bp_img {
	margin-right: 10px;
	width: 50px;
}

.bp_img img {
	display: block;
	width: 100%;
	text-decoration: none;
}

.bp_link {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-decoration: none;
	color: #454545;
	font-size: 16px;
}

.bp_link:hover {
	text-decoration: none;
}

.bp_count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 120px;
}

.bp_count>span {
	min-width: 60px;
	text-align: center;
}

.bp_count img {
	cursor: pointer;
}

.bp_summa {
	min-width: 120px;
}

.bp_allsumma {
	min-width: 120px;
	margin-left: 20px;
}

.bp_del {
	cursor: pointer;
}

.hideOK {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.rbblock {
	margin-left: 50px;
	display: none;
}

.conttextbasketBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 290px;
	background: #fbfbfb;
	padding: 20px 25px;
	border-radius: 5px;
}

.conttextbasketBlock span {
	font-weight: 600;
	font-size: 18px;
}

.prorder {
	display: block;
	background: #6790ca;
	text-align: center;
	margin: 10px 20px;
	padding: 10px 0 12px;
	color: #fff;
}

.prorder:hover {
	cursor: pointer;
	background: #385e9e;
}

.doptovars {
	position: relative;
}

.dopservtitle {
	font-size: 14px;
	color: #385e9e;
	text-decoration: underline;
}

.dopservtitle:hover {
	text-decoration: none;
	cursor: pointer;
}

.blockdops {
	display: none;
	background: #fff;
	z-index: 9;
	padding-top: 10px;
}

.blockdops>div {
	padding: 10px 15px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blockdops>div:hover {
	background: #ecf5ff;
	cursor: pointer;
}

.checkbox-toggle {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-toggle .checkbox-toggle-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 50px;	
	height: 24px;
	border: 1.5px solid #080752;
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-toggle .checkbox-toggle-switch:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;	
	display: inline-block;
	width: 18px;	
	height: 18px;
	border-radius: 50%;
	background: #080752;
	transition: .15s;
}
.checkbox-toggle input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-toggle input[type=checkbox]:not(:disabled):active + .checkbox-toggle-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle-switch {
	background: #08075266;
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle-switch:before {
	transform:translateX(25px);
}

/* Hover */
.checkbox-toggle input[type="checkbox"]:not(:disabled) + .checkbox-toggle-switch {
	cursor: pointer;
}

/* Disabled */
.checkbox-toggle input[type=checkbox]:disabled + .checkbox-toggle-switch {
	filter: grayscale(70%);
}

.checkbox-toggle input[type=checkbox]:disabled + .checkbox-toggle-switch:before {
	background: #eee;
}

/* Focus */
.checkbox-toggle.focused .checkbox-toggle-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

.credit-option__title {
    display: flex;
    column-gap: 24px;
    align-items: center;

    & > span {
        color: #080752;
        font-weight: 400;
        font-size: 20px;
    }

}

.credit-option__info {
    font-size: 14px;
    color: #533282;
    text-wrap-style: balance;
}

.split-payment {
    margin-top: 16px;
    background-color: #000000;
    border-radius: 8px;
    padding: 12px;

    .payment-label {
        position: absolute;
    }

    .payment-value {
        display: flex;
        color: white;
        justify-content: center;
        font-size: 13px;
        line-height: normal;
    }
}

@media screen and (max-width: 411px) {
	.show-on-desktop {
		display: none !important;
	}

	.show-on-mobile {
		display: block !important;
	}

    .split-payment {
        display: flex;
        column-gap: 10px;
        align-items: center;

        .payment-label {
            position: relative;
            display: flex;
        }
    }
}


@media screen and (min-width: 411px) {
	.show-on-desktop {
		display: block !important;
	}

	.show-on-mobile {
		display: none !important;
	}
}

.blockdops>div .title {
	display: block;
	color: #385e9e;
	font-weight: 600;
	font-size: 14px;
}

.blockdops>div .descr {
	display: block;
	font-size: 13px;
	color: #454545;
}

.blockdops>div .price {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.blockdops>div .price span {
	font-weight: 600;
}

.blockdops>div .contbl {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.blockdops>div .mark {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 4px 0 0 10px;
	margin-right: 15px;
	width: 39px;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blockdops>div .mark span {
	display: none;
}

.blockdops>div.active .mark {
	background: #9aec95;
	border-color: #9aec95;
}

.blockdops>div.active .mark span {
	display: block;
}

.dopstbloks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-top: 20px;
}

.customRadio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customRadio h3 {
	margin: 0;
	font-size: 17px;
}

.customRadio p {
	margin: 0;
	font-size: 14px;
	color: #454545;
}

.formbasket h2 {
	margin-top: 50px;
}

.formbasket input[type="submit"] {
	margin: 45px auto 0;
	display: block;
	border: none;
	font-size: 18px;
	padding: 20px 50px;
	background: #4c75bb;
	color: #fff;
	border-radius: 5px;
}

.formbasket input[type="submit"]:hover {
	background: #385e9e;
}

.continfoForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-top: 15px;
}

.activePoints input,
.continfoForm input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 16px;
	width: 340px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 5px;
}

.adrFormWrapper {
	display: none;
}

.adrForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.adrForm label {
	margin-top: 15px;
}

.adrForm input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 16px;
	width: 340px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 5px;
}

.adrMosWrapper {
	display: none;
}

.adrMos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-top: 25px;
}

.customRadio {
	width: 340px;
}

.customRadio input {
	display: none;
}

.customRadio .radio {
	cursor: pointer;
	border: 1px solid #ddd;
	margin: 3px 15px 0 0;
	border-radius: 5px;
	padding: 4px 0 0 10px;
	margin-right: 15px;
	width: 34px;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.customRadio .radio span {
	display: none;
}

.customRadio input:checked+.radio {
	background: #9aec95;
	border-color: #9aec95;
}

.customRadio input:checked+.radio span {
	display: block;
}

.pseudomenu span {
	display: inline-block;
	color: #555;
	background: #fdfdfd;
	padding: 10px 20px;
	border: 1px solid #6790ca;
	font-size: 18px;
	border-bottom: none
}

.pseudomenu span:hover {
	background: #F7F7F7;
	cursor: pointer
}

.block {
	display: none;
	padding: 20px;
	background: #F7F7F7;
	border: 1px solid #6790ca
}

.showblock {
	display: block
}

.pmactive {
	border-bottom: 1px solid #F7F7F7 !important;
	margin-bottom: -1px;
	background: #F7F7F7 !important
}

.subscription {
	margin-top: 40px
}

.news {
	width: 48.8%;
	position: relative;
	height: 320px;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none
}

.news img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 0 0
}

.news .title {
	background: rgba(255, 255, 255, 0.6);
	position: relative;
	color: #385E9E;
	font-weight: bold;
	font-size: 17px;
	padding: 10px;
	display: block
}

.news .date {
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: 0;
	right: 0;
	color: #555;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	display: block
}

.news:nth-child(even) {
	float: left
}

.news:nth-child(odd) {
	float: right
}

.news1 {
	width: 48.8%;
	position: relative;
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none
}

.news1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 439px;
	height: 250px;
	margin: 0 0 0
}

.news1 .title {
	background: rgba(255, 255, 255, 0.6);
	position: relative;
	color: #385E9E;
	font-weight: bold;
	font-size: 17px;
	padding: 10px;
	display: block
}

.news1 .date {
	background: rgb(56, 94, 158);
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	display: block
}

.news1 .intro {
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: 40px;
	right: 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.news1:nth-child(even) {
	float: left;
	height: 512px;
}

.news1:nth-child(odd) {
	float: right;
	height: 512px;
}

.imgnews {
	float: right;
	margin: 0 0 20px 20px;
	width: 100%;
}

.callback {
	background: #6790ca none repeat scroll 0 0;
}
/*
.formaside {
	padding: 20px;
	width: 238px;
	border: 1px solid #8FB1DD;
	background: #F7F7F7 none;
	margin-top: 40px
}

.formaside span {
	color: #385e9e;
	font-family: Arial;
	font-size: 20px;
	line-height: 100%
}

.formaside input[type="text"] {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	padding: 10px 10px;
	height: auto;
	font-family: Arial;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #555;
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.formaside textarea {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	padding: 10px 10px;
	height: auto;
	font-family: Arial;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #555;
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.formaside input[type="submit"] {
	margin-top: 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	background-color: #385e9e !important;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%)
}

.formaside input[type="submit"]:hover {
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%)
}

.formaside p {
	color: #454545
}
 */
 
.aform {
	width: 100%;
	max-width: 280px;
	border: 1px solid #859ED1;
	background-image: url(/assets/img/form-bg2.png);
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    background-color: #B1D8FB;
	padding: 15px 15px 34px;
}

.aform span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #080752;
	text-align: center;
	margin-bottom: 19px;
	background: none !important;
}

.pu_u_login  .aform span {
	color: #080752;
}

.aform .agreetext {
    font-size: 11px;
    text-align: center;
}

.l .aform {
	position: relative;
	padding-bottom: 140px;
}

.l .aform img {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	max-width: 100%;
	max-height: 140px;
}

.aform input[type="password"],
.aform input[type="text"] {
	width: 100%;
	height: 41px;
	font-family: 'SegoeUI';
	font-size: 12px;
	color: #555;
	background-color: #F0F8FF;
	border: 1px solid #080752;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 16px;
	margin-bottom: 8px;
}

.aform textarea {
	width: 100%;
	height: 113px;
	font-family: 'SegoeUI';
	font-size: 12px;
	color: #555;
	background-color: #F0F8FF;
	border: 1px solid #080752;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 16px;
	margin-bottom: 8px;
}

.aform input[type="submit"],
.activePoints input[type="submit"],
.continfoForm input[type="submit"]{
	width: 100%;
	min-height: 41px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    outline: none;
	margin-top: 8px;
}

.aform input[type="submit"]:hover {
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.aform p {
	color: #454545
}

.formaside.aform {
	padding: 35px 15px 34px;
}

.pu_window.addProd {
	width: 800px;
}

.pu_window.addProd .aform {
	display: flex;
	border: 1px solid #859ED1;
	border-radius: 24px;
	max-width: 800px;
	padding: 0;
	overflow: hidden;
}

.pu_window.addProd .prodImg {
	min-width: 284px;
	width: 284px;
}

.pu_window.addProd .prodImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pu_window.addProd .formContent {
	padding: 35px 50px 35px 16px;
}

.pu_window.addProd .prodInner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 16px 24px;
}

.pu_window.addProd .prodTitle {
    display: block;
    font-family: "Alata", sans-serif;
    font-size: 18px;
    text-align: left;
    color: #080752;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 16px;
    padding: 0 16px;
}

.pu_window.addProd .price {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #533282;
    font-size: 36px;
    line-height: 1;
    margin: 10px 0;
}

.pu_window.addProd .price .oldp {
	width: fit-content;
	font-size: 14px;
	color: #859ED1;
	margin: 0;
}

.pu_window.addProd .bp_count {
	width: 120px;
	margin-left: 12px;
}

.pu_window.addProd .bp_count .btn,
.basketPageMain .blockOneTovar .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	width: 30px;
	height: 30px;
	font-family: "Alata", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #080752;
	line-height: 30px;
	background: transparent;
	background-color: #F0F8FF;
	border: 1px solid #859ED1;
	border-radius: 8px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
}

.pu_window.addProd .bp_count span {
	font-size: 18px;
	margin: 0;
}

.pu_window.addProd .btn1,
.pu_window.addProd .btn2 {
	height: fit-content;
}

.pu_window.addProd .btn1 span,
.pu_window.addProd .btn2 span {
	font-size: 16px;
	margin: 0;
}

.objectpage h1 {
	font-size: 36px;
}

.productTitle_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 10px;
}

.menumobile {
	position: fixed;
	display: none;
	top: 35px;
	height: 100vh;
	overflow: auto;
	width: 100%;
}

.menumobile>ul:last-child {
	padding-bottom: 35px;
}

.menumobile ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.menumobile ul li ul {
	display: none
}

.menumobile a {
	display: block;
	font-size: 14px;
	background: #8fb1dd;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border-top: 1px solid #8fb1dd
}

.menumobile ul li a {
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}

.puvideo, .pu3d {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.puvideo_pubg, .pu3d_pubg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7)
}

.puvideo_pucont {
	position: relative;
	margin: 80px auto 0;
	padding: 20px;
	width: 80%;
    height: 70%;
	border: 1px solid #8FB1DD;
	background: #F7F7F7 none;
}

.pu3d_pucont {
	position: relative;
	margin: 150px auto 0;
	padding: 20px;
	width: 75%;
    height: 65%;
	border: 1px solid #8FB1DD;
	background: #F7F7F7 none;
}

.pu3d_html, .pu3d_html > * {
    width: 100%;
    height: 90%;
}

.pu3d_html > * {
    display: none;
}

.viewer {
    width: 100%;
    height: 100%;
}

.pu3d_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;

    & .mobile {
        display: none;
        font-size: 12px;
    }
}

.puvideo_puc {
	position: absolute;
	top: -25px;
	right: -25px;
	background: #F7F7F7;
	border: 1px solid #8FB1DD;
	padding: 10px
}

.puvideo_puc:hover, .pu3d_puc:hover {
	background: #ddd;
	cursor: pointer
}


.pu3d_top {
    display: flex;
    justify-content: space-between;
    height: 33px;
}

.pu3d_buttons {
    display: flex;
    gap: 30px;
}

.pu3d_puc {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
}

.puvideo_html {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.puvideo_html p {
	margin: 0;
}

.puvideo_html iframe {
	display: block;
	width: 100%;
	height: revert-layer;
}

.puvideo_html p:has(iframe), .pu3d_html p:has(iframe) {
    flex: 1;
    position: relative;
    padding-bottom: 47.25%;
    height: 0;
    overflow: hidden;
}

.puvideo_html p iframe, .pu3d_html p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.pu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999
}

.pu.show {
	display: block;
}

.pu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7)
}

.pu_window {
	position: relative;
	margin: 8% auto;
	width: 280px
}

.pu_window form {
	margin: 0 auto
}

.close_pu {
	position: absolute;
	position: absolute;
	top: 13px;
	right: 13px;
	/* background: #F7F7F7; */
	padding: 7px;
    cursor: pointer
}

.close_pu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    transform-origin: left;
}

.close_pu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg);
    transform-origin: right;
}

/* .pu_close:hover {
	background: #ddd;
	cursor: pointer
} */

.pu1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.pu_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7)
}

.pu_window1 {
	position: relative;
	margin: 8% auto;
	width: 280px
}

.pu_window1 form {
	margin: 0 auto
}

.pu_close1 {
	position: absolute;
	position: absolute;
	top: -25px;
	right: -25px;
	background: #F7F7F7;
	border: 1px solid #8FB1DD;
	padding: 10px
}

.pu_close1:hover {
	cursor: pointer;
}

.pu2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.pu_bg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7)
}

.pu_window2 {
	position: relative;
	margin: 8% auto;
	width: 280px
}

.pu_window2 form {
	margin: 0 auto
}

.pu_close2 {
	position: absolute;
	position: absolute;
	top: -25px;
	right: -25px;
	background: #F7F7F7;
	border: 1px solid #8FB1DD;
	padding: 10px
}

.pu_close2:hover {
	cursor: pointer;
}

.pu2 .descr {
	font-size: 12px;
	display: block;
	line-height: 14px;
	margin-top: 5px;
	color: #454545;
}

.pu2 .descr b {}

.pu3 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.pu_bg3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7)
}

.pu_window3 {
	position: relative;
	margin: 8% auto;
	width: 280px
}

.pu_window3 form {
	margin: 0 auto
}

.pu_close3 {
	position: absolute;
	position: absolute;
	top: -25px;
	right: -25px;
	background: #F7F7F7;
	border: 1px solid #8FB1DD;
	padding: 10px
}

.pu_close3:hover {
	cursor: pointer;
}

.pu3 .descr {
	font-size: 12px;
	display: block;
	line-height: 14px;
	margin-top: 5px;
	color: #454545;
}

.pu3 .descr b {}


.formdir {
	padding: 20px;
	width: 238px;
	border: 1px solid #8FB1DD;
	background: #F7F7F7 none;
	margin-top: 40px
}

.formdir span {
	color: #385e9e;
	font-family: Arial;
	font-size: 20px;
	line-height: 100%
}

.formdir input[type="text"] {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	padding: 10px 10px;
	height: auto;
	font-family: Arial;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #555;
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.formdir textarea {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	padding: 10px 10px;
	height: auto;
	font-family: Arial;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #555;
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.formdir input[type="submit"] {
	margin-top: 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	background-color: #385e9e !important;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%)
}

.formdir input[type="submit"]:hover {
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%)
}

.formdir p {
	color: #454545
}

.pu.puItem .agreetext {
    font-size: 14px;
}

.puItem_window {
	position: relative;
	margin: 3% auto;
	width: 850px;
	background: #fff;
	padding: 20px;
	border: 2px solid #6790ca;
}

.puItem_close {
	position: absolute;
	position: absolute;
	top: -25px;
	right: -25px;
	background: #F7F7F7;
	border: 1px solid #8FB1DD;
	padding: 10px
}

.puItem_close:hover {
	background: #ddd;
	cursor: pointer;
}

.puItem .newInnerPageItem {
	margin-top: 0;
}

.testdriveform {
	margin: 0 auto;
	width: 300px
}

.leftpage {
	float: left;
	width: 500px
}

.miniimg a {
	display: inline-block;
	width: 33%
}

.miniimg a img {
	display: block;
	width: 100%
}

.topline input[type="text"] {
	font-family: 'SegoeUI';
	font-size: 12px;
	border: none;
}

.sisea-paging {
	color: #555
}

.sisea-paging a {
	color: #385E9E;
	font-weight: bold
}

.sisea-results-list {
	color: #555
}

.sisea-result h3 {
	font-size: 18px;
	margin-bottom: 5px
}

.sisea-result h3 a {
	color: #385E9E
}

.sisea-result p {
	margin-top: 0
}

.subscribe_us {
	text-align: center;
	margin: 24px 0;
}

.subscribe_us span {
	font-size: 20px;
	color: #080752;
}

.subscribe_us .subscribe_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 16px;
	margin-top: 16px;
}

.subscribe_us .subscribe_inner img {
	min-width: 40px;
	width: 40px;
	height: 40px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.yandex-metrika-block {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

.metrika, .metrika1 {
    border-radius: 24px;
    border: 1px solid #859ED1;
    background-color: #f1f8ff;
    background-image: url(/assets/img/form-bg2.png);
    padding: 16px 50px;

    & > a {
        display: flex;
        flex-direction: column;
        row-gap: 8px;

        & > span {
            font-size: 20px;
        }

        & > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 8px;
        }
    }

    .stars-block {
        display: flex;
        column-gap: 8px;
    }
}


.puNight {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.puNight_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.puNight_window {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 650px;
	height: 320px;
	background: url(/assets/templates/img/night.jpg);
	margin: auto;
	background-size: cover;
}

.puNight_close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #02060c;
	padding: 10px;
	width: 15px;
	cursor: pointer;
}

.contpuNight {
	width: 340px;
	float: right;
	margin-right: 20px;
}

.contpuNight .title {
	display: block;
	color: #fff;
	font-size: 36px;
	font-style: italic;
	padding: 20px 0 0;
	font-weight: 600;
}

.contpuNight .descr {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

.contpuNight .descr>span {
	font-weight: 600;
	color: #ff1c1c;
	font-size: 26px;
	position: relative;
	width: 45px;
	display: inline-block;
}

.contpuNight .descr>span>span {
	position: absolute;
	position: absolute;
	top: -20px;
	left: 4px;
}

.contpuNight form {
	margin-top: 10px;
}

.contpuNight form input[type="text"] {
	width: 200px;
	border: none;
	padding: 10px 14px;
	background: rgba(111, 111, 111, 0.5);
	margin-top: 10px;
	color: #fff;
}

.contpuNight form input[type="submit"] {
	background: #015378;
	border: none;
	width: 228px;
	display: block;
	margin-top: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.contpuNight form input[type="submit"]:hover {
	background: #015378;
}

.puNight p {
	color: #fff;
}

.wrapperprice {
	padding: 10px;
}

.blockStatus {
	background: #f7f7f7;
	padding: 10px 10px 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sttxt {
	float: right;
}

.txtdost {
	font-weight: 600;
	font-size: 14px;
}

.vendorcode {
	font-family: 'SegoeUI';
	color: #859ED1;
	white-space: nowrap;
	font-size: 16px;
	margin-left: 40px;
}

.vendorcode .code {
	font-size: 16px;
	color: var(--header-color);
}

.vendorcode .status {
	background: #389e66;
	color: #fff;
	padding: 2px 8px 4px;
	margin-top: 2px;
	display: inline-block;
}

.vendorcode .status:first-letter {
	text-transform: uppercase;
}

.wrstatus {}

.wrstatus .status {
	background: #389e66;
	color: #fff;
	padding: 3px 8px 4px;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
}

.wrstatus .status:first-letter {
	text-transform: uppercase;
}


.basketPageMain {
	width: 100%;
	min-height: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hidedop {
	display: none;
}

.newslider .owl-dots {
	text-align: center;
}

.newslider .owl-dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #8fb1dd;
	border-radius: 199%;
	margin: 10px 3px 0;
}

.newslider .owl-dots .owl-dot.active {
	background: #385e9e;
}

.dopBlockInnerPage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dopBlockInnerPage .c1 {
	width: 490px;
}

.dopBlockInnerPage .c1 .title {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.dopBlockInnerPage .c1 .descr {
	display: block;
}

.dopBlockInnerPage .c2 {
	width: 385px;
}

.spopl {
	max-width: 100%;
	display: block;
	margin: 15px auto 0;
}

.h1inneritempage {
	font-size: 36px;
    text-align: left;
	margin-bottom: 20px;
}

.newInnerPageItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.newInnerPageItem .left {
	width: 58%;
}

.newInnerPageItem .right {
	width: 38%;
}

.newFotosBLock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newFotosBLock>div {
	width: 100px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newFotosBLock>div a {
	display: block;
	min-width: 100px;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.newFotosBLock>div a img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.newFotosBLock>a {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 36px;
	position: relative;
	overflow: hidden;
}

.newFotosBLock>a img {
	display: block;
	float: unset;
}

.newFotosBLock>a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.newFotosBLock>a:after {
	content: url(/assets/templates/img/zoom1.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	height: 64px;
	width: 64px;
}

.newFotosBLock>a:not(.hover3d):hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.newFotosBLock>a:not(.hover3d):hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.newFotosBLock>div a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.newFotosBLock>div a:after {
	content: url(/assets/templates/img/zoom2.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	height: 24px;
	width: 24px;
}

.newFotosBLock>div a:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.newFotosBLock>div a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.button-new {
    display: flex;
    align-items: center;
    gap: 5px;
    top: 20px; 
    left: 20px;
    padding: 0 10px;
    z-index: 1;
    cursor: pointer;
    background: #B1D8FB;
    opacity: 1;
    border-radius: 14px;
    border: none;
    color: #000000;

    font-family: Alata, sans-serif;
    font-size: 14px;
}

.button-new.selected {
    background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}

.newFotosBLock .button-new {
    position: absolute;
}

.paramInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    column-gap: 5px;
	margin-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'SegoeUI';
	font-size: 16px;
	color: var(--text-color);
}

.paramInner span {
	color: var(--header-color);
	margin-right: 5px;
}

.paramInner img {
    max-width: 20px;
    height: 16px;
    object-fit: contain;
    object-position: center;
    margin-right: 5px;
	margin-top: 3px;
}

.dopitemsLinks .title {
	color: #080752;
}

.dopfields .hsep {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
	font-family: 'SegoeUI';
	font-weight: 400;
	color: var(--header-color);
}

.dopfields .hsep .pcinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 17px;
}

.dopfields .hsep .pcinfo img {
	position: static;
}

.labImmer {
	background: #d62727;
	color: #ffffff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 10px 0 10px;
}

.yapod {
	float: right;
}

.yapod ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
	padding-right: 10px;
}

.yapod li {
	list-style: none;
}

.yapod_sosial {
	min-width: 24px;
	width: 24px;
	max-height: 24px;
}

.ya-share2__title {
	display: none;
}

.newblockprice {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'SegoeUI';
	background: #F1F8FF;
	border-radius: 36px;
	line-height: 24px;
	padding: 20px;
}

.newblockprice .oldprice {
	font-family: 'Actay';
	display: inline-block;
	line-height: 28px;
}

.newblockprice .oldprice span {
	font-size: 18px;
	font-weight: 400;
	color: #533282;
	position: relative;
	padding-top: 3px;
}

.newblockprice .oldprice span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #533282;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.newblockprice .newprice {
	display: inline-block;
	color: #080752;
}

.newblockprice .newprice.sale {
	color: #CC0000;
}

.newblockprice .newprice .realPrice {
	font-family: 'SegoeUI bold';
	font-weight: 400;
	font-size: 36px;
	font-weight: 600;
	color: #080752;
	margin-right: 5px;
}

.newblockprice .newprice.sale .realPrice {
	color: #CC0000;
}

.producti_price_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.producti_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.priceInfo_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 8px 7px;
	max-width: 145px;
}

.priceInfo {
	font-size: 14px;
	line-height: 1.4;
	color: #080752;
	text-align: center;
	background-color: #E0CBF5;
	border-radius: 14px;
	padding: 3px 10px;
}

span.priceInfo.hit {
	background-color: #B1D8FB;
	font-weight: 600;
}

.priceInfo.inStock {
	background-color: #71EEBA;
}

.product_credit_title {
	display: inline-block;
	font-size: 16px;
	color: var(--header-color);
	margin-bottom: 5px;
}

.product_credit_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.product_credit_price {
	font-size: 14px;
	line-height: 1.4;
	color: var(--header-color);
	background-color: #B1D8FB;
	border-radius: 14px;
	padding: 3px 10px;
}

.product_credit .credit_time {
	color: #859ED1;
}


.product_credit_inner .pcinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 17px;
}

.product_credit_inner .pcinfo img {
	position: static;
}

.newblockprice_bottomPart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	margin-top: 12px;
}

.newblockprice_bottomPart .db {
	position: static;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.newplus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.newplus>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	width: 31%;
}

.newplus>div img {
	width: 50px;
	margin-right: 15px;
}

.newplus>div div .title {
	display: block;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 10px;
	font-size: 14px;
}

.newplus>div div .descr {
	display: block;
	font-size: 14px;
	color: #ababab;
}

.newNabor {}

.newNabor .zag {
	font-family: "Alata", sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: var(--header-color);
	margin-bottom: 24px;
}

.newNabor .setblock {
	background-color: #F1F8FF;
	border-radius: 36px;
	padding: 22px 48px;
}

.setblock>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.setblock a {
	display: block;
	max-width: 211px;
	font-family: 'SegoeUI';
	font-size: 16px;
	text-align: center;
	color: var(--header-color);
	text-decoration: none;
}

.setblock a img {
	display: block;
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
	margin: 0 auto 10px;
}

.setblock a .pritem {
	display: block;
	font-family: "Alata", sans-serif;
	font-size: 16px;
	color: #533282;
	margin-top: 15px;
}

.setblock .setprice {
	font-size: 36px;
	color: #533282;
	font-weight: 100;
}

.setblock .addsetprice {
	max-width: 210px;
	width: 100%;
}

.newtabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'SegoeUI', sans-serif;
	margin-top: 40px;
}

.newtabs span {
	font-size: 16px;
	color: var(--header-color);
	padding: 15px 24px;
	border: 1px solid #B8CFFF;
	border-bottom: none;
	border-radius: 24px 24px 0 0;
	margin-left: -1px;
	background: #F1F8FF;
}

.newtabs span:nth-child(1) {
	margin-left: 0;
}

.newtabs span.active {
	background: #859ED1 !important;
	color: var(--header-color) !important;
}

.newtabs span:hover {
	cursor: pointer;
	background: -o-linear-gradient(#ffffff, #e2edfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2edfd));
	background: linear-gradient(#ffffff, #e2edfd);
}

.newtabscontent {
	background-color: #F1F8FF;
	margin-top: -1px;
	padding: 5px 25px;
	border-radius: 0 5px 5px 5px;
}

.newtabscontent * {
	color: var(--header-color);
}

.newtabscontent a {
	color: #0300fd;
	text-decoration: underline;
}

form.filtees>div:empty,
form.filtees .slideprice,
form.filtees .flex1 {
	display: none !important;
}

.newtabscontent>div {
	display: none;
}

.newtabscontent>div.active {
	display: block;
}

.newtabscontent iframe {
	width: 100% !important;
}

#vk_comments {
	width: 100% !important;
	margin: 20px 0;
}

#vk_comments iframe {
	width: 100% !important
}

.clientID {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 5px 10px;
	font-size: 12px;
}

.formSearch {
	float: right;
	position: relative;
}

.resFastSearch {
	position: absolute;
	top: 36px;
	z-index: 99;
}

.fsRes a {
	display: none !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.fsRes a.fs4 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.fsRes a.fs21 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.fsRes a img {
	width: 40px;
	margin-right: 20px;
}

.fsRes a span {
	font-size: 12px;
}

.floatnone {
	float: none;
}

.floatnone2 {
	float: none;
}

.dopfields {
	padding-top: 10px;
}

.filtees {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	background: #F1F8FF;
	border: 1px solid #f5f5f5;
	font-family: 'SegoeUI';
	border-radius: 5px;
	padding: 16px 23px 17px;
	margin-bottom: 56px;
	z-index: 19;
}

.filtees span {
	font-family: 'SegoeUI';
	font-size: 16px;
	color: var(--header-color);
}

.filtees select {
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-left: 5px;
	width: 155px;
}

.filtees input[type="text"] {
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 24px;
	background-color: #F1F8FF;
	border: 1px solid var(--header-color);
	margin-left: 5px;
	width: 50px;
}

.filtees input[type="submit"] {
	font-size: 16px;
}

.slideprice {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 6px;
}

.nodost .title {
	display: block;
	color: red;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.nodost .dbut {
	display: block;
	background: #6790ca;
	padding: 10px 15px;
	color: #fff;
	margin-top: 20px;
}

.nodost .dbut:hover {
	cursor: pointer;
	background: #385e9e;
}


.breadcrumbs {
	color: #828282 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	font-family: 'SegoeUI';
	font-size: 12px;
	margin: 0 auto 10px !important;
	list-style: none;
	padding: 0 !important;
	font-size: 14px;
	width: 100%;
}

.breadcrumbs li {
	padding-left: 0 !important;
	white-space: nowrap;
}

.breadcrumbs li.sep {
	color: #859ED1;
	margin: 2px 5px 0;
}

.breadcrumbs li.active {
	color: #859ED1;
}

.breadcrumbs li a {
	color: var(--header-color);
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li:before {
	display: none;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	margin: 20px 0 50px;
}

.pagination span {
	color: gray;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-left: -1px;
}

.pagination a {
	font-size: 18px;
	text-decoration: none;
	color: #533282;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
}

.pagination a:hover,
.pagination a.active {
	color: #9795FB;
	border-bottom: 1px solid #9795FB;
	margin-bottom: 8px;
}

.pagination a:last-child:hover,
.pagination a:last-child.active {
	border-bottom: 1px solid transparent;
	margin-bottom: 0px;
}

.oldp {
	font-family: 'SegoeUI';
	text-decoration: line-through;
	color: #859ED1;
	font-size: 14px;
	font-weight: 400;
}

.lbrands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 15px;
}

.lbrands div {
	width: 21%;
}

.lbrands div img {
	display: block;
}

.lbrands a {
	display: inline-block;
	width: 206px;
	height: 177px;
}

.lbrands a img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.dbuts {
	padding: 20px 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dbuts span {
	font-size: 14px;
	color: #000;
	margin-right: 10px;
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.dbuts span img {
	float: left;
	width: 16px;
	margin-right: 5px;
}

.dbuts span:hover {
	cursor: pointer;
}

.dbuts span.active {
	background: green;
	border-color: green;
	color: #fff;
}

.dbuts span.active img {
	-webkit-filter: invert(1);
	filter: invert(1);
	webkit-filter: invert(1);
}

.db {
	position: absolute;
	top: 125px;
	right: 0;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 19px;
	background-color: #F1F8FF;
	border-radius: 16px;
	padding: 7px 11px;
	margin: 15px;
}

.db span {
	max-height: 24px;
	cursor: pointer;
}

.db span img {
	display: block;
	width: 24px;
}

.db span img:hover {
	cursor: pointer;
}

.db span img.i1 {
	display: block;
}

.db span img.i2 {
	display: none;
}

.db span.active img.i1 {
	display: none;
}

.db span.active img.i2 {
	display: block;
}

.db span svg {
	width: 24px;
}

.db span svg.like-icon:hover path {
	fill: url(#paint0_linear_992_332);
}

.db span.active svg.like-icon path{
	fill: #533282;
}

.db .compare-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	object-position: center;
	display: none;
}

.db .compare-icon .compare-static {
	display: block;
}

.db .compare-icon:hover .compare-static,
.db .compare-icon.active .compare-static,
.db .compare-icon.active:hover .compare-hover {
		display: none;
}

.db .compare-icon:hover .compare-hover,
.db .compare-icon.active .compare-active {
		display: block;
}

.agreetext {
	margin-top: 10px;
}

.ht.topline nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.ht.topline nav>ul>li {
	position: relative;
}

.ht.topline nav>ul>li>ul {
	display: none;
	background: #385e9e;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.ht.topline nav>ul>li:hover {
	background: #385e9e;
}

.ht.topline nav>ul>li:hover>a {
	color: #fff
}

.ht.topline nav>ul>li:hover>ul {
	display: block;
}

.ht.topline nav>ul>li>ul>li {}

.ht.topline nav>ul>li>ul>li>a {
	color: #fff
}

.ht.topline nav>ul>li>ul>li:hover>a {
	display: block;
	background: #2c4f89;
}

.ht.topline nav a {
	font-size: 16px;
	padding: 10px 10px 12px;
}

.header.header_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	height: auto;
	padding: 25px 15px 0 0;
}

.header.header_cont .header_buttons {
	margin: 0 0 0 !important;
}

.header.header_cont .header_buttons>a,
.header.header_cont .header_buttons>span {
	min-width: 183px;
}

.header.header_cont .ya-phone,
footer .ya-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	row-gap: 10px;
}

footer .icons_wrapper,
.header.header_cont .icons_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

footer .telegram,
footer .viber,
footer .whatsapp,
footer .max,
.header.header_cont .telegram,
.header.header_cont .viber,
.header.header_cont .whatsapp,
.header.header_cont .max {
	position: static;
	left: -40px;
	right: unset;
	bottom: unset;
	top: -2px;
	width: 24px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 4;
	margin: 0;
}

.header_bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header_bottom .catalog_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: var(--header-btn-catalog-bg-color-light);
	color: var(--header-btn-catalog-color-light);
	text-align: center;
	cursor: pointer;
	border-radius: 24px 24px 0 0;
	padding: 16px 14px 15px 24px;
	margin-top: auto;
	transition: all 0.3s linear;
	font-weight: 600;
}

/*.header_bottom .catalog_btn:hover {
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}*/

.header_bottom .catalog_btn:hover {
	background: white;
	font-weight: inherit;
}

.header_bottom .catalog_btn aside {
	/* display: none; */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 20;
	transform: scale(0);
	transition: all 0.5s linear;
	transform-origin: top left;
	visibility: hidden;
}

.header_bottom .catalog_btn aside ul {
	text-align: left;
}

.header_bottom .catalog_btn:hover aside {
	transform: scale(1);
	visibility: visible;
	/* display: block; */
	height: 1000%;
}

.header_vectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	text-align: center;
	margin-bottom: 8px;
}

.header_vectors a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
}

.header_vectors a .img {
	position: relative;
}

.header_vectors a .num_cart,
.header_vectors a .num_izb,
.header_vectors a .num_srv {
	position: absolute;
	top: -4px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-style: normal;
	font-size: 12px;
	color: var(--header-color);
	background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
}

.header_vectors a .num_cart {
	right: 4px;
}

.header_vectors span {
	font-size: 12px;
	color: var(--header-color);
}

.header_vectors span.dark {
    display: none;
	color: var(--header-color);
}

.header_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	float: right;
	margin: 40px 0 0 !important;
}

.header_buttons .hbut {
	font-family: 'SegoeUI';
	font-size: 16px;
	text-decoration: none;
}

.header_bottom .formSearch {
	width: 100%;
	max-width: 492px;
}

.header_bottom .formSearch svg,
footer .fsearch svg {
	position: absolute;
	top: 18px;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.header_bottom .sisea-search-form input:not([type="submit"]),
footer .fsearch input:not([type="submit"]) {
	background-color: transparent;
	border: none;
	width: calc(100% - 16px);
	padding: 6px 8px;
}

.content {
	position: relative;
	overflow: hidden;
}

main {
	float: unset;
	width: auto;
	max-width: 100%;
	padding: 0 10px;
}

.catalog a .img {
	width: 100%;
	background: #fff;
}

.catalog a .descr {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content aside {
	display: none;
}

.content.order article{
	overflow: hidden;
}

body {
	/* background: linear-gradient(326.98deg, #FEFCFD 32.18%, #F6E9F8 47.1%, #E5EBFC 65.13%, #F4F8FD 75.3%); */
	background-image: url(../../img/site-bg.png);
    background-repeat: repeat-y;
	overflow-x: hidden;
}

main .owl-carousel .owl-item img {
	width: 100%;
	border-radius: 24px;
}

.o_widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
	row-gap: 40px;
}

main .catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}

.topSliderItem {
	position: relative;
}

.topSliderItem .ar {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.newtabscontent {}

.newtabscontent table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.newtabscontent table tr {}

.newtabscontent table tr td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	background: #F1F8FF;
}

.newtabscontent table tr:hover td {
	background: #fff;
}

.pinfo {
	position: relative;
	width: 0;
	display: inline-block;
	margin-right: 0 !important;
}

.pinfo img {
	position: relative;
	width: 17px;
	top: -13px;
	left: -5px;
}

.product_credit_inner .pcinfo span,
.pinfo span {
	position: relative;
	font-size: 12px !important;
	position: absolute;
	width: 500px;
	font-family: 'SegoeUI';
	font-weight: 400;
	background: #F1F8FF;
	-webkit-box-shadow: 0 2px 10px 0 #ddd;
	        box-shadow: 0 2px 10px 0 #ddd;
	border-radius: 14px;
	line-height: 16px;
	padding: 7px 10px;
	right: 11px;
	top: -42px;
	display: none;
}

.pinfo:hover {
	cursor: help;
}

.pinfo:hover span {
	display: block;
}

.upIcons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.upIcons>div {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 50px;
}

.upIcons>div .i {
	border-radius: 100%;
	border: 5px solid #385e9e;
	max-width: 220px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.upIcons>div .i img {
	display: block;
	width: 100%;
	border-radius: 100%;
}

.upIcons>div .t {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	margin-top: 20px;
	color: #385e9e;
	height: 52px;
	padding: 0 20px;
}

.upIcons>div .b {
	font-size: 16px;
	background: #385e9e;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 15px;
}

.upIcons>div .b:hover {
	cursor: pointer;
	background: #8fb1dd;
	color: #454545;
}

.kmr {
	margin-top: 80px;
}

.kmr h2 {
	font-size: 32px;
	margin-bottom: 0;
}

.kmr p {
	font-size: 20px;
	margin: 5px 0;
}

.kmr .items {
	counter-reset: myCounter;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.kmr .items>div {
	counter-increment: myCounter;
	width: 30%;
	position: relative;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 40px;
}

.kmr .items>div:before {
	content: "0" counter(myCounter);
	position: absolute;
	top: -8px;
	left: 0;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	z-index: 9;
}

.kmr .items>div:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	width: 35px;
	height: 35px;
	background: #acc8fa;
}

.kmr .items>div .t {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: -2px 0 5px;
	color: #385e9e;
}

.kmr .items>div .d {
	display: block;
}

.uform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 50px 40px;
	margin-top: 80px;
	background: url(/assets/templates/img/u/bg.jpg);
}

.uform .l {}

.uform .l h2 {
	font-size: 34px;
	color: #fff;
	margin: 0;
}

.uform .l p {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}

.uform .l p span {
	font-weight: 600;
}

.uform form {
	background: none;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	padding: 0;
	margin: 0;
}

.uform form input[type="text"] {
	display: block;
	margin-top: 0;
	width: 180px;
}

.uform form input[type="submit"] {
	display: block;
	margin-top: 0;
	width: 120px;
}

.uform form input[type="submit"]:hover {}

.uprices {
	margin-top: 80px;
}

.uprices polygon {
	fill: rgb(0, 190, 228);
}

.uprices path {
	fill: rgb(0, 190, 228);
}

.uprices h2 {
	font-size: 32px;
	margin: 0;
}

.uprices p {
	font-size: 20px;
	margin: 20px 0 0;
}

.uprices .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #efefef;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px #cbcbcb;
	        box-shadow: 0 1px 2px #cbcbcb;
	margin: 20px 2px 0;
	background: #f9f9f9;
	padding: 10px 30px 10px 20px;
}

.uprices .item .img {
	width: 50px;
}

.uprices .item .img svg {
	display: block;
	width: 100%;
}

.uprices .item .t {
	font-size: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 20px;
}

.uprices .item .p {
	font-size: 20px;
	width: 240px;
	font-weight: 600;
}

.uprices .item .b {
	font-size: 16px;
	background: #385e9e;
	color: #fff;
	padding: 10px 45px;
	border-radius: 5px;
	border: 1px solid #385e9e;
}

.uprices .item .b:hover {
	cursor: pointer;
	background: #fff;
	color: #385e9e;
}

.uvig {
	margin-top: 80px;
}

.uvig h2 {
	font-size: 32px;
	margin: 0;
}

.uvig p {
	font-size: 20px;
	margin: 5px 0 0;
}

.uvig ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.uvig ul li {
	width: 30%;
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.uvig ul li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(/assets/templates/img/u/umark.png) no-repeat;
	background-size: 100%;
}

.uvig ul li span {
	color: #000;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.uskid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 50px 0 0;
	border: 2px solid #ddd;
	padding: 40px 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.uskid .l {}

.uskid .l h2 {
	font-size: 34px;
	margin: 0;
}

.uskid .l p {
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}

.uskid .l p span {
	font-weight: 600;
}

.uskid form {
	background: none;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 500px;
	margin-left: 100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.uskid form input[type="text"] {
	display: block;
	margin-top: 0;
	width: 100%;
	margin-bottom: 10px;
}

.uskid form input[type="submit"] {
	display: block;
	margin-top: 0;
	width: 100%;
}

.uskid form input[type="submit"]:hover {}

.hexParts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 40px 0;
}

.hexParts .item {
	width: calc(25% - 1px);
	position: relative;
	background: rgba(0, 173, 238, 0.9);
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	margin-bottom: 1px;
}

.hexParts .item:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.hexParts .item>div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.hexParts .item>div>div {
	width: 100%;
	height: 100%;
	background: #e0f5fd;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.hexParts .item .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.hexParts .item .img img {
	max-width: 100%;
	max-height: 100%;
}

.hexParts .item .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

.hexParts .item:hover {
	background: #c1c1c1;
}

.hexParts .item:hover>div>div {
	background: #eee;
}

.hexParts .item:hover .img img {
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
	opacity: 0;
}

.hexParts .item:hover .txt {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.wrVak {
	border: 1px solid #e5e5e5;
	margin: 30px 0;
	padding: 0 20px 20px;
	border-radius: 5px;
}

.wrVak:hover {
	border-color: #c7c3c3;
}

.wrVak h2 {}

.wrVak h3 {
	font-size: 16px;
}

.wrVak .descr {}

.wrVak .descr .full {
	display: none;
	padding: 1px 0 0 0;
}

.wrVak .buts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrVak .buts .more {
	background: #6790CA;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px 8px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wrVak .buts .more:hover {
	cursor: pointer;
	background: #385e9e;
}

.wrVak .buts .more div {
	display: none;
}

.wrVak .buts .more div.active {
	display: block;
}

.wrVak .respond {
	font-size: 14px;
	color: #43699f;
	padding: 6px 15px 8px;
	border-radius: 3px;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 2px solid #6790CA;
}

.wrVak .respond:hover {
	cursor: pointer;
	background: #385e9e;
	border-color: #385e9e;
	color: #fff;
}

.iLineDopButs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.iLineDopButs .sMinPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
}

.iLineDopButs .sMinPrice span {
	font-size: 12px;
	line-height: 15px;
	color: var(--header-color);
}

.iLineDopButs .sMinPrice:hover {
	cursor: pointer;
}

.iLineDopButs .sMinPrice:hover span {
	color: #533282;
}

.videoimg {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
}

.videoimg img {
	display: block;
	width: 100%;
}

.videoimg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play-button.png) no-repeat center;
	opacity: 0.8;
}

.videoimg:hover {
	cursor: pointer;
}

.videoimg:hover:before {
	opacity: 1;
	background-size: 28px;
}

.hexParts .item>div>div,
.hexParts .item,
.hexParts .item .img img,
.hexParts .item .txt,
.anim {
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



@media (max-width: 1180px) {
	.catalog a {
		width: 28%;
	}

	.catalog a .title {
		font-size: 15px;
	}
}

@media (max-width: 850px) {
	.catalog a {
		width: 230px !important;
	}
	.pu_window.addProd .prodImg {
        display: none;
    }
	.pu_window.addProd {
        width: 470px;
		margin: 10px;
		box-sizing: border-box;
    }
	.pu_window.addProd .btn1, .pu_window.addProd .btn2 {
		padding: 10px
	}
	.pu_window.addProd .prodTitle {
		text-align: center;
	}
	.pu_window.addProd .formContent {
		padding: 35px 15px 35px;
	}
	.pu_window.addProd .aform {
		width: 100%;
		margin: 0;
	}
	.pu_window.addProd .prodInner {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 16px 0;
		justify-items: center;
	}
	.pu_window.addProd .price {
		-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	.pu_window.addProd .bp_count {
		margin-left: 0;
	}
}

@media (max-width: 740px) {
	.catalog {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.catalog a {
		width: 40% !important;
	}
	header .ht.topline nav a {
        padding: 10px 4px 12px;
	}
	.pagecabinet .lcwr {
		flex-direction: column;
	}

	.pagecabinet .lcwr .aside {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px 20px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.pagecabinet .lcwr .aside .btn2,
	.pagecabinet .lcwr .aside .btn4 {
		box-sizing: border-box;
		width: 250px;
		max-width: 250px;
		min-width: auto;
		margin: 0 !important;
	}
}

@media (max-width: 620px) {
	.catalog a {
		width: 100% !important;
	}
}


@media (max-width: 992px) {

	.header.header_cont .header_buttons>a,
	.header.header_cont .header_buttons>span {
		font-size: 14px;
	}

	.content .catalog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		row-gap: 5px;
	}

	.catalog a {
		width: 270px;
		margin: 0 5px 20px !important;
		float: unset !important;
	}

	.hexParts .item {
		width: 45%;
	}
}


@media (max-width: 940px) {
	.ht.topline nav a {
		font-size: 14px;
		padding: 10px 5px 12px;
	}
}

@media (max-width: 620px) {
	.hexParts .item {
		width: 48%;
	}

	.hexParts .item .img {
		padding: 40px;
	}

	.hexParts .item .txt {
		padding: 40px;
	}
}

@media (max-width: 450px) {
	main .zag, main article h1, main article h2 {
		font-size: 21px;
	}
	.hexParts .item .txt p {
		font-size: 12px !important;
		line-height: 14px !important;
	}

	.hexParts .item {
		margin-bottom: 0;
	}

	.header.header_cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	div.header.header_cont .ya-phone {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	div.header.header_cont .icons_wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 15px;
	}

}

.topline.second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

footer .fsearch {
	position: relative;
	background-color: #F0F8FF;
}

footer .fsearch svg {
	z-index: 1;
}

.topline .sisea-search-form,
footer .fsearch {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border: 1px solid #080752;
	border-radius: 24px;
	margin: 0 0 8px;
}

.topline .sisea-search-form input[type="text"],
footer .fsearch input[type="text"] {
	width: 100%;
	padding: 9px 16px;
}

.topline .sisea-search-form input[type="submit"],
footer .fsearch input[type="submit"] {
	width: 40px;
	background-color: transparent;
	opacity: 0;
	padding: 0 14px 0 0;
}

.header_bottom .resFastSearch a {
	font-size: 14px;
	font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	color: #454545;
	text-decoration: none;
	padding: 8px 10px 10px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.header_bottom .resFastSearch a:hover {
	background: #385e9e;
	color: #fff;
}

.header_bottom .resFastSearch .fsRes a img {
	width: 40px;
	margin-right: 0;
}

.o_widgets {
	margin-top: 20px;
}

.o_widgets .metrika,
.o_widgets .aform,
.o_widgets .subscription {
	margin: 0 auto;
}

main .catalog a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 36px;
	overflow: hidden;
}

.compare_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.compare_top .panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
}

.compare_top .panel>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.compare_top .panel>div span {
	margin-left: 10px;
}

.imgload {
	position: absolute;
	width: 32px !important;
	height: 32px !important;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fbmenu {
	max-height: 130px;
	overflow: hidden;
	padding: 0 10px;
}

.fbmenu.show {
	max-height: 5000px;
}

.fbmenuall {
	margin-top: 10px;
}

.fbmenuall span {
	display: none;
	font-family: 'Inter bold';
	font-weight: 700;
	font-size: 16px;
	color: var(--text-color);
	text-decoration: none;
}

.fbmenuall span.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.fbmenuall span:hover {
	text-decoration: none;
	cursor: pointer;
}

.border-img {
	overflow: hidden;
	position: relative;
}

.border-img>div {
	max-width: 205px;
}

.border-img>div img {
	width: 100%;
}

.areabrend_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.areabrend .l {
	width: 280px;
	margin-right: 50px;
}

.areabrend .r {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.prefooter {
	max-width: 100%;
	background: var(--footer-bg-color);
}

.prefooter_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 10px;
}

.prefooter_container .c {
	width: 100%;
	max-width: 492px;
}

.prefooter .l form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	border: 1px solid #fff;
	border-radius: 3px;
}

.prefooter .l form input[type="text"] {
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 12px 16px;
	outline: 0;
	border: 0;
	min-width: 240px;
	color: #fff;
}

.prefooter .l form input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.prefooter .l form input[type="text"]:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.prefooter .l form input[type="text"]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.prefooter .l form input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.prefooter .l form input[type="submit"] {
	width: 40px;
	border: 0;
	background: url(/assets/templates/img/icosearch.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.prefooter .l form input[type="submit"]:hover {
	background-color: #c2d6f9;
}

.prefooter .l .tel {
	margin-top: 5px;
}

.prefooter .l .tel a {
	color: #fff;
	text-decoration: none;
}

.prefooter .c .mesdir {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
	padding: 12px 19px;
	border-radius: 3px;
}

.prefooter .c .mesdir:hover {
	background: #c2d6f9;
	cursor: pointer;
}

.prefooter .r .aform {
	margin-top: 0;
}

.hereNum {
	position: relative;
}

.puadds {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 999999;
}

.puadds.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.puadds_puc {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
}

.puadds_puc:hover {
	cursor: pointer;
	opacity: 0.5;
}

.puadds_pubg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.puadds_pucont {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 1000px;
	margin: 0 15px;
	padding: 30px;
	border-radius: 5px;
	max-height: 90%;
	overflow: auto;
}

.puadds_pucont .title {
	font-size: 22px;
	font-weight: 600;
}

.puadds_pucont .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}

.puadds_pucont .item .img {
	max-width: 220px;
}

.puadds_pucont .item .img img {
	display: block;
	width: 100%;
}

.puadds_pucont .item .info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 30px;
}

.puadds_pucont .item .info .name {
	font-size: 18px;
}

.puadds_pucont .item .info .price {
	color: #385e9e;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
}

.puadds_pucont .item .info .price .oldp {
	font-size: 18px;
}

.puadds_pucont .item .buts {}

.puadds_pucont .item .buts .but_basket {
	text-decoration: none;
	background: #6790CA;
	color: #fff;
	font-size: 18px;
	padding: 10px 18px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.puadds_pucont .item .buts .but_basket:hover {
	cursor: pointer;
	background: #385e9e;
}

.puadds_pucont .item .buts .but_close {
	text-decoration: none;
	border: 2px solid #747474;
	color: #747474;
	font-size: 16px;
	padding: 10px 18px;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin-top: 15px;
}

.puadds_pucont .item .buts .but_close:hover {
	cursor: pointer;
	background: #eee;
}

.puadds_pucont .item .buts .infobasket {}

.puadds_pucont .item .buts .infobasket b {}

.puadds_pucont .bp_count {
	margin-top: 20px;
}







.addrevs_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	margin-bottom: 15px;
}

.addrevs_block .name {
	width: 100px;
	min-width: 100px;
	margin-top: 5px;
}

.addrevs_block .name .req {
	color: red;
	font-weight: 600;
}

.addrevs_block .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
}

.addrevs_block .stars label {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 2px;
}

.addrevs_block .stars label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.addrevs_block .stars label .img {
	display: block;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.addrevs_block .stars label .img_a {
	display: block;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.addrevs_block .stars label:hover {
	cursor: pointer;
}

.addrevs_block .stars label.active {}

.addrevs_block .stars label.active .img {}

.addrevs_block .stars label.active .img_a {
	opacity: 1;
}

.addrevs_block .stars label.no-hover {}

.addrevs_block .stars label.no-hover .img {
	opacity: 1 !important;
}

.addrevs_block .stars label.no-hover .img_a {
	opacity: 0 !important;
}

.addrevs_block .stars label.hover {}

.addrevs_block .stars label.hover .img {
	opacity: 0 !important;
}

.addrevs_block .stars label.hover .img_a {
	opacity: 1 !important;
}

.addrevs_block .items {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.addrevs_block .items>div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 5px;
	position: relative;
}

.addrevs_block .items>div:last-of-type {
	margin-bottom: 0;
}

.addrevs_block .items>div .plus {
	width: 30px;
	margin-left: 10px;
	opacity: 0.5;
	display: none;
}

.addrevs_block .items>div .plus:hover {
	opacity: 1;
	cursor: pointer;
}

.addrevs_block .items>div:last-of-type .plus {
	display: block;
}

.addrevs_block .items>div .close {
	width: 30px;
	margin-left: 10px;
	opacity: 0.5;
	display: block;
}

.addrevs_block .items>div .close:hover {
	opacity: 1;
	cursor: pointer;
}

.addrevs_block .items>div:last-of-type .close {
	display: none;
}

.addrevs_block .resFastSearch {}

.addrevs_block .resFastSearch a {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
}

.addrevs_block .resFastSearch .fsRes a img {
	margin-right: 10px;
}

.addrevs_block .resFastSearch a:hover {
	background: #fbfbfb;
}

.addrevs_block .resFastSearch .fsRes a:nth-of-type(n+6) {
	display: none !important;
}

.addrevs {
	max-width: 480px;
}

.addrevs .submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}

.addrevs textarea {
	font-size: 16px;
	border: 1px solid #c7c7c7;
	padding: 5px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.addrevs input[type="text"] {
	font-size: 16px;
	border: 1px solid #c7c7c7;
	padding: 5px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.addrevs input[type="submit"] {
	margin-top: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	background-color: #385e9e !important;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.addrevs input[type="submit"]:hover {
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.addrevs p {
	text-align: center;
	font-size: 13px;
	margin: 10px 0 5px;
}



.blrev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
}

.blrev .left {
	min-width: 140px;
	padding-right: 20px;
}

.blrev .left .date {
	font-size: 12px;
}

.blrev .left .name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 2px;
}

.blrev .left .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	margin-top: 5px;
}

.blrev .left .stars label {
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.blrev .left .stars label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.blrev .left .stars label .img {
	display: block;
	width: 14px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.blrev .left .stars label .img_a {
	display: block;
	width: 14px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.blrev .left .stars label.active .img {}

.blrev .left .stars label.active .img_a {
	opacity: 1;
}

.blrev .right {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
}

.blrev .right .tovars {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
}

.blrev .right .tovars span {}

.blrev .right .rev {}

.blrev .right .otv {
	margin-top: 15px;
	font-style: italic;
	color: #000;
}

.addrevbut {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	border-radius: 0px;
	background-color: #385e9e !important;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.addrevbut:hover {
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.thkotz {}

.thkotz p {
	text-align: left;
	font-size: 18px;
}
.logo img.jpg{
	height: 115px;
}

@media (max-width: 600px) {
	.blrev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background: #efefef;
		padding: 10px;
		border-radius: 10px;
	}

	.blrev .left {
		padding-right: 0;
		margin-bottom: 10px;
	}
}


@media (max-width: 1320px) {
	.puvideo_pucont {
		width: calc(100% - 120px);
	}

	.imgDescr .hoverButs {
		display: none;
	}
}

@media (max-width: 1200px) {
	header .header_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.prefooter_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.pay_methods span {
		text-align: center;
	}
}

@media (max-width: 930px) {
	.lbrands div {
		width: 26%
	}

	.lbrands a {
		width: 26%
	}
}


@media (max-width: 900px) {

	.header.header_cont .header_buttons {
		display: none;
	}

	.fbmenu {
		display: none;
	}

	.fbmenuall {
		display: none;
	}

	.prefooter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}

	.prefooter .c .pay {
		margin: 20px auto;
	}

	.prefooter .c {
		margin-top: 30px;
	}

	.copyright {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
		text-align: center;
	}

	.puvideo_html iframe {
		height: 70vh;
	}
}

@media (max-width: 800px) {
	.puadds_pucont .item .img {
		max-width: 160px;
	}

	.puadds_pucont .title {
		font-size: 18px;
	}

	.puadds_pucont .item .info .name {
		font-size: 16px;
	}

	.puadds_pucont .item .info .price {
		font-size: 16px;
	}

	.puadds_pucont .item .info .price .oldp {
		font-size: 16px;
	}

	.puadds_pucont .item .buts .but_basket {
		font-size: 16px;
	}

	.puadds_pucont .item .buts .but_close {
		font-size: 16px;
	}

	.puadds_pucont .item .info {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.header_vectors svg {
		width: 25px;
		height: 25px;
	}
	div.header.header_cont {
		padding: 10px;
	}
	.header_bottom_wrapper {
		padding-top: 5px;
	}
	div.header.header_cont .ya-phone {
        margin: 10px 0 0 0;
    }
	.puadds_pucont .item .img {
		max-width: 120px;
	}

	.puadds_pucont {
		padding: 15px;
	}

	.puadds_pucont .title {
		padding-right: 30px;
	}
}

@media (max-width: 700px) {

	.virtLogin a {
		border: 1px solid #ffffff !important;
		width: 40px !important;
		height: 40px !important;
	}
	.virtLogin path {
		stroke: #ffffff !important;
	}



	.virtLogin {
		margin: 20px 0 !important;
		width: 90px !important;
		height: 50px !important;
	}

	.justifyfull {
		font-size: 16px;
	}

	.setblock>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.topline_mobile .formSearch form {
		position: relative;
		margin: 2px 0 4px 20px;
		padding: 0 !important;
	}

	.topline_mobile .formSearch form::before {
		content: '';
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 18px;
		height: 18px;
		display: inline-block;
		background-image: url(../../img/search-icon.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

	.puadds_pucont .item {
		display: block;
	}

	.puadds_pucont .item .img {
		float: left;
		margin-right: 20px;
		margin-bottom: 40px;
	}

	.puadds_pucont .item .buts {
		clear: both;
	}

	.puadds_pucont .bp_count {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		margin-top: 0;
	}

	.mInnerMenu>ul {
		display: block !important;
	}

	.mInnerMenu>ul>li {}

	.mInnerMenu>ul>li>a {
		border-top: 0;
		padding-left: 40px;
		display: block;
	}

	.contitem .buyitem {
		float: none;
		display: block;
		margin: 10px auto 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.contitem .buyitem3 {
		float: none;
		display: block;
		margin: 10px auto 0;
	}

	.pinfo span {
		right: auto;
		width: 260px;
		top: -50px;
	}

	.content main {
		margin-top: 0;
	}

	.topline.second {
		display: none;
	}

	.menuInnerBottom {
		display: none !important;
	}

	.header .ya-phone {
		float: none !important;
	}

	.filtees {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header.header_cont .ya-phone,
	.header .ya-phone div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0;
	}

	.filtees>div {
		margin-right: 0;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.filtees select {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 10px;
	}

	.filtees input[type="text"] {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 17px;
	}

	.slideprice {
		display: block !important;
		padding: 10px 8px;
	}

	.newFotosBLock>div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100% !important;
		margin-right: 0;
	}

	.newFotosBLock>div a {
		margin-right: 8px;
		margin-left: 8px;
	}

	.newFotosBLock>div a:last-child {
		margin-right: 0;
	}

	.newInnerPageItem {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.newFotosBLock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.newInnerPageItem .left {
		width: 100%;
	}

	.newInnerPageItem .right {
		width: 100%;
	}

	.newFotosBLock>a {
		margin-bottom: 15px;
	}

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

	.newblockprice {
		margin-top: 0;
	}

	.newplus {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.newplus>div {
		width: 100%;
		margin-top: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.newplus {
		margin-top: 10px;
	}

	.vendorcode {
		padding-bottom: 10px;
	}

	.newtabs {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 6px 10px;
		margin: 20px 0 10px;
	}

	.newtabs span {
		padding: 5px 7px;
		margin: 0;
		border-radius: 14px;
		border-bottom: 1px solid #B8CFFF;
		text-align: center;
	}

	.newtabscontent {
		padding: 5px 15px;
	}

	.clientID {
		position: static;
		margin-bottom: 30px;
		text-align: center;
	}

	.setblock>div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.setblock .zn {
		margin: 0 5px;
	}

	.setblock a {
		margin-bottom: 20px;
	}

	.setblock .addsetprice {
		margin-left: 0;
		margin-top: 10px;
	}

	.topline nav {
		display: none
	}

	.topline nav a:first-child {
		display: none
	}

	.topline nav a:last-child {
		display: none
	}

	aside nav>ul li ul {
		display: none !important
	}

	.topline {
		z-index: 999
	}

	.topline span {
		display: inline-block;
		padding: 10px 20px;
		background: #385E9E;
		color: #fff;
		cursor: pointer
	}

	.header {
		text-align: center
	}

	.header .logo {
		float: none
	}

	aside nav {
		display: none
	}

	.header_bottom_wrapper {
		margin-top: 0;
	}

	.header .tel {
		width: 100%;
		float: none;
		display: block;
	}

	.header .tel1 {
		float: none;
		display: block;
		margin: 5px 0 0
	}

	.header {
		height: auto
	}

	.callback {
		display: none
	}

	.testdrive {
		float: none;
		margin: 10px 0;
		display: inline-block
	}

	#sliderFrame {
		display: none
	}

	aside {
		float: none;
		width: 100%
	}

	main {
		width: auto;
		float: none;
		padding: 0 20px;
		margin-top: 260px;
	}

	.catalog {
		text-align: center;
	}

	.formaside {
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto
	}

	.aform {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto
	}

	#vk_groups {
		display: none
	}

	#mlb2-1737517 {
		display: none
	}

	.fmenu {
		display: none
	}

	footer {
		text-align: center
	}

	.rfooter {
		float: none;
		text-align: center
	}

	main article p {
		font-size: 14px
	}

	aside iframe {
		width: 90%;
		margin: 0 auto 20px;
		display: block
	}

	.news {
		width: 100%;
		float: none
	}

	.news1 {
		width: 100%;
		float: none
	}

	.imgitem {
		float: none;
		width: 100%;
	}

	.leftpage {
		float: left;
		width: 100%
	}

	.miniimg a {
		display: inline-block;
		width: 33%
	}

	.contitem {
		width: auto;
		float: none
	}

	.priceitem {
		width: auto;
		float: none;
		display: block;
		text-align: center
	}

	.buyitem {
		width: auto;
		float: none;
		display: block;
		width: 75px;
		margin: 20px auto
	}

	article iframe {
		width: 90%;
		margin: 0 auto 20px;
		display: block;
		height: 140px
	}

	.testdriveform {
		float: none;
		margin: 0 auto 20px
	}

	.metrika {
		text-align: center;
		margin: 40px;
	}

	.metrika1 {
		text-align: center;
	}

	.rfooter .ya-phone {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 21px;
		font-weight: bold;
		float: left;
		margin-left: 28%;
	}

	.rfooter .tel {
		float: left;
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 22px;
		font-weight: bold;
		margin-right: 45px;
		margin-top: 5px !important;
	}

	.rfooter .tel1 {
		float: left;
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 22px;
		font-weight: bold;
		margin-right: 45px;
	}

	.basketlink {
		position: relative;
	}

	.hidemobile {
		display: none;
	}

	.blockOneTovar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bp_img {
		width: 200px;
	}

	.bp_link {
		font-size: 20px;
		margin-top: 10px;
		display: block;
	}

	.bp_count {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 0;
	}

	.bp_allsumma {
		min-width: auto;
		font-size: 22px;
	}

	.bp_del {
		cursor: pointer;
		margin: 20px 0 40px;
	}

	.formbasketOLD {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin-bottom: 40px;
	}

	.formbasketOLD label {
		margin-right: 0;
	}

	.formbasketOLD label input {
		width: 100%;
		margin-bottom: 15px;
	}

	.formbasketOLD>input {
		padding: 10px;
		margin-top: 15px;
	}

	.puNight_window {
		width: 100%;
	}

	.contpuNight {
		float: left;
		margin-left: 30px;
	}

	.puNight_close {
		right: 15px;
	}

	.buyitem {
		margin: 0 auto;
	}

	main article p img {
		width: 100%;
		height: auto;
	}

	.ht.topline nav {
		display: none;
	}

	.header_bottom .catalog_btn {
		display: none;
	}

	.header_bottom .basketlink {
		background: transparent;
		width: auto;
	}

	.virtLogin svg {
		height:75px;
		width:75px;
		color: #fff;

	}
}



.dopitemsLinks {
	display: block;
	margin-top: 15px;
}

.dopitemsLinks .title {
	display: block;
}

.dopitemsLinks .items {position: relative; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row; flex-wrap: wrap; 
}

.dopitemsLinks .items a {
	margin: 5px 5px 0 0;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #adadad;
	padding: 3px 8px;
	color: #000;
	border-radius: 20px;
	position: relative;
	width: fit-content;
}

.dopitemsLinks .items a:hover {
	border: 1px solid #999;
}

.dopitemsLinks .items a.active {
	border: 1px solid #385e9e !important;
	-webkit-box-shadow: 0 0 0 1px #385e9e;
	        box-shadow: 0 0 0 1px #385e9e;
}

.dopitemsLinks .items a .info {
	display: none;
	position: absolute;
	bottom: 125%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px #ddd;
	        box-shadow: 2px 2px #ddd;
	left: -4px;
	padding: 10px;
	z-index: 9;
}

.dopitemsLinks .items a.right-inf .info {left: auto; right: -4px;}

.dopitemsLinks .items a:hover .info {
	display: block;
}

.dopitemsLinks .items a .info img {
	display: block;
	max-width: 140px;
}

.dopitemsLinks .items a .info span {
	display: block;
}

@media screen and (max-width: 1230px) {
	.upIcons>div {
		width: 32%;
	}

	.upIcons>div .t {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 1024px) {

	.setblock>div {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px;
	}

	.lbrands a {
		width: 130px;
		height: 130px;
	}

	.header .viber {
		top: 66px;
		left: 245px;
	}

	.header .whatsapp {
		top: 108px;
		left: 245px;
	}

	.ht.topline nav {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: 100%;
	}

	.header.header_cont {
		padding: 20px 10px;
	}

	.header_bottom .formSearch {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.header_bottom {
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {

	.newFotosBLock>div {
		width: 60px;
	}

	.newFotosBLock>div a {
		min-width: 60px;
		width: 60px;
		height: 60px;
	}

	.areabrend_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		row-gap: 30px;
	}

	main .zag, main article h1,
	main article h2 {
		font-size: 26px;
	}

	header {
		padding-top: 35px;
	}

	.topline_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}

	.topline_mobile .formSearch {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 10px;
	}

	.topline_mobile .formSearch form {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.topline_mobile .formSearch form input[type="text"] {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 24px 0 0 24px;
	}

	.topline_mobile .formSearch form:hover {
		background-color: #fff;
		border-color: #9795FB;
	}

	.topline_mobile .formSearch form input[type="submit"] {
		padding: 0 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.header .viber {
		top: 96px;
		left: -25px;
	}

	.header .whatsapp {
		top: 135px;
		left: -25px;
	}

	.lbrands div {
		width: 23%;
	}

	.lbrands a {
		width: 23%;
	}

	.header_bottom .catalog_btn {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.header_cont .header_logo {
		width: 200px;
		min-width: 200px;
	}

	.header_cont .header_logo img {
		width: 100%;
	}

	.header_cont .header_logo span {
		font-size: 10px;
	}

	.header.header_cont .ya-phone {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.header.header_cont .icons_wrapper {
		width: 150px;
		padding-left: 10px;
	}

	.areabrend {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.areabrend .l {
		margin-right: 0;
	}

}

@media screen and (max-width: 600px) {
.content.innerpage .icons {gap: 10px!important;}
	.o_widgets {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .whatsapp {
		top: 186px;
		left: 325px;
	}

	.header .viber {
		top: 141px;
		left: 325px;
	}

	.vendorcode {
		float: none;
		display: block;
	}

	.lbrands div {
		width: 30%;
	}

	.lbrands a {
		width: 30%;
	}


	.header .logo {
		position: static !important;
		max-height: none !important;
	}

	.header .viber {
		top: 205px !important;
	}

	.header .whatsapp {
		top: 245px !important;
	}

	.header_cont .header_logo {
        width: 170px;
        min-width: 170px;
    }

	.header.header_cont .icons_wrapper {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
		padding: 0;
	}

	.header.header_cont .ya-phone {
		margin: 15px 0 0 0;
	}

	.menumobile>ul:last-child {
		padding-bottom: 100px;
		background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
		background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
	}

}

@media screen and (max-width: 560px) {
	.pinfo span {
		width: 145px;
		right: -97px;
		top: -90px;
	}
}

@media screen and (max-width: 414px) {

	.lbrands {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	main .zag, main article h1 {
        font-size: 18px;
		margin: 30px 0;
    }

	main article h2 {
		font-size: 24px;
	}

	.header .logo {
		display: block;
		width: 100%;
		padding: 0 20px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0 !important;
	}

	.header .logo img {
		display: block;
		width: 100%;
	}

	.header .ya-phone div {
		margin: 0;
	}

	.header .viber {
		top: 170px;
		left: 252px;
	}

	.header .whatsapp {
		top: 210px;
		left: 252px;
	}

	.header.header_cont {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.header_cont .ya-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
	}

	.header_bottom .header_like {
		/*
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 40%;
		*/
	}
}

@media (max-width: 700px) {
	.productTitle_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-right: 0;
	}
	.productTitle_wrap .h1inneritempage {
		font-size: 28px;
		text-align: center;
	}
	.sisea-search-form {
		margin-right: 0px !important;
	}

	div.topline span {
		padding: 8px 10px;
		background: -o-linear-gradient(355.77deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
		background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);
		border-radius: 0 5px 5px 0;
	}

	div.topline span.active {
		color: var(--header-color);
		background: #B1D8FB;
	}

	div.topline span svg {
		width: 20px;
		height: 20px;
	}

	.topline {
		height: 35px;
		background-color: #F1F8FF;
	}

	.special_search {
		display: none
	}
	.header_vectors {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media (max-width: 683px) {

	.content .catalog {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}


@media (max-width: 1120px) {
	.uform {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 30px 20px 40px;
	}

	.uform form {
		margin-top: 20px;
	}
}

@media (max-width: 900px) {
	.uprices .item .t {
		font-size: 16px;
		margin-left: 10px;
	}

	.uprices .item .p {
		font-size: 16px;
		width: 165px;
	}

	.uprices .item .b {
		font-size: 14px;
		padding: 8px 20px;
	}

	.uprices p {
		font-size: 16px;
	}

	.uvig p {
		font-size: 16px;
	}

	.kmr p {
		font-size: 16px;
	}

	.uvig h2 {
		font-size: 26px;
	}

	.kmr h2 {
		font-size: 26px;
	}

	.uprices h2 {
		font-size: 26px;
	}

	.kmr .items>div .t {
		font-size: 18px;
	}

	.uskid .l h2 {
		font-size: 24px;
	}

	.kmr .items>div {
		width: 48%;
		padding-left: 45px;
	}

	.uvig ul li {
		width: 48%;
	}

	.uskid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 20px 20px 30px;
	}

	.uskid .l p {
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0 0;
	}

	.uskid form {
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 20px 0 0;
		max-width: 400px;
	}

	.uvig ul li span {
		font-size: 16px;
	}

	.kmr .items>div:before {
		font-size: 25px;
	}

	.kmr .items>div:after {
		top: 5px;
		left: 8px;
		width: 25px;
		height: 20px;
	}
}

@media (max-width: 740px) {
	.upIcons>div {
		width: 48%;
	}
}

@media (max-width: 684px) {
	.catalog a {
		height: auto;
		padding-bottom: 15px;
	}

	.catalog a .title {
		padding: 0 15px;
	}

	.catalog a .buyitem {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 5px;
	}

	.catalog a .buyitem {
		width: calc(100% - 32px);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.catalog a .buyitemAddbasket {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 5px;
		display: block;
		float: none;
	}
}

@media (max-width: 620px) {
	.uprices {
		margin-top: 40px;
	}

	.uvig {
		margin-top: 40px;
	}

	.uprices .item {
		padding: 10px 10px 10px 1px;
	}

	.uprices .item .t {
		margin-left: 0;
	}

	.uprices .item .p {
		width: 120px;
	}

	.uvig ul li {
		width: 100%;
	}

	.kmr .items>div {
		width: 100%;
	}

	.upIcons>div .b {
		font-size: 14px;
	}

	.uform form {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}

	.uform form input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.uform form input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.uform .l h2 {
		font-size: 24px;
	}

	.uform .l p {
		font-size: 16px;
	}
}

@media (max-width: 540px) {

	div.productTitle_wrap .h1inneritempage {
        font-size: 24px;
    }

	.prefooter .c {
		margin-top: 0;
	}
	
	.upIcons>div {
		width: 100%;
	}

	footer .infoInner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.filter_select,
	.filtees>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}

	.filtees input[type="text"] {
		min-width: 100px;
		margin: 0;
	}

	.uprices .item .img {
		display: none;
	}

	.uprices .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	.uprices .item .p {
		margin: 10px 0;
	}

	.uprices h2 {
		font-size: 22px;
	}

	.uvig h2 {
		font-size: 22px;
	}

	.kmr h2 {
		font-size: 22px;
	}

	.uskid .l h2 {
		font-size: 18px;
	}

	.kmr .items>div .t {
		font-size: 14px;
	}

	.header_bottom .basketlink {
		padding: 0;
	}

	.basketlink a {
		padding: 0;
	}

	.header_bottom .compare_goods,
	.header_bottom .header_like {
		font-size: 13px;
	}

	.header_bottom {
		margin-top: 0;
	}

	.header .logo {
		padding: 0;
	}

	* {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.advantages>div .text {
		height: 60px;
	}

}

@media (max-width: 380px) {

	footer .ya-phone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	footer .ya-phone div {
		margin: 0;
	}

	.header.header_cont .tel,
	.header.header_cont .tel1 {
		font-size: 14px;
	}

	.header.header_cont .tel span,
	.header.header_cont .tel1 span {
		font-size: 14px;
	}

	.header.header_cont .tel1 .text {
		font-size: 12px;
	}
}

.pod-cat {
	width: 24.8%;
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none;
	float: left;
}

.pod-cat img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.pod-cat .title {
	background: rgba(255, 255, 255, .6);
	position: relative;
	color: #515151;
	font-weight: bold;
	font-size: 17px;
	padding: 10px;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	margin: 10px 0 0;
}

@media screen and (max-width: 600px) {

	.pod-cat {
		width: 48%;
	}
}

@media screen and (max-width: 400px) {

	.pod-cat {
		width: 100%;
	}
}

.vid-class1 {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.vid-class2 {
	width: 49%;
	float: left;
	padding: 5px;
	text-align: center;
}

@media (max-width: 340px) {
	.catalog a .buyitem span {
		font-size: 14px;
	}

	.catalog a .buyitemAddbasket span {
		font-size: 14px;
	}
}

@media (max-width: 540px) {
	.vid-class2 {
		width: 100%;
		float: left;
		padding: 5px;
		text-align: center;
	}
}

.no_img img{
	display: none;
}

.basketlink{
	cursor: pointer;
}

.continfoForm.agree{
	display: flex;
	justify-content: center;
}

.continfoForm.agree span{
	margin-top: 60px;
	max-width: 600px;
}

li.liuser, .li_separator {
	padding-top: 10px;
}

li.liuser {
	padding: 10px 10px 12px;
	cursor: pointer;
	transition: 0.3s all ease;
}

li.liuser:hover {
	color: white;
}

.pu_u {display: none; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;}
.pu_u .err {}
.pu_u .err p {color: red; font-size: 12px; margin: 10px 0 0;}
.pu_u .res {}
.pu_u.show {display: flex;}
.pu_u_bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7);}
.pu_u_img_close {position: absolute; top: -25px; right: -25px; background: #F7F7F7; border: 1px solid #8FB1DD; padding: 10px;}
.pu_u_img_close:hover {background: #ddd; cursor: pointer;}
.pu_u_cont {position: relative; padding: 20px; border: 1px solid #8FB1DD; background: #F7F7F7; width: 100%; margin: 0 30px; max-width: 360px; box-sizing: border-box;}
.pu_u_cont .title {color: #385e9e; font-family: Arial; font-size: 20px; line-height: 100%;}
.pu_u_cont form {position: relative;}
.pu_u_cont form.formit {}
.pu_u_cont form.formit:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #F7F7F7; opacity: 0.5;}
.pu_u_cont form input[type="text"] {width: 100%; margin-top: 15px; font-size: 13px; padding: 10px 10px; height: auto; font-family: Arial; border-radius: 0px; border: 2px solid #ddd; color: #555; background-color: #fdfdfd; -webkit-box-sizing: border-box; box-sizing: border-box;}
.pu_u_cont form input[type="password"] {width: 100%; margin-top: 15px; font-size: 13px; padding: 10px 10px; height: auto; font-family: Arial; border-radius: 0px; border: 2px solid #ddd; color: #555; background-color: #fdfdfd; -webkit-box-sizing: border-box; box-sizing: border-box;}
.pu_u_cont form input[type="submit"] {border: none; cursor: pointer; border-radius: 0px; height: 40px; padding: 0 15px; background-color: #385e9e !important; color: #FFF; font-family: Arial; font-size: 16px; text-align: center; background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))); background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);}
.pu_u_cont form input[type="submit"]:hover {background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))); background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);}
.pu_u_cont .buts {margin-top: 20px; display: flex; align-items: center; justify-content: end;}
.pu_u_cont .buts .but {margin-right: 15px;}
.pu_u_cont .buts .but:hover {cursor: pointer; color: #385E9E;}
.zpass {display: flex; align-items: center;}
.zpass .open_pu_u {color: #787878; font-size: 12px;}
.zpass .open_pu_u:hover {cursor: pointer; color: #242424;}

.showpass {width: 24px; height: 24px; position: relative; opacity: 0.4; margin-left: 8px;}
.showpass:hover {cursor: pointer; opacity: 0.6;}
.showpass img {position: absolute; top: 0; left: 0; width: 100%;}
.showpass .img1 {display: none;}
.showpass .img2 {}
.showpass.show {}
.showpass.show .img1 {display: block;}
.showpass.show .img2 {display: none;}

.actuser {text-align: center; font-size: 20px; color: #242424; background: #ccedcc; padding: 20px 15px 22px; font-weight: 600; border-radius: 5px; margin: 0 15px;}
.vvlc {display: flex; justify-content: center; margin-top: 20px;}
.vvlc > div {padding: 10px 15px 12px; border-radius: 5px; background: #385e9e; color: #fff; border: 1px solid #385e9e;}
.vvlc > div:hover {cursor: pointer;}

.lcwr {display: flex; justify-content: space-between;}
.lcwr .aside {min-width: 270px; max-width: 270px; margin-right: 40px;}
.lcwr .aside a {display: flex; align-items: center; margin-bottom: 5px; background: #f9f9f9; padding: 8px 12px; border-bottom: 2px solid #eee; text-decoration: none; color: #454545; font-size: 18px;}
/*.lcwr .aside a img {height: 24px; width: 24px; margin-right: 10px;}*/
/*.lcwr .aside a:hover {background: #385e9e; color: #fff; border-bottom: 2px solid #0e3576;}*/
/*.lcwr .aside a:hover img {filter: invert(1);}*/
/*.lcwr .aside a.active {background: #385e9e; color: #fff; border-bottom: 2px solid #0e3576;}*/
/*.lcwr .aside a.active img {filter: invert(1);}*/
.lcwr .cont {flex: 1;}

.pointsInfo {}
.pointsInfo h2 {margin: 0 0 15px;}
.pointsInfo p {margin: 15px 0;}
.pointsInfo table {width: 100%; border-collapse: collapse;}
.pointsInfo table tr {}
.pointsInfo table tr td {border: 1px solid #ddd; padding: 5px 10px;}
.pointsInfo table tr:first-child td {font-weight: 600;}

.ublock {margin-bottom: 40px;}
.ublock h2 {margin: 0;}
.ublock form {position: relative;}
.ublock form label {display: block; margin-top: 15px;}
.ublock form label.customRadio {display: flex; width: 30%;min-width: 200px;}
.ublock form.formit {}
.ublock form.formit:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #F7F7F7; opacity: 0.5;}
.ublock form input[type="text"] {display: block; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; font-size: 16px; width: 100%; padding: 10px 20px; border-radius: 5px; margin-top: 5px;}
.ublock form input[type="date"] {display: block; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; font-size: 16px; width: 100%; padding: 10px 20px; border-radius: 5px; margin-top: 5px;}
.ublock form input[type="password"] {display: block; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; font-size: 16px; width: 100%; padding: 10px 20px; border-radius: 5px; margin-top: 5px;}
.ublock form input[type="submit"] {border: none; cursor: pointer; border-radius: 0px; height: 40px; padding: 0 15px; background-color: #385e9e !important; color: #FFF; font-family: Arial; font-size: 16px; text-align: center; background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))); background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);}
.ublock form input[type="submit"]:hover {background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))); background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);}
.ublock .buts {margin-top: 20px; display: flex; align-items: center; justify-content: end;}
.ublock .buts .but {margin-right: 15px;}
.ublock .buts .but:hover {cursor: pointer; color: #385E9E;}

.butsexit {display: flex; margin-top: 15px; padding: 0 15px;}
.butsexit div {margin: 0 5px; padding: 10px 15px; background: #eee; flex: 1; text-align: center;}
.a_link_exit {background: #1c9b1c; color: #fff;}
.a_link_exit:hover {cursor: pointer; background: #128b12; color: var(--header-color);}
.butsexit .close_pu_u {background: #bf3434; color: var(--header-color);}
.butsexit .close_pu_u:hover {cursor: pointer; background: #a91d1d; color: #fff;}

.mt0 {margin-top: 0;}

.formajax {}
.formajax .err {color: red;}
.formajax .res {color: green; font-size: 18px; margin: 10px 0;}

.hiszak {margin-bottom: 30px; border-left: 2px solid #e3e3e3; background: #f9f9f9; padding: 20px;}
.hiszak h2 {margin: 0; font-size: 20px;}
.hiszak h2 span {font-weight: 400; opacity: 0.8;}
.hiszak .status {margin-top: 5px; display: none;}
.hiszak .status span {font-weight: 600;}
.hiszak .hitems {}
.hiszak .hitems > div {display: flex; align-items: center; margin-top: 10px;}
.hiszak .hitems div .img {width: 60px; margin-right: 15px;}
.hiszak .hitems div .img img {display: block; width: 100%;}
.hiszak .hitems div .cont {}
.hiszak .hitems div .cont .title {color: #000;}
.hiszak .hitems div .cont .count {}
.hiszak .txt1 {margin-top: 10px;}
.hiszak .txt2 {margin-top: 10px; border-top: 1px solid #eee; padding-top: 10px;}
.hiszak .stars {display: flex; margin-top: 2px; margin-top: 5px;}
.hiszak .stars label {position: relative; width: 14px; height: 14px; margin-right: 2px;}
.hiszak .stars label input {position: absolute; top: 0; left: 0; opacity: 0;}
.hiszak .stars label .img {display: block; width: 14px; position: absolute; top: 0; left: 0; opacity: 1;}
.hiszak .stars label .img_a {display: block; width: 14px; position: absolute; top: 0; left: 0; opacity: 0;}
.hiszak .stars label.active .img {}
.hiszak .stars label.active .img_a {opacity: 1;}

.puvideo {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999}
.puvideo_pubg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7) }
/*
.puvideo_pucont {
    position: relative; margin: 80px auto 0; padding: 20px;
    width: 1200px;
    border: 1px solid #8FB1DD; background: #F7F7F7 none;
}
*/
.puvideo_puc { position: absolute; position: absolute; top: -25px; right: -25px; background: #F7F7F7; border: 1px solid #8FB1DD; padding: 10px }
.puvideo_puc:hover { background: #ddd; cursor: pointer }
.puvideo_html {}
.puvideo_html p {margin: 0;}
.puvideo_html iframe {display: block; width: 100%; height: revert-layer;}

.pu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999999 }
.pu_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7) }
.pu_window { position: relative; margin: 8% auto; width: 280px }
.pu_window form { margin: 0 auto }

.pu1 { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999 }
.pu_bg1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7) }
.pu_window1 { position: relative; margin: 8% auto; width: 280px }
.pu_window1 form { margin: 0 auto }
.pu_close1 { position: absolute; position: absolute; top: -25px; right: -25px; background: #F7F7F7; border: 1px solid #8FB1DD; padding: 10px }
.pu_close1:hover {cursor: pointer;}

.pu2 { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999 }
.pu_bg2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7) }
.pu_window2 { position: relative; margin: 8% auto; width: 280px }
.pu_window2 form { margin: 0 auto }
.pu_close2 { position: absolute; position: absolute; top: -25px; right: -25px; background: #F7F7F7; border: 1px solid #8FB1DD; padding: 10px } 
.pu_close2:hover {cursor: pointer;}
.pu2 .descr {font-size: 12px; display: block; line-height: 14px; margin-top: 5px; color: #454545;}
.pu2 .descr b {}

.pu3 { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999 }
.pu_bg3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7) }
.pu_window3 { position: relative; margin: 8% auto; width: 280px }
.pu_window3 form { margin: 0 auto }
.pu_close3 { position: absolute; position: absolute; top: -25px; right: -25px; background: #F7F7F7; border: 1px solid #8FB1DD; padding: 10px }
.pu_close3:hover {cursor: pointer;}
.pu3 .descr {font-size: 12px; display: block; line-height: 14px; margin-top: 5px; color: #454545;}
.pu3 .descr b {}
.pt34 {
	padding-top: 34px;
}

nav li .flex {
	flex: 1;
}

.pagecabinet .lcwr.ow .btn2,
.pagecabinet .lcwr.ow .btn4 {
	justify-content: center
}

.pagecabinet .lcwr.ow .btn4{
	width: 100%;
	min-height: 41px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%) !important;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	outline: none;
	margin-top: 8px;
}

.lcwr.ow form input {
	border-radius: 20px;
}

.lcwr.ow form input.btn4 {
	max-width: 190px;
}

.virtLogin {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
    min-width: 45px;
    width: 45px;
    height: 25px;
	background: transparent !important;
	margin: auto 0 auto auto;
	padding: 0 10px;
}

.virtLogin a {
	width: 20px;
    height: 20px;
	background: transparent !important;
	border: 1px solid var(--header-color);
	border-radius: 50%;
	padding: 0 !important;
}

.virtLogin svg {
	width: 100%;
	height: 100%;
}

.virtLogin svg path {
	stroke: var(--header-color);
}

.pagecabinet {
	padding: 0 10px;
}

main article .productTitle_wrap h1{
	font-family: 'SegoeUI light'
}

.popup-3d {transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; position: fixed; top: -99999px; left: -99999px; height: 100dvh; width: 100%; background: rgba(255,255,255,0.6); z-index: 999;}
.popup-3d.visible {opacity: 1; top: 0; left: 0;}
.popup-3d .into {width: 100%; max-width: 1200px; background: #fff; padding: 20px; position: relative;}
.popup-3d .into .close {width: 40px; height: 40px; position: absolute; display: block; cursor: pointer; top: 20px; right: 20px; background: url(/assets/templates/images/3dclose-ic.svg) center center no-repeat;}
.pop3dtabs {display: flex; padding: 0; margin: 0 0 40px; list-style-type: none; gap: 20px;}
.pop3dtabs li {overflow: hidden; cursor: pointer; position: relative; border-radius: 20px; background: #B1D8FB; line-height: 33px; padding: 0 10px; font-size: 18px; color: var(--header-color);}
.pop3dtabs li span {position: relative;}
.pop3dtabs li:before {content: ''; display: block; transition: opacity 0.3s ease; top: 0; left: 0; bottom: 0; width: 100%; position: absolute;background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);} 
.pop3dtabs li:not(.active):before {opacity: 0;}
.popup-3d .webgl {max-height: calc(100dvh - 300px); border: 0; box-shadow: none; margin: 0 auto;}
.tab3dmodel {position: relative;}
.tooltip3d {font-size: 18px; color: #080752; margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
.tooltip3d:before {margin: 0 20px 0 0; content: ''; display: block; min-width: 50px; height: 50px;  background: url(/assets/templates/images/3d-ic.svg) center center/44px auto no-repeat;}
.tooltip3d .mob-txt {display: none;}
.pop3dtabs-content {position: relative;}
.pop3dtabs-content .tab {position: absolute; top: 0; left: 0; transition: opacity 0.3s ease; width: 100%; } 
.pop3dtabs-content .tab:first-child {position: relative;}
.pop3dtabs-content .tab:not(.active) {opacity: 0; visibility: hidden; z-index: -1;}
.pop3dtabs-content iframe {width: 100%; height: calc(100dvh - 300px); max-height: 80vw; display: table; margin: 0 auto; max-width: 100%;}
.popgallery .item img {width: 100%; height: 100%; object-fit: contain; max-height: calc(100dvh - 300px);}

.newFotosBLock>a {position: relative;}
.newFotosBLock .button3d {background: #fff; overflow: hidden; border: 1px solid transparent; font-size: 18px; color: #000000; position: absolute; top: 20px; left: 20px; display: table; line-height: 36px; padding: 0 10px 4px 55px; border-radius: 14px;}
.newFotosBLock .button3d:before {width: 100%; content: ''; display: block; position: absolute; transition: all 0.3s ease; top: 0; left: 0; bottom: 0; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);} 
.newFotosBLock .button3d:hover:before {left: 100%;}
.newFotosBLock .button3d:hover {border-color: #9795FB;}
.newFotosBLock .button3d:after {content: ''; display: block; width: 40px; height: 40px; top: 0; left: 10px; background: url(/assets/templates/images/3d-ic.svg) center center no-repeat; position: absolute;}
.newFotosBLock .button3d span {position: relative;}

.new-vrblock {margin: 56px 0 0 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.new-vrblock * {box-sizing: border-box;}
.new-vrblock h2 {width: 100%; color: #000000;
    color: var(--header-color);
    font-family: 'SegoeUI bold'; font-weight: bold; font-size: 36px; margin: 0 0 40px; padding: 0; line-height: 125%;}
.new-vrblock .left {display: flex; justify-content: space-between; width: calc(50% - 12px);}
.new-vrblock .left .ic {position: relative; width: 50px; height: 50px; margin: 0 0 16px; display: flrex; align-items: center; justify-content: center;}
.new-vrblock .left .ic img {display: block; max-width: 100%; max-height: 100%;}
.new-vrblock .left .l-block {background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); min-height: 100%; position: relative; font-family: 'SegoeUI'; font-size: 14px; color: #000000; line-height: 130%; letter-spacing: 1px; padding: 24px 12px 44px; width: calc(100% / 3 - 12px); border-radius: 24px;}
.new-vrblock .left .l-block:before {content: ''; display: block; position: absolute; top: 1px; left: 1px; width: calc(100% - 2px); border-radius: 23px; bottom: 1px; background: #F1F8FF;}
.new-vrblock .left .l-block .go {position: absolute; display: table; bottom: 24px; right: 12px; color: #859ED1; text-decoration: none;}
.new-vrblock .left .l-block .go:hover {color: #080752;}
.new-vrblock .left .l-block .t {position: relative;}
.new-vrblock .right {position: relative; border-radius: 24px; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); padding: 16px 24px; width: calc(50% - 12px);}
.new-vrblock .right:before {content: ''; display: block; position: absolute; width: 230px; height: 216px; right: 4px; bottom: 0px; background: url(/images/newvrrightbg.png) center center/contain no-repeat;}
.new-vrblock .right .r-title {font-size: 36px; margin: 0 0 36px; color: #F1F8FF; font-family: 'SegoeUI bold'; font-weight: bold; line-height: 125%;}
.new-vrblock .right ul {position: relative; font-family: 'SegoeUI'; padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; max-width: 380px;}
.new-vrblock .right ul li {margin: 0 8px 8px 0;}
.new-vrblock .right ul li a {font-size: 14px; color: #080752; display: table; padding: 0 10px; line-height: 31px; text-decoration: none; border-radius: 16px; background: #F1F8FF; }
.new-vrblock .right ul li a:hover {background: #B1D8FB;}

.categories-slider {margin: 56px 0 60px 0;}
.categories-slider .item {overflow: hidden; font-size: 20px; color: #000; line-height: 140%; box-sizing: border-box; height: 250px; padding: 24px; background: #B1D8FB; border-radius: 36px; display: block; text-decoration: none; position: relative;}
.categories-slider .item:hover:before {opacity: 1;}
.categories-slider .item:before {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; transition: opacity 0.3s ease; opacity: 0; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);}
.categories-slider .item > * {position: relative;}
.categories-slider .item .pic {position: absolute; bottom: 0; right: 0; width: 100%;}
.categories-slider .item .pic img {display: block; max-width: 100%;}
.categories-slider .owl-carousel .owl-dots {display: none;}
.categories-slider .owl-carousel .owl-nav button.owl-next {overflow: hidden; width: 50px; height: 50px; position: absolute; top: 50%; right: -27px; margin-top: -25px; border-radius: 50%; border: 1px solid #533282; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);}
.categories-slider .owl-carousel .owl-nav button.owl-next:after {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: url(/assets/img/slider-arr.svg) center center no-repeat;}
.categories-slider .owl-carousel .owl-nav button.owl-next:before {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: #F1F8FF; opacity: 0; transition: opacity 0.3s ease;}
.categories-slider .owl-carousel .owl-nav button.owl-next:hover:before {opacity: 1;}
.categories-slider .owl-carousel .owl-nav button.owl-prev {width: 50px; height: 50px; position: absolute; top: 50%; left: -27px; margin-top: -25px; border-radius: 50%; border: 1px solid #533282; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%);}
.categories-slider .owl-carousel .owl-nav button.owl-prev:after {transform: scale(-1,1); content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: url(/assets/img/slider-arr.svg) center center no-repeat;}
.categories-slider .owl-carousel .owl-nav button.owl-prev:before {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: #F1F8FF; opacity: 0; transition: opacity 0.3s ease;}


.service-page {font-size: 18px; color: #080752; line-height: 135%;}
.service-page .top-block {height: 450px; display: flex; align-items: center; position: relative; justify-content: space-between;}
.service-page .top-block .pic {position: relative; width: calc(100% - 500px);}
.service-page .top-block .pic.mob {display: none;}
.service-page .top-block .pic img {right: -180px; height: 520px; position: absolute; display: block; top: 50%; transform: translateY(-50%);}
.service-page .top-block .txt > * {max-width: 488px;}
.service-page .top-block .txt > h1 {padding: 0; margin: 0 0 30px; font-size: 50px; line-height: 115%; font-weight: bold; max-width: 650px;}
.service-page .btn2 {border-radius: 50px; display: table; transition: all 0.3s ease; border: 1px solid transparent; color: #080752; font-size: 20px; text-decoration: none; margin: 46px 0 0 0; width: 100%; line-height: 58px; padding: 0; text-align: center;}
.service-page .btn2:before {border-radius: 50px; transform: none;}
.service-page .btn2:hover:before {transform: translateX(110%);}
.service-page .btn2 {border: 1px solid #9795FB;}
.service-page .under-top-txt {margin: 0 0 56px;}
.service-page h2 {font-size: 36px; font-weight: bold; line-height: 125%; padding: 0; margin: 0 0 40px;}
.service-page h2 + small {display: block; margin: -16px 0 40px; font-size: 20px; line-height: 130%;}


.service-page .devices-list {padding: 0 0 32px; display: flex; flex-wrap: wrap; margin: 0 -24px 0 0; width: calc(100% + 24px);}
.service-page .devices-list .block {font-size: 16px; box-sizing: border-box; padding: 0; border-radius: 24px; width: calc(25% - 24px); margin: 0 24px 24px 0; background: #F1F8FF; border: 1px solid #B1D8FB; display: block; color: inherit; text-decoration: none;}
.service-page .devices-list .block .bg {overflow: hidden; border-radius: 24px 24px 0 0; height: 120px; position: relative; background: #B1D8FB; display: flex; align-items: center; justify-content: center;}
.service-page .devices-list .block .bg:before {opacity: 0; transition: opacity 0.3s ease; border-radius: 24px 24px 0 0; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100%;}
.service-page .devices-list .block:hover .bg:before {opacity: 1;}
.service-page .devices-list .block .bg img {position: relative; display: block; max-width: 100%; max-height: 100%;}
.service-page .devices-list .block .inf {padding: 10px 10px 47px;}
.service-page .show-all {display: none;}

.service-page .controller-block {margin: 0 0 56px; position: relative; display: flex; align-items: flex-start;}
.service-page .controller-block .txt {max-width: calc(100% - 450px);}
.service-page ul {padding: 0; margin: 0; list-style-type: none;}
.service-page ul li {position: relative; padding-left: 25px;}
.service-page ul li:before {content: ''; display: block; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #080752; top: 12px; left: 10px;}
.service-page .controller-block .pic {position: relative; width: 450px;}
.service-page .controller-block .pic img {display: block; position: absolute; top: -230px; right: 20px; height: 530px;}

.service-page .bg-block {padding: 10px 16px; border-radius: 16px; background: #B1D8FB; margin: 0 0 56px;}
.service-page .bg-block a {color: inherit;}

.service-page .services-list {padding: 0 0 32px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.service-page .services-list .block {margin: 0 0 24px; box-sizing: border-box; min-height: 340px; display: flex; flex-direction: column; width: calc(50% - 12px); border-radius: 24px; padding: 24px; background: #F1F8FF url(/images/serv-block-bg01.svg) center center/cover no-repeat;}
.service-page .services-list .block.long {min-height: 285px; width: 100%;}
.service-page .services-list .block.b2 {background-image: url(/images/serv-block-bg02.svg);}
.service-page .services-list .block.b3 {background-image: url(/images/serv-block-bg03.svg);}
.service-page .services-list .block.b4 {background-image: url(/images/serv-block-bg04.svg);}
.service-page .services-list .block.b5 {background-image: url(/images/serv-block-bg05.svg);}
.service-page .services-list .block.b6 {background-image: url(/images/serv-block-bg06.svg);}
.service-page .services-list .block .title {font-size: 36px; font-weight: bold; color: #533282; margin: 0 0 16px; line-height: 120%;}
.service-page .services-list .block .t {padding: 0 0 40px;}
.service-page .services-list .block .btn2 {font-size: 16px; line-height: 41px; max-width: 304px; margin: auto 0 0 auto;}
.service-page .services-list .block.long > *:not(.btn2) {max-width: calc(100% - 350px);}

.service-page .guarantee-block {margin: 0 0 56px; display: flex; align-items: center;}
.service-page .guarantee-block .pic {width: 494px; margin: 0 26px 0 0;}
.service-page .guarantee-block .pic img {display: block; width: 100%;}
.service-page .guarantee-block .txt {width: calc(100% - 520px);}
.service-page .guarantee-block ul li + li {margin-top: 20px;}

.service-page .how-we-work {padding: 0 0 32px; counter-reset: workblocks; margin: 0 -24px 0 0; width: calc(100% + 24px); display: flex; flex-wrap: wrap;}
.service-page .how-we-work .block {border: 0; padding: 0; background: none; display: block; width: calc(100% / 3 - 24px); margin: 0 24px 24px 0;}
.service-page .how-we-work .block .title {display: flex; align-items: center; margin: 0 0 20px;}
.service-page .how-we-work .block .title:before {border-radius: 50%; width: 50px; height: 50px; line-height: 50px; min-width: 50px; margin: 0 15px 0 0; text-align: center; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); font-size: 20px; color: #F1F8FF; content: counter(workblocks);  counter-increment: workblocks;}

.service-page .cost-block {margin: 0 0 56px; display: flex; justify-content: space-between;}
.service-page .cost-block .txt {width: calc(100% - 408px);}
.service-page .cost-block .txt table {color: #533282; font-size: 20px; line-height: 130%; border-collapse: collapse; border: 0; width: 100%;}
.service-page .cost-block .txt table td:last-child {font-weight: bold; text-align: right;}
.service-page .cost-block .txt table tr:first-child td {padding-top: 0;}
.service-page .cost-block .txt table td {border: 0; position: relative; padding: 16px 0;}
.service-page .cost-block .txt table td:after {content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, #447EF4, #9795FB);}
.service-page .cost-block .txt table td:last-child:after {background: linear-gradient(to right, #9795FB, #B1D8FB);}
.service-page .cost-block .right {width: 384px;}
.service-page .cost-block .right .aform {max-width: 100%; width: 100%; border: 0; padding: 25px 16px 16px; background: #B1D8FB;}
.service-page .cost-block .right .aform .title {text-align: center; font-size: 20px; color: #080752; line-height: 130%; margin: 0 0 16px;}
.service-page .cost-block .right .aform input {margin-bottom: 12px; display: block; max-width: 3020px; margin-left: auto; margin-right: auto;}
.service-page .cost-block .right .aform .custom-checkbox {margin-top: 10px; max-width: 320px; margin-left: auto; margin-right: auto;}
.service-page .cost-block .right .btn2 {line-height: 40px; margin: 0; max-width: 320px; margin-left: auto; margin-right: auto;}
.service-page .cost-block .right .btn2 input {margin: 0; padding: 0; height: 40px; background: none;}
.service-page .cost-block .aform .agreetext { font-size: 12px; line-height: 110%; max-width: 270px; margin: 10px auto 0;}
.service-page .cost-block .aform .agreetext a {color: #0054FF;}

.service-page .text-block {margin: 0 0 40px;}
.service-page .text-block p {padding: 0; margin: 0;}
.service-page .text-block p + p {padding-top: 20px;}

.service-page .big-pic {margin: 0 0 56px; border-radius: 24px; background: center center/cover no-repeat;}
.service-page .big-pic:before {content: ''; display: block; padding-top: 48%;}


.service-page .coop-block {padding: 0 0 32px; display: flex; flex-wrap: wrap;}
.service-page .coop-block .block {color: #533282; border: 0; padding: 0; background: none; display: block; width: calc((100% / 3) - 24px); margin: 0 24px 24px 0;}
.service-page .coop-block .block .title {color: #080752; margin: 0 0 20px; font-size: 20px; font-weight: bold; line-height: 120%; display: flex; align-items: center;}
.service-page .coop-block .block .title img {display: block; height: 50px; margin: 0 16px 0 0;}

.service-page .faq-list {padding: 0 0 56px; counter-reset: num;}
.service-page .faq-list .faq-block {margin: 0 0 16px;}
.service-page .faq-list .faq-block .title {transition: all 0.3s ease; font-size: 18px; line-height: 130%; color: #080752; padding: 14px 60px 16px 16px; background: #B1D8FB; border-radius: 5px; position: relative; cursor: pointer;}
.service-page .faq-list .faq-block .title .plus {transition: all 0.3s ease; display: block; position: absolute; width: 30px; height: 30px; right: 16px; top: 50%; margin-top: -15px;}
.service-page .faq-list .faq-block.open .title {border-radius: 5px 5px 0 0;}
.service-page .faq-list .faq-block.open .title .plus {transform: rotate(45deg);}
.service-page .faq-list .faq-block.open .title .plus:before {opacity: 0;}
.service-page .faq-list .faq-block.open .title .plus:after {opacity: 1;}
.service-page .faq-list .faq-block .title .plus:before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; bottom: 0; background: url(/assets/templates/img/faq-plus.svg) center center no-repeat; transition: opacity 0.3s ease;}
.service-page .faq-list .faq-block .title .plus:after {opacity: 0; content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; bottom: 0; background: url(/assets/templates/img/faq-plus-h.svg) center center no-repeat; transition: opacity 0.3s ease;}
.service-page .faq-list .faq-block .title .t:before {content: counter(num) '. '; counter-increment: num;}
.service-page .faq-list .faq-block .hidden-content {font-family: 'SegoeUI'; color: #080752; font-size: 16px; line-height: 130%; border-radius: 0 0 5px 5px; background: #F1F8FF; padding: 16px; display: none;}


.service-page .landing-form-block {margin: 0 0 56px;}
.service-page .landing-form-block .left > * {max-width: 450px;}
.service-page .landing-form-block .left h2 {margin: 0 0 24px;}


.service-page .landing-form-block:before {pointer-events: none; width: 820px; height: 544px; content: ''; display: block; position: absolute; top: -57px; right: -117px; background: url(/images/service-form-pattern.webp) center center/contain no-repeat;}
.service-page .landing-form-block:after {display: none;}
.service-page .pu.show {display: flex; align-items: center; justify-content: center;}
.service-page .aform p {font-size: 20px; color: #080752; text-align: center;}

.rent-top-block {padding: 34px; display: flex; align-items: center; height: 506px; margin: 0 0 40px; border-radius: 24px; background: url(/assets/templates/images/rent-banner.webp) center right/cover no-repeat;}
.rent-top-block .pic {display: none;}
.rent-top-block .txt {max-width: 645px;}
.rent-top-block .txt h1 {font-size: 36px; font-weight: bold; margin: 0 0 30px; padding: 0; line-height: 120%;}
.rent-top-block .txt .descr {max-width: 400px; margin: 0 0 30px;}
.rent-top-block .txt .btn2 {max-width: 304px; line-height: 42px;}

.rent-spoiler-text {margin: 0 0 56px;}
.rent-spoiler-text .hidden-content {display: none;}
.rent-spoiler-text .more span + span {display: none;}
.rent-spoiler-text.open .more span + span {display: inline;}
.rent-spoiler-text.open .more span {display: none;}
.rent-spoiler-text .more span {position: relative;}
.rent-spoiler-text .more {position: relative; overflow: hidden; font-size: 16px; text-decoration: none; color: #080752; display: flex; width: 250px; height: 44px; justify-content: center; align-items: center; border-radius: 20px; border: 1px solid #9795FB; margin: 10px 0 0 auto;}
.rent-spoiler-text .more:before {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: linear-gradient(to right, #447EF4, #9795FB, #B1D8FB); opacity: 0; transition: opacity 0.3s ease;}
.rent-spoiler-text .more:hover:before {opacity: 1;}
.rent-spoiler-text .more:after {z-index: 2; position: relative; transition: all 0.2s ease; content: ''; width: 24px; height: 24px; margin: 0 0 0 10px; transition: all 0.3s ease; background: url(/assets/templates/images/spoiler-arr.svg) center center no-repeat;}
.rent-spoiler-text.open .more:after {transform: scale(1,-1);}
.rent-spoiler-text p {padding: 0 0 20px; margin: 0;}

.rent-prods-list {padding: 0 0 36px; flex-wrap: wrap; display: flex; justify-content: space-between;}
.rent-item {display: flex; flex-direction: column; min-height: 500px; box-sizing: border-box; width: calc(50% - 12px); border-radius: 36px; background: #F1F8FF; position: relative; padding: 24px; margin: 0 0 24px;}
.rent-item .title {color: #533282; font-weight: bold; font-family: 'SegoeUI'; font-size: 36px; line-height: 120%; margin: 0 0 24px;}
.rent-item .subtitle {font-size: 20px; line-height: 120%; margin: 0 0 16px; color: #533282; font-weight: bold;}
.rent-item .pic {width: 280px; height: 240px; position: absolute; top: 77px; right: 11px;}
.rent-item .pic img {width: 100%; height: 100%; object-fit: contain;}
.service-page .rent-item .btn2 {position: relative; overflow: hidden; font-family: 'SegoeUI';  margin-top: auto; display: block; text-decoration: none; line-height: 40px; border-radius: 20px; background: #B1D8FB!important; padding: 0; border: 0; font-size: 16px; color: #080752; font-weight: bold; }
.service-page .rent-item .btn2:before {transform: none!important; content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; bottom:0; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); transition: opacity 0.3s ease;}
.service-page .rent-item .btn2:hover:before {opacity: 0;}
.service-page .rent-item .btn2 span {position: relative;}
.rent-item ul li + li {margin-top: 8px;}
.rent-item small {font-family: 'SegoeUI'; display: block; margin: 16px 0 0 0; color: #533282; font-size: 16px; line-height: 120%; }

.land-advantages .show-all {text-align: center; display: none; position: relative; overflow: hidden; font-family: 'SegoeUI';  margin-top: auto; text-decoration: none; line-height: 40px; border-radius: 20px; background: #B1D8FB!important; padding: 0; border: 0; font-size: 16px; color: #080752; font-weight: bold;}

.new-service-page {padding: 0 0 40px;}
.new-service-page .cols {display: flex; align-items: flex-start;}
.new-service-page .left-pic {box-sizing: border-box; width: 486px; border-radius: 24px; overflow: hidden;}
.new-service-page .left-pic img {display: block; width: 100%;}
.new-service-page .left-pic + .txt {width: calc(100% - 486px); padding: 0 0 0 20px;}
.new-service-page .bottom-panel {gap: 30px; padding:20px 0 0 0; display: flex; justify-content: flex-end; align-items: center;}
.new-service-page .bottom-panel .btn1 {min-width: 300px; text-align: center;}
.new-service-page .bottom-panel .price {font-weight: bold; font-size: 36px; color: #533282; line-height: 100%;}
.new-service-page h2 {max-width: 1000px; font-weight: bold; color: #080752; font-size: 36px; line-height: 110%; margin: 0 0 24px;}
.new-service-page .txt-pic {display: flex; align-items: center;}
.new-service-page .txt-pic .pic {width: 360px;}
.new-service-page .txt-pic .pic img {width: calc(100% + 60px); margin: -45px -30px -40px; display: block;}
.new-service-page .txt-pic .txt {width: calc(100% - 360px); padding: 0 60px 0 0; box-sizing: border-box;}
.new-service-page .advantages {padding: 20px 0 0 0; gap: 30px; display: flex; justify-content: space-between;}
.new-service-page .advantages .block {font-size: 16px; line-height: 120%; color: #533282; padding: 0; background: none; border: 0; display: flex; align-items: center; width: calc(50% - 20px);}
.new-service-page .advantages .block .num {width: 50px; height: 50px; margin: 0 16px 0 0; border-radius: 50%; line-height: 50px; text-align: center; color: #fff; font-size: 20px; background: linear-gradient(94.23deg, #447EF4 0%, #9795FB 52.88%, #B1D8FB 100%); }
.new-service-page .advantages .block .t {width: calc(100% - 66px);}

@media screen and (max-width: 1260px) {
.categories-slider .owl-carousel .owl-nav {display: none;}
.categories-slider .owl-carousel {overflow: visible;}
.categories-slider .owl-carousel .owl-stage-outer {overflow: visible;}
.categories-slider .item {width: 280px; min-width: 280px;}
}

@media screen and (max-width: 1200px) {
.rent-top-block {height: 400px;}
.service-page .top-block .pic img {height: 400px; right: -100px;}
.service-page .coop-block .block {width: calc(50% - 24px);}
	@media screen and (min-width: 1001px) {
	.new-vrblock .right:before {width: 180px; bottom: -10px;}
	}
}

@media screen and (max-width: 1000px) {
.tooltip3d .mob-txt {display: inline;}
.tooltip3d span {display: none;}
.tab3dmodel:before {top: auto; bottom: 100px; width: 125px; height: 24px; background-size: contain; left: 10px;}
.tab3dmodel:after {top: auto; bottom: 100px; width: 125px; height: 24px; background-size: contain; right: 10px;}
.tooltip3d{font-size: 16px;}
.tooltip3d:before {min-width: 40px; height: 40px; background-size: 30px auto; margin-right: 10px;}
.popup-3d .webgl {height: 80vw; max-width: calc(100% - 60px); margin-bottom: 60px;}
.popup-3d .into .close {top: 6px; right: 10px;}
.popup-3d .into {padding: 10px;}
.pop3dtabs {gap: 10px;}
.pop3dtabs li {font-size: 16px;}
.new-service-page h2 {font-size: 26px;}
.new-service-page .txt-pic {flex-direction: column;}
.new-service-page .txt-pic .txt {padding: 0; width: 100%;}
.new-service-page .txt-pic .pic {margin: 0 auto;}
.new-service-page .txt-pic .pic img {margin: -20px 0 -30px; width: 100%;}
.new-service-page  .cols {flex-direction: column;}
.new-service-page .left-pic {width: 100%; margin: 0 0 20px;}
.new-service-page .left-pic + .txt {padding: 0; width: 100%;}
.new-service-page .bottom-panel {gap: 20px; flex-direction: column; text-align: center;}
.new-service-page .bottom-panel .price {order: 1; font-size: 25px;}
.new-service-page .bottom-panel .btn1 {order: 2; max-width: 100%; margin: 0 auto;}
.rent-top-block .txt {width: 100%; max-width: 100%;}
.rent-item {min-height: 1px; width: 100%; margin: 0 0 16px; text-align: center;}
.rent-item .pic {max-width: 100%; max-height: 70vw; width: 350px; height: 240px; margin: 0 auto 20px; position: relative; top: auto; right: auto;}
.rent-item .title {font-size: 25px; margin: 0 0 6px;}
.rent-item ul {margin: 0 0 20px;}
.rent-item ul li {display: table; margin-left: auto; margin-right: auto;}
.rent-item small {text-align: left;}
.rent-spoiler-text {margin-bottom: 40px;}
.rent-top-block .txt h1 {font-size: 25px; margin: 0 0 20px;}
.rent-top-block .txt .btn2 {width: 100%; max-width: 100%;}
.rent-spoiler-text .more {height: 42px; width: 100%;}
.rent .land-advantages .show-all {display: block;}
.rent .land-advantages .show-all span + span {display: none;}
.rent .land-advantages.open .show-all span + span {display: inline;}
.rent .land-advantages.open .show-all span {display: none;}
.rent .land-advantages {display: block; padding-bottom: 30px;}
.rent .land-advantages .adv-item {width: 100%; margin: 0 0 16px; transition: all 0.3s ease;}
.rent .land-advantages:not(.open) .adv-item:nth-child(n+5) {position: absolute; top: -99999px; left: -99999px; opacity: 0;}
.rent-top-block {height: auto; background: none; padding: 0; border-radius: 0;}
.rent-top-block .pic {margin: 0 0 20px; display: block; width: 100%;}
.rent-top-block .pic img {display: block; width: 100%;}
.service-page .services-list .block.long > *:not(.btn2) {max-width: 100%;}
.service-page .how-we-work .block {width: calc(50% - 24px);}
.service-page .guarantee-block {flex-direction: column;}
.service-page .guarantee-block .txt {width: 100%; max-width: 100%; order: 1;}
.service-page .guarantee-block .pic {margin-top: 10px; order: 2; max-width: 100%; transform: translateX(10px);}
.service-page .services-list .block {min-height: 280px;}
.service-page .services-list .block .title {font-size: 20px;}
.service-page .bg-block {margin: 0 0 40px;}
.service-page .controller-block {margin: 0 0 40px;}
.service-page .controller-block .txt {max-width: 100%;}
.service-page .controller-block .pic {display: none;}
.service-page h2 {font-size: 26px;}
.service-page .landing-form-block .left h2 {margin-left: auto; margin-right: auto;}
.new-vrblock .right {width: 100%; margin: 20px 0 0 0;}
.new-vrblock .left {width: 100%;}
.new-vrblock h2 {font-size: 26px; margin: 0 0 20px;}
.categories-slider .item {border-radius: 16px; padding: 10px; font-size: 14px; width: 150px; height: 140px; min-width: 150px;}
.service-page .top-block {height: auto; margin-bottom: 40px; display: block;}
.service-page .top-block .txt > h1 {margin-bottom: 247px; font-size: 25px; max-width: 100%;}
.service-page .top-block .pic {position: static; width: 100%; }
.service-page .top-block .pic.mob {display: block;}
.service-page .top-block .pic {display: none;}
.service-page .top-block .pic img {height: 260px; left: 50%; top: 50px; transform: translateX(-50%);}
.service-page {font-size: 16px;}
.service-page .top-block .txt > * {max-width: 100%;}
.service-page .btn2 {line-height: 41px; font-size: 16px; width: 100%; margin-top: 20px;}
.service-page .under-top-txt {margin-bottom: 40px;}
.service-page h2 {font-size: 18px; margin: 0 0 20px;}
.service-page .devices-list .block {width: calc(50% - 24px);}
.service-page h2 + small.desk-only {display: none;}
.service-page h2 + small {margin: 0 0 20px; font-size: 16px;}
.service-page .cost-block {display: block; margin-bottom: 40px;}
.service-page .cost-block .txt {width: 100%; margin: 0 0 40px;}
.service-page .cost-block .txt table {font-size: 16px;}
.service-page .cost-block .right .aform {border-radius: 0; padding: 20px 20px; margin: 0 -20px 40px; width: calc(100% + 40px); max-width: calc(100% + 40px);}
.service-page .cost-block .right {width: 100%; max-width: 100%;}
.service-page .cost-block .right .aform input,
.service-page .cost-block .right .btn2 {max-width: 400px;}
.service-page .text-block {margin: 0 0 20px;}
.service-page .big-pic {margin: 0 0 40px;}
.service-page .landing-form-block:before {display: none;}
.service-page .landing-form-block p {font-size: 18px;}
.service-page .landing-form-block .left h2 {font-size: 25px;}
.service-page .landing-form-block {padding: 20px; box-sizing: border-box; border-radius: 0; margin-left: -20px; margin-right: -20px; margin-bottom: 40px; width: calc(100% + 40px);}
.service-page .landing-form-block .right .formaside.aform {margin-top: 16px;}
.service-page .landing-form-block .left > * {max-width: 100%;}
}

@media screen and (max-width: 700px) {
.new-service-page .advantages .block {width: 100%;}
.service-page .faq-list {padding: 0;}
.service-page .faq-list .faq-block .title .t {line-height: 120%; position: relative; padding-left: 20px; font-size: 14px;}
.service-page .faq-list .faq-block .title .t:before {position: absolute; left: 0; top: 3px;}
.service-page .faq-list .faq-block .hidden-content {font-size: 14px;}
.service-page .coop-block .block {margin: 0 0 24px; width: 100%;}
.service-page .coop-block {margin-right: 0; width: 100%;}
.service-page .coop-block .block .title {margin: 0 0 8px; font-size: 18px;}
.service-page .how-we-work .block .title {font-size: 18px; margin: 0 0 8px;}
.service-page .how-we-work .block {margin: 0 0 16px; font-size: 14px; width: 100%;}
.service-page .how-we-work {margin-right: 0; width: 100%;}
.service-page .guarantee-block {margin-bottom: 30px;}
.service-page .services-list .block .btn2 {width: auto; padding: 0 26px;}
.service-page .services-list .btn2.show-all {margin-top: 0;}
.service-page .services-list .block .t {padding: 0;}
.service-page .services-list .block {font-size: 14px; transition: opacity 0.3s ease; min-height: 200px; width: 100%; padding: 12px; border-radius: 16px; border: 0; background: #F1F8FF!important; margin: 0 0 16px;}
.service-page .services-list .block .title {font-size: 18px;}
.service-page .services-list .block .btn2 {margin-top: 16px; line-height: 35px; font-size: 14px;}
.service-page .services-list:not(.open) .block:nth-child(n+4) {position: absolute; top: -9999px; left: -99999px; opacity: 0;}
.service-page .show-all.btn2 {display: table; background: #B1D8FB!important; border-color: #B1D8FB!important; width: 100%;}
.service-page .show-all.btn2:before {display: none;}
.service-page .show-all.btn2 span + span {display: none;}
.service-page .open .show-all.btn2 span + span {display: inline;}
.service-page .open .show-all.btn2 span {display: none;}
.service-page .devices-list .block {margin: 0 0 16px; width: 100%; transition: opacity 0.3s ease;}
.service-page .devices-list:not(.open) .block:nth-child(n+4) {position: absolute; top: -9999px; left: -99999px; opacity: 0;}
.service-page .devices-list {margin-right: 0; width: 100%;}
.new-vrblock {margin-top: 20px;}
.new-vrblock h2 {display: none;}
.new-vrblock .right {border-radius: 16px;  padding: 12px; width: 100%; margin: 0px 0 0 0;}
.new-vrblock .right:before {background-image: url(/images/newvrrightbg-m.png); width: 174px; height: 134px; bottom: auto; top: 0;}
.new-vrblock .right .r-title {max-width: 140px; margin: 0 0 24px; font-size: 20px;}
.new-vrblock .left {width: 100%; flex-direction: column;}
.new-vrblock .left .l-block {border-radius: 16px; padding: 12px; align-items: center; min-height: 1px; display: flex; width: 100%; margin: 0 0 12px;}
.new-vrblock .left .l-block:before {border-radius: 15px;}
.new-vrblock .left .l-block .ic {width: 35px; height: 35px; margin: 0 24px 0 0;}
.new-vrblock .left .l-block .t {width: calc(100% - 140px);}
.new-vrblock .left .l-block .t:last-child {width: calc(100% - 49px);}
.new-vrblock .left .l-block .go {position: relative; bottom: auto; right: auto; margin: auto 0 0 auto; padding-top: 37px;}
.new-vrblock .right ul li {margin: 0 4px 4px 0;}
.new-vrblock .right ul li a {font-size: 12px; line-height: 24px; padding: 0 10px;}

.button-new img {
    width: 35px;
    height: 35px;
}

.button-new {
    font-size: 12px;
}

.pu3d_pucont {
    padding: 10px;
    width: 85%;
}

.pu3d_buttons {
    gap: 10px;
}

.pu3d_bottom  {
    & .desktop {
        display: none;
    }

    & .mobile {
        display: block;
    }
}

}
label.custom-checkbox.error,
.checkbox.error{
	border-bottom: red solid 2px;
}
