.adaptive-image {
	width: 100%;
	position: relative;
	padding-bottom: 67% !important;
	overflow: hidden;
}

.adaptive-image img {
	position: absolute !important;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	object-fit: cover !important;
}

.cards-uslugi .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}

.cards-uslugi .thumb-info.thumb-info-no-borders .thumb-info-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cards-products .product-thumb-info-image {
	position: relative;
	padding-bottom: 67%;
	width: 100%;
}

.cards-products .product-thumb-info-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-cards img {
	height: 100%;
	object-fit: contain;
}

.img-cards_cover img {
	height: 100%;
	object-fit: cover;
}

.cards-partners .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	position: relative;
	padding-bottom: 67%;
	width: 100%;
}

.cards-partners .thumb-info.thumb-info-no-borders .thumb-info-wrapper img {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.frame-wrapper {
	position: relative;
	padding-bottom: 30%;
}

.frame-wrapper iframe {
	position: absolute;
}

.owl-carousel-brands .brand-item {
	display: block;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.product {
	height: 100%;
	position: relative;
	padding-bottom: 50px;
}

.product .product-thumb-info-image {
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}

.product .product-thumb-info-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.product .product__buy-btn {
	position: absolute;
	bottom: 5px;
}

.owl-carousel-popular .owl-stage {
	display: flex;
}

.owl-carousel-popular .owl-stage .item {
	height: 100%;
}

.owl-carousel-popular-detail .owl-stage {
	display: flex;
}

.owl-carousel-popular-detail .owl-nav button>span {
	display: none;
}

.header-logo a {
	display: block;
	width: 100%;
}

.header-logo img {
	max-width: 100%;
}

.category-card .thumb-info-wrapper {
	position: relative;
	padding-bottom: 67% !important;
	width: 100%;
}

.category-card .thumb-info-wrapper img {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	object-fit: contain;
}

.category-card h3 {
	text-align: center;
}

.products-popup {
	position: fixed;
	top: 90px;
	right: 50px;
	padding: 30px;
	background: #1c5fa8;
	color: #fff;
	border-radius: 10px;
	display: none;
	width: auto;
	max-width: 90%;
	z-index: 1111;
}

.products-popup .products-popup__content p {
	margin-bottom: 0;
	color: #fafafa !important;
}

.products-popup .products-popup__content span {
	color: #fafafa !important;
}

/* Cart */
.order-list,
.order-sum {
	box-shadow: 0px 67px 80px rgba(0, 0, 0, 0.03),
		0px 27.991px 33.4221px rgba(0, 0, 0, 0.0215656),
		0px 14.9653px 17.869px rgba(0, 0, 0, 0.0178832),
		0px 8.38944px 10.0172px rgba(0, 0, 0, 0.015),
		0px 4.45557px 5.32008px rgba(0, 0, 0, 0.0121168),
		0px 1.85406px 2.21381px rgba(0, 0, 0, 0.00843437);
	padding: 10px 0px 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.order-sum h4 {
	font-weight: 600;
}

.order-sum .order-sum__value {
	font-size: 25px;
	font-weight: 500;
}

.order-list-table__item:not(:last-child) {
	border-bottom: 1px solid #dee2e6;
}

.order-table-name {
	display: flex;
}

.order-table-name__image {
	width: 30%;
	min-width: 30%;
}

.order-table-name__image-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.order-table-name__image-wrapper img {
	width: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.order-table-name__desc {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.order-table-name__desc h6 {
	margin-bottom: 0;
}

.order-list-table .order-list-table__item-delete,
.order-list-table .order-list-table__item-to-cart {
	cursor: pointer;
}

.order-list-table__item-double {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-list-table__item-double .order-list-table__item-delete,
.order-list-table__item-double .order-list-table__item-to-cart {
	font-size: 23px;
	transition: 0.3s all ease;
}

.order-list-table__item-double .order-list-table__item-delete:hover,
.order-list-table__item-double .order-list-table__item-to-cart:hover {
	transform: scale(1.1);
}

.order-list-table input:not([type="checkbox"]) {
	width: 100% !important;
}

.order-list-table .quantity {
	display: flex;
	align-items: center;
	height: 100%;
}

.order-list-table .quantity input {
	color: #686868;
	background-color: rgba(255, 255, 255, 1);
	border-color: #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	padding: 10px;
	outline: none;
	margin: 0;
	font-size: 15px;
}

.checkout-block__row {
	position: relative;
}

.checkout-block__row:not(:last-child) {
	margin-bottom: 10px;
}

.checkout-block__input {
	display: none;
}

.checkout-block__fields {
	/* display: none; */
}

.checkout-block label.checkout-block__label {
	position: relative;
	padding-left: 30px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}

.checkout-block label.checkout-block__label::before,
.checkout-block label.checkout-block__label::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
	-o-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
	transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
}

.checkout-block label.checkout-block__label::before {
	width: 17px;
	height: 17px;
	border: 2px solid hsla(0, 0%, 70.6%, 0.8);
	left: 0;
	box-sizing: border-box;
}

.checkout-block label.checkout-block__label::after {
	width: 5px;
	height: 5px;
	background-color: transparent;
	left: 6px;
}

.checkout-block label:hover {
	color: #2aa225;
}

.checkout-block label:hover::after {
	background-color: hsla(0, 0%, 70.6%, 0.8);
}

.checkout-block input.checkout-block__input:checked+label.checkout-block__label::before {
	border-color: #2aa225;
}

.checkout-block input.checkout-block__input:checked+label.checkout-block__label::after {
	background-color: #2aa225;
}

.checkout-block__label-content {
	display: flex;
	align-items: center;
}

.checkout-block__label-content img {
	width: 23px;
	height: 23px !important;
	margin-right: 10px;
}

.checkout-block__fields-row {
	position: relative;
}

.checkout-block__fields-row {
	margin-top: 14px;
}

.checkout-block__text-input {
	width: 100% !important;
	display: inline-block;
	border: thin solid #fafafa;
	border-bottom: solid medium rgb(190, 190, 190);
	color: #444;
	background-color: #fafafa;
	padding: 10px 10px 10px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0;
}

.checkout-block__text-input:focus {
	border-bottom: solid medium #999;
	background-color: #fff;
}

.checkout-block__text-label {
	color: #999;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s;
	margin-bottom: 0;
}

.checkout-block__text-input:focus~.checkout-block__text-label,
.checkout-block__text-input:not(:placeholder-shown)~.checkout-block__text-label {
	top: 0;
	left: 15px;
	font-size: 12px;
	line-height: 1;
	color: rgb(112, 112, 112);
	background-color: #fff;
	padding: 0 5px 0 5px;
}

/* Accordion */
.accordion {
	list-style: none;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 5px 20px 5px 5px;
	/* color: #4d4d4d; */
	font-size: 16px;
	/* font-weight: 700; */
	/* border-bottom: 1px solid #ccc; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* text-transform: uppercase; */
	line-height: 1.4;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	font-size: 14px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.accordion>li.open>.link>i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.open>.link>i {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.submenu {
	display: none;
	font-size: 14px;
	padding-left: 24px;
}


.submenu a {
	display: block;
	text-decoration: none;
	color: #787777;
	padding: 5px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	/* background: #b63b4d; */
	color: #000;
}

.accordion .link>a {
	padding: 0;
	display: inline;
	line-height: 1;
}

.property p {
	margin-bottom: 0px;
}

.search-wrapper {
	position: relative;
}

.search-wrapper form {
	position: relative;
}

.search-wrapper input.field {
	padding-left: 40px;
	width: 100%;
}

.search-wrapper .icon_search {
	position: absolute;
	left: 22px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.search-wrapper__dropdown {
	position: absolute;
	width: 100%;
	top: 38px;
	left: 0;
	background: #fff;
	z-index: 3;
	max-height: 0;
	padding: 0 20px;
	overflow-y: auto;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.my-image-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}



.my-image-wrapper img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.search-wrapper__dropdown_open {
	padding: 20px 20px;
	max-height: 500px;
}

.search-wrapper__dropdown li {
	padding: 8px 0;
}

.search-wrapper__dropdown li:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
	;
}

.search-wrapper__dropdown-item {
	display: flex;
	align-items: center;
}

.search-wrapper__dropdown-img {
	width: 60px;
}

.header-search {
	position: absolute;
	top: 55px;
	z-index: 100;
	right: 0;
	width: 500px;
	max-width: 500px;
}

/* Modal */

.modal {
	display: none;
	position: fixed;
	z-index: 2002;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 94%;
	max-width: 600px;
	margin: 0;
}

.modal .close {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	position: relative;
	z-index: 5;
	border: none;
	background: none;
}

.modal .close:hover,
.modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button,
input[type="number"]::-ms-inner-spin-button,
input[type="number"]::-ms-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin: 0;
}

.modal input:not([type="checkbox"]),
.modal input:not([type="radio"]) {
	width: 100% !important;
}

.order__modal-content {
	padding: 20px 20px 20px 40px;
}

.order__modal-body {
	padding: 10px 20px 0 0;
}

.order__modal-body .btn {
	font-size: 20px;
	width: 100%;
	color: #fff;
}

.order__modal-form-wrapper {
	margin-bottom: 5px;
	/* margin-bottom: 14px; */
	position: relative;
}

.order__modal-form-wrapper span {
	position: absolute;
	left: 14px;
	top: 17px;
	font-size: 20px;
	color: rgb(46, 46, 46);
}

.order__modal-form-wrapper:last-child {
	margin-bottom: 23px;
}

.order__modal-label {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #9c9796;
}

.order__modal-input {
	width: 100%;
	padding: 16px 20px 15px 50px;
	background: #fdfdfd;
	border: 1px solid #cecbca;
	border-radius: 8px;
	font-size: 13px;
	line-height: 16px;
	outline: none;
	color: #000000 !important;
}

.order__modal-input:active,
.order__modal-input:focus {
	border-color: #000000;
}

.order__modal-input:hover,
.order__modal-input:active,
.order__modal-input:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none;
}

input.error,
textarea.error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-close-btn {
	display: block;
	margin-left: auto;
}

.modal-title {
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 25px;
	text-transform: uppercase;
	color: #000000 !important;
}

.modal-text {
	margin-bottom: 14px;
	font-size: 16px;
	color: #5e5755;
}

.error-text {
	font-size: 11px;
	line-height: 1;
	color: red;
	position: absolute;
}

@media screen and (max-width: 1200px) {
	#header .header-nav.header-nav-links nav>ul>li>a {
		min-height: 0;
	}

	.header-logo {
		max-width: 200px !important;
		max-height: 50px !important;
	}

	.header-logo img {
		height: 50px !important;
	}

	.search-wrapper__dropdown_open {
		padding: 20px 20px;
		max-height: 500px;
		width: 100%;
	}
	.header-search {
		position: absolute;
		top: 55px;
		z-index: 100;
		right: 0;
		width: 500px;
		max-width: 500px;
	}
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
	.order-table-name__desc {
		font-size: 15px;
	}

	.products-popup {
		right: 50%;
		transform: translateX(50%);
		width: max-content;
	}
}

@media screen and (max-width: 576px) {
	.order-table-name__desc {
		font-size: 13px;
	}

	.order-list-table__item-price,
	.order-list-table__item-sum {
		font-size: 11px;
	}

	.order-list-table .quantity input {
		padding: 5px;
	}

	.search-wrapper__dropdown_open {
		padding: 20px 20px;
		max-height: 500px;
		width: 100%;
	}

	.header-search {
		position: absolute;
		top: 55px;
		z-index: 100;
		right: 0;
		width: 400px;
		max-width: 400px;
	}
}

@media screen and (max-width: 480px) {
	.order__modal-body {
		padding: 20px 20px 0 0;
	}

	.order__modal-content {
		padding: 10px 10px 10px 30px;
	}

	.modal-title {
		font-size: 20px;
	}

	.header-logo {
		max-width: 120px !important;
		max-height: 30px !important;
	}

	.header-logo img {
		height: 30px !important;
	}

	.order-table-name__desc {
		font-size: 12px;
	}

	.order-list-table__item-price,
	.order-list-table__item-sum {
		font-size: 9px;
	}

	.order-list-table .quantity input {
		padding: 3px;
	}

	.search-wrapper__dropdown_open {
		padding: 20px 20px;
		max-height: 500px;
		width: 100%;
	}

	.header-search {
		position: absolute;
		top: 55px;
		right: 200%;
		transform: translate(50%, -50%);
		z-index: 100;
		width: 350px;
		max-width: 350px;
	  }
}