body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	color: #1a1a1a;
	background: #fff
}

@media screen and (max-width:1199px) {
	body.no-scroll {
		height: 100%;
		overflow: hidden
	}
}

div.required .control-label:before {
	content: '* ';
	color: #ff1a30;
	font-weight: bold;
	font-size: 18px
}

.badge-icon {
	display: flex;
	min-width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ee2a74;
	font-size: 1.3rem;
	box-sizing: content-box;
	font-weight: 600;
	align-items: center;
	justify-content: center
}

.fw300 {
	font-weight: 300
}

.push-height {
	height: 2rem
}

.push10 {
	margin-bottom: 1rem
}

.no-padding {
	padding: 0!important
}

.buttons {
	margin: 2em 0;
}

@media(min-width:1200px) {
	.wrapper-shift {
		position: relative;
		padding-left: 28rem
	}
}

#content {
	min-height: 100vh
}

.fa {
	font-size: 1.4rem
}

.swiper-viewport {
	border: 0;
	border-radius: 0;
	box-shadow: none
}

.relative {
	position: relative
}

.header {
	background-color: #fff;
	padding: 1.2rem 2rem;
	position: relative;
	top: 0;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media only screen and (max-width:1199px) {
	.header {
		height: 7rem
	}
}

@media only screen and (max-width:767px) {
	.header {
		padding: 1.2rem 1.5rem
	}
}

.header-top__container {
	font-size: 1.2rem;
	flex-grow: 1
}

.header-top__container,
.header-information,
.header-information .header-link {
	align-items: center;
	display: flex;
	height: 100%
}

@media(max-width:1199px) {
	.header-information {
		display: none
	}
}

@media(max-width:767px) {
	.header-top__container {
		display: none
	}
}

@media(min-width:1200px) {
	.mobile-toggle {
		display: none
	}
}

.header .logo {
	padding-right: 2rem
}

.header .logo-text {
	padding-left: .4rem
}

.header-link {
	color: #1a1a1a;
	font-size: 1.6rem;
	cursor: pointer;
	line-height: normal;
	transition: all linear .2s;
	margin-right: 3rem;
	position: relative;
	text-decoration: none
}

.profile-link:hover,
.cart-link:hover,
.header-wishlist:hover,
.user-profile:hover,
.header-link:hover,
.header-wishlist:hover,
.header-phone>a:hover {
	color: #ee2a74
}

.header .header-tel {
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: auto
}

.header-write__email .icon {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	color: #ee2a74
}

.header-write__email {
	padding-left: 3.5rem
}

.mobile-menu,
.mobile-menu__user {
	height: 100%
}

.mobile-block {
	height: 5rem;
	display: flex;
	align-items: center
}

.mobile-menu,
.mobile-menu__user,
.mobile-block {
	display: flex;
	align-items: center
}

.mobile-menu__user>div+div {
	margin-left: 2rem
}

.mobile-menu .icon {
	color: #1a1a1a
}

button.mobile-close {
	background: 0;
	border: 0
}

.nav-dropdown__menu {
	border: 0;
	border-radius: 0;
	background-color: #fff;
	margin-top: 0;
	padding: .6rem 0;
	z-index: 1021
}

.nav-dropdown__menu .modal-title {
	font-weight: 700;
	padding-left: 1rem;
	font-size: 18px
}

@media screen and (max-width:767px) {
	#mobile-us {
		top: 0;
		bottom: 0;
		right: -100%;
		padding: 0;
		position: fixed;
		transition: all .3s;
		width: 100%;
		text-align: left;
		z-index: 1001;
		line-height: normal
	}
	#mobile-us.open {
		right: 0
	}
	.nav-dropdown__content {
		padding: 2rem 3rem;
		height: calc(100% - 7rem);
		overflow-y: auto
	}
	.mobile-information,
	.mobile-job,
	.mobile-phone,
	.mobile-address {
		padding: 0 0 2rem;
		border-bottom: 1px solid #e9ecef;
		margin: 0 0 1.5rem
	}
	.mobile-info__item {
		color: #353e48
	}
	.mobile-info__title {
		margin-bottom: 1rem
	}
	.mobile-info__item+.mobile-info__item {
		margin-top: 1rem
	}
	#mobile-us .mobile-info__link {
		color: #1a1a1a;
		line-height: 1.5;
		display: block
	}
	.mobile-menu__wishlist {
		margin-top: 2.7rem
	}
	.mobile-menu__wishlist .icon {
		margin-right: 1.5rem
	}
}

