.wrap-help-section-desctop {
    display: block;
}
.wrap-help-section-mobile {
    display: none;
}
@media (max-width: 600px){
	.wrap-help-section-desctop {
		display: none;
	}
	.wrap-help-section-mobile {
		display: block;
	}
	.wrap-button-help .link-question {
	  font-size: 16px;
	}
	.wrap-button-help .img-help-popup {
	  width: 100%;
	}
	.partners-page__heading {
		font-size: 23px;
	}
}
.wrap-button-help .link-question {
	padding: 10px 10px 12px 10px;
    border: 1px solid #474747;
}
.wrap-button-help a.border-button.myLinkModal {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.wrap-button-help #modal_help_section, .wrap-button-help #modal_help_section_mobile {
    width: 100%;
    max-width: 78em;
	overflow: visible;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 138;
    text-align: center;
}
.wrap-button-help #modal_help_section #modal_help__close, .wrap-button-help #modal_help_section_mobile #modal_help__close_mobile {
    width: 34px;
    height: 48px;
    position: absolute;
    font-size: 24px;
    top: 11px;
    right: 11px;
    cursor: pointer;
    display: block;
    font-weight: 600;
}

.wrap-button-help .cl-btn-2 {
    margin: 20px;
    display: flex;
    justify-content: center;
}
.wrap-button-help .cl-btn-2 div {
    cursor: pointer;
    position: relative;  
    height: 68px;
    width: 50px;
}
.wrap-button-help .cl-btn-2 .leftright {
    height: 4px;
    width: 36px;
    position: absolute;
    margin-top: 24px;
    background-color: #2e2e2e;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.wrap-button-help .cl-btn-2 .rightleft {
    height: 4px;
    width: 36px;
    position: absolute;
    margin-top: 24px;
    background-color: #2e2e2e;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.wrap-button-help .cl-btn-2 div:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.wrap-button-help .cl-btn-2 div:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}
.wrap-button-help #modal_help_overlay {
    z-index: 37;
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
    display: none;
}
.wrap-button-help #modal_help_overlay_mobile {
    z-index: 37;
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
    display: none;
}

