@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url("/fonts/Myriad_Pro_Semibold/myriadpro-boldsemiext.ttf"),
		url("/fonts/Myriad_Pro_Semibold/myriadpro-boldsemiext.eot"),
		url("/fonts/Myriad_Pro_Semibold/myriadpro-boldsemiext.svg"),
		url("/fonts/Myriad_Pro_Semibold/myriadpro-boldsemiext.woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url("/fonts/Myriad_Pro_Regular/MyriadPro-Regular.ttf"),
		url("/fonts/Myriad_Pro_Regular/MyriadPro-Regular.eot"),
		url("/fonts/Myriad_Pro_Regular/MyriadPro-Regular.svg"),
		url("/fonts/Myriad_Pro_Regular/MyriadPro-Regular.woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Futura Futuris Bold';
	src: url('/fonts/Futuris_Bold/FuturaFuturisC-Bold.eot');
	src: url('/fonts/Futuris_Bold/FuturaFuturisC-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Futuris_Bold/FuturaFuturisC-Bold.woff') format('woff'),
		url('/fonts/Futuris_Bold/FuturaFuturisC-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	min-width: 320px;
	scroll-behavior: smooth;
}

p>a,
li>a {
	color: inherit;
}

a:hover {
	text-decoration-color: #c5c5c5 !important;
}

a.a_link_invisible {
	color: inherit;
	text-decoration: none;
}

a.a_link_invisible:hover {
	text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.page__content {
	max-width: 1240px;
}

button.form-send-btn[disabled] {
	display: none;
}

.col__first {
    /* float: left;
	margin: 0 0 0 10px;
	width: 99%; */
    column-count: 4;
    column-gap: 40px;
}

.col__first .col--item {
    /* display: inline-block;
	vertical-align: top;
	width: 23%;
	padding: 0 10px; */
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 20px;
}

.col--item span,
.col--item .span {
	font-size: 20px;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', serif;
	color: #4D4D4F;
    text-decoration: none;
}

@media only screen and (max-width:768px) {

	.col__first,
	.col__second {
		display: none;
	}

	.gallery_div {
		width: 100% !important;
		float: none;
	}

	.photo_slide {
		display: none;
	}

	.fancybox-caption-wrap {
		top: auto;
		bottom: 0;
		width: 100%;
		height: auto;
	}
}

.fotorama__thumb {
	background-color: #fff;
}

.fotorama__thumb img {
	object-fit: contain;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.newOrder-container.historyOrder-container table tbody td,
.newOrder-container.historyOrder-container table thead th {
	/*padding:8px 10px 0;*/
	text-align: left;
}


/* Страница "Новый заказ" */

.productDetail__content {
	margin-bottom: 0;
}

.newOrder-container table {
	width: 100%;
	/*margin-bottom:10px;*/
}

.newOrder-container table tbody td {
	padding: 8px 5px;
}

.newOrder-container .desc {
	margin-left: 0;
}

.order-form {
	width: 100%;
}

.order-form textarea {
	resize: none;
	width: 100%;
}

.newOrder-container table thead th {
	text-align: center;
	white-space: normal;
}

.newOrder-container .total {
	margin: 25px 45px 0;
}

.newOrder-container .info__block {
	margin: 25px 0 0;
}

.newOrder-container .number {
	background: #f5f5f5 url("/img/border-line.png") 0 bottom repeat-x;
	border: 0 none;
	color: #3B3B3C;
	display: inline-block;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	font-style: italic;
	margin: 0;
	text-align: center;
	max-width: 45px;
	width: 100%;
}


/* Описание товара */

.has-description {
	text-align: left !important;

}

.has-description a {
	text-decoration: none;
}

.description {
	background: #ffffff;
	border: 1px solid #adadad;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 10px;
	text-align: left;
	/*width:478px;*/

	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.description--img {
	float: left;
	height: 140px;
	/*margin:0 20px 0 0;*/
	overflow: hidden;
	width: 180px;
}

.description--img img {
	width: 100% !important;
}

.description--content {
	float: left;
	width: 275px;
}

.description--content p {
	color: #525252;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	font-style: normal;
}

.description--content .more {
	color: #8b2131;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	float: right;
}

.td-hide {
	position: relative;
}

.td-hide:hover .description {
	opacity: 1;
	visibility: visible;
}


/* Страница "Новый заказ", выпадающий список */

.newOrder-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newOrder-dropdown-list li {
	margin-top: 10px;
}

.newOrder-dropdown-list li:first-child {
	margin: 0;
}

.newOrder-dropdown-list .title {
	color: #8b2131;
	cursor: pointer;
	display: block;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	font-size: 27px;
	line-height: 27px;
	margin: 0;
	padding: 14px 0 14px 38px;
}

.newOrder-dropdown-list .title span {
	color: #5c5c5c;
	font-size: 31px;
	font-style: italic;
}

.newOrder-dropdown-list .title.open {
	background: #e8e8e8 url("/img/arrow-bottom.png") 8px center no-repeat;
}

.newOrder-dropdown-list .title.close {
	background: #e8e8e8 url("/img/arrow-right.png") 8px center no-repeat;
}

.newOrder-dropdown-list .total {
	float: left;
	margin: 25px 1% 0 5%;
}

.addOrder {
	background: #e8e8e8;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	color: #8b2131;
	display: block;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	font-style: italic;
	float: right;
	margin: 25px 0 0;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	width: 240px;
}

/* Страница Дилера */

.dealerPage-container {}

.dealerPage-container h4 {
	color: #3b3b3c;
	font-family: 'MyriadPro-Bold', 'Helvetica', 'Arial', sans-serif;
}

.dealer-status {
	color: #58595b;
	font-size: 20px;
}

.dealer-status:before {
	content: "";
	display: inline-block;
	height: 33px;
	margin: 0 10px -18px 0;
	width: 27px;
}

.status-bronze:before {
	background: url("/img/medal.png") center no-repeat;
}

.dealer-category {
	margin: 43px 0 0;
	width: 346px;
}

.dealer-category thead tr {
	border-bottom: 1px solid #adadad;
}

.dealer-category thead th {
	color: #3b3b3c;
	font-size: 25px;
	font-weight: normal;
	height: 50px;
	text-align: left;
	vertical-align: middle;
}

.dealer-category tbody tr {
	border-bottom: 1px solid #d5d5d5;
}

.dealer-category tbody td {
	color: #58595b;
	font-size: 20px;
	height: 47px;
	vertical-align: middle;
}

.dealer-category tbody td:last-child {
	text-align: center;
}

.dealer-category thead th,
.dealer-category tbody td {
	padding: 0 10px;
}

.dealerPage-container-bottom {
	width: 100%;
}

.dealer-inf {
	float: left;
	width: 50%;
}

.dealer-inf h3 {
	/*color:#3b3b3c;*/
}

.list__dealer-inf {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.list__dealer-inf li {
	color: #58595b;
	font-size: 18px;
	margin: 13px 0 0;
	white-space: nowrap;
}

.list__dealer-inf li:first-child {
	margin: 0;
}

.list__dealer-inf li span {
	display: inline-block;
	/*vertical-align:top;*/
	white-space: normal;
	max-width: 50%;
}

.list__dealer-inf li span:first-child {
	display: inline;
	font-family: 'MyriadPro-Bold', 'Helvetica', 'Arial', sans-serif;
	margin: 0 2% 0 0;
}


.change-password {
	float: left;
	width: 50%;
}

.change-password div {
	margin: 0 0 10px;
	width: 100%;
}

.change-password label {
	color: #58595b;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	width: 30%;
}

.change-password input[type="password"] {
	border: 1px solid #b9b9b9;
	display: inline-block;
	height: 22px;
	outline: none;
	padding: 0 1.5%;
	width: 30%;
}

.change-password input[type="submit"] {
	background: #8b2131;
	border: 0px solid #fff;
	color: #fff;
	display: block;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 17px;
	/* height:22px; */
	/* line-height:22px; */
	float: right;
	margin: 29px 36% 0 0;
	padding: 10px 20px;
}

.sidebar__column {
	margin-bottom: 20px;
}

@media only screen and (max-width:1050px) and (min-width:961px) {


	.change-password label {
		width: 35%;
	}

	.change-password input[type="password"] {
		width: 25%;
	}


	.newOrder-container .newOrder-dropdown-list .total {
		float: left;
		margin: 25px 0 0;
	}

	.mobile-menu .production .submenu__content {
		left: 0 !important;
	}

}

@media only screen and (max-width:960px) {

	.dealer-inf,
	.change-password {
		float: none;
		width: 100%;
	}

	.change-password label {
		width: 20%;
	}

	.change-password input[type="password"] {
		width: 16%;
	}

	.change-password input[type="submit"] {
		margin: 29px 61% 0 0;
	}

	.gray.vtoroy>li {
		float: none !important;
	}

	.submenu__menu-list .submenu__menu-item {
		padding: 0;
	}
}

@media only screen and (max-width:480px) and (min-width:320px) {
	.dealer-category {
		width: 100%;
	}

	.change-password input[type="password"],
	.change-password label {
		width: 48%;
	}

	.change-password input[type="submit"] {
		margin: 29px 1% 0 0;
	}

	.list__dealer-inf li span:first-child {
		margin: 0 1% 0 0;
	}

	#main-video-back {
		height: 282px !important;
		margin-top: -282px !important;
	}
}


/*
=====================================
960x768
=====================================
*/

@media only screen and (max-width:960px) and (min-width:768px) {
	.sidebar__block {
		display: none;
	}

	body .sidebar .sidebar__title {
		display: block;
	}

	body .sidebar .sidebar__column {
		width: auto;
	}

	.productDetail__content {
		padding: 0;
	}

	.newOrder-container .total {
		float: right;
		margin: 25px 45px 10px;
	}

	.newOrder-container .newOrder-dropdown-list .total {
		float: left;
		margin: 25px 1% 0 5%;
	}

	.productDetail__content {
		margin-bottom: 0;
	}
}


/*
=====================================
767x480
=====================================
*/

@media only screen and (max-width:767px) and (min-width:480px) {
	#myorder {
		display: none;
	}

	.myorder {
		width: auto;
	}

	.mob ul.nav-tabs {
		display: block;
		flex-wrap: wrap;
		text-align: center;
	}

	.mob ul.nav-tabs .active {
		display: block;
	}

	.mob ul.nav-tabs .active:before {
		content: "";
		background: url(/img/menu-down-ico.png) no-repeat;
		width: 13px;
		height: 8px;
		display: block;
		margin: 23px 0 0 10px;
		position: absolute;
	}

	.mob ul.nav-tabs .myorder {
		display: block;
	}

	.mob li.tab__item_lk {
		flex: 1 1 100%;
		padding: 0;
		display: none;
	}

	.newOrder .nav-tabs a {
		height: auto;
	}

	.mob .tab__item a {
		margin-right: 0;
		padding: 15px 10px;
	}

	div.newOrder-container {
		padding: 0 15px;
	}

	#myTabContent div.newOrder-container {
		padding: 0;
	}

	.sidebar__block {
		display: none;
	}

	body .sidebar .sidebar__title {
		display: block;
	}

	body .sidebar .sidebar__column {
		width: auto;
	}

	body .sidebar .sidebar__list {
		width: auto;
	}

	.newOrder-container .total {
		float: right;
		margin: 25px 45px 10px;
	}

	.newOrder-container .newOrder-dropdown-list .total {
		float: left;
		margin: 25px 0 0;
	}

	.historyOrder-container {
		margin: 0 auto;
		width: 95%;
	}

	.dealerPage-container {
		margin: 0 auto;
		width: 95%;
	}

	.productDetail__title {
		margin-left: 2.5%;
	}

	.nav-tabs {
		/*margin-left:2.5%;*/
		margin: 1em auto;
		width: 95%;
	}

	.tab-content .tab-pane,
	.info__block {
		margin: 0 auto;
		width: 95%;
	}
}


@media only screen and (max-width:630px) and (min-width:581px) {
	#myorder {
		display: none;
	}

	.myorder {
		width: auto;
	}

	.mob ul.nav-tabs {
		display: block;
		flex-wrap: wrap;
		text-align: center;
	}

	.mob ul.nav-tabs .active {
		display: block;
	}

	.mob ul.nav-tabs .active:before {
		content: "";
		background: url(/img/menu-down-ico.png) no-repeat;
		width: 13px;
		height: 8px;
		display: block;
		margin: 23px 0 0 10px;
		position: absolute;
	}

	.mob ul.nav-tabs .myorder {
		display: block;
	}

	.mob li.tab__item_lk {
		flex: 1 1 100%;
		padding: 0;
		display: none;
	}

	.newOrder .nav-tabs a {
		height: auto;
	}

	.mob .tab__item a {
		margin-right: 0;
		padding: 15px 10px;
	}

	div.newOrder-container {
		padding: 0 15px;
	}

	#myTabContent div.newOrder-container {
		padding: 0;
	}

	.newOrder-container .newOrder-dropdown-list .total {
		float: none;
		margin: 25px auto 0;
	}

	.addOrder {
		float: none;
		margin: 25px auto 0;
	}
}


/*
=====================================
581x480
=====================================
*/

@media only screen and (max-width:581px) and (min-width:480px) {
	#myorder {
		display: none;
	}

	.myorder {
		width: auto;
	}

	.mob ul.nav-tabs {
		display: block;
		flex-wrap: wrap;
		text-align: center;
	}

	.mob ul.nav-tabs .active {
		display: block;
	}

	.mob ul.nav-tabs .active:before {
		content: "";
		background: url(/img/menu-down-ico.png) no-repeat;
		width: 13px;
		height: 8px;
		display: block;
		margin: 23px 0 0 10px;
		position: absolute;
	}

	.mob ul.nav-tabs .myorder {
		display: block;
	}

	.mob li.tab__item_lk {
		flex: 1 1 100%;
		padding: 0;
		display: none;
	}

	.newOrder .nav-tabs a {
		height: auto;
	}

	.mob .tab__item a {
		margin-right: 0;
		padding: 15px 10px;
	}

	div.newOrder-container {
		padding: 0 15px;
	}

	#myTabContent div.newOrder-container {
		padding: 0;
	}

	.td-hide {
		display: none;
	}

	.newOrder-container .info__block {
		width: auto;
	}

	body .sidebar .sidebar__title {
		display: block;
	}

	body .sidebar .sidebar__column {
		width: auto;
	}

	body .sidebar .sidebar__list {
		width: auto;
	}

	.payment-block h3,
	.payment-block h3 span,
	.order-form label {
		font-size: 18px;
	}

	.form-send-btn {
		font-size: 20px;
	}

	.newOrder-container table tbody td {
		font-size: 17px;
	}

	.newOrder-container .has-description {
		padding-left: 10px;
	}

	.newOrder-container table tbody td:last-child {
		padding-right: 15px;
	}

	.newOrder-container .number {
		font-size: 17px;
	}

	.tab-content .tab-pane,
	.info__block {
		width: 95%;
	}

	.historyOrder-container {
		margin: 0 auto;
		width: 95%;
	}

	.dealerPage-container {
		margin: 0 auto;
		width: 95%;
	}

	.productDetail__title {
		margin-left: 2.5%;
	}

	.newOrder-container .info__block {
		margin: -5px 0 0;
	}

	.newOrder-container .newOrder-dropdown-list .total {
		float: none;
		margin: 25px auto 0;
	}

	.addOrder {
		float: none;
		margin: 25px auto 0;
	}
}


