@font-face {
	font-family: "OpenSans-Regular";
	src: url('fonts/open-sans/OpenSans-Regular.woff?v=7dfe02ed') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url('fonts/open-sans/OpenSans-Light.woff?v=2bf238a4') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "OpenSans-Italic";
	src: url('fonts/open-sans/OpenSans-Italic.woff?v=9f88b744') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.site * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Prevent iOS WebKit repaint failures caused by animated fixed layers. */
@supports (-webkit-touch-callout: none) {
	html.ios-webkit,
	html.ios-webkit body {
		overflow-x: hidden;
	}

	html.ios-menu-active,
	html.ios-menu-active body {
		overflow: hidden !important;
	}

	.ios-webkit #menu-burger:not(.ios-menu-open) {
		display: none !important;
		visibility: hidden !important;
		background: transparent !important;
		pointer-events: none !important;
	}

	.ios-webkit #menu-burger:not(.ios-menu-open)::before {
		display: none !important;
		opacity: 0 !important;
		background: transparent !important;
	}

	.ios-webkit #menu-burger.ios-menu-open {
		display: block !important;
		visibility: visible !important;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.45);
		pointer-events: auto;
		z-index: 99999;
	}

	.ios-webkit #menu-burger.ios-menu-open::before {
		display: none;
	}

	.ios-webkit #menu-burger .uk-offcanvas-bar {
		display: -webkit-box;
		display: flex;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0 !important;
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 1;
		-webkit-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}

	.ios-webkit #menu-burger:not(.ios-menu-open) .uk-offcanvas-bar {
		display: none;
	}

	.ios-webkit .hdr.uk-sticky-fixed {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		animation: none !important;
		transform: none !important;
	}

	.ios-webkit .site .uk-sticky-placeholder {
		display: none !important;
	}

	.ios-webkit .ftr {
		position: static !important;
		transition: none !important;
	}

	.ios-webkit .site * {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

}

.site {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6 {
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-family: "OpenSans-Regular";
}

.site h1 {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.5em;
	color: #58666E;
}

.site h2 {
	margin-bottom: 40px;
	font-size: 28px;
}

.site h3 {
	font-size: 26px;
	margin-bottom: 30px;
}

.site h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

.site h5 {
	font-size: 20px;
	margin-bottom: 25px;
}

.site h6 {
	font-size: 16px;
	margin-bottom: 25px;
}

.site a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr p,
.bdr ul,
.bdr ol {
	margin: 0 0 30px 0;
}

.bdr ul,
.bdr ol {
	padding-left: 20px;
}

.bdr li {
	margin-bottom: 10px;
}

.bdr p:last-child,
.bdr ul:last-child,
.bdr ul:last-child,
.bdr li:last-child {
	margin-bottom: 0;
}

.uk-link-toggle .uk-link,
.uk-link-toggle .uk-link,
.uk-link,
a {
	text-decoration: none;
	color: #EC3137;
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
	text-decoration: none;
	color: #009ceb;
}

.uk-button {
	border-radius: 6px;
	text-transform: none;
	line-height: 1.2em;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.uk-button-default {
	padding: 10px 35px;
	font-size: 14px;
	background-color: #EC3137;
	border-color: #EC3137;
	color: #fff;
}

.uk-button-default:hover,
.uk-button-default:focus {
	background-color: #c5272c;
	border-color: #c5272c;
	color: #fff;
}

.uk-button-default:active {
	background-color: #a51f23;
	border-color: #a51f23;
	color: #fff;
}

.uk-button-large {
	padding: 15px 25px;
}

.uk-modal-dialog {
	background-color: #E5E5E5;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.uk-modal-header,
.uk-modal-footer {
	background-color: transparent;
}

.uk-modal-header {
	padding: 30px 30px 15px 30px;
}

.uk-modal-body {
	padding: 0 30px;
}

.uk-modal-footer {
	padding: 15px 30px 30px 30px;
}

.uk-modal-footer {
	text-align: right;
}

#modal-autoris .uk-modal-dialog {
	width: 400px;
}

#modal-autoris .field__label {
	display: block;
	margin-bottom: 5px;
}

.uk-container {
	max-width: 1350px;
}

.anim_hid {
	opacity: 0;
}

.anim_vis {
	opacity: 1;
}

.ico {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
}

.ico_svg {
	background-size: contain;
}

.ico_ssl,
#multi-ssl.ico_ssl path,
#compare.ico_ssl path {
	fill: rgba(236, 49, 55, 0.75);
}

#compare.ico_ssl path:last-child {
	stroke: rgba(236, 49, 55, 0.75);
}

#business-valid {
	margin-right: -15px;
}

#email-secure {
	margin-right: -7px;
}

.ico_ssl_lg {
	width: 90px;
	height: 90px;
}

#wildcard.ico_ssl_lg,
#multi-ssl.ico_ssl_lg {
	width: 100px;
	height: 100px;
}

.ico_ssl_md {
	width: 70px;
	height: 70px;
}

.ico_ssl_sm {
	width: 40px;
	height: 40px;
}

.ico_envelope {
	width: 23px;
	height: 17px;
	background-image: url('imgs/icns/envelope.svg?v=efbb2644');
}

.ico_envelope_sprite {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#mail_ico');
}

.ico_ticket {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/ticket.svg?v=54ef152a');
}

.ico_ticket_svg {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#ticket_ico');
}

.ico_payment {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/payment.svg?v=749d4bcb');
}

.ico_payment_svg {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#price_ico');
}

.ico_contacts {
	width: 16px;
	height: 20px;
	background-image: url('imgs/icns/contacts.svg?v=f84411ca');
}

.ico_contacts_svg {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#geo_ico');
}

.ico_blog {
	width: 9px;
	height: 20px;
	background-image: url('imgs/icns/blog.svg?v=5902c709');
}

.ico_blog_svg {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#help_ico');
}

.ico_entry {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/entry.svg?v=9e37a606');
}

.ico_download {
	width: 15px;
	height: 20px;
	background-image: url('imgs/icns/download.svg?v=f9aea3fc');
}

.ico_phone-light {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/phone_light.svg?v=f42db64f');
}

.ico_open {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/open.svg?v=a3535505');
}

.ico_union {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/union.svg?v=1eb55145');
}

.ico_phone-red {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/phone_red.svg?v=10346a16');
}

.ico_mail-red {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/mail_red.svg?v=8baeec19');
}

.ico_local-red {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/local_red.svg?v=79ef9bf3');
}

.ico_message {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/message.svg?v=62b00a72');
}

.ico_check {
	width: 20px;
	height: 16px;
	background-image: url('imgs/icns/check.svg?v=314387d3');
}

.ico_search {
	width: 20px;
	height: 20px;
	background-image: url('imgs/icns/search.png.webp?v=e85bfe92');
}

.ico_search_svg {
	width: 24px;
	height: 24px;
	background-image: url('imgs/icns/sprite.svg?v=50c71718#search_ico');
}

.search {
	width: 100%;
	height: 60px;
	padding: 10px 0;
	background-color: #F8F7F7;
	position: fixed;
	top: -60px;
	right: 0;
	left: 0;
	z-index: 1010;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.search.show {
	top: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.form-search {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.form-search input[type="text"] {
	-webkit-box-flex: 0;
	flex: 1 1 auto;
	height: 38px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 36px 10px 15px;
	border-radius: 6px;
	font-family: "OpenSans-Regular";
	font-style: italic;
	color: #333;
	outline: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-search input[type="text"]:hover {
	border-color: rgba(236, 49, 55, 0.5);
}

.form-search input[type="text"]:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(236, 49, 55, 0.5);
	box-shadow: 0 0 2px 2px rgba(236, 49, 55, 0.5);
}

.form-search input[type="text"]:-webkit-input-placeholder {
	color: #808080;
}.form-search input[type="text"]:-webkit-input-placeholder {
	color: #808080;
}

.form-search input[type="text"]:-moz-placeholder {
	color: #808080;
}.form-search input[type="text"]:placeholder {
	color: #808080;
}

.form-search__btn-submit {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: 0 0 34px;
	min-width: 34px;
	max-width: 34px;
	width: 34px;
	height: 34px;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	margin: 1px 1px 1px -38px;
	font-size: 0;
	cursor: pointer;
}

.form-search__btn-submit::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	/*background-color: #333;*/
	background-image: url('imgs/icns/search.svg?v=57681f43');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*.form-search__btn-submit:hover::before {
	background-color: #EC3137;
}*/
.form-search__btn-submit:focus {
	border: none;
	outline: none;
}

.form-search__btn-close {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: 0 0 38px;
	min-width: 38px;
	min-height: 38px;
	width: 38px;
	height: 38px;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
}

.form-search__btn-close:focus {
	border: none;
	outline: none;
}

.form-search__btn-close::before,
.form-search__btn-close::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-search__btn-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.form-search__btn-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.form-search__btn-close:hover::before,
.form-search__btn-close:hover::after {
	background-color: #EC3137;
}

.hdr {
	position: relative;
	z-index: 90;
}

.hdr_fix {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-color: #F8F7F7;
}

.hdr.hdr_fix .row-top {
	padding: 0;
	margin-bottom: 0;
}

.hdr.hdr_fix .row-btm {
	padding: 15px 0;
}

.hdr.hdr_fix .topbar__btn-txt {
	display: none;
}

.hdr.hdr_fix .topbar__ico {
	margin-right: 0;
}

.hdr.hdr_fix .logo {
	width: 134px;
}

.hdr.hdr_fix .logo__lnk {
	height: 100%;
}

.hdr.hdr_fix .logo__img {
	height: 100%;
}

.hdr.hdr_fix .uk-navbar {
	margin-bottom: 0;
}

.hdr.hdr_fix .uk-navbar-toggle {
	margin-bottom: 0;
}

.hdr.hdr_fix .phone {
	display: none;
}

.site .uk-sticky-placeholder {
	background-color: #F8F7F7;
}

.hdr .row-top {
	background-color: #F8F7F7;
	padding: 15px 0;
	margin-bottom: 55px;
	line-height: 0;
}

.hdr .topbar {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	list-style: none;
	padding-left: 0;
	margin: 0 -15px;
}

.hdr .topbar li {
	padding: 0 10px;
	line-height: 13px;
}

.hdr .topbar__btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 13px;
	color: #EC3137;
	cursor: pointer;
}

.hdr .topbar__btn:hover {
	text-decoration: none;
	color: #EC3137;
}

.hdr .topbar__btn:hover .topbar__ico {
	/*-webkit-transform: scale(1.1);*/
	/*transform: scale(1.1);*/
}

.hdr .topbar__ico {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.hdr .topbar__btn-txt {
	display: inline-block;
	margin-left: 13px;
}

.hdr .logo {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 100%;
	max-width: 200px;
	font-size: 0;
	line-height: 0;
}

.hdr .logo__lnk {
	display: inline-block;
}

#menu-burger {
	z-index: 99999;
}

.hdr .uk-navbar-nav,
#menu-burger .uk-navbar-nav {
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.hdr .uk-navbar-nav li,
#menu-burger .uk-navbar-nav li {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	padding: 0 15px;
	text-align: center;
}

.hdr .uk-navbar-nav li:first-child,
{
padding-left: 0;
}

.hdr .uk-navbar-nav li:last-child {
	padding-right: 0;
}

.hdr .uk-navbar-nav>li>a,
#menu-burger .uk-navbar-nav>li>a {
	font-family: "OpenSans-Regular";
}

.hdr .uk-navbar-nav a,
#menu-burger .uk-navbar-nav a {
	min-height: 30px;
	padding: 0;
	position: relative;
	/*font-weight: bold;*/
	font-size: 14px;
	color: #333;
}

.hdr .uk-navbar-nav a:hover,
#menu-burger .uk-navbar-nav a:hover {
	color: #EC3137;
}

#menu-burger.uk-offcanvas-overlay::before {
	background: rgba(0, 0, 0, 0.5);
}

@supports (-webkit-touch-callout: none) {
	#menu-burger:not(.ios-menu-open)::before,
	#menu-burger:not(.ios-menu-open).uk-offcanvas-overlay::before {
		display: none !important;
		opacity: 0 !important;
		background: transparent !important;
		pointer-events: none !important;
	}
}

/*.hdr .uk-navbar-nav a::after,
.hdr .uk-navbar-nav a::before {
	content: '';
	display: block;
	width: auto;
	height: 2px;
	bottom: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.hdr .uk-navbar-nav a::before {
	right: 50%;
	left: 50%;
}

.hdr .uk-navbar-nav a::after {
	left: 50%;
	right: 50%;
}

.hdr .uk-navbar-nav a:hover::before {
	width: auto;
	left: 0;
	background-color: #EC3137;
}

.hdr .uk-navbar-nav a:hover::after {
	width: auto;
	right: 0;
	background-color: #EC3137;
}*/

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
	color: #333;
}

.hdr .uk-navbar-item,
.hdr .uk-navbar-nav>li>a,
.hdr .uk-navbar-toggle {
	min-height: auto;
}

.hdr .uk-navbar-toggle {
	padding: 10px;
	color: #EC3137;
	cursor: pointer;
}

.hdr .uk-navbar-nav .uk-active a {
	color: #EC3137;
}

.hdr .uk-navbar-nav .uk-dropdown {
	padding: 0;
	margin-top: 0;
	top: 44px !important;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
}

.hdr .uk-navbar-nav .uk-dropdown::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 7px;
	background-image: url("/local/templates/onehost_2020/imgs/triangle.png.webp?v=69a9b2b3");
	position: absolute;
	top: -7px;
	left: 20px;
}

.hdr .uk-navbar-nav .uk-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hdr .uk-navbar-nav .uk-dropdown li {
	padding: 0;
	position: relative;
}

.hdr .uk-navbar-nav .uk-dropdown li+li::before {
	content: "";
	display: block;
	width: auto;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
}

.hdr .uk-navbar-nav .uk-dropdown a {
	display: block;
	padding: 8px 20px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}

.hdr .uk-navbar-nav .uk-dropdown a:hover {
	color: #ED3237;
}

.hdr .uk-width-1-6\@m {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.hdr .desc__txt {
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}

#menu-burger .uk-offcanvas-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 270px;
	padding: 65px 0 0 0;
	background-color: #F8F7F7;
	z-index: 110;
}

#menu-burger .uk-offcanvas-bar .uk-close,
#menu-burger .uk-offcanvas-bar .uk-offcanvas-close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	top: 16px;
	right: 16px;
	color: #EC3137;
	background: transparent;
	border: 0;
	z-index: 2;
}

#menu-burger .uk-offcanvas-bar .uk-close svg {
	width: 100%;
	height: auto;
}

#menu-burger .uk-offcanvas-bar .uk-close::before,
#menu-burger .uk-offcanvas-bar .uk-close::after,
#menu-burger .uk-offcanvas-bar .uk-offcanvas-close::before,
#menu-burger .uk-offcanvas-bar .uk-offcanvas-close::after {
	content: '';
	display: none;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 2px;
	background: currentColor;
}

#menu-burger .uk-offcanvas-bar .uk-close::before,
#menu-burger .uk-offcanvas-bar .uk-offcanvas-close::before {
	transform: rotate(45deg);
}

#menu-burger .uk-offcanvas-bar .uk-close::after,
#menu-burger .uk-offcanvas-bar .uk-offcanvas-close::after {
	transform: rotate(-45deg);
}

.ios-webkit #menu-burger .uk-offcanvas-bar .uk-close::before,
.ios-webkit #menu-burger .uk-offcanvas-bar .uk-close::after,
.ios-webkit #menu-burger .uk-offcanvas-bar .uk-offcanvas-close::before,
.ios-webkit #menu-burger .uk-offcanvas-bar .uk-offcanvas-close::after {
	display: block;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>a,
#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.parent>a {
	padding-right: 42px !important;
	position: relative;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.parent>a::before,
#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.parent>a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 2px;
	background-color: #333;
	position: absolute;
	right: 16px;
}
#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.parent>a::before {
	top: calc(50% - 2px);
	transform: translateY(-50%) rotate(45deg);
}
#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li.parent>a::after {
	top: calc(50% + 2px);
	transform: translateY(-50%) rotate(-45deg);
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>ul {
	width: 100%;
    height: auto;
    min-width: auto;
    background-color: #F8F7F7;
    padding-left: 0;
    position: absolute;
    top: 65px;
    left: -320px;
    right: auto;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    color: #333;
    transition: 0.3s;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>ul.show {
	left: 0;
	opacity: 1;
	visibility: visible;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>ul>li {
	flex: 1 1 auto;
}

#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>ul>li>a {
	display: block;
	text-transform: uppercase;
}

#menu-burger .logo {
	width: 126px;
	height: auto;
	position: absolute;
	top: 16px;
	left: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#menu-burger.phone-dd-show .logo {
	opacity: 0;
	visibility: hidden;
}

.bdr {
	margin-top: -110px;
	margin-bottom: 44px;
	/*background-color: #58666E;*/
	background-color: #58666E;
	overflow: hidden;
}

.bdr .sct {
	padding-bottom: 100px;
	position: relative;
}

.bdr .sct:not(.sct-top) {
	color: #fff;
}