.align-middle,
svg.icon {
	vertical-align: middle
}

.header-phone {
	font-size: 2rem;
	white-space: nowrap;
	display: flex;
	align-items: center
}

.header-phone>a {
	color: #1a1a1a;
	display: block
}

.header-open {
	display: block;
	font-size: 1.3rem;
	color: #a2a8b5;
	font-weight: 400;
	line-height: 1
}

.box-search {
	position: relative;
	z-index: 49
}

.box-search,
.box-cart {
	display: flex;
	align-items: center
}

.box-cart {
	height: 3.7rem
}

.header-search {
	flex-grow: 1
}

#search {
    width: 100%;
}

#search .form-control {
	border-radius: 10px;
    background: #eef2f6;
    border: 1px solid #eef2f6;
}

@media(min-width:768px) {
	.header-search {
		margin-right: 3.3rem
	}
}

.header-search input {
	padding-left: 2rem;
	padding-right: 7rem
}

.header-search .search-btn {
	position: absolute;
	border: 0;
	background-color: transparent;
	height: 4.6rem;
	right: 0;
	top: 0;
	z-index: 2;
	width: 6rem;
	color: #ee2a74;
	padding: 0
}

@media(min-width:768px) {
	.header-search .search-btn {
		color: #ee2a74
	}
}

.header-search .search-btn:hover .icon {
	opacity: .7
}

.header-search .search-btn .icon {
	transition: all linear .2s
}

.header-wishlist {
	position: relative;
	color: #df0024;
	line-height: 1
}

.for-user+.for-user {
	margin-left: 3rem
}

.wishlist-profile,
.user-profile,
.cart-profile {
	height: 100%;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.wishlist-profile,
	.user-profile,
	.cart-profile {
		display: none
	}
}

.count {
	min-width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background-color: #ee2a74;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 1.5rem;
	color: #fff;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.box-cart .icon {
	margin-right: 10px
}

.wishlist-link,
.profile-link,
.cart-link {
	color: #1a1a1a;
	height: 100%;
	display: flex;
	align-items: center
}

.popupshow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.popupshow {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	z-index: 1040
}

.alert.alertsuc {
	background-color: #fff;
	color: #1a1a1a;
	font-weight: 400;
	position: fixed;
	z-index: 99;
	max-width: 50rem;
	text-align: center;
	margin: 0 auto;
	top: 30%;
	padding: 4rem;
	border: 0;
	border-radius: 1.2rem;
	left: 1rem;
	right: 1rem
}

.alert-danger .check-danger,
.alert-info .check-info,
.alert-success .check-success {
	display: block;
	margin: 0 auto 3rem;
	width: 6.5rem;
	height: 6.5rem;
	background-size: 100%
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	color: inherit
}

.check-success {
	background: url(/image/catalog/icon-svg/verified.svg)
}