@media only screen and (max-width:480px) and (min-width:320px) {
	.as_button {
		display: inline-block;
		margin-bottom: 10px !important;
	}

	#myorder {
		display: none;
	}

	.myorder {
		width: auto;
	}

	.mob ul.nav-tabs {
		display: block;
		flex-wrap: wrap;
		text-align: center;
	}

	.mob ul.nav-tabs .active {
		display: block;
	}

	.mob ul.nav-tabs .active:before {
		content: "";
		background: url(/img/menu-down-ico.png) no-repeat;
		width: 13px;
		height: 8px;
		display: block;
		margin: 23px 0 0 10px;
		position: absolute;
	}

	.mob ul.nav-tabs .myorder {
		display: block;
	}

	.mob li.tab__item_lk {
		flex: 1 1 100%;
		padding: 0;
		display: none;
	}

	.newOrder .nav-tabs a {
		height: auto;
	}

	.mob .tab__item a {
		margin-right: 0;
		padding: 15px 10px;
	}

	div.newOrder-container {
		padding: 0 15px;
	}

	#myTabContent div.newOrder-container {
		padding: 0;
	}

	img.productDetail__doc-img {
		width: 40px;
	}

	.sidebar__block {
		display: none;
	}

	.td-hide {
		display: none;
	}

	.payment-block h3,
	.payment-block h3 span,
	.order-form label {
		font-size: 18px;
	}

	.payment-block p,
	.payment-block span {
		font-size: 16px;
	}

	.form-send-btn {
		font-size: 20px;
	}

	.newOrder-container .sum td {
		font-size: 25px;
	}

	.newOrder-container .desc td {
		font-size: 21px;
	}

	.newOrder-container .info__block {
		width: auto;
	}

	body .sidebar .sidebar__title {
		display: block;
	}

	body .sidebar .sidebar__column {
		width: auto;
	}

	body .sidebar .sidebar__list {
		width: auto;
	}

	.newOrder-container table tbody td {
		font-size: 17px;
	}

	.newOrder-container .has-description {
		padding-left: 10px;
		word-break: break-word;
	}

	.newOrder-container table tbody td:last-child {
		padding-right: 15px;
	}

	.newOrder-container .number {
		font-size: 17px;
	}

	.newOrder-container .total td {
		font-size: 21px;
	}

	.newOrder-container .desc td {
		font-size: 21px;
	}

	.newOrder-container .sum td {
		font-size: 25px;
	}

	.info__desc {
		font-size: 17px;
	}

	.historyOrder-container {
		margin: 0 auto;
		width: 95%;
	}

	.dealerPage-container {
		margin: 0 auto;
		width: 95%;
	}

	.newOrder-container .total {
		margin: 25px 0 20px;
	}

	.newOrder-container .info__block {
		margin: -5px 0 0;
	}

	.tab-content .tab-pane,
	.info__block {
		width: 95%;
	}

	.productDetail__title {
		margin-left: 2.5%;
		text-align: left;
	}

	.newOrder-container .newOrder-dropdown-list .total {
		float: none;
		margin: 25px auto 0;
	}

	.addOrder {
		float: none;
		margin: 25px auto 0;
	}
}

/* Формы */
.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.4);
}

.ui-dialog {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
}

.ui-dialog h1 {
	margin: 0 0 15px;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("/img/close.png") center no-repeat;
	border: 0 none;
	height: 16px;
	outline: none;
	width: 16px;
}

.form-dialog {
	display: none;
	min-width: 400px;
	max-width: 500px;
}

.form-dialog label {
	color: #58595b;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 10px;
	vertical-align: middle;
	/*width:30%;*/
}