.catalog-right .catalog-inner .catalog-header .wrap-help-section .wrap-button-help {
    display: flex;
}
span.help-vibor {
    display: flex;
    margin-right: 11px;
}
span.help-vibor svg {
    width: 25px;
    height: 25px;
}
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-flex;
    padding: 20px;
    max-width: 50em;
    background: #3c3c3c;
    -webkit-box-shadow: 0px 15px 20px rgb(0 0 0 / 22%), 0px 19px 60px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 22%), 0px 19px 60px rgb(0 0 0 / 30%);
    color: #cfd8dc;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.footer-cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0f2;
    text-align: center;
    padding: 20px 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.footer-cookies-alert p {
    color: #717171;
}
.footer-cookies-alert a {
    color: #717171;
    text-decoration: underline;
}
.footer-cookies-alert__button {
    padding: 2px 20px;
    background-color: #b2bd00;
    border: 2px solid #b2bd00;
    border-radius: 0px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 9px;
}
.partners-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.partners-page__heading {
    text-align: center;
    margin-top: 52px;
	margin-bottom: 23px;
	position: relative;
}
.partners-page__heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    max-width: 578px;
    height: 77px;
    background-image: url(images/price_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-51%, -43%);
	opacity: 0.5;
}
.partners-table__item {
    display: flex;
	width: 100%;
	max-width: 240px;
	height: 161px;
    padding: 0;
	margin: 0 50px;
}
@media (max-width: 600px){
	.partners-table__item {
		height: 140px;
	}
}
.partners-table__item__animation .partners-table__link {
    display: flex;
}
.partners-table__image {
    max-width: 100%;
	max-height: 100%;
	padding: 14px 22px;
}
.partners-table__image_hover {
    display: none;
    max-width: 100%;
    max-height: 100%;
    padding: 14px 22px;
}
.partners-table__item__animation:hover .partners-table__image {
    display: none;
}
.partners-table__image.dnslogo, img.partners-table__image_hover.dnslogo, img.partners-table__image_hover.dnslogo, img.partners-table__image_hover.dnslogo:hover {
    max-width: 196px;
}
.partners-table__item:hover .partners-table__image_hover {
    display: flex;
}
.sale_order_full_table{position:relative;display:block;margin:0 auto;max-width:730px;line-height: 1.5em;}
.sale_order_full_table:first-of-type{margin-top:21px;padding:101px 0 0 !important;text-align:center;color:#333;border:none !important;}
.sale_order_full_table:first-of-type:before{content:"";position:absolute;left:50%;top:0;margin:0 0 0 -35px;width:70px;height:70px;background:url(images/order_ext.png) -103px -5px no-repeat;}
.sale_order_full_table:last-of-type{border:1px solid #f3f3f3;padding:34px 39px 34px;}
.sale_order_full_table:last-of-type tr:last-child td:first-child{padding-top:20px;}
/*.sale_order_full_table:last-of-type td:last-child{padding-top:20px;color:#333;}*/
.sale_order_full_table tbody{display:block;}
.sale_order_full_table tr{display:block;}
.sale_order_full_table .ps_logo{display:block;}
.sale_order_full_table .ps_logo br{display:none;}
.sale_order_full_table .ps_logo .pay_name{margin:0 0 22px;font-size:18px;font-weight:500;line-height:20px;color:#333;}
.sale_order_full_table .ps_logo .image{margin:0 25px 0 0;display:inline-block;vertical-align:middle;width:120px;height:72px;line-height:68px;text-align:center;border:1px solid #e5e5e5;}
.sale_order_full_table .ps_logo .paysystem_name{display:inline-block;vertical-align:middle;font-size:14px;line-height:20px;color:#333333;}
.sale_order_full_table td>.tablebodytext{display:block;color:#333;}
.sale_order_full_table .tablebodytext br:first-of-type{display:none;}
.sale_order_full_table input[name="BuyButton"]{border-radius: 2px;margin:-7px 0 0;padding:7px 19px 9px;font-size:14px;line-height:20px;font-weight:bold;color:#fff;border:1px solid transparent;-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext{display:block;margin:8px 0 0;font-size:12px;line-height:18px;color:#777777;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext b{font-weight:normal;color:#333333;}
span.icon_rutube_footer_podarok {
    margin-left: 11px;
}
.product-item-container {
    position: relative;
    min-height: 366px;
    height: 366px;
    width: 33%;
    margin-right: 10px;
}
.lk .section-text .event-wrap-repair .event-item li {
    margin-left: 15px;
}
.lk .section-text .event-wrap-repair .event-item li::before {
    content:  "-";
    position: relative;
    left: -5px;
}
.sale-products-gift {
    margin-bottom: 150px;
}

.bx-blue .btn.btn-default {
    min-width: 96px;
    padding: 0.6875em 0.75em;
}

.catalog-block-header {
    text-align: left;
    margin: 5px 0;
    border-bottom: 2px solid #d9dee6;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 7px;
}

@media (max-width: 767px) {
	.product-item-container {
		width: 100%;
		margin-bottom: 81px;
	}
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 210px;
	padding: 1.1875em 1.75em;
	margin: 5px;
	font-family: "Cera Pro";
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	-webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
	transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
	transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s;
	transition: color 0.3s, background-color 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.btn-success {
	position: relative;
	z-index: 1;
	color: #000;
	background: linear-gradient(130deg, #a8e5f9 25%, #8ddef8 75%);
	background-color: #a7dbeb;
	border: none;
	border-color: #57afcb;
	-webkit-box-shadow: 0 4px 0 0 #57afcb, 0 4px 15px #a7dbeb;
	box-shadow: 0 4px 0 0 #57afcb, 0 4px 15px #a7dbeb;
	-webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
}

.not-founded-section {
	padding-top: 0px;
}

.comment {
  border-bottom: 1px blcak dotted;
}

.comment__date {
	text-align: right;
}

label.error {
	color: #e62222 !important;
	font-size: 16px;
	top: 0;
	right: 0px;
  display: inline-block;
}

.lk-history-order-info {
  max-width: none;
}

.sale-order-list-inner-row-template-new {
  display: none;
}

.lk-history-order-item-body__text {
    font-size: 1.25rem;
}

.sale-order-list-status-alert {
  font-family: "Cera Pro", "Arial";
  font-size: 1rem;
}

.sale-order-list-status-success {
  font-family: "Cera Pro", "Arial";
  font-size: 1rem;
}

.lk-history-order-item-footer__price {
    font-size: 1.25rem;
}

.lk-history-order-item-footer__status {
	font-size: 1.25rem;
}

.product .section-text.dark {
  color: #000;
}


.flex-missoin{display:flex;     align-items: flex-start;}
.flex-missoin img{max-width:30%; margin-right:10px}

@media (max-width:400px){

.flex-missoin{display:block}
.flex-missoin img{max-width:100%; margin-right:0px}
}

.search-not-empty .search-input-wrap .search-result-section .search-result-wrap {
    width: 100%;
    max-width: 790px;
}
.search-not-empty .search-input-wrap .search-result-section .search-result-wrap .section-title {
    margin: 0 0 30px;
}
.search-not-empty .search-input-wrap .search-result-section .search-result-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-not-empty .search-input-wrap .search-result-section .catalog-search-form {
    position: relative;
}

.search-not-empty .search-input-wrap .search-result-section .search-result-wrap .svg {
    stroke: #000;
}
.search-result-section .label__icon .svg {
    display: block;
    width: 18px;
    height: 18px;
}
.search-result-section .search-result__subtitle {
    display: inline-block;
    margin-top: 40px;
    font-size: 1rem;
}
.search-result-section .search-result__subtitle b {
    font-weight: 700;
	}

.search-result-section .search-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-left: 0;
}
.search-result-section .search-result-item--title span {
    display: inline-block;
    margin: 20px 0;
    color: hsla(0,0%,100%,.3);
}
.search-result-section .basket-list-item:not(:last-of-type) {
    margin-bottom: 10px;
}
.search-result-section .basket-product .hero-product__img-wrapper {
    width: 110px;
    min-width: 110px;
    margin-right: 15px;
}
.search-result-section .table-product .hero-product__img-wrapper {
    display: flex;
    width: 100%;
    max-width: 146px;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.search-result-section .table-product .hero-product__img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
}
.search-result-section .basket-product .hero-product-desc {
    max-width: 240px;
}
.search-result-section .table-product .hero-product-desc {
    max-width: 100%;
    margin-right: 30px;
}
.search-result-section .table-product .hero-product__title {
    margin: 0;
    font-size: 1rem;
    color: #000;
}
.hero-product-desc a:hover, .search-result-section .table-product .hero-product__title:hover {
	color: #57afcb;
}
.search-result-section .hero-product__title {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.search-result-section .search-result-list .basket-product .hero-product__title b {
    padding: 0 3px;
    background-color: #000;
	color: #fff;
    border-radius: 4px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.lk-section ul.cards {
	list-style-type: none;
	display: block;
}
.cards li {
	display: inline-block;
	width: auto;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.cards li img {
	width: auto;
	height: 30px;
	margin: 0 0 10px;
	display: block;
}
html body .detail-stock {
	display: block;
}
html body .detail-stock::before {
	background-size: 100% 100%;
}
.contacts-img {
    width: 100%;
    height: 100%;
    background: #fff;
}
.contacts .contacts-map-wrapper, .contacts .contacts-map {
    min-height: 500px;
}
@media (max-width: 800px){
	.contacts-img {
		object-fit: contain;
	}
}
@media (max-width: 500px){
	.contacts-img {
		object-fit: cover;
	}
	.event-btn {
		margin-bottom: 25px;
	}
	.event-item {
		margin-top: 0!important;
		width: 100%!important;
		margin-right: auto!important;
	}
	.event-wrap-repair .image {
		width: 100%!important;
	}
	.event-title {
		line-height: 1.2;
	}
}
body .header {
	z-index: 70;
}

.video-container {
	width: calc(100% + 20px);
}
.video-container:after {
	content: '';
	display: block;
	clear: both;
}
.video-wrap {
	width: 50%;
	padding-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
}
.video-wrap.center {
	margin: 0 auto 20px;
	float: unset;
}
@media (max-width: 900px){
	.video-wrap {
		width: 100%;
	}
}
.video-elem {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}
.video-elem iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

html body .radio__img-wrapper {
	height: 32px;
    min-width: 65px;
}
html .radio__img {
    display: block;
    width: auto;
    max-width: 65px;
}
.sale_order_full_table {
	margin-bottom: 60px;
}
.paysystem_name {
	position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 120px;
}
.logotype_block {
	position: relative;
}
@media (max-width: 600px){
	.sale_order_full_table .ps_logo .paysystem_name {
		display: block;
		position: relative;
		top: auto;
		margin-top: 10px;
		left: 0;
	}
}
.label-cbx .error {
	color: red;
	display: block;
	font-size: 14px;
	padding-left: 24px;
}
html body .yookassa {
	width: unset;
	height: unset;
	margin: 0 0 40px;
}
.paysystem_description {
	font-size: 13px;
	margin-top: 10px;
}

.label .bx-sls .dropdown-block {
	top: -4px;
}
.paysystem_desc {
	display: block;
	font-size: 14px;
    /* font-weight: bold; */
    margin-top: 3px;
	color: #a9a6a6;
}
html body .modal-wrapper.active {
	z-index: 71 !important;
}
.detail-preview-thumbs .button-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    margin: 0;
    border: none;
    opacity: .5;
}
.detail-preview-thumbs .button-arrow--prev {
    margin-right: 5px;
}
.detail-preview-thumbs .button-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    margin: 0;
    border: none;
    opacity: .5;
}
.detail-preview-thumbs .button-arrow--next {
    margin-left: 5px;
}
.detail-preview-thumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-preview-thumbs .button-arrow .svg {
    width: 15px;
    height: 15px;
}
.search-not-empty .search-input-wrap .search-result {
	
	overflow: hidden;
	padding-bottom: 20px;
	width: 100% !important;
    background: #ffffff;
	border: 1px solid #ededed;
    border-radius: 20px;
}
.search-result-list-wrap {
	overflow: hidden;
	max-height: 80vh;
}
.search-not-empty .search-input-wrap .search-result .search-result-list-wrap .search-result-list {
	border: none;
}
.g-recaptcha {
	margin-bottom: 14px;
}
.bxhtmled-top-bar-btn.spoiler {
	display: none;
}
html body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, html body .search-result-list-wrap .search-result-list .mCSB_dragger_bar {
	background-color: rgba(0,0,0,.4);
}
html body .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255,255,255,.75);
}
.advantage-imgs .advantage__img {
	height: auto;
}

.event-wrap p {
    font-size: 18px;
	margin: 20px 0 0;
}
.event-item {
    margin-top: 40px;
    width: 45%;
    margin-right: auto;
}
.event-title {
	font-size: 36px;
    margin-bottom: 20px;
}
.event-text {
	font-size: 18px;
	line-height: normal;
}
.event-wrap-repair .image {
    width: 45%;
}
.event-image {
	text-align: left;
	width: 70%;
}
.event-image img {
	max-height: 700px;
	max-width: 400px;
}
.event-btn {
	margin-top: 40px;
}
.event-btn a.button {
	margin-left: 0;
}
span.gfgril {
	color: #ff0000;
}
html body .mfp-close-btn-in .mfp-close {
	color: #fff;
	top: -40px;
    right: -40px;
}
.form_wrap {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  max-height: 90vh;
  min-height: 500px;
}
.formfield {
	color: #2f2a28;
	margin-bottom: 20px;
}
#form_wrap {
	color: #2f2a28;
}
.inputtext {
	height: 34px;
	border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
	width: 100%;
	padding: 0 10px;
}
.form_wrap .jq-file {
    width: 100%;
}
.inputtextarea {
	border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
	width: 100%;
	resize: none;
	padding: 0 10px;
}
.label {
	margin-bottom: 7px;
}
span.error{
    margin-left:15px;
    background: linear-gradient(to bottom, #F34747 0%, #F02E2B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A83737;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    color: #FFFFFF; 
    border-radius: 3px;
    text-shadow: 0 1px #8A2D14;
    padding:3px;
    vertical-align: top;    
}
.inputtext.error, .inputtextarea.error {
	border: 1px solid #F02E2B;
}
.jq-file.error {
	border: 1px solid #F02E2B;
}
.bx-input-file-desc {
	font-size: 14px;
	color: #F02E2B;
	display: block;
}
.event-hide {
	display: none;
}
.form_wrap .title {
	font-size: 36px;
	margin-bottom: 20px;
}
.waitwindowlocal{
  display: none !important;
}
div[id^="wait_comp_"]{ display: none;}
.form_wrap .button {
	background: #2f2a28;
	border-color: #2f2a28;
}
/*.button:hover {
    color: #2f2a28;
    background-color: #2f2a28;
    border-color: #2f2a28;
}*/
.link-detail a {
	display: none;
}
.formfield .bx-sls .dropdown-block {
	height: 34px;
	border-radius: 4px;
}
.formfield .bx-sls .dropdown-fade2white {
	height: 28px;
}
.image img {
	width: 100%;
}
.event-wrap-repair {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.formfield select {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
@media (max-width: 900px){
	.event-text, .event-image {
		width: 100%;
	}
	.event-image img {
		max-height: 450px;
		max-width: 100%;
	}
	html body .mfp-close-btn-in .mfp-close {
		color: #333;
		top: 8px;
		right: 7px;
	}
	.catalog-wrapper>.section-title {
		margin-top: 40px;
	}
	.form_wrap {
		max-width: 90vw;
		max-height: 80vh;
	}
	#form_wrap {
		padding-top: 55px;
	}
}
.region-wrap {
	position: relative;
}
.results {
	position: absolute;
	width: 100%;
	min-height: 50px;
	background: #fbfbfb;
	top: 33px;
	padding: 15px;
	box-sizing: border-box;
	left: 0;
	z-index: 100;
    border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	display: none;
}
.results-list .item {
	cursor: pointer;
}
.pvz-address {
	display: none;
}
.no_pvz {
	font-size: 14px;
    color: #F02E2B;
    display: block;
}
.warning {
	font-size: 14px;
    color: #F02E2B;
    display: block;
	margin-top: 15px;
}
#loading_screen img {
	width: 100%;
	height: 100%;
}

.pd .pr_policy h4, .pd .pr_policy h5 {
    margin: 20px 0;
}
.pr_policy li {
    line-height: 1.5;
    font-size: 18px;
}
.pr_policy h5, .pr_policy h4 {
    font-weight: 600;
}

/*чат бот*/
.chat-bot-btn-wraper {
    position: fixed;
    bottom: 0px;
    right: 50px;
    border-radius: 0;
    z-index: 1000;
    overflow: hidden;
    color: #000;
    background: linear-gradient(130deg, #b2bd00 25%, #b2bd00 75%);
    background-color: #b2bd00;
    -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
    transition: color 0.3s, background-color 0.3s, border 0.3s, opacity 0.3s;
}
.chat-bot-btn-wraper:hover {
    background: linear-gradient(47deg, #d7e034 21%, #b2bd00 71%);
}
.chat-bot-btn-wraper a {
	padding: 12px 38px 12px 20px;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	
	font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.chat-bot-btn-wraper a:after {
	content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
    margin-top: -7.5px;
    background: url(/local/templates/solray/images/chat.png) no-repeat 50%;
    background-size: contain;
}
.chat-bot-wraper {
	position: fixed;
	bottom: 0;
	right: 50px;
	height: 500px;
	width: 400px;
	background: #f9f9f9;
	border-radius: 5px 5px 0 0;
	color: #000;
	padding: 0 20px 20px;
	z-index: 10001;
}
html body .chat-bot-modal.mfp-bg {
	display: none;
}
html body .mfp-wrap.mfp-close-btn-in .mfp-close {
    color: #404040;
}
.bot-frame-wrap {
	border-top: 1px dashed #d5d5d5;
	padding-top: 20px;
	height: calc(100% - 87px);
}
.bot-frame {
	display: none;
}
.bot-message {
	display: block;
    border-radius: 2rem 2rem 2rem 0px;
	background-color: #eceef2;
    padding: 1rem 2rem 1.2rem;
	color: #312f3c;
	font-family: Open Sans;
	margin-bottom: 20px;
	text-align: left;
}
.answers-list {
	margin-top: 20px;
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 100%;
	margin-bottom: 30px;
}
.answer-item {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #d7e034;
    color: #0a0a0a;
    box-shadow: rgb(127 138 0 / 20%) 0px 3px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5rem;
    font-family: Open Sans;
}
.answer-item.white {
	font-size: 10px;
    background: #fff;
}
.answer-item.disabled:hover {
	background-color: #eceef2;
	 color: #0095ff;
}
.answer-item.disabled {
	opacity: .3;
}
.answer-item.disabled.white:hover, .answer-item.white.disabled.act, .answer-item.white.act {
	font-size: 10px;
    background: #fff;
	color: #0095ff;
}

.bot-footer {
	margin-top: 20px;
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 100%;
}
.answer-item:hover {
    background-color: #b6be26;
    color: #141414;
}
.answer-item.white:hover {
	background-color: #eceef2;
}
.answer-item.act {
	background-color: #e5f1ed;
    color: #141414;
}
.bot-header {
	font-size: 18px;
	padding: 15px 15px 15px 25px;
	position: relative;
}
.bot-header:before {
	content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0px;
    margin-top: -7.5px;
    background: url(/local/templates/solray/images/chat.png) no-repeat 50%;
    background-size: contain;
}
.comments #show_all_reviews, #hide_all_reviews {
    max-width: 350px;
    margin: 0 auto;
}
.sub_img {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.sub_img img{
	width: auto;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
}
 .img-wrap {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	flex-direction: column;
    justify-content: center;
}
.product:hover .img-wrap img.product__img {
	transform: unset;
	-webkit-transform: unset;
}
.img-wrap img.product__img {
    height: 180px;
    width: 100%;
    object-fit: scale-down;
	transition: unset;
	-webkit-transition: unset;
}
.product__img-wrapper .img-wrap:hover .product__img-s {
	opacity: 0;
}
.product__img-wrapper .img-wrap:hover .sub_img {
	opacity: 1;
}
.reviews-auth {
	max-width: 400px;
    font-size: 14px;
    color: #a5a3a3;
    padding-left: 20px;
    box-sizing: border-box;
}
html body .comments-buttons .reviews-auth a {
	padding: 0;
    line-height: normal;
    margin-right: unset;
}

.bonus-sber {
	margin-top: 30px;
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.bonus-sber .sber_img {
	width: 63px;
    overflow: hidden;
}
.bonus-sber .sber_img img {
    width: 100%;
}
.bonus-sber .sber_desc {
	padding-left: 20px;
    font-size: 12px;
}
.bonus-sber .sber_desc .write_off {
	margin-bottom: 4px;
	white-space: nowrap;
}
.bonus-sber .sber_desc  .add_up {
	white-space: nowrap;
}
.bold {
	font-weight: 700;
}
html body .basket-sberbonus {
	align-items: center;
}
html body .basket-sberbonus .sber_img img {
	width: 65px;
    display: block;
    margin-right: 10px;
}
html body .basket-sberbonus .basket-aside__key {
	font-size: 12px;
	color: #6b6b6b;
}
html body .basket-sberbonus .basket-aside__value {
	margin-left: 10px;
	font-size: 12px;
}
.soc-dzen svg {
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.soc-dzen:hover svg {
	opacity: 1;
}
.cupons {
	margin-top: 20px;
}
.cupon-title {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
	color: #6b6b6b;
}
.cupon-item {
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
	font-family: "Cera Pro";
	color: #6b6b6b;
}
html body .sale_order_full_table:first-of-type {
    padding: 100px 0 0 !important;
}
html body .sale_order_full_table:last-of-type {
	border: none;
}
html body .sale_order_full_table {
    margin-bottom: 0px;
}
.payment_btn_block {
	text-align: center;
}
.sberbank__wrapper {
	display: inline-block;
}
.payment_btn_block.sale_order_full_table:before {
	display:none;
}
html body .payment_btn_block.sale_order_full_table {
	padding: 20px 0 0 !important;
}
.hero-product-desc a {
    line-height: 1.3;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
	color: #000;
}
.hero-product-desc {
    max-width: 70%;
}
.order-products-wrap .basket-list-item .basket-product .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 160px;
    margin: 0 10px;
	
}
.order-products-wrap .basket-list-item .basket-product .hero-product-price__wrapper {
	display: inline-block;
}
.order-products-wrap .basket-list-item .basket-product .hero-product-price .hero-product-price__old {
    margin-bottom: 5px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 500;
    color: #b8695e;
	display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
    white-space: nowrap;
}
.order-products-wrap .basket-list-item .basket-product .hero-product-price__new {
	display: inline-block;
}
.hero-product-price__new {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    font-family: "Cera Pro";
    font-size: 1.5rem;
    font-weight: bold;
}
.table-product .hero-product-price__new {
    margin-top: 0;
}
.order-products-wrap .basket-list-item .basket-product .hero-product-price {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 130px;
    margin: 0 10px;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
	display: flex;
}

@media (max-width: 600px){
	.chat-bot-wraper {
		right: 5px;
		width: 90%;
	}
	.chat-bot-btn-wraper {
		right: 10px;
	}
	.bonus-sber .sber_img {
		width: 85px;
	}
	.bonus-sber .sber_desc {
		font-size: 14px;
	}
	.sale_order_full_table, html body .sale_order_full_table:first-of-type {
		padding: 0 39px !important;
		box-sizing: border-box;
	}
	html body .sberbank__content {
		width: auto;
	}
	html body .sberbank__payment-link {
		width: 100%;
	}
	.sale_order_full_table:before {
		display:none;
	}
	.hero-product-desc a {
		text-align: center;
		font-size: 1.6rem!important;
	}
	.basket-product-counter {
		order: unset;
		margin: 10px 10px 0 0;
	}
	.hero-product__img-wrapper::before {
		display:none;
		max-width: 119px!important;
		width: 100%;
		height: 100%;
		top: 4px;
		left: 9px;
	}
	.hero-product-price__discount {
		display: block;
		width: 100%;
		margin: 10px 10px 10px 0;
		font-family: "Cera Pro";
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3;
		color: #000;
	}
	.hero-product-price__new {
		    padding: 10px 0px;
	}
}