.tab-href {
	cursor: pointer;
}

.product_info__columns {
    display: flex;
    justify-content: space-between;
}

.product-info__left {
    flex: 1;
	min-width: 0;
   margin-right: 65px;
}

.product-info__right {
    flex: 0 0 410px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
	max-width: 410px;
}


.product-info .product-info__top h1 {
    margin-bottom: 15px;
    margin-top: 0;
}

.product-info .product-info__main-info {
    display: flex;
    align-items: center;
}

.product-info .product-info__main-info-item {
    margin-left: 25px;
}

.product-info .product-info__main-info-item:first-child {
    margin-left: 0;
}

.product-info__main-info-item.product-info__main-info-item_count-rewiews {
    margin-left: 50px;
    color: #646464;
    border-bottom: 1px dotted;
}

.product-info__main-info-item.product-info__main-info-item_count-rewiews:hover {
    border-bottom: none;
}

.product-info .product-info__main-info-item a {
    color: #38221d;
    text-decoration: underline;
}

.product-info .product-info__main-info-item a:hover {
    text-decoration: none;
}

.product-info__main-info-item_manufacturer {
    display: flex;
    align-items: center;
}

.product-info__main-info-item_manufacturer > a {
    display: flex;
    align-items: center;
	margin-left: 5px;
}

.product-info__main-info-item_manufacturer img {
    margin-right: 3px;
}

.product-info__stickers-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info .product-info__rating {
    height: 21px;
}

.product-info .product-info__rating .crr-cnt .rating-cl {
    justify-content: left;
	margin-right: 25px !important;
}

.product-info .product-info__rating .crr-cnt .rating-cl .rating-cl__stars {
    font-size: 16px !important;
    color: #707070 !important;
}

.product-info .product-info__rating .crr-cnt .rating-cl .rating-cl__stars > span:first-child {
    margin-right: 9px !important;
}

.product-info .product-info__rating .crr-cnt .rating-cl .rating-cl__number-reviews {
    font-size: 16px !important;
    color: #707070 !important;
    margin-left: 15px !important;
	display: none;
}

.product-info .product-info__rating .crr-cnt .mc-stars {
    margin-left: 0 !important;
}

.product-info .product-info__stocks {
    display: table;
    margin-top: 10px;
}

.product-info .product-info__stocks-title {
	font-size: 15px;
    font-weight: bold;
    color: #686868;
    margin: 10px 0;
}

.product-info .product-info__stock {
    display: table-row;
    margin: 3px 0;
}

.product-info__stock > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}


.product-info .product-info__stock-title {
    font-size: 15px;
	padding-right: 10px;
}

.product-info__stock-status {
    white-space: nowrap;
}

.product-info .product-info__stock span {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #38221d;
}

.product-info .product-info__stock span:before {
	content: '';
	margin-right: 9px;
}

.product-info .product-info__stock .status-available {
	color: #4b924c;
}

.product-info .product-info__stock .status-available:before {
	background: url('../image/stock-icons/in-stock.svg') no-repeat;
	background-size: contain;
	width: 23px;
    height: 23px;
}

.product-info .product-info__stock .status-not-available {
	color: #b80101;
}

.product-info .product-info__stock .status-not-available:before {
	background: url('../image/stock-icons/not-available.svg') no-repeat;
	background-size: contain;
	width: 23px;
    height: 23px;
}

.product-info .product-info__stock .status-pod-zakaz:before {
	background: url('../image/stock-icons/under-order.svg') no-repeat;
	background-size: contain;
	width: 23px;
    height: 23px;
}

.product-info .product-info__stock .status-not-for-sale {
	color: #b80101;
}

.product-info .product-info__stock .status-not-for-sale:before {
	background: url('../image/stock-icons/not-for-sale.svg') no-repeat;
	background-size: contain;
	width: 23px;
    height: 23px;
}

.product-info__warning-message {
    margin-top: 12px;
	background-color: #f7f3f3;
}

.product-info .product-info__images {
    margin-top: 50px;
    flex: 1;
    min-width: 0;
	margin-right: 50px;
}