.bdr .sct-top {
	padding-top: 200px;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

.front .bdr .sct-top {
	/*padding-bottom: 400px;*/
	background: #e5e5e5;
}

.bdr.wp .sct-top {
	padding-bottom: 480px;
}

.bdr.sts .sct-top {
	padding-bottom: 575px;
	background: #e5e5e5;
}

.bdr.vps .sct-top {
	padding-bottom: 675px;
	background: #e5e5e5;
}
.bdr .sct-top-custom{
	background: #e5e5e5;
}
.bdr.bitrix .sct-top {
	padding-bottom: 650px;
	background: #e5e5e5;
}
.bdr.bitrix .sct-mid-c{
	padding-top: 50px;
}
.bdr.ssl .sct-top {
	/*padding-bottom: 690px;*/
	background: #e5e5e5;
}
.bdr.ssl .sct-mid-b{
	padding-top: 50px;
}
.bdr.cont .sct-top {
	padding-bottom: 630px;
}

.bdr .sct-top::before {
	content: '';
	display: block;
	width: 1920px;
	/*height: 1920px;*/
	/*background:*/
	/*radial-gradient(circle at 50% 52%, rgba(255,255,255,0.98) 0 34%, rgba(255,255,255,0.78) 35%, rgba(236,49,55,0.14) 36%, rgba(236,49,55,0.08) 47%, rgba(236,49,55,0) 64%),*/
	/*radial-gradient(circle at 50% 52%, rgba(236,49,55,0.10) 0 22%, rgba(236,49,55,0) 23%);*/

	background: #e5e5e5;
	position: absolute;
	bottom: -300px;
	left: 50%;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.en .bdr .sct-top::before {
	bottom: -330px;
}

.bdr .sct-top__cnt {
	position: relative;
	z-index: 5;
}

.bdr .slider-main .owl-stage {
	display: -webkit-box;
	display: flex;
}

.bdr .slider-main .owl-nav.disabled,
.bdr .slider-main .owl-dots.disabled {
	display: none;
}

.bdr .sct-top__cnt .owl-prev,
.bdr .sct-top__cnt .owl-next {
	width: 40px;
	height: 60px;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 0.5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .sct-top__cnt .owl-prev span,
.bdr .sct-top__cnt .owl-next span {
	display: none;
}

.bdr .sct-top__cnt .owl-prev::before,
.bdr .sct-top__cnt .owl-next::before,
.bdr .sct-top__cnt .owl-prev::after,
.bdr .sct-top__cnt .owl-next::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #EC3137;
	position: absolute;
}

.bdr .sct-top__cnt .owl-prev::before,
.bdr .sct-top__cnt .owl-prev::after {
	left: 5px;
}

.bdr .sct-top__cnt .owl-next::before,
.bdr .sct-top__cnt .owl-next::after {
	right: 5px;
}

.bdr .sct-top__cnt .owl-prev::before,
.bdr .sct-top__cnt .owl-next::before {
	top: 19px;
}

.bdr .sct-top__cnt .owl-prev::after,
.bdr .sct-top__cnt .owl-next::after {
	bottom: 18px;
}

.bdr .sct-top__cnt .owl-prev::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bdr .sct-top__cnt .owl-prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bdr .sct-top__cnt .owl-next::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bdr .sct-top__cnt .owl-next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bdr .sct-top__cnt .owl-prev:hover,
.bdr .sct-top__cnt .owl-next:hover {
	opacity: 1;
}

.bdr .sct-top__cnt .owl-prev {
	left: 5%;
}

.bdr .sct-top__cnt .owl-next {
	right: 5%;
}

.bdr .slider-main .slide {
	height: 100%;
	position: relative;
}

.bdr .slider-main .slide__cnt {
	float: right;
	width: 100%;
	max-width: 520px;
}

.bdr .slider-main .slide__title {
	margin-bottom: 40px;
}

.bdr .sct-top .slider-main .slide__title a {
	display: inline;
	border: none;
}

.bdr .slider-main .slide h1,
.bdr .slider-main .slide h2 {
	margin-bottom: 0;
	font-size: 32px;
	line-height: 44px;
	color: #EC3137;
}

.bdr .slider-main .slide h2 {
	margin-bottom: 35px;
}

.bdr .slider-main .slide p {
	line-height: 24px;
}

.bdr .slider-main .slide .imgs {
	display: -webkit-box;
	display: flex;
	margin-left: -20px;
}

.bdr .slider-main .slide .imgs__img-wrap {
	padding-left: 20px;
}

.bdr .slider-main .slide .imgs img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .slider-main .slide .imgs img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr .slider-main .slide__btn-wrap {
	margin-top: 60px;
}

.bdr .slider-main .slide__btn-wrap_r {
	max-width: 412px;
	text-align: right;
}

.bdr .slider-main .slide__img {
	position: absolute;
}

#slide-img-1 {
	width: 42.3%;
	bottom: -225px;
	left: 7%;
}

#slide-img-2 {
	width: 53%;
	bottom: -220px;
	left: -10%;
}

#slide-img-0,
#slide-img-3 {
	width: 100%;
	max-width: 400px;
	top: -2%;
	left: 24%;
}

#slide-img-4 {
	width: 100%;
	max-width: 327px;
	top: -10%;
	left: 25%;
}

.bdr .sct-top h1 {
	font-size: 32px;
	color: #58666E;
}

.bdr.cont .sct-top h1 {
	margin-bottom: 40px;
}

.bdr .sct-top .txt {
	float: right;
	width: 57%;
}

.bdr.sts .sct-top .txt {
	position: relative;
	z-index: 1;
}

.bdr.sts .sct-top .txt {
	float: none;
	margin-left: auto;
}

.bdr.wp .sct-top .txt {
	width: 40%;
}

.bdr.cont .sct-top .txt {
	width: 48%;
}

.inner .bdr .sct-top .imgs img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.inner .bdr .sct-top .imgs {
	float: left;
	display: -webkit-box;
	display: flex;
	margin-left: -30px;
	padding-right: 20px;
}

.bdr .sct-top .imgs__img-wrap:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr.vps .sct-top .imgs__img-wrap:hover img {
	-webkit-transform: none;
	transform: none;
}

.bdr.sts .sct-top .imgs,
.bdr.vps .sct-top .imgs,
.bdr.bitrix .sct-top .img {
	width: 43%;
}

.bdr.sts .sct-top .imgs {
	width: 60%;
}

.bdr.sts .sct-top .imgs {
	float: none;
	margin-left: auto;
	margin-top: 45px;
}

.bdr.bitrix .sct-top .img {
	padding-right: 60px;
}

.bdr.bitrix .sct-top .img {
	margin-top: -20px;
}

.bdr .sct-top .imgs__img-wrap {
	padding-left: 30px;

}

.bdr .sct-top .img_custom {
	padding-left: 180px;
	margin-top: -40px;
}

.img_bitrix24 {
	width: 226px;
}

.bdr.wp .sct-top .img {
	width: 18%;
	position: absolute;
	/*top: 2%;*/
	/*bottom: -570px;*/
	/*left: -15%;*/
	left: 27%;
	top: -15%;
}

.bdr.sts .sct-top .imgs {
	flex-wrap: wrap;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

.bdr.sts .sct-top .imgs__img-wrap {
	flex: 0 0 176px;
	-webkit-box-flex: 0;
	flex: 0 0 176px;
	width: 176px;
	max-width: 176px;
	margin-bottom: 30px;
}

.bdr.sts .sct-top .img {
	/*width: 68%;*/
	/*position: absolute;*/
	/*bottom: -535px;*/
	/*left: -26%;*/
	/*z-index: 0;*/
	max-width: 470px;
	width: 100%;
	position: absolute;
	left: 76px;
	z-index: 0;
	transform: translateX(50%);
}

.bdr.ssl .sct-top .img {
	float: left;
	width: 43%;
	margin-top: -30px;
	padding-right: 60px;
}

.bdr.cont .sct-top .img {
	float: left;
	padding-left: 6%;
	margin-top: -40px;
}

.bdr.news {
	margin-top: -85px;
	background-color: #58666E;
}

.bdr.news .sct-cnt {
	padding-top: 185px;
	position: relative;
}

.bdr.news .sct-cnt::before {
	content: "";
	display: block;
	width: 100%;
	height: 145px;
	background-color: #E5E5E5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.bdr.news .sct-cnt .uk-container {
	z-index: 1;
}

.bdr.news .bx-breadcrumb {
	margin-bottom: 38px;
}

.bdr.news .sct-cnt h2,
.bdr.news .sct-cnt h3,
.bdr.news .sct-cnt h4,
.bdr.news .sct-cnt h5,
.bdr.news .sct-cnt h6 {
	color: #fff;
}

.bdr.news .sct-cnt {
	color: #fff;
}

.bdr.news .sct-cnt a {
	border-color: rgba(255, 255, 255, 0.8);
	;
	color: rgba(255, 255, 255, 0.8);
	;
}

.bdr.news .uk-width-custom {
	-webkit-box-flex: 0;
	flex: 0 0 440px;
	width: 440px;
	min-width: 440px;
	max-width: 440px;
	padding-left: 60px;
}

.bdr.news #banner-sb-ts {
	margin: 0;
}

@media screen and (max-width: 959px) {
	.bdr .sct-top .imgs__img-wrap {
		margin-top: 0;
	}

	.bdr.news .uk-grid {
		display: block;
	}

	.bdr.news .uk-width-custom {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		width: auto;
		min-width: auto;
		max-width: none;
		margin-top: 60px;
		padding-left: 30px;
	}

	.bdr.news .sidebar .menu {
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		width: 50%;
		margin-right: 15px;
	}

	.bdr.news #banner-sb-ts {
		-webkit-box-flex: 1;
		flex: 1 1 50%;
		width: 50%;
	}
}

@media screen and (max-width: 639px) {
	.bdr.news .uk-width-custom {
		display: block;
	}

	.bdr.news .sidebar .menu {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		width: auto;
		margin-right: 0;
	}

	.bdr.news #banner-sb-ts {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		width: auto;
	}
}

.bdr .sct-news h5 a {
	border: none;
}

.bdr a:not(.uk-button) {
	border-bottom: 1px dashed #fff;
	color: #fff;
}

.bdr a:not(.uk-button):hover {
	border-color: #E5E5E5;
	color: #E5E5E5;
}

.bdr .sct-top a:not(.uk-button),
.bdr .tabs a:not(.uk-button) {
	border-bottom: 1px dashed #333;
	color: #333;
}

.bdr .sct-top a:not(.uk-button):hover,
.bdr .tabs a:not(.uk-button):hover {
	border-color: #EC3137;
	color: #EC3137;
}

.bdr .sct-mid-b {
	clear: both;
}