.form-dialog input[type="text"],
.form-dialog input[type="email"],
.form-dialog input[type="tel"],
.form-dialog textarea {
	border: 1px solid #cccccc;
	color: #000;
	font-size: 14px;
	margin: 0 0 10px;
	width: 100%;
}

.form-dialog input[type="text"],
.form-dialog input[type="email"],
.form-dialog input[type="tel"] {
	height: 30px;
	/*padding:0 2%;*/
}

.required.error {
	border: 1px solid #8b2131 !important;

	-webkit-box-shadow: 0 0 2px #8b2131;
	-moz-box-shadow: 0 0 2px #8b2131;
	box-shadow: 0 0 2px #8b2131;
}

.orderCallDialog p {
	display: inline;
}

.form-dialog textarea {
	height: 100px;
	padding: 0;
	resize: none;
}

.dialog-submit {
	background: #e8e8e8;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	color: #8b2131;
	display: block;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	font-style: italic;
	margin: 10px auto 0;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	width: 240px;
}


/* Страница категория каталога */

.slider-category {
	margin: 50px 0 0;
}

.slider-category .portfolio__section {
	margin-bottom: 72px;
	padding-bottom: 3px;
	zoom: 1;
	display: block;
	border-bottom: 1px solid #03644e;
}

.slider-category .portfolio__section .portfolio__section_title {
	margin-bottom: 25px;
}

.slider-category .portfolio__section .portfolio__section_title h1 {
	margin: 0;
	font-size: 22px;
}

.slider-category .portfolio__section .portfolio__section_title h2 {
	font-size: 22px;
	color: #03644e;
	margin: 0;
}

.slider-category .portfolio__section .portfolio__section_content {
	margin-right: -33px;
}

.slider-category .portfolio__section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.semantic-content .modal-close:after {
	background: #fff url("/img/close.png") center no-repeat;
	content: '';
	height: 16px;
	width: 16px;
}

.class-2 .submenu__content {
	left: -118%;
	top: 161%;
	/* min-width: 500px; */
}

.class-3 .submenu__content {
	left: -30%;
	/* min-width: 400px; */
}

.class-4 .submenu__content {
	left: -45%;
	/*min-width:300px;*/
	/* min-width: 440px; */
}

.class-4 .submenu__content:after {
	left: 140px;
}

.class-5 .submenu__content {
	left: -34%;
	/* min-width: 238px; */
}

.class-5 .submenu__content:after {
	left: 115px;
}

.class-6 .submenu__content {
	left: -45%;
	/* min-width: 270px; */
}

@media screen and (min-width:961px) {
    .class-2 .submenu__content {
            min-width: 500px;
        }
    
        .class-3 .submenu__content {
            min-width: 400px;
        }
    
        .class-4 .submenu__content {
            min-width: 440px;
        }
    
        .class-5 .submenu__content {
            min-width: 238px;
        }
    
        .class-6 .submenu__content {
            min-width: 270px;
        }
}

.class-6 .submenu__content:after {
	left: 100px;
}

.gray.vtoroy>li {
	/*float:left;*/
	width: 100%;
	line-height: 1.2;

}

.gray.vtoroy>li:first-child {
	line-height: 1;
}

.gray.vtoroy>li:hover a {
	color: #8b2131;
}

.class-5 .gray.vtoroy>li {
	float: none;
	width: auto;
}

.top-menu-title {
	margin: 1em 0 .25em;
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	color: #8b2131;
}

.top-menu-region-link {
	margin-bottom: 1em;
}

.sidebar .top-menu-region-link {
	margin-top: 1em;
	padding-left: 15px;
}

.top-menu-region-link a {
	color: #565e64;
	font-size: 24px;
}

.sidebar .top-menu-region-link a {
	font-size: 17px;
	text-decoration: none !important;
}

.sidebar .top-menu-region-link a.selected {
	color: #8b2131;
}

.top-menu-region-link a:hover {
	color: #8b2131;
}

.top-menu-separator {
	height: 1px;
	margin: 1em 0;
	background-color: #920919;
}

.submenu__content .top-menu-title+ul {
	margin-top: .25em;
}

@media screen and (max-width:960px) {

	.class-1 .submenu__content,
	.class-2 .submenu__content,
	.class-3 .submenu__content,
	.class-4 .submenu__content,
	.class-5 .submenu__content,
	.class-6 .submenu__content {
		left: 0;
		top: 0;
	}
}

.regions-current-region {
	cursor: pointer;
}

.regions-current-region svg {
	width: 20px;
	height: 17px;
	position: absolute;
	top: 4px;
	left: 2px;
}

.regions-menu-wrapper {
	width: 94%;
	max-width: 900px;
}

.regions-menu-wrapper * {
	box-sizing: border-box;
}

.regions-menu-wrapper a {
	color: #4d4d4f;
	text-decoration: none;
}

.regions-menu-wrapper a:hover {
	color: #8b2131;
}

.regions-menu-title-wrapper {
	display: flex;
	margin: 15px 0 30px;
}

.regions-menu-title {
	margin-right: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.regions-menu-title::before {
	content: 'Выберите город';
}

.regions-menu-search {
	flex: 1;
	position: relative;
}

.regions-menu-search input {
	float: right;
	width: 100%;
	max-width: 422px;
	height: 32px;
	padding: 0 10px;
	background: none;
	position: relative;
	z-index: 1;
}

.regions-menu-search svg {
	width: 20px;
	height: 20px;
	stroke: #bbb;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 0;
}

.regions-menu-favorites div {
	margin-bottom: 10px;
	font-weight: 700;
}

.regions-menu-favorites:empty {
	display: none;
}

.regions-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0 15px;
}

.regions-menu-section {
	width: calc(25% - 22.5px);
	padding-left: 32px;
	position: relative;
}

