@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Regular.woff') format('woff'),
	url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Medium.woff') format('woff'),
	url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-SemiBold.woff') format('woff'),
	url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Bold.woff') format('woff'),
	url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/****************
RESET
****************/
html{
	padding:0;
	margin:0;
	height: 100%;
}
body{
	padding:0;
	margin:0;
	height: 100%;
}
html {
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0!important;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0!important;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	-webkit-appearance: none;
}
img {
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
a{
	color: inherit;
	text-decoration: none;
	transition: all .2s ease;  
}
a:active{
	color:inherit;
}
.b,
.strong{
	font-weight: bold;
}
.cursor-p,
.cursor-p:hover{
	cursor: pointer;
}
.cursor-d,
.cursor-d:hover{
	cursor: default;
}
.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.u, .u-hover{
    text-decoration: none!important;
}
.u{
    border-bottom: 1px solid;
    opacity: 1;
}
.u:hover{
    border-bottom-color: transparent;
}
.u-hover{
    border-bottom: 1px solid transparent;
}
.u-hover:hover{
    border-bottom-color: inherit;
}
.u-dotted{
    border-bottom-style: dotted;
}
.u-dashed{
    border-bottom-style: dashed;
}
.fancybox-image {
	border-radius: 8px;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
*::selection {
	background: #EB6B3D;
	color: #000;
}
*::-moz-selection {
	background: #EB6B3D;
	color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder  {color:#767676; transition: all .2s ease;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#767676; transition: all .2s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder  {color:transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {color:transparent;}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
    outline: 0;
    overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-dialog {
	width: 90%;
	max-width: 600px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 2px 7px 11px 0 rgba(0,0,0,.22);
	box-shadow: 2px 7px 11px 0 rgba(0,0,0,.22);
}
.modal-sm {
	max-width: 452px;
}
.modal-md {
	max-width: 600px;
}
.modal-xs {
	max-width: 380px;
}
.modal-lg {
	max-width: 900px;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
    outline: 0!important;
    transition: all .15s ease;
    border: 0;
}
.modal-header {
	padding: 60px 50px 30px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.modal-body{
    position: relative;
    padding: 0 50px 50px;
    text-align: left;
}

body {
    display: block;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.container{
	padding: 35px 0 60px;
}
.row{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;   
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; 
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    padding-left:15px;
    padding-right: 15px;
    position: relative;
}
.col-1  {width:  8.33333%;}
.col-2  {width: 16.66666%;}
.col-3  {width:       25%;}
.col-4  {width: 33.33333%;}
.col-5  {width: 41.66666%;}
.col-6  {width:       50%;}
.col-7  {width: 58.33333%;}
.col-8  {width: 66.66666%;}
.col-9  {width:       75%;}
.col-10 {width: 83.33333%;}
.col-11 {width: 91.66666%;}
.col-12 {width:      100%;}

.page{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1330px;
    padding: 0 50px;
    display: block;
}

/****************
HEADER
****************/
.logo {
	display: block;
}
.logo img{
	display: block;
	max-width: 100%;
	margin-bottom: 32px;
	width: 65px;
	height: 60px;
}
.header{
	position: relative;
	z-index: 11;
	width: 100%;
	color: #fff;
	margin-bottom: -160px;
}
.header-in{
	position: relative;
	padding-bottom: 7px;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    	height: 80px;
}
.main-menu{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex: 1;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
}
.main-menu li + li{
	margin-left: 17px;
}
.main-menu a{
	font-size: 14px;
	line-height: 17px;
    display: block;
    border-bottom: 1px solid transparent;
}
.main-menu a:hover{
	color: #E79611;
}
.main-menu a.active{
	border-bottom: 1px solid #E79611;
	color: #E79611;
}
.header-phone {
	position: relative;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    margin-right: 0;
}
.header-phone:hover{
	opacity: 0.8;
}
.header-phone a{
	color: #EB6B3D;
	font-size: 24px;
}
.header-email {
	position: relative;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-right: 0;
}
.header-email:hover{
	opacity: 0.8;
}
.header-email a{
	color: #EB6B3D;
	font-size: 24px;
}
.btn{
    -webkit-appearance: none;
    height: 55px;
    padding: 0 32px;
	border: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    transition: all .2s ease;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    vertical-align: middle;
}
.btn-sm{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.btn-primary{
    background: linear-gradient(10.41deg, #D82026 -6.54%, #FB623F 97.83%);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus{
	background: linear-gradient(10.41deg, #FB623F -6.54%, #FB623F 97.83%);	
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0);
}
.btn-secondary{
    background: linear-gradient(180deg, #E79E11 0%, #E77811 100%);
}
.btn-secondary:hover,
.btn-secondary:focus{
	opacity: 0.8;
}

/****************
FOOTER
****************/
.footer {
	background: url(../img/footer-bg.png) repeat;
	color: #fff;
}
.footer-in {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 17px;
}
.footer-phones {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	color: #DFDFDF;
	font-size: 12px;
	text-align: right;
}
.footer-phones a{
	color: #fff;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	margin-top: 3px;
}
.footer-phones a:hover{
	opacity: 0.8;
}
.footer-col ul li + li{
	margin-top: 17px;
}
.footer-col ul a{
	font-size: 14px;
	line-height: 1.21;
}
.footer-col ul a:hover{
	color: #E79611;
}
.footer-bottom {
	background: #272727;
	color: #787878;
	padding: 22px 0;
}
.footer-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.28;
}
.copy a{
	display: block;
	margin-right: 30px;
}
.copy img{
	display: block;
}
.created {
	font-size: 14px;
}
.created a:hover{
	color: #E79611;
}

/****************
CONTACTS
****************/
.title-block {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 64px;
	background: #333; 
}
.title-block-in {
	padding: 200px 0 95px;
	white-space: normal;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.ob-cover {
    white-space: nowrap;
    font-size: 0;
}
.ob-cover:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ob-cover > img {
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
.title-pro,
.title-man{
    background: #000;
}
.title-pro video,
.title-man video {
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
}
.title-block > img {
	position: absolute;
    left: 0;
    height: 960px;
    min-height: 0;
    vertical-align: bottom;
    bottom: 0;
/*    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    -o-object-fit: unset;
    object-fit: unset;
    bottom: 0;
    top: auto;
    display: block;
    min-height: 0;
    min-width: 0;
    height: auto;*/
}
h1, .h1 {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.2;
	margin: 0 0 25px;
}
h1.no-margin, .h1.no-margin {
	margin-bottom: 0;
}
.contacts-title {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.21;
    background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 35px;
}
.contacts-item {
	padding-left: 36px;
	font-size: 22px;
	line-height: 1.22;
}
.contacts-item span {
	display: block;
	margin-top: 16px;
	font-size: 18px;
	line-height: 1.22;
	color: #767676;
}
.contacts-item + .contacts-item {
	margin-top: 24px;
}
.contacts-item--office {
	background: url(../svg/icon-office.svg) no-repeat left top;
	padding-bottom: 10px;
}
.contacts-item--factory {
	background: url(../svg/icon-factory.svg) no-repeat left top;
	padding-bottom: 10px;
}
.contacts-item--phones {
	background: url(../svg/icon-phone.svg) no-repeat left 5px;
	line-height: 1.5;
}
.contacts-item--email {
	background: url(../svg/icon-email.svg) no-repeat left top;
}
.contacts-map {
	width: 100%;
	height: 450px;
	position: relative;
	margin: 44px 0 64px;
	background: #ccc;
}
.map {
	width: 100%;
	height: 100%;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.ymaps-2-1-75-controls__control_toolbar{
	display: none!important;
}
.table-rekv-container {
	max-width: 810px;
	margin-bottom: 65px;
	text-align: center;
}
table {
	border-spacing: 0;
    border-collapse: collapse;
}
.table-rekv {
	width: 100%;
	font-size: 18px;
	line-height: 1.22;
}
.table-rekv td {
	padding: 18px;
	border-bottom: 1px solid #D82026;
	border-right: 1px solid #D82026;
	text-align: center;
}
.table-rekv td:last-child {
	border-right: none;
}
.table-rekv tr:last-child td {
	border-bottom: none;
}
.btn-map {
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #D82026;
    border: 2px solid #D82026;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 10px;
    right: 130px;
    z-index: 2;
    padding: 12px 17px;
    background: rgba(255, 255, 255, 0.5);
}
.btn-map span {
	background: url(../svg/map.svg) no-repeat left center;
	padding-left: 28px;
	display: block;
}
.btn-map:hover {
	cursor: pointer;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
/****************
PREFOOTER
****************/
.prefooter {
	position: relative;
}
.prefooter-in {
	display: flex;
	border-top: 1px solid #C4C4C4;
	padding-top: 60px;
	margin-top: 40px;
	min-height: 710px;
}
.prefooter-in.no_border {
    border-top: transparent;
}
.prefooter-in--service{
	border-top: none;
	margin-top: 0;
}
.main-form {
	width: 495px;
	margin-right: 105px;
}
.prefooter-right {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    overflow: hidden;
}
.prefooter-map {
	width: 100%;
	height: 488px;
}
.prefooter-info {
	background: url(../img/pfbg.png) repeat;
	padding: 50px 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.prefooter-info > div {
	width: 50%;
	padding-right: 30px;
	margin-top: 0!important;
	margin-bottom: 24px;
}
/* .prefooter .btn-map {
	right: 130px;
} */
.text a {
	color: #D82026;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.text {
	font-size: 18px;
	line-height: 1.55;
}
.contacts-map .container-in {
	position: relative;
}
.contacts-map .btn-map {
	right: 80px;
}
.main-form .btn {
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 20px;
}
.text-terms {
	font-size: 16px;
	line-height: 1.5;
	color: #767676;
	margin: 40px 0;
}
.text-terms a {
	color: #D82026;
}
.main-form-title {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
    background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.main-form-sub {
	font-size: 26px;
	line-height: 32px;
    font-weight: bold;
    margin: 10px 0 22px;
}
.form-group {
	margin-bottom: 22px;
}
.form-control {
	height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    width: 100%;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.form-control:focus {
	border-color: #ccc;
}
textarea.form-control {
	height: 90px;
    padding-bottom: 10px;
    line-height: 1.3;
    resize: none;
}

/****************
404
****************/
.page-404 {
	background: url(../img/404.jpg) no-repeat center center, #333;
    background-size: cover;
    color: #fff;
    min-height: 100%;
    display: block;
    text-align: center;
    padding: 100px 40px 40px;
}
.page-404 .logo {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 130px;
}
.page-404 .logo img {
	width: 100%;
}
.title-404 {
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}
.subtitle-404 {
	font-size: 140px;
    font-weight: bold;
}
.text-404 {
	font-size: 18px;
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.22;
}
.contacts-404 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.contacts-404 .contacts-item {
	width: 50%;
	text-align: left;
	font-size: 18px;
}
.contacts-404 .contacts-item + .contacts-item {
    margin-top: 0!important;
    margin-bottom: 24px;
}

.header-contacts {
    display: flex;
    align-items: center;
    min-width: 182px;
}

.header-phone-town{
    margin-right: 30px;
}

.whatsapp {
	width: 30px;
	height: 30px;
	background: url('../svg/whatsapp-symbol.svg') 100% 100% no-repeat;
	background-size: cover;
	display: block;
}

.header-phones {
	display: flex;
}


@media only screen and (max-width: 1199px) {
	.contacts-item span {
	    font-size: 14px;
	}
	.prefooter-info > div {
	    font-size: 16px;
	    padding-right: 10px;
	}
	.container {
	    padding: 0 40px;
	}
	.main-form {
	    width: 45%;
	    margin-right: 0;
	}
	.text-terms {
	    font-size: 14px;
	}
	.main-menu li + li {
	    margin-left: 15px;
	}
	.footer-col ul a {
	    font-size: 12px;
	}
	.footer-col ul li + li {
	    margin-top: 13px;
	}
	.footer-phones a {
	    font-size: 18px;
	}
}

@media only screen and (max-width: 1099px) {
    .main-menu li + li {
	    margin-left: 10px;
	}
    .header-contacts {
        min-width: 154px;
        max-width: 154px;
    }
    .header-contacts .btn-sm {
        padding: 0px 16px;
    }
}

/******************************
MODALS
******************************/
.modal .close {
	width: 24px;
	height: 24px;
	background: url(../svg/close.svg) no-repeat;
}
.modal .close:hover {
	opacity: 0.8;
	cursor: pointer;
}
.modal-header {
	background: url(../img/modal-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body {
	background: #fff;
	padding: 32px 48px;
	text-align: center;
}
.modal-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.21;
    background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 32px;
}
.modal-form{
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal .text-terms {
    font-size: 14px;
    margin: 20px 0 0;
    text-align: center;
}
.modal .btn {
	width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.modal .form-group {
	width: 100%;
}
.modal .form-group-50 {
	width: calc(50% - 10px);
}
.form-group-title {
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}
.form-group-title span {
	color: #D82026;
}
.text-error {
    color: #D82026;
    font-size: 12px;
    display: none;
    margin-top: 2px;
}
.error .text-error {
	display: block;
}
.modal .form-control {
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
}
.modal textarea.form-control{
	padding: 12px;
	height: 90px;
}

.modal .form-control:focus{
	border-color: #ccc;
}
.modal .form-control.success{
	border-color: #2EBA21;
}
.error .form-control {
	border-color: #D82026!important;
}

.modal-v-center {
    text-align: center;
}
.modal-v-center:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.modal-v-center .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
.modal{
	user-select: none;
}

/******************************
SERVICE
******************************/
.service-items {
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 36px;
}
.service-item {
	margin-bottom: 70px;
	align-items: center;
}
.service-item:nth-child(2n) .col-6:nth-child(2) {
	order: -1;
}
.service-item img {
	display: block;
	width: 100%;
	height: auto;
    border-radius: 10px;
}
.service-item .text > *:last-child{
	margin-bottom: 0!important;
}
h2, 
.h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px;
	display: block;
	font-weight: bold;
}
.text p {
	line-height: 1.55;
	font-weight: 500;
	margin: 0 0 20px;
}
.text ul {
	margin-bottom: 20px;
	font-weight: 500;
}
.text ul li {
	position: relative;
	display: block;
	margin-bottom: 14px;
	padding-left: 30px;
	line-height: 1.55;
}
.text ul li::after {
	content: '';
	background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
	width: 15px;
	height: 15px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 6px;
}
.text ul li:last-child {
	margin-bottom: 0;
}
.partners {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.partner {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 70px;	
}
.partner img {
	display: block;
    max-width: 100%;
}
.block-title {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 36px;
}
.block-title-in {
	font-weight: bold;
    font-size: 32px;
    line-height: 1.21;
    background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.block-subtitle {
	margin-top: 8px;
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.55;
}
.slide-bottom {
	margin: 54px 0 5px;
	display: flex;
	justify-content: center;
	position: relative;
}
.slide-bottom::after {
	content:'';
	height: 1px;
	width: 100%;
	background: #C4C4C4;
	position: absolute;
	left: 0;
	top: 50%;
}
.slide-bottom-in {
	background: #fff;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0 50px;
}
.slide-pagination {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #D82026;
	margin: 0;
	width: 80px;
}
.slide-button {
	background: #C4C4C4;
	border-radius: 4px;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	cursor: pointer;
}
.slide-button:hover {
	background: #D82026;
}
.slide-button span {
	width: 100%;
	height: 100%;
	display: block;
}
.slide-button-prev span {
	background: url(../svg/slide-prev.svg) no-repeat center center;
}
.slide-button-next span {
	background: url(../svg/slide-next.svg) no-repeat center center;
}
.review {
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	padding: 30px 27px 27px;
	height: 100%;
}
.review-new{
    border: none;
}
.review-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;	
	text-align: center;
	color: #333333;
	margin-bottom: 8px;
}
.review-subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #767676;
	margin-bottom: 16px;
}
.review-icon {
	width: 40px;
	height: 40px;
	background: url(../svg/review.svg) no-repeat center center;
	margin: 0 auto 16px;
}
.review-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #767676;
}
.review-text a {
	color: #D82026;
	display: inline-block;
	margin-top: 5px;
}
.modal-review .modal-header {
    background: #fff;
    padding: 0;
    height: 40px;
}

/******************************
PRODUCTS
******************************/
.main-products .col-6 {
	margin-bottom: 50px;
}
.main-product {
	display: block;
}
.main-product .image {
	transition: all .2s ease;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	position: relative;
}
.main-product .image img{
	display: block;
	width: 100%;
}
.main-product .image::after {
	content: 'Подробнее';
	opacity: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: rgba(218, 36, 26, 0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mp-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #333333;
	transition: all .2s ease;
	margin-top: 15px;
	display: block;
}
.mp-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 8px;
}
.main-product:hover .image::after {
	opacity: 1;
}
.main-product:hover .mp-title {
	color: #D82026;
}
.main-products-text-in {
	max-width: 810px;
}
.main-products-text {
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 150px;
    z-index: -1;
    padding-bottom: 42px;
    margin-bottom: -35px;
}
.main-products-text .container {
	position: relative;
}
.main-products-image {
    position: absolute;
    left: 880px;
    top: -155px;
    width: 786px;
    user-select: none;
    pointer-events: none;
}
.main-products-image img {
	display: block;
    max-height: 100%;
    max-width: 100%;
}

/******************************
PRODUCT-PAGES
******************************/
.title-block--mini {
	height: 140px;
}
.product-page {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.sidebar {
	width: 390px;
	margin-left: 30px;
	position: relative;
}
.product-content {
	width: calc(100% - 420px);
}
.product-content .text {
	font-size: 14px;
}
.text img {
	margin-bottom: 30px;
	display: block;
	max-width: 100%;
}
.product-content h1,
.product-content .h1 {
	font-size: 32px;
}
.product-content h2,
.product-content .h2 {
	padding-top: 18px;
	margin-bottom: 30px;
}
.color-red {
	color: #D82026;
}
.sidebar-block {
	background: #F5F5F6;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 24px 22px;
}
.sidebar-menu-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0 -22px 15px -22px;
	padding: 0 22px 8px 22px;
	border-bottom: 1px solid #C4C4C4;
}
.sidebar-answer {
	margin-bottom: 42px;
}
.sb-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}
.sidebar-panel {
    background: no-repeat 200px center, #F5F5F6;
}
.sidebar-panel-3 {
	background: url(../img/sidebar-panel-3.png) no-repeat right center, #F5F5F6;
}
.sidebar-panel-4{
    background: url(../img/sidebar-panel-4.png) no-repeat 200% center, #F5F5F6;
}
.sidebar-panel-5 {
	background: url(../img/sidebar-panel-5.png) no-repeat 140% center, #F5F5F6;
}
.sidebar-panel-6{
	background: url(../img/sidebar-panel-6.png) no-repeat 170% center, #F5F5F6;
}
.sb-subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
	margin-top: -8px;
}
.sidebar-menu ul {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.sidebar-menu li + li {
	margin-top: 16px;
}
.product-gallery > div {
	margin-bottom: 30px;
}
.product-gallery a {
	border-radius: 8px;
	overflow: hidden;
	display: block;
}
.product-gallery a:hover {
	opacity: 0.8;
}
.product-gallery img {
	display: block;
	width: 100%;
}
.sidebar-in{
	width: 390px;
}
.sidebar__fixed{
	position: fixed;
    z-index:100; 
    overflow-y: auto;
    top: 115px !important;
}
.product-content table {
	margin-bottom: 30px;
	width: 100%;
}
.product-content td {
	border-top: 1px solid #D82026;
	border-left: 1px solid #D82026;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 12px;
}
.product-content td:not(:first-child){
	text-align: center;
}
.product-content td:last-child {
	border-right: 1px solid #D82026;
}
.product-content tr:last-child td {
	border-bottom: 1px solid #D82026;
}
.table-notes{
	margin-bottom: 20px;
	margin-top: -20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #767676;
}

.product-element {
	display: flex;
	border-bottom: 1px solid #D82026;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-element:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.pe-image {
	width: 180px;
	margin-right: 30px;
}
.pe-image img {
	display: block;
	max-width: 100%;
}
.pe-info {
	width: calc(100% - 210px);
}
.pe-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pe-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width: 1199px) {
	.text{
		font-size: 16px;
	}
	.product-content td{
		padding: 10px 7px;
		font-size: 13px;
	}
	.product-content td:first-child span{
	    word-break: break-all;
	}
	.main-products-text-in {
	    max-width: 600px;
	}
	.main-products-image {
	    left: 700px;
	}
}

/******************************
MANUFACTURE & PRO
******************************/
.title-subtitle {
	max-width: 870px;
	font-size: 16px;
	line-height: 24px;
	margin: 16px auto 0;
}
.service-item .b.color-red {
	font-size: 24px;
    background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.manufacture-video {
	background: url(../img/manufacture-video.jpg) no-repeat center center, #272727;
	background-size: cover;
	color: #fff;
	padding: 86px 0;
	text-align: center;
	margin-bottom: 65px;
}
.play-video {
    background: url(../svg/play-video.svg) no-repeat center center, #f35339;
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto 24px;
    box-shadow: 0 3px 20px #f35339;
    border-radius: 50%;
    transition: all .2s ease;
}
.play-video:hover {
	box-shadow: 0 3px 60px #f35339;
}
.m-video-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 24px;
}
.m-video-sub {
	font-size: 18px;
	font-weight: 500;
}
.manufacture-items {
	margin-bottom: 0;
	border-bottom: 0;
}
.block-title-left {
	text-align: left;
}
.sertificates > div {
	margin-bottom: 30px;
}
.sertificates a {
	position: relative;
	display: block;
	border: 6px solid #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}
.sertificates a:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.sertificates span,
.review-new span{
    background: linear-gradient(180deg, rgba(251, 98, 63, 0.8) 0%, rgba(221, 41, 41, 0.8) 100%);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.sertificates span::before,
.review-new span::before {
	content:'';
	width: 48px;
	height: 48px;
	background: url(../svg/zoom.svg) no-repeat center center;
	margin-bottom: 10px;
}
.sertificates a:hover span,
.review-new a:hover span{
	opacity: 1;
}
.sertificates img {
	display: block;
	width: 100%;
}
.doc-list > div {
	margin-bottom: 50px;
}
.doc-list a {
	border: 1px solid #C4C4C4;
	height: 100%;
	display: block;
	padding: 30px 13px;
	border-radius: 8px;
	text-align: center;
}
.doc-list a:hover {
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.doc-list .col-3 {
  display: none;
}
.doc-list .col-3:nth-child(n+1):nth-child(-n+8) {
  display: block;
}
.d-icon {
	display: block;
	background: url(../svg/d-icon.svg) no-repeat;
	width: 60px;
	height: 80px;
	margin: 0 auto 16px;
	position: relative;
}
.d-color {
	width: 60px;
	height: 30px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	display: block;
	position: absolute;
    bottom: 12px;
    right: 10px;
}
.d-title {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.d-text {
	display: block;
	font-size: 14px;
	color: #767676;
	line-height: 19px;
	margin-top: 6px;
	font-weight: 500;
}
.d-color--pdf {
	background: #F15642;
}
.d-color--eps {
	background: #FA993F;
}
.d-color--max {
	background: #5D1C7C;
}
.d-color--doc {
	background: #3F50EA;
}
.d-color--xls {
	background: #2EBA21;
}
.prefooter-in--pro {
	margin-top: 25px;
}
.hidden-blocks {
	margin-bottom: 60px;
}
.hidden-blocks-in {
	display: none;
}
.show-more {
    text-align: center;
    position: relative;
}
.show-more::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    top: 50%;
}
.show-more a {
	color: #D82026;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 0 60px;
	display: inline-block;
    position: relative;
    z-index: 2;
}
.show-more a:hover {
	color: #E77811;
}
.video-list > div {
	margin-bottom: 50px;
}
.v-image {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 18px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.v-image::after {
	content:'';
    background: linear-gradient(180deg, rgba(251, 98, 63, 0.8) 0%, rgba(221, 41, 41, 0.8) 100%);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .3s ease;
    z-index: 1;
}
.v-image::before {
	content:'';
	background: url(../svg/play-video.svg) no-repeat center center, #f35339;
	background-size: 56px 56px;
	border-radius: 50%;
	width: 56px;
    height: 56px;
    box-shadow: 0 3px 20px #f35339;
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    z-index: 2;
}
.video-list a:hover .v-image::after{
	opacity: 1;
}
.video-list .col-4 {
  display: none;
}
.video-list .col-4:nth-child(n+1):nth-child(-n+6) {
  display: block;
}
.v-image img {
	display: block;
	width: 100%;
}
.v-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	display: block;
}
.v-text {
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #767676;
	margin-top: 8px;
	display: block;
}
.pro-links {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 100px;
}
.pro-links li {
	display: block;
}
.pro-links li + li {
	margin-left: 47px;
}
.pro-links a {
	display: block;
	height: 38px;
	border: 1px solid #E77811;
	line-height: 36px;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 6px;
}
.pro-links a:hover {
	background: #E77811;
}

@media only screen and (max-width: 1199px) {
	.doc-list > .col-3 {
		width: 33.333333%;
	}
}

/******************************
HOME
******************************/
.objects-row > div {
	margin-bottom: 36px;
}
.objects-row a{
	border-radius: 8px;
	overflow: hidden;
	display: block;
	position: relative;
	height: 375px;
}
.o-overlay{
	background: linear-gradient(180deg, rgba(251, 98, 63, 0.8) 0%, rgba(221, 41, 41, 0.8) 100%);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.objects-row a:hover .o-overlay{
	opacity: 1;
}
.o-overlay::after{
	content:'Смотреть кейс';
}
.o-overlay::before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../svg/zoom.svg) no-repeat center center;
    margin-bottom: 10px;
}
.o-info{
	white-space: normal;
	position: absolute;
	left: 25px;
	bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	width: calc(100% - 50px);
	line-height: 1.5;
	display: block;
}
.col-3 .o-info{
	font-size: 14px;
}
.objects-slider .slide-bottom {
    margin: 20px 0 5px;
}
.page-home .prefooter-in {
	border-top: 0;
	margin-top: 0;
}
.home-text {
	margin-bottom: 60px;
}
.home-text .text > *:last-child {
	margin-bottom: 0;
}
.home-slider {
	margin-bottom: 60px;
}
.home-slider img {
	width: 100%;
	display: block;
	border-radius: 8px;
	transition: all .2s ease;
	opacity: 0.4;
}
.home-slider .swiper-slide-active img {
	opacity: 1;
}
.review-new a{
    position: relative;
    display: block;
    border: 6px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
}
.review-new img{
    display: block;
    width: 100%;
}
.home-slider-in {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.inv-button {
	position: absolute;
	height: 100%;
	top: 0;
	width: calc(50% - 435px);
	z-index: 2;
	cursor: pointer;
}
.inv-button-prev {
	left: 0;
}
.inv-button-next {
	right: 0;
}
.home-slide-container{
	width: 810px;
	margin: 0 auto;
}
.home-slider .swiper-container {
	overflow: visible;
}
.project-description {
	font-size: 16px;
	margin: 0 0 26px;
}
.project-description > *:last-child {
	margin-bottom: 0;
}
.project-header {
	margin: 35px 24px 15px;
	border-bottom: 1px solid #C4C4C4;
	padding: 0 60px 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.project-header-info {
	max-width: calc(100% - 260px);
	font-size: 16px;
}
.project-logo {
	max-width: 240px;
	margin-left: 20px;
}
.project-logo img {
	display: block;
	max-width: 100%;
}
.project {
	border-radius: 8px;
    width: 810px;
    padding: 0;
}
.project .fancybox-close-small {
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    z-index: 10;
    background: linear-gradient(10.41deg, #D82026 -6.54%, #FB623F 97.83%);
}
.project .fancybox-close-small:hover {
	opacity: 0.8;
}
.project-body {
	padding: 0 40px 35px;
}
.project-body > *:last-child {
	margin-bottom: 0!important;
}
.project-slide-container{
	width: 580px;
	margin: 0 auto;
}
.project-slider .swiper-container {
	overflow: visible;
}
.project-slider {
	margin-bottom: 32px;
}
.project-slider img {
	width: 100%;
	display: block;
	border-radius: 8px;
	transition: all .2s ease;
	opacity: 0.4;
}
.project-slider .swiper-slide-active img {
	opacity: 1;
}
.project-slider-in {
    position: relative;
    width: calc(100% + 80px);
    overflow: hidden;
    margin-left: -40px;
}
.project-slider .inv-button {
	position: absolute;
	height: 100%;
	top: 0;
	width: calc(50% - 310px);
	z-index: 2;
	cursor: pointer;
}
.project-slider .slide-bottom {
	margin-top: 25px;
}
.home-slider .slide-bottom {
	margin-top: 40px;
}
.frame_wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.frame_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.video-thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.video-thumb-info {
	position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    transition: all .2s ease;
    color: #fff;
}
.video-thumb-info::after {
    content: '';
    /*background: linear-gradient(180deg, rgba(251, 98, 63, 0.8) 0%, rgba(221, 41, 41, 0.8) 100%);*/
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .3s ease;
    z-index: 1;
}
.video-thumb-info:hover::after {
	opacity: 1;
}
.video-thumb-info > * {
	position: relative;
	z-index: 3;
}
.thumb-video-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
}
.thumb-video-sub {
	font-size: 14px;
	margin-top: 16px;	
}

@media only screen and (max-width: 1199px) {
	.objects-row a {
		height: 270px;
	}
	.o-info {
	    left: 20px;
	    bottom: 20px;
	    font-size: 14px;
	    width: calc(100% - 40px);
	}
	.col-3 .o-info {
	    font-size: 11px;
	}
	.col-3 .o-info .b{
		font-weight: 500;
	}
}

.home-welcome .title-block-in {
	padding: 185px 0 60px;
}
.home-mega {
	margin-bottom: 25px;
	white-space: normal;
    font-size: 16px;
    position: relative;
    z-index: 3;
}
.home-catalog {
	padding-bottom: 47px;
	white-space: normal;
    font-size: 16px;
    position: relative;
    z-index: 3;
}
.home-catalog .block-title-in {
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.home-catalog-nav {
	display: flex;
	flex-wrap: wrap;
}
.home-catalog-nav li {
	width: 25%;
}
.home-catalog-nav a {
	font-size: 20px;
	font-weight: 500;
	background: url(../svg/home-catalog.svg) no-repeat center top;
	position: relative;
	display: block;
	padding-top: 196px;
}
.home-catalog-nav a span {
	display: block;
	text-align: center;
}
.home-catalog-nav img {
	position: absolute;
    display: block;
    width: 226px;
    top: -20px;
    left: calc(50% - 113px);
    transition: all .2s ease;
}
.home-catalog-nav div.img-animation {
	position: absolute;
	display: block;
	width: 220px;
	height: 220px;
	padding-left: 0 !important;
	margin-bottom: 25px !important;
	background-size: contain;
	background-repeat: no-repeat;
}
.home-catalog-nav div.img-animation:before {
	display: none !important;
}
.home-catalog-nav li:nth-child(3) img,
.home-catalog-nav li:nth-child(4) img {
    width: 190px;
    top: 0px;
    left: calc(50% - 95px);
}
.home-catalog-nav li:nth-child(1) div.img-animation,
.home-catalog-nav li:nth-child(2) div.img-animation {
	top: -12px;
	left: calc(50% - 110px);
	background-size: 13000px;
	/* animation: lzsp_sprite_group_1 6s steps(60) infinite; */
}
.home-catalog-nav li:nth-child(3) div.img-animation,
.home-catalog-nav li:nth-child(4) div.img-animation {
	width: 188px;
	top: 0px;
	left: calc(50% - 90px);
	background-size: 11000px;
	/* animation: lzsp_sprite_group_2 6s steps(60) infinite; */
}
@keyframes lzsp_sprite_group_1 {
	from { background-position: 0 center; }
	to { background-position: -13000px center; }
}
@keyframes lzsp_sprite_group_2 {
	from { background-position: 0 center; }
	to { background-position: -11000px center; }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.home-mega {
	display: flex;
	align-items: center;
}
.hm-info{
	width: calc(100% - 758px);
	color: #fff;
	text-align: left;
}
.hm-tabs{
	width: 868px;
	text-align: left;
	margin-right: -50px;
}
.hm-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 24px;
	padding-top: 30px;
	background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-text {
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 24px;
	font-weight: 500;
	background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-nav {
	border-radius: 12px;
	background: linear-gradient(270deg, #FB623F 0%, #DD2929 100%);
	border: 1px solid #93150E;
	display: flex;
	padding: 2px;
	width: 386px;
}
.hm-nav li {
	display: block;
}
.hm-nav a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 44px;
	padding: 0;
	width: 190px;
	text-align: center;
	border-radius: 10px;
}
.hm-nav a:hover {
	opacity: 0.8;
}
.hm-nav .active a {
	color: #93150E;
	background: #fff;
	opacity: 1;
}
.building {
	background: url(../img/building.png) no-repeat center center;
	width: 100%;
	height: 542px;
	background-size: 100%;
	position: relative;
}
.building2 {
	background: url(../img/building2.png) no-repeat center center;
	width: 100%;
	height: 542px;
	background-size: 100%;
	position: relative;
}
.point {
	position: absolute;
}
.point span {
	color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: linear-gradient(180deg, #E79E11 0%, #E77811 100%);
    border: 3px solid #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    transition: box-shadow .3s ease;
}
.point span:hover {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
.point-close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    outline: 0!important;
    transition: all .15s ease;
    border: 0;
    width: 24px;
    height: 24px;
    background: url(../svg/close.svg) no-repeat;
}
.point-close:hover {
	opacity: 0.8;
	cursor: pointer;
}
.point-content {
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 440px;
	bottom: calc(100% + 12px);
	z-index: 2;
	transition: all .3s ease;
	color: #333;
}
.active > .point-content {
	opacity: 1;
	visibility: visible;
}
.point-title {
	color: #E79C11;
	font-size: 14px;
	font-weight: bold;
}
.point-text {
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
}
.point-content::after {
	content:'';
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	position: absolute;
	bottom: -9px;
}
.point-text > *:last-child{
	margin-bottom: 0!important;
}
.point-image{
	width: 152px;
}
.point-image + div{
	width: calc(100% - 152px);
	padding-left: 10px;
}
.point-flex{
	display: flex;
	align-items: flex-start;
}
.point-text ol{
	margin: 0 0 12px;
	padding: 0 0 0 16px;
}
.point-text ol li{
	margin-bottom: 8px;
}
.point-text ol li:last-child{
	margin-bottom: 0;
}
.text-right{
	text-align: right;
}
.point-text a{
	display: inline-block;
	position: relative;
	padding-right: 18px;
	font-weight: 700;
}
.point-text a:hover{
	opacity: 0.75;
}
.point-text a::after{
    content: '';
    background: url(../svg/point-arrow.svg) no-repeat;
    width: 11px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 3px;
}
.point-image img{
	display: block;
	width: 100%;
}

.point-content-right {
	left: 14px;
}
.point-content-left {
	right: 14px;
}
.point-content-center {
	left: -206px;
}

.point-content-right::after {
    border-left-color: #fff;
    left: 0;
}
.point-content-left::after {
	border-right-color: #fff;
    right: 0;
}
.point-content-center::after {
    border-top-color: #fff;
    bottom: -19px;
    left: calc(50% - 10px);
}

/******************************
POINTS
******************************/
.point-1-1 {
    left: 334px;
    top: 274px;
}
.point-1-2 {
    left: 620px;
    top: 244px;
}
.point-1-3 {
    left: 342px;
    top: 466px;
}
.point-1-4 {
    left: 78px;
    top: 330px;
}
.point-1-5 {
    left: 232px;
    top: 296px
}
.point-1-6 {
    left: 224px;
    top: 182px;
}
.point-1-7 {
    left: 308px;
    top: 136px;
}
.point-1-8 {
    left: 462px;
    top: 206px;
}
.point-1-9 {
    left: 670px;
    top: 136px;
}
.point-1-10 {
    left: 582px;
    top: 76px;
}
.point-1-11 {
    left: 666px;
    top: 292px;
}
.point-1-12 {
    left: 490px;
    top: 366px;
}
.point-1-13 {
    left: 342px;
    top: 366px;
}
.point-1-14 {

}
.point-1-15 {

}
.point-1-16 {

}
.point-1-17 {

}

.point-2-1 {
	left: 568px;
    top: 318px;
}
.point-2-2 {
	left: 77px;
    top: 270px;
}
.point-2-3 {
    left: 475px;
    top: 290px;
}
.point-2-4 {
    left: 400px;
    top: 328px;
}
.point-2-5 {
	left: 210px;
    top: 170px;
}
.point-2-6 {
    left: 270px;
    top: 185px;
}
.point-2-7 {
    left: 157px;
    top: 270px;
}
.point-2-8 {
	left: 198px;
    top: 252px;
}
.point-2-9 {
    left: 354px;
    top: 123px;
}
.point-2-10 {
	left: 478px;
    top: 145px;
}
.point-2-11 {
    left: 96px;
    top: 238px;
}
.point-2-12 {
	left: 126px;
    top: 225px;
}
.point-2-13 {
    left: 515px;
    top: 217px;
}
.point-2-14 {
	left: 36px;
    top: 236px;
}
.point-2-15 {
	left: -5px;
    top: 226px;
}
.point-2-16 {
	left: 695px;
    top: 381px;
}
.point-2-17 {
	left: 477px;
    top: 371px;
}

@media only screen and (max-width: 1279px) {
	.home-mega {
		display: block;
	}
	.hm-tabs {
		margin-right: auto;
		margin-left: auto;
	}
	.hm-info {
        width: 100%;
	    max-width: 900px;
	    margin: 0 auto;
	    text-align: center;
	    background: rgba(0, 0, 0, 0.3);
	    border-radius: 12px;
	    padding: 40px;
	    margin-top: 40px;
	}
	.hm-nav {
		margin-left: auto;
		margin-right: auto;
	}
	.title-block > img{
		height: 1300px;
	}
}
.home-welcome > img {
	z-index: 2;
}
.video-container{
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	overflow: hidden;
	max-height: 100%;
}
.video-container video {
	display: block;
	min-width: 100%;
	min-height: 1100px;
}
.video-container::after {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-home .home-welcome .video-container video{
	opacity: 0.6;
}
.checkbox-styled input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox-styled label{
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.checkbox-styled input + span{
	padding: 0 0 0 26px;
    font-size: 14px;
    display: block;
    width: auto;
    line-height: 18px;
    font-weight: 500;
}
.checkbox-styled input + span::after{
    content: '';
    background: ;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    border: 1px solid #767676;
}
.checkbox-styled label:hover input + span::after{
    background: url(../svg/checkbox.svg) no-repeat center center, #d8d8d8;
    border-color: #d8d8d8;
}
.checkbox-styled label input:checked + span::after{
    background: url(../svg/checkbox.svg) no-repeat center center, linear-gradient(10.41deg, #D82026 -6.54%, #FB623F 97.83%);
    border: 0;   
}
.send-success{

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .block-title-in,
   .main-form-title,
   .modal-title,
   .service-item .b.color-red,
   .contacts-title{
   	background: transparent;
   	color: #DD2929;
   }
   select::-ms-expand {
	    display: none;
	}
	.ob-cover.title-man video,
	.ob-cover.title-pro video{
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.title-block > img{
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
	}
}

.header .logo img + img{
	display: none!important;
}
.mobile-menu-icon,
.footer-btn{
	display: none;
}
.modal-open {
    overflow: hidden;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(16, 24, 32,0.5);
    z-index: 500;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.overlay.active{
    opacity: 1;
    visibility: visible;
}
.mobile_menu{
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    z-index: 9000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    height: 100%;
    margin: 0;
    background: url(../img/home-bg.png) no-repeat bottom center, #222327;
    background-size: cover;
    color: #fff;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.mm-in{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-size: 640px;
    overflow-y: auto;
}
.mobile_menu .header-menu{
    flex-direction: column;
    align-items: center;
}
.mobile_menu .header-menu li{
    margin-left: 0!important;
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
}
.mobile_menu .header-menu li a::after{
    display: none!important;
}
.mobile_menu .footer-top{
	flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}
.mobile_menu .footer-top a + a{
	margin-top: 10px;
}
.mobile_menu .btn-secondary{
    margin: 15px 0 0 0;
}
.mobile_menu .logo {
    width: 100px;
    margin: 0 auto 30px;
}
.mobile_menu .logo img{
	width: 100%
}
.mobile-nav-menu{
	text-align: center;
	padding-top: 20px;
}
.mobile-nav-menu li{
	margin-bottom: 20px;
}
.mobile-nav-menu a{
	font-size: 18px;
    font-weight: 600;
}
.mobile-nav-menu a.active{
	border-bottom: 1px solid #E79611;
    color: #E79611;
}
.mobile_menu_close{
    width: 40px;
    height: 40px;
    background: url(../svg/close.svg) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 979px) {
	.main-menu{
		display: none;
	}
    .header-contacts {
        min-width: 40px;
        margin-bottom: 0;
    }
	.container {
	    padding: 0 20px;
	}
	.header-contacts .btn{
		display: none;
	}
	.header-in{
		height: auto;
	    padding: 15px 0;
	}
	.header-phone{
		background: url(../svg/header-phone.svg) no-repeat right center;
        height: 30px;
        width: 30px;
	    overflow: hidden;
	    text-indent: 2000px;
	    white-space: nowrap;
	    background-size: contain;
	    margin-right: 0;
	}
	.header-email{
		background: url(../svg/header-email.svg) no-repeat right center;
		height: 30px;
		width: 30px;
		overflow: hidden;
		text-indent: 2000px;
		white-space: nowrap;
		background-size: contain;
		margin-right: 0;
	}
    .header-phones .request_city{
		display: none;
	}

    .header-phone:first-child {
        margin-right: 20px;
	}
	.header-email:first-child {
		margin-right: 20px;
	}
	.header .logo{
		width: 160px;
	}
	.header .logo img{
		display: none!important;
	}
	.header .logo img + img{
		display: block!important;
		width: 100%;
	}
	.mobile-menu-icon{
        	display: block;
	        width: 25px;
        	height: 18px;
		margin-right: 10px;
        	background: url(../svg/mm.svg) no-repeat;
    	}
    .footer-bottom .container{
    	flex-direction: column;
    }
    .created {
	    margin-top: 20px;
	}
	.copy{
	    text-align: center;
    	flex-direction: column;
	}
	.copy a{
		margin: 0 0 12px;
	}
	.footer-bottom{
		padding: 40px 0;
	}
	.footer-col{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-title{
		opacity: 0.75;
		margin-bottom: 10px;
	}
	.footer-col ul a {
	    font-size: 16px;
	}
	.footer-phones{
		text-align: center;
	}
	.footer-phones a{
		font-size: 25px;
    	margin-top: 10px;
	}
	.footer-btn{
	    display: flex;
    	justify-content: center;
    	width: 100%;
	}
	.main-form {
	    width: 100%;
	}
	.prefooter-right {
	    width: calc(100% + 40px);
	    position: relative;
	    left: 0;
	    bottom: 0;
	    overflow: hidden;
	    margin: 0 -20px;
	}
	.prefooter-in{
		display: block;
	}
	.prefooter-map {
	    height: 360px;
	}
	.btn-map {
	    font-size: 16px;
	    right: auto!important;
	    left: 20px;
	    top: 20px;
	}
	.contacts-map .container-in{
		position: static;
	}
	h1, .h1 {
	    font-size: 36px;
	}
	.title-subtitle {
    	font-size: 14px;
	    line-height: 22px;
	}
	.title-block-in {
	    padding: 160px 0 55px;
	}
	.mobile_menu {
	    opacity: 1;
	    visibility: visible;
	}
	.mobile_menu.active {
	    -moz-transform: translate3D(300px,0,0);
	    -o-transform: translate3D(300px,0,0);
	    -webkit-transform: translate3D(300px,0,0);
	    transform: translate3D(300px,0,0);
	}
	.contacts-item {
	    font-size: 18px;
	    min-height: 30px;
	}
	.pro-links {
		margin-top: 40px;
	}
	.pro-links li + li {
	    margin-left: 20px;
	}
	.title-block {
	    margin-bottom: 45px;
	}
	.service-item > div{
		width: 100%;
		margin-bottom: 25px;
	}
	.service-item .text{
		order: -1;
	}
	.service-item {
	    margin-bottom: 0;
	}
	.main-products-image {
	    display: none;
	}
	.main-products-text {
	    margin-top: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	.product-content {
	    width: 100%;
	}
	.sidebar {
	    width: 100%;
	    margin-left: 0;
	    position: relative;
	    margin-top: 40px;
	}
	.sidebar__fixed {
	    position: static!important;
	}
	.home-mega{
		display: none;
	}
	.home-catalog-nav{
		flex-wrap: wrap;
	}
	.home-catalog-nav li {
	    width: 50%;
	}
	.page-home .title-block{
		overflow: hidden;
	}
	.home-welcome > img {
	    bottom: -400px;
	}
	.home-catalog-nav li:nth-child(3),
	.home-catalog-nav li:nth-child(4){
		margin-top: 25px;
	}
	.home-catalog-nav li:nth-child(1) div.img-animation{
		background: url(../images/products/1/img_00.png) no-repeat center center!important;
	    background-size: contain!important;
	}
	.home-catalog-nav li:nth-child(2) div.img-animation{
		background: url(../images/products/2/img_00.png) no-repeat center center!important;
	    background-size: contain!important;
	}
	.home-catalog-nav li:nth-child(3) div.img-animation{
		background: url(../images/products/3/img_00.png) no-repeat center center!important;
	    background-size: contain!important;
	}
	.home-catalog-nav li:nth-child(4) div.img-animation{
		background: url(../images/products/4/img_00.png) no-repeat center center!important;
		background-size: contain!important;
	}
	.home-catalog-nav a{
		width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-slider img{
		border-radius: 0;
	}
	.home-slider {
	    margin-bottom: 30px;
	}

	.whatsapp {
        height: 30px;
        width: 30px;
		background: url('../svg/whatsapp-symbol.svg') 100% 100% no-repeat;
		background-size: cover;
		display: block;
		top: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.contacts-title {
	    font-size: 23px;
	    margin-bottom: 20px;
	}
	.title-block {
	    margin-bottom: 45px;
	}
	.contacts-container .col-6{
		width: 100%;
	}
	.contacts-container .col-6 + .col-6{
		margin-top: 40px;
	}
	.contacts-map {
	    margin: 40px 0;
	}
	.doc-list a {
	    padding: 15px 10px;
	}
	.doc-list.row {
	    margin-left: -7px;
	    margin-right: -7px;
	}
	.doc-list.row > div{
		padding-left: 7px;
		padding-right: 7px;
	}
	.doc-list > div {
	    margin-bottom: 14px;
	}
	.d-icon {
	    width: 40px;
	    height: 54px;
	    margin: 0 auto 10px;
	    background-size: 40px;
	}
	.d-color {
	    width: 45px;
	    height: 20px;
	    font-size: 10px;
	    line-height: 22px;
	    bottom: 9px;
	    right: 7px;
	}
	.doc-list{
		padding-bottom: 30px;
	}
	.d-title {
    	font-size: 15px;
	    line-height: 20px;
	}
	.d-text {
	    font-size: 12px;
	    line-height: 15px;
	    margin-top: 6px;
	}
	.block-title {
	    margin-bottom: 25px;
	}
	.video-list > *{
		width: 100%;
	}
	.video-list > div {
	    margin-bottom: 25px;
	}
	.prefooter-in {
	    padding-top: 35px;
	}
	.main-products .col-6{
		width: 100%;
		margin-bottom: 30px;
	}
	.product-content img{
		display: block;
		width: 100%!important;
		height: auto!important;	
	}
	.home-text .col-6{
		width: 100%;
	}
	.objects-row .col-6{
		width: 100%;
	}
	.objects-row .col-3{
		width: 50%;
	}
	.home-slide-container {
	    width: 100%;
	}
	.home-text {
	    margin-bottom: 25px;
	}
}
@media only screen and (max-width: 599px) {
	.modal .form-group-50 {
	    width: 100%;
	}
	.modal .text-terms {
	    font-size: 12px;
	}
	h1, .h1 {
	    font-size: 28px;
	}
	.prefooter-in {
    	min-height: 0!important;
    	padding-top: 30px;
	    margin-top: 20px;
	}
	.main-form-title {
	    font-size: 26px;
        line-height: 32px;
	}
	.main-form-sub {
	    font-size: 14px;
	    line-height: 20px;
	}
	.form-control {
	    font-size: 16px;
	}
	.main-form .btn {
	    margin-top: 5px;
	}
	.prefooter-info > div {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 30px;
	}
	.contacts-container2 .col-8{
		width: 100%;
	}
	.table-rekv {
	    font-size: 14px;
	}
	.table-rekv td{
		width: auto!important;
		padding: 12px 5px;
	}
	.table-rekv {
	    margin-left: -20px;
	    margin-right: -20px;
	    width: calc(100% + 40px);
	}
	.pro-links{
		flex-wrap: wrap;
	}
	.pro-links a {
    	font-size: 12px;
	    padding: 0 10px;
	}
	.pro-links {
	    margin-top: 25px;
	}
	.pro-links{
		flex-wrap: wrap;
	}
	.pro-links li{
		margin-left: 0!important;
		min-width: 55%;
	}
	.pro-links li + li{
		margin-top: 12px;
	}
	.slide-bottom {
	    margin: 40px 0 5px;
	}
	.modal-body {
	    padding: 0px 25px 25px;
	    text-align: center;
	}
	h2, .h2 {
	    font-size: 20px;
	}
	.m-video-title {
	    font-size: 25px;
	    font-weight: bold;
	    margin-bottom: 20px;
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.manufacture-video {
	    padding: 50px 0;
	    text-align: center;
	    margin-bottom: 35px;
	}
	.sert-cont{
		margin-right: -20px;
	    overflow: hidden;
	    margin-left: -20px;
	    padding-left: 20px;
	}
	.sertificates{
		width: auto;
		overflow-x: scroll;
		flex-wrap: nowrap;
		margin-left: -20px;
		margin-right: -20px;
	}
	.sertificates > div{
		width: 180px;
		flex-shrink: 0;
	}
	.sertificates > div:first-child{
	    padding-left: 20px;
    	width: 185px;
	}
	.sertificates > div:last-child{
	    margin-right: 20px;
    	padding-right: 40px;
    	width: 205px;
	}
	.table-responsive{
		width: 100%;
		overflow-x: auto;
	}
	.product-content table{
		width: 100%!important;
		min-width: 600px!important;
	}
	.product-content table td {
	    width: auto!important;
	    padding: 10px 5px;
	    font-size: 12px;
	}
	.product-content p img{
		display: block;
		width: 100%!important;
		height: auto!important;
	}
	.product-page{
		margin-top: -35px;
	}
	.objects-row .col-3 {
	    width: 100%;
	}
	.o-overlay{
		opacity: 1;
		position: static;
		background: none;
	}
	.objects-row a {
	    height: auto;
	}
	.objects-row a img{
		height: 200px;
		border-radius: 8px;
	}
	.o-overlay::after,
	.o-overlay::before{
		display: none;
	}
	.o-info{
		position: static;
	    color: #333;
	    font-size: 14px!important;
	    width: 100%;
	    padding: 15px 0 0;
	}
	.objects-row > div {
	    margin-bottom: 25px;
	}
	.o-info .b{
		font-weight: normal;
	}
	.project-logo{
		display: none;
	}
	.project-header-info {
	    max-width: 100%;
	}
	.project-header {
	    padding: 0 0 15px 0;
	}
	.project-body {
	    padding: 0 20px 35px;
	}
	.project-description {
	    font-size: 14px;
	}
	.project-slider-in {
	    width: calc(100% + 40px);
	    margin-left: -20px;
	}
	.project-slide-container {
	    width: 100%;
	}
	.project-slider img{
		border-radius: 0;
	}
}
@media only screen and (max-width: 459px) {
	.header .logo {
	    width: 120px;
	}
	.copy,
	.created{
	    font-size: 12px;
	}
	.copy br{
		display: none;
	}
	.modal-dialog {
	    width: 100%;
	    margin: 0 auto;
	}
	.modal-v-center:after{
		display: none;
	}
	.modal-body {
	    padding: 30px;
	}
	.modal-title {
	    font-size: 26px;
	}
	.modal-content{
		border-radius: 0;
	}
	.main-form-title {
	    font-size: 24px;
	}
	.text-terms {
	    font-size: 12px;
	}
	.btn-map {
	    font-size: 14px;
	    right: auto;
	    left: 10px;
	    top: 9px;
	    padding: 7px 5px;
	    background: #fff;
	    width: calc(100% - 20px);
	    text-align: center;
	}
	.doc-list > .col-3 {
	    width: 50%;
	}
	h2, .h2 {
	    font-size: 20px;
	}
	.text {
	    font-size: 14px;
	}
	.text ul li::after {
	    top: 3px;
	}
	.block-title-in {
	    font-size: 22px;
	}
	.partner {
	    width: 50%;
	    padding: 0 15px;
	    margin-bottom: 40px;
	}
	.block-subtitle {
	    font-size: 14px;
	}
	.review-title {
	    font-size: 15px;
	}
	.review {
	    padding: 20px 15px 20px;
	}
	.play-video {
	    width: 60px;
	    height: 60px;
	    background-size: 60px;
	    margin: 0 auto 15px;
	}
	.m-video-title {
	    font-size: 20px;
	}
	.manufacture-video {
	    padding: 35px 0;
	}
	.product-content h1, .product-content .h1 {
	    font-size: 22px;
	}
	.product-content h2, .product-content .h2 {
	    padding-top: 18px;
	    margin-bottom: 15px;
	}
	.sidebar__fixed {
	    position: static!important;
	    width: 100%!important;
	}
	.product-gallery > div{
		width: 100%;
	}
	.sidebar-answer {
	    margin-bottom: 20px;
	}
	.sidebar-block {
	    margin-bottom: 20px;
	}
	.sidebar {
	    margin-top: 15px;
	}
	.product-element{
		flex-wrap: wrap;
	}
	.pe-image {
	    width: 100%;
	    margin-right: 0;
	}
	.pe-image img{
		width: 100%!important;
		height: auto!important;
	}
	.pe-info{
		width: 100%!important;
		line-height: 1.45;
	}
	.pe-title {
	    font-weight: bold;
	    font-size: 15px;
	    line-height: 22px;
	    margin-bottom: 5px;
	    margin-top: 20px;
	}
	.page-home .title-block-in h1{
		font-size: 22px;
	}
	.page-home .title-block-in .title-subtitle {
	    font-size: 13px;
	    line-height: 22px;
	}
	.home-catalog-nav a{
		width: 140px;
	    margin-left: auto;
	    margin-right: auto;
	    background-size: 120px;
	    background-position-x: left;
	    font-size: 14px;
	    padding-top: 136px;
	}
	.home-catalog-nav div.img-animation{
		left: calc(50% - 85px)!important;
	    width: 150px;
    	height: 150px;
	}
	.home-catalog-nav li:nth-child(3) div.img-animation,
	.home-catalog-nav li:nth-child(4) div.img-animation{
		left: calc(50% - 85px)!important;
	    width: 150px;
    	height: 150px;
	}	
	.home-catalog-nav li:nth-child(3) div.img-animation{
		background-size: 120px!important;
    	top: -10px;
	}
	.home-catalog-nav li:nth-child(4) div.img-animation{
		background-size: 140px!important;
	}
	.project-header-info {
	    font-size: 13px;
	}
}

/* Fixed header */

.header {
    position: fixed;
    background: linear-gradient(10.41deg, #8F1F19 -6.54%, #FB623F 97.83%);
}

.header-in {
    height: 80px;
}

.logo {
    padding-top: 40px;
}

.page-home {
    padding-top: 50px;
}

.title-block {
    padding-top: 50px;
}

.title-pro video, .title-man video {
    top: 0;
}

@media(max-width: 978px) {
    .logo {
        padding-top: 0;
    }
}


.manufacture-subtitle {
    font-size: 20px;
        margin: 40px auto;
    text-align: justify;
    max-width: 1260px;
}

@media(max-width: 1240px) {
    .manufacture-subtitle {
        margin: 20px;
    }
}


@media(min-width: 1880px) {
    .home-title-block {
        padding: 25% 0 25% !important;
    }
}

.home-title-block {
	padding: 285px 0 25% !important;
	white-space: normal;
	font-size: 16px;
	position: relative;
	z-index: 3;
}

@media(max-width: 979px) {
	.home-title-block {
	    padding: 45% 0 45% !important;
	}
}

@media(max-width: 700px) {
    .home-title-block {
	    padding: 45% 0 50% !important;
	}
}

@media only screen and (max-width: 1329px) {
    .logo {
        padding-top: 0;
    }

    .logo img {
        margin-bottom: 0;
    }

	.main-menu li + li {
	    margin-left: 20px;
	}
	.header-contacts {
	    flex-direction: column;
	    display: flex;
	    align-items: flex-end;
		align-self: flex-end;
        margin-bottom: 6px;
	}
	.header-phones {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        width: 100%;
        justify-content: space-around;
        -webkit-box-pack: space-around;
        -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
    }
	.header-phone {
		margin: 0 0 4px 0;
	}
	.header-email {
		margin: 0 0 4px 0;
	}
	.contacts-item {
	    font-size: 20px;
	}
	.btn-map {
	    font-size: 16px;
	}
	.main-form-sub {
	    font-size: 23px;
	}
	.prefooter-info > div{
		font-size: 16px;
	}
	.main-menu {	
	    padding-top: 30px;
	}
}

/* City list */
.city-list {
    display: flex;
    flex-wrap: wrap;
}

.city-list .city-link {
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    width: 50%;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.city-list .city-link:hover {
    color: #de2a29;
    text-decoration: underline;
    font-weight: 900;
}

.request_city:hover {
    opacity: 0.8;
}

@media(max-width: 1025px) {
	.footer-social-links {
		display: none !important;
	}
}

/* Pagination */

.pagination__box {
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
}
.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination li {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-right: 13px;
	padding: 10px;
	vertical-align: middle;
	background: #fff;
}
.pagination li a {
	text-decoration: none;
	color: #D82026;
}
.pagination li.is-active {
	z-index: 1;
}
.pagination li.is-active:after {
	position: absolute;
	display: block;
	width: 98px;
	height: 98px;
	content: "";
}
.pagination .next a,
.pagination .prev a {
	display: block;
	width: 20px;
	height: 17px;
}
.pagination .more {
	color: #209e00;
}

/* Header */

.header-in-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-in-top .request_city {
	margin-right: auto;
}

.header-in-top a:not(.request_city) {
	/*margin-left: 20px;*/
}

.header-in-top .request_city {
	margin-right: auto;
}

.header-in-top .header-phone + .header-email {
	border-left: 1px solid #de5442;
	margin-left: 15px;
	padding-left: 15px;
}

.header-in-top .header-phone,
.header-in-top .header-email,
.header-in-top .btn {
	margin-left: 20px;
}

.header-in-section {
	height: 60px !important;
	border-bottom: 1px solid #de5442;
}

.calc-project-mobile {
	display: none !important;
}

@media (max-width: 459px) {
	.header-in-top .request_city {
		margin-left: 15px;
	}
	.calc-project-desktop {
		display: none !important;
	}
	.calc-project-mobile {
		display: block !important;
	}
}

.product-content ul {
    all: revert;
}