.product-info .product-info__main-image.no-zoom .zoomContainer {
    display: none;
}


.product-info .product-info__discount-sticker {
    background: url(../image/special-bg2.png);
    background-size: cover;
    width: 70px;
    height: 79px;
    padding-top: 13px;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.7pt;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 17px;
    position: absolute;
    /* bottom: 0; */
    font-weight: bold;
    /* left: 0; */
    margin-top: -90px;
}

.product-info .product-info__image-items {
    overflow: hidden;
    display: flex;
    align-items: center;
	margin: 30px -10px 0 -10px;
	position: relative;
}

.product-info .product-info__image-items.slick-initialized {
	overflow: visible;
}

.product-info .product-info__image-item {
    padding: 0 10px;
}

.product-info .product-info__image-item > a {
    display: block;
    border: 2px solid #ddd;
    width: 122px;
    height: 122px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-info .product-info__image-item > a.active {
	border: 2px solid #efdecd;
}

.product-info .product-info__image-item img {
    margin: 0 auto;
}


.product-info__image-items .slick-prev, .product-info__image-items .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 17px;
    height: 31px;
	display: block;
	transition: all ease .3s;
	cursor: pointer;
	background-size: 100%;
	z-index: 1;
}

.product-info__image-items .slick-prev {
	right: 100%;
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-info__image-items .slick-next {
	left: 100%;
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-info__image-items .slick-arrow.slick-disabled {
	opacity: 0.3;
}


.product-info__video-items {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 30px -10px 0 -10px;
    position: relative;
}

.product-info .product-info__video-items.slick-initialized {
	overflow: visible;
}

.product-info__video-item {
    width: 200px;
	padding: 0 10px;
}

.product-info__video-item .lazyframe[data-vendor="youtube"]:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.product-info__video-items .slick-prev, .product-info__video-items .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 17px;
    height: 31px;
	display: block;
	transition: all ease .3s;
	cursor: pointer;
	background-size: 100%;
	z-index: 1;
}

.product-info__video-items .slick-prev {
	right: 100%;
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-info__video-items .slick-next {
	left: 100%;
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
	background-size: cover;
}

.product-info__video-items .slick-arrow.slick-disabled {
	opacity: 0.3;
}

.product-info .product-info__tags {
    margin-top: 45px;
}

.product-info .product-info__tags .product-info__tags-title {
    font-weight: bold;
	margin-right: 3px;
}

.product-info .product-info__tags a {
    color: #38221d;
    text-decoration: underline;
}

.product-info .product-info__tags a:hover {
    text-decoration: none;
}


.related-products {
    margin-top: 40px;
}

.related-products .related-products__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.related-products .related-products__items {
    display: flex;
    overflow: hidden;
	margin: 0 -10px 0 -10px;
}

.related-products .related-products__items.slick-initialized {
    overflow: visible;
}

.related-products__items .slick-prev, .related-products__items .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 17px;
    height: 31px;
	display: block;
	transition: all ease .3s;
	cursor: pointer;
	background-size: 100%;
	z-index: 1;
}

.related-products__items .slick-prev {
	right: 100%;
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
	background-size: cover;
}

.related-products__items .slick-next {
	left: 100%;
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
	background-size: cover;
}

.related-products__items .slick-arrow.slick-disabled {
	opacity: 0.3;
}

.related-products .slick-slide > div {
    display: flex;
    height: 100%;
}

.related-products .related-products__item {
    padding: 0 10px;
    min-width: 175px;
    max-width: 175px;
    display: flex !important;
    flex-direction: column;
}

.related-products .related-products__card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 20px 15px;
    height: 100%;
    width: 100%;
}

.related-products .related-products__card-name a {
    color: #38221d;
    font-size: 14px;
    font-weight: 700;
}

.related-products .related-products__card-image {
    margin-top: 8px;
}

.product-info .product-info__bottom {
    display: flex;
    justify-content: space-between;
}