.check-danger {
	background: url(/image/catalog/icon-svg/advise.svg)
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.animated {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

button.close {
	background-image: url(/image/catalog/icon-svg/icon-close.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 1.6rem;
	font-size: 0;
	color: #df0024;
	height: 5.2rem;
	width: 5.2rem;
	opacity: 1
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.modal-cart__header {
	padding: 31px 50px 0
}

.modal-cart__header .modal-cart__title {
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 600;
}

.modal-cart__body {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px 61px
}

.modal-cart__footer {
	z-index: 1;
	background: #eef2f6;
	display: flex;
	justify-content: center
}

.modal-cart__footer .btn {
	width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	height: 6rem
}

@media screen and (max-width:599px) {
	.modal-cart__body,
	.modal-cart__footer {
		text-align: center;
		flex-direction: column
	}
}

.modal-cart__footer .btn.btn-secondary {
	color: #1a1a1a;
	background: #f5f5f5
}

.modal-cart__footer .btn.btn-secondary:hover {
	color: #1a1a1a
}

.modal-cart__img {
	text-align: center
}

@media(min-width:600px) {
	.modal-cart__img {
		margin-right: 2rem
	}
}

.modal-cart__img,
.modal-cart__name {
	flex: 50
}

.modal-cart__footer .btn svg {
	margin-right: 1rem;
	transition: all .3s;
}

.modal-cart__footer .btn.btn-secondary:hover svg {
	transform: translateX(-10px);
}

.modal-cart__name--value {
	display: block;
	color: #1a1a1a;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 1rem
}

.modal-sku {
	padding-bottom: 4px
}

.modal-sku,
.modal-stock {
	display: block
}

.product-layout {
    padding-bottom: 2rem;
}

.product-thumb {
	position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    padding: 1.5rem;
    border: 1px solid #e7eaea;
    border-radius: 10px;
    height: 100%;
}

.product-thumb:hover {
	box-shadow: 0 0 16px rgb(0 0 0 / 8%);
}

.product-thumb:hover {
    position: absolute;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: 100;
    height: auto;
	touch-action: manipulation;
}

.product-thumb .image {
	margin-bottom: 1rem;
	position: relative
}

.product-thumb .image a {
	position: relative;
	display: block
}

.product-thumb .caption {
	display: flex;
	flex-direction: column;
    height: 100%;
	min-height: 198px;
	position: relative;
}

.product-thumb .card-action {
    margin-top: auto;
	display: flex;
    align-items: center;
}

.button-group__btn button:not(.boc_order_category_btn) {
    background: #fff;
    color: #ee2a74;
    border-color: #ee2a74;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}

.boc_order_category_btn {
	height: 39px;
    border-radius: 6px;
}

.button-group__btn button:hover:not(.boc_order_category_btn) {
	background: #ee2a74;
	color: #fff;
}

.button-group__btn .wishlist-btn:hover {
	background: rgb(238 42 116 / 8%);
    color: #ee2a74;
}

.product-thumb .wishlist-btn {
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.product-thumb .wishlist-btn svg {
	width: 20px;
	height: 20px;
}

.product-thumb .wishlist-btn:hover {
	color: #ee2a74;
}

.product-thumb .button-group button {
	background: #f5f5f5;
	color: #1a1a1a;
	border-radius: 4px;
	border: 0;
	width: 30px;
	height: 30px
}

.product-thumb .button-group button .icon {
	width: 18px;
	height: 18px
}

.product-thumb .button-group button:hover {
	color: #ee2a74
}

.product-thumb .button-group button.wishlist-btn {
	margin-bottom: 1rem
}

.price-absolute {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 1;
	display: flex;
	flex-wrap: wrap
}

.product-thumb .price-absolute {
	display: none;
}

.sticky-label {
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 0;
    font-size: 1.3rem;
    border-radius: 3rem;
    position: relative;
}

.percent-label {
	background-color: #ee2a74;
	color: #fff
}

.button-group__flex {
    margin-bottom: 1rem;
}

.button-cart__icon {
	margin-right: 1rem
}

.price-stock {
    margin-bottom: 1.5rem;
}

.caption .price-stock .economy-value {
	display: inline-block;
    color: #fff;
    background: #00b54a;
    padding: 3px 7px;
    font-size: 1.4rem;
    border-radius: 4px;
    line-height: normal;
}

.product-thumb .price {
	flex-grow: 1;
	display: flex;
    flex-direction: column;
	font-weight: 700;
}

.product-thumb .price .price-new {
    margin-right: 1rem;
}

.price-tax {
	display: block;
	font-size: 1rem;
	text-transform: uppercase
}

.product-thumb .price .price-old {
	line-height: 1
}

.product-thumb .product-name {
	margin-bottom: 1.7rem;
	display: block;
	color: #1a1a1a
}

.product-thumb .product-name:hover {
	color: #ee2a74
}

.rating .star {
	background-image: url(/vivat/image/catalog/icon-svg/rating-star.svg)
}

.rating .star-empty {
	background-image: url(/vivat/image/catalog/icon-svg/filled-star.svg)
}

.rating>span {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	background-size: cover
}

.rating>span+span {
	margin-left: 1px
}

.reviews-count {
    font-size: 14px;
}

.main-title {
	padding-top: 1.22rem;
	display: flex;
	align-items: flex-end;
	margin-bottom: 2.2rem
}

.main-title__h1 {
	margin: 0;
	display: flex;
	align-items: flex-end
}

.refine-block {
	margin-bottom: 4rem
}

.refine-item {
	text-align: center;
	margin-bottom: 2rem
}

.refine-name,
.refine-item,
.refine-link {
	position: relative
}

.refine-link {
	display: block
}

.refine-name {
	margin-top: 1rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: baseline;
	min-height: 50px
}

.refine-item:hover .refine-name {
	color: #ee2a74
}

.refine-count {
	font-size: 1.3rem;
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ee2a74;
	margin-left: .5rem;
	padding: 0 .5rem;
	font-weight: 600
}

.refine-img_img img {
	transition: all .3s;
}

.refine-img_img:hover img {
	transform: scale(1.09);
}

.toolbar-select__control .form-inline,
.toolbar-select__left,
.toolbar-select {
	display: flex;
	align-items: center
}

.toolbar-select__left {
	flex: 1
}

.toolbar-select--sort {
	margin-right: 1.5rem
}

.toolbar-select__control .form-inline label {
	margin-right: 1rem;
	margin: 0 10px 0 0;
	font-weight: 400;
	display: none;
    font-size: 1.4rem;
	color: #adb1b9;
}

@media(min-width:1300px) {
	.toolbar-select__control .form-inline label {
		display: block
	}
}

@media(max-width:600px) {
	.toolbar-select--switch {
		display: none
	}
}

.toolbar-select__control .form-inline .form-control {
	border: 0;
    height: auto;
    background: #fff;
    cursor: pointer;
    padding: 0;
    font-weight: 700;
}

.toolbar-select__control .btn-group>.btn {
	position: relative;
    float: left;
    padding: .6rem 1rem .6rem .5rem;
}

#compare-total .compare-count {
	position: static;
	background: #89949e;
	min-width: 1.7rem;
	height: 1.7rem;
	line-height: 1.7rem;
	display: inline-block;
	border-radius: 50%;
	font-size: 1rem;
	margin: 0 1rem 0 .5rem;
	color: #fff
}

footer {
	padding-top: 3rem
}

footer .footer-container {
	padding: 4rem 2.5rem;
	margin-top: 3rem
}

footer .footer-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	font-weight: 700;
	text-transform: uppercase
}

@media(min-width:769px) {
	footer .footer-title {
		font-size: 1.7rem
	}
}

footer ul {
	margin-bottom: 2rem
}

footer ul>li {
	margin-bottom: 1rem
}

footer .footer-container ul>li>a {
	color: inherit;
	font-weight: 300;
	display: inline
}

footer ul>li>a:hover {
	color: #ee2a74
}

footer .footer-bottom {
	margin-top: 20px;
	margin-bottom: -30px;
	font-weight: 300;
	font-size: 1.3rem
}

footer .box-footer__contacts {
	padding-left: 25px;
	padding-right: 25px;
	position: relative
}

footer .control-quality {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none
}

footer .contacts-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

footer .phone-title,
footer .social-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem
}

@media(max-width:768px) {
	footer .box-footer__phone {
		padding: 0 2rem 2rem 0
	}
}

footer .box-footer__phone .link-phone {
	color: #1a1a1a;
	font-size: 2.5rem;
	font-weight: 400;
	white-space: nowrap
}

@media(min-width:768px) {
	footer .control-quality {
		display: block
	}
	footer .box-footer__phone .link-phone {
		font-size: 3rem
	}
}

footer .box-footer__phone .footer-open {
	margin-top: 1rem
}

footer .phone--link {
	display: flex;
	align-items: center
}

footer .phone-link__icon {
	position: relative;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	margin-right: 1rem;
	background-color: #ee2a74;
	color: #fff;
	display: block
}

footer .phone-link__icon .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

footer .box-social {
	display: flex;
	flex-direction: column
}

footer .social {
	float: left;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

footer .social>li {
	float: left;
	margin-right: 5px;
	margin-top: 2.5px;
	margin-bottom: 2.5px
}

footer .social>li>a {
	width: 5rem;
	height: 5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

footer .social>li>a {
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px
}

footer .social>li>a>i {
	font-size: 2rem;
	color: #fff;
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s
}

input[type=checkbox],
input[type=radio] {
	position: relative;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	flex-shrink: 0;
	overflow: hidden;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: 2px solid #cbcbcb;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 3px;
	cursor: pointer
}

input[type=radio]:checked {
    border-color: #1a1a1a;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23333%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

input[type=checkbox]:checked {
    border-color: #1a1a1a;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

input[type=radio] {
	border-radius: 50%
}

#list-view.active,
#grid-view.active {
	color: #ee2a74
}

.sidebar {
	background-color: #fff;
	height: 100%;
	transition: all .1s ease
}

.sidebar a {
	color: #1a1a1a;
	display: block
}

.logo-text {
	text-align: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .logo {
        padding: 2rem;
    }
}

.sidebar .logo {
    padding: 1rem 2rem;
	height: 7rem;
	border-bottom: 1px solid #efefef;
}

.nav-sidebar__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: calc(100% - 7rem);
	overflow-y: auto
}

.nav-sidebar__list::-webkit-scrollbar {
	width: 0 !important
}

.nav-sidebar__submenu .nav-sidebar__list {
	padding: 2rem 0;
}

.nav-sidebar__submenu::-webkit-scrollbar,
.nav-sidebar__list::-webkit-scrollbar {
	width: 4px;
	background: #dcdcdc
}

.nav-sidebar__submenu::-webkit-scrollbar-thumb,
.nav-sidebar__list::-webkit-scrollbar-thumb {
	-webkit-appearance: none;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 px #d4ddde;
	box-shadow: inset 0 0 px #d4ddde;
	background-color: #b3b3b3
}

.sidebar .sidebar-link {
	display: flex;
    align-items: center;
	position: relative;
    z-index: 2;
	transition: .2s all;
    padding: 1rem 4.5rem 1rem 2rem
}

.nav-sidebar__children .sidebar-link {
	padding-left: 3rem;
    padding-right: 3rem;
}

.sidebar .sidebar-link.special-link span {
	display: inline-block;
    background: #ee2a74;
    color: #fff;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 9px;
    border-radius: 3px;
}

.sidebar .nav-sidebar__section img,
.sidebar .nav-sidebar__section svg {
	margin-right: 1rem;
    flex-shrink: 0;
	mix-blend-mode: multiply;
}

.sidebar .submenu-title a {
	font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding: 2rem 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7rem;
}

.sidebar .submenu-title:hover a {
	background: #EFF6FF
}

.sidebar .sidebar-link span {
    display: block;
    width: 100%;
	line-height: 2.1rem;
}

.nav-sidebar__submenu {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	overscroll-behavior: contain;
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}

@media(max-width:1199px) {
	.nav-sidebar__submenu {
		display: none
	}
}

.nav-sidebar__submenu>a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 4.7rem;
	line-height: 1.333333;
	overflow: hidden;
	padding: 0 4rem 0 4rem
}

.nav-sidebar__section:hover>.nav-sidebar__submenu {
	opacity: 1;
	pointer-events: inherit;
	-webkit-transform: none;
	transform: none
}

.nav-sidebar__section:hover>a:not(.special-link),
.nav-sidebar__children:hover>a,
.nav-sidebar__submenu>a:hover {
	color: #ee2a74;
	background: #eff6ff
}

@media(min-width:1200px) {
	.nav-sidebar__section.has-submenu>a::after {
        content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #000000;
		border-right: solid 2px #000000;
		transition: all linear .2s;
		transform: translate(0, -50%) rotate(45deg);
		position: absolute;
		right: 2.5rem;
		top: 50%;
	}
}

.content-container {
	overflow: hidden;
	width: 100%
}

.menu-page__header {
	background: #fff;
	z-index: 110;
	margin: 0 0 2rem 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.nav-sidebar__special>a {
	color: #ee2a74;
}

.menu-fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 28rem;
    height: 100%;
    max-height: 100vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 6%);
    z-index: 1000;
}

@media(max-width:1199px) {
	.menu-fixed {
		left: -100%;
		transition: left .15s
	}
}

.menu-fixed.open {
	left: 0;
	z-index: 9999
}

.description-bottom {
	margin-bottom: 2.2rem;
	margin-top: 2.6rem
}

.thumbnails {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	position: relative
}

.thumbnails .image-main {
	margin-bottom: 2rem
}

.product-body {
	position: relative;
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #e7ecf1;
}

@media(max-width:767px) {
	.product-body {
		padding: 2.5rem
	}
}

.product-price__old {
	display: flex;
	align-items: center;
	padding-bottom: 4px;
}

.product-price {
	margin-bottom: 3rem;
}

.price-old__value {
	display: inline-block;
	color: #999;
    text-decoration: line-through;
	white-space: nowrap;
}

.product-price__old .product-label {
	display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    background: #ee2a74;
    color: #fff;
    line-height: 16px;
    font-size: 15px;
    margin-left: 8px;
    font-weight: 400;
    margin-bottom: 2px;
}

.product-price__old .product-label.price-economy {
	background: #00b54a;
}

.product-discount {
	margin: 2rem 0;
}

.price-main {
	font-size: 1.7rem;
    font-weight: 600;
    white-space: nowrap;
	line-height: normal;
}

.product-price .price-main {
	font-size: 4.4rem;
    letter-spacing: -1px;
	margin-bottom: 10px;
}

.price-old {
	display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #b1b9bb;
    text-decoration: line-through;
}

.product-body .rating a {
	padding-left: .5rem;
}

.product-body__bottom {
	border-top: 1px solid #d7dce2;
	margin-bottom: 20px
}

.product-add__buttons {
	width: 100%
}

.product-body__list {
	line-height: 3rem;
}

.product-add__buttons .add-btn {
	cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e7ecf1;
}

.product-add__buttons .add-btn.add-wishlist {
	margin-right: 7px;
}

.product-add__buttons .add-btn:hover {
	color: #ee2a74
}

.product-add__buttons .add-btn:hover .icon {
	fill: #ee2a74;
}

.tab-content {
	padding: 3rem 0
}

.product-reward {
	position: relative;
	display: inline-block;
	color: #bdc3c9;
}

.reward-questions {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	border-radius: 30px;
	background: #76c788;
	color: #fff;
	cursor: help;
	text-align: center;
	font-size: 1.3rem;
	margin-left: .5rem;
	vertical-align: top
}

.price-points.dropdown-box {
	position: absolute;
	padding: 1rem 2rem;
	background: #fff;
	z-index: 3;
	box-shadow: 0 2px 8px rgba(130, 142, 154, 0.2);
	top: 0;
	left: 0;
	margin-top: 3rem;
	box-sizing: content-box;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	font-size: 1.3rem;
	font-weight: 600
}

.price-points.dropdown-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1rem;
	height: 1rem;
	background: #fff;
	margin-top: -.5rem;
	transform: rotate(45deg);
	margin-right: .5rem
}

.dropdown-box.visible {
	opacity: 1;
	visibility: visible
}

.image-additional {
	display: inline-block;
	vertical-align: middle
}

.alert-minimum {
	padding: 2rem;
    background: #eff6ff;
    padding-left: 7rem;
    font-weight: 600;
    margin: 2rem 0;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.alert-minimum .icon {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 3rem;
	margin-top: 2rem;
	z-index: 1;
	color: #df0024
}

.mb-20 {
	margin-bottom: 2rem
}

.mr-20 {
	margin-right: 2rem
}

.agree b {
	font-weight: 400
}

@media(max-width:767px) {
	.forgot-link {
		font-size: 1.2rem;
		margin-top: 1.5rem;
		margin-right: 1.5rem
	}
}

.flex-center {
	display: flex;
	align-items: center
}

.reviews-item {
	margin: 0 0 2rem;
	font-size: 1.7rem;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 2rem
}

.reviews-rating {
	display: -webkit-box;
	display: flex
}

.reviews-date {
	line-height: 1.8;
	display: flex;
	flex-direction: column
}

.reviews-date span {
	color: #999;
	font-size: 1.4rem
}

.reviews-text__item {
	margin-top: 1.5rem;
	line-height: 24px
}

.maintenance {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1020;
	width: 100%;
	height: 100%;
	border-radius: .6rem;
	background-color: rgba(255, 255, 255, 0.9)
}

.loader:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -15px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-color: #f65e64;
	content: ''
}

.storage__items {
	border-bottom: .1rem solid #ededed;
	padding-bottom: 3rem
}

.storage__item {
	position: relative;
	padding-left: 4rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	min-height: 2.4rem
}

.storage__item .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin-left: 1rem;
	color: #6495ed
}

.stock-in {
	color: #58c770
}

.nostock {
	color: #ff1a30
}

.card-stickers {
    margin: 2rem 0;
}

.text-informer {
	text-align: center
}

.informers {
	padding: 3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: left
}

.informers .badge-icon {
	margin-right: 1rem
}

.informer-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.contacts h4:first-child {
	margin-top: 0
}

.contacts table {
	color: #666;
	border: 0;
	border-collapse: collapse
}

.contacts table td {
	padding-bottom: 10px;
	line-height: 21px;
	vertical-align: top
}

.contacts table td span {
	color: #121212;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600
}

.fa.big-icon {
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-size: 29px;
	border-radius: 50%;
	background: #666;
	color: #fff;
	text-align: center
}

body .fa.big-icon {
	background: #ee2a74
}

.fa.big-icon.s45 {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 18px
}

.contacts table td .fa.big-icon {
	margin: 0 20px 20px 0
}

.maps-size {
	width: 100%;
	height: 400px
}

@media(max-width:479px) {
	.checkout-buttons .btn {
		width: 100%
	}
	.checkout-buttons .btn+.btn {
		margin-top: 1rem
	}
}

@media(max-width:480px) {
	.col-xs-6 {
		width: 100%
	}
}

.alert-price {
	padding: 2rem 2.5rem;
	background: #f8fbff;
	margin: 2rem 0 2rem;
	border: 2px dashed #ee2a74
}

.write-review {
	color: #6a6b6d
}

.scroll-top {
	margin-top: 0;
	background-color: #f5f5f5;
	height: 4rem;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.4rem;
	position: relative;
	top: 0;
	line-height: 4rem;
	color: #1a1a1a;
	margin-top: 3rem
}

.scroll-top:hover {
	background-color: #ee2a74;
	color: #fff
}

.scroll-top-arrow {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-top: 2px solid #ee2a74;
	border-right: 2px solid #ee2a74;
	transform: rotate(-45deg);
	margin-right: 13px;
	color: #ee2a74
}

.scroll-top:hover .scroll-top-arrow {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}

.brand-module {
	margin: 30px 0
}

.brand-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 91px;
	border-radius: 4px;
	padding: 14px 20px;
	margin-bottom: 20px;
	transition: all .3s;
	border: 1px solid #e9ecef
}