.regions-menu-section::before {
	content: attr(data-letter);
	color: #6e777f;
	font-size: 25px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.regions-menu-section div {
	margin-top: 10px;
}

.regions-menu-empty {
	color: #6e777f;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width:800px) {
	.regions-menu-section {
		width: calc(33.3333% - 20px);
	}
}

@media (max-width:600px) {
	.regions-menu-section {
		width: calc(50% - 15px);
	}
}

@media (max-width:500px) {
	.regions-menu-title-wrapper {
		display: block;
		margin: 0 0 24px;
	}

	.regions-menu-title {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 28px;
	}

	.regions-menu-search input {
		float: none;
	}

	.regions-menu {
		margin: 24px 0 0;
	}
}

@media (max-width:400px) {
	.regions-menu-section {
		width: 100%;
	}
}

/* Боковое меню */

.sidebar__link {
	display: block;
	text-decoration: none;
}

.sidebar__item .top {
	color: #58595B;
	font-size: 17px;
	/*text-transform:uppercase;*/
	font-family: 'FuturisCyrillic', 'Helvetica', 'Arial', serif;
	text-decoration: underline;
}

.sidebar__item .btm {
	display: block;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-transform: none;
}


/* Fotorama */

/*.fotorama__wrap--slide .fotorama__stage__frame {*/
/*	text-align:center;*/
/*}*/

/*.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage .fotorama__img {*/
/*	!*height:90% !important;*!*/
/*	height:auto !important;*/
/*	width:auto !important;*/
/*	display:inline-block;*/
/*	position:static;*/
/*}*/

/*** Sayants Anton ***/
.search__button {
	right: 0;
	top: 0;
	position: absolute;
	/* float:left; */
	width: 30px;
}

.vuhod {
	display: inline-block;
	color: #fff;
	margin: 0;
	float: right;
}

.str_error {
	color: red;
}

.str_ok {
	color: green;
}

.none {
	display: none;
}

.none.block {
	display: block;
}

.del_tov {
	cursor: pointer;
	color: #8b2131;
}

.zagolovok {
	color: #8b2131;
	font-size: 29px;
}

.sylko {
	color: #58595b;
	cursor: pointer;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.newOrder-container .sum .price {
	padding: 0;
}

.newOrder-container table caption {
	color: #3B3B3C;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	margin-top: 1.33em;
}

.newOrder-dropdown-list--content {
	display: block;
}


@font-face {
	font-family: 'MyriadPro-LightSemiExt';
	src: url("/fonts/Myriad_Pro_Light/myriadpro-lightsemiext.eot"), url("/fonts/Myriad_Pro_Light/myriadpro-lightsemiext.eot"), url("/fonts/Myriad_Pro_Light/myriadpro-lightsemiext.svg"), url("/fonts/Myriad_Pro_Light/myriadpro-lightsemiext.woff");
	font-style: normal;
	font-weight: normal;
}

table.table-order {
	font-family: 'MyriadPro-SemiExt', 'Helvetica', 'Arial', serif;
}

table.table-order caption {
	color: #3f3f3f;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 55px 0 40px;
}

table.table-order thead {
	border-top: 0 none;
}

table.table-order:first-child thead {
	border-top: 1px solid #adadad;
}

table.table-order thead th {
	font-family: 'MyriadPro-LightSemiExt', 'Helvetica', 'Arial', sans-serif;
	font-size: 19px;
	font-style: normal !important;
}

table.table-order tbody td {
	font-size: 16px;
}

table.table-order tbody td:first-child {
	width: 35%;
}

table.table-order tbody td a {
	color: #8b2131;
	display: inline-block;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-style: normal;
	text-decoration: none;
}

table.table-order tbody td a:hover {
	text-decoration: underline;
}

table.table-order .btn-cancel {
	display: inline-block;
	margin: 0 5px 0 5px;
}

table.table-order.table-order-content thead th,
table.table-order.table-order-content tbody td {
	text-align: center;
}

table.table-order.table-order-content thead th:first-child,
table.table-order.table-order-content tbody td:first-child {
	text-align: left;
}

table.table-order.table-order-content tbody td:first-child {
	width: 43%;
}

table.table-order.table-order-content .img-order {
	display: inline-block;
	vertical-align: middle;
	width: 29%;
}

table.table-order.table-order-content .link-order {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.link__back {
	margin: 50px 0 0;
	text-align: center;
}

.page__link-back {
	border-bottom: 6px solid #8b2131;
	color: #8b2131;
	display: inline-block;
	font-size: 20px;
	padding: 0 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.page__link-back:hover {
	border-bottom: 6px solid transparent;
}

.order-result {
	font-family: 'MyriadPro-Semibold', 'Helvetica', 'Arial', sans-serif;
	margin: 50px 0 0;
}

.order-result .row {
	margin: 10px 0 0;
}

.order-result .row:first-child {
	margin: 0;
}

.order-result p {
	font-size: 19px;
	margin: 0;
}

@media only screen and (max-width:480px) and (min-width:320px) {
	table.table-order caption {
		font-size: 20px;
	}

	table.table-order thead th {
		font-size: 16px;
	}

	table.table-order tbody td {
		font-size: 13px;
	}

	.page__link-back {
		font-size: 18px;
	}

	.order-result p {
		font-size: 16px;
	}
}

.landing {
	float: left;
	margin: 0 40px 0 0;
}

.button_cat,
.button_opr {
	background: #8b2131;
	color: #fff;
	padding: 15px 25px 15px 10px;
	border: none;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
}

.button_cat:hover,
.button_opr:hover {
	text-decoration: none;
}

.button_cat:before {
	content: url(/img/button_cat.jpg);
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.button_opr:before {
	content: url(/img/button_opr.svg);
	width: 22px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.h2_landing {
	padding-top: 10px !important;
	padding-bottom: 20px;
}

.p_landing {
	font-size: 18px;
	line-height: 25px;
	margin-top: 0 !important;
	text-align: justify;
}

.a_landing {
	color: #8b2131;
	font-style: italic;
}

.hidden {
	visibility: hidden !important;
}

table.probi {
	text-align: center;
	margin-top: 20px;
}

table.probi td {
	border: 2px solid #8b2131;
	padding: 5px 10px;
}

td.table_opis {
	text-align: left;
}

td.td-left {
	text-align: left !important;
	white-space: nowrap;
}

.price_time,
.price_size {
	position: relative;
	/*float:left;*/
	width: 100%;
}

.size {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.size td {
	border: 1.5px solid #8b2131;
	width: 30px;
	height: 30px;
}

.size tr:first-child {
	height: 45px;
	font-weight: bold;
}

.size tr td:first-child {
	width: 90px !important;
	font-weight: bold;
}

.size .yes {
	background-image: url(/upload/medialibrary/58a/shtrih.jpg);
	background-repeat: repeat;
}

.size2 td {
	width: 70px;
}

.kk-6334 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.kk-6334 img {
	height: 30px;
}

.kk-6334 a {
	cursor: pointer;
}

.kk-6334 tr:first-child {
	font-weight: bold;
}

.kk-6334 td {
	border: 1.5px solid #8b2131;
	width: 60px;
	height: 30px;
}

.kk-6334 td:first-child {
	width: 30px;
}

.bez-fona {
	background: #ffffff !important;
	border: none !important;
}

.groups {
	font-size: 20px;
}

.gallery {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.gallery td,
.gallery_div {
	width: 20.9%;
	height: 200px;
	text-align: center;
	padding: 0 1%;
	vertical-align: middle;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 28px;
	/*background-color:#bbbec3;*/
	background-color: #676767;
	background-blend-mode: multiply;
	transition: all 0.2s linear;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery td:hover,
.gallery_div:hover {
	background-color: transparent;
}

.retail_order {
	padding: 0 1.20219% 0 1.20219%;
}

.count_goods {
	width: 50px;
}

#icon_temperature {
	width: 130px;
	position: absolute;
	right: 15px;
	margin-top: -80px;
}


/*Стили для калькулятора*/
.calculate_header {
	margin-left: 26%;
}

#calculate-roltek {
	max-width: 1200px;
	margin: 0 auto;
}

#calculate-roltek #form .calculate_mobile {
	display: none;
}

#calculate-roltek #form {
	float: left;
	width: 20%;
	padding: 0% 2% 1%;
	color: #8b2131;
	line-height: 2;
}

#calculate-roltek #form i {
	font-size: 11.5px;
	line-height: 1.2;
}

#calculate-roltek #form img {
	width: 100%;
	margin-bottom: 20px;
}

#calculate-roltek #picture form div {
	float: left;
	margin-right: 1%;
	width: 24%;
	white-space: nowrap;
}

#calculate-roltek #picture form div:first-child {
	margin-top: 3%;
}

#calculate-roltek #picture form div:last-child {
	float: right;
	margin-right: 0;
}

#calculate-roltek #picture form input {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #fff;
	color: #000;
	border: none;
	text-align: center;
	margin-bottom: 5%;
	border-radius: 0;
}

#calculate-roltek #picture form input::-webkit-input-placeholder {
	color: #6E777F;
	opacity: 0.8;
}

#calculate-roltek #picture form input::-moz-placeholder {
	color: #6E777F;
	opacity: 0.8;
}

/* Firefox 19+ */
#calculate-roltek #picture form input:-moz-placeholder {
	color: #6E777F;
	opacity: 0.8;
}

/* Firefox 18- */
#calculate-roltek #picture form input:-ms-input-placeholder {
	color: #6E777F;
	opacity: 0.8;
}

#calculate-roltek #picture form input[type="submit"] {
	width: 100%;
	padding: 7.5% 0;
	background-color: #6E777F;
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
}

#calculate-roltek #picture form input[type="submit"]:hover {
	background-color: #670c1a;
}

#calculate-roltek #picture {
	float: right;
	width: 70%;
	color: #fff;
	background-color: #8b2131;
	text-align: center;
	padding: 1% 2% 2%;
	position: relative;
}

#calculate-roltek #form ul {
	color: #6E777F;
	text-align: left;
	padding-left: 2%;
}

#calculate-roltek #form ul a {}

#calculate-roltek #form ul li {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background-color: #6E777F;
	display: inline-block;
	text-align: center;
	margin-bottom: 3%;
}

#calculate-roltek #picture img {
	width: 100%;
}

#calculate-roltek ul li#tab-active {
	color: #fff;
	background-color: #8b2131;
}

#calculate-result {}

.col-complect {
	float: left;
	width: 22%;
	text-align: center;
	padding: 10px 1.5% 20px;
}

.col-complect div {
	background-color: #e6e6e6;
	padding: 5px 15px 10px;
	margin-top: 10px;
}

#verdict>span {
	color: #8b2131;
}

#verdict div {
	outline: 3px solid #8b2131;
}

.col-complect div .verdict {
	background-color: #8b2131;
	color: #fff;
	padding: 5px 0 3px;
}

.col-complect img {
	max-height: 175px;
	max-width: 100%;
}

.col-complect>span {
	display: block;
	font-size: 30px;
	font-family: 'FuturisRegular', 'Helvetica', 'Arial', serif;
	font-weight: bold;
	color: #6E777F;
}

.col-complect .p_bold {
	font-weight: bold;
}

.col-complect .p_bold>span {
	color: #8b2131;
}

#calculate-roltek #picture #validation {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #6E777F;
	padding: 30px 100px;
	white-space: nowrap;
	font-size: 18px;
}

input#double-length {
	position: absolute;
	left: 50%;
	top: 22%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: 1px dotted #8b2131;
}

input#double-width {
	position: absolute;
	left: 43%;
	top: 82.5%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: 1px dotted #8b2131;
}

input#double-weight {
	position: absolute;
	left: 43%;
	top: 43%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: 1px dotted #8b2131;
}

#calculate_request {
	width: 100%;
	background-color: #6E777F;
	text-align: center;
	padding: 10px 5px 0;
}

#calculate_request div {
	color: #fff;
	margin-bottom: 15px;
}

#calculate_request div p {
	margin: 5px 0;
	color: #8b2131;
}

#calculate_request .calculate_request_cols {
	float: left;
	width: 20%;
}

#calculate_request .calculate_request_cols:first-child {
	margin-top: 32px;
	font-size: 16px;
	font-style: italic;
}

#calculate_request input {
	width: 150px;
	text-align: center;
}

#calculate_request input[type="submit"] {
	width: 100%;
	color: #fff;
	background-color: #8b2131;
	padding: 20px 15px;
	border: none;
	font-style: italic;
}

#calculate_request input[type="submit"]:hover {
	background-color: #670c1a;
}

#calculate_request #calculate_request_submit {
	float: left;
	width: 33%;
	margin: 0 3.5%;
}

#add_price {
	cursor: pointer;
	color: #fff;
	text-align: left;
	text-decoration: underline;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #8b2131;
	width: max-content;
	padding: 5px 15px;

}

/*Кнопка обратного звонка*/
div#callback_icon {
	background-color: #8b2131;
	position: fixed;
	top: 50%;
	right: -186px;
	padding: 10px 13px 9px;
	transition: 0.5s right ease-in;
	border-radius: 3px 0 0 3px;
	z-index: 999999;
}

div#callback_icon img {
	margin-right: 6px;
}

div#callback_icon a {
	color: #fff;
}

div#callback_icon:hover {
	right: 0;
	text-decoration: none;
}

div#callback_icon a:hover {
	text-decoration: none;
}