.bdr .sct-mid-b::before {
	/*content: '';*/
	width: 1920px;
	height: 2693px;
	background: linear-gradient(180deg, #ABB5BA 0%, #58666E 100%);
clip-path: polygon(0 42%, 100% 0, 100% 58%, 0 100%);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.front .bdr .sct-mid-b{
	padding-top: 50px;
}

.front .bdr .sct-mid-b::before {
	/*margin-top: -495px;*/

}

.bdr.sts .sct-mid-b::before {
	margin-top: -460px;
}

.bdr.wp .sct-mid-b::before {
	margin-top: -250px;
}

.bdr.vps .sct-mid-b::before {
	margin-top: 80px;
}

.bdr.bitrix .sct-mid-b::before,
.bdr.ssl .sct-mid-b::before {
	margin-top: -290px;
}

.bdr.ssl .sct-mid-c {
	padding-top: 60px;
}

.bdr.cont .sct-mid-b::before {
	margin-top: -300px;
}

.bdr .sct-mid-b__cnt {
	position: relative;
	z-index: 15;
}

.bdr .sct-mid-b h2 {
	text-align: left;
	font-size: 40px;
}

.front .bdr .sct-mid-b {
	/*margin-top: -325px;*/
}
.tarif_list_slider .owl-stage-outer{
	padding-bottom: 20px;
}
.bdr.sts .sct-mid-b {
	margin-top: -400px;
}

.bdr.wp .sct-mid-b {
	margin-top: -320px;
}

.bdr.vps .sct-mid-b {
	margin-top: -575px;
}

.bdr.bitrix .sct-mid-b {
	margin-top: -555px;
}

.bdr.ssl .sct-mid-b {
	/*margin-top: -560px;*/
}

.bdr.cont .sct-mid-b {
	margin-top: -615px;
}

.bdr .cnt-col {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	height: 100%;
	padding: 25px 30px;
	background-color: rgba(229, 229, 229, 0.9);
	border-radius: 12px;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.bdr a.cnt-col,
.bdr a.cnt-col:hover {
	border-bottom: none;
	color: #333;
}

.bdr a.cnt-col:hover h5 {
	color: #EC3137;
}

.bdr.sts .sct-mid-b .cnt-col {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.bdr .cnt-col_shadow {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.bdr .cnt-col_shadow.cnt-col:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.bdr .cnt-col:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.front .bdr .cnt-col__ico {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.front .bdr .cnt-col:hover .cnt-col__ico {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr .cnt-col__hdr {
	margin-bottom: 25px;
}

.front .bdr .sct-mid-b .grid .cnt-col__hdr {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	min-height: 125px;
}

.bdr.sts .sct-mid-b .cnt-col__hdr {
	min-height: 85px;
}

.bdr.wp .sct-mid-b-2 .cnt-col__hdr {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 215px;
}

.bdr .cnt-col i {
	font-family: "OpenSans-Italic";
}

.bdr .cnt-col h4,
.bdr .cnt-col h5 {
	margin-bottom: 0;
	/*text-transform: uppercase;*/
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.front .bdr .sct-mid-b .grid .cnt-col h5 {
	min-height: 55px;
	margin-bottom: 20px;
	line-height: 27px;
}

.front .bdr .sct-mid-b .grid .cnt-col p {
	line-height: 22px;
}

.front .bdr .sct-mid-c .grid .cnt-col h5 {
	margin-bottom: 0;
	color: #fff;
	/*line-height: 22px;*/
}

.inner .bdr .cnt-col h4 {
	margin-bottom: 0;
}

.bdr.wp .sct-mid-b-2 .grid .cnt-col__title {
	margin-bottom: 20px;
	text-transform: none;
	color: #58666E;
}

.bdr.wp .sct-mid-b-2 .grid .cnt-col h5 {
	margin: 0 0 20px 0;
}

.bdr.wp .sct-mid-b-2 .grid .cnt-col__txt {
	line-height: 22px;
}

.bdr .sct-mid-b .cnt-col__ico-wrap {
	padding: 25px 0 35px 0;
	text-align: center;
}

.bdr.sts .sct-mid-b .cnt-col__ftr {
	margin-top: 40px;
	text-align: left;
	font-weight: bold;
}

.bdr.sts .sct-mid-b .cnt-col__btn-wrap {
	margin-top: 45px;
	text-align: right;
}

.bdr .cnt-box {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	padding: 30px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .cnt-box h4 {
	margin-bottom: 30px;
	color: #333;
}

.bdr .cnt-box h5 {
	color: #333;
}

.bdr .cnt-box a:not(.uk-button) {
	border-bottom: 1px dashed #333;
	color: #333;
}

.bdr .cnt-box a:not(.uk-button):hover {
	border-color: #EC3137;
	color: #EC3137;
}

.bdr .cnt-box:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.bdr.bitrix .sct-mid-b .col__txt-top {
	margin-bottom: 25px;
}

.bdr.bitrix .sct-mid-b .col__txt-top a {
	border-bottom: none;
	font-weight: bold;
	color: #58666E;
}

.bdr.bitrix .sct-mid-b .col__img-wrap {
	margin-bottom: 25px;
	text-align: center;
}

.bdr.bitrix .sct-mid-b .col__img-wrap a {
	border-bottom: none;
}

.bdr.bitrix .sct-mid-b .col__img-wrap img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr.bitrix .sct-mid-b .col__img-wrap a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr.bitrix .sct-mid-b .col__btn-wrap {
	margin-top: 25px;
	text-align: center;
}

.bdr.bitrix .sct-mid-b .col__btn {
	width: 100%;
	max-width: 285px;
}

.bdr.cont .sct-mid-b .col__hdr {
	padding-bottom: 20px;
	border-bottom: 1px solid #EC3137;
	margin-bottom: 30px;
}

.bdr.cont .sct-mid-b .col p,
.bdr.cont .sct-mid-b .col a {
	border-color: #58666E;
	color: #58666E;
}

.bdr.cont .sct-mid-b .col a:hover {
	border-color: #EC3137;
	color: #EC3137;
}

.bdr.ssl .sct-mid-b .col {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.bdr.ssl .sct-mid-b .col__hdr,
.bdr.ssl .sct-mid-b .col__txt-btm,
.bdr.ssl .sct-mid-b .col__txt-mid {
	margin-bottom: 25px;
}

.bdr.ssl .sct-mid-b .col__txt-btm {
	font-weight: bold;
}

.bdr.ssl .sct-mid-b .col__price {
	font-size: 18px;
	line-height: 26px;
}

.bdr.ssl .sct-mid-b .col__btn {
	width: 100%;
}

.bdr.ssl .sct-mid-c .grid .cnt-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.bdr.ssl .sct-mid-c .grid .cnt-row__img-wrap {
	-webkit-box-flex: 0;
	flex: 0 0 140px;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	margin-right: 50px;
}

.bdr.ssl .sct-mid-c .grid .cnt-row__lnk-wrap {
	margin-top: -15px;
}

.bdr.ssl .sct-mid-c h4 {
	margin-bottom: 30px;
}

.bdr.ssl .sct-mid-c h4 a {
	border-bottom: none;
}

.bdr.ssl .sct-mid-c .grid {
	margin-left: -60px;
}

.bdr.ssl .sct-mid-c .grid>div {
	padding-left: 60px;
}

.bdr.ssl .sct-mid-c .grid>.uk-grid-margin {
	margin-top: 100px;
}

.bdr.ssl .img-right {
	display: none;
}

.front .bdr .sct-mid-c .grid .cnt-col__hdr {
	background-color: #58666E;
	border-radius: 12px 12px 0 0;
	border-bottom: none;
	margin: -25px -30px 25px -30px;
	padding: 25px 30px;
	text-align: center;
}

.front .bdr .sct-mid-c .grid .cnt-col h4 {
	color: #fff;
}

.front .bdr .sct-mid-c .grid .cnt-col p {
	padding-left: 30px;
}

.bdr.sts .sct-mid-c .grid a {
	text-decoration: underline;
	color: #fff;
}

.bdr.sts .sct-mid-c .grid a:hover {
	color: #EC3137;
}

.bdr h1,
.bdr h2,
.bdr h3,
.bdr h4,
.bdr h5,
.bdr h6 {
	color: #fff;
}

.bdr.sts .sct-mid-b h4 {
	margin: 0;
}

.bdr.wp .sct-mid-d .grid {
	padding-top: 15px;
}

.bdr.bitrix .sct-mid-c .cnt-box__txt {
	margin-bottom: 35px;
}

.bdr.bitrix .sct-mid-c .grey {
	color: #58666E;
}

.bdr.bitrix .sct-mid-c .bold {
	font-weight: bold;
}

.bdr.bitrix .sct-mid-c .col__img-wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid transparent;
	margin-bottom: 25px;
	text-align: center;
}

.bdr.bitrix .sct-mid-c .col__img-wrap__green {
	border-color: #719216;
}

.bdr.bitrix .sct-mid-c .col__img-wrap__yellow {
	border-color: #FFB908;
}

.bdr.bitrix .sct-mid-c .col__img-wrap__orange {
	border-color: #FF8E25;
}

.bdr.bitrix .sct-mid-c .col__img-wrap__red {
	border-color: #EC3137;
}

.bdr.bitrix .sct-mid-c .col__img-wrap img {
	margin-left: -10%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr.bitrix .sct-mid-c .col:hover .col__img-wrap img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr.bitrix .sct-mid-c .col__txt {
	margin-bottom: 25px;
}

.bdr.bitrix .sct-mid-c .col__price {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

.bdr.bitrix .sct-mid-c .col__btn-wrap {
	margin-top: 25px;
}

.bdr.bitrix .sct-mid-c .col__btn {
	width: 100%;
}

.bdr.bitrix .sct-mid-d .cnt-row {
	position: relative;
}

.bdr.bitrix .sct-mid-d .txt {
	width: 60%;
}

.bdr.bitrix .sct-mid-d .img {
	width: 54%;
	text-align: right;
	position: absolute;
	top: -230px;
	right: 7%;
}

.bdr.ssl .sct-mid-d {
	padding: 50px 0;
	margin-bottom: 100px;
	background-color: rgba(78, 90, 97, 0.8);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.bdr .tabs .uk-subnav {
	padding-left: 0;
	margin-bottom: 0;
}

.bdr .tabs .uk-subnav li {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	max-width: 25%;
	padding: 0;
	margin: 0;
}

.bdr .tabs .uk-subnav li+li {
	margin-left: 1px;
}

.bdr .tabs .uk-subnav a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
	padding: 17px;
	background-color: #C4C4C4;
	border-radius: 12px 12px 0px 0px;
	border-bottom: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #58666E;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .tabs .uk-subnav a:hover {
	color: #EC3137;
}

.bdr .tabs .uk-subnav .uk-active a {
	background-color: #E5E5E5;
	color: #EC3137;
}

.bdr .tabs .uk-switcher {
	padding: 30px;
	background-color: #E5E5E5;
	border-radius: 0px 0px 12px 12px;
	color: #7F7F7F;
}

.bdr .tabs h5 {
	margin-bottom: 30px;
	color: #333;
}

.bdr .tabs .grid {
	margin-left: 0;
}

.bdr .tabs .grid>div {
	padding-left: 0;
}

.bdr .tabs .table {
	margin-right: 60px;
	padding: 20px 30px;
	border-radius: 6px;
	background-color: #fff;
}

.bdr .tabs .table__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}

.bdr .tabs .table__row+.table__row {
	border-top: 1px solid #E5E5E5;
}

.bdr .tabs .table__col:first-child {
	color: #333;
}

.bdr .flex-table-btns-wrap {
	display: none;
	padding-left: 50%;
	margin-bottom: 10px;
	text-align: center;
}

.bdr .flex-table-btn {
	width: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .flex-table-btn+.flex-table-btn {
	margin-left: 20px;
}

.bdr .flex-table-btn::before,
.bdr .flex-table-btn::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	position: absolute;
}

.bdr.wp .flex-table-btn::before,
.bdr.wp .flex-table-btn::after,
.bdr.help .flex-table-btn::before,
.bdr.help .flex-table-btn::after {
	background-color: #EC3137;
}

.bdr.vps .flex-table-btn::before,
.bdr.vps .flex-table-btn::after {
	background-color: #EC3137;
}

.bdr .flex-table-btn-prev::before,
.bdr .flex-table-btn-prev::after {
	left: 8px;
}

.bdr .flex-table-btn-next::before,
.bdr .flex-table-btn-next::after {
	right: 8px;
}

.bdr .flex-table-btn-prev::before,
.bdr .flex-table-btn-next::before {
	top: 12px;
}

.bdr .flex-table-btn-prev::after,
.bdr .flex-table-btn-next::after {
	bottom: 12px;
}

.bdr .flex-table-btn-prev::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bdr .flex-table-btn-prev::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bdr .flex-table-btn-next::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bdr .flex-table-btn-next::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bdr .flex-table-wrap {
	margin: 0 -5px;
	overflow: auto;
}

.bdr.help .flex-table-wrap {
	margin-bottom: 30px;
}

.bdr.help .bx-section-desc-post {
	margin-top: 60px;
}

.bdr.vps .sct-mid-b .flex-table-wrap.top {
	overflow: auto;
}

.bdr.vps .sct-mid-b .flex-table-wrap,
.bdr.wp .sct-mid-b .flex-table-wrap {
	padding-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}

.bdr .flex-table {
	color: #333;
}

.bdr .flex-table__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.bdr .flex-table__col {
	padding: 0 5px;
	text-align: center;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

.bdr.vps .sct-mid-b .flex-table__col:first-child,
.bdr.wp .sct-mid-b .flex-table__col:first-child,
.bdr.help .sct-mid-b .flex-table__col:first-child {
	padding-left: 10px;
}

.bdr.vps .sct-mid-b .flex-table__col:last-child,
.bdr.wp .sct-mid-b .flex-table__col:last-child,
.bdr.help .sct-mid-b .flex-table__col:last-child {
	padding-right: 10px;
}

.bdr.vps .flex-table__col {
	-webkit-box-flex: 0;
	flex: 0 0 11.71%;
	width: 11.71%;
	max-width: 11.71%;
	min-width: 100px;
}

.bdr.help .flex-table__col {
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%;
	min-width: 100px;
}

.bdr.vps .sct-mid-b .flex-table__col:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 18%;
	width: 18%;
	max-width: 18%;
	min-width: 150px;
	text-align: left;
}

.bdr.help .flex-table__col:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%;
	min-width: 150px;
	text-align: left;
}

.bdr.vps .sct-mid-b .flex-table__col {
	-webkit-box-flex: 0;
	flex: 0 0 10.25%;
	width: 10.25%;
	max-width: 10.25%;
	min-width: 100px;
}

.bdr.vps .sct-mid-b .flex-table__col:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 18%;
	width: 18%;
	max-width: 18%;
	min-width: 150px;
	text-align: left;
}

.bdr.wp .sct-mid-b .flex-table__col {
	-webkit-box-flex: 0;
	flex: 0 0 16%;
	width: 16%;
	max-width: 16%;
	min-width: 100px;
}

.bdr.wp .sct-mid-b .flex-table__col:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	width: 20%;
	max-width: 20%;
	min-width: 150px;
	text-align: left;
}

.bdr .tabs .flex-table__col {
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%;
	min-width: 100px;
}

.bdr .tabs .flex-table__col:first-child {
	text-align: left;
}

.bdr .flex-table__col-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
	background-color: #E5E5E5;
	padding: 20px;
}

.bdr .sct-mid-b .flex-table__col-inner {
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.bdr .flex-table__col:first-child .flex-table__col-inner {
	color: #333;
}

.bdr .flex-table__row:first-child .flex-table__col:first-child .flex-table__col-inner {
	font-weight: normal;
	color: #fff;
}

.tabs .flex-table__col-inner {
	background-color: #fff;
}

.bdr .flex-table__col:first-child .flex-table__col-inner {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.bdr .flex-table__row:first-child .flex-table__col-inner {
	background-color: #EC3137;
	border-radius: 12px 12px 0 0;
	white-space: nowrap;
	color: #fff;
}

.bdr .flex-table__row:last-child .flex-table__col-inner {
	border-radius: 0 0 12px 12px;
}

.bdr .flex-table .btn {
	display: block;
	width: calc(100% + 10px);
	padding: 10px;
	margin: 0 -10px -5px -10px;
	border: 1px solid #EC3137;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2em;
	color: #EC3137;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .flex-table .btn:hover {
	background-color: #EC3137;
	color: #fff;
}

.bdr .form,
.bdr .form-feedback {
	padding: 30px;
	background-color: #E5E5E5;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .form-feedback:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.bdr .form-feedback .uk-grid {
	margin-left: -70px;
}

.bdr .form-feedback .uk-grid>* {
	padding-left: 70px;
}

.bdr .form-feedback .uk-width-auto\@m {
	padding-right: 40px;
}

.bdr .form-feedback.form-config .uk-width-auto\@m {
	padding-right: 0;
}

.bdr .form-feedback .field {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.bdr .form-feedback .field_fh {
	height: 100%;
}

.bdr .form-feedback .field+.field {
	margin-top: 30px;
}

.uk-modal .field+.field {
	margin-top: 10px;
}

.bdr .form-feedback .field__label {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin: 10px 20px 0 0;
	font-size: 0;
	line-height: 1em;
}

.bdr .form-feedback .field__inp,
.bdr .form-feedback .field__txtar,
.uk-modal .field__inp {
	-webkit-box-flex: 0;
	flex: 1 1 auto;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	border-radius: 6px;
	font-family: "OpenSans-Regular";
	font-style: italic;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
	outline: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .form-feedback .field__inp,
.bdr .form-feedback .field__txtar {
	min-width: 80%;
	width: calc(100% - 40px);
}

.uk-modal .field__inp {
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	width: 100%;
}

.bdr .form-feedback .field__inp:hover,
.bdr .form-feedback .field__txtar:hover,
.uk-modal .field__inp:hover {
	border-color: rgba(236, 49, 55, 0.5);
}

.bdr .form-feedback .field__inp:focus,
.bdr .form-feedback .field__txtar:focus,
.uk-modal .field__inp:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(236, 49, 55, 0.5);
	box-shadow: 0 0 2px 2px rgba(236, 49, 55, 0.5);
}

.bdr .form-feedback .field__inp,
.uk-modal .field__inp {
	height: 38px;
}

.bdr .form-feedback .field__txtar {
	height: 100%;
	resize: none;
}

.bdr .form-feedback .field__inp:-webkit-input-placeholder,
.bdr .form-feedback .field__txtar:-webkit-input-placeholder,
.uk-modal .field__inp:-webkit-input-placeholder {
	/* Edge */
	color: #808080;
}.bdr .form-feedback .field__inp:-webkit-input-placeholder,
.bdr .form-feedback .field__txtar:-webkit-input-placeholder,
.uk-modal .field__inp:-webkit-input-placeholder {
	color: #808080;
}

.bdr .form-feedback .field__inp:-moz-placeholder,
.bdr .form-feedback .field__txtar:-moz-placeholder,
.uk-modal .field__inp:-moz-placeholder {
	color: #808080;
}.bdr .form-feedback .field__inp:placeholder,
.bdr .form-feedback .field__txtar:placeholder,
.uk-modal .field__inp:placeholde {
	color: #808080;
}

.bdr .form-feedback__txt {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
	color: #333;
}

.bdr .form-feedback .radio-group {
	margin-bottom: 20px;
}

.bdr .form-feedback .radio-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.bdr .form-feedback .radio-row__label {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	color: #808080;
	cursor: pointer;
}

.bdr .form .radio-imit,
.bdr .form-feedback .radio-imit {
	-webkit-box-flex: 0;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #EC3137;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
}

.bdr .form .radio-imit__circle,
.bdr .form-feedback .radio-imit__circle {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #EC3137;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	font-size: 0;
	line-height: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .form .radio-imit__inp:checked+.radio-imit__circle,
.bdr .form-feedback .radio-imit__inp:checked+.radio-imit__circle {
	opacity: 1;
}

.bdr .form .radio-imit__inp,
.bdr .form-feedback .radio-imit__inp {
	width: 100%;
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.bdr .form-feedback .uk-button {
	padding: 12px 55px;
}

.bdr .form-config .row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.bdr .form-config .row+.row {
	margin-top: 20px;
}

.bdr .form-config .row label {
	margin-right: 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #333333;
}

.bdr .form-config .field__range {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	height: 6px;
	border-radius: 6px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

#field__range-1 {
	background: -webkit-gradient(linear, left top, right top, from(#EC3137), color-stop(25%, #EC3137), color-stop(25%, #fff), to(#fff));
	background: -o-linear-gradient(left, #EC3137 0%, #EC3137 25%, #fff 25%, #fff 100%);
	background: linear-gradient(to right, #EC3137 0%, #EC3137 25%, #fff 25%, #fff 100%);
}

#field__range-2 {
	background: -webkit-gradient(linear, left top, right top, from(#EC3137), color-stop(50%, #EC3137), color-stop(50%, #fff), to(#fff));
	background: -o-linear-gradient(left, #EC3137 0%, #EC3137 50%, #fff 50%, #fff 100%);
	background: linear-gradient(to right, #EC3137 0%, #EC3137 50%, #fff 50%, #fff 100%);
}

#field__range-3 {
	background: -webkit-gradient(linear, left top, right top, from(#EC3137), color-stop(15%, #EC3137), color-stop(15%, #fff), to(#fff));
	background: -o-linear-gradient(left, #EC3137 0%, #EC3137 15%, #fff 15%, #fff 100%);
	background: linear-gradient(to right, #EC3137 0%, #EC3137 15%, #fff 15%, #fff 100%);
}

#field__range-4 {
	background: -webkit-gradient(linear, left top, right top, from(#EC3137), color-stop(15%, #EC3137), color-stop(15%, #fff), to(#fff));
	background: -o-linear-gradient(left, #EC3137 0%, #EC3137 15%, #fff 15%, #fff 100%);
	background: linear-gradient(to right, #EC3137 0%, #EC3137 15%, #fff 15%, #fff 100%);
}

.bdr .form-config .field__range::-webkit-slider-runnable-track {
	height: 6px;
	background-color: transparent;
	border-radius: 6px;
}

.bdr .form-config .field__range::-moz-range-track {
	background-color: #fff;
	height: 6px;
	border-radius: 6px;
}

.bdr .form-config .field__range::-moz-range-progress {
	background-color: #EC3137;
}.bdr .form-config .field__range::-webkit-slider-thumb {
	width: 8px;
	height: 8px;
	margin-top: -1px;
	background: #fff;
	outline: 6px solid #EC3137;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: pointer;
}

.bdr .form-config .field__range::-moz-range-thumb {
	width: 8px;
	height: 8px;
	margin-top: -1px;
	background: #fff;
	outline: 6px solid #EC3137;
	border-radius: 50%;
	cursor: pointer;
}.bdr .form-config .row .field__inp {
	-webkit-box-flex: 0;
	flex: 0 0 120px;
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	margin-left: 24px;
	font-style: normal;
}

.bdr .form-config .row>span {
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	margin-left: 16px;
	color: #7F7F7F;
}

.bdr .form-config .uk-grid>div:last-child label:not(.radio-btn) {
	font-size: 16px;
	line-height: 20px;
	color: #7F7F7F;
	cursor: pointer;
}

.bdr .form-config .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 36px;
}

.bdr .form-config .radio-row {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	background-color: #D1D1D1;
	border-radius: 6px;
	margin-bottom: 0;
}

.bdr .checkbox-imit {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: 0 0 20px;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	background-color: #EC3137;
	border-radius: 4px;
	;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .checkbox-imit input[type="checkbox"],
.bdr .checkbox-imit input[type="radio"] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.bdr .checkbox-imit svg {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .checkbox-imit input[type="checkbox"]:checked+svg,
.bdr .checkbox-imit input[type="radio"]:checked+svg {
	opacity: 1;
}

.bdr .radio-btn {
	padding: 8px 24px;
	border-radius: 6px;
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #A2A2A2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.bdr .radio-btn.checked {
	background-color: #EC3137;
	color: #fff;
}

.bdr .radio-btn input {
	opacity: 0;
	visibility: hidden;
}

.front .bdr .sct-btm {
	padding: 0;
	position: relative;
	z-index: 20;
}

.front .bdr .sct-btm .row-top {
	padding-bottom: 40px;
}

.front .bdr .sct-btm .row-btm {
	padding: 120px 0 60px 0;
	background-color: #E5E5E5;
}

.bdr .slider-partners {
	position: relative;
}

.bdr .slider-partners * {
	outline: none;
}

.bdr .slider-partners__item {
	height: auto;
	padding: 15px;
}

.bdr .slider-partners__item-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
}

.bdr .slider-partners__item-inner:hover .slider-partners__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr .slider-partners__img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .slider-partners .slick-track {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.bdr .slider-partners .slick-arrow {
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
}

.bdr .slider-partners .slick-arrow:hover::before {
	border-color: rgba(174, 174, 174, 1);
}

.bdr .slider-partners .slick-prev {
	left: -40px;
}

.bdr .slider-partners .slick-next {
	right: -40px;
}

.bdr .slider-partners .slick-prev::before,
.slick-next::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(174, 174, 174, 0.75);
	position: absolute;
	top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .slider-partners .slick-prev::before {
	border-width: 0 0 6px 6px;
	left: 15px;
}

.bdr .slider-partners .slick-next::before {
	border-width: 6px 6px 0 0;
	right: 15px;
}

.bdr .sct-btm__txt {
	text-align: center;
	margin-top: 60px;
	font-size: 14px;
	color: #898989;
}

.bdr.wp .sct-mid-d .cnt-col h5 {
	text-transform: none;
	margin-bottom: 24px;
	color: #58666E;
}

.bdr.wp .sct-mid-d .cnt-col .ind__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.bdr.wp .sct-mid-d .cnt-col .ind__row+.ind__row {
	margin-top: 24px;
}

.bdr.wp .sct-mid-d .cnt-col .ind__col:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 100px;
	max-width: 100px;
	min-width: 100px;
	width: 100px;
	padding-right: 20px;
}

.bdr.wp .sct-mid-d .cnt-col .ind__col:last-child {
	-webkit-box-flex: 1;
	flex: 1 1 calc(100% - 100px);
	max-width: calc(100% - 100px);
	min-width: calc(100% - 100px);
	width: calc(100% - 100px);
}

.bdr.wp .sct-mid-d .cnt-col .ind__line {
	width: 100%;
	height: 32px;
	background-color: #ccc;
	border-radius: 4px;
	position: relative;
}

.bdr.wp .sct-mid-d .cnt-col .ind__num {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.bdr.wp .sct-mid-d .cnt-col .ind__runner {
	height: 100%;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bdr.wp .sct-mid-d .cnt-col .ind__runner_blue {
	background-color: #318DDE;
}

.bdr.wp .sct-mid-d .cnt-col .ind__runner_green {
	background-color: #00CD00;
}

.bdr.wp .sct-mid-d .cnt-col .ind__runner_red {
	background-color: #EC3137;
}

.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-wp-ls,
.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-magento-ls {
	width: 100%;
}

.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-wp-ngins {
	width: 13%;
}

.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-wp-apache {
	width: 2%;
}

.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-magento-ngins {
	width: 34%;
}

.bdr.wp .sct-mid-d .cnt-col .ind #ind-rnr-magento-apache {
	width: 27%;
}

.bdr.wp .sct-mid-d .cnt-col__txt {
	margin-top: 24px;
	text-align: center;
}

.bdr.vps .sct-mid-d {
	margin-bottom: -30px;
}

.bdr.vps .sct-mid-d .img {
	float: right;
	width: 285px;
	height: 275px;
	margin: -30px 0 30px 30px;
	position: relative;
}

.bdr.vps .sct-mid-d .img img {
	max-width: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*.bdr.vps .sct-mid-d-1 {
	margin-top: -50px;
}*/

.bdr.vps .sct-mid-d-2 .img {
	float: right;
	display: block;
	margin: 0 0 30px 30px;
}

.bdr.vps .sct-mid-d-2 .img a {
	display: inline-block;
	border: none;
}

.bdr.vps .sct-mid-d-2 .img img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr.vps .sct-mid-d-2 .img a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bdr.wp .sct-mid-e ul {
	list-style: none;
	display: -webkit-inline-box;
	display: inline-flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	max-width: 800px;
	padding-left: 0;
	text-align: left;
}

.bdr.wp .sct-mid-e ul>li {
	padding: 5px 10px;
	margin: 7px;
	border-radius: 5px;
	background-color: rgba(229, 229, 229, 0.8);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr.wp .sct-mid-e ul>li:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.bdr.ssl .sct-mid-e .img {
	float: right;
	margin: 0 0 30px 30px;
}

.bdr.wp .sct .cnt-box {
	padding: 0 80px 80px 80px;
	background-color: transparent;
	border-radius: 0;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	text-align: center;
	color: #fff;
}

.bdr.wp .sct .cnt-box:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bdr.wp .sct .cnt-box:last-child {
	padding-bottom: 0;
}

.bdr.wp .sct .cnt-box+.cnt-box {
	padding-top: 80px;
	border-top: 1px solid #8E999F;
}

.bdr.wp .sct .cnt-box__img-wrap {
	margin-bottom: 60px;
}

.bdr.wp .sct .cnt-box__txt {
	text-align: center;
}

.bdr.wp .sct .cnt-box__btn-wrap {
	margin-top: 40px;
}

.site .sct-cnt {
	min-height: 80vh;
	padding: 60px 0 104px 0;
}

/*.site .sct-cnt h1 {
	font-size: 30px;
	margin-bottom: 40px;
	color: #333;
}
.site .sct-cnt h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
.site .sct-cnt h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.site .sct-cnt h4 {
	font-size: 22px;
	margin-bottom: 30px;
}
.site .sct-cnt h5 {
	font-size: 20px;
	margin-bottom: 30px;
}*/
.site .sct-cnt a {
	border-bottom: 1px dashed #333;
	color: #333;
}

.site .sct-cnt a:hover {
	border-color: #EC3137;
	color: #EC3137;
}

.site .sct-cnt .search-page .form-search input[type="text"] {
	border-color: rgba(236, 49, 55, 0.5);
}

.ftr {
	width: 100%;
	background-color: #E5E5E5;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ftr a {
	text-decoration: none;
	color: #333;
}

.ftr a:hover,
.ftr a:hover .title {
	color: #EC3137;
}

.ftr__top {
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2D3539;
	color: #fff;
}

.ftr__top .uk-container {
	height: 100%;
}

.ftr .bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.ftr .bar__bck {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	width: 50%;
	min-width: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
}

.ftr .bar__bck_l {
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: left;
	padding-right: 15px;
}

.ftr .bar__bck_r {
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: right;
	padding-left: 15px;
}

.ftr .bar .toggle {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ftr .bar .toggle:hover {
	color: #EC3137;
}

.ftr .bar .toggle__ico {
	margin-right: 10px;
}

.ftr .bar #ftr-toggle-open {
	margin-left: 10%;
}

.ftr .bar #ftr-toggle-open .toggle__ico {
	margin: 0 10px 0 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ftr .bar #ftr-toggle-open.toggle_open .toggle__ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ftr .bar .fa-mobile-phone {
	font-size: 22px;
}

.ftr .bar .toggle__txt {
	font-size: 14px;
	text-transform: uppercase;
}

.ftr__mid {
	display: none;
	padding: 30px 0;
	overflow: auto;
	color: #333;
}

.ftr.open .ftr__mid {
	height: calc(100% - 44px);
}

.ftr .title {
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ftr .list {
	list-style: none;
	padding-left: 0;
}

.ftr .list li+li {
	margin-top: 10px;
}

.ftr .list a {
	color: #333;
}

.ftr .list a:hover {
	color: #EC3137;
}

.ftr .studio__lnk-img {
	display: inline-block;
	width: 160px;
	margin-bottom: 40px;
}

.ftr .contacts {
	list-style: none;
	padding-left: 0;
}

.ftr .contacts__item {
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
}

.ftr .contacts__item::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.ftr .contacts__item_tel::before {
	background: url('imgs/icns/phone_dark.svg?v=fad30faa') no-repeat;
}

.ftr .contacts__item_email::before {
	background: url('imgs/icns/mail_grey.svg?v=13099789') no-repeat;
}

.ftr .contacts__item_loc::before {
	background: url('imgs/icns/vector.svg') no-repeat;
}

.ftr__btm {
	display: none;
	padding-bottom: 20px;
}

.ftr .copyright {
	font-size: 13px;
	color: #333;
}

.ftr .soc {
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 -5px;
}

.ftr .soc li {
	padding: 0 5px;
}

.ftr .soc a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background-color: #EC3137;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ftr .soc a:hover {
	background-color: #ce2026;
	color: #fff;
}

.ftr .soc .fa {
	font-size: 24px;
}

.bdr .form-fb {
	max-width: 1100px;
	margin: 0 auto;
}

.bdr .form-fb .inp-complex {
	margin-bottom: 30px;
}

.bdr .form-fb .form-fb__flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: 50px;
	margin-bottom: 30px;
}

.bdr .form-fb__btn-capt {
	border-bottom: 1px dotted;
	font-size: 13px;
	line-height: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.bdr .form-fb__caption {
	width: 180px;
	height: 50px;
	margin-right: 30px;
	background-color: #EC3137;
	border: 1px solid #e8e8e8;
}

.partners {
	padding: 50px 0;
}

.partners .sct {
	padding: 50px 0;
}

.partners .sct-top {
	background-color: #ECF0F1;
}

.partners .sct-top .cnt-col {
	text-align: center;
}

.partners .sct-top .cnt-col__img-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 135px;
	margin-bottom: 30px;
}

.partners .sct-top .uk-grid>div:nth-child(2) .cnt-col,
.partners .sct-top .uk-grid>div:nth-child(4) .cnt-col {
	height: 100%;
}

.partners .sct-top .uk-grid>div:nth-child(2) .cnt-col__img-wrap,
.partners .sct-top .uk-grid>div:nth-child(4) .cnt-col__img-wrap {
	height: 100%;
	margin-bottom: 0;
}

.partners .sct-top .arrow {
	width: 25px;
}

.partners .sct-top .cnt-col__img-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.partners .sct-btm {
	padding-bottom: 100px;
}

.partners .sct-btm .banners {
	padding-top: 60px;
}

.partners .sct-btm .imgs {
	margin: 0 -10px;
}

.partners .sct-btm .imgs img {
	max-width: 95%;
	margin: 10px;
}

@media (max-width: 639px) {
	.partners .sct-top .cnt-col__txt {
		margin-bottom: 30px;
	}

	.partners .sct-btm .imgs {
		text-align: center;
	}
}

.site .bdr.help:not(.not-found) h1 {
	margin-bottom: 60px;
	font-size: 40px;
}

.site .bdr.help h2 {
	margin-bottom: 40px;
	font-size: 35px;
}

.site .bdr.help h3 {
	margin-bottom: 35px;
	font-size: 30px;
}

.site .bdr.help h4 {
	margin-bottom: 30px;
	font-size: 25px;
}

.site .bdr.help .sct-btm h5 {
	margin-bottom: 40px;
}

.site .bdr.help h5 .site .bdr.help h6 {
	margin-bottom: 20px;
	font-size: 16px;
}

/*#slide-0 img{
	left: 25%;
}*/
@media (max-width: 767px) {
	.site .bdr.help h1 {
		margin-bottom: 40px;
		font-size: 27px;
		line-height: 1.2em;
	}

	.site .bdr.help h2 {
		margin-bottom: 35px;
		font-size: 25px;
	}

	.site .bdr.help h3 {
		margin-bottom: 30px;
		font-size: 23px;
	}

	.site .bdr.help h4 {
		margin-bottom: 25px;
		font-size: 21px;
	}

	.site .bdr.help h5 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.site .bdr.help h6 {
		font-size: 16px;
	}
}

.bdr.help {
	min-height: 90.1vh;
}

.bdr.help .sct-top {
	background-color: #E5E5E5;
	padding-bottom: 60px;
}

.bdr.help .sct-top::before {
	display: none;
}

.bdr.help .sct-mid {
	padding: 100px 0;
	color: #fff;
}

.bdr.help .sct-top .help__title {
	margin-bottom: 40px;
	font-size: 32px;
	color: #58666E;
}

.bdr.help .sct-mid .grid .cnt-col__hdr {
	padding-top: 30px;
	margin-bottom: 20px;
	position: relative;
}

.bdr.help .sct-mid .grid .cnt-col h5 {
	margin-top: 0;
}

.bdr.help .sct-mid .grid .cnt-col .ico,
.bdr.help .sct-mid .grid .cnt-col img {
	width: 49px;
	height: 48px;
	position: absolute;
	top: -45px;
	object-fit: contain;
	object-position: center center;
	-o-object-fit: contain;
	-o-object-position: center center;
}

.bdr.help .sct-mid .grid .uk-grid-margin {
	margin-top: 60px;
}

.bdr.help .search-title {
	margin-top: 0;
	margin-bottom: 40px;
}

.bdr.help .bx_articles_line_category_title {
	margin-bottom: 40px;
}

.bdr.help .bx_articles_line_category_title a {
	border-bottom: none;
}

.bdr.help .bx-section-desc {
	margin-bottom: 40px;
}

.bdr.help .col-custom {
	padding-left: 60px;
}

.bdr.help .articles__item {
	border-bottom: 1px solid #8E999F;
	margin-bottom: 10px;
}

.bdr.help .articles__item a {
	display: block;
	padding: 10px 0;
	border-bottom: none;
}

.bdr.help .article__title {
	margin-bottom: 40px;
}

.bdr:not(.help) .articles__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bdr:not(.help) .product-item-container:last-child .articles__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bdr:not(.help) .articles__item a {
	display: block;
	padding: 24px 0;
	border-bottom: none;
}

.bdr.help.not-found {
	min-height: 92.7vh;
}

.bdr.help.not-found h1 {
	margin-bottom: 0;
	color: #EC3137;
}

.bdr.help.not-found .flex {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.bdr.help.not-found .img {
	max-width: 420px;
}

.bdr.help.not-found .img img {
	mix-blend-mode: hard-light;
}

.bdr.help.not-found .txt {
	padding-left: 100px;
}

@media screen and (max-width: 767px) {
	.bdr.help.not-found .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.bdr.help.not-found .txt {
		padding: 60px 0 0 0;
	}
}

@media screen and (max-width: 479px) {
	.bdr.help.not-found h1 span {
		display: block;
	}
}

.bdr .sidebar .menu {
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 25px 30px;
	/* background-color: #E5E5E5; */
	background-color: rgba(229, 229, 229, 0.9);
	border-radius: 12px;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.bdr .sidebar .menu:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.bdr .sidebar .menu li.selected a {
	color: #EC3137;
}

.bdr .sidebar .menu a {
	border-bottom: none;
	/*text-transform: uppercase;*/
	font-family: "OpenSans-Regular";
	font-size: 18px;
	color: #333;
}

.bdr .sidebar .menu a:hover {
	color: #EC3137;
}

.bdr .sidebar .menu a:focus {
	text-decoration: none;
}

.bdr .sidebar .menu h5 {
	padding-bottom: 10px;
	border-bottom: 2px solid #c5272c;
	margin-bottom: 5px;
	color: #333;
}

.bdr .bx-breadcrumb {
	margin: 0 0 10px 0;
}

.bdr .bx-breadcrumb-item>a {
	border-bottom: none;
}

.bdr .bx-breadcrumb-item>a:focus {
	text-decoration: none;
}

.bdr.ssldet {
	padding-top: 240px;
	position: relative;
}

.bdr.ssldet::before {
	content: '';
	display: block;
	width: 100%;
	height: 150px;
	background-color: #E5E5E5;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.site .bdr.ssldet h1 {
	margin-bottom: 50px;
}

#banner-sb-ts {
	display: block;
	border-bottom: none;
	border-radius: 12px;
	margin-top: 30px;
	position: relative;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}

#banner-sb-ts .banner_blur {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#banner-sb-ts .txt {
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#banner-sb-ts .blur {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#banner-sb-ts:hover .blur,
#banner-sb-ts:hover .banner_blur {
	opacity: 1;
}

#banner-sb-ts .blur ul {
	padding-left: 15px;
	margin-bottom: 0;
}

#banner-sb-ts .blur li {
	margin-bottom: 0;
}

#banner-sb-ts .blur li+li {
	margin-top: 5px;
}

/*Правки от 24-11-2021 добавление новго блока на странице vpn*/

.wrapper_adv {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap: 50px;
	margin-top: 60px;
}

.wrapper_adv .item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.wrapper_adv .item img {
	max-width: 22px;
	width: 22px;
	min-width: 22px;

}

.bdr.vps .txt-mid {
	margin-top: 60px;
}

@media (max-width: 1800px) {
	#slide-img-1 {
		bottom: -220px;
		left: 7%;
	}

	#slide-img-2 {
		bottom: -200px;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 0;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -550px;*/
		top: -10%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -515px;*/
		left: 0;
	}
}

@media (max-width: 1700px) {
	#slide-img-1 {
		bottom: -225px;
		left: 5%;
	}

	#slide-img-0,
	#slide-img-3 {
		left: 22%;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -540px;*/
		top: 0%;
	}

	.bdr.sts .sct-top .img {
		left: -2%;
		/*bottom: -490px;*/
	}
}

@media (max-width: 1600px) {
	#slide-img-1 {
		width: 50%;
		left: -1%;
	}

	#slide-img-2 {
		bottom: -180px;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 4%;
	}

	#slide-img-4 {
		left: 20%;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -510px;*/
		top: 0%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -470px*/
		left: -5%;
	}
}

@media (max-width: 1500px) {
	.bdr .sct-top {
		padding-top: 180px;
	}

	.bdr .sct-top__cnt .owl-prev {
		left: 30px;
	}

	.bdr .sct-top__cnt .owl-next {
		right: 30px;
	}

	#slide-img-1 {
		bottom: -170px;
		left: -2%;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 2%;
		left: 18%;
	}

	/*#slide-img-4 {
		left: 18%;
	}*/

	.bdr.wp .sct-top .img {
		/*bottom: -490px;*/
		top: 5%;
	}

	.bdr.sts .sct-top .img {
		/*left: -28%;*/
		/*bottom: -445px;*/
		left: -9%;
	}
}

@media (max-width: 1400px) {
	.hdr .topbar {
		margin: 0 -10px;
	}

	.hdr .topbar li {
		padding: 0 10px;
	}

	.hdr.hdr_fix .uk-navbar-nav li {
		padding: 0 10px;
	}

	.bdr .sct-top {
		padding-top: 160px;
	}

	.bdr .sct-top__cnt .owl-prev {
		left: 15px;
	}

	.bdr .sct-top__cnt .owl-next {
		right: 15px;
	}

	.bdr .slider-main .uk-container {
		padding-left: 70px;
		padding-right: 70px;
		position: relative;
		z-index: 10;
	}

	#slide-img-1 {
		width: 56%;
		left: -7%;
	}

	#slide-img-2 {
		bottom: -160px;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 8%;
	}

	#slide-img-4 {
		top: 4%;
		/*left: 18%;*/
	}

	.bdr .slider-main .slide__cnt {
		width: 40%;
		max-width: none;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -420px;*/
		top: 12%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -340px;*/
		left: -13%;
	}

	.bdr .sct-mid-a::before {
		margin-top: -46%;
	}

	.bdr .sct-btm .slider-partners {
		padding: 0 40px;
	}

	.bdr .sct-btm .slider-partners .slick-prev {
		left: 0;
	}

	.bdr .sct-btm .slider-partners .slick-next {
		right: 0;
	}

	.bdr.ssl .sct-top .img {
		margin-top: 0;
	}
}

@media (max-width: 1300px) {
	#slide-img-1 {
		left: -9%;
	}

	#slide-img-2 {
		bottom: -140px;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 6%;
		left: 16%;
	}

	/*#slide-img-4 {
		left: 16%;
	}*/

	.bdr.wp .sct-top .img {
		/*bottom: -330px;*/
		top: 24%;
	}

	.bdr.sts .sct-top .img {
		/*left: -29%;*/
		/*bottom: -320px;*/
		left: -16%;
	}

	.bdr.bitrix .sct-mid-d .img {
		top: -200px;
	}

	.bdr.vps .flex-table-btns-wrap {
		display: block;
	}

	.bdr.vps .flex-table__col:first-child {
		display: block !important;
	}

	.bdr.vps .flex-table__col[data-index="1"] {
		display: block;
	}

	.bdr.vps .sct-mid-b .flex-table__col:first-child {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		min-width: 100px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bdr.vps .flex-table__col,
	.bdr.vps .flex-table__col {
		display: none;
		-webkit-box-flex: 0;
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
		min-width: 100px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 1200px) {

	/*#slide-0 img{
		left: 6%;
		bottom: -120px;
	}*/
	.wrapper_adv {
		flex-wrap: wrap;
	}

	#slide-img-1 {
		width: 58%;
		bottom: -215px;
		left: -11%;
	}

	#slide-img-2 {
		width: 60%;
		left: -15%;
		bottom: -170px;
	}

	#slide-img-4 {
		left: 16%;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -310px;*/
		top: 32%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -300px;*/
		left: -17%;
	}

	.bdr.bitrix .sct-mid-d .img {
		top: -170px;
	}
}

@media (max-width: 1199px) {
	.bdr.sts .sct-top .img {
		max-width: 370px;
	}

	/*.site h1 {
		font-size: 30px;
	}*/
	.search {
		height: 70px;
		padding: 17px 0;
		top: -70px;
	}

	.hdr .row-top {
		padding: 0;
		margin-bottom: 0;
	}

	.hdr .row-btm {
		margin-top: 30px;
	}

	.hdr.hdr_fix .row-btm {
		margin-top: 0;
	}

	.hdr.hdr_fix .topbar__btn-txt {
		display: block;
	}

	.hdr .phone,
	.hdr .uk-navbar {
		display: none;
	}

	#menu-burger .uk-navbar,
	#menu-burger .uk-navbar-nav {
		display: block;
	}

	#menu-burger .uk-navbar {
		position: static;
	}

	.uk-navbar-item,
	.uk-navbar-nav>li>a,
	.uk-navbar-toggle {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	#menu-burger .uk-navbar-nav li {
		padding: 0;
	}

	#menu-burger .uk-navbar-nav a {
		padding: 16px !important;
		text-align: left;
	}

	#menu-burger .uk-offcanvas-bar .uk-navbar-nav>li>a:hover {
		color: #EC3137;
	}

	.hdr .burger-menu {
		display: none;
	}

	.hdr .menu {
		line-height: 0;
	}

	#menu-burger .phone {
		width: 100%;
		max-width: none;
		padding: 0 !important;
		/*margin-bottom: 24px;*/
		position: static;
		font-weight: bold;
	}

	#menu-burger .phone .more_phone {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 20px 16px 20px 53px;
		border: none;
		position: relative;
		line-height: 1.5em;
		font-weight: normal;
	}

	#menu-burger .phone .more_phone:hover {
		background-color: transparent;
		color: #333;
	}

	#menu-burger .phone .city_phone {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 20px 16px 20px 53px !important;
		position: relative;
	}

	#menu-burger .phone .city_phone span:first-child,
	#menu-burger .phone .more_phone a {
		-webkit-box-ordinal-group: 3;
		order: 2;
		font-weight: normal;
	}

	#menu-burger .phone .city_phone span:last-child,
	#menu-burger .phone .more_phone span {
		font-weight: bold;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	#menu-burger .phone .city_phone::before,
	#menu-burger .phone .more_phone::before {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		background-image: url("/local/templates/onehost_2020/imgs/icns/phone.svg?v=a2ac7aa1");
		background-repeat: no-repeat;
		position: absolute;
		left: 16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#menu-burger .phone .city_phone span,
	#menu-burger .phone .more_phone a {
		display: block;
		padding-right: 0;
		color: #333;
	}

	#menu-burger .phone .dropdown {
		width: 100%;
		height: auto;
		min-width: auto;
		background-color: #F8F7F7;
		position: absolute;
		top: 65px;
		;
		left: -320px;
		right: auto;
		bottom: 0;
		z-index: 10000;
		color: #333;
	}

	#menu-burger .phone .dropdown>.wrap {
		margin-top: 0;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/*#menu-burger .phone:hover .dropdown,*/
	#menu-burger .phone .dropdown.show {
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	#menu-burger .phone .more_phone:last-child {
		border-bottom: 1px solid #f2f2f2;
	}

	#btn-phone-dd-back {
		display: -webkit-inline-box;
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		background-color: transparent;
		padding: 0;
		border: none;
		position: absolute;
		top: 16px;
		left: 16px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	#menu-burger.phone-dd-show #btn-phone-dd-back {
		opacity: 1;
		visibility: visible;
	}

	.front .bdr .sct-mid-c .grid .cnt-col__hdr {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		min-height: 106px;
	}

	.bdr .form-feedback .uk-grid {
		margin-left: -20px;
	}

	.bdr .form-feedback .uk-grid>* {
		padding-left: 20px;
	}

	.bdr .form-feedback .uk-width-auto\@m {
		padding-left: 40px;
		padding-right: 0;
	}

	.bdr .form-feedback .uk-width-1-3\@m {
		width: 40%;
	}

	.bdr.news .sct-cnt {
		padding-top: 165px;
	}

	.bdr.news .sct-cnt::before {
		height: 120px;
	}

}

