.header {
	margin: 20px auto;
	font-size: 10px;
}
.header-item {
	float: left;
	height: 10em;
	box-sizing: border-box;
}
.header-item.logo {
    width: 25.7em;
    position: relative;
}
.logo-part {
    max-width: 20%;
    position: absolute;
    top: 30%;
}
.wg-text {
    position: absolute;
    top: 25%;
    right: 3%;
    font-size: 3em;
    font-weight: 600;
}
.wg-text span:last-child {
	color: #8aad51;
}
.under-text {
    position: absolute;
    top: 57%;
    right: 3%;
    font-size: 1.44em;
}
.header-item .header-contacts__tel:nth-child(2) a {
	letter-spacing: 0.2px;
}
.header-item .header-contacts__tel:nth-child(2) span {
	padding-left: 7px;
}
.header-contacts {
	/*padding: 10px 0px;*/
	padding: 23px 0px 10px;
	margin-left: 2%;
}
.header-contacts a {
	text-decoration: none;
}
.header-contacts__tel a {
	/*font-size: 2.4em;*/
	font-size: 1.9em;
	/*font-weight: 600;*/
	font-weight: 800;
	vertical-align: middle;
}
.telfor {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	padding-left: 8px;
}
.header-contacts__callmail {
	margin-top: 7px;
}
.header-contacts__callmail * {
	color: #5aa1cb;	
}
.header-contacts a.callback, .header-contacts a.mailto {
	font-size: 1.2em;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: border-bottom;
	-o-transition-property: border-bottom;
	transition-property: border-bottom;
}
.header-contacts a.callback span, .header-contacts a.mailto span {
	border-bottom: 1px dashed transparent;
}
.header-contacts a.callback:hover span, .header-contacts a.mailto:hover span {
	border-bottom: 1px dashed #5aa1cb;
}
.header-contacts a.callback:before {
	content: '';
	background-image: url(/images/callback-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 7px;
    vertical-align: text-top;
}
.header-contacts a.mailto:before {
	content: '';
	background-image: url(/images/mail.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1.7em;
	height: 1em;
	display: inline-block;
	margin-right: 7px;
	vertical-align: text-top;
}
.separator {
	vertical-align: bottom;
	display: inline-block;
	margin: 0 6px 0 6px;
	width: 1px;
	height: 1.6em;
	background-color: #5aa1cb;
}



/*############################Cart styles###################*/
.cart-page .container {
	max-width: 1200px;
    padding: 0 30px;
    box-sizing: border-box;
    min-width: 0;
}
.back-to-shopping {
	float: right;
    line-height: 10em;
}
.back-to-shopping a {
	text-decoration: none;
	position: relative;
	font-size: 12px;
}
.back-to-shopping a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-right: 7px;
	background: url(../images/back-to-shop.svg) no-repeat center/contain;
}
.hruler {
	background-color: #edf1f5;
	width: 100%;
	height: 4px;
	/*margin-bottom: 50px;*/
	margin-bottom: 20px;
}
.empty-cart-message {
	font-size: 14px;
    color: #585858;
    line-height: 1.2;
}
.empty-cart-message a {
	color: #29538a;
	text-decoration: none;
}
.empty-cart-message a:hover {
	text-decoration: underline;
}
.empty-cart-message__title {
	font-weight: 600;
	font-size: 30px;
	color: #29538a;
}
.cart-page  .header-item.logo {
    line-height: 10em;
}
.cart-page-title {
	font-weight: 600;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.header-item.logo img {
	width: 43px;
	display: inline-block;
	vertical-align: middle;
}
.cart-content,
.checkout-content {
	margin-bottom: 40px;
}
.cart-content {
	min-height: 220px;
}
.cart-content .left-col,
.checkout-content .left-col,
.cart-content .right-col,
.checkout-content .right-col {
	float: left;
	min-height: 1px;
}
.cart-content .left-col,
.checkout-content .left-col {
	width: 66.67%;
}
.cart-content .right-col,
.checkout-content .right-col {
    width: -webkit-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    margin-left: 25px;
    z-index: 100;
}
.checkout-content input[readonly] {
	border: none !important;
}
.cart-items {

}
.cart-item {
	border-bottom: 1px solid #edf1f5;
	padding: 15px 25px;
}
.cart-item:last-child {
	border-bottom: none;
}
.cart-item-img {
	display: inline-block;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	margin-right: 5%;
}
.cart-item-img img {
	max-height: 100%;
	max-width: 100%;
}
.cart-item-info {
	display: inline-block;
	vertical-align: middle;
	width: 84%;
}
.cart-item-info__top {
	margin-bottom: 40px;
}
.cart-item-info__top * {
	color: #585858;
}
.cart-item-title {
	float: left;
	line-height: 1;
	max-width: 60%;
}
.cart-item-title a {
	font-size: 16px;
	text-decoration: none;
	color: #29538a;
}
.cart-item-title a:hover {
	text-decoration: underline;
}
.cart-item-article span {
	color: #585858;
    font-size: 12px;
}
.cart-item-price-n-quantity {
	float: right;
	width: 40%;
	text-align: right;
}
.cart-item-quantity,
.cart-item-price {
	display: inline-block;
	vertical-align: middle;
}
.cart-item-price {
	font-size: 12px;
	width: 45%;
	text-align: right;
}
.cart-item-price span {
	font-size: 16px;
	font-weight: 600;
}
.cart-item-quantity {
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}
.cart-item-quantity > span {
	display: inline-block;
    vertical-align: middle;
}
.cart-item-quantity__minus,
.cart-item-quantity__plus {
	border: 4px solid #edf1f5;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.cart-item-quantity__minus:before,
.cart-item-quantity__plus:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 12px;
	height: 4px;
	background-color: #edf1f5;
}
.cart-item-quantity__plus:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4px;
	height: 12px;
	background-color: #edf1f5;
}
.cart-item-quantity__current-quantity {
	margin: 0 7px;
    font-size: 12px;
}
.cart-item__availability {
	float: left;
}
.cart-item__remove {
	float: right;
}
.cart-item__availability span {
	color: #8aad51;
	font-size: 12px;
}
.cart-item__remove span {
	cursor: pointer;
	color: #5aa1cb;
	border-bottom: 1px dashed #5aa1cb;
	font-size: 12px;
}
.cart-item__remove span:hover {
	border-bottom: 1px dashed transparent;	
}
.order-info {
	background-color: #edf1f5;
	padding: 30px;
	border-radius: 8px;
}
.order-info * {
	color: #585858;
	/* font-size: 12px; */
}
.order-info__items-amount,
.order-info__delivery-text,
.order-info__total-text {
	float: left;
}
.order-info__delivery-text {
	position: relative;
}
.order-info__total-text {
	line-height: 24px;
}
.order-info__total-text span {
	vertical-align: text-top;
}
.delivery-text {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.checkout-content .order-info__delivery {
	padding-bottom: 20px;
}
.order-info__delivery {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-top: 15px;
}
.order-info__delivery-exclam {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url(/images/excl.png) no-repeat center/contain;
	cursor: pointer;
}
.checkout-content .order-info__delivery-exclam {
	width: 17px;
	height: 17px;
	background: url(/images/excl2.png) no-repeat center/contain;
}
.order-info__sum,
.order-info__delivery-price,
.order-info__total-sum {
	float: right;
}
.delivery-info {
	/*display: none;*/
	position: absolute;
	top: -10px;
	left: 80px;
	background: #fff;
	border-radius: 5px;
	width: 170px;
	padding: 15px 20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: inline-block;
	pointer-events: none;
}
.order-info__delivery-exclam:hover+.delivery-info {
	opacity: 1;
}
 .order-info__sum span,
 .order-info__delivery-price span {
	font-size: 16px;
    font-weight: 600;
}
 .order-info__total-sum span {
	font-size: 24px;
    font-weight: 600;
}
.order-info__total {
	margin: 20px 0 0;
}
.order-btn {
	display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #29538a;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    max-width: 295px;
}
.order-btn:after {
/*	content: '';
    position: absolute;
    top: 53%;
    right: 3%;
    display: block;
    width: 15%;
    height: 62%;
    background: url(/images/leaf.svg) no-repeat center/contain;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;*/
    content: '';
    position: absolute;
    top: 53%;
    right: 0%;
    display: block;
    width: 34%;
    height: 105%;
    background: url(/images/leaf2.png) no-repeat right/contain;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.order-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(/images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.order-btn:hover {
	background-color: #08356f;
}
.order-btn:hover:after {
	top: 25%;
}
.order-btn:hover:before {
	opacity: 1;
}
.order-btn:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0%;
	display: block;
	width: 34%;
	height: 105%;
	background: url(/images/leaf-shadow.png) no-repeat right/contain;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	pointer-events: none;
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.order-btn:hover {
	background-color: #08356f;
}
.order-btn:hover:after {
	top: 25%;
}
.order-btn:hover:before {
	opacity: 1;
}
.order-btn-wrapper {
	position: relative;
}
.order-btn-wrapper .load-dots {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.order-btn-wrapper .load-dots span {
	background-color: #fff;
}
.order-btn-wrapper.stopsending::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(125,125,125,0.8);
	border-radius: 8px;
}
.order-btn-wrapper.stopsending .order-btn:after {
	display: none;
}


.related-goods__title {
	color: #585858;
	font-size: 18px;
	margin-bottom: 15px;
}
.related-goods-carousel {
	border: 4px solid #edf1f5;
	border-radius: 6px;
	padding: 30px;
}
.slick-arrow {
	position: absolute;
	top: -35px;
	display: block;
	width: 21px;
	height: 18px;
	background: url(/images/slick-arrow.png) no-repeat center/contain;
	cursor: pointer;
}
.slide-prev.slick-arrow {
	right: 35px; 
}
.slide-next.slick-arrow {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-slide {
	outline: none;
}
.related-item__img, .related-item__info {
	display: inline-block;
	vertical-align: middle;
}
.related-item__img {
	width: 40%;
	text-align: center;
}
.related-item__img img {
	width: 60%;
    margin: 0 auto;
}
.related-item__info {
	width: 57%;
}
a.related-item__title {
	font-size: 16px;
	text-decoration: none;
}
a.related-item__title:hover {
	text-decoration: underline;
}
.related-item__article {
	display: block;
	color: #585858;
	font-size: 12px;
}
.related-item__add-to-cart {
	margin-top: 20px;
	white-space: nowrap;
}
.related-item__add-to-cart-btn {
	text-decoration: none;
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	outline: none;
}
.related-item__add-to-cart-btn img {
	width: 25px;
	vertical-align: middle;
}
.related-item__price {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #585858;
    margin-left: 15px;
}
.related-item__price span {
	font-size: 16px;
	font-weight: 600;
	color: #585858;
}
.footer {
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
}
.footer span {
	font-size: 10px;
	color: #ababab;
}


/*Checkout*/
.row {
    margin-bottom: 30px;
}
.checkout-general-info .row:last-child {
	margin-bottom: 55px;
}
.row .checkout-big-btn {
	float: left;
	width: 48%;
	border: 1px dashed #5ba1c8;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 70px;
    line-height: 70px;
	text-align: center;
	background-color: transparent;
	position: relative;
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none; 
}
/*.row .checkout-big-btn[data-region=msk] {
	line-height: 60px;
}*/
.row .checkout-big-btn:last-child,
.row .input-col:last-child {
	float: right;
}
.row .input-col {
	float: left;
	width: 48%;
	background-color: transparent;
	position: relative;
}
.input-col input {
	border: 1px solid #edf1f5;
    -webkit-border-radius: 10px;
    border-radius: 8px;
    width: 100%;
    height: 62px;
    outline: none;
    padding: 20px 18px 0 18px;
    font-size: 16px;
    color: #585858;
}
.checkout-big-btn:hover {
	cursor: pointer;
	border: 1px dashed #29538a;
}
.checkout-big-btn:hover .checkout-big-btn__text {
	color: #29538a;
}
.checkout-big-btn:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	background-color: #29538a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	opacity: 0;
	bottom: 10px;
}
.checkout-big-btn:after {
	content: '';
    position: absolute;
    top: 35%;
    right: 3%;
    width: 15%;
    height: 62%;
    background: url(/images/leaf.svg) no-repeat center/contain;
	opacity: 0;
}
.checkout-big-btn__text {
	color: #5ba1c8;
	font-size: 18px;
	pointer-events: none;
}
.checkout-big-btn.active {
	background-color: #29538a;
	border: 1px dashed transparent;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.checkout-big-btn.active:before {
	opacity: 1;
	bottom: -8px;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.checkout-big-btn.active:after  {
	opacity: 1;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    top: 53%;
}
.checkout-big-btn.active .checkout-big-btn__text {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.free-shipping-text {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	font-size: 12px;
	color: #585858;
	line-height: 1;
}
.checkout-big-btn.active .free-shipping-text {
	color: #b5bfc9
}
.delivery-address .input-col {
	width: 73%;
}
.delivery-address textarea {
	outline: none;
	border-radius: 8px;
	/*width: 569px;*/
	width: 100%;
	min-height: 155px;
	border: 1px solid rgb(237, 241, 245);
	margin-left: 0px;
	margin-right: 0px;
	resize: none;
	padding: 10px;
    color: #585858;
}
.delivery-note {
	float: right;
	/*width: 21%;*/
	width: 25%;
}
.delivery-address.regions .input-col,
.delivery-address.regions .delivery-note {
	width: 48%;
    position: relative;
}
.delivery-address.regions .delivery-note-text {
	width: 100%;
    padding-left: 30px;
}
.delivery-address.regions .delivery-note-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.delivery-address__title,
.payment-methods__title {
	color: #585858;
	font-size: 16px;
	margin-bottom: 10px;
    padding-left: 5px;
}
span.star-icon {
	color: #8aad51;
}
.delivery-note-icon {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/images/excl2.png) no-repeat center/contain;
	margin-bottom: 5px;
}
.delivery-note-text {
	color: #585858;
    font-size: 12px;
    display: inline-block;
    line-height: 1.3;
}
.payment-methods * {
    color: #585858;
}
.payment-method {
    float: left;
    width: 48%;
    height: 115px;
    border: 4px solid #edf1f5;
    border-radius: 8px;
    padding: 15px;
}
.row .payment-method:nth-child(2) {
    float: right;
}
.payment-method.active {
	background-color: #edf1f5;
}
.payment-method__radio,
.pdp-agreement__checkbox {
	width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 4px solid #edf1f5;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.payment-method__radio:hover,
.pdp-agreement__checkbox:hover {
	border: 4px solid #88ad51;
}
.payment-method.active .payment-method__radio,
.pdp-agreement__checkbox.active {
    background: url(/images/v.png) no-repeat 100% 30%/21px 16px;
    border: 4px solid #88ad51;
}
.payment-method__text,
.pdp-agreement__text {
    display: inline-block;
    width: 87%;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 5px;
    pointer-events: none;
}
.payment-method__title {
	color: #29538a;
	font-size: 16px;
	display: block;
	font-weight: 600;
}
.payment-method__descr {
	font-size: 12px;
}

.input-col input::-webkit-input-placeholder { 
  color: #fff;
}
.input-col input::-moz-placeholder { 
  color: #fff;
}
.input-col input:-ms-input-placeholder { 
  color: #fff;
}
.input-col input:-moz-placeholder {
  color: #fff;
}

.input-col input:focus::-webkit-input-placeholder { 
  color: #ccc;
}
.input-col input:focus::-moz-placeholder { 
  color: #ccc;
}
.input-col input:focus:-ms-input-placeholder { 
  color: #ccc;
}
.input-col input:focus:-moz-placeholder {
  color: #ccc;
}

.input-col input.phone-input::-webkit-input-placeholder {
	color: #585858;
}
.input-col input.phone-input::-moz-placeholder {
	color: #585858;
}
.input-col input.phone-input:-ms-input-placeholder {
	color: #585858;
}
.input-col input.phone-input:-moz-placeholder {
	color: #585858;
}

.fake-ph {
	position: absolute;
    display: block;
    color: #585858;
    font-size: 16px;
    left: 19px;
    top: 21px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    pointer-events: none;
}
.fake-ph span {
    color: #8aad51;
}
.input-text-phone + .fake-ph,
.input-text-phone2 + .fake-ph,
.fake-ph.moved {
	font-size: 12px;
    top: 13px;
}

.order-info-item {
	margin-bottom: 15px;
}
.order-info__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.order-info-item__title {
	float: left;
    max-width: 48%;
    line-height: 16px;
}
.order-info-item__title a {
	color: #29538a;
	text-decoration: none;
	font-size: 12px;
}
.order-info-item__title a:hover {
	text-decoration: underline;
}
.order-info-item__calc {
	float: right;
    width: 49%;
    text-align: right;
    line-height: 1;
}
.order-info-item__amount, .order-info-item__sum {
	display: inline-block;
}
.order-info-item__amount {
	width: 35%;
    text-align: left;
}
.order-info-item__sum {
    width: 60%;
    text-align: right;
    white-space: nowrap;
}
.order-info-item__sum span {
	font-size: 16px;
	font-weight: 600;
}
.pdp-agreement {
	padding: 20px 30px;
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none; 
}
.pdp-agreement__text {
	font-size: 12px;
    color: #585858;
    pointer-events: all;
}
.pdp-agreement__text a {
	text-decoration: none;
}
.pdp-agreement__text a:hover {
	text-decoration: underline;
}
.delivery-company {
	color: #585858;
}
.delivery-methods-left {
	float: left;
	width: 48%;
}
.delivery-methods-right {
	float: right;
	width: 48%;
}
.delivery-company * {
    color: #585858;
}
.delivery-method {
    width: 100%;
    border: 4px solid #edf1f5;
    border-radius: 8px;
    padding: 15px;
}
.delivery-method:last-child {
	margin-bottom: 0;
}
.delivery-methods-left .delivery-method {
    height: 93px;
	margin-bottom: 15px;
}
.delivery-methods-right .delivery-method {
    height: 201px;
}
.delivery-method.active {
	background-color: #edf1f5;
}
.delivery-method__radio{
	width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 4px solid #edf1f5;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.delivery-method__radio:hover{
	border: 4px solid #88ad51;
}
.delivery-method.active .delivery-method__radio {
    background: url(/images/v.png) no-repeat 100% 30%/21px 16px;
    border: 4px solid #88ad51;
}
.delivery-method__text {
    display: inline-block;
    width: 87%;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 5px;
    pointer-events: none;
}
.delivery-method__title {
	color: #29538a;
	font-size: 16px;
	display: block;
	font-weight: 600;
}
.delivery-method__descr {
	font-size: 12px;
}
.delivery-methods-right .delivery-method__descr {
	line-height: 1.3;
	display: inline-block;
    padding-top: 5px;
}
.payment-method__btns {
	pointer-events: all;
	margin-top: 15px;
}
.payment-method__btns > div {
	display: inline-block;
	width: 48%;
	font-size: 12px;
	padding: 10px 0;
	/*width: 120px;*/
	text-align: center;
	color: #5ba1c8;
	border: 1px dashed #5ba1c8;
	border-radius: 8px;
	cursor: pointer;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}
.payment-method__btns > div:hover {
	border: 1px dashed #29538a;
	color: #29538a;
}
.payment-method__btns > div.active {
	color: #fff;
	font-weight: 600;
	background-color: #88ad51;
	border: none !important;
}
.payment-method__attach-btn {
	margin-right: 4%;
}
.payment-methods.yur {
	position: relative;
}
.payment-methods.yur .error-message {
	left: auto;
	right: 0;
}
.payment-methods.yur .payment-method {
	height: 125px;
}
.row1 .input-col {
    width: 100%;
}
.row3 .input-col {
    width: 30.667%;
}
.row3 .input-col:nth-child(2) {
	margin-left: 4%;
}
.company-requisites {
	display: none;
}
.file-upload-wrapper {
	float: right;
	width: 48%;
}
.file-upload-button {
	display: inline-block;
	vertical-align: middle;
    padding: 20px 0;
    text-align: center;
    height: 62px;
    background-color: #efeff1;
    width: 62%;
    border-radius: 8px;
    cursor: pointer;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}
.file-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	width: 38%;
	text-align: left;
	padding-left: 15px;
	pointer-events: none;
}
.file-input {
    position: absolute;
    left: -9999px;
}

.input-error {
	border: 1px solid #ff0000 !important;
	box-shadow: none;
}
.error-message {
	position: absolute;
	font-size: 10px;
	color: #ff0000;
	top: 105%;
	left: 10px;
}
.input-no-errors {
	border: 1px solid #88ad51 !important;
}
.order-ok {
	font-size: 14px;
	line-height: 1.2;
	padding-top: 20px;
	width: 90%;
}
.order-ok img.v-icon {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	margin-right: 15px;
}
.order-ok__title {
	font-size: 30px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.order-ok__title span {
	color: #8aad51;
}
.order-ok__small-text {
	color: #585858;
	padding-left: 75px;
}
.payment-methods.yur .filling-form .error-message {
right: auto;
}



@media screen and (max-width: 1200px) {
	.pdp-agreement {
		padding: 15px 15px;
		white-space: nowrap;
	}
	.payment-method__radio, .pdp-agreement__checkbox, .delivery-method__radio {
		width: 26px;
   		height: 26px;
	}
	.payment-method.active .payment-method__radio, .pdp-agreement__checkbox.active, .delivery-method.active .delivery-method__radio {
	    background: url(/images/v.png) no-repeat 100% 30%/16px auto;
	}
	.pdp-agreement__text {
		font-size: 11px;
	    vertical-align: middle;
	    white-space: normal;
	}
	.payment-method__btns > div {
		font-size: 11px;
	}
	.order-ok img.v-icon {
		width: 40px;
	}
	.order-ok__title {
		font-size: 24px;
	}
	.order-ok__small-text {
		padding-left: 55px;
	}
}
@media screen and (max-width: 992px) {
	.cart-item {
		padding: 15px 10px;
	}
	.cart-item-title a,
	.cart-item-price span {
		font-size: 14px;
	}
	.cart-item-quantity__minus, .cart-item-quantity__plus {
		width: 20px;
		height: 20px;
	}
	.cart-item-quantity__minus, .cart-item-quantity__plus {
		border: 2px solid #edf1f5;
	}
	.cart-item-quantity__minus:before, .cart-item-quantity__plus:before {
		top: 7px;
		width: 8px;
		height: 2px;
	}
	.cart-item-quantity__plus:after {
		top: 4px;
		width: 2px;
		height: 8px;
	}
	.cart-item-price {
		white-space: nowrap;
	}
	.order-info__sum span, .order-info__delivery-price span {
		font-size: 14px;
	}
	.order-info__total-sum span {
		font-size: 20px;
	}
	.order-btn {
		padding: 15px 0;
		font-size: 16px;
	}
	a.related-item__title {
		line-height: 1;
    	display: inline-block;
    	font-size: 12px;
	}
	.related-goods-carousel {
		padding: 15px;
	}
	.checkout-content .left-col {
		width: 100%;
	}
	.checkout-content .right-col {
		width: 48% !important;
		margin-left: 0;
	}
	.payment-method__text {
		padding-top: 3px;
	}
	.order-success .right-col {
		margin-top: 30px;
	}
	.order-ok {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.header {
		font-size: 8.8px;
	}
	.cart-page-title {
		font-size: 20px;
	}
	.header-item.logo {
		width: 20em;
	}
	.header-item.logo img {
		width: 33px !important;
	}
	.cart-content .left-col,
	.checkout-content .left-col {
		width: 100%;
	}
	.cart-content .right-col,
	.checkout-content .right-col {
		position: static !important;
		width: 100% !important;
		margin-left: 0;
		margin-top: 40px;
	}
	.order-btn {
		margin-left: auto;
    	margin-right: auto;
	}
	.cart-item-img {
		margin-right: 4%;
	}
	.delivery-address .input-col, .delivery-note {
		float: none;
		width: 100%;
	}
	.delivery-note {
		margin-top: 30px;
	}
	.delivery-note-icon {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.delivery-note-text {
		width: 90%;
	}
	.row .checkout-big-btn {
		height: 60px;
		line-height: 60px;
	}
	.checkout-big-btn__text {
		font-size: 16px;
	}
	.checkout-big-btn.active .checkout-big-btn__text {
		font-size: 18px;
	}
	.payment-methods .row {
		margin-bottom: 20px;
	}
	.row .payment-method {
		width: 100%;
	    margin-bottom: 20px;
	    height: auto;
	}
	.row .payment-method:last-child {
		margin-bottom: 0;
	}
	.file-upload-wrapper {
		float: left;
		width: 100%;
	}
	.file-upload-button {
		width: 200px;
	}
	.row3 .input-col {
		width: 100%;
		margin-bottom: 20px;
	}
	.row3 .input-col:nth-child(2) {
		margin-left: 0;
	}
	.delivery-address.regions .input-col,
	.delivery-address.regions .delivery-note {
		width: 100%;
	}
	.delivery-methods-left, .delivery-methods-right {
		width: 100%;
	}
	.delivery-method__text {
		padding-top: 0;
	}
	.delivery-methods-left .delivery-method,
	.delivery-methods-right .delivery-method {
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.header-item.logo {
		width: 100%;
	}
	.header-item.back-to-shopping {
		float: none;
	    position: absolute;
	    right: 5%;
	    line-height: 1em;
	    height: auto;
	}
	.cart-item-info__top {
		margin-bottom: 20px;
	}
	.order-ok__title {
		font-size: 20px;
		width: 85%;
	}
	.order-ok img.v-icon {
		width: 25px;
		margin-right: 10px;
	}
	.order-ok__small-text {
		padding-left: 37px;
    	font-size: 12px;
	}
}
@media screen and (max-width: 479px) {
	a.related-item__title {
		font-size: 14px;
	}
	.slick-arrow {
		top: -30px;
	}
	.related-goods__title {
		margin-bottom: 30px;
	}
	.cart-page .container {
		padding: 0 10px;
	}
	.cart-item-quantity, .cart-item-price {
		width: auto;
		display: block;
	}
	.cart-item-price {
	    margin-top: 10px;
	}
	.checkout-general-info .row .input-col {
		width: 100%;
	    margin-bottom: 30px;
	}
	.checkout-general-info .row .input-col:last-child {
		margin-bottom: 0;
	}
	.row .checkout-big-btn {
		height: 40px;
		line-height: 40px;
	}
	.checkout-big-btn__text,
	.checkout-big-btn.active .checkout-big-btn__text {
		font-size: 13px;
	}
	.input-col input {
		height: 55px;
		font-size: 14px;
	}
	.fake-ph {
		font-size: 14px;
	}
}



















/*comparison styles*/
.comparison-page .container {
	padding: 0;
	max-width: 1200px;
    box-sizing: border-box;
    min-width: 0;
}
.comparison-page .container.header {
    padding: 0 15px;
}
.comparison-page .header-item.logo {
    width: auto;
}
.comparison-categories {
	background-color: #edf1f5;
	padding-bottom: 2em;
}
.comparison-category {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
    margin: 2em 3em 0 0;
}
.comparison-category__delete, .comparison-category__name, .comparison-category__number {
	vertical-align: middle;
	display: inline-block;
}
.comparison-category__delete {
    cursor: pointer;
	width: 17px;
	height: 16px;
	background: url(../images/delete_item.png) no-repeat 0px 0px/17px;
}
.comparison-category__delete:hover {
	background-position: 0px -16px;
}
.close_elem {
	transition: all .2s;
}
*:hover > svg .close_elem {
	stroke: #8aad51;
}
.comparison-category__name {
	margin-left: .3em;
	margin-right: .3em;
	color: #5aa1cb;
	cursor: pointer;
	transition: color .2s;
}
.comparison-category_active .comparison-category__name {
	color: #585858;
}
.comparison-category__name:hover {
	color: #8aad51;
}
.comparison-category__number {
	color: #8aad51;
}

.product-card__delete {
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-top: 8px;
	width: 17px;
	height: 16px;
	background: url(../images/delete_item.png) no-repeat 0px 0px/17px;
}
.product-card__delete:hover {
	background-position: 0px -16px;
}
.product-card__move {
	position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}
.product-card__item:hover .product-card__move {
	display: block;
}
.movable-item__chosen {
	border: 4px solid #d6dbe1;
	/*box-shadow: 0px 10px 25px 5px rgba(214,219,225,1);*/
	box-shadow: 0px 12px 29px 0px rgba(100, 117, 129, 0.3); ;
	z-index: 100;
	background-color: #fff;
}
#goods .product-card__img {
	padding: 10px 0;
	height: 150px;
}
#goods .product-card__stock {
	top: 10px;
}

#goods {
	background-color: #edf1f5;
    margin-top: 30px;
    margin-bottom: 20px;
}
#goods .product-card__item {
	height: 33rem;
	margin: 0;
	background-color: #fff;
}
@media (max-width: 600px) {
	#goods.product-list-touch .product-card__item {
		height: 30rem;
	}
}
#goods.goods_v2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.comparison-controls {
	position: absolute;
	top: 20px;
	right: 0;
	width: 70px;
	height: 35px;
	border-radius: 20px;
	border: 4px solid #edf1f5;
}
.comparison-control {
	position: absolute;
    width: 21px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 0px -18px;
    cursor: pointer;
}
.comparison-control_left {
    left: 5px;
	background-image: url(../images/slider-left-arrow.png)
}
.comparison-control_right {
	right: 5px;
	background-image: url(../images/slider-right-arrow.png)
}
.comparison-control_disabled {
    background-position: 0px 0px;
    pointer-events: none;
}
.comparison-wrapper {
	padding-top: 50px;
	/*overflow: hidden;*/
}
.comparison-content {
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
html {
	overflow-x: hidden;
}



.diffs-only {
	margin: 15px 0 15px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.diffs-only__checkbox{
	width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 4px solid #edf1f5;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.7em;
}
span.diffs-only__text {
    color: #585858;
}
.diffs-only__checkbox:hover {
	border: 4px solid #88ad51;
}
.diffs-only.active .diffs-only__checkbox {
    background: url(../images/v.png) no-repeat 100% 30%/21px 16px;
    border: 4px solid #88ad51;
}
.hruler {
	/*margin: 0;*/
}

#goods .product-card__item {
	width: 301px;
	float: none;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 2%;
	padding: 0 15px;
}

#goods.product-list-touch .product-card__item {
	width: auto;
}

.comparison-goods-features {
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.goods-features-item {
	width: 301px;
	/*float: left;*/	
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.goods-features-item__row {
    display: table;
    width: 100%;
    padding: 0.57em 2.15em;
}
.goods-features-item__row:nth-child(even) {
	background-color: #f6f8fa;
}
.goods-features-item__feature-name {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 2em;
}
.goods-features-item__feature-value {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
.goods-features-item__feature-name span {
	font-size: .9em;
	color: #bab9ca;
}
.goods-features-item__feature-value span,
.goods-description span {
	font-size: .9em;
	color: #605f6b;
}
.goods-description__more-btn {
	margin-top: 5px;
}
.goods-description__more-btn span {
	color: #60a4ca;
	border-bottom: 1px solid #60a4ca;
	transition: border-bottom .2s;
	cursor: pointer;
}
.goods-description__more-btn span:hover {
	border-bottom: 1px solid transparent;
}
.is-hidden {
	display: none !important;
}

.comparison-controls_touch {
	top: -45px;
	z-index: 11;
}
#goods.product-list-touch {
	margin-top: 60px;
	margin-bottom: 0;
}
.product-specs-touch .goods-features-item {
	width: auto;
}
@media screen and (max-width: 1210px) {
	.comparison-page .section-wrapper {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.comparison-controls {right: 15px;}
	.product-card__move {display: none !important;}
}
@media screen and (max-width: 639px) {
	.comparison-page .header-contacts__tel a {display: inline;}
	.comparison-page .telfor {position: static;}
	.comparison-page .telfor br {display: block;}
	.comparison-page .header-item .header-contacts__tel:nth-child(2) span {display: inline;}
}
@media screen and (max-width: 600px) {
	#goods .product-card__item {
		width: 200px;
		font-size: 10px;
	}
	.goods-features-item {
		width: 200px;
		font-size: 11px;
	}
	.comparison-page .product-card__stock {
		width: 60px;
	    height: 30px;
	    right: 10px;
	}
	.comparison-categories {
		font-size: 12px;
	    padding-bottom: 1em;
	}
	.comparison-category {
		margin-right: 0;
	    padding-top: 1em;
	    display: block;
	    margin-top: 0;
	}
}
@media screen and (max-width: 400px) {
	#goods .product-card__item, .goods-features-item {
		width: 150px;
	}
	.goods-features-item__row {padding: 5px;}
	.comparison-page .product-card__price {font-size: 12px;}
	.comparison-page .product-card__old-price {font-size: 10px;}
	.comparison-page .cart-page-title {font-size: 18px;}
	.comparison-page .header-item.logo {
		height: auto;
		padding-top: 30px;
	}
}
/*comparison styles*/