.product-info .product-info__bottom-right {
    flex: 0 0 425px;
	max-width: 425px;
}

.product-info__options {
    margin: 20px 0;
}

.product-info__groups {
    margin-top: 25px;
}

.product-info__group {
    margin-top: 20px;
}

.product-info__group:first-child {
    margin-top: 0;
}

.product-info__group-name {
    margin-bottom: 10px;
    font-weight: bold;
    color: #686868;
}

.product-info__group-products {
    display: flex;
    align-items: center;
    margin: 0 -10px;
	flex-wrap: wrap;
}

.product-info__group-product {
    padding: 5px;
}

.product-info__group-product-item {
    border: 2px solid #ddd;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    color: #38221d;
}

.product-info__group-product.active .product-info__group-product-item {
    border: 2px solid #efdecd;
    background-color: #efdecd;
}

a.product-info__group-product-item:hover {
    border: 2px solid #efdecd;
}

.product-info__options .product-info__option-error {
    color: #db1515;
    margin-top: 5px;
    display: block;
}

.product-info__options .product-info__options-title {
    font-size: 16px;
    font-weight: bold;
    color: #38221d;
	margin-bottom: 20px;
}

.product-info__options .product-info__option {
    margin-top: 10px;
}

.product-info__options .product-info__option:first-child {
    margin-top: 0;
}

.product-info__options .product-info__option select {
    display: block;
    font-size: 16px;
    padding: 11px 30px 11px 10px;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='chevron-down' viewBox='0 0 33 20'%3E%3Cpath d='M4.237 1.03a2.389 2.389 0 0 0-3.386 0 2.384 2.384 0 0 0 0 3.379l15.297 15.299 15.31-15.299a2.396 2.396 0 0 0 0-3.392 2.402 2.402 0 0 0-3.395 0L16.149 12.93 4.237 1.03z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 15px auto, 100%;
    border: 1px solid #efdecd;
    border-radius: 5px;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
	width: 100%;
    max-width: 100%;
}

.product-info__options .product-info__option select::-ms-expand { 
	display: none; 
} 
.product-info__options .product-info__option select:hover {
	border-color: #888;
} 
.product-info__options .product-info__option select:focus {
	outline: none; 
} 

.product-info__options_usual .product-info__option-name {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.product-info__options_usual .product-info__option-name.required:after {
    content: '*';
    color: #e81010;
    font-weight: 500;
    padding-left: 5px;
    font-size: 14px;
    height: 11px;
    line-height: 1;
    display: block;
}


.product-info__options_is-product {
    margin: 20px 0;
}

.product-info__options_is-product.active {
    border-bottom: none;
}

.product-info__options_is-product .product-info__options-title {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
	margin-bottom: 0;
	padding: 14px 0 12px 0;
}

.product-info__options_is-product .product-info__options-title > span {
    display: flex;
    align-items: center;
	color: #38221d;
	font-size: 24px;
	font-weight: 700;
}

.product-info__options_is-product .product-info__options-title > span:before {
	content: '';
	background: url('../image/icons/options-is-product.svg') no-repeat;
	background-size: cover;
	width: 26px;
    height: 15px;
	margin-right: 9px;
	display: block;
}

.product-info__options_is-product .product-info__options-price {
    margin-left: 9px;
    font-size: 16px;
}

.product-info__options_is-product .product-info__options-content {
    margin-top: 15px;
}

.product-info__options_is-product.active .product-info__options-title:after {
    transform: rotate(45deg);
}

.product-info__options_is-product .product-info__option {
    margin-top: 0px;
    border-bottom: 2px solid #ddd;
}

.product-info__options_is-product .product-info__option-values {
    display: none;
	margin-top: 10px;
}

.product-info__options_is-product .product-info__option-values-text {
    margin-bottom: 16px;
    font-size: 13px;
}

.product-info__options_is-product .product-info__option-name {
    font-size: 16px;
    color: #38221d;
	display: flex;
    align-items: center;
	padding: 12px 0;
	cursor: pointer;
	position: relative;
}

.product-info__options_is-product .product-info__option-name:before {
    content: '';
    background: url('../image/icons/option-plus.svg') no-repeat;
    background-size: cover;
    width: 19px;
    height: 18px;
    margin-right: 9px;
    display: block;
}

.product-info__options_is-product .product-info__option-name:after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #38221d;
    border-left: 2px solid #38221d;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 6px;
	position: absolute;
    right: 0;
}