@media (max-width: 1120px) {
	.front .bdr .sct-top {
		padding-bottom: 450px;
	}

	.bdr .slider-main .slide__cnt {
		width: 50%;
	}

	#slide-img-1 {
		bottom: -260px;
	}

	#slide-img-2 {
		left: -18%;
		bottom: -180px;
	}

	#slide-img-0,
	#slide-img-3 {
		width: 35%;
		max-width: none;
		top: 10%;
		left: 10%;
	}

	#slide-img-4 {
		left: 11%;
	}

	.bdr.wp .sct-top .txt {
		width: 50%;
	}

	.bdr.wp .sct-top .img {
		/*width: 58%;*/
		/*bottom: -160px;*/
		/*left: -10%;*/
		width: 21%;

		left: 24%;
		top: 28%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -280px;*/
	}

	.bdr .flex-table .btn {
		font-size: 12px;
	}

	.bdr .tabs .uk-subnav a {
		font-size: 18px;
		padding: 14px;
	}

	.bdr.bitrix .sct-mid-d .img {
		top: -150px;
	}
}

@media (max-width: 1024px) {

	/*h1 {
		font-size: 35px;
	}*/
	#slide-img-1 {
		bottom: -250px;
	}

	#slide-img-0,
	#slide-img-3 {
		top: 20%;
	}

	.bdr.sts .sct-top .img {
		/*bottom: -260px;*/
		max-width: 320px;
	}

	.bdr.sts .sct-mid-b .cnt-col h3 {
		font-size: 17px;
	}

	.bdr .sct-mid-a::before {
		margin-top: -71%;
	}

	.bdr .sct-top {
		padding-bottom: 700px;
	}

	.bdr.bitrix .sct-mid-d .img {
		top: -75px;
	}

	.bdr.vps .sct-mid-d .img {
		margin-top: 30px;
	}
}