/*Иконки в карточке товара*/
div#icons {
	position: absolute;
	right: 14px;
	margin-top: -90px;
}

.sections_big {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content:space-around; */
    /*margin-bottom:30px;*/
    gap: 15px;
}

.sections_big li {
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 13px;
    max-width: 280px;
    width: 100%;
}

.sections_big>li:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.sections_big>li:hover a img {
    scale: 1.1;
}

.sections_big img {
	max-width: 172px;
	width: 100%;
}

/*-START-Интерактивная карта*/
#red_border,
.red_border {
	width: 40px;
	height: 38px;
	border: 3px solid #8b2131;
	position: absolute;
	pointer-events: none;
	display: none;
}

#red_border_tok {
	width: 46px;
	height: 45px;
	border: 3px solid #8b2131;
	position: absolute;
	pointer-events: none;
	display: none;
}

.otk_map_1 {
	position: relative;
	float: right;
}

.otk_map_1 #red_border,
.red_border_podbor {
	width: 55px;
	height: 53px;
	border: 4px solid #8b2131;
}

.otk_map_2023 {
	position: relative;
	/* float:right; */
	margin-bottom: 30px;
}

.otk_map_2023>img {
	/*width:100%;*/
	width: 905px;
}

.otk_map_2023 #red_border,
.red_border_podbor {
	width: 60px;
	height: 57px;
	border: 4px solid #8b2131;
}

.podves_map_2023 {
	position: relative;
	/* float:right; */
	margin-bottom: 30px;
}

.podves_map_2023>img {
	/*width:100%;*/
	width: 905px;
}

.podves_map_2023 #red_border,
.red_border_podbor {
	width: 60px;
	height: 57px;
	border: 4px solid #8b2131;
}

.otk-map-svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.map-zone {
    fill: rgba(255, 0, 0, 0);
    stroke: rgba(255, 0, 0, 0);
    stroke-width: 4;
    cursor: pointer;
}

.map-zone:hover,
.map-zone:focus {
    fill: rgba(139, 33, 49, 0.15);
    stroke: #8b2131;
    stroke-width: 4;
    outline: none;
}

.map-popup__item + .map-popup__item {
    margin-top: 16px;
}
.map-popup hr {
    margin: 16px 0;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.map-popup__item {
    display: flex;
}

.hide_div {
	display: none;
	max-width: 500px;
    width: 100%;
}

.hide_div img {
	float: left;
	height: 100px;
	margin-right: 10px;
}

.hide_div p {
	overflow: hidden;
}

.hide_div h3 {
	margin-top: 0;
	line-height: 1;
}

.hide_div a {
	display: block;
	text-align: right;
    margin-top: 10px;
}

area:focus {
	outline: none;
}

/*-END-Интерактивная карта*/
div.personal-checkbox {
	padding-top: 5px;
}

div.personal-checkbox label {
	width: 100%;
	display: inline;
	margin: 0 0 0 5px;
	vertical-align: top;
}

div.personal-checkbox label a {
	vertical-align: top;
}

/*-START-Опросный лист*/
div.questionnaire {
	max-width: 900px;
}

div.questionnaire table {
	width: 100%;
}

div.questionnaire .opros_header {
	background-color: #e6e6e6;
	font-weight: bold;
}

div.questionnaire table tr td {
	padding: 20px;
	border: 1px solid black;
}

div.questionnaire table tr td:last-child {
	width: 40%;
}

div.questionnaire form input[type="radio"],
div.questionnaire form input[type="checkbox"] {
	margin-right: 5px;
}

div.questionnaire form textarea {
	width: 100%;
	height: 200px;
}

div.questionnaire form textarea[name=company],
div.questionnaire form textarea[name=address] {
	height: auto;
	resize: none;
	border: 1px solid #dfdfdf;
}

div.questionnaire form input[type="text"],
div.questionnaire form input[type="email"],
div.questionnaire form input[type="number"],
div.questionnaire form input[type="tel"] {
	width: 80%;
}

span#questionnaire_result {
	color: #8b2131;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 10px;
}

span#dvutavr,
span#svarnaya_balka,
span#svarnoe,
span#boltovoe,
span#na_zahvatah,
span#kran_kons_h,
span#kran_kons_h2,
span#kran_kons_tal {
	position: relative;
}

span#dvutavr:after,
span#svarnaya_balka:after,
span#svarnoe:after,
span#boltovoe:after,
span#na_zahvatah:after,
span#kran_kons_h:after,
span#kran_kons_h2:after,
span#kran_kons_tal:after {
	content: url(/img/icon_vopros.png);
	position: absolute;
	margin-left: 5px;
	margin-top: 2px;
}

span#dvutavr:hover span,
span#svarnaya_balka:hover span,
span#svarnoe:hover span,
span#boltovoe:hover span,
span#na_zahvatah:hover span,
span#kran_kons_h:hover span,
span#kran_kons_h2:hover span {
	position: absolute;
	border: 1px solid black;
	z-index: 9;
}

span#dvutavr:hover span {
	background: url(/img/dvutavr.jpg) no-repeat;
	width: 96px;
	height: 150px;
	top: -160px;
	left: -35px;
}

span#svarnaya_balka:hover span {
	background: url(/img/svarnaya_balka.jpg) no-repeat;
	width: 150px;
	height: 132px;
	top: -140px;
	left: -70px;
}

span#svarnoe:hover span {
	background: url(/img/svarnoe.jpg) no-repeat;
	width: 400px;
	height: 123px;
	top: -130px;
	left: -330px;
}

span#boltovoe:hover span {
	background: url(/img/boltovoe.jpg) no-repeat;
	width: 400px;
	height: 144px;
	top: -150px;
	left: -340px;
}

span#na_zahvatah:hover span {
	background: url(/img/na_zahvatah.jpg) no-repeat;
	width: 400px;
	height: 179px;
	top: -185px;
	left: -235px;
}

span#kran_kons_h:hover span {
	background: url(/img/lks/kran_kons_h.jpg) no-repeat;
	background-size: contain;
	width: 195px;
	height: 250px;
	top: -250px;
	left: -195px;
}

span#kran_kons_h2:hover span {
	background: url(/img/lks/kran_kons_h2.jpg) no-repeat;
	background-size: contain;
	width: 187px;
	height: 250px;
	top: -250px;
	left: -187px;
}

span#kran_kons_tal:hover span:after {
	content: 'Важно! Тип тали влияет на выбор тележки для варианта крепления тали к крану.';
	background: #fff;
	width: 250px;
	top: -67px;
	left: 20px;
	padding: 5px;
	position: absolute;
	border: 1px solid gray;
}

table#kabel td {
	padding: 0;
}

table#kabel th {
	text-align: center;
}

table#kabel input {
	width: 100%;
	border: none;
}

table#kabel td#add_cable {
	border: none;
	padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
}

td#add_cable span {
	background: #8b2131;
	border-radius: 15px;
	padding: 0 10px 3px;
	margin-top: 10px;
	line-height: 2;
	color: #fff;
}

/*-END-Опросный лист*/
div.faq p {
	font-size: 18px;
	line-height: 1.3;
	margin-left: 20px;
}

#status_current {
	color: #920919;
	font-weight: bold;
	opacity: 1;
	text-decoration: underline;
}

ul.kits_list {
	height: 220px;
	overflow: hidden;
}

ul.kits_list li:last-child {
	width: 100%;
	height: 150px;
	background: linear-gradient(0deg, #fff, transparent);
	position: absolute;
	bottom: 0;
}

#kits_list_more {
	font-size: 20px;
	color: #8b2131;
	border-bottom: 2px solid #8b2131;
	text-decoration: none;
	padding: 3px 37px 3px 31px;
	margin-top: 10px;
	white-space: nowrap;
	text-align: center;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

#kits_list_more:after {
	content: "";
	background: url(/img/more-btn-arrow.png) no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin: 0 11px 2px 9px;
}

#sistems_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

#sistems_list div {
	display: flex;
	flex-direction: column;
	flex-basis: 280px;
	margin: 20px 0;
	cursor: pointer;
}

#sistems_list div:hover img {
	opacity: 0.5;
}

#sistems_list h4 {
	height: 50px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#sistems_list p {
	color: #fff;
	font-size: 1.5rem;
	background-color: #8b2131;
	margin: 0;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#sistems_list img {
	width: 100%;
}

.sistem_detail {
	max-height: 100vh;
	margin: 0;
	background-color: #E8E8E8;
}

.sistem_detail>img {
	max-height: 90vh;
	margin-right: 80px;
}

div.sistem_detail_desc {
	position: absolute;
	top: 20%;
	left: 0;
	width: 35%;
	background: rgba(139, 33, 49, 0.8);
	padding: 20px;
	color: #fff;
}

div.sistem_detail_desc>p {
	color: #fff;
}

div.sistem_items {
	position: absolute;
	right: 10px;
	top: 22px;
	max-height: 90vh;
	width: 80px;
	float: right;
	margin: 0;
	padding: 2px 2px 2px 20px;
	list-style: none;
	/*overflow-y:auto;*/
}

.sistem_detail div.sistem_items>div {
	height: 40px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	position: relative;
}

div.sistem_items>div>div>div {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 100px;
	background: rgba(255, 255, 255, 1);
	padding: 40px 80px;
	transform: translateY(-50%);
}

div.sistem_items>div:nth-child(1)>div>div {
	top: 110px;
}

div.sistem_items>div:nth-child(2)>div>div {
	top: 54px;
}

div.sistem_item_desc {
	display: none;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	text-align: center;
	top: 50%;
	right: 50%;
	padding: 40px 40px 20px;
	transform: translate(50%, -50%);
}

