.cart-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.cart-title .inner-title {
	margin-bottom: 0;
}
.cartChoiseRegion {
	margin: 34px 0 -8px 0;
}
.cartChoiseRegion a.shop-regions__link {
	font-weight: bold;
	text-decoration: underline;
	color: #00b2a3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.shop-regions-window_show {
	z-index: 100001 !important;
}
.btn-cart {
	width: 210px;
	max-width: 300px;
	font-size: 16px;
	text-align: center;
	color: #00b2a3;
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	padding: 8px 25px;
	cursor: pointer;
	border: 1px solid #00b2a3;
}

.btn-cart:hover {
	border: 1px solid #00b2a3;
	color: #ffffff;
	background: #00b2a3;
	text-decoration: none;
}

.cart-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 45px;
	border-bottom: 1px solid #f0f0f0;
}

.cart-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

.cart-bottom-item {
	width: 49%;
}

.cart-bottom-item .consent {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

.cart-btn-wrapper {
	text-align: right;
}

.cart-btn-wrapper .btn {
	width: 236px;
}

.cart-table {
	width: 60%;
}

.cart-table-final {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 95%;
}

.cart-table-count {
	font-size: 16px;
	margin-right: 34px;
}

.cart-table-price {
	font-size: 16px;
}

.cart-form-wrapper {
	width: 37%;
	padding: 34px 19px;
	background-color: #f7f7f7;
	margin-right: 0px;
	max-height: 500px;
}

@media (max-width: 1110px) {
	.cart-form-wrapper {
		width: 60%;
	}
}

@media (max-width: 800px) {
	.cart-form-wrapper {
		width: 80%;
	}
}

@media (max-width: 600px) {
	.cart-form-wrapper {
		width: 100%;
	}
}

.cart-product-wrapper {
	width: 98%;
	margin: 0;
	padding: 0;
}

.cart-product-wrapper .mCSB_inside > .mCSB_container {
	margin-right: 20px;
}

.cart-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}

.cart-product-item {
	padding: 17px 16px;
	padding-right: 0;
}

.cart-product-item:nth-child(2) {
	width: 80%;
}

.cart-img {
	width: 113px;
	height: 113px;
	margin-bottom: 7px;
	overflow: hidden;
}

.cart-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.cart-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-details .price {
	font-size: 23px;
	min-width: 124px;
	text-align: right;
}