@media (max-width: 959px) {

	/*#slide-0 img{
		left: 6%;
		bottom: -370px;
	}*/
	.br-none-tablet br {
		display: none;
	}

	.hdr .topbar__btn-txt,
	.hdr.hdr_fix .topbar__btn-txt {
		display: none;
	}

	.front .bdr .sct-top {
		padding-bottom: 600px;
	}

	.bdr .slider-main .slide__cnt {
		float: none;
		width: 100%;
		text-align: center;
	}

	.bdr .slider-main .slide ul {
		display: inline-block;
		max-width: 650px;
		margin-bottom: 0;
		text-align: left;
	}

	.bdr .slider-main .slide .imgs {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.bdr .slider-main .slide__btn-wrap {
		text-align: center;
	}

	.bdr .slider-main .slide__btn-wrap_r {
		max-width: none;
	}

	#slide-img-1 {
		width: 80%;
		left: -16%;
		bottom: -585px;
	}

	#slide-img-2 {
		width: 85%;
		bottom: -460px;
		left: -31%;
	}

	#slide-img-0,
	#slide-img-3 {
		width: 360px;
		max-width: 80%;
		top: 105%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#slide-img-4 {
		width: 220px;
		max-width: 80%;
		top: 110%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.bdr.wp .sct-top {
		padding-bottom: 680px;
	}

	.bdr.vps .sct-top {
		padding-bottom: 590px;
	}

	.bdr.wp .sct-top .txt,
	.bdr.vps .sct-top .txt,
	.bdr.sts .sct-top .txt,
	.bdr.bitrix .sct-top .txt,
	.bdr.ssl .sct-top .txt,
	.bdr.cont .sct-top .txt {
		float: none;
		width: 100% !important;
		margin-bottom: 30px;
		text-align: center;
	}

	.bdr .sct-top .img_custom {
		padding-left: 0;
		margin: 0 auto;
	}

	.sct-top-custom {
		padding-bottom: 586px !important;
	}

	.imgs_wrapper {
		width: 100%;
	}

	.bdr.wp .sct-top .img {
		/*width: 100%;*/
		/*bottom: -720px;*/
		/*left: -25%;*/
		width: 25%;
		left: 40%;
		top: 91%;
	}

	.bdr.sts .sct-top .img {
		display: none;
	}

	.bdr.vps .sct-top .imgs,
	.bdr.sts .sct-top .imgs,
	.bdr.bitrix .sct-top .img,
	.bdr.ssl .sct-top .img,
	.bdr.cont .sct-top .img {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.bdr.vps .sct-top .imgs {
		display: block;
		margin-left: 0;
		text-align: center;
	}

	.bdr.sts .sct-top .imgs,
	.bdr.vps .sct-top .imgs {
		padding-top: 0;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.bdr.vps .sct-top .imgs__img-wrap {
		padding-left: 0;
	}

	.bdr.bitrix .sct-top .img,
	.bdr.ssl .sct-top .img {
		margin-top: 60px;
		text-align: center;
	}

	.bdr.cont .sct-top .img {
		margin-top: 40px;
		text-align: center;
	}

	.bdr.ssl .sct-top .img img {
		max-width: 80%;
	}

	.bdr.cont .sct-top .img {
		padding-left: 0;
	}

	.bdr.cont .sct-top .img img {
		max-width: 60%;
	}

	.sts .sct-mid-a__img {
		width: 84%;
		margin-bottom: 0;
		left: -30%;
	}

	.sct-mid-a::before {
		margin-top: -41%;
		left: auto;
		right: 0;
		-webkit-transform: translateX(0) scale(1.2);
		transform: translateX(0) scale(1.2);
	}

	.front .bdr .sct-mid-b {
		margin-top: -240px;
	}

	.front .bdr .sct-mid-b::before {
		margin-top: -590px;
	}

	.bdr.wp .sct-mid-b {
		padding-top: 60px;
	}

	.sts .sct-mid-b {
		padding-top: 90px;
		margin-top: -20%;
	}

	.sts .sct-mid-b .grid-top .uk-width-1-3\@m {
		margin-bottom: 40px;
	}

	.sts .sct-mid-b .cnt-col__hdr {
		min-height: auto;
	}

	.sts .grid-top {
		margin-bottom: 40px;
	}

	.sts .sct-mid-b .grid-btm .uk-width-1-2\@m {
		margin-bottom: 40px;
	}

	.sts .grid-btm {
		margin-bottom: 30px;
	}

	.bdr .form-feedback .uk-width-1-3\@m {
		width: 100%;
	}

	.bdr .form-feedback .uk-width-auto\@m {
		padding-left: 60px;
	}

	.bdr .form-feedback .field__txtar {
		min-height: 180px;
	}

	.bdr .flex-table-btns-wrap {
		display: block;
	}

	.bdr .flex-table__col:first-child {
		display: block !important;
	}

	.bdr .flex-table__col[data-index="1"] {
		display: block;
	}

	.bdr.wp .sct-mid-b .flex-table__col:first-child {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		min-width: 100px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bdr .flex-table__col,
	.bdr .flex-table__col {
		display: none;
		-webkit-box-flex: 0;
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
		min-width: 100px !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bdr.wp .sct-mid-b .flex-table__col {
		padding-right: 10px;
	}

	.bdr.wp .sct .cnt-box {
		padding-left: 40px;
		padding-right: 40px;
	}

	.site h2 {
		font-size: 35px;
	}

	.bdr .tabs .table {
		margin-right: 0;
	}

	.bdr .tabs .uk-subnav a {
		font-size: 14px;
		padding: 12px;
	}

	.bdr.bitrix .sct-mid-b .col {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.bdr.bitrix .sct-mid-c *+.uk-grid-margin {
		margin-top: 60px;
	}

	.bdr.vps .sct-mid-d {
		margin-bottom: 0;
	}

	.bdr.bitrix .sct-mid-d .img {
		width: 475px;
		top: auto;
		right: 0;
		bottom: 0;
	}

	.ftr {
		bottom: auto;
		top: calc(100% - 44px);
	}

	.ftr.open {
		top: 0;
		height: 100%;
	}
}

@media (max-width: 767px) {

	/*#slide-0 img{
		bottom: -410px;
	}*/
	.sct-top {
		padding-bottom: 600px;
	}

	.bdr .slider-main .uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	#slide-img-1 {
		width: 80%;
		left: -12%;
		bottom: -520px;
	}

	#slide-img-2 {
		bottom: -380px;
	}

	#slide-img-0,
	#slide-img-3 {
		width: 320px;
	}

	#slide-img-4 {
		width: 200px;
		/*top: 100%;*/
	}

	.bdr.wp .sct-top {
		padding-bottom: 620px;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -570px;*/
		/*left: -28%;*/
		width: 40%;
		left: 31%;
		top: 95%;
	}

	.bdr.sts .sct-top .img {
		width: 72%;
		bottom: -410px;
	}

	.front .bdr .sct-mid-b {
		margin-top: -280px;
	}

	.front .bdr .sct-mid-b::before {
		margin-top: -580px;
	}

	.bdr.sts .sct-mid-b .imgs {
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.bdr.wp .sct-mid-b::before {
		margin-top: -310px;
	}

	.bdr .flex-table__col-inner {
		padding: 10px 15px;
	}

	.bdr .flex-table .btn {
		margin: 0 -10px;
	}

	.bdr.wp .sct .cnt-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site h2 {
		font-size: 30px;
	}

	.bdr .tabs .uk-subnav {
		display: block;
	}

	.bdr .tabs .uk-subnav li+li {
		margin-left: 0;
	}

	.bdr .tabs .uk-subnav li {
		max-width: none;
		margin-bottom: 1px;
	}

	.bdr .tabs .uk-subnav a {
		border-radius: 0;
	}

	.bdr .tabs .uk-subnav li:first-child a {
		border-radius: 12px 12px 0px 0px;
	}

	.bdr .tabs h5 {
		text-align: center;
	}

	.bdr .flex-table-btns-wrap.btm {
		padding-left: 0;
	}

	.bdr.bitrix .sct-mid-d .txt {
		width: 50%;
	}

	.bdr .slider-main .owl-nav {
		display: none;
	}

	.bdr.help .sct-mid {
		padding: 60px 0;
	}

	.bdr.help .sidebar {
		margin-top: 60px;
	}

	.bdr.help .col-custom {
		padding-left: 15px;
	}

	.bdr.ssldet {
		padding-top: 200px;
	}

	.site .bdr.ssldet h1 {
		margin-bottom: 40px;
		text-align: center;
	}

	.front .bdr .sct-mid-c .grid .cnt-col__hdr {
		min-height: 134px;
	}
}

@media (max-width: 639px) {
	/*#slide-0 img{
		left: 20%;
	}*/
	.hdr .logo {
		width: 35%;
	}

	.hdr .menu {
		margin-left: 15px;
	}

	.hdr .uk-navbar-toggle {
		-webkit-box-flex: 0;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.front .bdr .sct-top {
		padding-bottom: 550px;
	}

	#slide-img-1 {
		bottom: -400px;
	}

	#slide-img-2 {
		bottom: -380px;
		width: 110%;
		max-width: none;
	}

	#slide-img-4 {
		width: 220px;
		top: 100%;
	}

	.bdr.wp .sct-top .img {
		/*bottom: -500px;*/
		top: 100%;
	}

	.bdr.sts .sct-top .img {
		width: 75%;
		bottom: -315px;
	}

	.bdr.sts .sct-top {
		padding-bottom: 500px;
	}

	.front .bdr .sct-mid-b::before {
		margin-top: -540px;
	}

	.front .bdr .sct-mid-b {
		margin-top: -220px;
	}

	.front .bdr .sct-mid-c .grid .cnt-col__hdr {
		min-height: auto;
		background-color: #ABB5BA;
	}

	.bdr.wp .sct-mid-b {
		margin-top: -340px;
	}

	.bdr.wp .sct-mid-b::before {
		margin-top: -430px;
	}

	.front .bdr .sct-mid-b .cnt-col,
	.bdr.wp .sct-mid-b-2 .cnt-col {
		margin: 0 5%;
	}

	.front .bdr .sct-mid-b .grid .cnt-col h5 {
		min-height: auto;
	}

	.bdr.wp .sct-mid-b-2 .cnt-col__hdr {
		min-height: auto;
	}

	.bdr.bitrix .sct-top .img {
		margin-top: 40px;
	}

	.bdr.bitrix .sct-mid-b {
		margin-top: -605px;
	}

	.bdr.bitrix .sct-mid-b .col+.col {
		margin-top: 60px;
	}

	.bdr.bitrix .sct-mid-d .txt {
		width: 100%;
	}

	.bdr.bitrix .sct-mid-d .img {
		display: none;
	}

	.bdr.ssl .sct-mid-b {
		margin-top: -620px;
	}

	.bdr.ssl .sct-mid-b .col:last-child {
		margin-top: 60px;
	}

	.bdr.vps .sct-mid-d .img {
		float: none;
		margin: 60px auto 30px auto;
	}

	.front .bdr .sct-mid-b .grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.front .bdr .sct-mid-b .grid>div:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.front .bdr .sct-mid-b .grid>div:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.front .bdr .sct-mid-b .grid>div:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.front .bdr .sct-mid-b .grid>div:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.ftr .bar__bck_r {
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.ftr .bar .toggle__txt {
		font-size: 0;
	}

	.ftr .bar #ftr-toggle-open .toggle__ico {
		margin-right: 0;
	}

	.ftr .bar .toggle__ico {
		margin-right: 0;
	}

	.ftr .bar__bck_r .toggle:first-child {
		margin-right: 20%;
	}

	.ftr__mid {
		text-align: center;
	}

	.ftr .contacts {
		max-width: 300px;
		margin: 20px auto 0 auto;
		text-align: left;
	}

	.bdr.vps .txt-mid {
		margin: -30px 5% 30px 5%;
		color: #58666E;
	}
}