.brand-link:hover {
	box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}

.brand-title {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-top: 30px
}

.brand-title-main {
	flex-grow: 1
}

.brand-title-main h3 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0
}

.brand-more-link {
	margin-left: 24px;
	flex-shrink: 0;
	line-height: 28px
}

.brand-more-link a {
	font-size: 14px;
	line-height: 20px
}

.ftr-cat {
	text-align: center;
	padding: 0 0 30px 0;
	position: relative
}

.ftr-cat a {
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: rgba(0, 0, 0, .03)
}

.ftr-cat a img {
	mix-blend-mode: darken
}

.ftr-cat a,
.ftr-cat__name {
	display: block
}

.ftr-cat__name {
	padding: 12px 15px 0;
	font-size: 15px;
	color: #222;
	line-height: normal
}

.manufacturers .manufacturer-link {
	display: flex;
	padding: 10px;
	border: 1px solid #dde0e8;
	align-items: center;
	color: #1a1a1a;
	font-weight: 500;
	border-radius: 8px;
	margin-bottom: 10px
}

.manufacturers .manufacturer-link:hover {
	-webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 25px rgb(0 0 0 / 5%)
}

.manufacturer-image {
	flex: 0 0 auto;
	margin-right: 20px
}

.hidden {
	opacity: .5
}