div.sistem_item_desc a {
	display: block;
	padding: 20px 30px;
	background-color: rgba(139, 33, 49, 0.8);
	color: #fff;
	margin: 5px 0;
}

div.sistem_item_desc a:hover {
	background-color: rgba(139, 33, 49, 1);
}

div.sistem_item_desc span {
	text-decoration: underline;
	line-height: 2;
	cursor: pointer;
}

div.sistem_items>div:hover,
.sistem_items div.select>div {
	outline: 2px solid rgba(139, 33, 49, 0.8);
}

div.sistem_item_img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
}

div.sistem_items>div>div>div:first-child {
	transition: 0.3s;
	border: 2px solid #6E777F;
	pointer-events: none;
}

div.sistem_items>div>div:hover>div:first-child {
	opacity: 1;
}

.news .sliderkit-panel a img {
	margin: 0;
}

.price_dost {
	border: 1.5px #757071 dashed;
	padding: 5px 10px 5px 10px;
}

.price_dostavka {
	font-size: 140%;
	color: #8B2131;
}

.price_size span,
.price_time span {
	color: #8b2131;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.d_param {
	margin-left: 5px;
	margin-top: -1.5px;
	position: absolute;
}

.sebekon label {
	display: inline !important;
	margin-bottom: 0 !important;
}

.sebekon input[type="radio"],
.sebekon input[type="checkbox"] {
	margin: 0 0 2px 0 !important;
}

div.discount_list {
	position: absolute;
	right: 0;
}

div.discount_list div {
	position: fixed;
	bottom: 0;
	text-align: right;
	background-color: #8b2131;
	color: #fff;
	padding: 10px;
	transform: translateX(-100%);
	z-index: 9;
	border: 3px solid #ffffff;
	border-bottom: none;
	min-width: 180px;
}

div.rtech_icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}

div.rtech_icons>div {
	margin: 20px 10px;
	flex-grow: 1;
	max-width: 100px;
	text-align: center;
}

div.rtech_icons>div img {
	max-width: 100%;
}

div.rtech_icons>div p {
	text-align: center;
	font-size: 18px;
}

div.delivery_tracker {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

div.delivery_tracker input[name=number] {
	font-size: 2.5rem;
	padding-left: 10px;
	width: 100%;
	height: 50px;
	margin: 0;
}

div.delivery_tracker input[name=number]:focus {
	outline-color: #818385;
}

div.delivery_tracker input[type=submit] {
	height: 56px;
	/*min-width:17%;*/
	/*max-width:50%;*/
	padding-left: 25px;
	padding-right: 25px;
	font-size: 2rem;
	/*-webkit-appearance:none;*/
	/*-webkit-border-radius:0;*/
}

div.delivery_result {
	/*font-size:2rem;*/
	line-height: 1.5;
	color: #424446;
}

div.delivery_result div {
	padding: 10px 10px;
	margin: 5px 2px;
	border: 2px solid #e0e0e0;
}

div.status_result>div {
	line-height: 1.5;
	color: #424446;
	padding: 10px 10px;
}

p.disclaimer {
	font-size: 1.5rem;
	float: left;
	color: gray;
	font-style: italic;
}

h4.sostav {
	margin-bottom: 0;
	padding-bottom: 0;
}

input[name=as-lastname] {
	visibility: hidden !important;
	overflow: hidden !important;
	height: 1px !important;
	width: 1px !important;
}

div.sposob_prim {
	float: right;
	width: 200px;
	text-align: center
}

div.sposob_prim p {
	border-bottom: 5px solid #922e36;
}

div.sposob_prim:hover p {
	border-bottom: 5px solid transparent;
	;
}

p.add_mark_goods {
	font-size: 2rem;
	color: #922e36;
	padding: 10px 0;
	cursor: pointer;
	background: #8b2131;
	color: #fff;
	border: none;
	padding: 7px 10px;
	-webkit-box-shadow: 2px 2px 0px 0px #3b3b3c;
	-moz-box-shadow: 2px 2px 0px 0px #3b3b3c;
	box-shadow: 2px 2px 0px 0px #3b3b3c;
}

.marketing_goods {
	padding-top: 15px;
	font-size: 1.8rem;
	font-style: italic;
}

.marketing_goods>div {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 1.5rem;
}

.marketing_goods>div>div {
	flex: 0 1;
	flex-basis: 22%;
	margin: 10px;
	border-bottom: 1px solid #8b2131;
	padding-bottom: 15px;
}

.marketing_goods>div>div:first-child {
	margin-left: 0;
}

.marketing_goods>div>div:last-child {
	margin-right: 0;
}

.marketing_goods h4 {
	height: 40px;
}

.marketing_goods img {
	max-width: 100%;
}

#points {
	color: #922e36;
	font-size: 2.5rem;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
}

.marketing_goods input {
	background: #f5f5f5 url(/img/border-line.png) 0 bottom repeat-x;
	border: 0 none;
	color: #3B3B3C;
	display: inline-block;
	font-family: 'MyriadPro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	font-style: italic;
	margin: 0;
	text-align: center;
	max-width: 58px;
	width: 100%;
	margin-top: 10px;
}

.kran_type {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #8b2131;
	font-size: 1.7rem;
	line-height: 1.2;
	text-align: right;
}

.kran_type:first-child {
	border-top: 1px solid #8b2131;
}

.kran_type>div {
	flex: 1 1;
}

.kran_type span {
	display: block;
	text-align: right;
	font-size: 2.5rem;
	color: #de9004;
	font-weight: bold;
	margin-top: 10px;
}

.kran_type_image {
	min-width: 58%;
	height: 350px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

tr.my_kit_detail img {
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}

table.my_kits tr td:first-child {
	width: 50%;
}

tr.my_kit_detail {
	display: none;
	background-color: #f5f5f5;
}

span.arrow {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 15px;
	transition: all 0.2s linear;
}

.rotate180 {
	transform: rotate(180deg);
}

div#save_kit_modal {
	display: none;
}

.manage_basket {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.manage_basket span {
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}

span#save_kit {
	color: #8b2131;
}

span#clear_b {
	color: #5c5c5c;
}

.add_kit2order {
	color: #8b2131;
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}

.inst_diadok>div {
	/*display:flex;*/
	height: 125px;
}

.inst_diadok>div>div:first-child {
	width: 20%;
	float: left;
}

.do_klienta label {
	display: block;
	margin: 10px 0;
}

.do_klienta input[type="checkbox"] {
	margin-right: 5px;
}

.do_klienta input[type=text] {
	padding-left: 3px;
}

.do_klienta .f_l {
	display: none;
}

#drawing-roltek {
	max-width: 1200px;
	margin: 0 auto;
	/*height:520px;*/
}

#drawing-roltek>div {
	height: 100%;
}

#drawing-header {
	display: flex;
}

#drawing-attention {
	padding: 100px 50px;
	border: 10px solid rgb(139, 33, 49);
	margin: 50px auto;
	width: 80%;
	font-size: 1.8rem;
}

#r_drawing {
	display: flex;
	justify-content: space-around;
}

#drawing-gate-img {
	max-width: 90%;
	max-height: 100%;
}

#r_drawing h2 {
	color: #fff;
	margin-top: 0;
}

#r_drawing>div:first-child {
	background-color: #6E777F;
	color: #fff;
	padding: 25px 40px;
	flex-basis: 30%;
}

#r_drawing>div:first-child label {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #8c9094;
	white-space: nowrap;
}

#r_drawing>div:first-child input[type=number] {
	width: 70px;
	margin-left: 30px;
	padding: 5px;
}

#r_drawing>div:first-child input[type=number]::placeholder {
	color: #c7cbcf;
}

#r_drawing select {
	width: 100%;
	padding: 5px;
}

#r_drawing button {
	padding: 10px 20px;
	color: #fff;
	background-color: #8b2131;
	width: 100%;
	border: 1px solid rgb(255, 255, 255);
}

#r_drawing button:focus {
	outline: none;
}

#r_drawing>div:last-child {
	position: relative;
}

#r_valid {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #8b2231cf;
	padding: 30px 100px;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
	text-align: left;
}

#r_valid ul {
	color: #fff;
	padding: 0;
}

.r_dr_p2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #6E777F;
}

.r_dr_p2 img {
	max-width: 100%;
	background-color: #fff;
}

.dr_steps {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.dr_steps span {
	display: block;
	padding: 15px 30px;
	margin: 0 10px;
	background-color: #8b2131;
	color: #fff;
	cursor: pointer;
}

.dr_steps div:first-child span {
	background-color: #6E777F;
}

.r_dr_p5 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	min-height: 400px;
}

.r_dr_p5 h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #6e767fde;
	padding: 50px;
	color: #fff;
}

.r_dr_p5>div:first-child {
	background: url("/upload/r_drawing/draw_ex.jpg") no-repeat center center;
	background-size: contain;
	flex-basis: 70%;
	position: relative;
}

.r_dr_p5>div:last-child {
	flex-basis: 22%;
	background-color: #6E777F;
	color: #fff;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.dr_actions a {
	color: #fff;
}

.dr_actions>div {
	display: flex;
}

.dr_actions>div>div:first-child {
	height: 80px;
	flex-basis: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 30px;
}