.product-info__options_is-product .product-info__option.active .product-info__option-name:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-info__options_is-product .product-info__option-name .product-info__option-price {
	display: none;
    margin-left: 9px;
    font-weight: bold;
    font-size: 15px;
}


.product-info__options_is-product .product-info__option.selected .product-info__option-name:before {
    content: '';
    background: url('../image/icons/option-selected.svg') no-repeat;
    background-size: cover;
    width: 19px;
    height: 20px;
    margin-right: 9px;
    display: block;
}

.product-info__options_is-product .product-info__option.selected .product-info__option-price {
    display: block;
}

.product-info__options_is-product .product-info__option-value {
    background-color: #eee;
}

.product-info__options_is-product .product-info__option-value-text {
    font-size: 14px;
    color: #38221d;
}

.product-info__options_is-product .product-info__option-value {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-top: 1px solid #fff;
	cursor: pointer;
}

.product-info__options_is-product .product-info__option-value.selected {
	background: #efdecd;
}

.product-info__options_is-product .product-info__option-value:hover {
    opacity: 0.7;
}

.product-info__options_is-product .product-info__option-value-image {
    margin-right: 15px;
}

/* Product Gidts */
.product-info .product-info__gifts {
    margin-top: 35px;
}

.product-info .product-info__gifts-title {
    color: #38221d;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-info .product-info__gifts-item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 24px 0;
}

.product-info .product-info__gifts-item-image {
    margin-right: 25px;
    border: solid 1px #efdecd;
    background-color: #fff;
    border-radius: 7px;
	padding: 5px;
}

.product-info .product-info__gifts-item-image img {
    border-radius: 7px;
}

.product-info .product-info__gifts-text {
    font-size: 14px;
    margin-top: 10px;
}

.product-info .product-info__gifts-item-name a {
    font-size: 16px;
    text-decoration: none;
	color: #38221d;
}