.mobile-toggle {
	margin-right: 10px
}

.menu-fixed .menu-close {
	position: absolute;
	top: 10px;
	right: -40px;
	font-size: 25px;
	line-height: 1
}

.heading_title {
	margin: 10px 0 20px 0;
	font-family: inherit;
	font-weight: 300;
	color: inherit;
	font-size: 24px;
	line-height: normal;
}

@media only screen and (min-width: 768px) {
	.heading_title {
		font-size: 36px;
	}
}

.toolbar-fixed_toggle {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 7rem
}

.toolbar-fixed_toggle span {
	display: flex;
	width: 5rem;
	height: 5rem;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 2px 2px #cdcdcd;
	cursor: pointer
}

.toolbar-fixed .modal-dialog {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 320px;
	margin: 30px auto
}

.toolbar-toggle+.toolbar-toggle {
	margin-top: 20px
}

.toolbar-toggle .btn-tools {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 19px
}

.toolbar-toggle .btn-tools .form-text_value {
	line-height: 22px;
	margin-left: 8px
}

.action-toggle button {
	border: 0;
	padding: 5px 10px;
	margin: 0 3px 7px 0;
	font-weight: 500;
	font-size: 1.3rem;
	border-radius: 4px
}

.action-toggle button:hover {
	color: #ee2a74
}