.dr_actions>div>div:last-child {
	flex: 1 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.r_dr_complect_single {
	/*background-color:#6E777F;*/
	color: #fff;
	padding: 15px;
	/*height:220px;*/
}

.r_dr_complect_single>div:nth-child(2) {
	padding: 8px 12px;
	margin: 10px 0;
}

.complect_choose {
	padding: 0 15px 15px 15px;
}

.complect_choose button {
	padding: 10px 20px;
	color: #474d52;
	border: 1px solid rgb(255, 255, 255);
}

.complect_choose button:focus {
	outline: none;
}

.r_dr_complect_single_prop {
	font-size: 1.3rem;
	/*margin-bottom:15px;*/
}

.r_dr_complect_single_prop>div:nth-child(odd) {
	background-color: #838d96;
}

.r_dr_complect_single_prop>div {
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.r_dr_complect_single_prop>div>div:last-child {
	white-space: nowrap;
	padding-left: 5px;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active до версии 2.1.8 */
	{
	opacity: 0;
}

.fotorama__stage__frame.fotorama__active {
	background-color: #fff;
}

.video_frame {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
}

.video_frame iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

span.select_kit {
	color: #fff;
	background-color: #8b2131;
	border-radius: 10px;
	cursor: pointer;
	line-height: 1;
	padding: 4px 0;
	border: 1px solid #8b2131;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

span.select_kit:hover {
	color: #8b2131;
	background-color: #fff;
}

#podbor_params {
	background: url(/img/bg_podbor.jpg) no-repeat;
	background-size: cover;
	background-position: right;
	padding: 15px;
	color: #8b2131;
}

#podbor_params span {
	font-weight: bold;
	font-size: 22px;
}

#podbor_params ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 5px 0;
	background-color: #ffffffd9;
}

#podbor_params ul li {
	padding: 10px 20px;
	color: #8b2131;
	border: 1px solid #8b2131;
	cursor: pointer;
	position: relative;
}

#podbor_params ul li:hover {
	text-decoration: underline;
}

#podbor_params ul li.selected {
	color: #fff;
	background-color: #8b2131;
}

#podbor_params ul li span {
	font-size: 1.2rem;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, 0);
	width: 60px;
}

#podbor_params ul li.selected span {
	color: #8b2131;
}

#podbor_result {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
}

#podbor_result table td,
#podbor_result table th {
	padding: 5px 10px;
}

.podbor_a {
	padding: 15px;
	border: 3px solid #920919;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0 15px 0;
	font-weight: bold;
}

.podbor_price {
	font-size: 3rem;
	color: #920919;
}

.podbor_feed {
	background-color: #920919;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	#calculate-roltek {
		font-size: 80%;
	}

	.calculate_header {}

	#calculate-roltek #form {
		line-height: 1;
	}

	#calculate-roltek #picture ul li {}

	#calculate-roltek #picture ul a {
		margin-left: 2%;
	}

	#calculate-roltek #picture ul li {
		padding: 5px 9px 3px;
	}

	input#double-length,
	input#double-width,
	input#double-weight {
		display: none;
	}

	#calculate-roltek #form input[type="submit"] {
		padding: 15px 0;
		margin-top: 33%;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.calculate_header {
		margin-left: 0;
	}

	.col-complect {
		float: none;
		width: 97%;
	}

	#calculate-roltek #form {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	#calculate-roltek #form input[type="submit"] {
		margin-top: 20px;
	}

	#calculate-roltek #form img {
		display: none;
	}

	#calculate-roltek #picture {
		float: none;
		width: 96%;
	}

	#calculate-roltek #picture form div {
		float: none;
		width: 100%;
	}

	#calculate-roltek #picture form div:first-child {}

	#calculate-roltek #picture form div:last-child {
		float: none;
		margin-bottom: 2%;
	}

	ul#type_calculate {
		display: none;
		color: #fff;
		text-align: center;
		padding-left: 0;
	}

	#calculate-roltek #picture ul a {
		margin-left: 0;
	}

	input#double-length,
	input#double-width,
	input#double-weight {
		display: none;
	}

	#calculate-roltek #picture #validation {
		white-space: unset;
		padding: 15px 5px;
		width: 100%;
		font-size: 90%;
		top: 78%;
	}

	#calculate-roltek ul li#tab-active {
		color: #8b2131;
		background-color: #fff;
	}

	#calculate-roltek #form input {
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
		margin-bottom: 2%;
	}

	#calculate-roltek #form .calculate_mobile {
		display: block;
		color: #8b2131;
		text-align: center;
		padding-left: 0;
	}

	#calculate-roltek #form .calculate_mobile ul {
		padding: 0;
	}

	#calculate-roltek #form .calculate_mobile img {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	#calculate-roltek #form .calculate_mobile ul li {
		padding: 0;
		color: #fff;
		background-color: #6E777F;
		list-style: none;
		width: 30%;
		display: inline-block;
	}

	#calculate-roltek #form .calculate_mobile li:first-child {
		margin-right: 3.5%;
	}

	#calculate-roltek #form .calculate_mobile li:last-child {
		margin-left: 3.5%;
	}

	#calculate-roltek #form .calculate_mobile li#tab-active {
		color: #fff;
		background-color: #8b2131;
	}

	.questionnaire {
		font-size: 0.8rem;
	}

	.button_opr {
		font-size: 1.2rem;
	}

	/*ролтэк.чертежи*/
	#drawing-header {
		flex-wrap: wrap;
	}

	#r_drawing {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.r_dr_p2 {
		flex-wrap: wrap;
	}

	#drawing-attention {
		padding: 30px;
		margin: 0;
	}

	.r_dr_p5 {
		flex-wrap: wrap;
	}

	.r_dr_p5>div:first-child {
		flex-basis: auto;
	}

	.r_dr_p5>div:last-child {
		flex-basis: auto;
	}

	.r_dr_p5 h3 {
		position: initial;
		transform: none;
	}

	#drawing-gate-img {
		max-width: 100%;
		max-height: 100%;
	}

	#r_drawing>div:first-child {
		padding: 20px;
	}

	.complect_choose {
		text-align: center;
	}

	.otk_map_2023>img {
		/* width:100%; */
	}

	#icon_temperature {
		position: initial;
		margin-top: 0;
	}

}


/* Прячем панель гугла */

.skiptranslate {
	display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
	background-color: inherit;
	box-shadow: none;
	box-sizing: inherit;
}

/* language */

.language {
	position: absolute;
	top: 10px;
	right: 0;
	/*transform:translateX(-100%);*/
	z-index: 999;
	display: flex;
	flex-direction: row;
	height: 25px;
}

.language__img {
	margin: 2px;
	cursor: pointer;
	opacity: .5;
	display: none;
}

.language__img:hover {
	opacity: 1;
}

.language__img_active {
	opacity: 1;
	display: block;
}

.new_product {
	border-left: 4px solid #8b2131;
}

#icons span.product_weight {
	color: #8b2131;
	font-size: 26px;
	padding-right: 8px;
	display: block;
	float: left;
	margin-top: 45px;
}

.top_section_list {
    display: flex;
    /* justify-content:space-around; */
    flex-wrap: wrap;
    gap: 15px;
}

@media only screen and (max-width:768px) {
    .top_section_list {
        justify-content: space-around;
    }

    .top_section_list>div {
        margin-bottom: 50px !important;
    }
}

.top_section_list>div {
    /* margin: 0 15px; */
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 13px;
    max-width: 280px;
    width: 100%;
}

.top_section_list>div:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.top_section_list>div:hover a img {
    scale: 1.1;
}

.sticky-menu {
	position: sticky;
	top: 0;
}

.lks_types_block>div {
	padding: 15px 30px 20px 30px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
}

.lks_types_block>div h4 {
	margin: 5px 0;
}

.lks_types_block img {
	max-width: 100%;
}

.top_youtube {
	position: absolute;
	top: 14px;
	right: 30px;
	z-index: 999;
	height: 25px;
}

.top_youtube img {
	height: 18px;
}

/*.flipbook-viewport{*/
/*	overflow:hidden;*/
/*	width:100%;*/
/*	height:100%;*/
/*}*/

/*.flipbook-viewport .container{*/
/*	position:absolute;*/
/*	top:50%;*/
/*	left:50%;*/
/*	margin:auto;*/
/*}*/

/*.flipbook-viewport .flipbook{*/
/*	width:922px;*/
/*	height:600px;*/
/*	left:-461px;*/
/*	top:-300px;*/
/*}*/

.flipbook-viewport .page {
	width: 461px;
	height: 600px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}

form[name=send_lks_book] input[type=submit] {
	background: #8b2131;
	/*background:#e8e8e8;*/
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	/*color:#8b2131;*/
	color: #e8e8e8;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto 0;
	padding: 14px 20px;
}

.yout_block {
	max-width: 100%;
	/* width: 560px; */
	height: 315px;
	margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
	.yout_block {
		/* height: 175px; */
		height: auto;
	}

	.item-important-block {
		flex-wrap: wrap;
	}
}

ul.left_menu_with_sub {
	list-style: none;
	padding: 0;
}

.page__content:after {
	content: '';
	display: table;
	clear: both;
	visibility: hidden;
}

.lks_solutions_list img {
	width: 100%;
	max-width: 400px;
}

.cert_pdf_block {
	text-align: center;
	margin-right: 5%;
	flex: 0 1;
	margin-bottom: 30px;
}

.cert_pdf_block>div {
	width: 250px;
	height: 354px;
	margin-bottom: 10px;
}

.left_menu_lks_button {
	text-align: center;
}

.left_menu_lks_button a {
	display: block;
	color: #fff;
	background-color: #e49b15;
	border-radius: 10px;
	cursor: pointer;
	line-height: 1;
	padding: 20px 10px;
	/*width:80%;*/
	margin-bottom: 10px;
}

.left_menu_lks_button_opros a {
	background-color: #8b2131;
}