.product-info .product-info__gifts-item-price {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.product-info .product-info__gifts-item-new-price {
    font-size: 18px;
    font-weight: bold;
    color: #ec2c00;
    text-transform: uppercase;
}

.product-info .product-info__gifts-item-old-price {
    color: #707070;
    font-size: 16px;
    text-decoration: line-through;
}

.product-info .product-info__gifts-item-right {
    display: flex;
    flex-direction: column;
}




.product-info__right-content {
    padding: 18px 22px 33px 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.product-info__not-for-sale {
    color: #b80101;
    text-align: center;
    margin-bottom: 10px;
	font-weight: bold;
}

.product-info__prices-title {
    font-size: 17px;
	margin-bottom: 2px;
}

.product-info .product-info__prices {
    display: flex;
	align-items: flex-end;
	margin-bottom: 12px;
}

.product-info .product-info__price {
    font-size: 42px;
    font-weight: bold;
    color: #38221d;
}

.product-info .product-info__new-price {
    font-size: 42px;
    font-weight: bold;
    color: #ec2c00;
}

.product-info .product-info__old-price {
    font-size: 24px;
    text-decoration: line-through;
    color: #707070;
    margin-left: 25px;
    margin-bottom: 5px;
}

.product-info .product-info__old-price .currency-rub:after {
    text-decoration: line-through;
}

.product-info .product-info__saving {
    font-size: 21px;
    color: #4b924c;
	text-transform: uppercase;
}

.product-info .product-info__discounts {
    margin-top: 10px;
}

.product-info .product-info__discount {
    margin-bottom: 3px;
    font-size: 15px;
}

.product-info__discount-percent {
    color: #00a600;
    margin-left: 5px;
}



.product-info_wholesale .product-info__prices {
    flex-direction: column;
	align-items: flex-start;
}

.product-info_wholesale .product-info__new-price:before {
    content: 'Опт.';
    font-size: 19px;
    color: #6c6c6c;
    font-weight: 400;
}

.product-info_wholesale .product-info__old-price:before {
    content: 'Розн.';
    color: #6c6c6c;
}

.product-info_wholesale .product-info__old-price {
    margin-left: 0;
    order: 1;
    text-decoration: none;
    font-size: 19px;
}

.product-info_wholesale .product-info__new-price {
    order: 2;
    font-size: 27px;
    margin-top: 5px;
}

.product-info_wholesale .product-info__new-price .price-on-request {
    font-size: 19px;
}

.product-info_wholesale .product-info__saving {
    display: none;
}


.user-is-manager .product-info .product-info__prices {
    flex-direction: column;
	align-items: flex-start;
}

.user-is-manager .product-info .product-info__new-price:before {
    content: 'Маржа.';
    font-size: 19px;
    color: #6c6c6c;
    font-weight: 400;
}

.user-is-manager .product-info .product-info__old-price:before {
    content: 'Розн.';
    color: #6c6c6c;
}

.user-is-manager .product-info .product-info__old-price {
    margin-left: 0;
    order: 1;
    text-decoration: none;
    font-size: 19px;
}

.user-is-manager .product-info .product-info__new-price {
    order: 2;
    font-size: 27px;
    margin-top: 5px;
}

.user-is-manager .product-info .product-info__new-price .price-on-request {
    font-size: 19px;
}

.user-is-manager .product-info .product-info__saving {
    display: none;
}


.product-info .product-info__buttons {
    margin-top: 16px;
}

.product-info .product-info__buttons > div {
    margin-bottom: 11px;
}



.product-info .product-info__cart-quantity {
    display: flex;
    align-items: center;
}

.product-info .product-info__cart-minus {
	background: url('../image/icons/prev.svg') no-repeat 50% 50%;
    width: 17px;
    height: 31px;
	cursor: pointer;
}

.product-info .product-info__cart-plus {
	background: url('../image/icons/next.svg') no-repeat 50% 50%;
    width: 17px;
    height: 31px;
	cursor: pointer;
}

.product-info .product-info__cart-quantity-val {
    margin: 0 10px;
    text-align: center;
}

.product-info .product-info__cart-quantity-val input {
    text-align: center;
    font-size: 18px;
    max-width: 100px;
}

.product-info .product-info__cart {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 12px 50px;
}

.product-info .product-info__cart:after {
	content: '';
	background: url('../image/icons/add-to-cart-white.svg') no-repeat;
	background-size: contain;
	width: 31px;
    height: 33px;
}

.product-info .product-info__b1c {
    font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 12px 50px;
}

.product-info .product-info__b1c:after {
    content: '';
	background: url('../image/icons/b1c-white.svg') no-repeat;
	background-size: contain;
	width: 30px;
    height: 28px;
}

.product-info .product-info__price-drop {
    text-align: center;
	margin-top: 25px;
}

.product-info .product-info__price-drop-btn {
    color: #b80101;
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.product-info__price-drop-btn:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url('../image/icons/decline.svg') no-repeat;
    background-size: cover;
    margin-right: 12px;
}

.product-info .product-info__price-drop-btn:hover {
    text-decoration: none;
}

.product-info .product-info__wishlist-block {
    text-align: center;
	margin-top: 17px;
}

.product-info .product-info__wishlist {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #38221d;
    cursor: pointer;
}

.product-info .product-info__wishlist:before {
	content: '';
	width: 30px;
    height: 26px;
	display: block;
	background: url('../image/icons/wishlist.svg') no-repeat;
    background-size: cover;
	margin-right: 12px;
}

.product-info .product-info__wishlist.added:before {
    background: url('../image/icons/wishlist-added.svg') no-repeat;
    background-size: cover;
}

.product-info__info-links {
    margin-top: 60px;
}

.product-info__link-item {
    font-size: 21px;
    text-transform: uppercase;
    color: #38221d;
    cursor: pointer;
    display: flex;
    align-items: center;
	margin-top: 20px;
}

.product-info__link-item:first-child {
    margin-top: 0;
}

.product-info__link-item:before {
    margin-right: 18px;
	content: '';
	display: block;
}

.product-info__link-item_delivery:before {
    background: url('../image/icons/delivery.svg') no-repeat 50% 50%;
	background-size: cover;
	width: 39px;
    height: 24px;
}

.product-info__link-item_payment:before {
    background: url('../image/icons/payment.svg') no-repeat 50% 50%;
	background-size: cover;
    width: 37px;
    height: 29px;
}

.product-info__link-item_why-are-we:before {
    background: url('../image/icons/why-are-we.svg') no-repeat 50% 50%;
	background-size: cover;
    width: 35px;
    height: 31px;
}

.product-info .product-info__social-icons {
    margin-top: auto;
	display: flex;
	align-items: center;
}

.product-info .product-info__social-icons .social-icons__title {
	font-size: 14px;
    font-weight: bold;
	margin-right: 15px;
}

.product-info .product-info__social-icons .social-icons__items {
    display: flex;
    align-items: center;
    margin: 0 -6.5px;
}

.product-info .product-info__social-icons .social-icons__item {
    margin: 0 6.5px;
    display: flex;
    align-items: center;
}

.product-info .product-info__tabs {
    margin-top: 85px;
}

.product-info .product-info__description-videos-item {
    max-width: 800px;
	margin-top: 35px;
}

.product-info .product-info__description-videos-item:first-child {
	margin-top: 0;
}

.product-info .product-info__description-videos-title {
    font-weight: bold;
}

.product-info__subscribe-availability {
    margin-top: 15px;
}

#subscribe-availability .form-field input {
    border-radius: 5.7px;
    border: solid 1px #707070;
    background-color: #fff;
    height: 34px;
}

#subscribe-availability .form-fields {
    display: flex;
    align-items: center;
}