.w-50 {
	width: 50%!important
}

.swiper-container {
	border-radius: 1.2rem
}

.ui-hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden
}

.mr-5 {
	margin-right: .5rem
}

.mr-10 {
	margin-right: 1rem
}

.mr-15 {
	margin-right: 1.5rem
}

.mr-2 {
	margin-right: 2rem
}

.ml-5 {
	margin-left: .5rem
}

.ml-10 {
	margin-left: 1rem
}

.ml-15 {
	margin-left: 1.5rem
}

.ml-2 {
	margin-left: 2rem
}

.icon-svg {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	fill: currentColor
}

#column-right .product-layout,
#column-left .product-layout {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.slider-btn {
	z-index: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 1rem 2rem rgb(4 6 28 / 30%);
	box-shadow: 0 1rem 2rem rgb(4 6 28 / 30%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #333;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	border: 0
}

.slider-btn--next {
	right: 20px
}

.slider-btn--prev {
	left: 20px
}

.slider-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider-btn.swiper-button-disabled {
	opacity: 0
}

.slider-btn .arrow-chevron {
	width: 24px;
	height: 24px;
	color: #fff
}

.slider-btn--prev .arrow-chevron {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1)
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #333!important
}

.promo-cards {
    margin: 50px -10px 70px 0;
    display: flex;
    flex-wrap: wrap;
}