@media (max-width: 575px) {

	/*#slide-0 img{
		left: 12%;
	}*/
	#slide-img-2 {
		bottom: -300px;
	}

	/*#slide-img-4 {
		width: 260px;
		top: 90%;
	}*/
}

@media (max-width: 529px) {
	.site h1 {
		line-height: 1.25em;
	}

	#slide-img-1 {
		width: 90%;
	}

	#slide-img-2 {
		bottom: -300px;
	}

	.bdr.sts .sct-top .img {
		bottom: -275px;
	}

	.bdr.wp .sct-top {
		padding-bottom: 570px;
	}

	.bdr.wp .sct-top .img {
		/*max-width: none;*/
		/*width: 105%;*/
		/*left: -30%;*/
		/*bottom: -420px;*/
		top: 92%;
		width: 43%;
	}

	.bdr.wp .sct .cnt-box {
		padding-left: 0;
		padding-right: 0;
	}

	.bdr.ssl .sct-mid-e .img {
		float: none;
		display: block;
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 479px) {

	.form-feedback .ask-form .uk-width-expand\@m,
	.form-feedback .ask-form .uk-width-auto\@m {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.bdr .form-feedback .field_fh {
		margin-right: 0;
		width: 100%;
	}

	/*#slide-0 img{
		left: 12%;
		max-width: 70%;
		bottom: -270px;
	}*/
	.site h1 {
		font-size: 30px;
	}

	.br-none-mob br {
		display: none;
	}

	.hdr .logo {
		width: 160px;
	}

	.hdr .topbar {
		display: none;
	}

	#menu-burger .uk-navbar-nav a {
		padding: 10px 30px;
	}

	#menu-burger .phone {
		padding: 10px 30px;
	}

	/*.uk-offcanvas-bar .uk-navbar {
		margin-bottom: 30px;
	}*/

	.uk-offcanvas-bar .topbar {
		list-style: none;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #fff;
		padding: 16px;
		margin: 30px 0 0 0;
	}

	.uk-offcanvas-bar .topbar li {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 0;
		flex: 0 0 33.33%;
		width: 33.33%;
		min-width: 33.33%;
		max-width: 33.33%;
	}

	.uk-offcanvas-bar .topbar li:nth-child(1),
	.uk-offcanvas-bar .topbar li:nth-child(4) {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.uk-offcanvas-bar .topbar li:nth-child(2),
	.uk-offcanvas-bar .topbar li:nth-child(5) {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.uk-offcanvas-bar .topbar li:nth-child(3),
	.uk-offcanvas-bar .topbar li:nth-child(6) {
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.uk-offcanvas-bar .topbar li:nth-child(4),
	.uk-offcanvas-bar .topbar li:nth-child(5),
	.uk-offcanvas-bar .topbar li:nth-child(6) {
		margin-top: 24px;
	}

	.uk-offcanvas-bar .topbar__btn {
		-webkit-box-flex: 0;
		flex: 0 0 50px;
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		display: block;
		text-align: center;
	}

	.uk-offcanvas-bar .topbar__btn-txt {
		display: block;
		margin-top: 2px;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		line-height: 14px;
		color: #333;
	}

	.uk-offcanvas-bar .topbar .ico_search {
		font-size: 18px;
		color: #EC3137;
	}

	.bdr .sct {
		padding-bottom: 80px;
	}

	.bdr .sct-top {
		padding-bottom: 550px;
	}

	.bdr .sct-top::before {
		bottom: -280px;
	}

	.en .bdr .sct-top::before {
		bottom: -310px;
	}

	.bdr .slider-main .slide__cnt,
	.bdr .slider-main .slide__btn-wrap {
		text-align: left;
	}

	.bdr .slider-main .slide h1,
	.bdr .slider-main .slide h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.bdr .slider-main .slide p {
		font-size: 15px;
		line-height: 20px;
	}

	.bdr .slider-main .slide .imgs {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.bdr .slider-main .slide__btn-wrap {
		margin-top: 30px;
	}

	#slide-img-1 {
		width: 90%;
		left: -16%;
		bottom: -330px;
	}

	#slide-img-2 {
		bottom: -250px;
	}

	#slide-img-0,
	#slide-img-3 {
		width: 240px;
		top: 110%;
	}

	#slide-img-4 {
		width: 200px;
		top: 95%;
	}

	.bdr.sts .sct-top .img {
		width: 82%;
		bottom: -285px;
	}

	.front .bdr .sct-mid-b {
		margin-top: -290px;
	}

	.front .bdr .sct-mid-d {
		padding-bottom: 0;
	}

	.bdr .form-feedback {
		padding: 30px 15px;
		border-radius: 0;
		margin: 0 -15px;
	}

	.front .bdr .sct-mid-b .cnt-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}

	.front .bdr .sct-mid-b .grid .cnt-col__hdr {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
	}

	.front .bdr .sct-mid-b .grid .cnt-col__bdr {
		display: -webkit-inline-box;
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		flex: 0 0 30%;
		padding-left: 25px;
	}

	.bdr .sct-mid-b .cnt-col__ico-wrap {
		padding: 0;
	}

	.bdr .sct-top h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.bdr.wp .sct-top .txt,
	.bdr.vps .sct-top .txt,
	.bdr.sts .sct-top .txt,
	.bdr.bitrix .sct-top .txt,
	.bdr.ssl .sct-top .txt,
	.bdr.cont .sct-top .txt {
		text-align: left;
	}

	.bdr.wp .sct-top .img {
		/*width: 110%;*/
		/*left: -35%;*/
		/*bottom: -400px;*/
		width: 45%;
		left: 30%;
		top: 91%;
	}

	.bdr.wp .sct-mid-b {
		margin-top: -360px;
	}

	.bdr.wp .sct-mid-b::before {
		margin-top: -440px;
	}

	.bdr.wp .sct-mid-e ul>li {
		padding: 3px 6px;
		margin: 4px;
	}

	.bdr.ssl .sct-mid-c .img {
		text-align: center;
	}

	.bdr.wp .sct-btm,
	.bdr.vps .sct-btm,
	.bdr.sts .sct-btm,
	.bdr.bitrix .sct-btm,
	.bdr.ssl .sct-btm,
	.bdr.cont .sct-btm,
	.bdr.help .sct-btm {
		padding-bottom: 0;
	}

	.bdr.ssl .sct-mid-c .grid .cnt-row {
		display: block;
		text-align: center;
	}

	.bdr.ssl .sct-mid-c .grid .cnt-row__img-wrap {
		width: auto;
		min-width: auto;
		max-width: none;
		margin: 0 0 30px 0;
	}

	.bdr.ssl .sct-mid-c .grid>.uk-grid-margin {
		margin-top: 60px;
	}

	.bdr .form-config .row .field__inp {
		-webkit-box-flex: 0;
		flex: 0 0 80px;
		width: 80px;
		min-width: 80px;
		max-width: 80px;
	}

	.bdr .form-config .flex {
		display: block;
	}

	.bdr .form-config .radio-row {
		display: -webkit-box;
		display: flex;
		margin-bottom: 24px;
	}

	.bdr .form-config .radio-btn {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		width: 50%;
		min-width: 50%;
		max-height: 50%;
	}

	.bdr .form-feedback .uk-button {
		display: block;
		width: 100%;
	}
}

@media (max-width: 440px) {
	#slide-img-2 {
		bottom: -200px;
	}
}

@media (max-width: 400px) {

	.form-feedback .ask-form .uk-width-expand\@m,
	.form-feedback .ask-form .uk-width-auto\@m {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.form-feedback .ask-form .uk-width-expand\@m .field_fh {
		width: 100%;
	}

	.form-feedback .ask-form .uk-width-auto\@m .field {
		margin: 30px auto 0 auto;
	}

	.img_bitrix24 {
		width: 60%;
	}

	.imgs__img-wrap {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.bdr.vps .sct-top .imgs {
		margin: 0 auto;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.br-inline-mob br {
		display: inline;
	}

	.bdr .slider-main .slide__cnt li {
		margin-bottom: 0;
	}

	#slide-img-1 {
		bottom: -295px;
	}

	#slide-img-2 {
		width: 140%;
		bottom: -250px;
		left: -50%;
	}

	.bdr.sts .sct-top .img {
		bottom: -255px;
	}

	.front .bdr .sct-mid-b::before {
		margin-top: -535px;
	}

	.front .bdr .sct-mid-b {
		margin-top: -280px;
	}

	.bdr.wp .sct-top .img {
		/*width: 111%;*/
		/*left: -39%;*/
		/*bottom: -350px;*/
		top: 96%;
		width: 49%;
		left: 29%;
	}

	.bdr.wp .sct-mid-b {
		margin-top: -400px;
	}

	.bdr.wp .sct-mid-b::before {
		margin-top: -455px;
	}

	.site h2 {
		font-size: 26px;
	}
}

/*@media (max-width: 369px) {
	#slide-img-4 {
		width: 230px;
		top: 86%;
	}
}*/

@media (max-width: 360px) {

	.front .bdr .sct-mid-b .cnt-col {
		margin: 0;
	}

	.bdr.sts .sct-mid-b .imgs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 60px;
	}

	.bdr .sct-mid-b .imgs__img-wrap+.imgs__img-wrap {
		margin-top: 30px;
	}

	.bdr.wp .sct-top .img {
		/*width: 113%;*/
		/*left: -41%;*/
		/*bottom: -320px;*/
		top: 100%;
		width: 49%;
		left: 29%;
	}

	.bdr.sts .sct-top .img {
		width: 90%;
		bottom: -255px;
	}

	.bdr.wp .sct-mid-b {
		margin-top: -415px;
	}

	.site h2 {
		font-size: 24px;
	}
}

@media (min-width: 1301px) {
	.bdr.vps .sct-mid-b .flex-table__col {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.hdr .uk-navbar-toggle {
		display: none;
	}
}

@media (min-width: 1200px) {
	.uk-grid {
		margin-left: -30px;
	}

	.uk-grid>* {
		padding-left: 30px;
	}
}

@media (min-width: 960px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.uk-offcanvas-bar {
		width: 320px;
	}

	.uk-width-1-3\@m {
		width: 33.33%;
	}

	.bdr.wp .sct-mid-b .flex-table__col {
		display: block !important;
	}
}

@media (min-width: 480px) {
	#menu-burger .topbar {
		display: none;
	}
}

.logos_wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 80px;
	justify-content: center;
	flex-wrap: wrap;

}

.logos_wrapper a {
	display: block;
	max-width: 243px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	border-bottom: transparent !important;
}

.logos_wrapper a img {
	width: 100%;
	margin-bottom: -2px;
	display: block;
	height: 80px;
}

.adv-list--items {
	max-width: 900px;
	width: 100%;
	margin: 0 auto !important;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.adv-list--items li {
	position: relative;
	list-style: none;
	font-family: 'Open-Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 70px;
}

.adv-list--items li img {}

.adv-list--items li .item-count {
	max-width: 209px;
	width: 100%;
	position: absolute;
	left: 60px;

}

.adv-list--items li .item-count img {
	width: 100%;
}

.adv-list--items li .adv-item--icon {
	/*float: left;*/
	align-self: flex-start;
}

.adv-list--items li h3 {
	font-family: 'Open-Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 41px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.adv-list--items li {
		flex-direction: column;
	}
}

.site_selector {
	display: flex;
	align-items: center;
	gap: 13px;
}

.site_selector .dropdown {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.site_selector .dropdown .dropdown-menu {
	/*display: none;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: none;
	border: none;
	width: max-content;
	min-width: max-content;
	position: static;
	box-shadow: none;
	gap: 10px;
}

.dropdown-active .dropdown .dropdown-menu {
	/*display: block;*/
	/*position: absolute;*/
	/*top: calc(100% + 22px);*/
}

.site_selector .dropdown a {
	padding: 0;
}

.site_selector .dropdown .dropdown-menu li {
	list-style: none;
	color: rgba(51, 51, 51, 0.3);
}

.site_selector .dropdown a {
	color: rgba(51, 51, 51, 0.3);
	text-transform: uppercase;
	height: 22px;
	display: flex;
	align-items: center;
}

.site_selector .dropdown .dropdown-toggle {
	/*color: #ED3237;*/
	color: rgba(51, 51, 51, 0.3);
}

.flex-bar {
	display: flex;
	gap: 20px;
}

.site_selector .dropdown a:hover {}

.site_selector .dropdown .dropdown-menu li {
	padding: 0;
}

.row-top--right {
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	order: 1;
	width: 100%;
}

.row-top--wrapper {
	display: flex;
	max-width: calc(100% - 25%);
	width: 100%;
	justify-content: space-between;
}

.row-top .topbar__btn_fixed {
	display: none;
}

.hdr_fix .site_selector,
.hdr_fix .row-top--wrapper {
	display: none;
}

@media (max-width: 959px) {
	.row-top {
		display: none;
	}
}

#menu-burger .burger-top {
	padding: 65px 16px 16px 16px;
	margin-top: -65px;
	background: #fff;
	border-radius: 0px 0px 16px 16px;
}

