.h-footer-domain-info { max-width: 310px }

.flex-space-evenly { justify-content: space-evenly }

.l-delivery__p-items--space-evenly { justify-content: space-evenly }

.custom_info_bottom h2 { font-size: 2.5em; margin-bottom: 10px;}
.custom_info_bottom h3 { font-size: 1.7em; margin-bottom: 10px;}

del .amount {
    color: grey !important;
    font-size: 12px !important;
}

.o-discount {
	display: flex;
	align-items: center;
}

.o-discount__text {
	font-size: 31px;
}

img.alignright {
	float: right;
}

.c-radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	user-select: none;
}

.c-radio-container input {
	position: absolute;
	display: none;
}

.c-radio-container__icon {
	position: absolute;
	left: 0;
	top: -2px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #2196f3;
	border-radius: 50%;
}

.c-radio-container:hover input ~ .c-radio-container__icon {
	background-color: #fefefe;
}

.c-radio-container input:checked ~ .c-radio-container__icon {
	background-color: #2196F3;
}

.c-radio-container__icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease;
	transform: scale(0);
}

.c-radio-container input:checked ~ .c-radio-container__icon:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.nd-zamer-button-container {
	position:fixed;
	bottom:29px;
	right:40px;
	min-width: 213px !important;
	cursor: pointer;
	z-index:6
}
.nd-zamer-button {
	position: relative;
	box-shadow: 0 3px 17px 0 rgba(255, 0, 0, 0.4);
	border-radius: 30px;
	border-bottom-left-radius: 0;
	border:1px solid rgba(255, 0, 0, 0.4);
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: -0.02em;
	padding:13px 20px;
	background:#fff;
	color: #FF1111;
}
.nd-zamer-button-container:hover .nd-zamer-button {
	color:#fff;
	background: rgba(255, 17, 17, 1);
}
.nd-zamer-button img {
	position: absolute;
	right:7px;
	top:-14px;
	width:77px;
	height:74px;
	display:block;
}

div > #pact-widget {
	right: 11px;
	bottom: 65px;
}
#nd-zamer-modal .modal-dialog {
	width:684px;
}
#nd-zamer-modal .modal-content {
	padding:30px 30px 30px 30px;
	border-radius: 33px;
}
#nd-zamer-modal .h-modal__form-wrap > img {
	width:239px;
	height:auto;
	position: absolute;
	top:-16px;
	right:41px;
	z-index:2
}
#nd-zamer-modal .h-modal__title {
	font-size: 43px;
	font-weight: 600;
	line-height: 52px;
	margin:0 0 14px 26px
}
#nd-zamer-modal .u-tc--modal-info {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #474D63;
	margin-bottom:32px;
	width:60%;
	margin-left:26px
}
#nd-zamer-modal .nd-blue-block {
	padding:26px;
	background: #EFF6FF;
}
#nd-zamer-modal .nd-blue-block .wpcf7-form-control-wrap input {
	width:100%;
	padding:20px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #434D64;
	margin-bottom:16px;
	border-color:transparent;
	border-radius: 5px;
	box-shadow: none;
}
#nd-zamer-modal .nd-blue-block .wpcf7-form-control-wrap input.wpcf7-not-valid {
	border-color: red;
}
#nd-zamer-modal .nd-grid-zamer {
	display:grid;
	grid-template-columns: auto 218px;
	gap:53px
}
#nd-zamer-modal .nd-grid-zamer .u-d--block, .nd-grid-zamer p > a {
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: -0.02em;
	color: #B1C0D2;
}
.nd-grid-zamer p > a {
	text-decoration: underline;
}

.icon-qm-whatsapp {
	background-image: url(img/whatsapp.svg);
	width:41px;
	height:41px;
	margin-right:5px
}
.icon-qm-whatsapp:hover {
	opacity: .8;
}

.rul-make-request {
	display:none;
	position:relative;
	border: 1px solid #F93C00;
	border-radius: 30px;
	border-bottom-left-radius: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: -0.02em;
	padding:13px 60px 13px 22px;
	cursor: pointer;
	background: #fff;
	color:#222222;
}

.rul-make-request img {
	position: absolute;
	top:2px;
	right:10px;
	width:40px;
	height:39px
}
.rul-make-request:hover {
	background: #F93C00;
	color:#fff;
}
.h-mobile-top-logo {
	display:none
}

@media (min-width: 1200px) {
	.rul-make-request {
		display:flex
	}
}
@media (max-width: 1199px) {
    .custom_info_bottom h2 { font-size: 1.7em; line-height: 1.25;}
    .custom_info_bottom h3 { font-size: 1.2em; line-height: 1.25;}
	.o-discount__text {
		font-size: 20px;
	}
}

