:root {
	--ds-blue-dark: #232943;
	--ds-turquoise: #00a784;
	--ds-yellow: #fccb52;
	--ds-text-grey: #585858;
	--uch-color-blue: #03a786;
}

html, body {
	height: 100%;
}
body {
	font-family: 'Tahoma';
	margin: 0;
}
body.menu-open {
	overflow: hidden;
}
h1, h2 {
	color: var(--ds-blue-dark);
	font-family: 'Arial';
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	line-height: normal;
	margin: 40px 0 25px;
}
h2 {
	font-size: 44px;
	line-height: normal;
	margin: 20px 0 20px;
}
.h-bottom-pic {
	padding-bottom: 46px;
	position: relative;
	text-align: center;
}
.h-bottom-pic hr {
	background: url(/images/site/ds-h1-pic.png) no-repeat center;
	border: 0;
	bottom: 0;
	height: 34px;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translate(-50%);
	width: 74px;
}

@media (max-width: 1069px) {
	h1 { font-size: 36px; }
	h2 { font-size: 30px; }
}
@media (max-width: 599px) {
	h1 { font-size: 26px; line-height: 26px; text-transform: none; }
	h2 { font-size: 24px; line-height: 24px; text-transform: none; }
	.h-bottom-pic { padding-bottom: 35px; }
	.h-bottom-pic hr { background-size: 55px; }
}