#menu-burger .search {
	position: static;
	background: #fff;
}

#menu-burger .search input {
	background: #F8F7F7;
}

#menu-burger .search #search-btn-close {
	display: none;
}

#menu-burger .search .uk-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-burger .search .form-search__btn-submit {
	position: absolute;
	left: 6px;
	transform: translateX(100%);
	background-color: transparent;
}

#menu-burger .search .form-search {
	position: relative;
}

#menu-burger .search .form-search input[type="text"] {
	padding: 10px 15px 10px 36px;
}

#menu-burger .burger_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu-burger .burger_link .topbar__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
	min-width: max-content;
	margin-left: 20px;

}

#menu-burger .burger_link .topbar__btn span {
	font-family: 'Open-Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.uk-offcanvas-bar .topbar li {
	width: 100%;
	max-width: calc(100% / 5);
	min-width: calc(100% / 5);
}

#menu-burger .uk-offcanvas-bar .topbar li:nth-child(4),
.uk-offcanvas-bar .topbar li:nth-child(5),
.uk-offcanvas-bar .topbar li:nth-child(6) {
	margin-top: 0;
}

#menu-burger .uk-offcanvas-bar .topbar {
	padding: 16px 0;
}

.hdr_fix .topbar li:nth-last-child(-n+2) {
	border-right: 1px solid rgba(51, 51, 51, 0.3);
	;
}

.hdr_fix .topbar li:last-child {
	border-right: none;
}

.hdr .topbar__btn {
	overflow: hidden;
}

.hdr .topbar__btn span {
	position: relative;
	transition: .3s all;
}

.hdr .topbar__btn:hover span {
	transform: translateY(calc(-100% - 10px));
}

.hdr .topbar__btn:last-child:hover span {
	transform: translateY(0);
}

.hdr .topbar__btn:last-child:after {
	display: none;
}

.hdr .topbar__btn span:after {
	content: attr(text);
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
}

.hdr .topbar__btn-txt {
	margin-left: 4px;
}

.site_selector .dropdown .dropdown-toggle,
.site_selector .dropdown a {
	font-size: 13px;

}

.site_selector .dropdown a {
	color: #ED3237;
}

.site_selector .dropdown .dropdown-toggle:hover,
.site_selector .dropdown a:hover {
	color: #000;
}

#banner-sb-ts .txt {
	top: 20px;
}

#banner-sb-ts .blur {
	top: -20px;
}

.table-ssl .button-category {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	gap: 12px;
}

.table-ssl .button-category:hover {
	background-color: #EC3137;
}

section.about_us {
	background: #E5E5E5;
	margin-top: -85px;
}

section.about_us .about_us-content {
	background: #58666E;
	margin-top: 130px;
}

section.about_us .breadcrumbs ul {
	display: flex;
	align-items: center;
	margin: 32px 0 0 0;
	padding: 0;
	gap: 8px;
}

section.about_us .breadcrumbs ul li {
	list-style: none;
	font-family: 'OpenSans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #E5E5E5;
	display: flex;
	align-items: center;
	gap: 8px;
}

section.about_us .breadcrumbs ul li:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("./imgs/icns/br-ico.svg?v=22d0f00d") center/contain no-repeat;
}

section.about_us .breadcrumbs ul li:last-child:after {
	display: none;
}

section.about_us .breadcrumbs ul li a {
	font-family: 'OpenSans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #E5E5E5;
}

section.about_us h1 {
	font-family: 'OpenSans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	color: #FFFFFF;
}

.about_us-info {
	display: flex;
	justify-content: space-between;
}

.about_us-info .info-text {
	max-width: 50%;
	width: 100%;
	font-family: 'OpenSans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;

}

.about_us-info .info-imgs {
	max-width: calc((5 / 12) * 100%);
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}

.about_us-info .info-imgs img {
	max-width: 240px;
	width: 100%;
	border-radius: 20px;
}

section.about_us .bdr {
	margin-top: 0;
	padding-top: 120px;
}

@media(max-width: 1308px) {
	.about_us-info .info-imgs img {
		max-width: calc(50% - 20px);
	}

	.about_us-info .info-imgs {
		gap: 20px;
	}
}

@media(max-width: 1280px) {
	.about_us-info {
		flex-direction: column;
	}

	.about_us-info .info-text {
		max-width: 100%;
	}

	.about_us-info .info-imgs {
		max-width: 100%;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
	}

	.about_us-info .info-imgs img {
		max-width: 100%;
	}
}

@media(max-width: 980px) {
	.about_us-info .info-imgs {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 640px) {
	.about_us-info .info-imgs {
		grid-template-columns: repeat(2, 1fr);
	}
}

.inner .vps {
	/*background: #E5E5E5;*/
}

.title-h4 {
	font-size: 24px !important;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #E5E5E5;
	color: #58666E;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background-color: #c5272c;
	border-color: #c5272c;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	text-transform: none;

}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {}

.bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	font-size: 0 !important;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	background-color: transparent;
	background: url(./imgs/icns/arr-pag.svg?v=9a3ea239) center/cover no-repeat !important;
}

.bx-pagination {
	margin-top: 32px;
}

.bx-pagination-container ul li.bx-pag-prev span:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span:hover {
	filter: contrast(2.5);
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	transform: rotate(180deg);
}

.bx-pagination .bx-pagination-container ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li a,
.bx-pagination .bx-pagination-container ul li span {
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	outline: none;
	color: #B5BABD;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

}

.bx-pagination .bx-pagination-container ul li a:hover,
.bx-pagination .bx-pagination-container ul li span:hover {
	background: transparent;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
	background: transparent;
}

.articles .product-item-container.articles-item-hidden {
	display: none;
}

.articles.show-list .product-item-container.articles-item-hidden {
	display: block;
}

.articles-btn {
	font-size: 14px;
	background-color: #EC3137;
	border-color: #EC3137;
	color: #fff;
	border-radius: 6px;
	text-transform: none;
	line-height: 1.2em;
	padding: 12px 55px;
	border: none;
	outline: none;
	margin: 20px auto 0 auto;
	display: block;
	cursor: pointer;
}
@media (max-width: 600px){
		#slide-img-4{
		margin-top: -20px !important;
		margin-left: 0 !important;
	}
	#slide-img-0{
		margin-top: -100px !important;
	}
	#slide-img-3{
		margin-top: -20px !important;
	}
}

.hdr .topbar{
	width: 100%;
}

/* Unified page/top background like /dedicated/ (added 2026-06-26) */
body {
	background: #e5e5e5;
}

/* VPS: reduce gap below configurator section before "Все наши тарифы" (was .bdr .sct 100px) (2026-06-29) */
.bdr.vps .sct-mid-d-1 {
	padding-bottom: 20px;
}

/* Tariff tables: light bg + dark-block boundary centered below the table — all category pages (2026-06-29) */
.bdr .sct-mid-b:has(.tarif_list-pc) {
	background: #e5e5e5;
	padding-bottom: 50px;
}
.bdr .sct-mid-b:has(.tarif_list-pc) + section {
	padding-top: 50px;
}

/* SSL: certificate cards on light bg, dark block centered below them (2026-06-29) */
.bdr.ssl .sct-mid-b {
	background: #e5e5e5;
	padding-bottom: 50px;
}
.bdr.ssl .sct-mid-b + section {
	padding-top: 50px;
}

/* STS (Администрирование): service cards on light bg, dark block centered below (2026-06-29) */
.bdr.sts .sct-mid-b {
	background: #e5e5e5;
	padding-bottom: 50px;
}
.bdr.sts .sct-mid-b + section {
	padding-top: 50px;
}

/* Contacts: contact card on light bg, dark block centered below (2026-06-29) */
.bdr.cont .sct-mid-b {
	background: #e5e5e5;
	padding-bottom: 50px;
}
.bdr.cont .sct-mid-b + section {
	padding-top: 50px;
}

/* Contacts: hero (sct-top) also on light bg — its text is already dark (2026-06-29) */
.bdr.cont .sct-top {
	background: #e5e5e5;
}

/* Front page: service cards on light bg, dark block ("Хостинг в Казахстане…") centered below (2026-06-29) */
.front .bdr .sct-mid-b {
	background: #e5e5e5;
	padding-bottom: 50px;
}
.front .bdr .sct-mid-b + section {
	padding-top: 50px;
}