#subscribe-availability .form-field {
    margin-bottom: 0;
}

#subscribe-availability .form-submit input {
    border-radius: 5.7px;
    border: solid 1px #707070;
    background-color: #efdecd;
    height: 34px;
	cursor: pointer;
}

#subscribe-availability .form-submit {
    margin-left: 10px;
}

/* Popup Form */
.popup-form-magnific-popup .mfp-content {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.popup-form {
    padding: 50px 40px 30px 40px;
}

.popup-form .popup-form__close {
	width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popup-form .popup-form__head {
    text-align: center;
    margin-bottom: 20px;
}

.popup-form .popup-form__title {
    font-weight: bold;
}

.popup-form__title_big {
    font-size: 21px;
    margin-bottom: 15px;
}

.popup-form .popup-form__subtitle {
    margin-top: 5px;
    font-size: 14px;
}

.popup-form .form-result {
	text-align: center;
}

.popup-form__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #E0E0E0;
    border-bottom: 0.5px solid #E0E0E0;
    padding: 16px 0;
	margin-bottom: 10px;
}

.popup-form__product-price {
    font-size: 24px;
    font-weight: bold;
    color: #ec2c00;
}

.popup-form__product-old-price {
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: line-through;
    color: #707070;
}

.popup-form__product-old-price .currency-rub:after {
    text-decoration: line-through;
}

.popup-form__product-prices {
    text-align: right;
}

.popup-form__product-left {
    display: flex;
    align-items: center;
    max-width: 500px;
}

.popup-form__product-name a {
    font-weight: 700;
    font-size: 16px;
    color: #38221d;
}

.popup-form__product-name-configuration {
    color: #EB3323;
}

.popup-form__product-image {
    margin-right: 13px;
}

.popup-form__product-name a:hover {
    color: #ec2c00;
}

.popup-form__product-options {
    margin-top: 4px;
    font-size: 15px;
    color: #858585;
}

/* Found Cheaper */
.found-cheaper-magnific-popup .mfp-content {
    position: relative;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}