.promo-card {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    font-size: 0;
    margin: 0 0 10px;
    display: flex;
}

@media only screen and (max-width: 767px) {
	.promo-card {
		width: 100%;
	}
}

.promo-card__inner {
    margin: 0 10px 0 0;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.promo-card a {
    text-decoration: none;
}

.promo-card__image {
    display: inline-block;
    width: 40%;
    margin: 0 3% 0 0;
    vertical-align: middle;
    background: url(/vivat/image/catalog/circle.png) 50% no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
}

.promo-card__image img {
    max-width: 100%;
    max-height: 207px;
    vertical-align: middle;
	transition: all .5s;
}

.promo-card__inner:hover .promo-card__image img {
	transform: scale(1.1);
}

.promo-card__content {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    font-size: 14px;
    padding: 0 0 30px;
}

.promo-card__name {
    font-size: 31px;
    font-weight: 500;
    line-height: 28px;
}

.promo-card__desc {
    margin: 20px 0 0;
    line-height: 18px;
}

.promo-card__more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
    font-size: 14px;
}

.stars-rating label {
    display: block
}

.stars-rating .wrap {
    display: inline-block;
    font-size: 0
}

.stars-rating .wrap span {
    font-size: 55px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block
}

.stars-rating .wrap span:before {
    content: "\2605";
    color: #e8e8e8
}

.stars-rating .wrap:not([data-rate="0"]) span:before {
    content: "\2605"
}

.stars-rating .wrap:hover span:before {
    content: "\2605";
    color: #ffcd04
}

.stars-rating .wrap:hover span:hover~span:before {
    color: #e8e8e8
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {
    color: #ffcd04
}

@media only screen and (min-width: 1900px) {
	#content.col-sm-9 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	#content.col-sm-6 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	#column-left.col-sm-3,
	#column-right.col-sm-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.button-group button {
	min-height: 56px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 5px;
    border-radius: 10px;
}

#button-cart {
	background: #ee2a74;
    border-color: #ee2a74;
}