.radio-btn {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.label,
.labelOuter {
	margin-bottom: 12px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.label:hover,
.labelOuter:hover {
	color: #00665d;
}

.label::before,
.labelOuter:before {
	position: absolute;
	top: 31px;
	left: 20px;
	display: inline-block;
	content: "";
	height: 24px;
	width: 24px;
	margin-right: 0.625rem;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.label:hover > div,
.labelOuter:hover > div {
	color: #000;
}

.label::after,
.labelOuter:after {
	background: #dbdbdb;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	top: 38px;
	left: 27px;
	content: "";
}
.shipping_active .label:after,
.shipping_wrapper_active .label:after {
	background: #00b2a3;
}
.active .label::after {
	background: #00b2a3;
}
ul.delivery-list > li > ul {
	width: 100%;
	max-width: 470px;
	padding: 0;
	list-style: none;
}
.delivery-text-box {
	/*margin-bottom: 15px;*/
	font-size: 14px;
	line-height: 22px;
}
.titleLabel {
	margin-bottom: 10px;
}
.delivery-text-box p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.delivery-text-box .form-input {
	padding: 10px 24px;
}

.delivery-list-info {
	width: 100%;
	max-width: 470px;
}

.form-delivery__item {
	margin-bottom: 20px;
}

.form-label {
	display: block;
}

.form-label span {
	color: #ff0000;
}

.cartOS .form-input,
.cartOS input {
	width: 100%;
	height: 42px;
	padding: 10px 15px;
	color: #292929;
	background-color: #f7f7f7;
	border: none;
	border-radius: 2px;
}

.cartOS .form-select,
select {
	width: 100%;
	height: 42px;
	padding: 8px 15px;
	background-image: url(../img/arrow-select.png);
	background-size: 13px;
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.cartOS .form-input:focus,
.cartOS .form-select:focus,
.cartOS input:focus,
.cartOS select:focus {
	outline: none;
}
.oneclick-btn .buy1click-open-button {
	background: #00b2a3;
	border: 1px solid #00b2a3;
	color: #ffffff;
	transition: all 0.3s;
	padding: 12px 25px;
	font-weight: 400;
	border-radius: 4px;
	line-height: 1;
}
.oneclick-btn .buy1click-open-button:hover {
	background: #00665d;
	border: 1px solid #00665d;
	color: #ffffff;
}
.form-delivery__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-delivery__item .form-label,
.form-delivery__item .form-label {
	width: 100%;
}

.form-input-container {
	width: 48%;
}

.radio-btn:checked + .label {
	font-weight: bold;
}

.radio-btn:checked + .label::before {
	background: #fff;
}

.cart-name {
	margin-top: 8px;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 25px;
}

.cart-art {
	font-size: 12px;
	text-align: center;
}

.cart-fav {
	position: relative;
	padding-left: 26px;
	color: #292929;
	cursor: pointer;
}

.cart-fav:hover {
	color: #00b2a3;
}

.cart-fav.active {
	color: #00b2a3;
}
.cart-fav:before {
	display: block;
	position: absolute;
	content: "\e67e";
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	font-size: 18px;
	height: 20px;
	font-family: Stroke-Gap-Icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.cart-delete {
	position: relative;
	padding: 0;
	padding-left: 26px;
	color: #292929;
	font-weight: 400;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.cart-delete:hover,
.cart-delete.active {
	color: #00b2a3;
	background-color: transparent;
	border: none;
}

.cart-delete::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -4px;
	width: 28px;
	height: 24px;
	margin-right: 20px;
	background-image: url(../img/delete-icon.png);
	background-position: center 3px;
	background-size: 18px;
	background-repeat: no-repeat;
}

.cart-delete:hover::before {
	background-position: center -18px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #00b2a3;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #33ccff;
}

.form-cart {
	padding-left: 0;
}

.form-cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 28px;
}

.form-cart-item:last-child {
	margin-bottom: 0;
}

.form-cart-50 {
	width: 49%;
}

.form-cart-full {
	width: 100%;
}

.form-cart-item label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.form-cart-item label span {
	color: #ff0000;
}

.form-cart-item .consent {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.form-title {
	margin-bottom: 15px;
	font-size: 23px;
	line-height: 20px;
}

.light-input,
.light-input[type="text"],
.light-input[type="email"] {
	width: 100%;
	height: 50px;
	padding: 10px 17px;
	color: #b7b7b7;
	background-color: #ffffff;
	border-color: transparent;
}

.light-textarea {
	width: 100%;
	height: 110px;
	color: #b7b7b7;
	background-color: #ffffff;
	border-color: transparent;
	resize: none;
}

.oneclick-descr {
	width: 50%;
	font-size: 12px;
	line-height: 17px;
}

.quickorder-button-cart {
	padding: 12px 25px;
	font-weight: 400;
	border-radius: 4px;
	background: #00b2a3;
	border: 1px solid #00b2a3;
	color: #ffffff;
	line-height: 13px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.quickorder-button-cart:hover {
	background: #00665d;
	border: 1px solid #00665d;
	color: #ffffff;
}

.delivery-list {
	margin-top: 35px;
	padding-left: 0;
}

.delivery-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	margin-bottom: 12px;
	padding: 30px 12px;
	padding-left: 65px;
	border: 1px dashed #f0f0f0;
}

.delivery-list-item:hover,
.delivery-list-item.active,
.delivery-list-item.shipping_active,
.delivery-list-item.shipping_wrapper_active {
	border-color: #00b2a3;
}

.delivery-price {
	font-size: 16px;
	line-height: 21px;
	color: #005298;
}

.delivery-list-price {
	width: 100%;
}

.delivery-price-mobile {
	display: none;
}

.payment-method-box {
	margin-top: 35px;
	padding-left: 0;
}

.payment-method {
	/*  min-height: 90px;*/
	margin-bottom: 14px;
	list-style-type: none;
	position: relative;
}
.cart-bottom input[type="radio"] {
	width: auto;
}
.payment-label {
	position: relative;
	padding: 22px 20px;
	padding-left: 116px;
	background-color: #f7f7f7;
	border: 1px dashed transparent;
	display: block;
	width: 100%;
	/*height: 100%;*/
	line-height: 18px;
	cursor: pointer;
}

.payment-label .method-logo {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -30px;
	display: block;
	width: 72px;
	height: 60px;
	text-align: center;
}

.payment-title {
	display: block;
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 18px;
}

.payment-method:hover label {
	border-color: #005298;
}

.payment-method input:checked + label {
	background-color: #ffffff;
	border-color: #00b2a3;
}

.payment-method-1 input:checked + label::before {
	background-image: url(../img/icon1-active.png);
}

.payment-method-2 input:checked + label::before {
	background-image: url(../img/icon2-active.png);
}

.payment-method-3 input:checked + label::before {
	background-image: url(../img/icon3-active.png);
}

.payment-method-4 input:checked + label::before {
	background-image: url(../img/icon4-active.png);
}

.count {
	position: relative;
	display: block;
	width: 111px;
	height: 47px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border-radius: 2px;
}
.help-panel .count {
	display: inline;
	background: no-repeat;
	border: none;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.count-block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 42px;
}

.plus,
.minus {
	position: absolute;
	display: block;
	width: 39px;
	height: 19px;
	padding: 4px 0;
	color: #ffffff;
	background-color: #d7d7d7;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
}

.plus {
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url("../img/arr-up.png");
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.minus {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: url("../img/arr-down.png");
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.plus:hover,
.minus:hover {
	background-color: #00b2a3;
}

.amount-block {
	position: relative;
	height: 100%;
}

.amount-filed[type="text"] {
	padding: 13px;
	width: 71px;
	height: 100%;
	color: #292929;
	font-size: 14px;
	text-align: center;
	background: #f7f7f7;
	outline: 0;
	border: none;
	vertical-align: middle;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}

.breadcrumbs {
	margin-bottom: 42px;
	padding: 15px 0;
	background: #f7f7f7;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs ul li::before,
.breadcrumbs ul li + li:before {
	content: none;
}

.breadcrumbs li::after {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 6px;
	background-color: #0199be;
}

.breadcrumbs li:last-child::after {
	content: none;
}

.breadcrumbs li a {
	color: #292929;
	font-size: 14px;
}

.breadcrumbs li a:hover {
	color: #00b2a3;
}

.breadcrumbs li span {
	color: #292929;
	font-size: 14px;
}

.breadcrumbs .breadcrumbs-color a {
	color: #0199be;
}

.header_type2 .nav {
	background: #0199be;
	color: #ffffff;
}

.nav {
	height: auto;
}

.menu-h-img {
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.menu-h-new {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 0;
	padding-left: 0;
}

.menu-h-new > li {
	text-align: center;
	-ms-flex-preferred-size: 17%;
	flex-basis: 17%;
	float: none;
	font-size: 13px;
	list-style-type: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-h-new > li > a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	padding: 20px 10px;
	color: #ffffff;
	line-height: 15px;
}

.menu-h-new > li > a::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-h-new > li > a::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-h-new > li:hover > a::before {
	top: -18px;
	opacity: 1;
	visibility: visible;
}

.menu-h-new > li:hover > a::after {
	bottom: -18px;
	opacity: 1;
	visibility: visible;
}

.menu-h-new li a {
	text-transform: none;
}

.menu-h-new li ul {
	/* margin: 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 20;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  text-align: left;
  visibility: hidden;
  top: -1000000px;
  left: -1000000px;
  list-style: none; */
}

.menu-h-new li:hover ul {
	visibility: visible;
	left: 0;
	top: auto;
	-webkit-transition: visibility 0s linear 0.2s, ease-in-out 0.2s linear;
	transition: visibility 0s linear 0.2s, ease-in-out 0.2s linear;
}

.menu-h-new li ul li {
	width: 25%;
	min-width: 150px;
	background: none;
	float: left;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.menu-h-new ul li a {
	padding: 0;
	display: inline;
	color: #343434;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}

.menu-h-new li ul li a:before {
	font-family: "FontAwesome", serif;
	content: " ";
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	top: 12px;
	margin-left: -15px;
}

.menu-h-new ul a img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.menu-h-new li ul li a:hover {
	color: #37cdfc;
}

.title-h3 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
	color: #292929;
	line-height: 24px;
}

.final-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #898989;
}

.final-info-name {
	width: 50%;
	line-height: 20px;
	text-align: left;
}

.final-info-inner {
	width: 50%;
	text-align: right;
}

.final-summ {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #292929;
	text-align: center;
}

.consent-link {
	color: #005298;
	text-decoration: underline;
}

.consent-link:hover {
	color: #00b2a3;
	text-decoration: none;
}

.final-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.btn-final {
	position: relative;
	padding: 12px 45px;
	font-weight: 400;
	border-radius: 4px;
	background: #00b2a3;
	border: 1px solid #00b2a3;
	color: #ffffff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-final:hover {
	background: #00665d;
	border: 1px solid #00665d;
	color: #ffffff;
}

.btn-final::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: -15px;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border-radius: 100%;
}
.btn-final.cartOS__button {
	min-width: 204px;
	padding: 12px;
	border: none;
	/* line-height: 1; */
}
.delivery-list-info .wa-form .wa-field .wa-name {
	float: none;
	width: auto;
	padding: 0;
}
.delivery-list-info .wa-form {
	margin: 0 auto;
}

.footer {
	background-color: #0199be;
	overflow: hidden;
}

.footer .container {
	padding-bottom: 0;
}

.footer-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 55px;
}

.footer-menu-block .footer-menu-list {
	width: 47%;
}

.footer-menu-list {
	padding-left: 0;
}

.footer-menu-list-item {
	list-style-type: none;
}

.footer-top-item {
	width: calc(16.666666666666668% - 0px);
	margin-top: 0;
}

.footer-top-item:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(75% - 0px);
	margin-top: 50px;
}

.footer-top-item p {
	color: #ffffff;
}

.logo-footer {
	position: relative;
	z-index: 1;
}

.logo-footer::before {
	content: "";
	position: absolute;
	top: -144px;
	left: -35px;
	right: 0;
	margin: auto;
	width: 298px;
	height: 252px;
	background-color: #ffffff;
	border-radius: 100%;
	z-index: -1;
}

.logo-footer a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-top-contacts {
	margin-top: 70px;
}

.phone-footer {
	position: relative;
	padding: 24px 0;
	padding-left: 20px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
}

.phone-footer::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 23px;
	display: block;
	width: 12px;
	height: 23px;
	background-image: url("../img/phone-footer.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

.phone-footer span {
	position: relative;
	color: #0033a0;
}

.footer .phone-link {
	display: block;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

.phone-footer a {
	display: block;
	color: #ffffff;
}

.phone-footer a:hover {
	color: #00b2a3;
}

.phone-footer::after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 0;
	display: block;
	width: 209px;
	height: 1px;
	background: #ffffff;
	opacity: 0.2;
}

.hours {
	font-size: 12px;
	font-weight: 500;
}

.address-footer {
	position: relative;
	padding: 18px 0;
	padding-top: 34px;
}

.address-info {
	position: relative;
	margin-bottom: 32px;
	padding-left: 19px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
}

.address-info::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 1px;
	display: block;
	width: 26px;
	height: 24px;
	background-image: url(../img/map-footer.png);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

.address-info::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -21px;
	left: 0;
	display: block;
	width: 209px;
	height: 1px;
	background: #ffffff;
	opacity: 0.2;
}

.address-footer .email {
	color: #ffffff;
}

.address-footer .email::after {
	content: "";
	position: absolute;
	left: 11px;
	top: -5px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/mail-footer.png);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

.email-footer-wrapper {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.email-footer-wrapper::after {
	content: "";
	position: absolute;
	left: -31px;
	top: -8px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/mail-footer.png);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

.email-footer {
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}

.footer .email-footer:hover {
	color: #00b2a3;
}

.footer-menu:nth-child(1) {
	width: calc(16.666666666666668% - 0px);
}

.footer-menu:nth-child(2) {
	width: 47%;
}

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

.footer-menu-list-item {
	margin-bottom: 20px;
}

.footer-menu-list-item a {
	color: #ffffff;
	text-decoration: none;
}

.footer-menu-list-item a:hover {
	color: #00b2a3;
}

.title-yandex {
	font-size: 13px;
}

.footer-bottom {
	padding: 20px 0;
	background-color: #00586e;
}

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

.wesma-link-tagline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	color: #00c0f0;
}

.wesma-link__tagline {
	color: #00c0f0;
	font-size: 12px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wesma-link__tagline a {
	margin-left: 15px;
}

.author-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
}

.author-list-item {
	width: calc(33.333333333333336% - 0px);
	list-style-type: none;
}

.author-list-item:last-child {
	width: calc(25% - 0px);
}

.author-list-text {
	margin-bottom: 0;
	color: #00c0f0;
	font-size: 12px;
	line-height: 18px;
}

.footer .author-list-link {
	color: #00c0f0;
}

.title-list {
	position: relative;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}

.title-list::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	width: 19px;
	height: 3px;
	margin: auto;
	background: #ff7b1d;
	border-bottom: 1px solid #ff7b1d;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.delivery-final-name,
.delivery-final-inner {
	display: inline-block;
	/*width: 180px;*/
}
.delivery-final-name {
	width: 180px;
}
.delivery-price {
	color: #0199be;
	font-weight: bold;
}

/* MEDIA */

@media (max-width: 1200px) {
	.footer .phone-link {
		font-size: 16px;
	}
}

@media (max-width: 1100px) {
	.oneclick-descr {
		width: 100%;
		margin-bottom: 10px;
	}

	.final-btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-bottom-item .consent {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 1090px) {
	.menu-h-new ul li a {
		font-size: 13px;
	}
	.phone-footer {
		width: 30%;
	}

	.cart-img {
		width: 50px;
		height: 50px;
	}

	.footer-menu-list-item {
		margin-bottom: 10px;
	}

	.footer .phone-link {
		font-size: 15px;
	}

	.footer-top-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.logo-footer {
		width: 150px;
	}

	.logo-footer img {
		width: 150px;
		height: auto;
	}

	.logo-footer::before {
		top: -84px;
		left: -19px;
		width: 189px;
		height: 160px;
	}

	.footer-menu {
		display: none;
	}

	.footer-top-contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 80%;
		margin-top: 0;
	}

	.phone-footer::after,
	.footer-top::after {
		content: none;
	}

	.address-footer {
		width: 100%;
		padding-top: 24px;
	}

	.footer-top-item:nth-child(2) {
		display: none;
	}
}

@media (max-width: 900px) {
	.payment-method {
		height: auto;
	}

	.phone-footer {
		width: auto;
	}

	.payment-label .method-logo {
		top: 50%;
		left: 12px;
		width: 40px;
		height: 42px;
		margin-top: -22px;
	}

	.payment-label {
		padding: 10px 20px;
		padding-left: 70px;
	}

	.footer-top-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top-contacts {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 47px;
	}

	.address-info {
		width: 300px;
	}

	.address-info::after {
		content: none;
	}
}

@media (max-width: 700px) {
	.cart-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.cart-table {
		width: 100%;
		margin-bottom: 20px;
	}

	.cart-product-wrapper {
		width: 100%;
		height: auto;
		max-height: none;
		overflow: auto;
	}

	.cart-table-final {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}
	.cart-details .price {
		min-width: 0;
		text-align: center;
	}
	.cart-form-wrapper {
		width: 100%;
		padding: 30px 15px;
	}

	.cart-img {
		width: 80px;
		height: 80px;
		margin: 0 auto;
	}

	.cart-product-item {
		width: 100%;
		padding: 5px 0;
	}

	.cart-product-item:nth-child(2) {
		width: 100%;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.cart-name {
		text-align: center;
	}

	.cart-details {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cart-bottom-item {
		width: 100%;
	}

	.delivery-list-item {
		padding: 15px 12px;
		padding-left: 47px;
	}

	.label::before {
		top: 11px;
		left: 5px;
	}

	.label:after {
		top: 18px;
		left: 12px;
	}

	.author-list-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.wesma-link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.cart-title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-title .inner-title {
		margin-bottom: 20px;
		width: 100%;
	}
}

/* CARTONESTEP */
.cartOS .error {
	color: red !important;
}

.cartOS .checkout-result.error {
	display: none;
}

.quickorder-error-block.quickorder-row {
	display: none !important;
}

.cartOS__error,
.quickorder-error-block,
.quickorder-error-popup {
	display: none;
}

.quickorder-row.quickorder-required .quickorder-field-name:after {
	display: inline-block;
	content: "*";
	color: red;
}

.cartOS__form input[type="text"].error,
.cartOS__form select.error,
.quickorder-fields input[type="text"].quickorder-error,
.quickorder-form .quickorder-coupon-wrap input.quickorder-error {
	border: 1px solid red !important;
}

.cartOS .errormsg {
	color: red !important;
	font-size: 12px;
}

.cartOS__couponErrormsg {
	color: red;
}

.cartOS__countPlus,
.cartOS__countMinus {
	position: absolute;
	display: block;
	width: 39px;
	height: 19px;
	padding: 4px 0;
	color: #ffffff;
	background-color: #d7d7d7;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
}

.cartOS__countPlus {
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url("../img/arr-up.png");
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.cartOS__countMinus {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: url("../img/arr-down.png");
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}

.cartOS__countPlus i,
.cartOS__countMinus i {
	position: relative;
	top: -4px;
	font-size: 18px;
}

.cartOS__countPlus:hover,
.cartOS__countMinus:hover {
	background-color: #00b2a3;
}

.cartOS__cartSku {
	font-size: 12px;
}

#checkout-contact-form input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 10px 17px;
	color: #b7b7b7;
	background-color: #ffffff;
	border-color: transparent;
}

#checkout-contact-form .wa-name {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
}

#checkout-contact-form .wa-field.wa-field-firstname {
	margin-right: 2%;
}

#checkout-contact-form .wa-field.wa-field-firstname,
#checkout-contact-form .wa-field.wa-field-phone {
	width: 49%;
	float: left;
}

#checkout-contact-form .wa-field.wa-field-phone p {
	margin: 0 auto;
}

#checkout-contact-form .wa-field.wa-field-email {
	clear: both;
}

#checkout-contact-form textarea {
	padding: 10px;
}

.cartOS .form-title {
	margin-bottom: 33px;
}

#checkout-contact-form .wa-required .wa-name > span {
	color: red;
}

.payment-method .wa-form {
	display: none !important;
}

.payment-method.payment_active .wa-form {
	display: block !important;
}

.cartOS__infoBlLeft {
	float: left;
	width: 60%;
	margin-right: 1%;
}

.cartOS__infoBlRight {
	float: left;
	width: 39%;
}

.cartOS__infoBlRight .cartOS__bl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4px;
	font-family: "Montserrat-Bold", "Arial", sans-serif;
	font-size: 14px;
}