#left_menu_lks_opros_lists {
	display: none;
}

#left_menu_lks_opros_lists a {
	margin-bottom: 5px;
}

.rtech-sections-buttons {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
	text-align: center;
	flex-wrap: wrap;
}

.rtech-sections-buttons a {
	text-decoration: none;
}

.rtech-sections-buttons span {
	color: #fff;
	background-color: #8b2131;
	border-radius: 10px;
	cursor: pointer;
	line-height: 1;
	padding: 10px 25px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.rtech-sections-buttons span:hover {
	text-decoration: none;
}

.cable-calculation-result {
	display: flex;
	margin-top: 15px;
}

.cable-calculation-result>div {
	flex: 1 1 0;
}

.cable-calculation-result>div h4 {
	margin: 0;
}

#cable-calculation h4 {
	margin: 10px 0;
}

#cable-calculation-result-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

#cable-calculation-result-table th {
	padding: 5px 20px;
	border: 1px solid #000;
}

#cable-calculation-result-table td {
	padding: 10px 20px;
	border: 1px solid #000;
}

#cable-calculation-result-table-length {
	border-collapse: collapse;
	border: 1px solid #000;
}

#cable-calculation-result-table-length th {
	padding: 5px 20px;
	border: 1px solid #000;
}

#cable-calculation-result-table-length td {
	padding: 10px 20px;
	border: 1px solid #000;
}

.cable-calculation-result-schema {
	background-color: #dfdfdf;
	padding: 5px;
}

.cable-calculation-result-schema img {
	max-width: 100%;
}

.color_badge {
	padding: 0px 8px;
	color: #fff;
	border-radius: 7px;
	font-size: 10px;
}

.att-portfolio img,
.att-portfolio video {
	width: 49%;
	max-height: 290px;
	object-fit: cover;
}

a.product_detatil_presentation_tab {
	background: #e49b15;
	color: #fff;
}

.rehabilitation-tabs {
	display: flex;
	margin-bottom: 40px;
}

.rehabilitation-tabs h4 {
	margin-top: 0;
}

.rehabilitation-tabs>ul {
	/* flex-wrap:wrap; */
	flex-direction: column;
	width: 250px;
	margin: 0 30px 0 0;
	border-bottom: none;
}

.rehabilitation-tabs>div {
	flex: 1;
}

.rehabilitation-tabs>ul li {

	background-color: #f2f2f2;
	color: #000;
}

.rehabilitation-tabs>ul li.active {
	background-color: #8b2131;
	color: #fff;
	position: relative;
}

.rehabilitation-tabs>ul li a {
	text-decoration: none;
	padding: 10px 30px;
	display: block;
	color: #000;
}

.price_rooms {
	position: relative;
}

#price_rooms_desc {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #f5f5f5f5;
	padding: 10px;
	color: #fff;
	border: 1px solid #8b2131;
	padding: 20px 40px;
}

.price_rooms:hover #price_rooms_desc {
	display: block;
}

div.questionnaire-kran {
	max-width: 800px;
}

.left_menu_lks_button_opros {
	position: fixed;
	bottom: 10px;
	left: 50%;
	width: 100%;
	max-width: 260px;
	z-index: 9999;
	transform: translateX(-50%);
}


#logo-25 {
	position: relative;
}

#logo-25-back {
	position: absolute;
	top: -34%;
	right: -24%;
	bottom: -26%;
	left: -24%;
	background-image: url(/img/logos/roltek-logo-25-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0;
	transition: opacity .3s;
}

/* #logo-25-back {
	height:120%;
	width:120%;
	position:absolute;
	top:-10%;
	right:-10%;
	bottom:-10%;
	left:-10%;
	z-index:-1;
	opacity:0;
	transition:opacity .3s;
} */
.logo:hover #logo-25-back {
	opacity: 0.7;
}

#calendar-25-photos,
#calendar-24-photos,
#calendar-26-photos {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#calendar-25-photos>div,
#calendar-24-photos>div,
#calendar-26-photos>div {
	flex: 1 0 49%;
	margin-bottom: 2px;
	margin-right: 2px;
}

#calendar-25-photos img,
#calendar-24-photos img,
#calendar-26-photos img {
	display: block;
}

.header .page__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#header-social-icons {
	display: flex;
	/* flex-direction:column; */
	/* margin-top:2%; */
	gap: 10px;
	margin-top: 25px;
	position: relative;
	background-color: #8b2131;
	z-index: 999999;
}

#header-social-icons img {
	max-width: 25px;
}

.calendar-desc-text {}

#main-video-back {
	height: 800px;
	margin-top: -200px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	pointer-events: none;
}

table.shkafi-upravleniya {
	width: 100%;
}

@media only screen and (max-width:767px) {
	table {
		display: block;
		overflow-x: scroll;
	}

	table.shkafi-upravleniya,
	table.table-tali-rtech {
		display: block;
		overflow-x: scroll;
	}
}

table.shkafi-upravleniya th {
	border: 1.5px solid #8b2131;
	height: 150px;
}

table.shkafi-upravleniya th:nth-child(n+4),
table.shkafi-upravleniya th:nth-child(n+4) {
	width: 102px;
}

table.shkafi-upravleniya th:nth-child(4) {
	max-width: 80px;
}

table.shkafi-upravleniya th:nth-child(5) {
	max-width: 90px;
}

table.shkafi-upravleniya td {
	border: 1.5px solid #8b2131;
	padding: 10px 20px;
}

table.shkafi-upravleniya p {
	margin: 0;
	font-size: 1.5rem;
}

.b24-widget-button-position-bottom-right {
	/* временно */
	margin-right: -13px;
	margin-bottom: 168px;
}

table.table-tali-rtech {
	width: 100%;
	border-collapse: collapse;
	border: 1.5px solid #8b2131;
}

table.table-tali-rtech td {
	border: 1.5px solid #8b2131;
	padding: 10px 20px;
}

table.table-tali-rtech p {
	margin: 0;
	font-size: 1.5rem;
}

.fotorama__arr--next,
.fotorama__arr--prev {
	opacity: 0;
}

div.section_furnitura_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 6px 0 20px;
	/* border:1px solid #eaebec; */
	padding: 20px 25px;
	transition: box-shadow ease 0.2s, border ease-out 0.2s;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

div.section_furnitura_list>div {
	flex-basis: 31%;
}

div.section_furnitura_list a {
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	color: #58595B;
}

div.section_furnitura_list a:hover {
	text-decoration: underline;
}

.section_furnitura_list_root {
	flex-basis: 100% !important;
}

.section_furnitura_list_root:not(:first-child) {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}

.productDetail__patent-box span.dop_info_section {
	font-size: 1.5rem;
	color: #646464;
}

.mks_table tr td:first-child {
	width: 100px;
}

.mks_table tr td:not(:first-child) {
	width: auto;
}

.body__news::after {
	content: "";
	display: block;
	clear: both;
}

.fancybox-slide--video {
	overflow: hidden;
	padding: 44px 0;
}

.video-preview {
	position: relative;
	/* cursor: pointer; */
	/* display: block; */
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	z-index: 2;
}

.video-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.play-button {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	padding: 15px;
	transition: transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button:hover {
	transform: scale(1.1);
}

.play-button svg {
	margin-left: 3px;
	/* Смещение для визуального центрирования треугольника */
}

.rtech-status {
	padding: 20px 20px 25px;
	border: 1px solid #e3e3e3;
	background: #fafafa;
}

.rtech-status__desc {
	margin-bottom: 20px;
	color: #666;
	font-size: 13px;
}

.rtech-status__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.rtech-status-form {
	flex: 0 0 320px;
	max-width: 100%;
}

.rtech-status-form__row {
	margin-bottom: 12px;
}

.rtech-status-form__label {
	display: block;
	font-size: 13px;
	color: #333;
}

.rtech-status-form__input,
.rtech-status-form__select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 4px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 13px;
}

.rtech-status-form__note {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}

.rtech-status-result {
	flex: 1 1 320px;
	min-height: 60px;
	padding: 10px 0 0;
	border-top: 1px dashed #ddd;
}

@media (min-width: 768px) {
	.rtech-status-result {
		border-top: none;
		border-left: 1px dashed #ddd;
		padding-left: 20px;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.rtech-status-result__item {
		flex-wrap: wrap;
		margin-bottom: 15px !important;
	}
}

.rtech-status-result__card {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 12px 15px;
	border-radius: 2px;
	font-size: 13px;
}

.rtech-status-result__item {
	display: flex;
	margin-bottom: 4px;
}

.rtech-status-result__item-label {
	width: 170px;
	min-width: 170px;
	color: #666;
}

.rtech-status-result__item-value {
	font-weight: 500;
	color: #000;
}

.rtech-status-result__error {
	padding: 10px 12px;
	border-radius: 2px;
	background: #fff2f2;
	border: 1px solid #f0b2b2;
	color: #a94442;
	font-size: 13px;
}

.rtech-status-result__loading {
	padding: 10px 12px;
	border-radius: 2px;
	background: #f5f9ff;
	border: 1px solid #c4d7ff;
	color: #2f5fb3;
	font-size: 13px;
}

.item-important-block {
	padding: 30px;
	background-color: #f3f3f3;
	display: flex;
	gap: 30px;
}

.item-important-block>div {
	flex: 1;
}

.item-important-block>div:first-child {
	flex-basis: 40% !important;
}

.item-important-block>div:last-child {
	/* flex: 1 0; */
	/* flex-basis: 90%; */
	flex-basis: 60% !important;
}

.item-important-block h4 {
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
}

.item-important-block ul {
	padding-left: 20px;
}