/* Front "Хостинг в Казахстане" cards: keep hover shadow always so they stand out from the dark section (2026-06-29) */
.front .bdr .sct-mid-c .cnt-col {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

/* Front "Хостинг в Казахстане" cards: drop backdrop blur (useless over solid bg, caused 1px light fringe on rounded corners) (2026-06-29) */
.front .bdr .sct-mid-c .cnt-col {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

/* Front: tighten gap between hero slider and service cards — DESKTOP ONLY (mobile keeps original spacing) (2026-06-29) */
@media (min-width: 960px) {
	.front .bdr .sct-top {
		padding-bottom: 40px;
	}
	.front .bdr .sct-mid-b {
		padding-top: 20px;
	}
}

/* Front slider: uniform, ~10% smaller slide images on desktop (fit a 360x340 box) (2026-06-29) */
@media (min-width: 960px) {
	.front .bdr .slider-main #slide-img-0,
	.front .bdr .slider-main #slide-img-3,
	.front .bdr .slider-main #slide-img-4 {
		width: auto;
		height: auto;
		max-width: 360px;
		max-height: 340px;
	}
}

/* Mobile: slide image between title and text (in flow); service cards close to the Подробнее button (2026-06-29) */
@media (max-width: 959px) {
	.front .slider-main #slide-img-0,
	.front .slider-main #slide-img-3,
	.front .slider-main #slide-img-4 {
		position: static !important;
		transform: none !important;
		display: block !important;
		margin: 14px auto !important;
		max-width: 180px !important;
		max-height: 180px !important;
		width: auto !important;
		height: auto !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
	}
	.front .bdr .sct-top {
		padding-bottom: 35px !important;
	}
	.front .bdr .sct-mid-b {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* Front slider: smaller top padding (less empty space above slider) — desktop & mobile (2026-06-29) */
@media (min-width: 960px) {
	.front .bdr .sct-top {
		padding-top: 140px;
	}
}
@media (max-width: 959px) {
	.front .bdr .sct-top {
		padding-top: 130px;
	}
}

/* Front "Хостинг в Казахстане" cards: header overlaps rounded corners fully to kill the 1px light fringe (2026-06-29) */
.front .bdr .sct-mid-c .grid .cnt-col__hdr {
	border-radius: 14px 14px 0 0;
	margin-top: -27px;
	margin-left: -32px;
	margin-right: -32px;
}

/* Tablet/small (<1200px = burger layout): hide top language switcher (EN/KZ/CN) + Кабинет row (2026-06-29) */
@media (max-width: 1199px) {
	.hdr .row-top--right {
		display: none;
	}
}

/* Tablet (960-1199px): halve the gap below the slider before service cards (top spacing untouched) (2026-06-29) */
@media (min-width: 960px) and (max-width: 1199px) {
	.front .bdr .sct-top {
		padding-bottom: 20px;
	}
	.front .bdr .sct-mid-b {
		padding-top: 10px;
	}
}

/* SSL pages: hero bottom padding reduced after cert-cards block removal (2026-07-21).
   Base 550-700px paddings (app.bundle/media) reserved space for the removed overlapping cards. */
.bdr.ssl .sct-top { padding-bottom: 80px; }

/* Mobile tariff cards readability redesign (2026-07-22).
   Was: white h6 on #f7f7f7 header (invisible), flat grey labels, no card separation. */
.tarif_list--mob .tariffs__item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,.14);
	overflow: hidden;
	margin-bottom: 22px;
}
.tarif_list--mob .tariffs__hdr {
	background: #58666E;
	padding: 14px 24px;
}
.tarif_list--mob .tariffs__hdr h6 {
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
	margin: 0;
}
.tarif_list--mob .tariffs__bdr {
	background: #fff;
	padding: 18px 24px 22px;
}
.tarif_list--mob .tariffs__name,
.tarif_list--mob .tariffs__col,
.tarif_list--mob .tariffs__row {
	color: #5d6a72;
}
.tarif_list--mob .tariffs__value {
	color: #2f3b42;
	font-size: 15px;
}
.tarif_list--mob .tariffs__row {
	padding: 9px 0;
	border-bottom: 1px solid #eef1f3;
}
.tarif_list--mob .tariffs__row:last-child { border-bottom: none; }
.tarif_list--mob .tariffs__grid { row-gap: 6px; }
.tarif_list--mob .tariffs__txt-big { color: #58666E; }
.tarif_list--mob .uk-button.uk-button-default {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 14px;
	border-radius: 8px;
}

/* VPS-family hero on mobile: compact like the front page (2026-07-22) */
@media (max-width: 639px) {
	.bdr.vps .sct-top .imgs__img-wrap img {
		max-width: 210px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.bdr.vps .sct-top .txt p {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.bdr.vps .sct-top h1 {
		font-size: 22px;
		line-height: 29px;
	}
	.bdr.vps .sct-top { padding-top: 138px; }
	.bdr.vps .sct-top .sct-top__cnt { padding-bottom: 10px; }
}

/* advanced features list (EPYC/NVMe/24-7): tighter when stacked (2026-07-22) */
@media (max-width: 959px) {
	.wrapper_adv { gap: 12px; margin-top: 28px; }
}

/* Unified compact mobile hero across service pages — same rhythm as vps family (2026-07-22) */
@media (max-width: 639px) {
	.bdr.wp .sct-top, .bdr.ssl .sct-top, .bdr.sts .sct-top, .bdr.bitrix .sct-top { padding-top: 138px; }
	.bdr.wp .sct-top h1, .bdr.ssl .sct-top h1, .bdr.sts .sct-top h1, .bdr.bitrix .sct-top h1 { font-size: 22px; line-height: 29px; }
	.bdr.wp .sct-top .txt p, .bdr.ssl .sct-top .txt p, .bdr.sts .sct-top .txt p, .bdr.bitrix .sct-top .txt p { font-size: 15px; line-height: 21px; margin-bottom: 10px; }
	.bdr.ssl .sct-top .img, .bdr.ssl .sct-top .imgs img { max-width: 210px; height: auto; display: block; margin: 0 auto; }
}

/* vps family: fix tariff-cards overlap on mobile (vps-mail had heroPadB=0 with -575 pull)
   and lift desktop table closer to arrows like the front page (2026-07-22) */
@media (max-width: 639px) {
	.bdr.vps .sct-top { padding-bottom: 30px !important; }
	.bdr.vps .sct-mid-b { margin-top: 0 !important; }
}
@media (min-width: 640px) {
	.bdr.vps .sct-top { padding-bottom: 597px; }
}

/* hosting/sts mobile: same 40px rhythm to first content as vps family (2026-07-22) */
@media (max-width: 639px) {
	.bdr.wp .sct-top, .bdr.sts .sct-top { padding-bottom: 10px !important; }
	.bdr.wp .sct-mid-b, .bdr.sts .sct-mid-b { margin-top: 0 !important; padding-top: 0 !important; }
}

/* sts mobile: tighter section rhythm; bitrix24/vps desktop: unify mid-d->mid-e to 100px (2026-07-22) */
@media (max-width: 639px) {
	.bdr.sts .adv-list { padding-top: 0 !important; padding-bottom: 40px !important; }
}
@media (min-width: 640px) {
	.bdr.vps .sct-mid-e { padding-top: 30px; }
}

/* hosting (wp) desktop: lift table to 22px like vps family (2026-07-22) */
@media (min-width: 640px) {
	.bdr.wp .sct-top { padding-bottom: 597px !important; }
}

/* en/cn/kz vps-mail: shorter hero text -> lift table to ~25px after image (2026-07-22) */
@media (min-width: 640px) {
	.bdr.vps.mailshort .sct-top { padding-bottom: 540px !important; }
}

/* Unified hero image scale across service pages, desktop (2026-07-22) */
@media (min-width: 640px) {
	.bdr.vps .sct-top .imgs img,
	.bdr.wp .sct-top .imgs img,
	.bdr.ssl .sct-top .imgs img,
	.bdr.ssl .sct-top .img img,
	.bdr.ssl .sct-top > .uk-container img,
	.bdr.ssl .sct-top img {
		height: 320px;
		width: auto;
		max-width: 100%;
		object-fit: contain;
	}
}

/* sort-dropdown fallback: hide popup until UIkit dropdown is initialized (mobile gap fix, 2026-07-22) */
.tarrifs__dropdown-popup:not(.uk-dropdown) { display: none; }

/* ssl list pages: tighten h1 -> table gap on desktop (110px -> ~45px) (2026-07-22) */
@media (min-width: 640px) {
	.table-ssl .category-wrapper { margin-top: 0 !important; }
	.uk-overflow-auto.table-ssl { margin-top: -25px; }
}

/* unify h1 size on ssl list + help pages to /ssl/ reference (2026-07-22) */
@media (min-width: 640px) {
	.bdr.ssl h1, .bdr.help h1 { font-size: 32px !important; line-height: 1.25 !important; }
}
@media (max-width: 639px) {
	.bdr.ssl h1, .bdr.help h1 { font-size: 22px !important; line-height: 29px !important; }
}

/* en/kz Compare-by-type: text buttons — kill russian SVG backgrounds (were doubling under text), style via CSS (2026-07-22) */
.lang-en .wrapper-typer .check-domen, .lang-kz .wrapper-typer .check-domen,
.lang-en .wrapper-typer .check-business, .lang-kz .wrapper-typer .check-business,
.lang-en .wrapper-typer .extend-check, .lang-kz .wrapper-typer .extend-check,
.lang-en .wrapper-typer .support-subdomen, .lang-kz .wrapper-typer .support-subdomen,
.lang-en .wrapper-typer .multidomen-button, .lang-kz .wrapper-typer .multidomen-button,
.lang-en .wrapper-typer .brend-check, .lang-kz .wrapper-typer .brend-check {
	background-image: none !important;
	width: auto !important;
	height: auto !important;
	margin-right: 24px;
}
.lang-en .wrapper-typer .link_button, .lang-kz .wrapper-typer .link_button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1.5px solid #fff;
	border-radius: 8px;
	padding: 10px 22px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .04em;
	white-space: nowrap;
}
.lang-en .wrapper-typer .link_button:hover, .lang-kz .wrapper-typer .link_button:hover {
	background: #EC3137;
	border-color: #EC3137;
	text-decoration: none;
	color: #fff;
}
.lang-en .wrapper-typer .flex, .lang-kz .wrapper-typer .flex { row-gap: 16px; flex-wrap: wrap; }

/* === STS: тарифные карточки в стиле карточек vps-nvme (2026-07-23) === */
.bdr.sts .sct-mid-b .cnt-col {
    padding: 0;
    overflow: hidden;
    background-color: #E5E5E5;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 12px;
}
.bdr.sts .sct-mid-b .cnt-col__hdr {
    margin-bottom: 0;
    min-height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #EC3137;
    padding: 18px 24px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.bdr.sts .sct-mid-b .cnt-col__hdr h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}
.bdr.sts .sct-mid-b .cnt-col__bdr {
    padding: 20px 24px 8px;
}
.bdr.sts .sct-mid-b .cnt-col__bdr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bdr.sts .sct-mid-b .cnt-col__bdr li {
    position: relative;
    padding: 9px 0 9px 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 1.45;
}
.bdr.sts .sct-mid-b .cnt-col__bdr li:last-child {
    border-bottom: none;
}
.bdr.sts .sct-mid-b .cnt-col__bdr li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #EC3137;
}
.bdr.sts .sct-mid-b .cnt-col__ftr {
    margin-top: 0;
    padding: 14px 24px 24px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.bdr.sts .sct-mid-b .cnt-col__btn-wrap {
    margin-top: 16px;
    text-align: left;
}
.bdr.sts .sct-mid-b .cnt-col__btn-wrap .zakaz-button {
    display: block;
    width: 100%;
    padding: 13px 12px;
    border: 1px solid #EC3137;
    border-radius: 8px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .02em;
    color: #EC3137;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.bdr.sts .sct-mid-b .cnt-col__btn-wrap .zakaz-button:hover {
    background-color: #EC3137;
    color: #fff;
}
@media (max-width: 767px) {
    .bdr.sts .sct-mid-b .cnt-col__hdr { min-height: 0; }
}
/* STS: карточки по своей высоте (без растягивания до самой длинной) + шапки одной высоты */
.bdr.sts .sct-mid-b .cnt-col {
    height: auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.bdr.sts .sct-mid-b .cnt-col__hdr { min-height: 88px; }
@media (max-width: 767px) {
    .bdr.sts .sct-mid-b .cnt-col__hdr { min-height: 0; }
}

/* STS: плашки-компетенции (Интеграция с 1С / Хостинг / Внедрения / Администрирование) по центру */
.bdr.sts .sct-top .imgs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* STS: на мобилке карточки тарифов как в мобильной версии VPS (серо-синяя шапка #58666E, тело белое, кнопка красная залитая) */
@media (max-width: 520px) {
    .bdr.sts .sct-mid-b .cnt-col {
        background-color: #fff;
    }
    .bdr.sts .sct-mid-b .cnt-col__hdr {
        background-color: #58666E;
        box-shadow: none;
        padding: 14px 24px;
        min-height: 0;
    }
    .bdr.sts .sct-mid-b .cnt-col__hdr h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .bdr.sts .sct-mid-b .cnt-col__btn-wrap .zakaz-button {
        background-color: #EC3137;
        border-color: #EC3137;
        color: #fff;
    }
}

/* STS mobile: гарантируем перекрытие десктопных правил (порядок в оптимизированном CSS непредсказуем) */
@media (max-width: 520px) {
    .bdr.sts .sct-mid-b .cnt-col { background-color: #fff !important; }
    .bdr.sts .sct-mid-b .cnt-col__hdr { background-color: #58666E !important; }
    .bdr.sts .sct-mid-b .cnt-col__hdr h4 { color: #fff !important; }
    .bdr.sts .sct-mid-b .cnt-col__btn-wrap .zakaz-button {
        background-color: #EC3137 !important;
        border-color: #EC3137 !important;
        color: #fff !important;
    }
}

/* Слайд «VPS/Server Maintenance» на главной (2026-09-01).
   Раньше #slide-img-2 жил по старым правилам из custom.css: width 53%,
   bottom -220px, left -10% — картинка уезжала за нижний левый край слайда.
   Здесь повторяем поведение остальных слайдов (#slide-img-0 / -3 / -4):
   картинка стоит вверху рядом с текстом. Порядок медиазапросов такой же,
   как у них, иначе на 960-1120px размеры перебивают друг друга. */
.front .bdr .slider-main #slide-img-2 {
	width: 100%;
	max-width: 400px;
	top: -2%;
	left: 24%;
	right: auto;
	bottom: auto;
}

@media (max-width: 1800px) {
	.front .bdr .slider-main #slide-img-2 { top: 0; bottom: auto; }
}

@media (max-width: 1700px) {
	.front .bdr .slider-main #slide-img-2 { left: 22%; }
}

@media (max-width: 1600px) {
	.front .bdr .slider-main #slide-img-2 { top: 4%; bottom: auto; }
}

@media (max-width: 1500px) {
	.front .bdr .slider-main #slide-img-2 { top: 2%; left: 18%; }
}

@media (max-width: 1400px) {
	.front .bdr .slider-main #slide-img-2 { top: 8%; bottom: auto; }
}

@media (max-width: 1300px) {
	.front .bdr .slider-main #slide-img-2 { top: 6%; left: 16%; bottom: auto; }
}

@media (max-width: 1200px) {
	.front .bdr .slider-main #slide-img-2 { left: 16%; bottom: auto; }
}

@media (max-width: 1120px) {
	.front .bdr .slider-main #slide-img-2 { width: 35%; max-width: none; top: 10%; left: 10%; bottom: auto; }
}

@media (max-width: 1024px) {
	.front .bdr .slider-main #slide-img-2 { top: 20%; }
}

/* Идёт после правил 1120/1024 — так же, как у остальных слайдов: на десктопе
   размер задаётся коробкой 360x340, а не процентами. */
@media (min-width: 960px) {
	.front .bdr .slider-main #slide-img-2 {
		width: auto;
		height: auto;
		max-width: 360px;
		max-height: 340px;
	}
}

/* Мобильный: картинка встаёт в поток между заголовком и текстом. */
@media (max-width: 959px) {
	.front .slider-main #slide-img-2 {
		position: static !important;
		transform: none !important;
		display: block !important;
		margin: 14px auto !important;
		max-width: 180px !important;
		max-height: 180px !important;
		width: auto !important;
		height: auto !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
	}
}

/* Мобильный слайдер: картинка соразмерна текстовой колонке (2026-09-01).
   Прежняя коробка 180x180 при колонке 315px выглядела мелко. Селекторы
   перечислены по id — у прежнего правила специфичность с id, классом её
   не перебить. Идёт последним в файле, поэтому выигрывает. */
@media (max-width: 959px) {
	.front .slider-main #slide-img-0,
	.front .slider-main #slide-img-2,
	.front .slider-main #slide-img-3,
	.front .slider-main #slide-img-4 {
		max-width: 240px !important;
		max-height: 240px !important;
		margin: 16px auto 18px !important;
	}
}

/* Слайд обслуживания на мобильном (2026-09-01).
   Картинка у него самая высокая из всех (240px), поэтому заголовок и текст
   уезжали ниже, чем на соседних слайдах: тайтл вставал на 258px против
   211-237 у остальных. Отрицательный верхний отступ и уменьшенный нижний
   возвращают блок на общий уровень, transform дополнительно поднимает и
   сдвигает саму картинку к левому краю текстовой колонки. */

/* Десктопная листалка на главной (2026-09-02).
   1) Картинки всех слайдов центруем в свободной зоне слева от текста.
      Раньше у каждого слайда были свои left/top из старых правил по id —
      картинки стояли вразнобой (257 и 335 по горизонтали, 7 и 43 по вертикали).
      Приём: абсолютное позиционирование со всеми четырьмя сторонами и margin:auto —
      картинка центрируется внутри заданной коробки. Правая граница 41% совпадает
      с левым краем текстовой колонки (она начинается на 59% ширины слайда).
   2) Отступ листалки сверху и снизу — 10px. */
@media (min-width: 960px) {
	.front .bdr .slider-main .slide__img {
		left: 0 !important;
		right: 42% !important;
		top: 0 !important;
		bottom: 0 !important;
		margin: auto !important;
		transform: none !important;
	}

}
/* На ширинах 960-1120 текстовая колонка начинается раньше — с 50%, а не с 59%.
   Без этой поправки картинка почти упиралась в текст (замер на 1024: зазор 27px). */
@media (min-width: 960px) and (max-width: 1120px) {
	.front .bdr .slider-main .slide__img {
		right: 50% !important;
	}
}
/* Отступ под листалкой — 10px вместо 40px (2026-09-02).
   Верхний паддинг секции НЕ трогаем: 140px — это то, что держит слайд ниже
   шапки (её нижняя полоса заканчивается на 30px выше листалки). Ставил туда
   10px — слайд уехал под меню. */
@media (min-width: 960px) {
	.front .bdr .sct-top {
		padding-top: 160px !important;
		padding-bottom: 40px !important;
	}
}
/* Таблица тарифов на /hosting/ и /hosting-nvme/ (все четыре языка, класс .bdr.wp):
   30px воздуха над таблицей — раньше её верх стоял в 22px от текста шапки. */
.bdr.wp .sct-mid-b {
	padding-top: 30px;
}

/* Текстовая колонка слайдов листалки — на 30px левее (десктоп).
   На мобильном не трогаем: там колонка на всю ширину и по центру. */
@media (min-width: 960px) {
	/* Колонка прижата вправо (float: right), поэтому сдвигаем её правым
	   отступом: margin-left на плавающем вправо блоке ничего не двигает. */
	.front .bdr .slider-main .slide__cnt {
		margin-right: 30px;
	}
}
/* Заголовки тарифов на /sts/ — в одну строку (2026-09-02).
   Самый длинный, «Администрирование - Профессиональный», при 18px требует
   376px, а в карточке было доступно 362px на 1440 и 334px на 1280.
   Отыгрываем 16px боковыми полями шапки карточки и делаем размер плавающим:
   на широких экранах прежние 18px, ниже — ровно настолько меньше, чтобы
   строка не переносилась. Ниже ~1100px карточка слишком узкая, там перенос
   допускаем: уменьшать шрифт дальше уже нечитаемо. */
.bdr.sts .sct-mid-b .cnt-col__hdr {
	padding-left: 16px;
	padding-right: 16px;
}

.bdr.sts .sct-mid-b .cnt-col__hdr h4 {
	font-size: clamp(14px, 1.25vw, 18px);
}
/* Карточки услуг на главной (2026-09-02).
   Заголовок стоял в 20px от текста — сократили вдвое; вокруг иконки было
   25px сверху и 35px снизу — поджали. Ниже 480px у карточек своя раскладка
   с нулевыми полями, туда не лезем. */
/* Селектор длиннее, чем у прежнего правила
   (.front .bdr .sct-mid-b .grid .cnt-col h5), иначе оно перебивает.
   Там же стоял min-height: 55px — резерв под две строки заголовка,
   из-за него под однострочным названием зияла пустота. */
.front .bdr .sct-mid-b .grid .cnt-col .cnt-col__hdr h5 {
	min-height: 0;
	margin-bottom: 12px;
}

@media (min-width: 480px) {
	.front .bdr .sct-mid-b .cnt-col__ico-wrap {
		padding-top: 15px;
		padding-bottom: 22px;
	}
}
/* Красная полоса заголовка тарифа на /sts/ — вдвое ниже (2026-09-02).
   Была 88px при строке текста в 24px: высота закладывалась под два ряда.
   Теперь заголовки в одну строку, поэтому 44px и поля 10px по вертикали.
   Селектор длиннее прежнего (.bdr.sts .sct-mid-b .cnt-col__hdr), иначе не перебить. */
.bdr.sts .sct-mid-b .cnt-col .cnt-col__hdr {
	min-height: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* Форма обратной связи на мобильной — поля по центру (2026-09-02).
   Колонка сетки давала левый жёлоб 20px, поэтому поля стояли со сдвигом:
   15px слева и 35-51px справа. Убираем жёлоб и центруем блоки. */
@media (max-width: 767px) {
	/* У сетки формы отрицательный левый отступ, а у колонок поля по 20px —
	   из-за них блоки уезжали влево. Обнуляем и то и другое. */
	.form-feedback .uk-grid.ask-form {
		margin-left: 0;
	}

	.form-feedback .uk-grid > * {
		padding-left: 0;
		padding-right: 0;
	}

	.form-feedback .field,
	.form-feedback .field_fh,
	.form-feedback .field__txtar,
	.form-feedback .radio-row,
	.form-feedback .uk-button {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Листалка на мобильной — воздух сверху (2026-09-02).
   Считать надо не по верху слайда, а по картинке: она поднята на 48px
   (translateY -15% плюс отрицательный отступ), поэтому при padding-top 140
   визуально заходила под шапку. 200px дают реальный зазор ~42px. */
@media (max-width: 959px) {
	.front .bdr .sct-top {
		padding-top: 115px !important;
	}
}

/* Форма на мобильной: у колонок сетки остаётся собственный левый отступ 20px,
   перебиваем его — иначе первые три поля стоят со сдвигом вправо. */
@media (max-width: 767px) {
	.form-feedback .uk-grid > * {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Листалка на мобильной: зазор между заголовком слайда и текстом вдвое меньше
   (было 40px). */
@media (max-width: 959px) {
	.front .bdr .slider-main .slide__title {
		margin-bottom: 20px;
	}
}
/* Зазор «заголовок слайда — текст» на мобильной: у h2 внутри свой отступ 35px,
   он и определял расстояние. Обнуляем его, оставляя 20px у блока заголовка. */
@media (max-width: 959px) {
	.front .bdr .slider-main .slide__title h2 {
		margin-bottom: 0;
	}
}
/* «Остались вопросы — пишите» переносим на серое поле формы (2026-09-02):
   заголовок и блок формы совпадают по ширине, поэтому продлеваем серый фон
   вверх и убираем зазор — заголовок читается как часть формы.
   Цвет текста задаём явно: на /sts/ низ страницы тёмный и заголовок был белым,
   на сером он бы пропал. */
.sct-btm h4 {
	background: #E5E5E5;
	color: #2C3A42;
	margin-bottom: 0;
	padding: 26px 30px 4px;
	border-radius: 12px 12px 0 0;
}

.sct-btm .form-feedback {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 18px;
}

@media (max-width: 767px) {
	/* На мобильной форма растянута на всю ширину (margin: 0 -15px),
	   тянем шапку так же, иначе серые блоки разной ширины дают ступеньку. */
	.sct-btm h4 {
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 15px 4px;
		border-radius: 0;
	}

	.sct-btm .form-feedback {
		border-radius: 0;
	}
}
/* Кнопки раскрытия футера на мобильной (2026-09-02).
   Подпись там скрыта (font-size: 0), поэтому область нажатия сжималась до
   ширины иконки — 15-20px. Промах на 15px уже попадал мимо кнопки, в полосу,
   и футер не раскрывался. Расширяем мишень до 48px при высоте 44px. */
@media (max-width: 767px) {
	.ftr .bar .toggle {
		min-width: 48px;
		padding: 0 12px;
		justify-content: center;
		touch-action: manipulation;
	}

	.ftr .bar__bck_l .toggle {
		padding-left: 0;
	}

	.ftr .bar__bck_r .toggle:last-child {
		padding-right: 0;
	}
}
/* [onehost 15.09.2026] Под блоком фильтров «Сравнить по типу» висела пустая полоса.
   Причина: глобальное `.bdr .sct { padding-bottom: 100px }`, а в списке SSL блок фильтров —
   последний элемент секции, поэтому отступ читается как провал. Глобальное правило НЕ трогаем
   (оно держит отступы всех секций сайта), сужаем только секции с этим блоком.
   Если браузер не поддерживает :has() — останутся прежние 100px, ничего не сломается. */
.bdr .sct.detail-top:has(.wrapper-typer) {
    padding-bottom: 40px;
}