.dark_overlay {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20000;
}
.main-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
}
.col-main {
	box-sizing: border-box;
	flex: 1 0 auto;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	max-width: 1400px;
	width: 100%;
}
.flex-row, .flex_row {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex-column, .flex_column {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.common-text {
	color: var(--ds-text-grey);
	font-family: 'Arial';
	font-size: 13px;
	line-height: 22px;
}

@media (max-width: 1069px) {
	.common-text { line-height: 20px; }
}

.btn-orange-round {
	background: var(--ds-blue-dark);
	border: 1px solid var(--ds-blue-dark);
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 10px auto;
	padding: 14px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: .1s;
}
.btn-orange-round:hover {
	background: #fff;
	color: var(--ds-blue-dark);
}

.btn-white {
	background: #fff;
	border: 1px solid var(--ds-blue-dark);
	color: var(--ds-blue-dark);
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 10px auto;
	padding: 14px 25px;
	text-align: center;
	transition: .1s;
}
.btn-white:hover {
	background: var(--ds-blue-dark);
	color: #fff;
}

.button-grad-grey {
	align-items: center;
	background: linear-gradient(to bottom, #fff, #b0b0b0);
	border: 1px solid #bbb;
	border-radius: 25px;
	color: #000;
	cursor: pointer;
	font-family: 'Arial';
	font-size: 15px;
	gap: 10px;
	margin: 10px auto;
	min-height: 50px;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .1s;
}
.button-grad-grey:hover {
	background: linear-gradient(to bottom, #eee, #a4a4a4);
}

.ds-text-yellow { color: var(--ds-yellow); }
.ds-text-orange { color: var(--ds-blue-dark); }

.go-far-block {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.go-far-block hr {
	border: 0;
	border-bottom: 1px solid #c9c9c9;
	margin: 20px 0 18px;
	width: 100%;
}
.go-far-text {
	align-items: center;
	background: url(/images/site/ds-icon-see-more.png) no-repeat right top;
	color: #3c3c3c;
	display: flex;
	font-size: 12px;
	min-height: 32px;
	line-height: 13px;
	padding-right: 40px;
	text-align: right;
	text-transform: uppercase;
}
.go-far-text a {
	color: var(--ds-text-grey);
	text-decoration: none;
}
.go-far-text a:hover {
	color: var(--ds-blue-dark);
}

.page-text {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0;
}

.zoom-image {
	overflow: hidden;
	position: relative;
}
.zoom-image > img {
	transition: .4s;
}
.zoom-image:hover > img {
	transform: scale(1.15);
}

#anchor-start {
	position: relative;
	top: -60px;
}

.totop {
	align-items: center;
	background: #eee;
	border: 3px solid #e4e4e4;
	border-radius: 40px;
	bottom: 200px;
	display: flex;
	height: 65px;
	justify-content: center;
	opacity: 0;
	outline: none;
	position: fixed;
	left: 6%;
	text-decoration: none;
	transition: 0.7s;
	width: 65px;
	z-index: -1;
}
.totop i {
	color: #999;
	font-size: 18px;
}
.totop_visible {
	bottom: 140px;
	opacity: 1;
	transition: 0.7s;
	z-index: 1000;
}

@media (max-width: 1799px) {
	.totop { bottom: 20px; left: 20px; }
}
@media (max-width: 1399px) {
	.totop {
		bottom: 10px;
		height: 40px;
		left: 15px;
		width: 40px;
	}
}
@media (max-width: 767px) {
	#anchor-start { top: -50px; }
}
@media (max-width: 599px) {
	.not-homepage-hide { display: none; }
}
@media (max-width: 499px) {
	.zoom-image:hover > img { transform: unset; }
}

/* modal form */

.modal-form {
	background: #eee;
	border-radius: 6px;
	box-sizing: border-box;
	left: 50%;
	margin: 0 auto;
	max-width: 400px;
	opacity: 0;
	padding: 0 0 5px;
	position: absolute;
	transform: translateX(-50%) translateY(-40px);
	transition: opacity .4s, transform .4s, visibility .4s;
	visibility: hidden;
	width: 95%;
	z-index: 30000;
}
.modal-form.visible {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.modal-form h2 {
	border: 0;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin: 15px 0;
	padding: 0 20px;
	text-transform: none;
}
.modal-form .mf-form-close {
	background: url(/images/site/close_modal.png) no-repeat center / 15px;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	z-index: 10;
}
.modal-form .mf-input-wrapper {
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 30001;
}
.modal-form .mf-input-wrapper span {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
}
.modal-form .mf-input,
.modal-form .mf-textarea,
.modal-form select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: 'Tahoma';
	font-size: 14px;
	outline: none;
	padding: 6px 12px;
	width: 100%;
}
.modal-form .mf-input,
.modal-form select { height: 36px; }
.modal-form .mf-textarea { height: 175px; resize: none; }
.modal-form .mf-input-wrapper input.red-border,
.modal-form .mf-input-wrapper textarea.red-border,
.modal-form .mf-input-wrapper select.red-border {
	border: 1px solid #f00;
}
.modal-form .red-text::-webkit-input-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text::-moz-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text:-ms-input-placeholder { color: #f00; opacity: 1; }
.modal-form .mf-submit {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	clear: both;
	color: #aaa;
	cursor: pointer;
	display: block;
	font-family: 'Tahoma';
	font-size: 18px;
	height: 43px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: .3s;
	width: 100%;
	z-index: 1;
}
.modal-form .mf-submit:hover {
	background: #aaa;
	color: #fff;
}
.modal-form .mf-submit.success {
	cursor: default;
	pointer-events: none;
}
.modal-form .mf-submit::after {
	align-items: center;
	background-color: #00a329;
	color: #fff;
	content: attr(data-success);
	display: flex;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -100%;
	transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
}
.modal-form .mf-submit.success::after {
	top: 0;
}

/* modal form end */

/* banners-carousel */

.banners-carousel-section {
	height: 70px;
	position: relative;
}
.banners-info {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 15px;
	bottom: -13px;
	box-sizing: border-box;
	color: #535353;
	font-family: 'Tahoma';
	font-size: 11px;
	left: 50%;
	max-width: 640px;
	padding: 5px 60px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}
.banners-carousel {
	height: 100%;
}
.banners-carousel-item {
	align-items: center;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	gap: 0 15px;
	height: 70px;
	justify-content: space-between;
	padding: 0 30px;
	position: relative;
	text-decoration: none;
}
.banners-carousel-item::before {
	border-top: 3px solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}
.owl-item:nth-child(3n + 1) .banners-carousel-item::before { border-top-color: var(--ds-yellow); }
.owl-item:nth-child(3n + 2) .banners-carousel-item::before { border-top-color: var(--ds-blue-dark); }
.owl-item:nth-child(3n + 3) .banners-carousel-item::before { border-top-color: var(--ds-turquoise); }
.banners-carousel-item .banner-pic {
	filter: grayscale(1);
	max-width: 180px;
}
.banners-carousel-item:hover .banner-pic {
	filter: grayscale(0);
}
.banners-carousel-item .banner-text {
	align-items: flex-start;
	flex-shrink: 0;
	gap: 2px;
	max-width: 170px;
}
.banners-carousel-item .banner-pic,
.banners-carousel-item .banner-text {
	bottom: 3px;
	position: relative;
}
.banners-carousel-item .banner-title {
	color: #3c3c3c;
	font-family: 'Tahoma';
	font-size: 11px;
	font-style: italic;
	text-shadow: 0 0 0 #3c3c3c;
}
.banners-carousel-item:hover .banner-title {
	color: var(--ds-turquoise);
}
.banners-carousel-item .banner-descr {
	color: #a0a0a0;
	font-family: 'Tahoma';
	font-size: 12px;
	line-height: 12px;
}
.banners-carousel-item .banner-descr p {
	margin: 0;
}
.banners-carousel-item .fa-long-arrow-right {
	color: #000;
	font-size: 26px;
}

@media (max-width: 1860px) {
	.banners-carousel-item .fa-long-arrow-right { display: none; }
}
@media (max-width: 1700px) {
	.banners-carousel-item .banner-pic { display: none; }
	.banners-carousel-item .fa-long-arrow-right { display: block; }
}
@media (max-width: 1080px) {
	.banners-carousel-item .banner-pic { display: block; }
}
@media (max-width: 930px) {
	.banners-carousel-item .banner-pic { display: none; }
}
@media (max-width: 767px) {
	.banners-carousel-section { order: 1; }
	.banners-info { display: none; }
	.banners-carousel-item { gap: 0 20px; justify-content: center; }
	.banners-carousel-item .banner-pic { display: block; }
}
@media (max-width: 475px) {
	.banners-carousel-item .banner-pic { display: none; }
}
@media (max-width: 320px) {
	.banners-carousel-item .fa-long-arrow-right { display: none; }
}

/* banners-carousel end */ 

/* header */

.header {
	background: url(/images/site/ds-bg-top-full.png) no-repeat center top;
	min-height: 1020px;
	overflow: hidden;
	width: 100%;
}
.header-ticker {
	color: #03a587;
	margin: 25px 0px;
	text-transform: uppercase;
}

@media (max-width: 1069px) {
	.header { min-height: unset; }
}
@media (max-width: 767px) {
	.header-ticker { font-size: 14px; margin: 75px 0 0; }
}

/* menu-city */

.menu-city-section {
	box-sizing: border-box;
	max-width: 1400px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.menu-city {
	align-items: center;
	box-sizing: border-box;
	display: none;
	flex-wrap: wrap;
	gap: 12px 25px;
	padding: 28px 0;
	width: 100%;
}
.menu-city-item {
	color: var(--ds-text-grey);
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 12px;
	text-decoration: underline;
}
.menu-city-item:hover {
	text-decoration: none;
}
.menu-city-item.current {
	color: var(--ds-blue-dark);
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.choose-your-city {
	color: var(--ds-text-grey);
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 12px;
	left: 175px;
	position: absolute;
	text-transform: uppercase;
	top: 27px;
	z-index: 1;
}
.choose-your-city .current-city-name {
	color: var(--ds-turquoise);
	font-weight: bold;
	text-decoration: underline;
}

.choose-your-city .current-city-name:hover {
	color: var(--ds-blue-dark);
}

@media (max-width: 1249px) {
	.choose-your-city { left: 20px; }
}
@media (max-width: 1069px) {
	.choose-your-city { left: 10%; }
}
@media (max-width: 767px) {
	.menu-city { display: none; }
	.choose-your-city { left: 20px; top: 15px; }
}

/* menu-city end */

/* form_cityip */

#form_cityip {
	align-items: center;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-family: 'tahoma';
	left: 50%;
	max-height: 100%;
	max-width: 1260px;
	padding: 20px 10px 20px 20px;
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 20001;
}

.cityip_header{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.cityip_list{
	justify-content: flex-start;
	overflow-y: scroll;
	width: 100%;
}

.cityip_region{
	font-size: 14px;
	font-weight: bold;
	justify-content: flex-start;
	margin: 10px 0px;
	width: 100%;
}

.cityip_items{
	flex-wrap: wrap;
	gap: 0 20px;
	justify-content: flex-start;
	width: 100%;
}

.cityip_item{
	border: 1px solid #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px;
	transition: .2s;
	width: 180px;
}

.cityip_item:hover{
	border: 1px solid #cccccc;
}


.form-close {
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	color: #888;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: 25px;
	top: 20px;
	width: 22px;
}

@media (max-width: 799px) {
	.cityip_item { width: 165px; }
}
@media (max-width: 599px) {
	.cityip_item { width: 155px; }
}

/* form_cityip end */

/* menu-top */

.menu-top-section {
	align-items: center;
	box-sizing: border-box;
	gap: 20px;
	justify-content: flex-end;
	margin-top: 12px;
	max-width: 1400px;
 	padding: 0 20px;
	position: relative;
	width: 100%;
}
.menu-top {
	align-self: flex-start;
	margin-right: 50px;
	min-height: 46px;
	position: relative;
	z-index: 100;
}

@media (max-width: 1249px) {
	.header .menu-top { margin-right: 20px; }
}
@media (max-width: 1069px) {
	.header .menu-top-section { justify-content: space-between; }
	.header .menu-top { display: none; }
}
@media (max-width: 767px) {
	.header .menu-top-section {
		background: #fff;
		box-shadow: 0 0 5px 1px #ccc;
		height: 60px;
		margin: 0;
		padding: 0 15px;
		position: fixed;
		top: 0;
		z-index: 100;
	}
}

.menu-top ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.menu-top > ul { height: 100%; }
.menu-top ul li {
	position: relative;
}
.menu-top ul li i.fa-chevron-down {
	bottom: 2px;
    color: var(--ds-blue-dark);
	font-size: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.menu-top ul li.cr i.fa-chevron-down,
.menu-top ul li:hover i.fa-chevron-down {
	color: #000;
}
.menu-top ul li i.fa-chevron-right {
    color: #fff;
	font-size: 12px;
	position: absolute;
	right: 16px;
	top: 15px;
}
.menu-top > ul > li {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
}
.menu-top > ul > li > a {
	box-sizing: border-box;
    color: var(--ds-blue-dark);
	display: block;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	line-height: 46px;
	padding: 0 20px;
	text-shadow: 0 0 0 var(--ds-blue-dark);
	text-decoration: none;
	text-transform: uppercase;
}
.menu-top > ul > li.cr > a,
.menu-top > ul > li:hover > a {
	color: var(--ds-turquoise);
}
.menu-top ul ul {
	background: var(--ds-turquoise);
	display: block;
	opacity: 0;
	padding: 4px 0 0;
	position: absolute;
	right: 5px;
	top: 46px;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 300px;
	z-index: 10;
}
.menu-top > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.menu-top ul ul li {
	background: none;
    margin: 0;
    padding: 0 15px;
}
.menu-top ul ul li:hover,
.menu-top ul ul li.cr {
	background: var(--ds-turquoise);
}
.menu-top ul ul li:first-child { padding-top: 5px; }
.menu-top ul ul li:last-child { padding-bottom: 5px; }
.menu-top ul ul li a {
	border-top: 1px solid #ffffff55;
	color: #fff;
	display: block;
	font-family: 'Tahoma';
	font-size: 13px;
	outline: none;
	padding: 9px 15px 9px 0px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
	text-transform: none;
}
.menu-top ul ul li:first-child > a {
	border-top: none;
}
.menu-top ul ul > li ul {
	align-items: flex-start;
	border-left: 1px solid #ffffff55;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	left: 100%;
	top: -4px;
	max-height: 750px;
}
.menu-top ul ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
.menu-top ul ul > li ul a {
	width: 255px;
}

/* *** */

.phone-text-big {
	font-size: 23px;
	line-height: 30px;
	text-align: right;
}
.phone-text-small {
	color: #a9a9a9;
	font-size: 11px;
	line-height: 18px;
}
.phone-text-normal {
	color: var(--ds-blue-dark);
	font-size: 14px;
	text-align: right;
}
.call-number-btn {
	align-items: center;
	border: 2px solid var(--ds-blue-dark);
	border-radius: 20px;
	box-sizing: border-box;
	color: var(--ds-blue-dark);
	display: none;
	font-size: 20px;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	width: 40px;
}

@media (max-width: 767px) {
	.header .phone-block { display: none; }
	.call-number-btn { display: flex; }
}

.call-searching-form {
	align-self: flex-start;
	background: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	height: 50px;
	padding: 0;
	position: relative;
	width: 50px;
	z-index: 100;
}
.call-searching-form > div {
	align-items: center;
	background: var(--ds-blue-dark);
	display: flex;
	height: 100%;
	justify-content: center;
	transition: .3s;
	width: 100%;
}
.call-searching-form:hover > div {
	background: var(--ds-turquoise);
}
.call-searching-form .search-mark {
	position: relative;
	z-index: 1;
}
.call-searching-form .search-mark img {
	max-width: 28px;
}
.call-searching-form .close-mark {
	background: var(--ds-blue-dark);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.call-searching-form.close-sf .close-mark {
	opacity: 1;
}
.call-searching-form .close-mark i {
	color: #fff;
	font-size: 34px;
}
.searching-form {
	background: var(--ds-blue-dark);
	box-sizing: border-box;
	height: 50px;
	overflow: hidden;
	padding: 3px 0px 3px 3px;
	position: absolute;
	right: 67px;
	top: 0;
	transition: .5s;
	width: 0;
	z-index: 100;
}
.searching-form.visible {
	width: 550px;
}
.searching-form input[type=text] {
	border: none;
	box-sizing: border-box;
	color: #444;
	font-family: 'Arial';
	font-size: 16px;
	height: 100%;
	outline: none;
	padding: 0 105px 0 15px;
	width: 100%;
}
.searching-form input[type=submit] {
	background: #f9b234;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Arial';
	font-size: 16px;
	height: calc(100% - 6px);
	padding: 0;
	position: absolute;
	right: 3px;
	top: 3px;
	transition: .3s;
	width: 0;
}
.searching-form input[type=submit]:hover {
	background: var(--ds-yellow);
}
.searching-form.visible input[type=submit] {
	width: 90px;
}

@media (max-width: 1069px) {
	.call-searching-form, .searching-form { display: none; }
}

/* menu-top end */

/* menu-slide */

.call-slide-menu {
	align-items: center;
	background: #fff;
	color: var(--ds-blue-dark);
	cursor: pointer;
	display: none;
	font-size: 25px;
	height: 40px;
	justify-content: center;
	position: relative;
	top: -5px;
	width: 40px;
	z-index: 1000;
}
@media (max-width: 1069px) {
	.call-slide-menu { display: flex; }
}
@media (max-width: 767px) {
	.call-slide-menu { top: unset; }
}

.menu-slide {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	transition: 0.4s;
	width: 100%;
	z-index: 20100;
}
.menu-slide.active {
	transform: translateX(0);
}
.menu-slide .m-control-buttons {
	background: var(--ds-turquoise);
	height: 60px;
	position: relative;
	width: 100%;
}
.menu-slide .m-control-buttons .close-arrow,
.menu-slide .m-control-buttons .close-cross {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 50px;
}
.menu-slide .m-control-buttons .close-arrow { left: 0; }
.menu-slide .m-control-buttons .close-cross { right: 0; }
.menu-slide .m-control-buttons .close-arrow i.fa-chevron-left,
.menu-slide .m-control-buttons .close-cross i.fa-times {
    color: #fff;
	font-size: 26px;
}
.menu-slide .m-content {
	background: var(--ds-turquoise);
	height: calc(100% - 60px);
	overflow-y: scroll;
	width: 100%;
}
.menu-slide ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul.m-items li {
	position: relative;
}
ul.m-items li.m-item::after {
	border-top: 1px solid var(--st-yellow-trans);
	bottom: 0;
	content: '';
	display: block;
	left: 20px;
	position: absolute;
	width: calc(100% - 40px);
}
ul.m-items li.m-item:last-child::after { display: none; }
.m-item a,
.m-item > .sm-wrap {
	align-items: flex-start;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 500;
	justify-content: flex-start;
	padding: 15px 45px 15px 20px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.m-item a br,
.m-item > div br { display: none; }
.m-item i.fa-chevron-down {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 6px;
	-webkit-text-stroke: 1px;
}
.m-item .sm-wrap i.fa-chevron-down {
	top: 0;
}
.m-item i.fa-chevron-down.rotated {
	transform: rotateX(180deg);
}
.m-item .sm-wrap {
	display: none;
	padding: 0 0 10px;
}
.m-item .sm-wrap .sm-wrap {
	padding-bottom: 0;
}
.m-item ul {
	position: relative;
}
.m-item ul a {
	padding: 10px 45px 10px 45px;
}
ul.m-items .cr > a,
ul.m-items .cr > div > a {
	background: #fff;
	color: var(--ds-blue-dark);
}
ul.m-items .cr > i,
ul.m-items .cr > div > i {
	color: var(--st-grey-dark);
}
.m-item ul ul a {
	padding: 10px 20px 10px 70px;
}

.ms-search {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 100px);
	z-index: 10;
}
.ms-search form {
	background: none;
	border: none;
	border-radius: 50px;
	top: 50%;
	height: 42px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}
.ms-search form input[type=text] {
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	height: 100%;
	outline: none;
	padding: 0px 45px 0px 15px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}
.ms-search form input[type=text]:focus {
	border-color: #fff;
}
.ms-search form *[type=submit] {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
}
.ms-search form *[type=submit]:active {
	color: var(--ds-blue-dark);
}
.ms-search form input[type=text]::-webkit-input-placeholder { color: #fff; opacity: 1; }
.ms-search form input[type=text]::-moz-placeholder		  { color: #fff; opacity: 1; }
.ms-search form input[type=text]:-ms-input-placeholder	  { color: #fff; opacity: 1; }

/* menu-slide end */

.col-header {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 158px;
	justify-content: space-between;
	margin-top: 10px;
	max-width: 1400px;
	padding: 0 20px;
	width: 100%;
}

@media (max-width: 1069px) {
	.col-header {
		gap: 30px;
		height: 100px;
		justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.col-header {
		height: 60px;
		margin-top: 0;
	}
}

.header-empty-space {
	width: 430px;
}

@media (max-width: 1249px) {
	.header-empty-space { width: 265px; }
}
@media (max-width: 1069px) {
	.header-empty-space { display: none; }
}

.header .logo-link {
	left: 20px;
	position: absolute;
	top: 55px;
}
.header .logo {
	align-items: center;
	gap: 20px;
	width: 430px;
}
.header .logo-pic {
	display: block;
	max-height: 150px;
	max-width: 184px;
}

.header .logo-pic > img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header .logo-text img:first-child {
	width: 225px;
}
.header .logo-text img:last-child {
	margin-top: 5px;
	width: 180px;
}

@media (max-width: 1249px) {
	.header .logo-link { top: 65px; }
	.header .logo { gap: 15px; width: unset; }
	.header .logo-pic img { display: block; width: 80px; }
	.header .logo-text { width: 130px; }
	.header .logo-text img:first-child { width: 130px; }
	.header .logo-text img:last-child { margin-top: 0px; width: 105px; }
}
@media (max-width: 1069px) {
	.header .logo-link { left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
	.header .logo { gap: 10px; }
	.header .logo-pic img { width: 60px; }
}
@media (max-width: 767px) {
	.header .logo-pic img { width: 50px; }
	.header .logo-text img:first-child { margin-top: 3px; width: 130px; }
}

.header-banners {
	height: fit-content;
	justify-content: space-between;
	width: 250px;
}
.header-banner {
	height: fit-content;
}
.header-banner img {
	display: block;
	width: 100%;
}
.header-banner.hb-1 { width: 130px; }
.header-banner.hb-2 { width: 90px; }
.header-banner.hb-3 {
	position: relative;
	right: 30px;
	top: 8px;
	width: 180px;
}

@media (max-width: 1249px) {
	.header-banner.hb-3 {
		right: 0;
		top: 0;
		width: 120px;
	}
}
@media (max-width: 767px) {
	.header-banners,
	.header-banner.hb-3 { display: none; }
}

.cart-block {
	align-items: flex-start;
	background: url(/images/site/ds-icon-cart-orange.png) no-repeat left center;
	font-family: 'Tahoma';
	font-size: 11px;
	gap: 3px;
	height: 60px;
	justify-content: center;
	padding-left: 80px;
	position: relative;
	text-decoration: none;
	width: 150px;
}
.cart-block .cart-row-h {
	color: #444;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 78px;
}
.cart-block .cart-row-v {
	color: #444;
	font-weight: normal;
	text-transform: lowercase;
}
.cart-block .cart-link {
	color: #444;
	text-decoration: underline;
	text-transform: uppercase;
}
.cart-block:hover .cart-link {
	color: var(--ds-blue-dark);
}

@media (max-width: 1069px) {
	.cart-block {
		background-size: 60px;
		margin-left: auto;
		order: 1;
		padding-left: 60px;
		width: auto;
	}
	.cart-block .quantity {
		align-items: center;
		background-color: var(--ds-yellow);
		border-radius: 15px;
		box-sizing: border-box;
		color: #fff;
		display: flex;
		font-size: 12px;
		font-weight: bold;
		height: 30px;
		justify-content: center;
		min-width: 30px;
		padding: 0 5px;
		position: relative;
		top: 5px;
	}
	.cart-block .cart-row:nth-child(1) .cart-row-h,
	.cart-block .cart-row:nth-child(1) .cart-unit,
	.cart-block .cart-row:nth-child(2),
	.cart-block .cart-link { display: none; }
}
@media (max-width: 767px) {
	.cart-block {
		background-size: 42px;
		padding-left: 42px;
	}
	.cart-block .quantity {
		height: 25px;
		min-width: 25px;
		top: 2px;
	}
}

/* header cities */

.header_cities_ip{
	align-items: center;
	background: #ffffff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-sizing: border-box;
	left: 115px;
	padding: 20px 30px;
	position: absolute;
	top: 55px;
	width: 245px;
	z-index: 1000;
}

.header_cities_ip.city_ip_hide{
	display: none;
}

.header_cities_ip .header_cities_ip_text{
	font-size: 18px;
	margin-bottom: 10px;
}

.header_cities_ip .header_cities_ip_text > span{
	font-weight: bold;
}

.header_cities_ip input[type=button], .header_cities_ip button {
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	overflow: hidden;
	padding: 5px 5px;
	text-overflow: ellipsis;
	width: 79px;
}

.header_cities_ip input[type=button]:first-child{
	margin-right:20px;
	width: 80px;
}

.header_cities_ip input[type=button]:hover, 
.header_cities_ip button:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2) inset;
}

.header_cities_ip #cities_close{
	align-items: center;
	border: 0px;
	box-sizing: border-box;
	color: #888;
	display: flex;
	font-size: 16px;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
}

@media (max-width: 1069px) {
	.header_cities_ip { left: 8%; }
}
@media (max-width: 767px) {
	.header_cities_ip { left: 20px; top: 45px; }
}

/* header cities end */

/* top-slider */

.top-slider-section {
	box-sizing: border-box;
	justify-content: flex-end;
	max-width: 1400px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.top-slider-block {
	left: 50%;
	position: absolute;
	top: 70px;
	transform: translateX(-898px);
	width: 546px;
}
@media (max-width: 1309px) {
	.top-slider-block { display: none; }
}
.top-slider {
	width: 100%;
}
.top-slider .slides a {
	display: block;
}
.top-slider .slide-item {
	display: flex;
	height: 546px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 546px;
}
.top-slider .slide-item img {
	display: block;
	width: 100%;
}
.top-slider .slide-content {
	left: 50%;
	max-width: 600px;
	position: absolute;
	top: 40%;
	width: 100%;
}
.top-slider .slide-title {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}
.top-slider .slide-descr {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 25px 0;
}

/* *** */

/* documents-carousel */

.documents-carousel-section {
	left: 170px;
	position: absolute;
	top: -15px;
	width: 360px;
	z-index: 1;
}
.top-slider-doc {
	color: #333;
	gap: 5px;
	width: 110px;
}
.top-slider-doc:hover {
	color: var(--ds-blue-dark);
}
.top-slider-doc > img {
	width: 80px;
}
.top-slider-doc > div {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	z-index: 1;
}

/* documents-carousel end */

.top-slider-right {
	align-items: flex-end;
	max-width: 1030px;
	padding-top: 60px;
	width: 100%;
}
.header-descr {
	border-right: 4px solid var(--ds-blue-dark);
	box-sizing: border-box;
	color: #2b2b2b;
	font-family: 'Raleway';
	font-size: 27px;
	line-height: 26px;
	margin-right: 115px;
	max-width: 740px;
	padding: 10px 36px 5px 0;
	text-align: right;
	transform: scaleY(1.1);
	width: 100%;
}
.to-feedback-form {
	margin: 80px 265px 80px 0;
	position: relative;
	width: 330px;
}
.to-feedback-form::after {
	background: url(/images/site/ds-button-stroke-orange.png) no-repeat center;
	content: '';
	height: 81px;
	left: -60px;
	position: absolute;
	top: -23px;
	width: 441px;
	z-index: -1;
}
.header-features {
	flex-wrap: wrap;
	gap: 16px 0;
	left: 25px;
	margin-top: 20px;
	max-width: 800px;
	position: relative;
	width: 100%;
}
.header-features-item {
	align-items: center;
	gap: 12px;
	justify-content: flex-start;
	width: 265px;
}
.header-features-item .hfi-text {
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 1369px) {
	.documents-carousel-section { left: 20px; top: 50px; }
}
@media (max-width: 1249px) {
	.documents-carousel-section { top: 20px; }
	.top-slider-right { padding-top: 20px; }
}
@media (max-width: 1179px) {
	.header-descr {
		font-size: 18px;
		line-height: 22px;
		margin-right: 0px;
		max-width: unset;
		padding-left: 340px;
	}
}
@media (max-width: 1080px) {
	.documents-carousel-section { width: 235px; }
}
@media (max-width: 1069px) {
	.header-banners { display: none; }
}
@media (max-width: 899px) {
	.to-feedback-form { margin: 120px auto 60px; }
	.header-descr{ padding-left: 265px; }
}
@media (max-width: 599px) {
	.top-slider-doc img { width: 50px; }
	.header-descr {
		font-size: 14px;
		line-height: 18px;
		padding-right: 20px;
	}
	.to-feedback-form { margin: 70px auto 30px; transform: scale(0.8); }
	.header-features-item > img { width: 50px; }
}
@media (max-width: 499px) {
	.documents-carousel-section { top: 15px; width: 110px; }
	.header-descr {
		font-size: 12px;
		line-height: 15px;
		padding: 10px 15px 5px 125px;
	}
	.to-feedback-form {
		font-size: 14px;
		margin: 25px 0 50px auto;
		transform-origin: 100% 0;
		width: 63vw;
	}
	.to-feedback-form::after { display: none; }
	.header-features { left: unset; margin-top: 0px; }
	.header-features-item { width: 100%; }
}
@media (max-width: 360px) {
	.to-feedback-form { margin-bottom: 40px; }
}

/* top-slider end  */

/* fixed bar */

.fxd-bar {
	background: #fff;
	height: 85px;
	justify-content: center;
	position: fixed;
	transform: translateY(-100%);
	transition: .5s;
	width: 100%;
	z-index: 200;
}
.fxd-bar.visible { 
	box-shadow: 0 0 5px 1px #bbb;
	transform: translateY(0);
	z-index: 1101;
}
.fxd-bar > .flex-row {
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	justify-content: space-between;
	max-width: 1400px;
	padding: 0 20px;
	width: 100%;
}
.fxd-logo {
	position: relative;
	top: 3px;
}
.fxd-logo .flex-row {
	align-items: center;
	gap: 15px;
}
.fxd-logo .logo-pic img {
	display: block;
	width: 60px;
}
.fxd-logo .logo-text {
	width: 150px;
}
.fxd-logo .logo-text img:first-child {
	width: 130px;
}
.fxd-logo .logo-text img:last-child {
	margin-top: 2px;
	width: 105px;
}
.fxd-bar .menu-top {
	align-self: center;
	margin-right: 0;
}
.fxd-bar-cart {
	margin: 0px 15px 0px 10px;
	text-decoration: none;
}
.fxd-bar-cart span {
	align-items: center;
	background-color: var(--ds-yellow);
	border-radius: 15px;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	justify-content: center;
	min-width: 30px;
	padding: 0 5px;
	position: relative;
	right: 5px;
	top: 20px;
}
.fxd-bar-right {
	gap: 20px;
	position: relative;
}
.fxd-bar .searching-form {
	right: 47px;
}

@media (max-width: 1249px) {
	.fxd-bar .menu-top > ul > li > a {
		font-size: 11px;
		padding: 0 9px;
	}
	.fxd-bar-cart > img { width: 50px; }
	.fxd-bar-cart > span {
		height: 25px;
		max-width: 34px;
		min-width: 25px;
		top: 15px;
	}
	.fxd-bar .phone-text-big { font-size: 20px; }
	.fxd-bar .phone-text-small { font-size: 9px; }
}
@media (max-width: 1069px) {
	.fxd-bar .call-slide-menu { top: unset; }
	.fxd-bar .menu-top { display: none; }
	.fxd-bar-cart { margin-left: auto; }
	.fxd-bar .phone-text-big { font-size: 23px; }
	.fxd-bar .phone-text-small { font-size: 11px; }
}
@media (max-width: 767px) {
	.fxd-bar { display: none; }
}

/* fixed bar end */

/* search result */

.search_result {
	color: #444; 
	font-family: tahoma;
	font-size: 16px;
	margin-bottom: 20px;
}
.search_result .sw { font-style: italic; font-weight: bold; }
.search_result .quantity { color: var(--ds-blue-dark); }

/* search result end */

/* mpage-about */

.mpage-about-section {
	background: url(/images/site/ds-bg-logo-grey.png) no-repeat right -46px top 130px;
	width: 100%;
}
.mpage-about {
	gap: 40px;
	justify-content: flex-start;
}
.mpage-about > div {
	gap: 40px;
	justify-content: flex-start;
}
.mpage-about-col-1 {
	gap: 65px;
	max-width: 440px;
	width: 100%;
}
.mpage-about-col-2 {
	gap: 45px;
	max-width: 470px;
	width: 100%;
}
.mpage-about-col-1 p,
.mpage-about-col-2 p {
	margin: 0;
}
.mpage-about-col-2 > img {
	max-width: 442px;
	width: 100%;
}

@media (max-width: 1069px) {
	.mpage-about > div:first-child > img:first-child { height: 330px; }
	.mpage-about > div:last-child > img:first-child { height: 372px; }
	.mpage-about-col-1 { gap: 40px; }
}
@media (max-width: 767px) {
	.mpage-about { align-items: center; flex-direction: column; }
	.mpage-about > div:first-child > img:first-child { margin-left: 50px; }
	.mpage-about-col-2 { max-width: 440px; }
}
@media (max-width: 499px) {
	.mpage-about > div { margin-left: 0 !important; }
	.mpage-about > div > img:first-child { display: none; }
	.mpage-about-col-1 { margin-left: 0 !important; }

}

/* mpage-about end */

/* pic-catalog */

.pic-catalog-section {
	margin-top: 1px;
	width: 100%;
}
.pic-catalog-flex {
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 65px 52px;
	justify-content: center;
	position: relative;
	width: 100%;
}
.pic-catalog-section .pic-catalog-flex {
	margin: 30px 0 0;
}
.pic-catalog-flex::before {
	background: url(/images/site/ds-bg-pen-grey.png) no-repeat center;
	content: '';
	height: 256px;
	left: -148px;
	position: absolute;
	top: 80px;
	width: 196px;
}
.pic-catalog-item {
	position: relative;
	width: 230px;
}
.pic-catalog-item a {
	text-decoration: none;
	width: 100%;
}
.pic-catalog-item .pcat-name {
	color: var(--ds-text-grey);
	font-family: 'Arial';
	font-size: 12px;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}
.pic-catalog-item:hover .pcat-name {
	color: var(--ds-blue-dark);
}
.pic-catalog-item .pcat-pic {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-sizing: border-box;
	height: 230px;
	justify-content: center;
	overflow: hidden;
	padding: 15px;
	transition: .2s;
	width: 100%;
}
.pic-catalog-item:hover .pcat-pic {
	box-shadow: 3px 3px 10px 0 #ccc;
}
.pic-catalog-item .pcat-pic img {
	height: 100%;
}
.pic-catalog-item .pcat-square-arrow {
	background: var(--ds-blue-dark);
	bottom: -14px;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 25px;
	transform: rotate(45deg);
	width: 30px;
}
.pic-catalog-item .pcat-square-arrow img {
	transform: rotate(-45deg);
}

@media (max-width: 1069px) {
	.pic-catalog-section { margin-top: 25px; }
	.pic-catalog-flex { gap: 40px 25px; }
	.pic-catalog-item { width: 225px; }
	.pic-catalog-item .pcat-pic { height: 174px; }
}
@media (max-width: 549px) {
	.pic-catalog-item { width: 260px; }
	.pic-catalog-item .pcat-pic { height: 195px; }
}

/* pic-catalog end */

/* form-feedback-static */

.form-feedback-static-section {
	background: url(/images/site/ds-bg-magni-glass-grey.png) no-repeat left 100px top 440px,
				url(/images/site/ds-bg-qmark-grey.png) no-repeat right 115px top 105px;
	margin-top: 60px;
	padding-bottom: 130px;
	width: 100%;
}
#anchor-form-feedback {
	position: relative;
	top: -85px;
}
.form-feedback-static-col {
	margin-top: 10px;
	max-width: 1400px;
	width: 100%;
}
.form-feedback-static {
	align-items: flex-start;
	background: #f0f0f0;
	box-sizing: border-box;
	height: 356px;
	max-width: 1190px;
	padding: 35px 150px 0 150px;
	position: relative;
	width: 100%;
}
.form-feedback-static::before {
	background: #f0f0f0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	width: calc((100vw - 1400px) / 2);
}
.page-text + .form-feedback-static {
	margin-top: 50px;
}
.ffs-scrap {
	left: 50px;
	position: absolute;
	top: -30px;
}
.ffs-sticker {
	position: absolute;
	right: -253px;
	top: 24px;
}
.form-feedback-static .of-input-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 15px;
	max-width: 800px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.form-feedback-static .of-input-wrapper label {
	color: var(--ds-blue-dark);
	font-family: 'Tahoma';
	font-size: 14px;
	margin-left: 13px;
	padding-left: 17px;
	position: relative;
}
.form-feedback-static .of-input-wrapper .label-star {
	font-size: 24px;
	left: 0;
	position: absolute;
	top: -2px;
}
.form-feedback-static input[type="text"] {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;
	color: #222;
	font-family: 'Tahoma';
	font-size: 14px;
	height: 50px;
	outline: none;
	padding: 0px 30px;
	width: 100%;
}
.form-feedback-static input[type="text"].red-text { border-color: #f00; }
.form-feedback-static .red-text::-webkit-input-placeholder { color: #f00; opacity: 1; }
.form-feedback-static .red-text::-moz-placeholder { color: #f00; opacity: 1; }
.form-feedback-static .red-text:-ms-input-placeholder { color: #f00; opacity: 1; }
.form-feedback-static .agreed-personal-data {
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
}
.form-feedback-static .agreed-personal-data input[type="checkbox"] {
	margin: 3px 6px 3px 0;
}
.form-feedback-static .agreed-personal-data label {
	color: #747474;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 570px;
}
.form-feedback-static .agreed-personal-data label a { color: #fff; font-weight: bold; }
.form-feedback-static .agreed-personal-data label a:hover { color: #ff7041; }
.fbs-submit {
	border-width: 2px;
	flex-shrink: 0;
	font-size: 18px;
	height: 50px;
	letter-spacing: 1px;
	margin: 25px auto;
	overflow: hidden;
	position: relative;
	text-transform: none;
	transform: translateX(105px);
	width: 240px;
}
.form-feedback-static .fbs-submit.success {
	border-color: #00a329;
	cursor: default;
	pointer-events: none;
}
.form-feedback-static .fbs-submit::after {
	align-items: center;
	background-color: #00a329;
	color: #fff;
	content: attr(data-success);
	display: flex;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -100%;
	transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
}
.form-feedback-static .fbs-submit.success::after {
	top: 0;
}

@media (max-width: 1249px) {
	.form-feedback-static-section { background: none; }
	.ffs-sticker { display: none; }
}
@media (max-width: 1189px) {
	.fbs-submit { transform: unset; }
}
@media (max-width: 1069px) {
	.form-feedback-static-section { margin-top: 100px; padding-bottom: 20px; }
}
@media (max-width: 829px) {
	.form-feedback-static { padding: 35px 60px 0; }
	.ffs-scrap { display: none; }
}
@media (max-width: 599px) {
	.form-feedback-static-section { margin-top: 80px; padding-bottom: 0px; }
	.form-feedback-static { height: auto; padding: 30px 20px 0; }
	.fbs-submit { margin: 5px auto 20px; }
}

/* form-feedback-static end */

/* gallery-hp */

.gallery-hp-section {
	background: url(/images/site/ds-bg-gallery.png) no-repeat center top;
	box-sizing: border-box;
	height: 1140px;
	margin-bottom: -315px;
	margin-top: -10px;
	padding: 130px 20px 0;
	width: 100%;
}
.gallery-hp-section > .flex-row {
	box-sizing: border-box;
	justify-content: flex-start;
	margin: 5px 0 0;
	max-width: 1400px;
	padding: 0 40px;
	width: 100%;
}
.gallery-hp-block {
	max-width: 760px;
	width: 100%;
}
.gallery-item {
	gap: 30px;
	max-width: 360px;
}
.gallery-item a,
.gallery-item a img {
	display: block;
	width: 100%;
}

@media (max-width: 1599px) {
	.gallery-hp-section > .flex-row { padding: 0 50px; }
}
@media (max-width: 1299px) {
	.gallery-hp-section {
		background: none;
		height: auto;
		margin-bottom: 0;
	}
	.gallery-hp-section > .flex-row { justify-content: center; }
}
@media (max-width: 599px) {
	.gallery-hp-section { padding-top: 80px; }
	.gallery-hp-block .gallery-item { margin: auto; }
	.gallery-hp-block .gallery-item a:last-child { display: none; }
}
@media (max-width: 449px) {
	.gallery-hp-section > .flex-row { padding: 0 30px; }
}

/* gallery-hp end */

/* gallery-page */

.gallery-full-block {
	flex-wrap: wrap;
	gap: 20px 20px;
}
.gallery-full-block .gallery-item {
	width: 256px;
}
.gallery-full-block .gallery-item a,
.gallery-full-block .gallery-item a img {
	width: auto;
}
.gallery-full-block .gallery-item a {
	display: flex;
	height: 195px;
}
.gallery-full-block .gallery-item a img {
	display: block;
	height: 100%;
}

@media (max-width: 849px) {
	.gallery-full-block { gap: 10px 10px; }
	.gallery-full-block .gallery-item { width: 174px; }
	.gallery-full-block .gallery-item a { height: 135px; }
}
@media (max-width: 599px) {
	.gallery-full-block .gallery-item { width: 155px; }
	.gallery-full-block .gallery-item a { height: 120px; }
}

/* gallery-page end */

/* docs-page */

.docs-full-block {
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: flex-start;
}
.docs-full-block .docs-item {
	width: 256px;
}
.docs-full-block .docs-item a {
	text-decoration: none;
	width: 100%;
}
.docs-full-block .docs-item-pic {
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	display: flex;
	width: 100%;
}
.docs-full-block .docs-item-pic img {
	display: block;
	width: 100%;
}
.docs-full-block .docs-item-name {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 15px;
	padding: 8px 0 0;
}
.docs-full-block .docs-item:hover .docs-item-name { color: #d60000; }

@media (max-width: 849px) {
	.docs-full-block { gap: 10px 10px; }
	.docs-full-block .docs-item { width: 174px; }
}
@media (max-width: 599px) {
	.docs-full-block .docs-item { width: 155px; }
}

/* docs-page end */

/* footer */

.footer {
	background: url(/images/site/ds-bg-footer-double-color.png) no-repeat right bottom;
	flex: 0 0 auto;
	margin-top: 100px;
	position: relative;
	width: 100%;
}
.col-footer {
	box-sizing: border-box;
	height: 100%;
	max-width: 1400px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.footer-top {
	align-items: flex-end;
	box-sizing: border-box;
	height: 160px;
	justify-content: space-between;
	padding: 0 0 15px;
	position: relative;
}
.footer-share {
	align-items: flex-start;
	gap: 5px;
	margin-right: 45px;
}
.footer-share-text {
	color: var(--ds-text-grey);
	font-size: 13px;
}
.footer-logo {
	bottom: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(calc(-50% - 5px));
	width: 145px;
}
.footer-logo img {
	width: 100%;
}
.footer-orange-line {
	align-items: center;
	height: 40px;
	position: absolute;
	right: 154px;
	top: 143px;
	width: 100%;
}
.footer-orange-line div:first-child {
	background: var(--ds-blue-dark);
	height: 6px;
	width: calc(100% - 40px);
}
.footer-orange-line div:last-child {
	background: var(--ds-blue-dark);
	height: 40px;
	width: 40px;
}
.footer-bottom {
	align-items: center;
	flex-wrap: wrap;
	height: 95px;
	justify-content: space-between;
	padding: 6px 0 0;
	position: relative;
}
.footer-logo-text {
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translateX(-50%);
	width: 170px;
}
.footer-logo-text img { width: 100%; }
.footer a.webstudio {
	color: var(--ds-text-grey);
	font-size: 11px;
	margin-right: 120px;
	text-align: center;
	text-decoration: none;
	width: 260px;
}
.footer a.webstudio:hover,
.footer a.webstudio:hover font {
	color: #b30000;
	text-decoration: underline;
}
.footer-counters {
	gap: 15px;
	margin-left: 120px;
	text-align: center;
	width: 250px;
}
.footer .copyright {
	color: #222;
	font-size: 11px;
}
.footer-big-text {
	align-items: center;
	box-sizing: border-box;
	height: 255px;
	padding-bottom: 60px;
}
.footer-big-text img {
	max-width: 938px;
	width: 100%;
}

@media (max-width: 1219px) {
	.footer a.webstudio {
		bottom: 0;
		left: 50%;
		margin: 0;
		position: absolute;
		transform: translateX(-50%);
		width: unset;
	}
	.footer-counters {
		left: 50%;
		margin: 0;
		position: absolute;
		top: 115%;
		transform: translateX(-50%);
	}
	.footer-big-text { padding-bottom: 30px; }
}
@media (max-width: 767px) {
	.footer { background-size: 1500px; margin-top: 60px; }
	.footer-orange-line { right: 50px; }
	.footer-bottom {
		flex-direction: column;
		gap: 30px;
		height: 130px;
		justify-content: flex-start;
		padding-top: 50px;
	}
	.footer-logo-text,
	.footer a.webstudio,
	.footer-counters {
		bottom: unset;
		left: unset;
		position: relative;
		top: unset;
		transform: unset;
	}
	.footer-bottom .footer-logo-text { order: 1; }
	.footer-bottom .phone-block { order: 2; }
	.footer .copyright { order: 3; }
	.footer a.webstudio { order: 4; top: 20px; }
	.footer-counters { order: 5; }
}
@media (max-width: 599px) {
	.footer-logo { bottom: 30px; }
}
@media (max-width: 560px) {
	.footer { background-size: 1200px; margin-top: 20px; }
	.footer-orange-line { right: 20px; }
	.footer-share { display: none; }
	.footer-logo { width: 100px; }
	.footer-bottom { height: unset; }
	.footer a.webstudio { top: unset }
	.footer-big-text { height: 170px; }
}

/* footer end */

/* feedback form */

.fb-open {
	background: var(--uch-color-blue);
	border-radius: 25px 0 0 25px;
	cursor: pointer;
	height: 290px;
	position: fixed;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 100% 0%;
	transition: right .1s, transform .6s;
	width: 70px;
	z-index: 1000;
}
.fb-open:hover {
	right: 0px;
}
.fb-open.fb-hidden {
	transform: translateY(-50%) translateX(100%);
}
.fb-open-text {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 26px;
	position: absolute;
	left: -66px;
	text-transform: uppercase;
	top: 115px;
	transform: rotate(-90deg);
	width: 200px;
}
.fb-open i.fa-envelope {
	bottom: 15px;
	color: #fff;
	font-size: 30px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.fb-hide {
	background: none;
	border: none;
	cursor: pointer;
	height: 50px;
	padding: 0;
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translateY(-200px);
	transition: .6s;
	width: 50px;
	z-index: 1000;
}
.fb-hide i.fa-arrow-right {
    color: var(--uch-color-blue);
	font-size: 35px;
}

.fb-form {
	background: var(--uch-color-blue);
}
.fb-form .mf-submit {
	background: var(--uch-color-blue);
	border: 2px solid #fff;
	color: #fff;
}
.fb-form .mf-submit:hover {
	background: #fff;
	color: var(--uch-color-blue);
}

@media (max-width: 1250px) {
	.fb-open {
		align-items: center;
		border-radius: 40px;
		bottom: 100px;
		display: flex;
		height: 65px;
		justify-content: center;
		top: unset;
		transform: unset;
		width: 65px;
	}
	.fb-open, .fb-open:hover { right: 20px; }
	.fb-open-text { display: none; }
	.fb-open i.fa-envelope { bottom: unset; }
	.fb-hide { display: none; }
}

/* feedback form end */

/* breadcrumbs */

.breadcrumbs {
	min-height: 20px;
	margin-bottom: 30px;
}
.bc-text,
a.bc-text {
	color: #201e36;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	text-transform: lowercase;
}
a.bc-text {
	display: inline-block;
	padding: 4px;

}
a.bc-text:hover {
	color: #9b0000;
}

@media (max-width: 599px) {
	.breadcrumbs { display: none; }
}

/* breadcrumbs end */

/* goods-grid */

.goods-grid {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px;
	justify-content: center;
	padding-top: 15px;
}
.goods-template-grid {
	width: 310px;
}
.goods-template-grid .name {
	align-items: end;
	color: #4a4a4a;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 15px;
	min-height: 40px;
	padding: 0 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.goods-template-grid .name:hover { color: #d60000; }
.goods-template-grid .inside {
	height: 400px;
	overflow: hidden;
	padding-left: 5px;
	position: relative;
	margin-left: -5px;
	width: 100%;
}
.goods-template-grid .inside:hover {
	overflow: visible;
}
.goods-template-grid .inside .content {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	min-height: 100%;
	padding: 14px 14px;
	position: absolute;
}
.goods-template-grid .inside .content:hover {
    border-color: var(--ds-blue-dark);
    height: auto;
    z-index: 50;
}
.goods-template-grid .inside a {
	display: block;
	flex-basis: 100%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
}
.goods-template-grid .stickers {
	left: -5px;
	position: absolute;
	top: 10px;
}
.stickers .discount,
.stickers .hit,
.stickers .new {
	background: url(/images/site/icon_badge_orange.png) no-repeat center;
	box-sizing: border-box;
	color: #fff;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	margin: 10px 0;
	padding: 10px 10px 10px 0;
	text-align: center;
	width: 70px;
}
.goods-template-grid .image {
	display: block;
	max-width: 280px;
	width: 100%;
}
.goods-template-grid .price {
	color: var(--ds-blue-dark);
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
}
.goods-template-grid .old-price {
	color: var(--ds-blue-dark);
	display: inline-block;
	font-family: 'Impact';
	font-size: 14px;
	margin: 0 20px;
	text-decoration: line-through;
}
.goods-template-grid .vendor-code {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 8px;
}
.goods-template-grid .buy-form {
	flex-basis: 100%;
	margin-top: 10px;
}

.size-radio { display: none; }
.size-radio + label {
	background: #fff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin: 0 10px 10px 0;
	min-width: 30px;
	padding: 7px;
	text-align: center;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.size-radio:checked + label {
    background: var(--ds-blue-dark);
    border-color: var(--ds-blue-dark);
    color: #fff;
}
.goods-template-grid .sizes {
	overflow: hidden;
}
.required_prop-radio { display: none; }
.required_prop-radio + label {
	background: #fff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin: 0 10px 10px 0;
	min-width: 30px;
	padding: 7px;
	text-align: center;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.required_prop-radio:checked + label {
    background: var(--ds-blue-dark);
    border-color: var(--ds-blue-dark);
    color: #fff;
}
.goods-template-grid .required_prop {
	overflow: hidden;
}

.goods-count-block {
	border: 1px solid #b0b0b0;
	display: inline-block;
	height: 26px;
	position: relative;
}
.goods-count-block .count-value {
	border: none;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	box-sizing: border-box;
	color: #666;
	float: left;
	font: 16px arial;
	height: 80%;
	padding: 5px;
	position: relative;
	text-align: center;
	top: 10%;
	width: 40px;
}
.goods-count-block .inc-count,
.goods-count-block .dec-count {
	background: #fff;
	border: none;
	color: #666;
	cursor: pointer;
	font: 18px arial;
	float: left;
	height: 100%;
	text-align: center;
	width: 26px;
}
.goods-template-grid .goods-count-row {
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.goods-template-grid .goods-count-block {
	margin-right: 12px;
}
.goods-template-grid .to-cart {
	background: url(/images/site/icon-cart-white.png) no-repeat center var(--ds-blue-dark);
	border: 0px;
	border-radius: 50px;
	bottom: 12px;
	cursor: pointer;
	height: 40px;
	right: 12px;
	transition: .1s;
	width: 40px;
}
.goods-template-grid .to-cart:hover { transform: scale(1.1); }
.goods-template-grid .notice-add {
	color: #056100;
	display: none;
	font-size: 13px;
	font-weight: bold;
	margin-right: auto;
}
.goods-template-grid .under-border {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.goods-template-grid .under-border .availability {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}
.goods-template-grid .under-border .availability.av_green { color: #056100; }
.goods-template-grid .under-border .availability.av_red { color: #d60000; }
.goods-template-grid .under-border .brand {
	color: #1c1c1c;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	width: 50%;
}
.goods-template-grid .under-border .brand a { color: #1c1c1c; font-weight: bold; }
.goods-template-grid .under-border .brand a:hover { color: #d60000; }

.goods-template-grid .under-border .parent {
	align-items: flex-start;
	font-size: 9px;
	line-height: 11px;
}

.goods-template-grid .under-border .parent a{
	color: #1c1c1c;
	text-decoration: none;
}

@media (max-width: 1069px) {
	.goods-grid { gap: 30px 25px; }
	.goods-template-grid { width: 225px; }
	.goods-template-grid .name { font-size: 12px; }
	.goods-template-grid .inside { height: 305px; }
	.goods-template-grid .inside .content { padding: 10px 10px; }
	.goods-template-grid .notice-add {
		font-size: 12px;
		width: 45px;
		word-break: break-all;
	}
}
@media (max-width: 549px) {
	.goods-template-grid { width: 260px; }
	.goods-template-grid .inside { height: 340px; }
	.goods-template-grid .to-cart:hover { transform: unset; }
	.goods-template-grid .notice-add { width: auto; }
}

/* goods-grid end */

/* show-more-items */

.show-more-items {
	display: none;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 30px auto 0;
	transition: .3s;
	width: 100%;
}
.show-more-items.smi-visible { display: block; }
.animated {
	animation-duration: 800ms;
	animation-fill-mode: backwards;
}
@keyframes fade-in {
    from { opacity: 0 }
    to { opacity: 1 }
}
.fade-in {
    animation-name: fade-in
}

/* show_more_items end */

/* goods-single-item */

.goods-single-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0;
	width: 100%;
}
.goods-single-item .block-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	width: 45%;
}
.goods-single-item .main-img {
	margin-right: 25px;
	max-width: 400px;
}
.goods-single-item .main-img img {
	display: block;
	width: 100%;
}
.goods-single-item .stickers {
	display: flex;
	gap: 10px;
	left: 0;
	margin: 15px;
	position: absolute;
	top: 0;
}
.goods-single-item .stickers .stkr-discount,
.goods-single-item .stickers .stkr-hit,
.goods-single-item .stickers .stkr-new {
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Tahoma';
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	padding: 7px 0;
	text-align: center;
	width: 60px;
}
.goods-single-item .stickers .stkr-discount { background: #ff0000; }
.goods-single-item .stickers .stkr-hit { background: #008000; }
.goods-single-item .stickers .stkr-new { background: #3963a6; }
.goods-single-item .goods-gallery {
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
	margin-right: 25px;
	margin-top: 15px;
	position: relative;
	width: 400px;
}
.goods-single-item .goods-gallery a {
	display: block;
    width: 124px;
}
.goods-single-item .goods-gallery img {
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	display: block;
    width: 100%;
}
.goods-single-item .block-info-buy {
	width: 55%;
}
.goods-single-item .block-info-buy .top-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.goods-single-item .availability {
	font-family: 'Tahoma';
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	text-transform: lowercase;
	width: 50%;
}
.goods-single-item .availability.av_green { color: #056100; }
.goods-single-item .availability.av_red { color: #d60000; }
.goods-single-item .price {
	color: var(--ds-blue-dark);
	font-family: 'Tahoma';
	text-align: right;
	width: 50%;
}
.goods-single-item .price .actual-price {
	font-size: 30px;
	line-height: 34px;
}
.goods-single-item .price .old-price {
	font-size: 16px;
	line-height: 20px;
	text-decoration: line-through;
}
.goods-single-item .price-btm .actual-price {
	display: inline-block;
	margin-right: 40px;
}
.goods-single-item .price-btm .old-price {
	display: inline-block;
}
.goods-single-item .block-info-buy h3 {
	color: #000;
	font-family: 'Tahoma';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	transform: translateX(25px);
	position: relative;
	text-transform: uppercase;
}
.goods-single-item .block-info-buy h3::before {
	background-color: var(--ds-blue-dark);
	border-radius: 10px;
	content: '';
	display: block;
	height: 23px;
	left: -25px;
	position: absolute;
	width: 11px;
}
.goods-single-item .block-info-buy .vendor-code {
	color: #333;
	font-family: 'Tahoma';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 50px;
}
.goods-single-item .description,
.goods-single-item .props-list {
	color: var(--ds-text-grey);
	font-family: 'Tahoma';
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.goods-single-item .props-list { margin-bottom: 30px; }
.goods-single-item .props-list .prop-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.goods-single-item .props-list .prop-name {
	font-weight: bold;
}
.goods-single-item .bottom-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.goods-single-item .price-btm {
	text-align: left;
}
.goods-single-item .buy {
	position: relative;
	width: 100%;
}
.goods-single-item .sizes {
	margin: 0 0 20px;
	overflow: hidden;
}
.goods-single-item .size-radio + label {
	border-color: #ccc;
	border-radius: 20px;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 6px 12px 6px 0;
	padding: 10px 15px;
}
.goods-single-item .size-radio:checked + label {
	border-color: var(--ds-blue-dark);
}
.goods-single-item .required_prop {
	margin: 0 0 20px;
	overflow: hidden;
}
.goods-single-item .required_prop-radio + label {
	border-color: #ccc;
	border-radius: 20px;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 6px 12px 6px 0;
	padding: 10px 15px;
}
.goods-single-item .required_prop-radio:checked + label {
	border-color: var(--ds-blue-dark);
}
.goods-single-item .goods-count-row {
	display: none;
	margin-top: 20px;
	text-align: right;
}
.goods-count-flex {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}
.goods-single-item .goods-count-block {
	border: 1px solid #b0b0b0;
	border-radius: unset;
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	position: relative;
	vertical-align: middle;
	width: auto;
}
.goods-single-item .goods-count-block .count-value {
	border: none;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	box-sizing: border-box;
	color: #444;
	float: left;
	font-family: 'Arial';
	font-size: 18px;
	height: 80%;
	padding: 5px;
	position: relative;
	text-align: center;
	top: 10%;
	width: 45px;
}
.goods-single-item .goods-count-block .inc-count,
.goods-single-item .goods-count-block .dec-count {
	background: #fff;
	border: none;
	color: #444;
	cursor: pointer;
	font: 18px arial;
	float: left;
	height: 100%;
	text-align: center;
	width: 35px;
}
.goods-single-item .to-cart {
	background: var(--ds-blue-dark);
	border: 2px solid var(--ds-blue-dark);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
	display: inline-block;
	font-family: 'Tahoma';
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	margin: 0;
	padding: 0px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.goods-single-item .to-cart:hover { background-color: #fff;  color: var(--ds-blue-dark); }
.goods-single-item .buy .notice-add {
	color: #056100;
	display: none;
	font-size: 18px;
	margin-right: auto;
	text-align: left;
}
.goods-single-item .product-brand,
.goods-single-item .product-brand a {
	border-bottom: 2px dotted #04477b;
	color: #04477b;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.goods-single-item .product-brand a:hover {
	border-color: #000;
	color: #000;
}

.goods-warning-message {
	border: 1px solid #c20000;
	box-sizing: border-box;
	color: var(--ds-text-grey);
	font-family: 'Tahoma';
	font-size: 16px;
	gap: 12px 0;
	margin-top: 60px;
	padding: 15px;
	width: 100%;
}
.goods-warning-message .red-text {
	color: #c20000;
	font-size: 18px;
	text-transform: uppercase;
}

@media (max-width: 859px) {
	.goods-single-item .price .actual-price { font-size: 24px; }
	.goods-single-item .block-info-buy .vendor-code { margin-bottom: 30px; }
	.goods-single-item .description, .goods-single-item .props-list { margin-bottom: 15px; }
	.goods-single-item .goods-count-row { margin-top: 0; }
	.goods-single-item .buy .notice-add { width: 80px; }
}
@media (max-width: 767px) {
	.goods-single-item .goods-gallery { gap: 6px; margin-top: 6px; }
	.goods-single-item .goods-gallery a { width: calc((100% - 12px) / 3); }
	.goods-single-item .block-info-buy h3 { font-size: 16px; text-transform: none; }
	.goods-single-item .buy .notice-add { font-size: 16px; width: 70px; }
	.goods-single-item .to-cart { padding: 0 15px; }
}
@media (max-width: 669px) {
	.goods-single-item { align-items: center; flex-direction: column; gap: 15px; }
	.goods-single-item .block-images { justify-content: center; width: 100%; }
	.goods-single-item .block-info-buy { max-width: 400px; width: 100%; }
	.goods-single-item .main-img, .goods-single-item .goods-gallery { margin-right: 0; }
}
@media (max-width: 499px) {
	.goods-single-item .goods-gallery a { width: calc((100% - 18px) / 4); }
	.goods-single-item .price .actual-price { font-size: 22px; }
	.goods-count-flex { gap: 12px; }
	.goods-single-item .buy .notice-add { font-size: 14px; width: 65px; }
	.goods-single-item .to-cart { padding: 0 10px; }
}

/* goods-single-item end */

/* order page */

.order-table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	font-family: 'Tahoma';
	margin: 25px 0 0;
	padding: 0;
	width: 100%;
}
.order-table th {
	border-bottom: 1px solid #ddd;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.order-table th:first-child {
	background: #fff;
}
.order-table th .qth-short { display: none; }
.order-table td {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}
.order-table td:nth-child(1),
.order-table td:nth-child(2) { text-align: left; }
.order-table td:nth-child(1) { width: 10%; }
.order-table td:nth-child(2) { padding: 0 25px; width: 43%; }
.order-table td:nth-child(3) { width: 13%; }
.order-table td:nth-child(4) { width: 15%; }
.order-table td:nth-child(5) { width: 13%; }
.order-table td:nth-child(6) { width: 6%; }
.order-table tr:last-child td { color: #222; font-size: 20px; padding: 25px 0; }
.order-table tr:last-child td:nth-child(2) { padding: 25px 25px; }
.order-item-image {
	text-decoration: none;
}
.order-item-image img {
	vertical-align: middle;
	width: 100%;
}
.order-item-name {
	box-sizing: border-box;
	color: #4a4a4a;
	font-size: 18px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.order-item-name a { color: #4a4a4a; display: inline-block; margin-bottom: 5px; text-decoration: none; }
.order-item-name a:hover { color: #222; text-decoration: underline; }
.order-item-vc { font-size: 12px; margin: 5px 0; }
.order-item-name .prop_row { font-size: 12px; margin: 5px 0; }
.order-item-props {
	color: #6d6d6d;
	display: inline-block;
	font-size: 11px;
	padding: 0 15px;
	text-align: left;
}
.order-item-discount {
	background-color: #3bb23b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0;
	padding: 5px 0;
	text-align: center;
	width: 60px;
}
.order-item-price,
.order-item-sum {
	color: #222;
	font-size: 18px;
}
.order-item-total {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.order-item-count {
	background: #fff;
	border: 1px solid #b0b0b0;
	display: inline-block;
	height: 35px;
	position: relative;
	vertical-align: middle;
}
.order-item-count .count-value {
	background: #fff;
	border: none;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	box-sizing: border-box;
	color: #444;
	float: left;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: bold;
	height: 80%;
	padding: 5px;
	position: relative;
	text-align: center;
	top: 10%;
	width: 45px;
}
.order-item-count .inc-count,
.order-item-count .dec-count {
	background: #fff;
	border: none;
	color: #666;
	cursor: pointer;
	float: left;
	font-family: 'Arial';
	font-size: 18px;
	height: 100%;
	text-align: center;
	width: 35px;
}
.order-item-delete {
	background: url(/images/site/icon-recyclebin-black.png) no-repeat center center / 20px;
	border: 0;
	cursor: pointer;
    height: 30px;
	width: 30px;
}

@media (max-width: 949px) {
	.order-item-name, .order-item-price, .order-item-sum, .order-item-count .count-value { font-size: 14px; }
	.order-table tr:last-child td { font-size: 16px; }
	.order-item-count { height: 26px; }
	.order-item-count .inc-count, .order-item-count .dec-count { width: 26px; }
	.order-item-count .count-value { width: 40px; }
}
@media (max-width: 767px) {
	.order-table td:nth-child(2) { width: 36%; padding: 0 15px; }
	.order-table td:nth-child(3) { width: 15%; }
	.order-table td:nth-child(4) { width: 18%; }
	.order-table td:nth-child(5) { width: 15%; }
	.order-table tr:last-child td { padding: 20px 0; }
	.order-table tr:last-child td:nth-child(2) { padding: 20px 15px; }
}
@media (max-width: 649px) {
	.order-table th .qth-full { display: none; }
	.order-table th .qth-short { display: inline; }
	.order-table td:nth-child(1) { width: 0; }
	.order-table td:nth-child(2) { width: 50%; }
	.order-table td:nth-child(3) { width: 14%; }
	.order-table td:nth-child(4) { width: 13%; }
	.order-table td:nth-child(5) { width: 17%; }
	.order-item-count {
		align-items: center;
		border: none;
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	.order-item-count .count-value {
		border: none;
		padding: 10px 0;
		pointer-events: none;
		width: 25px;
	}
	.order-item-count .inc-count,
	.order-item-count .dec-count { color: #000; padding: 0; }
}
@media (max-width: 569px) {
	.order-table td:nth-child(2) { width: 55%; }
	.order-table th:nth-child(3),
	.order-table td:nth-child(3) { width: 0; }
	.order-table th:nth-child(3),
	.order-table td:nth-child(3) span { font-size: 0; }
	.order-table td:nth-child(4) { width: 14%; }
	.order-table td:nth-child(5) { width: 25%; }
	.order-table tr:last-child td { font-size: 14px; }
}
@media (max-width: 449px) {
	.order-table td:nth-child(2) { padding: 0 5px; }
	/* .order-table tr:last-child td { font-size: 13px; } */
	.order-table tr:last-child td:nth-child(2) { padding: 20px 5px; }
	/* .order-item-name, .order-item-sum, .order-item-count .count-value { font-size: 13px; } */
	.order-item-vc { font-size: 11px; }
	.order-item-name .prop_row { font-size: 11px; }
	.order-item-count .count-value { padding: 5px 0; }
}

/* order page end */

.contact-info-form {
	border: 0;
	margin: 30px auto 0;
	max-width: 700px;
	position: relative;
	width: 100%;
}
.contact-info-form:after {
	clear: both;
	content: '';
	display: table;
}
.contact-info-form h2 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.contact-info-block {
	box-sizing: border-box;
	opacity: 1;
	padding: 8px 0px;
	transition: .3s;
	visibility: visible;
	width: 100%;
}
.contact-info-block.hidden {
	height: 0;
	opacity: 0;
	padding: 0;
	visibility: hidden;
}
.contact-info-block label {
	color: #555;
	display: inline-block;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: bold;
}
.contact-info-block input[type=text],
.contact-info-block textarea {
	background: #eaeaea;
	border: 1px solid #b6b6b6;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'Tahoma';
	width: 100%;
}
.contact-info-block input[type=text] {
	height: 40px;
	padding: 0 15px;
}
.contact-info-block textarea {
	height: 80px;
	padding: 10px 15px;
	resize: none;
}
.contact-info-form .agreed-personal-data { padding: 0px 0px 0px 35px; }
.contact-info-form .agreed-personal-data input[type="checkbox"] { vertical-align: middle; }
.contact-info-form .agreed-personal-data span { color: #555555; font-size: 11px; }
.contact-info-form .agreed-personal-data span a { color: #555555; font-weight: bold; }
.contact-info-form .agreed-personal-data span a:hover { color: #ff7041; }
.contact-info-form [type=submit] {
	background: var(--ds-blue-dark);
	border: 2px solid var(--ds-blue-dark);
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Tahoma';
	font-size: 18px;
	height: 46px;
	margin: 25px auto 0;
	padding: 0 60px;
	transition: .1s;
}
.contact-info-form [type=submit]:hover {
	background: #fff;
	color: var(--ds-blue-dark);
}
.contact-info-important {
	color: #444;
	font-size: 12px;
	margin: 15px 0 0;
	text-align: right;
}
.contact-info-form #warning {
	bottom: 55px;
	color: #f00;
	display: none;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

@media (max-width: 499px) {
	.contact-info-form { margin: 30px auto; }
	.contact-info-form h2 { font-size: 22px; }
	.contact-info-form [type=submit] { font-size: 16px; width: 100%; }
}

/* ================================== */

.success-large-text {
	color: var(--ob-blue);
	font-size: 24px;
}
.success-small-text {
	color: #000;
	font-size: 18px;
}

/* order page end */

/* grecaptcha-badge */

.grecaptcha-badge {
	visibility: collapse !important;
}

/* grecaptcha-badge end */