@media (max-width: 699px) {
	.o-discount__text {
		font-size: 13px;
	}
	.c-radio-container {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-radio-container__icon {
		top: 5px;
	}
}
/*
.icon-qm-top-logo {
	background-position: 0 0;
	width:255px;
	height:53px;
	background-image: url(//rulonki.com/wp-content/themes/qmax_oswad_market/red20/assets/img/logo-ng-new.png);
	background-size:cover;
}

@media (max-width: 1199px) {
	.icon-qm-top-logo {
		background-image: url(//rulonki.com/wp-content/themes/qmax_oswad_market/red20/assets/img/logo-ng-new.png);
		height: 40px;
		background-position: 0 0;
		width: 162px;
	}
	.icon-qm-top-logo-main {
		background-position: 0 0;
		width: 251px;
		height:61px;
		background-image: url(//rulonki.com/wp-content/themes/qmax_oswad_market/red20/assets/img/logo-ng-new.png);
		background-size:cover;
	}
}*/
@media (max-width: 767px) {
	.h-mobile-top-logo {
		margin: 0 5px;
	}
	.nd-zamer-button-container {
		min-width: 165px !important;
		right:81px;
		bottom:18px
	}
	.nd-zamer-button {
		font-size: 12px;
		line-height: 13px;
		padding:10px 18px
	}
	.nd-zamer-button img {
		width:55px;
		height:52px;
		right:9px;
		top:-6px
	}
	#pact-widget {
		padding: 0 !important;
		margin: 0 !important;;
		height: 46px !important;;
		bottom: 32px !important;;
		right: 16px !important;;
	}
	#nd-zamer-modal .modal-dialog {
		max-width:365px;
	}
	#nd-zamer-modal .modal-content {
		padding:15px;
		border-radius: 9px;
	}
	#nd-zamer-modal .h-modal__title {
		font-size: 28px;
		font-weight: 600;
		line-height: 34px;
		margin:0 0 13px 12px;
		float:left;
		display:inline-block;
	}
	#nd-zamer-modal .u-tc--modal-info {
		width:65%;
		font-size: 13px;
		font-weight: 400;
		line-height: 17px;
		margin:0 0 23px 13px
	}
	#nd-zamer-modal .h-modal__form-wrap > img {
		width:131px;
		top:32px;
		right:2px;
		z-index:0;
	}
	#nd-zamer-modal .nd-blue-block {
		padding:13px;
		border-radius: 9px;
	}
	#nd-zamer-modal .nd-blue-block .wpcf7-form-control-wrap input {
		font-size:14px;
		padding:18px 25px;
		margin-bottom:9px
	}
	#nd-zamer-modal .nd-grid-zamer {
		grid-template-columns: 1fr;
		gap:9px
	}
	#nd-zamer-modal .nd-grid-zamer .u-d--block {
		order:2
	}
	#nd-zamer-modal .u-ta--r {
		position: relative;
		/*right:11px;
		top:14px;*/
		z-index:10
	}
}

@media(max-width: 1199px) {
	.h-mobile-top-logo {
		display:block
	}
	header .h-mobile-top-logo {
		margin:0 0 0 10px;
	}
	.mobile-header {
		display:none
	}
	.c-mobile-humburger__toggler {
		width:37px;
		height:37px;
		padding: 8px 7px;
		box-sizing: border-box;
	}
	.c-mobile-humburger__toggler span {
		width:100%;
		margin-bottom:5px;
		transform-origin: 8px 0;
		left: -4px;
	}
	.mobile-header > a {
		font-size: 16px;
		font-weight: 600;
		line-height: 10px;
		letter-spacing: -0.01em;
		color: #565E72;
		text-align: right;
		margin-right: 8px
	}
	.new-mobile-main-logo {
		font-size: 8px;
		font-weight: 600;
		line-height: 10px;
		letter-spacing: -0.01em;
		display: flex;
		flex-wrap: nowrap;
		gap: 4px;
		align-items: center;
		color: #98A1B5 !important;
	}
	.c-mobile-humburger__toggler span:last-child {
		width: 60%
	}
	.expanded-menu .c-mobile-humburger__toggler span {
		width: 100% !important;
	}
	.mobile-header-container {
		display: grid;
		grid-template-columns: auto 37px 37px 37px;
	}
	.new-icon-qm-search {
		background: url(img/search.svg) center center no-repeat;
		height:37px;
		width:37px;
		border-left:1px solid #DDE0E7;
	}
	.new-icon-qm-phone {
		background: url(img/phone.svg) center center no-repeat;
		height: 37px;
		width:37px;
		border-left:1px solid #DDE0E7;
	}
	.h-top-cart {
		background: #98A1B5 url(img/cart.svg) center center no-repeat;
		height: 37px;
		width:37px;
	}
	.h-top-cart .h-bubble {
		font-size: 9px;
		font-weight: 600;
		line-height: 11px;
		letter-spacing: -0.02em;
		text-align: center;
		top:6px;
		right:10px
	}
	.rul-make-request {
		display:flex;
		align-items: center;
		padding:0 8px;
		margin:4px;
	}
	.rul-make-request span {
		font-size: 11px;
		font-weight: 600;
		line-height: 11px;
	}
	.rul-make-request img {
		width:25px;
		height:25px;
		position:relative;
		top:2px;
		right:-2px
	}
	.new-table-city {
		display:grid;
		grid-template-columns: 1fr auto;
		gap:18px;
		align-items: center;
	}
}