button.btn.cartOS__button {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 244px;
}

.cartOS .wa-form .wa-field.wa-required .wa-name:after {
	content: none;
}

.cartOS .wa-form .wa-field {
	clear: none;
}

.cartOS .wa-form .wa-field .wa-value {
	margin-left: 0;
}

@media (max-width: 1090px) {
	#checkout-contact-form .wa-field.wa-field-firstname {
		margin-right: 0;
	}

	#checkout-contact-form .wa-field.wa-field-firstname,
	#checkout-contact-form .wa-field.wa-field-phone {
		width: 100%;
		float: none;
	}
}

@media (max-width: 1040px) {
	.cartOS__infoBlLeft,
	.cartOS__infoBlRight {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
.delivery-list-info label {
	width: 100%;
}
/* LAZYLOADING */
.lazyanim {
	margin: 0 auto;
	text-align: center;
}

.lazyanim ul {
	list-style: none;
	margin: 0 auto;
	display: block;
	padding: 0;
	height: 28px;
}

.lazyanim li {
	width: 8px;
	height: 28px;
	margin: 0 1px;
	display: inline-block;
	background: #ffffff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#7eb3e0), to(#005298));
  background: linear-gradient(to bottom, #7eb3e0, #005298);*/
	border-radius: 4px;
	-webkit-animation: scale 0.8s ease alternate infinite;
	animation: scale 0.6s ease alternate infinite;
	opacity: 0;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
}
.btn-cart .lazyanim li {
	height: 10px;
	background: #ffffff;
}
@-webkit-keyframes scale {
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale {
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.lazyanim li:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.lazyanim li:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.lazyanim li:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.lazyanim li:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.lazyanim li:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.linkTopPunkts {
	/* font-weight: bold; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-decoration: underline;
	color: #00b2a3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
}

@media (max-width: 991px) {
	.xs-menu-item {
		display: flex;
	}

	.xs-menu-item .logo img {
		height: 35px;
		max-width: 130px;
		object-fit: contain;
	}

	.xs-menu .is-search {
		width: calc(100% - 127px);
		position: absolute;
		z-index: 10;
		top: 2px;
	}
}

@media (min-width: 992px) {
	.header_type2 .is-search {
		display: block !important;
	}
}

.sc88-modal-overlay {
	background: none;
}

.sc88-modal-body {
	border: 3px solid #00b2a3;
}

.icon-phone-mobile {
	display: none !important;
}

@media (min-width: 992px) {
	.header_type2 .main .phone {
		display: block !important;
	}
}

@media (max-width: 992px) {
	.header_type2 .main .phone {
		display: none;
		position: fixed;
		top: 53px;
		left: 50%;
		transform: translate(-50%, 0);
		min-width: 300px;
		max-width: 350px;
		background: #fff;
		border: 1px solid #00b2a3;
		z-index: 100;
	}

	.icon-phone-mobile {
		display: inline-block !important;
	}

	.category-wrapper {
		display: flex;
		flex-direction: column;
	}

	.category-wrapper .catTags {
		order: 5;
	}

	/* .category-filter {
    display: block !important;
  } */

	.category-filter .subcategory {
		display: block !important;
		margin-bottom: 30px;
	}

	.product .tags {
		margin-bottom: 20px;
	}

	.product .expand-content {
		display: flex;
		flex-wrap: wrap;
	}

	.product .expand-content dt {
		border: 1px solid;
		margin-bottom: -1px;
		padding: 10px;
		font-weight: 500;
	}

	.product .expand-content dd {
		border: 1px solid;
		margin-bottom: -1px;
		padding: 10px;
		font-weight: 500;
	}

	.expand-content dt:after {
		content: none;
	}

	.expand-content dd::after {
		content: none;
		overflow: hidden;
	}

	.product .add2cart .btn-primary {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 50%;
		z-index: 100;
		padding: 12px;
		font-size: 14px;
		border-radius: 0 !important;
	}

	.product .buy1click-open-button {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 50%;
		z-index: 10;
		margin-bottom: 0;
		padding: 10px 17px 10px 17px;
		font-size: 14px;
		border-radius: 0;
	}

	.product .add2cart .icons-compare-favorite {
		position: static;
	}

	.product .sub {
		display: none;
	}

	.product-image-mobile.owl-carousel {
		margin-bottom: 20px;
	}

	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: 10px;
	}

	.slider-main .arrow-slider-main {
		display: none;
	}

	.category .show-type-background {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.category .sorting {
		position: static;
		margin: initial;
	}

	.sorting .nav-pills {
		margin: 0;
	}

	.sorting .nav-pills:first-child {
		margin-right: 15px;
	}

	.product-image-mobile .owl-stage {
		display: flex;
	}
}

@media (max-width: 500px) {
	/* .product .add2cart .btn-primary {
		padding: 20px 5px 20px 5px;
		font-size: 18px;
	}

	.product .buy1click-open-button {
		padding: 18px 5px 17px 5px;
		font-size: 18px;
	} */

	.xs-menu ul li .icon {
		padding: 11px 9px 10px 9px;
	}

	.xs-menu .is-search {
		width: calc(100% - 110px);
	}

	.category .show-type-background {
		flex-direction: column;
	}

	.category .showtype {
		margin-bottom: 15px;
	}

	.category .row-border {
		margin: 15px 0;
	}

	.category .row-border > div {
		padding: 0;
	}
}

@media (max-width: 1090px) and (min-width: 900px) {
	.footer-top {
		padding-bottom: 30px;
	}

	.phone-footer {
		margin-right: 15px;
	}
}

@media (max-width: 1055px) {
	.product .add2cart .icons-compare-favorite {
		right: -10px;
	}

	.product .row .col-lg-4 {
		width: 30%;
	}
}

@media (max-width: 992px) {
	.product .row .col-lg-4 {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.product .row .col-lg-4 {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.product .expand-content dt {
		font-size: 13px;
		padding: 5px;
		width: 55%;
		word-break: break-all;
	}

	.product .expand-content dd {
		font-size: 13px;
		padding: 5px;
		width: 46%;
		word-break: break-all;
	}
}

/*стилизирование формы оформления заказа в корзине*/

/* .btn-final::after {
    background-color: #C2F0FF !important;
} */

.cart-bottom {
	/* background-color: #C2F0FF; */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cart-form-wrapper {
	/* background-color: #C2F0FF; */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#checkout-contact-form .wa-name {
	font-weight: 700;
}

.wa-form,
.wa-field,
.wa-name {
	color: #333;
	font-size: 16px;
}

#checkout-contact-form .wa-form input[type="text"]:hover,
#checkout-contact-form .wa-form input[type="text"]:active,
#checkout-contact-form .wa-form textarea:hover,
#checkout-contact-form .wa-form textarea:active {
	box-shadow: 0 0 10px rgb(24 62 72 / 32%);
	font-weight: 600;
	background: aliceblue;
	border: #000 2px solid;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.form-cart-item label {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 700;
}



/* Карта с ПВЗ в карточке товара */
.ya-map .w-map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ya-map .w-map::before {
	content: '';
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	z-index: 2;
	
	transition: all 0.4s ease 0s;
}

.ya-map .w-map:hover::before {
	background-color: rgba(0,0,0,0.3);
}

.w-map .js-show-map {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	
	height: 40px;
	padding: 0 2em;
	transform: translate(-50%,-50%);
	
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	background-color: #00b2a3;
	border: 1px solid #00b2a3;
	cursor: pointer;
	
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
}


.ya-map .w-map:hover .js-show-map {
	visibility: visible;
	opacity: 1;
}


.ya-map .w-map .js-show-map:hover {
	background: #00665d;
	border: 1px solid #00665d;
	color: #ffffff;
}