h1{
    color:#4fab4b;
}

/* ----------- NEW ORDER TEMPLATE -------------*/
.btn.btn-default,
.bx-pagination .bx-pagination-container ul li.bx-active span{background-color: #4fab4b !important;color:#ffffff !important;border-color:#4fab4b !important;}
.btn.btn-default:hover{background-color:#42983e !important;border-color:#42983e;}
.bx-authform-starrequired{display: inline-block !important;}
.bx-soa-editstep{text-decoration: none !important;color:#42983e !important;}
.bx-soa-item-title a{color:#4fab4b !important}
/*---bgn 2019-06-06---*/
section.sorting form .sortby {
	text-align: left;
	position: relative;
}
section.sorting form .sortby select {
	height: 24px;
}
section.sorting .quantity {
	clear: both;
	padding-bottom: 10px;
}
section.sorting .sortOptions {
	display: inline-block;
	position: absolute;
	margin-left: 5px;
	margin-top: -4px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 200px;
	background: #fff;
	z-index: 10;
}
section.sorting .sortOptionsList {
	display: none;
}
section.sorting .sortOptionsList a,
section.sorting .sortOptions .selOption {
	font-size: 12px;
}
section.sorting .sortOptions .selOption {
	padding: 5px 25px 5px 15px;
}
section.sorting .sortOptionsList .option {
	padding: 10px 25px 10px 15px;
}
section.sorting .sortOptions .arrow {
    content: '';
    display: block;
    width: 15px;
    height: 18px;
    vertical-align: middle;
    background: url(/img/sprite.png) -97px -393px no-repeat;
	position: absolute;
	top: 2px;
	right: 2px;
}
section.sorting .sortOptions.expanded {
	box-shadow: 0 0 5px #aaa;
}
section.sorting .sortOptions.expanded .sortOptionsList {
	display: block;
}
section.sorting .sortOptions.expanded .arrow {
	background-position: -47px -393px;
}
@media(max-width: 800px) {
	section.sorting .quantity {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	section.sorting form .sortby {
		padding-bottom: 10px;
	}
}
@media(max-width: 799px) {
	.offers.grid article.offer {
		padding-left: 0;
		padding-right: 0;
	}
	.offers.grid article.offer .form {
		border-left: 1px solid #ddd;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	.offers.grid article.offer.odd .form {
		border-left: none;
	}
}
@media(max-width: 400px) {
	section.sorting form .sortby select {
		font-size: 0.9em;
	}
	section.sorting form .sortby {
		padding-bottom: 40px;
	}
	section.sorting .sortOptions {
		margin-left: 0;
		margin-top: 20px;
		left: 0;
	}
}
/*---end 2019-06-06---*/


/* ---------------------------- card ---------------------------- */

.offer_card h3
{
	margin-bottom:30px;
	padding:0;
	color:#4fab4b;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeue';
}

.offer_card .pdf,
.offer_card .doc,
.offer_card .docx,
.offer_card .jpg,
.offer_card .jpeg {
  position: relative;
  color: #FFF;
}
.offer_card .pdf:before,
.offer_card .doc:before,
.offer_card .docx:before,
.offer_card .jpg:before,
.offer_card .jpeg:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  content: '';
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.offer_card .pdf:before {
  content: 'PDF';
  background: #a6192e;
}
.offer_card .doc:before,
.offer_card .docx:before {
  content: 'DOC';
  background: #2972b1;
}
.offer_card .jpg:before,
.offer_card .jpeg:before {
  content: 'JPG';
  background: #888;
}

div.offer_card-links
{
	margin-bottom:40px;
}
.offer_card-link__item {
  margin-bottom: 20px;
}
.offer_card-link__item:last-child {
  margin-bottom: 0;
}
.offer_card-link {
  display: inline-block;
  vertical-align: top;
  padding-left: 45px;
  text-decoration:none;
}
.offer_card-link__text {
	color:black;
  line-height: 1.2;
  text-decoration:none;
}
.offer_card-link:hover .offer_card-link__text {
  text-decoration:underline;
}
.offer_card-link__size {
  display: block;
  width: 100%;
  font-size: 90%;
  color: #7d7d7d;
  margin-top: 4px;
}

div.card-delivery
{
	margin-bottom:50px;
}

div.card-delivery-name
{
	margin-bottom:30px;
	color:#4fab4b;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeue';
}

div.card-delivery-city
{
	margin-bottom:20px;
	color:#4d4d4d;
}
.card-delivery-city b
{
	margin-right:10px;
	font-size:15px;
}
.card-delivery-city a
{
    text-decoration: none;
    border-bottom: 1px dashed #e69500;
	color:#e69500;
}
.card-delivery-city a:hover
{
	color:red;
	border-color:transparent;
}
div.card-delivery-list
{
	margin-bottom:15px;
}
div.card-delivery-item
{
	display:flex;
	margin-bottom:10px;
}
.card-delivery-item div.item-icon
{
	width:53px;
}
.card-delivery-item div.item-icon i
{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:30px;
	background:center center no-repeat;
	background-size:contain;
}
.card-delivery-item div.item-block
{
	
}
.card-delivery-item div.item-name
{
	margin-bottom:3px;
	color:black;
}
.card-delivery-item div.item-info
{
	margin-bottom:3px;
}
.card-delivery-item div.item-info b
{
	color:#e69500;
}
div.card-delivery-more
{
	
}
.card-delivery-more a
{
	color:#e69500;
	font-size:110%;
}
.card-delivery-more a:hover
{
	color:red;
}

@media only screen and (max-width: 767px)
{
	.wrap-card-delivery
	{
		float:none;
		width:auto;
		padding:0 15px;
		margin-bottom:40px;
	}

	div.card-delivery
	{
		display:block;
		width:auto;
	}
}



.card-youtube-video {
	max-width: 800px;
}

.youtube-video {
	margin-bottom: 50px;
}

.youtube-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;	
}

.youtube-wrap iframe,
.youtube-wrap .youtube-lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

.youtube-lazy {
	background-size: contain;
	-ms-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-repeat: 100% auto;
	background-position:center center;
	cursor: pointer;
}

.youtube-lazy:before{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background: url(./images/youtube_play.svg) no-repeat 50% 50%;
    z-index: 5;	
}

.catalog-card__options {
	margin-bottom: 25px;
}

.catalog-card__options-title {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}

.catalog-card__options-list {
	display: flex;
	gap: 15px;
}

.catalog-card__option-item {
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 2px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.catalog-card__option-img {
	max-height: 42px;
}

.catalog-card__option-item.current {
	border-color: #000000;
}

.tooltip-option {
	padding: 10px 20px;
}

.tooltip-option-img {
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.tooltip-option-price {
	font-size: 18px;
    line-height: 1;
	margin-bottom: 5px;
}

/* ------------------ privacy ----------------- */
.privacy-info {
	overflow: hidden;
}
.privacy-info p {
	margin: 1em 0;
}
.privacy-info a {
	text-decoration: underline;
	color: inherit;
}
.privacy-info a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info__date {
	font-weight: bold;
	margin: 20px 0;
}
.privacy-info__top {
	text-align: right;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 20px;
}
.privacy-info__date:first-child {
	margin-top: 0;
}
.privacy-info__point {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.privacy-info ul {
    margin: 0 0 0 20px;
    padding: 0;	
}
.privacy-info ul li {
    margin: 5px 0 10px 0;
    padding: 0;	
}
.privacy-accept {
	display: block;
	position: relative;
	padding-left: 30px;
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;	
}
.privacy-accept input {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
}
.privacy-accept span::before {
	display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
	top: 0;
	border: 1px solid #D1D1D1;
    border-radius: 3px;
    background: url(./images/ico-check.png) 0 -20px no-repeat;
    background-color: white;
}
.privacy-accept input:checked + span::before {
	background-position: 0 0;
}
.privacy-accept.error input:not(:checked) + span {
	color: red;
}
.privacy-accept.error input:not(:checked) + span::before {
	border-color: red;
}
.privacy-accept a {
	text-decoration: underline;
	color: inherit;
	border: 0;
}
.privacy-accept a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info table {
	display: block;
    margin: 24px 0;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
	color: inherit;
}
.privacy-info td,
.privacy-info th {	
    border: 1px solid #aaaaaa;
    padding: 12px;
    vertical-align: top;
	min-width: 250px;
	font-size: 16px;
	line-height: 20px;
}
.privacy-info th {
	text-align: center;
	font-weight: bold;
}

.footer-privacy {
	display: flex;
	gap: 10px 15px;
	flex-wrap: wrap;
	margin: 15px 0;
}
.footer-privacy__link {
	font-size: 13px;
	color: inherit;
	text-decoration: underline;
}
.footer-privacy__link:hover {
	text-decoration: none;
}

/* --------------- page-column ----------------- */

.page-column {
	display: flex;
}
.page-sidebar {
	width: 250px;
	margin-right: 70px;
}
.page-content {
	width: calc(100% - 320px);
}

@media(max-width: 1024px)
{
	.page-column {
		display: block;
	}
	.page-sidebar {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-content {
		width: 100%;
	}
}

/* --------------- left menu ------------------- */
.left-menu {
	margin-bottom: 40px;
}
.left-menu a {
	display: block;
	margin-bottom: 15px;
}

/* ---------------- Erid -------------------- */
.erid-label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 2px 8px;
    cursor: pointer;
    color: #666666;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.64);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.erid-label::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background: url(./images/erid-icon.svg) no-repeat center;
}
.index-video .erid-label {
	bottom: 6px;
	top: auto;
}

@media(max-width: 767px)
{
	.erid-label {
		top: 4px;
		right: 4px;
	}
}

/* ------------- subscribe-accept ------------- */
.subscribe-accept__inner {
	padding: 40px;
}
.subscribe-accept__title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
.subscribe-accept__field {
	margin-bottom: 15px;
}
.subscribe-accept__checkbox
{
	position: relative;
	display: inline-block;
	font-size: 14px;
    line-height: 18px;
	cursor: pointer;
	padding-left:26px;
}
.subscribe-accept__checkbox:before
{
	display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background: url(./images/ico-check.png) 0 -20px no-repeat;
    background-color: white;
}
.subscribe-accept__checkbox input
{
	position:absolute;
	display:inline;
	left:-25px;
	width:auto;
	height:auto;
	cursor:pointer;
	opacity:0;
	display: none;
}
.subscribe-accept__checkbox.checked:before
{
	background-position: 0 0;
}
.subscribe-accept__checkbox a {
	text-decoration: underline;
}
.subscribe-accept__checkbox a:hover {
	text-decoration: none;
}
.subscribe-accept__bottom {
	text-align: center;
	margin-top: 30px;

}
.subscribe-accept__field-error {
	font-size: 12px;
	color: red;
	margin: 5px 0 0; 
}

.card-marketplaces {
	margin: 35px 0;
}
.card-marketplaces__title {
	display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeue';
	margin-bottom: 15px;
}
.card-marketplaces__list {
	display: flex;
	align-items: center;
	gap: 16px;
}
.card-marketplaces__item {
	background-repeat: no-repeat;
	background-size: cover;
}
.card-marketplaces__item-hover {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
	max-width: 100%;
	max-height: 100%;
}
.card-marketplaces__item:hover .card-marketplaces__item-hover {
	visibility: visible;
	opacity: 1;
}

/* ---------------- widget-yoomoney ----------------- */
#paysystem-yookassa {
	max-width: 460px;
	min-width: 280px;
	margin: 20px 0;	
}

#paysystem-yookassa .widget-payment-checkout-info {
	margin: 10px 0;
}

#paysystem-yookassa .widget-paysystem-checkout-sum {
	font-weight: bold;
}

#paysystem-yookassa #payment-widget-form {
	margin-top: 20px;
}

#paysystem-yookassa p.mb-4 {
	display: none !important; 
}

.tbank-payment {
	margin: 10px 0;
}

.tbank-payment__btn {
	width: auto;
	height: auto;
	display: inline-block;
	background:#4fab4b;
	border-radius:5px;
	padding:9px 20px 10px 20px;
	font-size:20px;
	font-weight:600;
	color:white!important;
	outline: none;
}

.tbank-payment__btn:hover {
	background:#42983e;
	color:white;
}

.dolyame-payment {
	margin: 10px 0;
}

a.dolyame-payment__btn {
	width: auto;
	height: auto;
	display: inline-block;
	background:#4fab4b;
	border-radius:5px;
	padding:9px 20px 10px 20px;
	font-size:20px;
	font-weight:600;
	color:white!important;
	outline: none;
}

a.dolyame-payment__btn:hover {
	background:#42983e;
	color:white;
}

/* ---------------------------------- index-text ---------------------------------- */

div.index-text
{
    margin-top: 60px;
    margin-bottom: 40px;
}

.index-text h1
{
	margin-bottom: 30px;
	line-height:110%;
	float: none;
}

div.index-text-column
{
    -webkit-columns: 200px 2;
       -moz-columns: 200px 2;
            columns: 200px 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 1275px)
{
    .index-text h1
    {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 590px)
{
	div.index-text
	{
		margin: 30px 0 40px;
	}
    .index-text h1
    {
        font-size: 24px;
        line-height: 27px;
    }
}