@media(max-width:767px) {
	header .h-mobile-top-logo, .new-table-city {
		display:none
	}
	.mobile-header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
		align-items: center;
		padding: 5px 0;
		box-shadow: 0 0 10px 0 #0000002B;
		background: #FFFFFF;
	}
	.c-mobile-humburger__toggler span {
		transform-origin: 4px 0;
		left: 0;
	}
	.l-reviews__bar {
		max-height: 34vh !important;
	}
	.l-reviews__two-columns .l-reviews__column {
		max-height: 36vh !important;
		overflow: hidden;
	}
}

@media (max-width: 374px) {
	.icon-qm-top-logo {
		height: 28px;
		width: 117px;
	}
}


.price-banner {
	background-image:url(https://rulonki.com/wp-content/uploads/2022/06/price-up.png);
	display:flex;
	height:40px;
	width:auto;
	background-repeat:no-repeat;
	background-size:cover;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
}
.price-banner span {
	line-height:40px;
	font-size:15px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.price-banner a {
	border:1px solid #752d21;
	border-radius:50%;
	width:30px;
	height:30px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	left:80px;
	background:#752d21;
	opacity:0.8;
	font-size:35px;
	font-weight:normal;
	color:#fff
}
.price-banner a:hover{
	opacity:0.6;
	color:#fff;
}
@media(max-width:1199px) {
	.price-banner {
		background:#ee4d21;
		margin-bottom:2px;
		text-align:center;
		justify-content: space-around;
		padding:3px 0
	}
	.price-banner a {
		left:auto;
		margin-right:5px;
		flex:none;
	}
}
@media(max-width:829px) {
	.price-banner {
		height:auto;
	}
	.price-banner span {
		line-height:25px;
		font-size: 13px;
		padding: 0 5px;
	}
}
@media(max-width:360px) {
	.price-banner span {
		font-size: 11px;
	}
}
#pact-widget {
	left:unset !important;
	right:0
}
#pact-widget ul > li > a > span {
	display:none !important;
}
#YoutubeModal {
	flex-direction: column;
	justify-content: center;
}
#YoutubeModal .modal-content {
	padding:10px
}
#YoutubeModal .modal-body {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
#YoutubeModal .modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(max-width:767px){
	#YoutubeModal .modal-dialog {
		width:97%
	}
}

#js-modal-zammer .simplebar-content .wpb_tab {
	display:block !important;
}
.ig-agree {
	display:none
}
.delivery-warn {
	display:none;
}
#ranges_method.active .delivery-warn {
	display:block;
	color:red;
	font-size:13px;
	padding: 0 1rem 1rem;
	margin: -15px 0 0;
	line-height: 13px;
}

#pa_upravlenie_template--modal .h-masonry--list > a:nth-child(5) img,
#pa_upravlenie_template--modal .h-masonry--list > a:nth-child(6) img {
	padding:20px
}
label.acceptance {
	display: flex;
	flex-direction: row;
	gap: 5px;
	flex-wrap: nowrap;
}
.acceptance .wpcf7-list-item {
	margin:0 .5rem 0 0 !important;
}
.acceptance > span:last-of-type {
	text-align:left
}
.acceptance input[name=fiz] {
	margin:0 !important;
	min-width:auto !important;
}
#commentform input[type=submit]:disabled {
	cursor: not-allowed;
	background: #939393 !important;
	opacity: .7;
}
.icon-qm-ya-market, .icon-qm-fo-ya-market {
	background-image: url(./img/reviews-new.svg);
	background-size: cover;
	background-position: unset;
}
.icon-qm-fo-ya-market {
	width:113px
}
.shop-address {
	padding: 1rem 2rem 1rem 1rem;
}