@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

HTML, BODY {
	padding: 0px; 
	margin: 0px;
	width: 100%;
	height: 100%;
}

HTML {
	font-family: "Open Sans", "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #565656;
}

IMG {
	border: none;
	vertical-align: top;
}

A {
	color: #565656;
	text-decoration: none;
	cursor: pointer;
}

A:hover {
	color: #54b8f0;
}

.wrapper {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
}

.widther {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.loading {
	width: 64px;
	height: 64px;
	background-image: url("/template/images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Header */

.header {
	border-bottom: 1px solid #E7E7E7;
}

.header > div {
	display: flex;
	flex-direction: column;
}

.header > div > div:first-child {
	padding: 18px 0px 5px 0px;
	border-bottom: 1px solid #E7E7E7;
}

.header > div > div:last-child .widther > div.search {
	flex-grow: 1;
	margin-right: 40px;
}

.header > div > div:last-child .widther {
	padding-top: 18px;
}

.header > div > div:last-child {
	padding-bottom: 15px;
}

.header .menu-button {
	display: none;
}

.header .logo {
	margin: 0px 45px 15px 0px;
}

.header .logo img {
	width: 166px;
}

.header .widther {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header-catalog {
	position: relative;
	padding: 6px 16px 6px 40px;
	margin-right: 40px;
	line-height: 18px;
	color: #ffffff;
	background-color: #3c81d2;
	border-radius: 40px;
	cursor: pointer;
}

.header .header-catalog:hover {
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
	background-color: #54b8f0;
}

.header .header-catalog:before {
	content: "";
    position: absolute;
    top: 10px;
    left: 16px;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
}

.header .header-catalog:after {
	content: "";
    position: absolute;
    top: 20px;
    left: 16px;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    box-shadow: 0 -5px 0 0 #ffffff;
}

.header .header-catalog.selected:before {
	transition: all 400ms linear;
	top: 14px;
	transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}

.header .header-catalog.selected:after {
	transition: all 400ms linear;
	top: 14px;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: none;
}

.header .phone {
	margin: 0px 40px;
}

/* Header Search */

.header .search {
	position: relative;
}

.header .search .tip {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px 0px;
	z-index: 4;
}

.header .search .tip:empty {
	display: none;
}

.header .search .tip .data {
	display: none;
}

.header .search .tip .search-items > div {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	padding: 20px 20px;
	border-bottom: 1px solid #E7E7E7;
	cursor: pointer;
}

.header .search .tip .search-items > div:hover {
	background: #F7F7F7;
}

.header .search .tip .search-items > div > div:last-child {
	display: none;
}

.header .search .tip .search-items .name {
	flex-grow: 1;
	padding: 0px 20px 10px 0px;
}

.header .search .tip .search-items .price {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.header .search .tip .search-items .price .price-view > div:first-child {
	font-size: 1.1em;
}

.header .search .tip .search-items .image {
	width: 64px;
	min-width: 64px;
	height: 64px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.header .search .tip .search-items .image img {
	max-width: 54px;
	max-height: 54px;
}

.header .search .tip .suggestions {
	padding: 0px 20px;
	font-weight: bold;
}

.header .search .tip .suggestions p {
	cursor: pointer;
}

.header .search .tip .suggestions:before {
	content: "Популярные запросы";
	font-size: 0.8em;
	opacity: 0.5;
}

.header .search-button {
	display: none;
}

.header .search-form {
	position: relative;
}

.header .search-form .form input {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 6px 50px 6px 16px;
	border: 1px solid #C0C0C0;
	line-height: 20px;
	border-radius: 40px;
	outline: none;
	background-color: transparent;
	font-size: 14px;
}

.header .search-form input:hover {
	border: 1px solid #54b8f0;
}

.header .search-form .form button {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 0px;
}

.header .oz {
	color: #00bbf5;
	cursor: pointer;
}

.header .favorite {
	position: relative;
	padding-left: 36px;
	height: 32px;
	line-height: 32px;
}

.header .favorite .lrd {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
}

.header .favorite .favorite-count {
	position: absolute;
	bottom: -5px;
	left: -5px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #FF7461;
	border-radius: 10px;
	text-align: center;
}

.header .favorite .favorite-count:empty {
	display: none;
}

/* Header Menu */

.header .header-menu {
	flex-grow: 1;
}

.header .header-menu .menu, 
.header .header-menu .menu ul {
	padding: 0px;
	margin: 0px;
	display: flex;
}

.header .header-menu .menu li {
	list-style: none;
	line-height: 30px;
}

.header .header-menu .menu li.selected > a {
	color: #54b8f0;
}

.header .header-menu .menu > li {
	padding: 10px 40px 10px 0px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}

.header .header-menu .menu > li:last-child {
	margin-right: 0px;
}

.header .header-menu .menu ul {
	position: absolute;
	top: 99%;
	display: none;
	box-shadow: 0px 0px 15px rgb(41 68 100 / 20%);
    border-radius: 10px;
    background-color: #fff;
    z-index: 2;
    padding: 40px 0px;
}

.header .header-menu .menu ul li {
	padding: 0px 30px 0px 80px;
	position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.header .header-menu .menu ul li > a {
	line-height: 60px;
	display: block;
}

.header .header-menu .menu ul li .lrd {
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 32px;
	height: 32px;
}

.header .header-menu .menu > li.has-child:hover:before {
	content: "";
	display: block;
	position: absolute;
    z-index: 1;
	left: 100%;
	top: 100%;
	margin-left: -25px;
	margin-top: -5px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	transform: rotate(46deg) skew(47deg);
	box-shadow: 0px 0px 15px rgba(41, 68, 100, 0.2);
}

.header .header-menu .menu > li.has-child:hover:after {
	content: "";
	display: block;
	position: absolute;
    z-index: 1;
	left: 100%;
	top: 100%;
	margin-left: -25px;
	margin-top: -5px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	transform: rotate(46deg) skew(47deg);
	z-index: 2;
}

.header .header-menu .menu > li:hover > ul {
	display: block;
}

.header .header-menu .menu ul li:hover {
	background-color: #f7f7f7;
}

.header .header-menu .menu li.has-child {
	background-image: url("/template/images/header-arrow.svg");
	background-repeat: no-repeat;
	background-size: 8px 5px;
	background-position: right 20px top 23px;
}

.header .header-menu .menu li.has-child:hover {
	background-image: url("/template/images/header-arrow-t.svg");
	background-position: right 20px top 22px;
}

.header .env {
	display: none;
}

.header .small-cart {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left: 36px;
	height: 32px;
	line-height: 32px;
	margin-left: 25px;
}

.header .small-cart .lrd {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
}

.header .small-cart > .count {
	position: absolute;
	bottom: -5px;
	left: -5px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #FF7461;
	border-radius: 10px;
	text-align: center;
	z-index: 1;
}

.header .small-cart > div:empty {
	display: none;
}

.header .small-cart > div.cart-preview {
	position: absolute;
	right: 100%;
	top: -40px;
	margin-right: 30px;
	background-color: #fff;
	border-radius: 40px;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(41, 68, 100, 0.2);
	z-index: 3;
}

.header .small-cart > div.cart-preview:before {
	content: "Ваша корзина";
	font-size: 24px;
}

.header .small-cart > div.cart-preview:after {
    content: ""; 
    position: absolute;
    right: -40px;
    top: 40px;
    border: 20px solid transparent; 
    border-left: 20px solid white;
}

.header .small-cart > div.cart-preview .count {
	position: absolute;
	top: 32px;
	right: 40px;
	color: #8F8F8F;
}

.header .small-cart > div.cart-preview .count:before {
	content: "Товаров: ";
}

.header .small-cart > div.cart-preview .preview-sum {
	display: flex;
	justify-content: flex-end;
	font-size: 1.5em;
	margin: 30px 0px 40px 0px;
	position: relative;
}

.header .small-cart > div.cart-preview .preview-sum:before {
	content: "Общая стоимость";
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.header .small-cart .preview-offers {
	display: flex;
	flex-direction: column;
}

.header .small-cart .preview-offers > div {
	display: flex;
	min-width: 500px;
	position: relative;
	line-height: normal;
	border-bottom: 1px solid #E7E7E7;
}

.header .small-cart .preview-offers > div > div {
	margin: 20px 20px 20px 0px;
}

.header .small-cart .preview-offers > div > div:last-child {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.header .small-cart .preview-offers .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header .small-cart .preview-offers > div > .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	min-width: 80px;
	height: 80px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	border-radius: 5px;
}

.header .small-cart .preview-offers .image img {
	max-width: 70px;
	max-height: 70px;
}

/* Header User Menu */

.shop-user-menu {
	position: relative;
	line-height: 32px;
	padding-left: 36px;
}

.shop-user-menu .lrd {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
}

/* Mobile Menu */

.mobile-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	padding: 80px 20px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile-menu .mobile-menu-close {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 42px;
	left: 26px;
}

.mobile-menu .mobile-menu-close:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #565656;
    top: 0px;
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.mobile-menu .mobile-menu-close:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #565656;
    top: 0px;
    left: 0px;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

.mobile-menu .logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 18px;
}

.mobile-menu .logo img {
	width: 92px;
}

.mobile-menu .container {
	position: relative;
	flex-grow: 1;
}

.mobile-menu .phone-oz {
	display: flex;
	justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.mobile-menu .phone-oz p {
	padding: 0px;
	margin: 0px;
}

.mobile-menu .phone-oz > .oz {
	color: #00bbf5;
}

.mobile-menu > .container > .s-menu {
	padding: 12px 0px;
}

.mobile-menu > .container > .s-menu > li {
	padding-left: 32px;
}

.mobile-menu > .container > .s-menu > li:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0px;
	margin-top: 26px;
	transform: translate(0, -50%);
	background-image: url("/template/images/grid-change-btn.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 26px;
}

.mobile-menu .menu {
    border-bottom: 1px solid #E7E7E7;
}

.mobile-menu .menu,
.mobile-menu .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.mobile-menu .menu li > a {
	display: block;
	padding: 12px 0px;
    line-height: 28px;
    font-size: 20px;
}

.mobile-menu .menu > li > ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.mobile-menu .menu > li.has-child {
	background-image: url("/template/images/mobile-arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 6px 10px;
}

.mobile-menu .exit {
	padding: 12px 26px;
	color: #294464;
	background-image: url("/template/images/exit-arrow.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 16px;
}

.mobile-menu .shop-user-menu {
	font-size: 20px;
	margin: 24px 0px;
}

.mobile-menu .shop-user-menu .lrd {
	top: -2px;
}

/* Breadcrumb */

.breadcrumb {
	display: flex;
}

.breadcrumb > div {
	position: relative;
	padding-right: 30px;
}

.breadcrumb > div:after {
	content: "/";
	position: absolute;
	right: 10px;
	top: 0px;
}

.breadcrumb > div:last-child:after {
	display: none;
}

.breadcrumb > div:last-child,
.breadcrumb > div:last-child a {
	color: #00bbf5;
}

/* Footer */

.footer {
	margin-top: auto;
	clear: both;
	background-color: #2E3C4C;
	color: #fff;
	padding: 60px 0px 20px 0px;
}

.footer a {
	color: rgba(255, 255, 255, 0.7);
}

.footer > div:last-child,
.footer > div:last-child a {
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-large-title {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

.footer > div {
	display: flex;
	justify-content: space-between;
}

.footer > div:first-child {
	padding-bottom: 60px;
}

.footer > div:first-child > div:first-child img {
	width: 166px;
	margin-bottom: 26px;
}

.footer > div:first-child > div:first-child > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.footer > div:first-child > div:first-child > div {
	margin-top: 30px;
}

.footer > div:first-child > div:first-child input {
	padding: 10px 20px;
	border-radius: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}

.footer > div:first-child > div:first-child div:first-child {
	flex-grow: 1;
	padding-right: 20px;
}

.footer > div:first-child > div:first-child div.send {
	width: 32px;
	height: 32px;
	background-color: #00bcf5;
	border-radius: 6px;
	background-image: url("/template/images/send.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.footer > div:first-child > div:first-child div.send:hover {
	background-color: #b3d4fc;
}

.footer > div:last-child > div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-top: 1px solid #5a636f;
	padding-top: 20px;
}

.footer > div:last-child > div > p:first-child {
	flex-grow: 1;
}

.footer > div:last-child > div > p:last-child {
	margin-left: 94px;
}

.footer .menu,
.footer .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.footer .menu li {
	margin: 20px 0px;
}

.footer .text-17 p {
	padding: 0px;
	margin: 20px 0px;
}


/* Shop */

.shop {
	display: flex;
	align-items: flex-start;
	margin-top: 32px;
	padding-bottom: 40px;
}

.shop .shop-left {
	width: 264px;
	min-width: 264px;
	box-sizing: border-box;
	padding: 20px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
}

.shop .shop-content {
	flex-grow: 1;
}

.shop .search {
	width: 100%;
}

.catalogue-text {
	padding: 0px 10px 0px 0px;
}

.shop-search-none {
	font-weight: 600;
	font-size: 1.8em;
	padding: 0px;
	margin: 20px 0px;
}

.shop-items-view-header-top {
	margin-left: 30px;
	color: #294464;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.shop-items-view-header-top a {
	color: #294464;
}

.shop-items-view-header-top h1 {
	font-weight: 600;
	font-size: 1.8em;
	padding: 0px;
	margin: 20px 0px;
}

.shop-items-view-header-top > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shop-items-view-header {
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	padding: 15px 10px 5px 30px;
}

.shop-items-view-header select {
	margin-left: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
}

/* Shop Menu */

.catalogue-menu {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 180px;
	background-image: linear-gradient(to right, #f7f7f7 50%, #ffffff 50%);
	padding: 20px 0px;
	box-sizing: border-box;
	display: none;
	z-index: 2;
}

.catalogue-menu.open {
	display: block;
}

.catalogue-menu.open + main {
	filter: blur(3px);
}

.catalogue-menu.open + main:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(60,129,210,0.3);
	backdrop-filter: blur(4px);
}

.catalogue-menu > .widther {
	position: relative;
}

.catalogue-menu .shop-menu,
.catalogue-menu .shop-menu ul {
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.catalogue-menu .shop-menu {
	width: 350px;
	background-color: #f7f7f7;
	padding: 40px 0px;
	box-sizing: border-box;
    font-size: 1.3em;
}

.catalogue-menu .shop-menu li {
	padding: 7px 30px 7px 16px;
	margin: 0px;
    white-space: nowrap;
}

.catalogue-menu .shop-menu > li {
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.catalogue-menu .shop-menu > li > a {
    color: #294464;
}

.catalogue-menu .shop-menu > li:hover {
	background-color: #fff;
}

.catalogue-menu .shop-menu > li > ul {
	position: absolute;
	display: flex;
	top: -20px;
	bottom: -20px;
	left: 349px;
	right: 300px;
	padding: 60px 0px 60px 20px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}

.catalogue-menu .shop-menu > li > ul {
	display: none;
}

.catalogue-menu .shop-menu > li:hover > ul {
	display: flex;
}

.catalogue-menu > .widther .menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 280px;
	position: absolute;
	right: 0px;
	top: 40px;
	bottom: 40px;
	display: flex;
	flex-direction: column;
	font-size: 1.3em;
	border-left: 1px solid #e7e7e7;
}

.catalogue-menu > .widther .menu li {
	margin: 10px 0px;
	padding-left: 40px;
}

/* Items Filter */

.items-filter .param-name {
	position: relative;
	padding-left: 24px;
	margin: 20px 0px 16px 0px;
    color: #294464;
    cursor: pointer;
}

.items-filter .param-name + div {
	display: none;
}

.items-filter .param-name + div.price-slider {
	display: block;
}

.items-filter .param-name:before {
	content: "";
    position: absolute;
    top: 50%;
	transform: translate(0, -40%);
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("/template/images/blue-arrow-b.svg");
    background-size: 8px;
    background-position: left 2px center;
    background-repeat: no-repeat;
}

.items-filter .param-name.open:before {
    background-image: url("/template/images/blue-arrow-t.svg");
}

.items-filter .param-price {
	display: flex;
}

.items-filter .param-price > div {
	padding-right: 20px;
	color: #294464;
}

.items-filter .param-price input {
	margin-top: 5px;
	width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #C0C0C0;
    color: #C0C0C0;
}

.items-filter .range-slider {
	padding-right: 30px;
	margin: 10px 0px;
}

.items-filter .param-values {
	display: none;
	line-height: 30px;
}

.items-filter .param-values > div {
	cursor: pointer;
}

.items-filter .param-checkbox {
	margin-top: 20px;
}

.items-filter .param-values > div > a,
.items-filter .param-checkbox > a {
	display: block;
	padding-left: 24px;
	background-image: url('/template/images/items-filter.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.items-filter .param-values > div > a.selected,
.items-filter .param-checkbox > a.selected {
	background-image: url('/template/images/items-filter-on.svg');
}

.items-filter-button {
	display: inline-flex;
	padding: 12px 20px 14px 50px;
    background-color: #3c81d2;
    color: #ffffff;
    border-radius: 40px;
	background-image: url('/template/images/filter.svg');
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: 20px;
	display: none;
}

/* Items View */

.shop-items-view {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 0px 15px 15px;
}

.shop-items-view > div {
	width: 30%;
	width: calc(33% - 30px);
	margin: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #C0C0C0;
    border-radius: 5px;
    position: relative;
}

.shop-items-view.list > div {
	width: 100%;
    background-color: #f7f7f7;
    flex-direction: row;
    align-items: flex-start;
    margin: 8px 15px;
}

.shop-items-view.list > div .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-width: 200px;
	width: 200px;
	flex-basis: 200px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.shop-items-view.list .price-view,
.shop-items-view.list .to-cart {
	white-space: nowrap;
}

.shop-items-view.list .name {
	padding-bottom: 30px;
}

.shop-items-view.list .price {
	position: absolute;
	left: 215px;
	bottom: 20px;
	padding: 0px;
}

.shop-items-view.list .price > div {
	flex-direction: column;
	align-items: flex-start;
}

.shop-items-view.list .to-cart {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 32px;
}

.shop-items-view.list .to-cart > div:first-child {
	display: block;
	margin-bottom: 15px;
	border-radius: 20px;
}

.shop-items-view.list .to-cart > div:first-child input {
	padding: 3px 0px;
	font-size: 14px;
	width: 120px;
}

.shop-items-view.list .to-cart > div:first-child button {
	width: 32px;
}

.shop-items-view.list .to-cart > div:last-child button, .shop-items-view.list .in-cart {
	width: 120px;
}

.shop-items-view.list .to-cart > div:last-child button {
	background-color: #3C81D2;
	color: #fff;
	border: none;
}

.shop-items-view.list .to-cart > div:last-child button:hover,
.shop-items-view.list .in-cart:hover {
	background-color: #00bbf5;
	color: #fff;
    transition: all 0.2s linear;
}

.shop-items-view.list .to-cart:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 18px;
	height: 18px;
	background-image: url("/template/images/check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 9px;
	background-color: #d9feb9;
}

.shop-items-view.list .to-cart:after {
	content: "В наличии";
	display: block;
	position: absolute;
	left: 26px;
	top: 0px;
}

.shop-items-view.list .in-cart {
	margin-bottom: 0px;
	text-align: center;
	width: 120px;
	padding: 3px 10px;
	box-sizing: border-box;
}

.shop-items-view.list > div > div {
	height: 100%;
}

.shop-items-view.list > div > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.shop-items-view.list > div > div.price {
	height: auto;
}

.shop-items-view.list > div img {
	max-height: 100px;
}

.shop-items-view.list.list .favorite-add {
	right: auto;
	left: 10px;
}
	
.shop-items-view > div:hover {
	transition: all 0.2s linear;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.shop-items-view > div > div {
    box-sizing: border-box;
	padding: 15px;
}

.shop-items-view .data {
	display: none;
}

.shop-items-view .image {
	position: relative;
	flex-basis: 200px;
	text-align: center;
}

.shop-items-view .image:hover img {
	filter: blur(3px);
	transition: 430ms;
}

.image:hover .favorite-add.favorite-off {
	background-image: url("/template/images/favorite-w.svg");
}

.shop-items-view .name {
	flex-grow: 1;
}

.shop-items-view .price {
	padding-top: 25px;
}

.not-available:before {
	content: "X";
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	background-color: #F3C1C1;
	margin-right: 5px;
	color: #f7a7a7;
	margin: 10px 10px 10px 0px;
}

.not-available:after {
	content: "Нет в наличии";
	display: inline-flex;
	margin: 10px 0px;
}

.shop-items-view > div img {
	max-width: 100%;
	max-height: 200px;
}

.favorite-add {
	width: 22px;
	height: 22px;
	background-image: url("/template/images/favorite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.shop-items-view .favorite-add {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.favorite-on {
	background-image: url("/template/images/favorite-on.svg");
}

.favorite-add:hover {
	background-image: url("/template/images/favorite-on.svg");
}

.shop-items-view-next {
	padding: 10px 32px;
    background-color: #3c81d2;
    color: #ffffff;
    border-radius: 40px;
    font-size: 1.2em;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}

.shop-items-view-next:hover {
	background-color: #00bbf5;
	transition: all 0.2s linear;
}

.shop-items-view .name {
	position: relative;
}

.shop-items-view .quick-view {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.shop-items-view .quick-view > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background-color: rgba(60, 129, 210, 0.8);
    transform: perspective(600px) rotateY(90deg);
}

.shop-items-view .quick-view:hover > div {
	width: 100%;
    transform: perspective(600px) rotateY(180deg);
    transition: transform 0.2s linear;
}

.shop-items-view .quick-view > div:after {
	content: "Быстрый просмотр";
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: scale(-1, 1) translate(50%, -50%);
	text-align: center;
	color: #fff;
	padding: 5px 16px 7px 16px;
	border: 1px solid #fff;
	border-radius: 40px;
	z-index: 2;
}

/* Offer View */

.offer {
	background-color: #f7f7f7;
}

.shop-offer-view h1 {
	margin-top: 30px;
	margin-bottom: 60px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #294464;
}

.modal .shop-offer-view h1 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.modal .shop-offer-view {
	padding-bottom: 40px;
}

.modal .shop-offer-view .images {
	border: 1px solid #C0C0C0;
    border-radius: 5px;
}

.modal .shop-offer-view .images-info-price {
	align-items: stretch;
}

.modal .shop-offer-view .images-info-price > div {
	min-height: 100%;
}

.modal .shop-offer-view-oxo {
	display: none;
}

.modal .shop-offer-view-data {
	border-right: 1px solid #E7E7E7;
}

.modal .shop-offer-view-price {
	padding: 0px 30px;
}

.modal .shop-offer-view-price a {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 10px;
	box-sizing: border-box;
    border: 1px solid #C0C0C0;
    border-radius: 40px;
    box-sizing: border-box;
    white-space: nowrap;
    width: calc(100% - 60px);
    text-align: center;
}

.shop-offer-view {
	width: 100%;
}

.shop-offer-view .images-info-price {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.shop-offer-view .images {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 460px;
    height: 460px;
    border-radius: 5px;
    background-color: #ffffff
}

.shop-offer-view .images .images-preview {
	width: 96px;
	min-width: 96px;
	padding: 0px 16px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.shop-offer-view .images .images-preview .images-preview-slide {
	width: 64px;
	height: 64px;
    overflow: hidden;
    padding: 6px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
}

.shop-offer-view .images .images-preview img {
	width: 100%;
}

.shop-offer-view .images .images-preview .slick-prev {
	top: -30px;
	left: 50%;
	margin-left: -10px;
	transform: rotate(90deg);
}

.shop-offer-view .images .images-preview .slick-next {
	top: 100%;
	right: 50%;
	margin-right: -10px;
	margin-top: 10px;
	transform: rotate(90deg);
}

.shop-offer-view .images .images-preview .slick-prev:before,
.shop-offer-view .images .images-preview .slick-next:before {
	color: #C0C0C0;
}

.shop-offer-view .images .images-view {
	width: 300px;
	position: relative;
	flex-grow: 1;
}

.shop-offer-view .images .images-view img {
	height: 400px;
	margin: 0 auto;
}

.shop-offer-view-data {
	padding: 0px 30px;
}

.shop-offer-view-data > div {
	margin-bottom: 20px;
}

.shop-offer-view-data > div > div:first-child {
    color: #565656;
    opacity: 0.5;
}

.shop-offer-view-data > div > div:last-child {
    margin-top: 4px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #565656;
}

.shop-offer-view-price {
	position: relative;
	padding: 30px;
	padding-bottom: 80px;
	background-color: #fff;
	border-radius: 5px;
	min-width: 240px;
}

.shop-offer-view-price > a {
	display: none;
}

.shop-offer-view-price .to-cart {
	margin-top: 34px;
}

.shop-offer-view-price .price-view {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.shop-offer-view-price .price-view > div {
	margin-bottom: 8px;
}

.shop-offer-view-price .favorite-off:after {
	content: "В избранное";
	white-space: nowrap;
	padding-left: 24px;
}

.shop-offer-view-price .favorite-on:after {
	content: "В избранном";
	white-space: nowrap;
	padding-left: 24px;
}

.available {
	position: relative;
	padding-left: 24px;
}

.shop-offer-view-price .available,
.shop-offer-view-price .not-available {
	float: right;
	display: inline-block;
}

.shop-offer-view-price .not-available  {
	height: 28px;
}

.available:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
	margin-top: 1px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-image: url("/template/images/check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 9px;
	background-color: #d9feb9;
}

.shop-offer-view-price .favorite-offer {
	float: left;
	display: inline-block;
}

.shop-offer-view-price .favorite-add {
	width: 18px;
	height: 20px;
	background-image: url("/template/images/favorite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.shop-offer-view-price .favorite-on {
	background-image: url("/template/images/favorite-on.svg");
}

.shop-offer-view-price .favorite-add:hover {
	background-image: url("/template/images/favorite-on.svg");
}

.shop-offer-view-price .in-cart {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.shop-offer-view-price .to-cart > div:last-child > button {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 10px;
    padding: 10px 62px 12px 62px;
    font-size: 18px;
    color: #ffffff;
    background-color: #3c81d2;
    border: 1px solid #3c81d2;
    box-sizing: border-box;
}

.shop-offer-view-price .to-cart > div:first-child {
	display: block;
}

.shop-offer-view-oxo {
	margin-top: 60px;
}

.shop-offer-view-oxo .tabs {
	display: flex;
	padding-left: 20px;
}

.shop-offer-view-oxo .tabs > div {
	padding: 12px 40px 12px 40px;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #294464;
    cursor: pointer;
}

.shop-offer-view-oxo .tabs > div.selected {
    background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.shop-offer-view-oxo .tabs-content {
	background-color: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	border-radius: 16px;
}

.shop-offer-view-oxo .tabs-content > div {
	display: none;
}

.shop-offer-view-oxo .tabs-content > div:first-child {
	display: block;
}

.shop .login,
.shop .register,
.shop .restore {
	background-image: url("/template/images/login.svg");
	background-position: right center;
	background-size: 500px;
	background-repeat: no-repeat;
	margin-bottom: 200px;
	margin-top: 100px;
}

.shop .login > div,
.shop .register > div,
.shop .restore > div {
	max-width: 40%;
}

.shop .login h1,
.shop .register h1,
.shop .restore h1 {
	font-weight: normal;
	font-size: 56px;
	margin-right: 40px;
	white-space: nowrap;
}

.shop .login > div > div:first-child,
.shop .register > div > div:first-child {
	margin-bottom: 20px;
}

.shop .login > div > div:first-child > div,
.shop .register > div > div:first-child > div {
	display: flex;
	align-items: flex-end;
	line-height: 50px;
}

.shop .login > div > div:first-child > div p,
.shop .register > div > div:first-child > div p {
	font-size: 18px;
	white-space: nowrap;
}

.shop .login > div > div:first-child > div a,
.shop .register > div > div:first-child > div a {
	color: #00BBF5;
}

.shop .login > div > div:nth-child(2),
.shop .register > div > div:nth-child(2),
.shop .restore > div > div:nth-child(2) {
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 40px;
}

.shop .login .row-password + div,
.shop .register .row-password + div,
.shop .restore .row-password + div {
	margin-top: 10px;
}

.shop .login .row-password + div a,
.shop .register .row-password + div a,
.shop .restore .row-password + div a {
	color: #8F8F8F;
}

.shop .restore form:before {
	content: "Введите адрес почты, который вы указывали при регистрации. На нее вышлем ссылку для восстановления";
	display: block;
	margin-bottom: 20px;
}

.user {
	width: 100%;
}

.user > div > div {
	display: flex;
}

.user .user-menu {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
	margin-right: 20px;
}

.user .user-menu .logout {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
	cursor: pointer;
}

.user .user-menu .logout:hover {
	color: #00bbf5;
}

.user .user-menu > div {
	position: relative;
	padding: 10px 20px;
	white-space: nowrap;
	border-radius: 20px;
}

.user .user-menu > div.selected {
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
}

.user > div > div > div:last-child {
	flex-grow: 1;
}

.user > div > div > div:last-child .user-home {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.user > div > div > div:last-child .user-home > div {
	width: 50%;
	width: calc(50% - 10px);
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 250px;
}

.user > div > div > div:last-child .user-home > div > a:last-child {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	justify-content: flex-end;
	padding-left: 50px;
}

.user > div > div > div:last-child .user-home > div:nth-child(1),
.user > div > div > div:last-child .user-home > div:nth-child(2) {
	margin-bottom: 10px;
}

.user > div > div > div:last-child .user-home > div:nth-child(3),
.user > div > div > div:last-child .user-home > div:nth-child(4) {
	margin-top: 10px;
}

.user > div > div > div:last-child .user-home > div h3 {
	padding-left: 50px;
	line-height: 40px;
	background-position: left center;
	background-size: 40px;
	background-repeat: no-repeat;
	font-size: 24px;
}

.user > div > div > div:last-child .user-home > div > div {
	margin: 10px 0px 0px 50px;
}

.user > div > div > div:last-child .user-home > div .user-empty {
	color: #8F8F8F;
}

.user > div > div > div:last-child .user-home > div:nth-child(1) h3 {
	background-image: url("/template/images/user-i1.svg");
}

.user > div > div > div:last-child .user-home > div:nth-child(2) h3 {
	background-image: url("/template/images/user-i2.svg");
}

.user > div > div > div:last-child .user-home > div:nth-child(3) h3 {
	background-image: url("/template/images/user-i3.svg");
}

.user > div > div > div:last-child .user-home > div:nth-child(3) h3 {
	background-image: url("/template/images/user-i4.svg");
}

.user > div > div .user-home h3 {
	margin: 0px;
	padding: 0px;
}

.user .form {
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
}

.shop-user-order {
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
}

.shop-user-order-offers {
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
	width: 100%;
	box-sizing: border-box;
}

.shop-user-order-offers td,
.shop-user-order-offers th {
	padding: 5px;
	text-align: center;
}

.shop-user-order-offers > tbody > tr > td:first-child {
	text-align: left;
}

.shop-user-orders {
	display: flex;
	flex-direction: column;
}

.shop-user-orders > div {
	box-shadow: 0px 0px 10px rgba(41, 68, 100, 0.2);
	border-radius: 20px;
	padding: 20px;
	padding-bottom: 70px;
	position: relative;
	margin-bottom: 20px;
}

.shop-user-orders > div > div:first-child {
	font-size: 24px;
	color: #294464;
	padding-right: 100px;
}

.shop-user-orders > div > div:nth-child(2) {
	opacity: 0.8;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 16px;
}

.shop-user-orders > div > div:nth-child(3) {
	position: absolute;
	top: 20px;
	right: 20px;
}

.shop-user-orders > div > a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 6px 16px;
}

.shop-user-order > div {
	margin-bottom: 10px;
}

/* Price View */

.price-view {
	display: flex;
	align-items: flex-end;
	line-height: 20px;
}

.price-view > div {
	padding-right: 10px;
}

.price-view > div:first-child {
	color: #294464;
	font-size: 1.3em;
}

.price-view > div:after {
	content: "₽";
	padding-left: 3px;
	font-family: Arial;
}

.price-view .with-sale {
	opacity: 0.5;
	text-decoration: line-through;
	font-size: 0.9em;
	margin-right: 5px;
}

/* To Cart */

.cart-page .shop.widther,
.login-page .shop.widther,
.register-page .shop.widther,
.restore-page .shop.widther {
	max-width: none;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color: #f7f7f7;
}

.to-cart,
.in-cart {
	margin-bottom: 16px;
}

.to-cart button, .in-cart {
	cursor: pointer;
	background-color: #eee;
	line-height: 24px;
	font-size: 1em;
}

.to-cart > div:first-child {
	position: relative;
	display: none;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	border-radius: 40px;
}

.to-cart > div:first-child button {
	border: none;
	width: 46px;
	height: 100%;
	font-size: 18px;
    color: #294464;
	position: absolute;
	top: 0px;
	background-color: transparent;
}

.to-cart > div:first-child > button:first-child {
	left: 0px;
}

.to-cart > div:first-child > button:last-child {
	right: 0px;
}

.to-cart > div:first-child input {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
    color: #294464;
	padding: 10px 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
	border-radius: 40px;
}

.to-cart > div:last-child button, .in-cart {
	background-color: transparent;
	padding: 3px 27px 5px 27px;
    color: #565656;
    border: 1px solid #C0C0C0;
    border-radius: 40px;
}

.to-cart > div:last-child button:hover {
	background-color: #00bbf5;
	border: 1px solid #00bbf5;
	color: #fff;
    transition: all 0.2s linear;
}

.in-cart {
	display: inline-block;
	opacity: 0.4;
}

.to-cart-items h3 {
    font-size: 24px;
    font-weight: 600;
    color: #294464;
    margin-bottom: 20px;
}

.to-cart-items .price-view {
	display: inline-flex;
}

.to-cart-items .price-view > div:first-child {
	font-size: 1em;
}

.to-cart-items .to-cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0px;
}

.to-cart-items .to-cart-item .name {
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
}

.to-cart-items .to-cart-item .image {
	padding: 20px;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}

.to-cart-items .to-cart-item .image img {
	max-width: 200px;
	max-height: 200px;
    border-radius: 5px;
}

.to-cart-items .to-cart-item .price-count > div {
	font-size: 1.6em;
	white-space: nowrap;
}

.to-cart-items .to-cart-footer {
	margin: 20px 0px;
	padding: 16px 0px 0px 0px;
	border-top: 1px solid #E7E7E7;
}

.to-cart-items .to-cart-footer > div:first-child .price-view {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 20px 0px;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link a {
	display: block;
	cursor: pointer;
	border-radius: 40px;
	padding: 10px 14px;
	font-size: 18px;
	line-height: 26px;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link:nth-child(1) {
	float: right;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link:nth-child(1) a {
	color: #ffffff;
	background-color: #3c81d2;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link:nth-child(2) a {
	padding: 10px 14px;
	color: #565656;
	background-color: #3c81d2;
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
}

.to-cart-items .to-cart-footer > div.to-cart-footer-link a:hover {
	background-color: #00bbf5;
	color: #fff;
    transition: all 0.2s linear;
}

/* Cart */

.cart {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 100px;
}

.cart .cart-content,
.login,
.register,
.restore {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cart .cart-offers {
	display: flex;
	display: grid;
	flex-direction: column;
	padding-right: 320px;
	box-sizing: border-box;
}

.cart .cart-offers > div {
	padding: 30px 0px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
}

.cart .cart-offers > div.archive .name,
.cart .cart-offers > div.archive .price {
	opacity: 0.5;
}

.cart .cart-offers > div.archive img {
	filter: grayscale(1);
}

.cart .cart-offers > div:first-child {
	padding: 0px;
	border-top: none;
}

.cart .cart-offers > div:first-child > div {
	padding: 20px 0px;
}

.cart .cart-offers > div:first-child > div:nth-child(1):before { content: "Фото"; }
.cart .cart-offers > div:first-child > div:nth-child(2):before { content: "Название"; }
.cart .cart-offers > div:first-child > div:nth-child(3):before { content: "Количество"; }
.cart .cart-offers > div:first-child > div:nth-child(4):before { content: "Сумма"; }

.cart .cart-offers > div > div:nth-child(1) { width: 156px; }
.cart .cart-offers > div > div:nth-child(2) { flex-grow: 1; padding: 10px 20px; }
.cart .cart-offers > div > div:nth-child(3) { width: 80px; margin-right: 50px; padding: 10px 0px; }
.cart .cart-offers > div > div:nth-child(4) { width: 150px; padding: 10px 0px; }

.cart .cart-offers > div > .image {
	height: 156px;
	background-color: #fff;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart .cart-offers > div > .image img {
	max-width: 130px;
	max-height: 130px;
}

.cart .cart-offers .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cart .cart-offers .info .param > div {
	display: inline-block;
	vertical-align: top;
}

.cart .cart-offers .info .param > div:first-child {
	font-weight: bold;
	padding-right: 5px;
}

.cart .cart-offers .count {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.cart .cart-offers .count input {
	width: 100%;
	background-color: #fff;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 5px 20px;
	text-align: center;
}

.cart .cart-offers .count button {
	position: absolute;
	background-color: transparent;
	border: none;
	height: 24px;
	width: 24px;
}

.cart .cart-offers .count > button:last-child {
	right: 0px;
}

.cart .cart-offers > div > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.cart .cart-offers > div > div:last-child > div {
	white-space: nowrap;
	position: relative;
}

.cart .cart-offers > .sum {
	position: fixed;
	top: 300px;
	width: 300px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	border-top: none;
	display: flex;
	flex-direction: column;
}

.cart .cart-offers > .sum:before {
	content: "Ваша корзина";
	margin-bottom: 8px;
	font-size: 24px;
}

.cart .cart-offers > .sum > div:first-child {
	color: #8F8F8F;
}

.cart .cart-offers > .sum > div:first-child:before {
	content: "Товаров: ";
}

.cart .cart-offers > .sum > div:nth-child(2),
.cart .cart-offers > .sum > div:nth-child(3),
.cart .cart-offers > .sum > div:nth-child(4) {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 10px 0px;
}

.cart .cart-offers > .sum > div:nth-child(2):before ,
.cart .cart-offers > .sum > div:nth-child(3):before ,
.cart .cart-offers > .sum > div:nth-child(4):before {
	display: block;
	position: absolute;
	left: 0px;
}

.cart .cart-offers > .sum .price-view > div:first-child {
	font-size: 1em;
}

.cart .cart-offers > .sum > div:nth-child(2) {
	margin-top: 20px;
}

.cart .cart-offers > .sum > div:nth-child(2):before {
	content: "Сумма заказа";
}

.cart .cart-offers > .sum > div:nth-child(3):before {
	content: "Скидка";
}

.cart .cart-offers > .sum > div:nth-child(4):before {
	content: "Итого";
}

.cart .cart-offers > .sum button {
	margin-top: 20px;
}

.cart .cart-offers > .sum a {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	margin-top: 30px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 10px 30px;
	white-space: nowrap;
}

.cart .cart-offers .delete-favorite {
	display: flex;
	padding: 10px 0px;
}

.cart .cart-offers .delete {
	width: 16px;
	height: 16px;
	background-image: url("/template/images/delete.svg");
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	margin-right: 20px;
}

.cart .cart-offers .favorite-offer .favorite-add {
	width: 16px;
	height: 16px;
}

.cart .cart-offers > .min-sum {
	color: #f00;
}

.cart .cart-offers > .min-sum > div {
	display: inline-block;
	vertical-align: top;
}

.cart .cart-offers .price-view {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cart .cart-promo,
.cart .cart-delivery,
.cart .cart-pay,
.cart .cart-order {
	background-color: #fff;
	border-radius: 5px;
	padding: 40px;
	margin-top: 20px;
	box-sizing: border-box;
}

.cart .cart-promo h3,
.cart .cart-delivery h3,
.cart .cart-pay h3,
.cart .cart-order h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}

.cart .cart-promo .form {
	display: flex;
	align-items: center;
}

.cart .cart-promo .form > button {
	margin-left: 20px;
	margin-top: 0px;
}

.cart .cart-promo .promo-code {
	display: inline-block;
	vertical-align: text-top;
	font-weight: bold;
}

.cart .cart-promo .delete-promo {
	display: inline-block;
	vertical-align: text-top;
	color: #f00;
	margin-left: 10px;
	cursor: pointer;
}

.cart .cart-promo .promo-error {
	color: #f00;
	margin-top: 10px;
}

.cart .cart-delivery {
	display: flex;
}

.cart .cart-delivery > div:first-child > div {
	cursor: pointer;
	padding: 10px 10px 10px 24px;
	position: relative;
}

.cart .cart-delivery > div:first-child > div:before,
.cart .cart-pay > div > div:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	border: 1px solid #C0C0C0;
	border-radius: 50%;
}

.cart .cart-delivery > div:first-child > div.selected:before,
.cart .cart-pay > div > div.selected:before {
	border: 1px solid #00BBF5;
}

.cart .cart-delivery > div:first-child > div.selected:after,
.cart .cart-pay > div > div.selected:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0, -50%);
	width: 7px;
	height: 7px;
	background-color: #00BBF5;
	border-radius: 50%;
}

.cart .cart-delivery > div:last-child{
	padding-left: 20px;
	padding-top: 24px;
}

.cart .cart-delivery .price-view  {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.cart .delivery-name {
	font-weight: bold;
	margin-bottom: 10px;
}

.cart .cart-delivery .delivery-pickup-one > div {
	padding: 6px 0px;
}

.cart .cart-pay > div > div {
	cursor: pointer;
	padding: 10px 10px 10px 24px;
	position: relative;
}

/* Page */

.page {
	text-align: center;
	margin-top: 30px;
}

.page > a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
}

.page > a:first-child {
	width: auto;
	display: inline-block !important;
	margin-right: 15px;
}

.page > a:last-child {
	width: auto;
	display: inline-block !important;
	margin-left: 15px;
}

.page > a:hover {
	color: #00bbf5;
}

.page > a.hidden {
	display: none;
}

.page > a.selected {
	background-color: #3c81d2;
	color: #fff;
	display: inline-block;
}

/* Home */

.home-1 {
	display: flex;
	align-items: center;
	padding: 40px 0px;
    background-image: linear-gradient(90deg, #3C81D2 -1.53%, #6BDCFF 100%);
    color: #fff;
}

.home-1 > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 80px;
	box-sizing: border-box;
}

.home-1 h1 {
	margin-top: 0px;
	font-size: 4em;
	line-height: 70px;
}

.home-1 p {
	font-size: 1.3em;
}

.home-1 a {
	display: block;
	width: 190px;
	box-sizing: border-box;
	font-size: 1.2em;
	cursor: pointer;
	margin-top: 40px;
	text-align: center;
    padding: 12px 48px;
    color: #565656;
    border-radius: 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.home-1 a:hover {
	background-color: #00bbf5;
	color: #fff;
    transition: all 0.2s linear;
}

.home-2 {
	color: #294464;
	padding: 50px 0px 80px 0px;
}

.home-2 h2 {
	max-width: 643px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 60px;
    margin-top: 0px;
}

.home-2 > div > div {
	display: flex;
	flex-wrap: wrap;
}

.home-2 > div > div > div {
	width: 50%;
	padding: 40px 0px 40px 80px;
	box-sizing: border-box;
	position: relative;
}

.home-2 > div > div > div > div {
	position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #294464;
}

.home-2 > div > div > div > div:before {
	content: "";
    position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    left: -80px;
    width: 48px;
    height: 48px;
}

.home-2 > div > div > div:nth-child(1) > div:before {
    background-image: url("/template/images/home-2-1.svg");
}

.home-2 > div > div > div:nth-child(2) > div:before {
    background-image: url("/template/images/home-2-2.svg");
}

.home-2 > div > div > div:nth-child(3) > div:before {
    background-image: url("/template/images/home-2-3.svg");
}

.home-2 > div > div > div:nth-child(4) > div:before {
    background-image: url("/template/images/home-2-4.svg");
}

.home-2 > div > div > div > p {
	display: block;
	max-width: 400px;
	margin: 0;
    margin-top: 24px;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: #565656;
}

.home-3 {
	padding-top: 73px;
    padding-bottom: 127px;
    background-color: #3c81d2;
    color: #fff;
}

.home-3 > div > div:first-child {
	display: flex;
	justify-content: space-between;
}

.home-3 > div > div:first-child > div {
	width: 50%;
	box-sizing: border-box;
}

.home-3 > div > div:first-child > div:first-child {
	padding-right: 40px;
}

.home-3 > div > div:first-child > div:last-child {
	padding-left: 40px;
}

.home-3 h2 {
	font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.home-3 > div > div:first-child > div:first-child > div img {
	width: 100%;
}

.home-3 > div > div:first-child > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) {
	display: flex;
	border-top: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 18px 0px;
}

.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) > div:first-child {
	padding-left: 27px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    width: 50%;
}

.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) > div:last-child {
	padding-top: 2px;
    padding-left: 52px;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    width: 50%;
}

.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n+1) {
	padding-left: 27px;
}

.home-3 > div > div:first-child > div:last-child > div:last-child {
	padding-left: 27px;
	margin-top: 140px;
}

.home-3 > div > div:first-child > div:last-child > div:last-child > div {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.home-3 > div > div:first-child > div:last-child > div:last-child > p {
	margin-top: 16px;
    max-width: 430px;
    font-size: 18px;
    line-height: 26px;
}

.home-3 > div > div:first-child > div:last-child > div:last-child > p a {
	color: #54b8f0;
}

.home-3 > div div.swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #00bbf5;
	border-radius: 40px;
	margin-top: 60px;
	width: auto;
}

.home-3 > div div.swiper-wrapper > div {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 40px 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: auto;
	cursor: pointer;
}

.home-3 > div div.swiper-wrapper > div:hover {
	background-color: #fff;
	color: #565656;
    transition: all 0.2s linear;
}

.home-3 > div div.swiper-wrapper > div:hover > h3 {
	color: #294464;
}

.home-3 > div div.swiper-wrapper > div:hover > button {
	background-color: #00bbf5;
	color: #fff;
    transition: all 0.2s linear;
}

.home-3 > div div.swiper-wrapper > div:nth-child(1) {
	border-right: 1px solid #00bbf5;
    border-bottom: 1px solid #00bbf5;
    -webkit-border-top-left-radius: 32px;
	-moz-border-radius-topleft: 32px;
	border-top-left-radius: 32px;
}

.home-3 > div div.swiper-wrapper > div:nth-child(2) {
    border-bottom: 1px solid #00bbf5;
	-webkit-border-top-right-radius: 32px;
	-moz-border-radius-topright: 32px;
	border-top-right-radius: 32px;
}

.home-3 > div div.swiper-wrapper > div:nth-child(3) {
	border-right: 1px solid #00bbf5;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomleft: 32px;
	border-bottom-left-radius: 32px;
}

.home-3 > div div.swiper-wrapper > div:nth-child(4) {
	-webkit-border-bottom-right-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	border-bottom-right-radius: 32px;
}

.home-3 > div div.swiper-wrapper > div > h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 10px 0px;
}

.home-3 > div div.swiper-wrapper > div > p {
	font-size: 18px;
    line-height: 26px;
    max-width: 300px;
    flex-grow: 1;
}

.home-3 > div div.swiper-wrapper > div > button {
	font-size: 18px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border-radius: 40px;
    margin-top: 30px;
    padding: 10px 58px 12px 57px;
    border: 1px solid #ffffff;
}

.home-4 > div {
	display: flex;
	padding: 100px 0px 40px 0px;
}

.home-4 > div > div {
	width: 50%;
	box-sizing: border-box;
}

.home-4 > div > div:first-child {
	padding-right: 60px;
	padding-left: 12px;
}

.home-4 > div > div:last-child {
	padding-left: 60px;
}

.home-4 > div > div:first-child .swiper-wrapper {
	display: block;
	height: auto;
}

.home-4 > div > div:first-child .swiper-wrapper > div {
	padding-bottom: 60px;
	padding-left: 60px;
    border-left: 2px dashed #00bbf5;
}

.home-4 > div > div:first-child .swiper-wrapper > div:last-child {
	border-left: none;
}

.home-4 > div > div:first-child .swiper-wrapper > div > div {
	position: relative;
	margin-bottom: 24px;
    font-size: 24px;
    line-height: 18px;
    font-weight: 600;
    color: #294464;
}

.home-4 > div > div:first-child .swiper-wrapper > div > div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-top: 3px;
	left: -73px;
	width: 24px;
	height: 32px;
	background-image: url("/template/images/decore-radio-btn.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-4 > div > div:first-child .swiper-wrapper > div > p,
.home-4 > div > div:last-child > p {
	font-size: 18px;
    line-height: 26px;
    color: #565656;
}

.home-4 > div > div:last-child > div {
	margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #294464;
}

.home-4 > div > div:last-child > p:last-child {
	padding-bottom: 80px;
	background-image: url("/template/images/wave.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

.hit {
	margin-top: 80px;
	margin-bottom: 80px;
}

.hit > div:first-child {
	margin-bottom: 50px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #294464;
}

.hit > a {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    color: #565656;
    padding: 10px 26px 12px 26px;
    border: 1px solid #C0C0C0;
    display: table;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 40px;
	margin-top: 40px;
}

/* Faq */

.home-faq {
	background-color: #f7f7f7;
	padding: 70px 0px 100px 0px;
}

.faq-title {
	font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #294464;
    padding: 32px 0px;
}

.faq .question {
	font-size: 24px;
    line-height: 32px;
    color: #294464;
    border-bottom: 1px solid #E7E7E7;
    padding: 32px 0px;
    position: relative;
    cursor: pointer;
}

.faq .question:before {
    content: "";
    position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    right: 0;
    display: block;
    width: 26px;
    height: 4px;
    background-color: #00bbf5;
	transform: rotate(90deg);
}

.faq .question:after {
    content: "";
    position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    right: 0;
    display: block;
    width: 26px;
    height: 4px;
    background-color: #00bbf5;
	transform: rotate(0deg);
}

.faq .question.open:before {
	transform: rotate(-45deg);
	background-color: #565656;
    transform-origin: 50% 50%;
    transition: 400ms ease;
}

.faq .question.open:after {
	transform: rotate(45deg);
	background-color: #565656;
    transform-origin: 50% 50%;
    transition: 400ms ease;
}

.faq .answer {
	font-size: 18px;
    line-height: 26px;
    color: #565656;
    display: none;
}

.faq ul {
	margin-left: 0px;
	padding-left: 0px;
}

.faq li {
	position: relative;
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding-left: 32px;
}

.faq li:before {
    content: "";
    position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    left: 0px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #00bbf5;
    border-radius: 50%;
}

.shop-items-view-block {
	padding: 0px;
}

.shop-items-view-block .name,
.shop-items-view-block .price,
.shop-items-view-block > div > div:last-child {
	background-color: #f7f7f7;
}

.shop-items-view-block > div > div:last-child {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.shop-items-view-block .name {
	font-size: 1.2em;
}

.shop-items-view-block .price {
	padding-top: 10px;
}

.shop-items-view-block > div {
/* 	margin-left: 0px;
	margin-right: 0px;
	width: calc(33% - 15px); */
	height: auto;
}

.shop-items-view-block .image {
	flex-basis: 300px;
}

.shop-items-view-block > div img {
    max-height: 250px;
}

.shop-items-view-block .data {
	position: absolute;
	justify-content: space-around;
	flex-direction: column;
	display: flex;
	visibility: hidden;
    background-color: #3c81d2;
    color: #fff;
	width: 100%;
	height: 0px;
	z-index: 2;
}

.shop-items-view-block .data > div > div:first-child {
	margin-bottom: 5px;
    line-height: 20px;
    opacity: 0.5;
}

.shop-items-view-block .data > div > div:last-child {
	font-size: 18px;
    line-height: 26px;
}

.shop-items-view-block > div:hover .data {
	visibility: visible;
	height: 300px;
    transition: 400ms ease;
}

.shop-items-view-block-history,
.shop-items-view-block-pt {
	position: relative;
	margin-top: 100px;
}

.shop-items-view-block-pt:before,
.shop-items-view-block-history:before {
	display: block;
	position: absolute;
	left: 0px;
	top: -60px;
	margin-bottom: 50px;
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #294464;
}

.shop-items-view-block-history:before {	
	content: "Вы недавно смотрели";
}

.shop-items-view-block-pt:before {
	content: "Похожие товары";
}

/* Forms */

.form input[type=text],
.form input[type=password],
.form textarea {
	width: 100%;
	padding: 10px 24px;
	color: #8F8F8F;
	border-radius: 40px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
}

.form > div {
	position: relative;
}

.form label {
	display: block;
	margin: 10px 0px;
	color: #8F8F8F;
}

.form label a {
	color: #00bbf5;
}

.form label.no-block {
	padding-left: 32px;
}

.form label.no-block + input {
	position: absolute;
	left: 0px;
	top: 0px;
}

.form button,
.form-button {
	background: #3C81D2;
	border-radius: 40px;
	color: #fff;
	padding: 10px 40px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}

.form button:hover,
.form-button:hover {
	background-color: #00bbf5;
    transition: all 0.2s linear;
    color: #fff;
}

.form-bottom {
	background-image: url("/template/images/bg-water.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 0px 120px 0px;
}

.form-bottom .form-bottom-title {
	font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    max-width: 700px;
}

.form-bottom .form-bottom-items {
	margin: 60px 0px 30px 0px;
	display: flex;
	justify-content: space-between;
}

.form-bottom .form-bottom-items > div:nth-child(1),
.form-bottom .form-bottom-items > div:nth-child(2) {
	flex-grow: 1;
	padding-right: 20px;
}

.form-bottom .form-bottom-items input {
	width: 100%;
	padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 40px;
}

.form-bottom .form-bottom-items input.error,
.form-s input.error {
	border: 1px solid #f00;
}

.form-bottom .form-bottom-items input::placeholder {
  color: #fff;
}

.form-bottom .form-bottom-items button {
	padding: 10px 44px;
    border: none;
    background-color: #ffffff;
    color: #565656;
    cursor: pointer;
    border-radius: 40px;
    font-size: 18px;
    line-height: 26px;
}

.form-bottom a {
	color: #fff;
	text-decoration: underline;
}
	
.form-bottom .form-send {
	min-height: 320px;
}

.form-bottom .form-send > div:first-child {
	color: #fff;
}

.form-bottom  .form-button {
	display: none;
}

.form-oz {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 129, 210, 0.3);
    backdrop-filter: blur(4px);
    z-index: 4;
}

.form-oz > div {
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	padding: 30px;
	text-align: center;
	max-width: 430px;
	box-sizing: border-box;
	z-index: 5;
}

.form-oz .close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.form-oz .form-oz-title {
	font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #294464;
    margin: 10px 0px;
}

.form-oz .form-oz-title + div {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.form-oz .form-oz-items > div {
	margin: 30px 0px;
}

.form-oz .form-oz-items > div:last-child {
	margin-bottom: 15px;
}

.form-oz .form-oz-items input {
	width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #8F8F8F;
    border-radius: 40px;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
}

.form-oz .form-oz-items input.error {
	border: 1px solid #f00;
}

.form-oz .form-oz-items button {
	margin: 0 auto;
	background-color: #3c81d2;
	color: #ffffff;
	border: none;
	font-size: 18px;
    line-height: 26px;
    border-radius: 40px;
    padding: 10px 44px;
}

.form-oz .form-oz-footer {
	font-size: 12px;
	opacity: 0.8;
	max-width: 280px;
	margin: 0 auto;
}

.form-oz .form-oz-footer a {
	text-decoration: underline;
}

.form-oz .form-send {
	min-height: 0px;
	min-width: 0px;
	width: 100%;
	align-items: center;
	background-image: none;
}

.form-oz .form-send > div:first-child {
	font-size: 24px;
}

.form-home {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 129, 210, 0.3);
    backdrop-filter: blur(4px);
    z-index: 2;
}

.form-home > div {
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	padding: 30px 40px 50px 40px;
	max-width: 800px;
	box-sizing: border-box;
}

.form-home .close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.form-home .form-home-title {
	font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #294464;
    margin: 10px 0px;
}

.form-home .form-home-title + div {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    max-width: 420px;
}

.form-home .form-home-items {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.form-home .form-home-items > div {
	width: 50%;
	margin: 15px 0px;
	padding-right: 20px;
	box-sizing: border-box;
}

.form-home .form-home-items > div:nth-child(2n) {
	padding-right: 0px;
	padding-left: 20px;
}

.form-home .form-home-items > div:last-child {
	margin-bottom: 15px;
}

.form-home .form-home-items input,
.form-home .form-home-items select {
	width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #8F8F8F;
    border-radius: 40px;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
}

.form-home .form-home-items input.error,
.form-home .form-home-items select.error {
	border: 1px solid #f00;
}

.form-home .form-home-footer button {
	margin: 0 auto;
	background-color: #3c81d2;
	color: #ffffff;
	border: none;
	font-size: 18px;
    line-height: 26px;
    border-radius: 40px;
    padding: 10px 44px;
}

.form-home .form-home-footer {
	display: flex;
}

.form-home .form-home-footer label {
	padding-left: 50px;
	position: relative;
	max-width: 400px;
	text-align: left;
}

.form-home .form-home-footer label a {
	color: #00bbf5;
}

.form-home .form-home-footer label input {
	position: absolute;
	left: 20px;
}

.form-send {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 800px;
	min-height: 500px;
	background-image: url("/template/images/form-send.svg");
	background-position: right 60px bottom 0px;
	background-size: 300px;
	background-repeat: no-repeat;
}

.form-send > div:first-child {
	padding-top: 20px;
	font-weight: 600;
	font-size: 40px;
	color: #294464;
	max-width: 500px;
}

.form-send > div:nth-child(2) {
	padding-top: 40px;
	max-width: 400px;
	font-size: 18px;
	flex-grow: 1;
}

.form-send .form-button {

}

.o-kompanii-header h1 {
	margin-top: 86px;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    color: #294464;
}

.o-kompanii-header ul {
	display: flex;
	list-style: none;
	padding: 10px 0px;
	margin: 40px 0px;
    border-bottom: 1px solid #E7E7E7;
}

.o-kompanii-header ul li {
	padding: 10px 35px;
    font-size: 18px;
    line-height: 26px;
    opacity: 0.6;
    box-sizing: border-box;
    cursor: pointer;
}

.o-kompanii-header ul li.selected {
    border-bottom: 2px solid #00bbf5;
}

.o-kompanii > div:first-child {
	box-sizing: border-box;
	padding-right: 500px;
	background-image: url("/userfiles/company-info-img.svg");
	background-position: right center;
	background-size: 500px;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.o-kompanii > div:first-child > h3 {
	margin-top: 55px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #294464;
}

.o-kompanii > div:first-child > p {
    margin-top: 28px;
    font-size: 18px;
}

.o-kompanii > div:first-child dl {
	display: flex;
	flex-wrap: wrap;
}

.o-kompanii > div:first-child dl > dt,
.o-kompanii > div:first-child dl > dd {
	padding: 0px;
	margin: 0px;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}

.o-kompanii > div:first-child dl > dt {
    font-size: 40px;
    font-weight: 600;
    color: #3c81d2;
    margin-top: 40px;
}

.o-kompanii > div:first-child dl > dd {
	font-size: 18px;
	padding-right: 40px;
}

.o-kompanii > div:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f7f7f7;
}

.o-kompanii > div:nth-child(2) > div > h3 {
    font-size: 40px;
    color: #294464;
}

.o-kompanii > div:nth-child(2) > div > p {
    font-size: 18px;
    max-width: 650px;
}

.o-kompanii > div:nth-child(2) > div > ul {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin: 70px 0px;
	list-style: none;
}

.o-kompanii > div:nth-child(2) > div > ul > li {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 33px 40px 360px 40px;
    background-color: #3c81d2;
    border-radius: 40px;
    color: #fff;
}

.o-kompanii > div:nth-child(2) > div > ul > li > h3 {
	font-size: 24px;
	font-weight: 600;
}

.o-kompanii > div:nth-child(2) > div > ul > li > p {
	font-size: 18px;
}

.o-kompanii > div:nth-child(2) > div > ul > li:first-child {
	margin-right: 15px;
}

.o-kompanii > div:nth-child(2) > div > ul > li:last-child {
	margin-left: 15px;
	background-image: url("/userfiles/water-filter.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.o-kompanii > div:nth-child(2) img.halo {
	position: absolute;
    bottom: 50px;
    right: 54px;
    animation: rotation 9000ms linear infinite;
}

.o-kompanii > div:nth-child(2) img.halo-heart {
	position: absolute;
    bottom: 132px;
    right: 130px;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg) translateZ(0);
	}
	100% {
		transform: rotate(-360deg) translateZ(0);
	}
}

.o-kompanii > div:nth-child(3) {
	padding: 20px 0px 80px 0px;
	background-color: #3c81d2;
	color: #fff;
}

.o-kompanii > div:nth-child(3) > div > h3 {
	font-size: 40px;
    font-weight: 600;
}

.o-kompanii > div:nth-child(3) > div > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-image: url("/userfiles/advantages-img.png");
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 490px;
}

.o-kompanii > div:nth-child(3) > div > div > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.o-kompanii > div:nth-child(3) > div > div > ul > li {
	width: 50%;
    font-size: 18px;
    font-weight: 600;
    padding: 60px 40px 4px 0px;
    margin: 20px 0px;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px;
    
}

.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(1) { background-image: url("/userfiles/np1.svg"); }
.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(2) { background-image: url("/userfiles/np2.svg"); }
.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(3) { background-image: url("/userfiles/np3.svg"); }
.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(4) { background-image: url("/userfiles/np4.svg"); }
.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(5) { background-image: url("/userfiles/np5.svg"); }
.o-kompanii > div:nth-child(3) > div > div > ul > li:nth-child(6) { background-image: url("/userfiles/np6.svg"); }

.o-kompanii > div:nth-child(4) {
	padding: 20px 0px;
}

.o-kompanii > div:nth-child(4) > div > h3 {
    font-size: 40px;
    font-weight: 600;
    color: #294464;
    margin-bottom: 60px;
}

.o-kompanii > div:nth-child(4) .swiper-slide {
	width: 33.3%;
	box-sizing: border-box;
	padding: 20px 20px 20px 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.o-kompanii > div:nth-child(4) .swiper-slide > blockquote {
	display: block;
    font-size: 18px;
    box-shadow: 0px 0px 15px rgb(41 68 100 / 20%);
    border-radius: 5px;
    padding-top: 70px;
	background-image: url("/userfiles/quotes.svg");
	background-position: left 20px top 20px;
	background-repeat: no-repeat;
	margin: 0px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-height: 350px;
}

.o-kompanii > div:nth-child(4) .swiper-slide > blockquote > p:first-child {
	padding: 20px;
	flex-grow: 1;
}

.o-kompanii > div:nth-child(4) .swiper-slide > blockquote cite {
    font-style: normal;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 20px 20px 3px 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.o-kompanii > div:nth-child(4) .swiper-slide > blockquote > p:last-child {
	padding: 0px 0px 20px 20px;
	margin: 0px;
    background-color: #f7f7f7;
    box-sizing: border-box;
	opacity: 0.6;
    font-size: 14px;
}

.politika-title > h2 {
	font-size: 40px;
	color: #294464;
	margin-bottom: 60px;
}
	
.politika {
	padding: 40px 0px;
	background-color: #f7f7f7;
	font-size: 18px;
}

.politika ol {
	padding-left: 0px;
	margin-left: 0px;
}

.politika ol li {
	margin: 20px 0px;
}

.o-kompanii-faq > div:last-child > div {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.o-kompanii-faq .question {
	border-bottom: none;
}

.cont-title > h1 {
    font-size: 56px;
    font-weight: 600;
    color: #294464;
}

.cont {
	display: flex;
    border: 1px solid #C0C0C0;
    border-radius: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cont-title + .cont {
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-sizing: border-box;
}

.cont img {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.cont > div:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.cont dt {
    font-size: 14px;
    line-height: 20px;
	opacity: 0.6;
}

.cont dd {
    font-size: 24px;
    line-height: 32px;
    color: #294464;
    margin: 0px;
}

.cont + .cont-form {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 60px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.cont-form {
	display: flex;
	background-image: url("/userfiles/writing-form-img.svg");
	background-position: right 10% center;
	background-size: 40%;
	background-repeat: no-repeat;
}

.cont-form > div {
	width: 50%;
}

.cont-form h3 {
    font-size: 40px;
    color: #294464;
    margin-bottom: 30px;
}

.cont-form h3 + p {
	font-size: 18px;
}

.cont-form .form {
	display: flex;
	flex-direction: column;
}

.cont-form .form > div {
	margin-top: 30px;
}

.cont-form .form input {
	max-width: 300px;
}

.cont-form .form button {
	margin-top: 20px;
}

.cont-form label {
	position: relative;
	padding-left: 36px;
	display: block;
	max-width: 400px;
}

.cont-form label a {
	color: #00bbf5;
}

.cont-form label input {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 18px;
	height: 18px;
}

.sert-title > h2 {
	font-size: 40px;
    font-weight: 600;
    color: #294464;
}

.sert-title > p {
	font-size: 18px;
	max-width: 800px;
}

.sert {
	padding: 60px 0px;
	margin: 60px 0px;
    background-color: #f7f7f7;
}

.sert .swiper-slide {
	width: 25%;
}

.yslygi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0px;
}

.yslygi > div {
	width: 50%;
}

.yslygi img {
	width: 100%;
	max-width: 450px;
}

.yslygi h1 {
    font-size: 56px;
    line-height: 64px;
    color: #294464;
}

.yslygi h1 + p {
	font-size: 18px;
}

.yslygi-a1,
.yslygi-a2 {
	display: inline-flex;
    margin-top: 38px;
    padding: 10px 44px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 40px;
    border: 1px solid #C0C0C0;
}

.yslygi-a2 {
	background-color: #3c81d2;
	color: #fff;
	margin-right: 30px;
}

.yslygi-a1:hover,
.yslygi-a2:hover  {
	color: #ffffff;
	background-color: #00bbf5;
	border: 1px solid #00bbf5;
}

.yslygi-items {
	background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 100%);
}

.yslygi-items > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0px;
    border-bottom: 1px solid #E7E7E7;
}

.yslygi-items > div > div:last-child {
	border-bottom: none;
}

.yslygi-items > div > div:nth-child(2n) {
	flex-direction: row-reverse;
}

.yslygi-items > div > div > div {
	width: 50%;
}

.yslygi-items > div > div:nth-child(2n+1) > div:last-child {
	text-align: right;
}

.yslygi-items > div > div > div img {
	width: 100%;
	max-width: 490px;
	border-radius: 40px;
}

.yslygi-items > div > div > div > h3 {
	font-size: 40px;
    font-weight: 600;
    color: #294464;
}

.yslygi-items > div > div > div > h3 + p {
	font-size: 18px;
	padding-right: 40px;
	max-width: 460px;
	box-sizing: border-box;
}

.ysl-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0px;
}

.ysl-header > div {
	width: 50%;
}

.ysl-header > div:last-child {
	text-align: center;
}

.ysl-header > div:last-child img {
	width: 100%;
	max-width: 400px;	
}

.ysl-header h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    color: #294464;
}

.ysl-header h1 + p,
.ysl-header p + p {
	font-size: 18px;
	max-width: 450px;
}

.ysl-vh h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #294464;
}

.ysl-vh ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ysl-vh ul li {
	width: calc(50% - 15px);
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
    border-radius: 20px;
    background: rgba(247, 247, 247, 0.3);
    padding: 20px;
    margin-bottom: 30px;
    backdrop-filter: blur(30px);
    font-size: 18px;
    padding-right: 250px;
    background-size: 128px;
    background-position: right 32px center;
    background-repeat: no-repeat;
}

.ysl-vh ul > li:nth-child(1) { background-image: url("/userfiles/ysl-1.svg"); }
.ysl-vh ul > li:nth-child(2) { background-image: url("/userfiles/ysl-2.svg"); }
.ysl-vh ul > li:nth-child(3) { background-image: url("/userfiles/ysl-3.svg"); }
.ysl-vh ul > li:nth-child(4) { background-image: url("/userfiles/ysl-4.svg"); }

.ysl-price {
	margin-top: -100px;
	padding-top: 140px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #3C81D2 -1.53%, #6BDCFF 100%);
    color: #fff;
}

.ysl-price > div > h3 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 60px;
}

.ysl-price .swiper-slide {
	width: calc(33% - 20px);
	height: 600px;
	padding: 40px;
    border: 1px solid #E7E7E7;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.ysl-price .swiper-slide h3 {
	padding-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ysl-price .swiper-slide h3 + p {
	flex-grow: 1;
	margin-top: 0px;
}

.ysl-price .swiper-slide .price,
.ysl-price .swiper-slide .free {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    margin: 10px 0px;
}

.ysl-price .swiper-slide .yslygi-a2 {
	background-color: #fff;
	text-align: center;
	display: block;
	margin-right: 0px;
    color: #565656;
}

.favorites {
	width: 100%;
}

.no-favorite > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.no-favorite > div > div {
	width: 50%;
}

.no-favorite > div > div:first-child {
	padding-right: 40px;
}

.no-favorite h1 {
	font-size: 40px;
	color: #294464;
}

.no-favorite h1 + p {
	font-size: 18px;
	max-width: 500px;
}

.no-favorite img {
	width: 100%;
	max-width: 500px;
}

.podberem {
	border-radius: 40px;
    background-color: #f7f7f7;
    font-size: 18px;
    margin-top: 80px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.podberem > div:first-child {
	width: 60%;
	box-sizing: border-box;
	padding: 100px 60px;
}

.podberem > div:last-child {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.podberem > div:last-child img {
	width: 100%;
}

.podberem > div > div:first-child {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #294464;
}

.podberem > div > div:nth-child(2) {
	margin: 40px 0px 60px 0px;
}

.dostavka-i-oplata .delivery-page {
	background-color: #f7f7f7;
}

.delivery-page {
	padding: 60px 0px;
}

.delivery-page h2 {
    font-size: 56px;
    color: #294464;
    margin: 0px;
}

.delivery-page ul {
	padding: 0px;
	margin: 60px 0px;
}

.delivery-page ul li {
	display: flex;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0px;
}

.delivery-page ul > li:last-child {
	border-bottom: none;
}

.delivery-page ul li > div {
	width: 50%;
	box-sizing: border-box;
}

.delivery-page ul li > div h3 {
	font-size: 24px;
}

.delivery-page ul li > div:last-child {
	padding-left: 80px;
	font-size: 18px;
}

.custom-13,
.custom-breadcrumb {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}

.custom-breadcrumb {
	padding: 30px 20px 20px 20px;
}

.custom-breadcrumb:empty {
	display: none;
}

.custom-13 .custom-items {
	display: flex;
	flex-wrap: wrap;
}

.custom-13 h1 {
    font-size: 56px;
    color: #294464;
}

.custom-13 > h1 {
    margin-left: 20px;
 }

.custom-13 .custom-items > div {
	width: calc(33.3% - 40px);
	margin: 20px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
}

.custom-13 .custom-items > div img {
	width: 100%;
}

.custom-13 .custom-items .view-19 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	padding: 20px;
}

.custom-13 .custom-items .view-20 {
	box-sizing: border-box;
	padding: 30px 20px;
}

.custom-13 .custom-item {
	padding: 0px 20px;
}

.custom-13 .custom-item h1 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.custom-13 .custom-item .view-21 {
	margin: 20px 0px;
}

.custom .custom-item .pn {
	border-top: 1px solid #E7E7E7;
	padding-top: 30px;
	margin-top: 40px;
}

.custom .custom-item .pn > a {
	margin: 0px 40px 40px 0px;
	display: inline-block;
}

.custom .custom-item .pn > a:last-child {
	margin-right: 0px;
}

.custom .custom-item .pn > div > a {
	margin-top: 38px;
	padding: 10px 44px;
	border-radius: 40px;
	border: 1px solid #C0C0C0;
}

.p404 {
	padding: 60px 40px 400px 40px;
	text-align: center;
}

.p404 .links {
	margin-top: 50px;
}

.p404 .links > a {
	color: #00BBF5;
	margin: 20px;
}

.p404 {
	background-image: url("/template/images/p404bg.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 600px) {

	.p404 {
		padding-bottom: 200px;
	}
	
	.header {
		margin-bottom: 67px;
	}
	
	.header .menu-button {
		display: block;
		width: 92px;
		height: 32px;
		position: relative;
	}
	
	.header .menu-button:before {
	    content: "";
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    width: 24px;
	    height: 2px;
	    background-color: #000;
	}
	
	.header .menu-button:after {
	    content: "";
		position: absolute;
		top: 24px;
		left: 10px;
		width: 24px;
		height: 2px;
		background-color: #000;
		box-shadow: 0 -7px 0 0 #000;
	}
	
	.header .logo img {
		width: 92px;
	}
	
	.header .logo {
		flex-grow: 1;
		text-align: center;
		margin: 0px;
		margin-bottom: 10px;
	}
	
	.header > div > div:first-child,
	.header > div > div:last-child > div > div:nth-child(3) {
		display: none;
	}
	
	.header > div > div:last-child .widther > div.search {
		position: absolute;
		top: 95px;
		left: 0px;
		right: 0px;
		margin-right: 0px;
		border-bottom: 1px solid #E7E7E7;
		padding-bottom: 16px;

	}
	
	.header > div > div:last-child .widther > div.search .search-form {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	
	.home-page .header > div > div:last-child .widther > div.search {
		border-bottom: none;
	}
	
	.home-page .header .search-form .form input {
		border: 1px solid #fff;
		color: #fff;
	}
	
	.home-page .header .search-form .form input::placeholder {
	  color: #fff;
	}
	
	.home-page .header .search-form .form button {
		background-image: url("/template/images/search-w.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px;
	}
	
	.home-page .header .search-form .form button lord-icon {
		visibility: hidden;
	}
	
	.header > div > div:last-child .favorite,
	.header > div > div:last-child .small-cart {
		font-size: 0px;
	}
	
	.header > div > div:last-child .small-cart {
		margin: 0px  0px 0px 10px;
	}
	
	.home-page .header {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 1;
	}
	
	.home-page .home-1 {
		padding-top: 100px;
	}
	
	.home-page .header .menu-button:before {
    	background-color: #fff;
    }
	
	.home-page .header .menu-button:after {
    	background-color: #fff;
		box-shadow: 0 -7px 0 0 #fff;
    }
    
    .home-page .header .logo {
	    position: relative;
    }
    
    .home-page .header .logo img {
	     opacity: 0;
    }
    
    .home-page .header .logo:after {
	    content: "";
	    display: block;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background-image: url("/template/images/logo-w.svg");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: contain;
    }
    
    .home-page .header .favorite .lrd {
	    opacity: 0;
    }
    
    .home-page .header .favorite {
	    background-image: url("/template/images/h-fv.svg");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 20px;
    }
    
    .home-page .header .small-cart .lrd {
	    opacity: 0;
    }
    
    .home-page .header .small-cart {
	    background-image: url("/template/images/h-cr.svg");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 20px;
    }
	
	.widther {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	.home-1 > div {
		position: relative;
	}
	
	.home-1 h1 {
		font-size: 32px;
		text-align: center;
		line-height: normal;
		margin-top: 80px;
	}
	
	.home-1 > div {
		flex-direction: column;
		padding-right: 0px;
	}
	
	.home-1 p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	.home-1 > div > div:last-child {
		padding-bottom: 80px;
	}
	
	.home-1 img {
		width: 140px;
	}
	
	.home-1 a {
		font-size: 14px;
		line-height: 22px;
		padding-top: 6px;
		padding-bottom: 8px;
		width: 80%;
		box-sizing: border-box;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.home-2 h2 {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 20px;
	}
	
	.home-2 > div > div {
		flex-direction: column;
	}
	
	.home-2 > div > div > div {
		width: auto;
		padding: 20px 0px 20px 60px;
	}
	
	.home-2 > div > div > div > div {
		font-size: 14px;
		line-height: normal;
	}
	
	.home-2 > div > div > div > div:before {
		width: 40px;
		height: 40px;
		background-size: 40px;
		left: -60px;
	}
	
	.home-2 > div > div > div > p {
		margin-top: 12px;
		font-size: 14px;
		line-height: normal;
	}
	
	.home-2 {
		padding-bottom: 20px;
	}
	
	.home-3 {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	
	.home-3 > .widther {
		padding-right: 0px;
	}
	
	.home-3 > div > div:first-child {
		flex-direction: column;
		padding-right: 20px;
	}
	
	.home-3 > div > div:first-child > div {
		width: auto;
	}
	
	.home-3 > div > div:first-child h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.home-3 > div > div:first-child > div:first-child > div:last-child {
	    display: none;
	}
	
	.home-3 > div > div:first-child > div:last-child {
		padding-left: 0px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n+1) {
		padding-left: 0px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) {
		flex-direction: column;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) > div:first-child {
		width: auto;
		font-size: 20px;
		padding-left: 0px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:first-child > div:nth-child(2n) > div:last-child {
		padding-left: 0px;
		font-size: 14px;
		width: auto;
		max-width: 170px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:last-child {
		margin-top: 20px;
		padding-left: 0px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:last-child > div {
		font-size: 24px;
		line-height: 32px;
	}
	
	.home-3 > div > div:first-child > div:last-child > div:last-child > p {
		font-size: 14px;
		line-height: 22px;
		padding-right: 30px;
	}
	
	.home-3 > div div.swiper-wrapper > div > button {
		font-size: 14px;
		line-height: 22px;
		margin-top: auto;
		padding: 8px 40px 10px 40px;
	}
	
	.home-3 > div div.swiper-wrapper {
		width: 100%;
		margin-top:10px;
	}
	
	.home-3 > div div.swiper-wrapper{
		border: none;
		flex-wrap: nowrap;
	}
	
	.home-3 > div div.swiper-wrapper > div {
		border: 1px solid #00bbf5;
		border-radius: 40px;
		padding: 30px 20px;
		width: 70%;
		height: 340px;
		border-radius: 20px;
	}
	
	.home-3 > div div.swiper-wrapper > div:nth-child(1) {
	    -webkit-border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		border-top-left-radius: 20px;
	}
	
	.home-3 > div div.swiper-wrapper > div:nth-child(2) {
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		border-top-right-radius: 20px;
	}
	
	.home-3 > div div.swiper-wrapper > div:nth-child(3) {
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-left-radius: 20px;
	}
	
	.home-3 > div div.swiper-wrapper > div:nth-child(4) {
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
	}
	
	.home-3 > div div.swiper-wrapper > div > h3 {
		font-size: 14px;
	}
	
	.home-3 > div div.swiper-wrapper > div > p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 0px;
	}
	
	.home-3 > div div.swiper-wrapper .swiper-slide-active {
		background-color: #fff;
		color: #565656;
		transition: background-color 400ms linear;
	}
	
	.home-3 > div div.swiper-wrapper .swiper-slide-active button {
		background-color: #00bbf5;
	}
	
	.swiper-home {
		width: 100%;
		background-color: #f8f8f8;
	}
	
	.swiper-home .swiper-slide {
		background: #fff;
	}
	
	.home-4 > div {
		padding: 30px 0px 30px 0px;
		flex-direction: column-reverse;
	}
	
	.home-4 > div > div {
		width: auto;
	}
	
	.home-4 > div > div:last-child {
		padding: 20px;
	}
	
	.home-4 > div > div:last-child > div {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	
	.home-4 > div > div:first-child > div > p,
	.home-4 > div > div:last-child > p {
		font-size: 14px;
	}
	
	.home-4 > div > div:last-child > p:last-child {
		background-image: none;
		padding-bottom: 0px;
	}
	
	.home-4 > div > div.swiper {
		width: 100%;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper {
		padding: 40px 0px;
		display: flex;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div {
		padding: 15px;
		border: 1px solid #00bbf5;
		border-radius: 20px;
		width: 70%;
		height: 160px;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div:last-child {
		border-left: 1px solid #00bbf5;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div > div {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div > p, .home-4 > div > div:last-child > p {
		font-size: 14px;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div > div:before {
		top: -50px;
		left: 0px;
		width: 16px;
		height: 16px;
		background-size: 16px;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div:after {
		content: "";
		display: block;
		position: absolute;
		top: -32px;
		left: 38px;
		width: 100%;
		border-top: 2px dashed #00bbf5;
	}
	
	.home-4 > div > div:first-child .swiper-wrapper > div:last-child:after {
		display: none;
	}
	
	.home-faq {
		padding: 20px 0px 40px 0px;
	}
	
	.faq-title {
		font-size: 24px;
		padding: 0px;
	}
	
	.faq .question {
		padding: 16px 0px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 600;
		padding-right: 40px;
	}
	
	.faq .question:after,
	.faq .question:before {
		width: 16px;
	}
	
	.faq .answer {
		font-size: 14px;
	}
	
	.hit {
		margin-top: 50px;
	}
	
	.hit > div:first-child {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	
	.hit > a {
		font-size: 14px;
		width: 80%;
		text-align: center;
	}
	
	.o-kompanii-header h1 {
		margin-top: 39px;
		font-size: 24px;
		margin-top: 20px;
	}
	
	.o-kompanii-header ul {
		margin: 20px 0px;
		white-space: nowrap;
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 20px;
	}
	
	.o-kompanii-header ul li {
		padding: 10px 16px 4px 16px;
		font-size: 14px;
	}
	
	.o-kompanii > div:first-child {
		padding-right: 0px;
		background-image: none;
		padding-bottom: 40px;
	}
	
	.o-kompanii > div:first-child > h3 {
		margin-top: 22px;
		font-size: 24px;
	}
	
	.o-kompanii > div:first-child > p {
		font-size: 14px;
		margin-top: 0px;
	}
	
	.o-kompanii > div:first-child dl > dt {
		font-size: 24px;
	}
	
	.o-kompanii > div:first-child dl > dd {
		font-size: 14px;
		padding-right: 20px;
	}
	
	.o-kompanii > div:first-child dl:before {
		content: "";
		display: block;
		height: 400px;
		width: 100%;
		background-image: url(/userfiles/company-info-img.svg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.o-kompanii > div:nth-child(2) > div > h3 {
		font-size: 24px;
	}
	
	.o-kompanii > div:nth-child(2) > div > p {
		font-size: 14px;
	}
	
	.o-kompanii > div:nth-child(2) > div > ul {
		flex-direction: column;
		margin: 30px 0px;
	}
	
	.o-kompanii > div:nth-child(2) > div > ul > li {
		margin: 0px;
		width: auto;
		padding: 20px 30px 300px 30px;
		position: relative;
	}
	
	.o-kompanii > div:nth-child(2) > div > ul > li:first-child {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.o-kompanii > div:nth-child(2) > div > ul > li:last-child {
		margin-left: 0px;
	}
	
	.o-kompanii > div:nth-child(2) > div > ul > li > p {
		font-size: 14px;
	}
	
	.o-kompanii > div:nth-child(2) img.halo {
		width: 149px;
		height: 155px;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.o-kompanii > div:nth-child(2) img.halo-heart {
		right: auto;
		left: 50%;
		transform: translate(-50%);
	}
	
	.o-kompanii > div:nth-child(2) > div > ul > li:last-child {
		background-size: contain;
		padding-bottom: 350px;
	}
	
	.o-kompanii > div:nth-child(3) {
		padding-bottom: 20px;
	}
	
	.o-kompanii > div:nth-child(3) > div > h3 {
		font-size: 24px;
	}
	
	.o-kompanii > div:nth-child(3) > div > div {
		background-image: none;
	}
	
	.o-kompanii > div:nth-child(3) > div > div > ul {
		width: 100%;
	}
	
	.o-kompanii > div:nth-child(3) > div > div > ul > li {
		padding-right: 30px;
		font-size: 14px;
	}
	
	.o-kompanii > div:nth-child(4) > div > h3 {
		font-size: 24px;
		margin: 20px 0px;
	}
	
	.o-kompanii > div:nth-child(4) .swiper-slide {
		width: 80%;
		padding-right: 0px;
	}
	
	.o-kompanii > div:nth-child(4) .swiper-slide > blockquote {
		font-size: 14px;
	}
	
	.cont.widther {
		padding: 0px;
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
		flex-direction: column-reverse;
		text-align: left;
		border-radius: 20px;
	}
	
	.cont > div:last-child {
		align-items: flex-start;
	}
	
	.cont > div:last-child {
		padding: 30px 0px;
	}
	
	.cont img {
		width: 100%;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	
	.cont dd {
		font-size: 14px;
		font-weight: 600;
	}
	
	.cont + .cont-form {
		padding: 20px;
		border: none;
	}
	
	.cont-form {
		flex-direction: column;
		background-image: none;
	}
	
	.cont-form > div {
		width: auto;
	}
	
	.cont-form h3 {
		font-size: 24px;
	}
	
	.cont-form h3 + p {
		font-size: 14px;
	}
	
	.cont-form .form {
		position: relative;
		padding-bottom: 70px;
	}
	
	.cont-form .form > div {
		margin-top: 20px;
	}
	
	.cont-form .form input {
		max-width: none;
	}
	
	.cont-form .form button {
		margin-top: 0px;
	}
	
	.cont-form .form label {
		font-size: 10px;
	}
	
	.politika-title > h2 {
		font-size: 24px;
		margin: 40px 0px;
	}
		
	.politika {
		font-size: 14px;
	}
	
	.sert-title > h2 {
		font-size: 24px;
	}
	
	.sert-title > p {
		font-size: 14px;
	}
	
	.sert {
		margin: 40px 0px;
	}
	
	.sert .swiper-slide {
		width: 80%;
	}
	
	.yslygi {
		margin: 20px 0px;
		padding-bottom: 70px;
		flex-direction: column;
		position: relative;
	}
	
	.yslygi h1 + p {
		font-size: 14px;
	}
	
	.yslygi .yslygi-a1 {
		position: absolute;
		bottom: 0px;
		width: 100%;
		display: block;
		left: 0px;
	}
	
	.yslygi > div {
		width: auto;
		margin-bottom: 40px;
	}
	
	.yslygi h1 {
		font-size: 24px;
		line-height: normal;
	}
	
	.yslygi-a1, 
	.yslygi-a2 {
		font-size: 14px;
		width: 100%;
		padding: 6px 10px;
		text-align: center;
		box-sizing: border-box;
		display: block;
		margin: 15px 0px;
	}
	
	.yslygi-items > div > div {
		padding: 30px 0px 150px 0px;
		position: relative;
	}
	
	.yslygi-items > div > div > div > h3 {
		font-size: 24px;
	}
	
	.yslygi-items > div > div > div > h3 + p {
		font-size: 14px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	
	.yslygi-items > div > div > div > p:last-child {
		position: absolute;
		bottom: 0px;
		width: 100%;
		display: block;
	}
	
	.yslygi-items > div > div,
	.yslygi-items > div > div:nth-child(2n) {
		flex-direction: column;
	}
	
	.yslygi-items > div > div > div {
		width: auto;
	}
	
	.ysl-header {
		flex-direction: column;
		position: relative;
		padding-bottom: 60px;
	}
	
	.ysl-header > div {
		width: auto;
	}
	
	.ysl-header h1 {
		font-size: 24px;
		line-height: normal;
	}
	
	.ysl-header h1 + p,
	.ysl-header p + p {
		font-size: 14px;
	}
	
	.ysl-header > div:last-child img {
		max-width: none;
		width: auto;
		height: 280px;
		margin: 20px 0px;
	}
	
	.yslygi-a1 {
		position: absolute;
		bottom: 0px;
	}
	
	.ysl-vh h2 {
		font-size: 24px;
	}
	
	.ysl-vh ul li {
		width: auto;
		box-sizing: border-box;
		font-size: 14px;
		padding-right: 20px;
		padding-top: 80px;
		background-size: 50px;
		background-position: left 20px top 20px;
	}
	
	.ysl-price {
		padding-top: 120px;
	}
	
	.ysl-price > div > h3 {
		font-size: 24px;
		padding: 0px 20px;
	}
	
	.ysl-price .swiper-slide {
		width: 70%;
		height: 500px;
		padding: 20px;
		margin: 0px;
	}
	
	.ysl-price .swiper-slide h3 {
		font-size: 20px;
		margin: 10px 0px;
	}
	
	.ysl-price .widther {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.ysl-price .swiper-wrapper {
		padding-top: 30px;
	}
	
	.ysl-price .swiper-slide-active {
		margin-top: -30px;
		transition: margin-top 400ms linear;
	}
	
	.breadcrumb {
		display: none;
	}
	
	.shop-items-view-header-top {
		margin: 0px;
	}
	
	.shop-items-view-header {
		padding: 20px 0px;
	}
	
	.shop-items-view-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	    color: #8F8F8F;
	}
	
	.shop-items-view-header > div:first-child {
		white-space: nowrap;
	}
	
	.shop-items-view-header > div:last-child {
		text-align: right;
	}
	
	.shop-items-view-header > div:last-child select {
		display: block;
		margin-top: 5px;
	}
	
	.view-list {
		display: none;
	}
	
	.cart-preview {
		display: none;
	}
	
	.shop-items-view-block.shop-items-view {
		flex-wrap: nowrap;
	}
	
	.shop-items-view-block > div {
		width: 60%;
		height: 380px;
	}
	
	.shop-items-view-block .image {
		flex-basis: 150px;
	}
	
	.shop-items-view-block > div img {
		max-height: 150px;
	}
	
	.shop-items-view-block .name {
		font-size: 1em;
		flex-grow: 0;
	}
	
	.shop-items-view-block .price {
		padding: 0px 15px;
		flex-grow: 1;
	}
	
	.to-cart {
		margin-top: 0px;
	}
	
	.price-view > div:first-child {
		font-size: 1em;
		font-weight: 600;
	}
	
	.shop-items-view-block .data {
		opacity: 0;
	}
	
	.shop-items-view-block-pt:before,
	.shop-items-view-block-history:before {
		font-size: 24px;
	}
	
	.shop {
		flex-direction: column;
	}
	
	.shop .shop-left {
		border: none;
		padding: 0px;
	}
	
	.shop > div {
		width: 100%;
	}
	
	.items-filter-button {
		display: inline-block;
		padding: 8px 16px 8px 48px;
	}
	
	.items-filter {
		display: none;
	}
	
	.items-filter.active {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-color: #fff;
		overflow-y: scroll;
		display: flex;
		padding: 20px;
		box-sizing: border-box;
		z-index: 5;
	}
	
	.items-filter.active .filter-menu {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background-color: #3c81d2;
		font-size: 18px;
		color: #fff;
		padding: 20px;
	}
	
	.items-filter.active .filter-menu .close {
		padding-left: 30px;
		background-image: url("/template/images/close-w.svg");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 16px;
	}
	
	.items-filter.active .filter-menu .close2 {
		height: 40px;
		position: fixed;
		bottom: 16px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 200px;
		box-sizing: border-box;
		color: #fff;
		z-index: 10;
	}
	
	.items-filter.active .filter-menu .close2:after {
		content: "Применить";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 40px;
		padding-left: 24px;
		background-image: url("/template/images/filter-ok.svg");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 16px;
		font-size: 14px;
	}
	
	.items-filter .shop-search {
		padding-top: 50px;
		width: 100%;
	}
	
	.items-filter .param-name {
		font-size: 20px;
		width: 100%;
		padding-left: 0px;
		background-image: url("/template/images/mobile-arrow.svg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 6px 10px;
	}
	
	.items-filter .param-name + div {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		min-height: 100%;
		overflow-y: scroll;
		background-color: #fff;
		padding: 20px;
		z-index: 6;
		box-sizing: border-box;
		font-size: 18px;
		padding-top: 90px;
	}
	
	.items-filter .param-name + div.price-slider {
		display: none;
	}
	
	.items-filter .param-name + div > div {
		margin-bottom: 15px;
	}
	
	.items-filter .param-name + div .filter-header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background-color: #3c81d2;
		font-size: 18px;
		color: #fff;
		padding: 20px 20px 20px 60px;
		background-image: url("/template/images/back.svg");
		background-position: left 20px center;
		background-repeat: no-repeat;
		background-size: 24px;
	}
	
	.items-filter .param-name:before {
		display: none;
	}
	
	.shop-items-view {
		justify-content: space-between;
	}
	
	.shop-items-view > div {
		width: calc(50% - 5px);
		margin: 10px 0px;
	}
	
	.shop-items-view {
		padding: 0px;
	}
	
	.shop-items-view .price-view {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	
	.shop-items-view .price {
		padding: 0px 15px;
	}
	
	.shop-items-view .name {
		font-size: 12px;
	}
	
	.shop-items-view .image {
		flex-basis: 150px;
	}
	
	.shop-items-view > div img {
		max-height: 150px;
	}
	
	.shop-items-view-next {
		font-size: 1em;
	}
	
	.shop-offer-view h1 {
		margin-top: 0px;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	
	.images-info-price {
		flex-direction: column;
	}
	
	.shop-offer-view .images {
		width: 100%;
	}
	
	.shop-offer-view .images .images-preview {
		display: none;
	}
	
	.shop-offer-view .images .images-view {
		width: 300px;
	}
	
	.shop-offer-view .to-cart {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.shop-offer-view-price {
		background-color: transparent;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px;
	}
	
	.shop-offer-view-price .to-cart > div:last-child > button {
		margin-bottom: 16px;
		font-size: 14px;
		width: 100%;
	}
	
	.shop-offer-view-price .price-view {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	
	.shop-offer-view-price .price-view > div:first-child {
		font-size: 24px;
		font-weight: bold;
	}
	
	.shop-offer-view-price .price-view .with-sale {
		margin: 5px;
	}
	
	.shop-offer-view-price .available, .shop-offer-view-price .not-available {
		bottom: auto;
		top: 0px;	
	}
	
	.shop-offer-view-price .favorite-offer {
		position: absolute;
		top: 10px;
		right: 100px;
	}
	
	.shop-offer-view-price .available {
		position: absolute;
		top: 40px;
		right: 20px;
	}
	
	.shop-offer-view-price .to-cart {
		margin-top: 15px;
	}
	
	.shop-offer-view-oxo {
		font-size: 12px;
		margin-top: 20px;
	}
	
	.shop-offer-view-oxo .tabs > div {
		font-size: 12px;
		padding: 8px 20px;
	}
	
	.shop-offer-view-data {
		padding: 20px;
		background-color: #fff;
		border-radius: 20px;
		margin: 20px 0px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.to-cart-item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.to-cart-items h3 {
		font-size: 18px;
		margin-top: 64px;
	}
	
	.to-cart-items .to-cart-footer > div.to-cart-footer-link:nth-child(1) {
		float: none;
	}
	
	.to-cart-items .to-cart-footer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.to-cart-items .to-cart-footer > div.to-cart-footer-link {
		margin: 10px 0px;
		padding: 8px 16px;
	}
	
	.to-cart-items .to-cart-item .image {
		width: 120px;
		height: 120px;
	}
	
	.to-cart-items .to-cart-item .image img {
		max-width: 100px;
	    max-height: 100px;
	}
	
	.to-cart-items .to-cart-item .name {
		font-size: 14px;
		text-align: center;
	}
	
	.to-cart-items .price-view > div:first-child {
		font-size: 0.8em;
	}
	
	.user .user-menu {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.user > div > div {
		flex-direction: column;
	}
	
	.user > div > div > div:last-child .user-home {
		flex-direction: column;
	}
	
	.user > div > div > div:last-child .user-home > div {
		width: auto;
		min-height: auto;
		margin-top: 10px;
	}
	
	.user > div > div > div:last-child .user-home > div > a:last-child {
		margin-top: 20px;
	}
	
	.shop .login,
	.shop .register,
	.shop .restore {
		background-image: url("/template/images/login.svg");
		background-position: center bottom;
		background-size: 220px;
		padding-bottom: 280px;
		background-repeat: no-repeat;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
	.shop .login > div,
	.shop .register > div,
	.shop .restore > div {
		max-width: none;
	}
	
	.shop .login h1,
	.shop .register h1,
	.shop .restore h1 {
		font-weight: bold;
		font-size: 24px;
	}
	
	.shop .login > div > div:first-child > div,
	.shop .register > div > div:first-child > div {
		justify-content: center;
	}
	
	.shop .login > div > div:first-child > div p,
	.shop .register > div > div:first-child > div p {
		font-size: 16px;
		white-space: nowrap;
	}
	
	.shop .login > div > div:nth-child(2),
	.shop .register > div > div:nth-child(2),
	.shop .restore > div > div:nth-child(2) {
		border-radius: 20px;
	}
	
	.footer > div {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.footer > div:first-child {
		padding-bottom: 0px;
	}
	
	.footer > div:first-child > div:first-child div:first-child {
		padding-right: 0px;
	}
	
	.footer > div > div {
		margin-bottom: 30px;
	}
	
	.footer > div:first-child > div:first-child {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.footer > div:first-child > div:first-child img {
		width: 92px;
	}
	
	.footer > div:first-child > div:first-child > div {
		flex-direction: column;
	}
	
	.footer .footer-large-title {
		font-size: 14px;
		margin: 0px;
	}
	
	.footer > div:first-child > div:first-child > div {
		margin-top: 20px;
		align-items: stretch;
	}
	
	.footer > div > div:last-child {
		flex-direction: column-reverse;
	}
	
	.footer > div:last-child > div > p:last-child {
		margin-left: 0px;
	}
	
	.footer > div:first-child > div:first-child div.send {
		display: block;
	    font-size: 14px;
	    line-height: 22px;
	    font-weight: 400;
	    color: #ffffff;
	    background-image: none;
	    border-radius: 40px;
	    background-color: #3c81d2;
		margin-top: 20px;
		width: 100%;
		height: 40px;
		position: relative;
	}
	
	.footer > div:first-child > div:first-child div.send:after {
		content: "Подписаться";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	/* Form */
	
	.form input[type=text] {
		padding: 6px 12px;
		font-size: 14px;
	}
	
	.form button {
		padding: 10px 24px;
		font-size: 14px;
		line-height: normal;
		width: 100%;
	}
	
	.form-bottom {
		padding: 60px 0px;
	}
	
	.form-bottom > div {
		max-width: 362px;
	}
	
	.form-bottom .form-bottom-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.form-bottom .form-bottom-items {
		flex-direction: column;
	}
	
	.form-bottom .form-bottom-items > div {
		margin: 18px 0px;
	}
	
	.form-bottom .form-bottom-items > div:nth-child(1),
	.form-bottom .form-bottom-items > div:nth-child(2) {
		padding-right: 0px;
	}
	
	.form-bottom .form-bottom-items {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	.form-bottom .form-bottom-items button {
		font-size: 14px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	
	.form-bottom .form-bottom-footer {
		font-size: 13px;
	}
	
	.form-send {
		min-height: 0px;
		min-width: 0px;
		background-image: none;
		align-items: center;
	}
	
	.form-send > div:first-child {
		font-size: 24px;
	}
	
	.form-oz > div {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.form-oz img {
		width: 56px;
	}
	
	.form-oz .form-oz-title {
		font-size: 20px;
	}
	
	.form-oz .form-oz-title + div {
		font-size: 14px;
	}
	
	.form-oz .form-oz-items > div {
		margin: 20px 0px;
	}
	
	.form-oz .form-oz-items input {
		font-size: 14px;
		padding: 5px 20px;
	}
	
	.form-oz .form-oz-items button {
		font-size: 14px;
		width: 100%;
	}
	
	.form-home {
		text-align: center;
	}
	
	.form-home > div {
		border-radius: 20px;
		margin: 0px 20px;
		padding: 40px 20px 20px 20px;	
	}
	
	.form-home .form-home-title {
    	font-size: 20px;
		line-height: 28px;
	}
	
	.form-home .form-home-title + div {
		font-size: 14px;
	}
	
	.form-home .form-home-items {
		flex-direction: column;
		margin: 10px 0px;
	}
	
	.form-home .form-home-items > div {
		padding: 0px;
		width: auto;
		margin: 10px 0px;
	}
	
	.form-home .form-home-items > div:nth-child(2n) {
		padding-left: 0px;
	}
	
	.form-home .form-home-items input, 
	.form-home .form-home-items select {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.form-home .form-home-footer {
		flex-direction: column;
	}
	
	.form-home .form-home-footer button {
		font-size: 14px;
		width: 100%;
		padding: 6px;
	}
	
	.form-home .form-home-footer label {
		font-size: 10px;
		margin-top: 15px;
	}
	
	.form-home .close {
		top: 20px;
		right: 20px;
	}
	
	.podberem {
		border-radius: 0px;
	    background-color: #f7f7f7;
	    font-size: 14px;
	    margin-bottom: 0px;
	    flex-direction: column;
	    padding: 30px 20px 120px 20px;
	    position: relative;
	}
	
	.podberem > div:first-child {
		width: auto;
		box-sizing: border-box;
		padding: 0px;
		margin-bottom: 10px;
	}
	
	.podberem > div:last-child {
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}
	
	.podberem > div:last-child img {
		width: 200px;
	}
	
	.podberem > div > div:first-child {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 30px;
	}
	
	.podberem > div > div:nth-child(2) {
		margin: 0px;
	}
	
	.podberem > div > a {
		width: calc(100% - 40px);
		box-sizing: border-box;
		text-align: center;
		position: absolute;
		display: block;
		bottom: 40px;
	}
	
	.cart .cart-offers {
		position: relative;
		padding-right: 0px;
	}

	.cart .cart-offers > .sum {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 100%;
		box-sizing: border-box;
	}
	
	.cart .cart-offers > .sum button,
	.cart .cart-offers > .sum a {
		display: none;
	}
	
	.cart .cart-offers > div:first-child {
		display: none;
	}
	
	.cart .cart-offers > div {
		position: relative;
		flex-direction: column;
		width: 100%;
		min-height: 180px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	
	.cart .cart-offers > div > div:nth-child(1) {
		width: 100px;
	}
	
	.cart .cart-offers > div > .image {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 0px;
		top: 30px;
	}
	
	.cart .cart-offers > div > .image img {
		max-width: 90px;
		max-height: 90px;
	}
	
	.cart .cart-offers > div > div:nth-child(2) {
		padding: 0px 0px 0px 120px;
	}
	
	.cart .cart-offers > div > div:nth-child(3) {
		width: 100px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.cart .cart-offers .available,
	.cart .cart-offers .not-available {
		position: absolute;
		bottom: 16px;
		left: 110px;
		transform: scale(0.8);
	}
	
	.cart .cart-offers > div > div:last-child {
		padding-left: 120px;
	}

	.cart .cart-offers > div > div:last-child > div.delete-favorite {
		position: absolute;
		right: 0px;
		bottom: 10px;
	}
	
	.cart .sum {
		margin-top: 20px;
	}
	
	.cart .sum:before {
		display: none;
	}
	
	.cart .cart-delivery {
		flex-direction: column;
	}
	
	.cart .cart-delivery > div:last-child {
		padding-left: 0px;
	}
	
	.cart .cart-promo, .cart .cart-delivery, .cart .cart-pay, .cart .cart-order {
		padding: 20px;		
	}
	
	.delivery-page {
		padding: 30px 0px 20px 0px;
	}
	
	.delivery-page h2 {
	    font-size: 24px;
	}
	
	.delivery-page ul {
		padding: 0px;
		margin: 10px 0px;
	}
	
	.delivery-page ul li {
		flex-direction: column;
	}
	
	.delivery-page ul li > div {
		width: auto;
	}
	
	.delivery-page ul li > div h3 {
		font-size: 14px;
		margin: 0px;
	}
	
	.delivery-page ul li > div:last-child {
		padding-left: 0px;
		font-size: 14px;
	}
	
	.custom-13 .custom-items {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.custom-13 h1 {
		font-size: 24px;
	}
	
	.custom-13 .custom-items > div {
		width: auto;
	}
	
	.custom-13 .custom-items > div img {
		width: 100%;
	}
	
	.custom-13 .custom-items .view-19 {
		font-size: 14px;
		margin: 0px;
	}
	
	.custom-13 .custom-items .view-20 {
		padding: 20px;
	}
	
	.custom-13 .custom-item {
		padding: 20px;
	}
	
	.custom-13 .custom-item h1 {
		margin-bottom: 10px;
		margin-top: 0px;
	}
	
	.custom-13 .custom-item .view-21 {
		margin: 20px 0px;
	}
	
	.custom-13 .custom-item .view-21 img {
		max-width: 100%;
	}
	
	.custom-breadcrumb {
		display: none;
	}
	
}
































