body, input, textarea, select {
	font-size: 13px;
	line-height: 18px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

a {
	color: #00a9ea;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 30px;
	font-weight: bold;
}

div.layout h1 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 33px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 25px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 25px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	line-height: 15px;
	margin-top: 25px;
	font-weight: bold;
}

p {
	margin-top: 15px;
}

p.error {
	color: #c30;
	border: 1px solid #c30;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
}

p.done {
	color: #00a9ea;
	border: 1px solid #00a9ea;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
}

div.header {
	overflow: hidden;
	padding-top: 10px;
}

div.header > .layout {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

div.header div.logotype {
	margin-top: 9px;
	float: left;
}

div.header div.about {
	float: left;
	text-transform: uppercase;
	margin-left: 10px;
	color: #666;
	line-height: 16px;
	padding-top: 20px;
	box-sizing: border-box;
	width: 130px;
}

.header-callback {
	float: left;
	overflow: hidden;
	line-height: 16px;
}
.header-callback a {
	margin-top: 12px;
	margin-left: 30px;
	display: inline-block;
	padding: 7px 13px 7px 13px;
	color: #0c4da2;
	box-shadow: inset 0 0 0 1px;
	text-transform: uppercase;
	border-radius: 7px;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.header-callback a:hover {
	background: #0b4e9f;
	color: #FFF;
	box-shadow: none;
	transition: all 0.2s linear;
}

.header-callback div.name {
	text-transform: uppercase;
	color: #666;
	margin-top: 5px;
}

.header-callback .form .text {
	color: #666;
	border: 1px solid #999;
	border-radius: 7px;
	text-transform: uppercase;
	padding: 1px 0 2px 0;
	text-indent: 5px;
	line-height: 16px;
	margin-top: 2px;
}

.header-callback .form .submit {
	background: #0b4e9f;
	color: #fff;
	cursor: pointer;
	width: 25px;
	border-radius: 7px;
	text-align: center;
	padding: 1px 0 2px 0;
}

div.time-info {
	text-align: center;
}
div.time-info span:first-child {
	display: block;
	color: #0c4da2;
	text-transform: uppercase;
	border-radius: 7px;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.2px;
	text-decoration: none;
}
div.time-info span:last-child {
	display: block;
	color: red;
	font-family: 'Play', sans-serif;
	font-size: 15px;
	text-decoration: none;
}


.cabinet-orders span {
	margin-right: 4px;
	font-size: 18px;
	position: relative;
	top: 1px;
}

.order-status {
	float: left;
}

.order-status a {
	margin-top: 12px;
	margin-left: 40px;
	display: inline-block;
	padding: 6px 13px 6px 13px;
	color: #0c4da2;
	box-shadow: inset 0 0 0 1px;
	text-transform: uppercase;
	border-radius: 7px;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.order-status a:hover {
	background: #0b4e9f;
	color: #FFF;
	box-shadow: none;
}

div.header div.phone {
	float: right;
	font-weight: bold;
	color: #0c4da2;
	font-size: 30px;
	line-height: 30px;
	margin-top: 7px;
}

div.header div.phone span.code {
	color: #999;
	font-size: 18px;
}

div.navigation {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
}

div.navigation li {
	float: left;
	text-transform: uppercase;
	padding: 0 19px;
	border-right: 1px solid #fff;
}

div.navigation li.first {
	padding-left: 0;
	padding-right: 24px;
}

div.navigation li.last {
	padding-right: 0;
	border-right: 0;
	float: right;
}

div.navigation li a {
	color: #000;
	font-size: 15px;
}

div.navigation li a:hover {
	color: #00a9ea;
	text-decoration: none;
}

div.path {
	overflow: hidden;
	height: 42px;
	font-size: 11px;
	background: url(/images/path-bg.jpg) 0 0 repeat-x;
	color: #999;
}

div.path ul {
	padding-top: 12px;
}

div.path li {
	float: left;
}

div.path li:after {
	content: ' › ';
	padding-left: 10px;
	padding-right: 10px;
}

div.path li:last-child:after {
	content: '';
}

div.path a {
	color: #666;
}

div.path .slogan {
	float: right;
	color: #0c4da2;
}

div.path .slogan img {
	display: block;
	float: left;
	margin-right: 5px;
}

div.path .slogan.msc {
	background: #019DD6;
	/*box-shadow: inset -1px 1px 3px 0 #BAC8CD;*/
	color: #FFF;
	border-radius: 5px;
	padding: 5px 10px;
	margin: -5px 0;
}

div.hero {
	overflow: hidden;
	min-height: 250px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

div.hero p {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	width: 500px;
	margin-top: 8px;
}

div.hero ul {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	width: 570px;
	padding-top: 8px;
}

div.hero ul li {
	background: url(/images/list-icon.jpg) 3px 8px no-repeat;
	padding-left: 20px;
}

div.hero div.button {
	overflow: hidden;
	padding: 18px 0 2px 0;
	font-weight: bold;
	font-size: 15px;
}

div.hero div.button a {
	display: block;
	float: left;
	padding: 9px 13px 8px 13px;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	background: #019dd6;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
}


div.hero div.button a:hover {
	background: #04759e;
	text-decoration: none;
	transition: all 0.2s linear;
}

div.hero div.button span.price {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 25px;
	line-height: 40px;
	color: #00a9ea;
	text-transform: uppercase;
}

div.content div.button a {
	display: block;
	float: left;
	padding: 9px 10px 8px 10px;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	background: #019dd6;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

div.content div.button a:hover {
	background: #04759e;
	text-decoration: none;
	transition: all 0.2s linear;
}

div.content div.button {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	padding-bottom: 2px;
	margin: 15px 0 50px 0;
}

div.content p.phoneNumber {
	font-size: 24px;
}

div.main {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
}

.callback {
	background: #f6f6f6;
	overflow: hidden;
	padding: 10px 20px;
	margin: 40px 0 30px;
}

.callback div.name {
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-family: 'PT Sans', sans-serif;
	color: #666;
	margin-top: 13px;
}

.callback .form {
	float: left;
	overflow: hidden;
	padding: 5px;
}

.callback .form input {
	float: left;
	margin-left: 15px;
}

.callback .form .text {
	background: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 7px;
	font-size: 15px;
	line-height: 15px;
	font-family: 'PT Sans', sans-serif;
	color: #666;
	width: 170px;
	padding: 8px 0 9px 0;
	text-indent: 10px;
}

.callback .form .submit {
	display: block;
	padding: 9px 13px 8px 13px;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	background: #019dd6;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Play', sans-serif;
	font-size: 15px;
}
.callback .form .submit:hover {
	background: #04759e;
	transition: all 0.2s linear;
}

.callback .discount {
	position: absolute;
	margin: -30px 0 0 780px;
}

.callback .notice {
	float: left;
	margin: 14px 0 0 15px;
	color: #666;
}
.popular-models {
	margin-top: 20px;
}
.popular-models__item {
	display: inline-block;
	width: 13%;
	margin: 10px 0;
}
.popular-models .more {
	padding: 10px;
	margin: 20px 0 10px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px #D4E0E4;
	text-align: center;
	background-color: #EBF1F3;
	color: #889296;
	cursor: pointer;
}
div.toubleshooting {
	margin-top: 40px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 35px;
}

div.toubleshooting div.column {
	width: 360px;
	float: left;
	margin-top: 5px;
}

div.toubleshooting div.column.last {
	width: 250px;
}

div.toubleshooting div.column div.item {
	width: 250px;
	overflow: hidden;
	margin-top: 25px;
}

div.toubleshooting div.column div.item div.image {
	width: 65px;
	float: left;
}

div.toubleshooting div.column div.item div.name {
	float: left;
	font-size: 20px;
	line-height: 20px;
	width: 185px;
}
div.models {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 35px;
}

div.models div.column {
	width: 360px;
	float: left;
	margin-top: 5px;
}

div.models div.column.last {
	width: 250px;
}

div.models div.column div.item {
	width: 250px;
	overflow: hidden;
	margin-top: 25px;
}

div.models div.column div.item div.image {
	width: 65px;
	float: left;
}

div.models div.column div.item div.name {
	float: left;
	font-size: 20px;
	line-height: 20px;
	width: 185px;
}
div.details {
	padding: 20px 0 40px 0;
	color: #666;
	/*border-bottom: 1px solid #ccc;*/
}

div.details p {
	text-align: justify;
}

div.footer {
	background: #ddf1f4;
	overflow: hidden;
	padding: 12px 0 10px 0;
	color: #000;
	text-transform: uppercase;
}

div.footer div.about {
	float: left;
}

div.footer div.share {
	float: left;
	margin-top: -5px;
	margin-left: 25px;
}

div.footer div.counter {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

div.footer div.phone {
	float: right;
}



/* FOOTER */

.footer-new {
    background: #2D2D2D;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 15px;
}
.footer-new .footer-new-intro {
    padding: 25px 0;
    border-bottom: 1px solid #A8ACAE;
}
.footer-new .footer-new-main {
    padding: 25px 0;
}
.footer-new .layout {
    width: 1200px;
}
.footer-new .footer-new-intro-row {
    display: flex;
    align-items: center;
}
.footer-new .footer-new-intro-text {
    margin-left: 34px;
    font-size: 20px;
    line-height: 121.7%;
    color: #ffffff;
    font-weight: bold;
}
.footer-new .footer-new-intro-logo img {
    width: 150px;
}
.footer-new .footer-new-main-row {
    display: flex;
    justify-content: space-between;
}
.footer-new .footer-new-main-info {
    width: 270px;
    margin-right: 20px;
}
.footer-new .footer-new-main-contacts {
    width: 325px;
}
.footer-new .footer-new-main-info-text {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 18px 18px 18px 24px;
    font-weight: bold;
    font-size: 18px;
    line-height: 141.2%;
    color: #fff;
    margin-bottom: 33px;
}
.footer-new .footer-new-main-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
}
.footer-new .footer-new-main-links {
    display: flex;
}
.footer-new .footer-new-main-links ul {
    width: 186px;
    margin-right: 43px;
}
.footer-new .footer-new-main-links ul li {
    margin-top: 11px;
}
.footer-new .footer-new-main-links ul a {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.footer-new .footer-new-main-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 25px;
}
.footer-new .footer-new-main-contacts-phone a {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-new .footer-new-main-contacts-text {
    font-size: 16px;
    line-height: 21px;
    color: #B6B6B6;
}
.footer-new .footer-new-main-contacts-address {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-top: 15px;
}
.footer-new .footer-new-info-row {
    display: flex;
    justify-content: space-between;
}
.footer-new .footer-new-info-payment {
    width: 325px;
    padding-bottom: 25px;
}
.footer-new .footer-new-info-payment {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    order: 1;
}
.footer-new .footer-new-info-payment .items {
    margin-top: 18px;
}
.footer-new .footer-new-info-payment .item {
    display: inline-block;
    padding-right: 2px;
}
.footer-new .footer-new-info-payment .item img {
    border-radius: 3px;
}
.footer-new .footer-new-info-copyright {
    margin-top: 20px;
    margin-right: 10px;
    width: 736px;
    font-size: 14px;
    line-height: 141.2%;
    text-transform: lowercase;
    color: #808080;
}
@media (max-width: 1199px){
.footer-new .layout{width:970px;}
.footer-new .footer-new-main-links ul{margin-right:15px;width:auto;}
.footer-new .footer-new-info-copyright{width:600px;}
}
@media (max-width: 991px){
.footer-new{padding-left:10px;padding-right:10px;}
.footer-new .layout{width:100%;}
}
@media (max-width: 767px){
.footer-new{text-align:center;}
.footer-new .footer-new-intro-row{flex-direction:column;}
.footer-new .footer-new-intro-text{margin-left:0;}
.footer-new .footer-new-main-row{flex-direction:column;}
.footer-new .footer-new-main-title{margin-bottom:5px;}
.footer-new .footer-new-main-info-social{margin-bottom:40px;}
.footer-new .footer-new-main-info{width:100%;}
.footer-new .footer-new-main-info-social .b-share__handle{margin:0 12px;}
.footer-new .footer-new-main-menu{margin-bottom:40px;}
.footer-new .footer-new-main-links{flex-direction:column;width:100%;}
.footer-new .footer-new-main-links ul{width:100%;}
.footer-new .footer-new-main-contacts{width:100%;}
.footer-new .footer-new-info-row{flex-direction:column;}
.footer-new .footer-new-info-payment{order:0;width:100%;}
.footer-new .footer-new-info-copyright{width:100%;margin-top:10px;}
}







.mobile {
	display: none;
	text-align: center;
	padding: 20px 0 25px 0;
	background: #004099;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.mobile .icons {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

.mobile .icons .sitemap {
	display: block;
	float: left;
	background: url(/images/mobile/menu.png) 50% 50% no-repeat;
	border-radius: 12px;
	width: 45%;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
}

.mobile .icons .sitemap:hover {
	background-color: #333;
}

.mobile select {
	opacity: 0;
	width: 100%;
	height: 105px;
	cursor: pointer;
	border: 0;
	overflow: hidden;
}

.mobile .icons .phone {
	display: block;
	float: right;
	background: url(/images/mobile/phone.png) 50% 50% no-repeat;
	border-radius: 12px;
	width: 45%;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
}

.mobile .icons .phone:hover {
	background-color: #333;
}

.mobile .icons .phone a {
	display: block;
	width: 100%;
	height: 105px;
}

.promo-fast {
	position: absolute;
	width: 705px;
	height: 360px;
	background: #fff url(/images/promo-1.png) 0 100% no-repeat;
	border-radius: 7px;
	display: none;
}

.promo-fast .name {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 40px;
}

.promo-fast .name span {
	color: #09a1d8;
}

.promo-fast .description {
	font-size: 18px;
	line-height: 24px;
	font-family: 'PT Sans', sans-serif;
	width: 325px;
	color: #666;
	margin-left: 50px;
	margin-top: 30px;
}

.promo-fast .more {
	overflow: hidden;
	padding: 5px;
	margin-top: 30px;
}

.promo-fast .more a {
	float: left;
	display: block;
	padding: 3px 13px 4px 13px;
	background: #019dd6 url(/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #ccc;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Play', sans-serif;
	font-size: 15px;
	margin-left: 45px;
	text-decoration: none;
}

.promo-label {
	width: 53px;
	height: 278px;
	overflow: hidden;
	position: fixed;
	left: -15px;
	top: 400px;
	background: url(/images/promo-1-label.png) 0 0 no-repeat;
	cursor: pointer;
}

.promo-label:hover {
	left: -5px;
}

#selectCity, #formCallback {
	display: none;
}

span.city {
	border-bottom: 1px dotted #999;
	cursor: pointer;
}

div.hero.contact {
	min-height: 200px;
	background-position: 50% -50px;
}
#map {
	margin-top: 10px;
}
#about {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 35px;
}

#about .content {
	width: 605px;
	float: left;
}

#about .content .clear {
	overflow: hidden;
}

#about .content hr {
	overflow: hidden;
	height: 1px;
	background: #ccc;
	margin-top: 25px;
	border: none;
}

#about .content h3 {
	margin-bottom: -15px;
}

#about .content p {
	margin-top: 20px;
}

#about .content p.big {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-top: 25px;
}

#about .content img.right {
	float: right;
	margin: 0 0 10px 20px;
	border-radius: 3px;
}

#about .content img.left {
	float: left;
	margin: 0 20px 10px 0;
	border-radius: 3px;
}

#about .content .relative {
	margin-top: 20px;
}

#about .content .relative li {
	margin-top: 5px;
}

#about .content .relative a {
	background: url(/images/more-bg.png) 0 2px no-repeat;
	padding-left: 20px;
	display: block;
}

#about .content .relative a:hover {
	background-position: 0 -23px;
}

#about .content .locator {
	overflow: hidden;
	background: #ddf2f9;
	padding: 0 25px 25px 25px;
}

#about .content .locator form {
	margin-top: 5px;
	overflow: hidden;
}

#about .content .locator .text {
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 3px 0;
	text-indent: 5px;
	float: left;
	width: 205px;
	margin-right: 15px;
}

#about .content .locator .button {
	padding: 3px 13px 4px 13px;
	background: #019dd6;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Play', sans-serif;
	margin-top: 8px;
	margin-bottom: 20px;
	float: right;
}
#about .content .locator .button:hover {
	background: #04759e;
	text-decoration: none;
	transition: all 0.2s linear;
}
#about .sidebar {
	width: 315px;
	float: right;
	background: #eee;
	margin-top: 25px;
	border-radius: 3px;
}

#about .sidebar h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: -10px;
}

#about .sidebar p {
	font-size: 13px;
	color: #666;
}

#about .sidebar .phone {
	padding: 0 30px 30px 30px;
}

#about .sidebar .question {
	padding: 0 30px 30px 30px;
	border-top: 1px solid #ccc;
	background: url(/images/question-bg.png) 85% 20px no-repeat;
}

#about .sidebar .question p {
	width: 70%;
}

#about .sidebar .question form {
	margin-top: 10px;
}

#about .sidebar .question .text {
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 3px 0;
	text-indent: 5px;
}

#about .sidebar .question textarea {
	height: 80px;
	resize: none;
}

#about .sidebar .question .button {
	padding: 3px 13px 4px 13px;
	background: #019dd6;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Play', sans-serif;
	margin-top: 8px;
	margin-bottom: 20px;
}
#about .sidebar .question .button:hover {
	background: #04759e;
	text-decoration: none;
	transition: all 0.2s linear;
}

#about .sidebar .services {
	padding: 0 30px 30px 30px;
	border-top: 1px solid #ccc;
}

#about .sidebar .services ul {
	margin-top: 5px;
}

#about .sidebar .services li {
	padding: 6px 0;
	border-bottom: 1px solid #e0e0e0;
}

#about .sidebar .services a {
	background: url(/images/more-bg.png) 0 2px no-repeat;
	padding-left: 20px;
	display: block;
}

#about .sidebar .services a:hover {
	background-position: 0 -23px;
}

#about div.price {
	overflow: hidden;
}


#about div.price table {
	width: 100%;
}

.price-content {
	display: none;
}
.price-content.active {
	display: table;
}
div.content h2.price-header {
	padding: 15px 0;
	margin: 0;
	border-bottom: 2px solid #f6f6f6;
	font-size: 25px;
	cursor: pointer;
}
.price-header::before {
	content: "+";
	display: inline-block;
	padding-right: 15px;
	color: #17a7dc;
	transition: all 0.2s linear;
}
.price-header.active::before {
	content: "-";
	transition: all 0.2s linear;
}
#about div.price table td {
	padding: 3px 10px;
	font-weight: bold;
	color: #00a9ea;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

#about div.price table td:first-child {
	color: #000;
	text-align: left;
	text-transform: none;
	font-weight: normal;
}

#about div.price table th {
	background: #f6f6f6;
	font-size: 15px;
	padding: 10px;
	text-align: right;
}

#about div.price table th:first-child {
	text-align: left;
}

#about div.price table tr:hover td {
	background: #00a9ea url(/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	border-bottom: 1px solid #fff;
}

div.sale {
	font-family: 'Play', sans-serif;
	background: #0074B9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

div.sale div.message {
	height: 30px;
	line-height: 27px;
	color: #FFF;
	font-weight: bold;
}

.step-list {
	margin-top: 10px;
}

.step-item {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	padding-bottom: 25px;
}

.step-item:nth-of-type(2n) {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.step-item:nth-last-of-type(1) {
	border-bottom: none;
}

.step-item__title {
	flex-basis: 100%;
}

.step-item__column:nth-of-type(1) {
	flex-basis: 52%;
}

.step-item__column:nth-of-type(2) {
	flex-basis: 40%;
	margin-left: 4em;
}

.step-item__column--left {
	order: 1;
	margin-left: 0 !important;
	margin-right: 4em;
}

.step-item__column--right {
	order: 2;
}

.step-item p {
	color: #666;
	line-height: 21px;
}

.step-list__item {
	margin: 5px 0 5px 20px;
	list-style: disc;
	color: #666;

}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.step-item__img {
	width: 100%;
	margin-top: 1em;
}

.step-item__btn {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	margin: 15px 0 0 0;
}

.step-item__btn .price {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 25px;
	line-height: 25px;
	color: #00a9ea;
	text-transform: uppercase;
}

.step-item__btn a {
	display: block;
	float: left;
	padding: 3px 13px 4px 13px;
	background: #019dd6 url(/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	text-transform: uppercase;
	border-radius: 7px;
}

.content__description {
	font-size: 16px;
	line-height: 22px;
	color: black !important;
}

.content__img {
	margin-top: 15px;
}

.content-phone {
	color: #00a9ea;
	font-weight: bold;
}

@media (min-width: 1025px) {
	div.sale div.message {
		width: 970px;
		margin: 0 auto;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	div.sale div.message {
		padding: 0 10px;
	}
}
/*div.navigation li:nth-child(6) {
	display: none;
}*/

div.navigation li a {
	font-size: 15px;
}
@media (max-width: 767px) {
	div.sale {
		display: none;
	}
}

div.sale div.message small {
	font-size: 11px;
}

div.sale div.message span {
	font-size: 1.2em;
}

div.sale div.message div.sale-order {
	float: right;
	margin: 1px 0 0 0
}

div.sale div.message div.sale-order a {
	text-decoration: none;
	font-family: 'Play', sans-serif;
	text-transform: uppercase;
	border: 1px solid #78B5DA;
	padding: 0 5px 1px 5px;
	font-size: 15px;
	border-radius: 5px;
	color: #BFDCED;
}

div.sale div.message div.sale-order a:hover, div.sale div.message div.sale-order a.active {
	border: 1px solid #FFF !important;
	color: #FFF !important;
}

div.sale div.message ins {
	text-transform: none;
	text-decoration: underline;
	font-family: 'PT Sans', sans-serif;
	font-size: .85em;
	padding: 0 0 0 25px;
	color: #BFDCED;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	position: relative;
	top: -2px
}

div.sale-details {
	display: none;
	height: 125px;
	background: url(/images/sale-test-bg.png) 50% 0 no-repeat;
	overflow: hidden;
}

div.sale-details div.message {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}

div.sale-details div.message h2 {
	margin-top: 16px;
	color: #0C4DA2;
}

div.sale-details div.message p {
	margin-top: 5px;
	width: 420px;
}

div.sale-details div.message ul li {
	float: left;
	width: 320px;
}

div.sale-details div.message ul li.first {
	border-right: 1px solid #bbd6de;
}

div.sale-details div.message ul li.second {
	border-right: 1px solid #bbd6de;
	margin-left: 20px;
	width: 305px;
}

div.sale-details div.message ul li.third {
	margin-left: 20px;
	width: 295px;
}

div.promo-title {
	position: absolute;
	top: 0;
	left: 0;
}

.radio_kn {
	margin-top: 34px;
	margin-bottom: 15px;
	color: #000000;
	line-height: 24px;
}

.radio_kn label {
	margin-left: 7px;
	color: #000000;
}

.id.telef {
	width: 125px;
	border-right: 3px solid #EEEEEE;
}

.id .dogov {
	width: 125px;
	border-left: 3px solid #EEEEEE;
}

.zayavka .services, .wer {
	padding: 0 !important;

}

.zayavka .services p, .wer p {
	width: 100% !important;

}

.details-more {
	text-align: center;
	margin-top: 15px;
	color: #00a9ea;
	cursor: pointer;
}

/* Адаптив */

@media (min-width: 1025px) {
	div.layout {
		width: 970px;
		margin: 0 auto;
		overflow: hidden;
	}
	.info {
		margin-bottom: 40px;
	}

	div.navigation .navigation_open {
		display: none;
	}
}

@media (max-width: 1024px) {
	div.layout {
		position: relative;
	}

	div.main {
		width: auto;
	}

	div.path {
		height: 10px;
	}

	div.main {
		margin-top: 0;
	}

	#banner {
		display: none !important;
	}

	h2 {
		margin-top: 10px;
	}

	.main {
		padding: 0 10px 10px 10px;
	}

	.details {
		display: none;
	}

	body .navigation:nth-child(2) {
		display: none !important;
	}

	.mobile {
		display: none !important;
	}

	div.popular .column h2, .popular-models {
		display: none;
	}

	#about {
		border-bottom: 0px solid #ccc;
		padding: 0 0 20px;
	}

	#about .sidebar {
		display: none;
	}

	#about .content {
		width: 100%;
		float: none;
	}

	#about .content img {
		max-width: 100%;
		height: auto;
	}

	div.hero ul {
		width: auto !important;
	}

	#about .content table td {
		white-space: normal !important;
	}

	#about .content h3 {
		margin-bottom: 0 !important;
		margin-top: 15px !important;
	}

	#about .content ul {
		overflow: hidden;
	}

	.reviews .review {
		padding: 10px 0 20px 0 !important;
	}

	table.pricing {
		width: 100% !important;
		margin: 0 !important;
	}

	div.services p {
		margin-left: 0 !important;
	}

	.models {
		margin-top: 15px !important;
	}

	.models .model {
		width: 100% !important;
		margin-left: 0 !important;
		padding: 10px 0;
	}

	div.content div.about {
		width: 100% !important;
	}

	div.content div.services {
		margin-left: 0 !important;
	}

	

	div.main div.layout {
		border-bottom: 0 !important;
	}

	div.content {
		border-bottom: 0 !important;
		padding-bottom: 15px !important;
	}

	div.main div.layout {
		padding-bottom: 0 !important;
	}

	.internal_notebook .advantages {
		display: block;
		margin-top: 10px;
		width: auto !important;
		float: none;
		border-right: 0;
	}

	.internal_notebook .advantages div.item {
		width: auto;
		border-bottom: 1px solid #e0e0e0;
	}

	.internal_notebook .advantages div.item:last-child {
		border-bottom: 0px;
	}

	.internal_notebook .advantages h3 {
		margin-top: 18px !important;
	}

	.internal_notebook .content, .internal_notebook .popular {
		display: none;
	}

	.internal_notebook .model .image {
		display: none;
	}
}
@media (max-width: 860px){
	div.header div.time-info {
		display: none;
	}
	div.order {
		display: none;
	}
	.main .popular{
	    display: none;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.header-callback, .order-status {
		display: none;
	}

	div.header div.logotype {
		margin: 0 0 0 10px;
	}

	div.header div.about {
		max-width: 130px;
		padding: 6px 0 0 0;
	}

	div.header div.phone {
		margin: 0 10px 0 0;
	}

	div.navigation {
		font-size: 13px;
		padding: 10px;
	}

	div.navigation .navigation_open {
		display: none;
	}

	div.navigation ul {
		width: 724px;
		margin: auto;
		overflow: hidden;
	}

	div.navigation li.first {
		padding: 0 10px 0 0;
	}

	div.navigation li {
		padding: 0 9px;
	}
    div.navigation li a {
        font-size: 14px;
    }
	div.hero {
		height: auto;
		padding: 0 0 15px 15px;
	}


	div.equipment div.item {
		width: 33% !important;
		box-sizing: border-box;
		margin: 10px 0 !important;
		padding: 0 0 10px 0;
	}

	div.equipment div.item:last-child {
	}

	div.equipment > div:nth-child(3n-3) {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	div.equipment div.item a.name {
		display: block;
		text-align: center;
	}

	div.equipment div.item p {
		text-align: center;
		padding: 0 10px;
	}

	div.equipment p a.more {
		width: 66px;
		margin: auto;
	}

	div.equipment div.item img {
	}

	.main .layout {
		background: #FFF;
		overflow: hidden;
	}

	.main .popular {
		width: 35%;
		margin-top: 10px !important
	}

	div.popular div.item {
		width: auto !important;
		margin-top: 13px !important;
	}

	div.popular h2 {
		text-align: center;
	}

	div.popular div.item div.image {
		display: none;
	}

	div.popular div.item div.name {
		width: auto !important;
		float: none !important;
		margin-left: 0px !important;
	}

	div.popular div.item div.about {
		width: auto !important;
		float: none !important;
		margin-left: 0px !important;
	}

	div.advantages {
		float: none;
		margin-top: 10px !important
	}

	div.advantages div.column {
		margin: auto !important;
	}
	.layout .equipment .item:first-of-type {
		max-width: 350px;
	}
	div.advantages h2 {
		text-align: center;
	}

	.internal_notebook div.advantages div.image {
		margin-top: -45px !important;
	}

	div.note {
		margin: 10px 0 0 0 !important;
		padding: 10px !important;
	}

	div.note div.button {
		margin: 10px 0 0 0 !important;
	}

	div.note div.about {
		margin-top: 5px !important;
	}

	.callback {
		margin: 0 auto 20px;
		width: 688px;
	}

	.callback .form {
		margin: 0 0 5px 0;
	}

	.callback .notice {
		float: none;
		margin: 0;
		text-align: center;
	}

	div.footer {
		padding: 9px 0 10px 0 !important
	}

	.footer noindex, .footer .noindex {
		display: none;
	}

	.footer .about {
		padding: 0 0 0 10px;
	}

	.footer .phone {
		padding: 0 10px 0 0;
	}

	.locations ul {
		margin: 0 0 10px;
		padding-bottom: 10px;
	}

	.locations ul li {
		padding: 10px 0;
		margin: 0 10px;
		width: 30.5%;
		text-align: center;
	}

	.locations ul li:nth-child(4), .locations ul li:nth-child(5), .locations ul li:nth-child(6) {
		border-bottom: 0;
	}

	.locations ul li .text {
		width: auto;
		float: none;
	}

	.locations ul li .map {
		width: auto;
		float: none;
		background: none;
	}

	.locations ul li .map a {
		background: none;
	}

	.locations ul li .text .description {
		margin: 0 0 10px 0;
	}

	.locations ul li .text .name {
		margin-top: 0 !important;
	}

	div.services {
		margin-top: 0px !important;
		padding: 10px !important;
		border-top: 0 !important;
	}

	div.services div.column {
		width: auto !important;
	}

	div.services div.left {
		width: 49% !important;
		padding-right: 10px;
	}

	div.services div.left p {
		margin: 0 !important;
		padding: 10px 10px 10px 0;
	}

	div.services div.right {
		width: 49% !important;
	}

	div.services div.item {
		margin-top: 10px !important;
		width: auto !important;
	}

	div.services div.item div.number {
		display: none;
	}

	div.services div.item div.image {
		margin: 0 10px 0 0;
	}

	div.services div.item div.name {
		width: auto !important;
		margin-left: 0px !important;
		float: none !important;
	}

	div.services div.item div.about {
		width: auto !important;
		margin-left: 0px !important;
		float: none !important;
	}

	div.services .left div.item div.about {
		padding: 0 10px 0 0;
	}

	div.services div.item div.button {
		float: none !important;
		margin-left: 0px !important;
	}

	div.services div.right div.column {
		margin-left: 10px !important;
	}

	div.toubleshooting {
		margin: 0px !important;
		padding: 0 10px 20px 10px !important;
		border: 0 !important;
	}

	.toubleshooting h2 {
		margin-top: -5px !important;
	}

	div.toubleshooting div.column {
		width: 33% !important;
	}

	div.toubleshooting div.column div.item {
		margin-top: 10px !important;
	}

	div.toubleshooting div.column div.item div.image {
		width: 53px !important;
	}

	div.toubleshooting div.column div.item div.name {
		font-size: 18px !important
	}

	#about .content img.right {
		float: left !important;
		margin: 0 10px 10px 0 !important;
	}

	.internal_notebook div.advantages div.about {
		width: 440px;
	}

	.internal_notebook .model {
		border-bottom: 0;
		margin: 15px 0;
		padding: 0;
	}

	div.layout h1 {
		margin-top: 10px !important;
	}
	div.hero {
		min-height: 220px;
	}
	div.hero.contact {
		height: auto !important;
	}

	div.hero.home {
		background-position: -309px 0 !important;
	}

	div.hero.tablet {
		background-position: -309px 0 !important;
	}

	div.hero.smartphone {
		background-position: -373px 0 !important;
	}
}
.mobVis div.advantages {
	float: left;
	width: 322px;
	overflow: hidden;
	border-left: 1px solid #ccc;
	margin-top: 25px;
}
.mobVis div.advantages h2 {
	margin-top: 0;
}
.mobVis div.advantages div.column {
	margin-left: 30px;
	width: 293px;
}
.mobVis div.advantages div.item {
	overflow: hidden;
	width: 323px;
	margin-top: 20px;
	display: none;
}
.mobVis div.advantages div.item.first {
	display: block;
}
.mobVis div.advantages div.item div.image {
	float: left;
}
.mobVis div.advantages div.item div.name {
	font-size: 20px;
	line-height: 20px;
	width: 100px;
	float: left;
	margin-top: 10px;
}
.mobVis div.advantages div.item div.about {
	margin-top: 10px;
	width: 200px;
	float: left;
	margin-left: 20px;
}
.mobVis div.advantages div.more {
	height: 14px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 90px;
}
.mobVis div.advantages div.more span {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 4px;
	background: url(/images/advantages-more-icon.jpg) 0 0 no-repeat;
	text-indent: -1000px;
}
.mobVis div.advantages div.more span.active {
	background-position: 0 -27px;
	cursor: default;
}
.mobVis{
	display: none;
}
@media (max-width: 767px) {
	.mobHid{
		display: none;
	}
	.mobVis{
		display: block;
	}
	.layout .mobVis div.advantages{
	 	display: block;
		float: none;
		border: none;
		margin: 20px auto;
	}
	.layout .mobVis div.advantages div.more{
		margin-left: 40px;
	}
	.layout .mobVis div.advantages div.image{
		margin-top: 0;
	}
	.layout .mobVis div.advantages div.item div.name a{
		width: 242px;
		display: block;
	}
	.layout .mobVis div.advantages div.column{
		margin-left: 65px;
	}
	div.header {
		height: 90px;
	}
	.info {
		display: none;
	}

	.header-callback, .order-status {
		display: none;
	}

	div.header div.logotype {
		width: 80%;
		max-width: 125px;
		margin: 0 0 0 10px;
	}
	div.header div.logotype img {
		width: 80%;
	}

	div.header div.time-info {
		margin: 15px 0 0 10px;
	}
	div.header div.time-info span:first-child {
		font-size: 13px;
	}

	div.header div.about {
		width: auto;
		position: absolute;
		top: 27px;
		left: 10px;
		margin: 0;
		padding: 0;
		font-size: 11px;
	}
	div.header div.about span {
		display: none;
	}

	div.header div.about br {
		display: none;
	}

	div.header div.phone {
		position: absolute;
		top: 3px;
		right: 10px;
		margin: 0;
		font-size: 200%!important;
		line-height: 1!important;
	}

	div.navigation {
		overflow: inherit;
		padding: 0;
	}

	div.navigation .navigation_open {
		background: url(/images/navigation_open.png) no-repeat;
		width: 37px;
		height: 26px;
		border: 0;
		position: absolute;
		top: -40px;
		right: 10px;
	}

	div.navigation ul {
		display: none;
		overflow: hidden;
		padding: 0 0 0 10px;
	}

	div.navigation li {
		float: none;
		padding: 0 0 8px 0;
		margin: 8px 0 0 0;
		border-bottom: 1px solid #DCDCDC;
	}

	div.navigation li:first-child {
		margin: 0;
	}

	div.navigation li:last-child {
		border: 0;
	}

	div.navigation li.last {
		float: none;
	}

	div.layout h1 {
		font-size: 25px;
	}

	div.hero {
		min-height: inherit;
		background-image: none !important;
		height: auto !important;
		padding: 0 10px 10px 10px;
	}

	div.hero p {
		display: none;
	}

	div.hero h1 {
		width: auto !important;
		margin: 15px 0 10px;
		font-size: 25px;
		line-height: 27px;
	}
    .layout h2 {
		font-size: 23px;
		line-height: 23px;
	}
	div.hero div.button {
		padding: 10px 0 0 0 !important;
	}

	div.hero div.button a {
		float: none;
		display: inline-block;
	}

	div.hero div.button span.price {
		float: none;
		margin: 10px 0 0 10px;
	}

	div.equipment h2 {
		margin: 0 0 15px 0;
	}

	div.equipment div.item {
		width: 50% !important;
		box-sizing: border-box;
		margin: 0 !important;
		padding: 0 0 15px 0;
		height: auto !important;
	}

	div.equipment > div:nth-child(3n-3) {
		margin: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	div.equipment div.item img {
		margin: 0 auto 10px auto !important;
		display: block;
		width: 91%;
	}

	div.equipment div.item a.name {
		display: block;
		text-align: center;
	}

	div.equipment div.item a br {
		display: none;
	}

	div.equipment div.item p {
		display: none;
	}

	div.equipment div.item:nth-child(2) {
	}

	.main .layout {
		overflow: hidden;
	}

	.main .popular {
		width: 100%;
		margin-top: 10px !important;
	}

	.popular, .advantages,.populars {
		display: none;
	}

	div.note {
		margin: 7px 0 !important;
		padding: 10px !important;
	}

	div.note div.button {
		margin: 10px 0 0 0 !important;
	}

	.main .callback {
		margin: 0px;
		padding: 10px;
	}

	.callback {
		margin: 10px;
		padding: 10px;
	}

	.callback div.name {
		float: none;
		margin: 5px 0 10px 0;
		text-align: center;
	}

	.callback .form {
		margin: 0 0 5px 0;
		float: none;
	}

	.callback .form input {
		float: none;
		margin: 0 0 10px 0;
	}

	.callback .form input[type="text"],
	.callback .form input[type="submit"] {
		width: 100%;
	}

	.callback .notice {
		float: none;
		margin: -10px 0 0 0;
		text-align: center;
	}

	div.footer {
		padding: 10px 0 !important;
		clear: both;
	}

	.footer .locations, .footer .about, .footer noindex, .footer .noindex {
		display: none;
	}

	div.footer div.phone {
		float: none;
		text-align: center;
	}

	div.services {
		margin-top: 10px !important;
		padding: 0 !important;
		border-top: 0 !important;
	}

	div.services h2 {
		padding: 0 0 5px 40px !important;
	}

	div.services div.column {
		width: auto !important;
	}
	.layout div.advantages {
		display: none;
	}

	div.services div.left {
		width: 100% !important;
	}

	div.services div.left p {
		margin: 0 !important;
		padding: 10px 10px 10px 0;
	}

	div.services div.right {
		width: 100% !important;
		border-left: 0 !important;
		border-top: 1px solid #ccc;
		margin: 15px 0 0 0;
		padding: 15px 0 15px 0;
	}

	div.services div.right p {
		margin: 0 !important;
		padding: 10px 10px 10px 0;
	}

	div.services div.item {
		margin-top: 10px !important;
		width: auto !important;
	}

	div.services div.item div.number {
		display: none;
	}

	div.services div.item div.image {
		margin: 0 10px 0 0;
		width: 80px !important;
	}

	div.services div.item div.image img {
		width: 100%;
	}

	div.services div.item div.name {
		width: auto !important;
		margin-left: 0px !important;
		float: none !important;
	}

	div.services div.item div.about {
		width: auto !important;
		margin-left: 0px !important;
		float: none !important;
	}

	div.services div.item div.button {
		float: right !important;
		margin-left: 0px !important;
		margin-top: 0 !important;
	}

	div.services div.right div.column {
		margin-left: 0px !important;
	}

	div.toubleshooting {
		margin: 15px 10px 10px 10px !important;
		padding: 0 !important;
		border: 0 !important;
	}

	div.toubleshooting h2 {
		margin-top: 0;
	}

	div.toubleshooting div.column div.item {
		margin-top: 10px !important;
	}

	div.toubleshooting div.column div.item div.name {
		font-size: 18px !important;
	}

	div.toubleshooting div.column div.item div.image {
		width: 53px !important;
	}

	#about .content img.right {
		float: none !important;
		margin: 0 0 10px 0 !important;
		display: block;
	}
	#about .content p.big {
		margin-top: 5px;
	}
	#about .content .locator .text {
		width: 100% !important;
	}

	.models .model img {
		float: none !important;
		margin: auto;
	}

	div.services.last {
		border-bottom: 0 !important;
	}

	div.services.first {
		border-bottom: 0 !important;
	}

	.internal_notebook div.advantages div.image {
		float: none;
		margin: 15px auto 0 auto;
	}

	.internal_notebook div.advantages div.about {
		width: auto;
	}

	.internal_notebook .model {
		border-bottom: 0;
		margin: 0 0 15px 0;
		padding: 0;
	}

	.internal_notebook .advantages div.item {
		padding-bottom: 15px;
	}

	#review-form .text {
		width: 296px !important;
	}
}


.form-expert {
    height: 187px;
    background: #2B5D95;
    border-radius: 5px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin: 20px 0;
    color: #fff;
    box-sizing: border-box;
}
.form-expert .col-left {
    width: 38%;
    padding-right: 10px;
}
.form-expert .col-center {
    width: 38%;
    position: relative;
    padding-right: 30px;
}
.form-expert .col-right {
    width: 24%;
    text-align: right;
}
.form-expert .col-left .title {
    font-family: 'Play', sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 130.2%;
}
.form-expert .col-left .subtext {
    font-size: 13px;
    color: #fff;
    line-height: 130.2%;
}
.form-expert .col-center .input {
    font-size: 15px;
    color: #000;
    width: 164px;
    height: 42px;
    padding-left: 15px;
    vertical-align: bottom;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 7px;
}
.form-expert .row {
    display: flex;
}
.form-expert .btn-bg {
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 130.2%;
    text-align: center;
    color: #FFFFFF;
    width: 125px;
    height: 42px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    background: #F0252D;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 7px rgba(46, 97, 134, 0.67);
    border-radius: 7px;
}
.form-expert .col-center .politic {
    font-size: 11px;
    color: #FFFFFF;
    line-height: 130.2%;
    margin: 12px 0 0 0;
}
.form-expert .col-center .politic a {
	border-bottom: 1px dashed rgb(255 255 255 / 80%)!important;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.form-expert .col-right .phone-callback .small {
    font-family: 'Play', sans-serif;
    display: inline-block;
    position: relative;
    bottom: 2px;

    font-weight: bold;
    font-size: 16px;
    line-height: 130.2%;

    color: rgba(255, 255, 255, 0.41);
}
.form-expert .col-right .phone-callback .big {
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    transition: all ease 0.2s;
}
.form-expert .col-right .subtext {
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 130.2%;
    max-width: 200px;
    float: right;
}

@media (max-width: 1024px) {
    .form-expert .col-left .title {
        font-size: 25px;
    }
    .form-expert .col-right .phone-callback .big {
        font-size: 22px;
    }
}
@media (max-width: 767px){
    .form-expert-hide{
        display: none;
    }
    .form-expert{
        flex-direction: column;
        height: auto;
        margin-top: 0;
        margin-bottom: 45px;
        padding: 40px 35px;
        text-align: center;
        border-radius: 0;
    }
    .form-expert .col-right{
        display: none;
    }
    .form-expert .row{
        flex-direction: column;
    }
    .form-expert .btn-bg {
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
        height: 57px;
    }
    .form-expert .col-left{
        width: 100%;
        padding-right: 0;
    }
    .form-expert .col-left .subtext{
        margin-bottom: 30px;
    }
    .form-expert .col-center{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
    .form-expert form{
        width: 100%;
    }
    .form-expert .col-center .input{
        width: 100%;
        height: 57px;
        font-size: 17px;
        padding-left: 28px;
    }
    .form-expert .col-center .politic{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .form-expert .col-center .politic a {
        color: #fff;
    }
}





/* ==================== ABOUT ============================*/

.hero.about {
    display: flex;
    align-items: center;
}
.hero.about h1{
    margin-bottom: 20px;
}
.about-main #about{
    border:none;
}

.about_text p {
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 173%;
}
.ingener .title {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 125.7%;
    width: 90%;
    margin-top: 25px;
}
.ingener ul {
        margin: 35px 0;
    width: 30%;
}
.ingener li {
    background: url(/images/more-bg.png) 0 8px no-repeat;
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    
    color: #0bacdc;
        padding: 6px 0px 6px 30px;
}
.ingener p {
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 191.3%;
}


.ingener-slider {
        width: 1050px !important;
    padding: 90px 70px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    background: #F0F0F0;
}
.item-ingener {
    width: 185px;
    background: #fff;
    padding: 25px;
    text-align: center;
    display: inline-block;
}
.block {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.text-block {
    display: inline-block;
    width: 65%;
    float: left;
    text-align: left;
}
.ingener h3 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.item-ingener .name {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}
.item-ingener .stag {
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
}
.ingener_sert {
    display: inline-block;
    float: right;
}
.item-ingener img {
    width: auto !important;
    margin: 0 auto;
}
.ingener-slider .prev {
    position: absolute;
    top: 50%;
    z-index: 2;
        cursor: pointer;
    left: 45px;
}
.ingener-slider .next {
    position: absolute;
    top: 50%;
    z-index: 2;
        cursor: pointer;
    right: 45px;
}
@media (max-width:768px){
    .ingener h3{
        padding: 0 10px;
    }
}


/* ===================== HOW-WORK ===========================*/

.how-work {
    font-family: 'Play', sans-serif;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 90px;
}
.how-work * {
    box-sizing: border-box;
}
.how-work .title{
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 115%;
    text-align: left;
    color: #2E2E2E;
}
.how-work .items {
    display: flex;
    margin-top: 53px;
    flex-wrap: wrap;
    justify-content: center;
}
.how-work .items .item {
    display: flex;
    position: relative;
    counter-increment: how-work-item;
    align-items: stretch;
}

.how-work .items .item:nth-child(2n) {
    order: 1;
}

.how-work .items .item:nth-child(1) {
    width: 260px;
    margin-right: 50px;
    z-index: 1;
}
.how-work .items .item:nth-child(2) {
    width: 350px;
    margin-right: 68px;
    z-index: 2;
}
.how-work .items .item:nth-child(3) {
    width: 345px;
    margin-right: 45px;
    z-index: 3;
}
.how-work .items .item:nth-child(4) {
    width: 268px;
    z-index: 4;
}
.how-work .items .item:nth-child(5) {
    width: 268px;
    z-index: 5;
}

/* horizontal lines */
.how-work .items .item::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 46px;
    height: 0;
    border: 1px dashed #D4D4D4;
    width: 100%;
}
.how-work .items .item:nth-child(2n)::before {
    top: -1px;
}
.how-work .items .item:last-child::before {
    height: 2px;
    background: #fff;
    border: none;
}

.how-work .items .item:nth-child(2n) .col-image,
.how-work .items .item:nth-child(2n) .col-text {
    padding-top: 50px;
}
.how-work .items .item:nth-child(2n+1) .col-image {
    padding-bottom: 50px;
}

.how-work .items .col-image {
    position: relative;
    flex: none;
}
/* vertical lines */
.how-work .items .col-image::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 10px;
    left: 46px;
    height: 100%;
    width: 0;
    border: 1px dashed #D5D5D5;
}
.how-work .items .item:nth-child(2n) .col-image::before {
    top: auto;
}

/* numbers */
.how-work .items .col-image::after {
    content: counter(how-work-item);
    position: absolute;
    left: 33px;
    bottom: -14px;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    background: #D52148;
    border-radius: 50%;
    text-align: center;
    z-index: 20;
}
.how-work .items .item:nth-child(2n) .col-image::after {
    top: -14px;
}

.how-work .items .image {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* arrows */
.how-work .items .image::before {
    content: '';
    width: 13px;
    height: 7px;
    background: url('/images/home-work/arrow-up.png') no-repeat;
    font-size: 32px;
    left: 41px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.how-work .items .item:nth-child(2n) .image::before {
    top: -2px;
    transform: rotate(180deg);
}

.how-work .items .col-text {
    margin-top: 7px;
    margin-left: 15px;
    padding-bottom: 20px;
}

.how-work .items .item:nth-child(2n) .col-text {
    padding-bottom: 0;
}
.how-work .items .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2B5D95;
    margin-bottom: 12px;
}
.how-work .items .desc {
    font-size: 13px;
    line-height: 19px;
    color: #6B6B6B;
}

@media (max-width: 1024px) {
    .how-work {
        padding-left: 15px;
        padding-right: 15px;
    }
    .how-work .items .item:nth-child(n) {
        width: 30%;
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .how-work {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 90px;
    }
    .how-work h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .how-work .items {
        display: block;
        flex-wrap: nowrap;
    }
    .how-work .items .item:nth-child(n) {
        width: 100%;
        margin-right: 0;
    }
    .how-work .items .item:nth-child(2n) {
        order: 0;
    }
    .how-work .items .item:nth-child(2n)::before {
        top: auto;
    }
    .how-work .items .item:nth-child(2n) .col-image,
    .how-work .items .item:nth-child(2n) .col-text {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .how-work .items .item:nth-child(2n) .col-image::after {
        top: auto;
    }
    .how-work .items .item:nth-child(2n) .image::before {
        top: auto;
        transform: rotate(0);
    }
    .how-work .items .col-text {
        margin-top: 18px;
    }
    .how-work .items .item:nth-child(2n) .col-text {
        padding-bottom: 20px;
    }
    .how-work .items .desc {
        font-size: 14px;
    }


    .how-work .owl-stage {
        margin-bottom: 55px;
    }
    .how-work .items .owl-item {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        counter-increment: how-work-owl-item;
    }
    .how-work .items .owl-item .item::before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 51px;
        height: 0;
        border: 1px dashed #D4D4D4;
        width: 100%;
    }

    .how-work .items .item {
        position: static;
    }
    .how-work .items .owl-item:nth-child(2n) .item::before {
        top: -1px;
    }
    .how-work .items .owl-item:last-child .item::before {
        height: 2px;
        background: #fff;
        border: none;
    }
    .how-work .items .owl-item:nth-child(n) .item::before {
        top: auto;
    }

    .how-work .items .col-image::after {
        content: counter(how-work-owl-item);
    }

    .how-work .owl-theme .owl-dots .owl-dot span {
        margin-left: 3px;
        margin-right: 3px;
        background: #D2D2D2;
    }
    .how-work .owl-theme .owl-dots .owl-dot.active span,
    .how-work .owl-theme .owl-dots .owl-dot:hover span {
        background: #2B9DD6;
    }
    .how-work .owl-theme .owl-dots .owl-dot.active span {
        width: 18px;
        height: 18px;
        margin-bottom: 2px;
    }
}

.preim p {
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 171.3%;
}
.silver {
    background: #F0F0F0;
    padding: 65px 0;
    margin: 35px 0;
}
.silver .title {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 115%;
    width: 60%;
}
.silver ul {
    margin: 40px 0 0;
}
.silver ul li {
    position: relative;
    padding: 8px 0 5px 20px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.silver ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    top: 15px;
    height: 7px;
    background: #D5DADC;
    border-radius: 50%;
    left: 0;
}
.layout .text{
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 171.3%;
}

@media (max-width:768px){
    .silver .title{
        width: 100%;
    }
}


/* ================ FORM-EXPERT2 ======================== */

.form-expert2 {
    height: 187px;
    background: #019DD6;
    border-radius: 5px;
    padding: 25px 113px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 1200px;
        margin: 45px auto 115px;
    box-sizing: border-box;
}
.form-expert2 .col-left {
    width: 50%;
    padding-right: 10px;
}
.form-expert2 .col-center {
    width: 50%;
    position: relative;
    padding-right: 30px;
}

.form-expert2 .col-left .title {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 21px;
    width: 70%;
    line-height: 130.2%;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
}
.form-expert2 .col-left .subtext {
    color: #fff;
    line-height: 130.2%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    width: 70%;
}
.form-expert2 .col-center .input {
    font-size: 15px;
    color: #000;
    width: 164px;
    margin-right: 15px;
    height: 42px;
    padding-left: 15px;
    vertical-align: bottom;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
}
.form-expert2 .row {
    display: flex;
}
.form-expert2 .btn-bg {
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 130.2%;
    text-align: center;
    color: #FFFFFF;
    width: 125px;
    height: 42px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    background: #0D5452;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 7px rgba(46, 97, 134, 0.67);
    border-radius: 3px;
}
.form-expert2 .col-center .politic {
    font-size: 11px;
    color: rgb(255 255 255 / 45%);
    line-height: 130.2%;
    margin: 12px 0 0 0;
}
.form-expert2 .col-center .politic a {
	border-bottom: 1px dashed rgb(255 255 255 / 80%)!important;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}


@media (max-width: 1024px) {
    .form-expert2 .col-left .title {
        font-size: 25px;
        
    }
    .ingener-slider{
        width: 100% !important;
        padding: 70px 0px;
    }
    .ingener-slider .prev{
        left: 20px;
    }
    .ingener-slider .next{
        right: 20px;
    }
    .preim {
        padding: 0 10px;
    }
    .silver{
        padding:60px  40px;
    }
    .form-expert2{
        width: 100%;
        padding: 25px 10px;
        margin-bottom: 50px;
    }
    .layout .text{
        padding: 0 10px;
    }
}
@media (max-width: 768px){
    .silver {
        padding: 30px 20px;
    }
    .form-expert-hide{
        display: none;
    }
    .form-expert2{
        flex-direction: column;
        height: auto;
        margin-top: 40px;
        margin-bottom: 45px;
        padding: 40px 35px;
        text-align: center;
        border-radius: 0;
    }
    .form-expert2 .col-left .title {
        width: 100%;
    }
    .form-expert2 .row{
        flex-direction: column;
    }
    .form-expert2 .btn-bg {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 50px;
}
    .form-expert2 .col-left{
        width: 100%;
        padding-right: 0;
        width: 100%;
    }
    .form-expert2 .col-left .subtext{
        margin-bottom: 30px;
    }
    .form-expert2 .col-center{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
    .form-expert2 form{
        width: 100%;
    }
    .form-expert2 .col-center .input {
        width: 100%;
        max-width: 300px;
        height: 57px;
        font-size: 17px;
        margin: 0 auto 15px;
        padding-left: 28px;
    }
    .form-expert2 .col-center .politic{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .form-expert2 .col-center .politic a {
        color: #fff;
    }
}




/* ==================== LIST-MODEL ==============================*/

.lists p.title {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 40px;
}
.list {
    margin-bottom: 40px;
}
.list span {
    font-family: Trebuchet MS;
    font-style: normal;
    font-size: 17px;
   
    color: #666;
    border-bottom: 1px solid;
    line-height: 188.7%;
    margin: 0 3px;
}
.list .list_name {
    font-weight: bold;
    color: #000;
     text-transform: uppercase;
    border: none;
}
p.title-list-model {
    font-size: 25px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
    font-family: 'Play', sans-serif;
    margin-top: 15px;
}





/* ================= TABS ==================== */

.tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*  clip: rect(0, auto, auto, 0);  
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);*/
}
.tabs__nav {
    display: flex;
    padding: 25px 0;
    justify-content: center;
}
a.tabs__link {
    width: 140px;
    margin: 0 5px;
    background: #F0F6FC;
    color: #000;
    text-decoration:none;
    font-family: Play;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
a.tabs__link.tabs__link_active,a.tabs__link:hover {
    background: #2B5D95;
    color: #fff;
    text-decoration:none;
}
.tabs__pane {
  display: none;
  
}
.tabs__pane .rows{
        display: inline-block;
    
}
.tabs__pane_show {
  display: inline-block;
  margin-bottom: 60px;
  /*flex-wrap: wrap;
  justify-content: center;*/
}
.tabs_item {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 7.5px;
    padding: 20px;
    float: left;
    width: 265px;
}
.tabs_item p.title{
    text-align: center;
    min-height: 40px;
    margin-bottom: 15px;
}
.tabs_item p.title a {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    
    line-height: 19px;
    text-decoration-line: underline;
}
.tabs_img {
    padding: 15px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs_img img {
    max-width: 200px;
    max-height: 100%;
}
.tabs_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
span.tabs_price {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
}
a.tabs_btn {
    background: #F0252C;
    border-radius: 8px;
    color: #fff;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    float: right;
}
.tabs__pane .btn-more {
    background: #2B5D95;
    border-radius: 9px;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-left: 50%;
    top: 40px;
    text-align: center;
    left: -70px;
    position: relative;
}
div#fixed.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 2;
    left: 0;
    
    right: 0;
}
div#fixed.fixed .tabs__nav {
    width: 970px;
    
    margin: 0 auto;
    -moz-box-shadow: 0px 16px 20px -22px #111;
   box-shadow: 0px 16px 20px -22px #111;
}



@media (max-width:768px){
    .tabs_item {
        padding: 10px;
        width: 210px;
    }
    .tabs_img {
        padding: 10px;
        height: 120px;
    }
    span.tabs_price{
        font-size: 16px;
    }
    a.tabs_btn {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 5px;
    }
    div#fixed.fixed .tabs__nav{
        width: 100%;
    }
    .tabs__pane .btn-more{
        top: 30px;
            left: -100px;
    }
    a.tabs__link{
        padding: 10px;
        width: 120px;
    }
}
@media (max-width:425px){
    a.tabs__link {
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
        min-width: 100px;
    }
    .tabs__nav{
        display: inline-block;
        text-align: center;
            padding: 10px 0;
    }
    .tabs__pane_show {
        text-align: center;
    }
    .tabs_item {
        padding: 25px;
        width: 245px;
        float: none;
        margin: 10px auto;
    }
    .tabs_img {
        height: 145px;
    }
    span.tabs_price {
        font-size: 19px;
    }
    a.tabs_btn {
        padding: 10px 15px;
    }
}
/* ================== PREIMUSH =========================*/

div.populars {
	/*float: left;*/
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
div.populars h2 {
	margin-top: 0;
}
div.populars div.item {
	overflow: hidden;
	float: left;
	width: 322px;
	margin-top: 20px;
}
div.populars div.item div.image {
	float: left;
	width: 128px;
}
div.populars div.item div.image img {
	border: 1px solid #000;
}
div.populars div.item div.name {
	font-size: 20px;
	line-height: 20px;
	width: 150px;
	float: left;
	margin-left: 20px;
}
div.populars div.item div.about {
	margin-top: 10px;
	width: 150px;
	float: left;
	margin-left: 20px;
}
.items-p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
div.populars div.item {
    overflow: hidden;
    float: left;
    width: 322px;
    margin-top: 20px;
}
.items-p .item img {
    max-width: 120px;
}
.items-p .item p.title {
    font-family: Play;
    font-style: normal;
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 115%;
    color: #25ACDF;
}
.items-p .item .sub_text {
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 15px auto;
    line-height: 115%;
    color: #6F6F6F;
}
@media (max-width:1024px){
    .items-p .item {
        margin: 0 15px;
    }
    div.populars{
        padding: 0 0px;
    }
}
@media (max-width:768px){
    .items-p .item p.title {
        font-size: 14px;
    }
    .items-p .item .sub_text{
        font-size: 11px;
    }
}




/* model-list page */
div#item-model {
    padding: 0 10px;
}
.print-xerox h1 {
    width: 70%;
}
span.priceot {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}
div.hero.print-xerox ul {
    color: #000;
}
div.hero.print-xerox .layout{
    overflow: initial;
    position: relative;
}
.img-ab-xerox {
    position: absolute;
    width: 200px;
    height: 194px;
    overflow: hidden;
    top: -5px;
    display: flex;
    justify-content: center;
    right: 0;
    background: #fff;
    border-radius: 50%;
    align-items: center;
}
.img-ab-xerox img {
    width: 85%;
}
#item-model .populars {
    padding-bottom: 30px;
    border-bottom: 1px solid #D1D1D1;
}
#item-model .prices h2 {
    margin-bottom: 30px;
}
#item-model .price-content {
    width: 100%;
}
#item-model .price-content tr th {
    background: #f6f6f6;
    font-size: 15px;
    padding: 10px 15px;
    ont-family: Trebuchet MS;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 21px;
}
#item-model .price-content tr td {
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    font-family: Trebuchet MS;
font-style: normal;
font-weight: normal;
font-size: 18px;
}
#item-model .price-content tr td.price {
    color: #199BD1;
}
#item-model tr td a.fCallback {
    background: #00a9ea;
    color: #fff;
    opacity: 0;
    padding: 3px 20px;
    background: #30AFE3;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: Trebuchet MS;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
}
#item-model tr td a.fCallback:hover{
    text-decoration: none;
}
#item-model .price-content tr:hover a.fCallback{
    opacity:1;
}
#item-model .price-content tr:hover{
    background: #E4F3F9;
}
#item-model .text-center{
    text-align: center;
}
.block-service .items {
    display: flex;
    flex-wrap: wrap;
}
.block-service .items .item {
        background: rgba(214, 243, 255, 0.6);
    border-radius: 6px;
    width: calc( ( 100% - 155px ) / 3 );
    margin-right: 11px;
    margin-bottom: 9px;
    padding: 6px 20px;
    align-items: center;
    min-height: 30px;
    display: flex;
}
.block-service .items .item a{
    font-family: Trebuchet MS;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
}
.block-service p.title {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
}
.block-service {
    margin-bottom: 30px;
}

.model-text {
    padding: 20px 10px;
    color: #666;
}

@media (max-width:1024px){
    .img-ab-xerox{
        right: 100px;
    }
}
@media (max-width:425px){
    .img-ab-xerox{
        display: none;
    }
    #item-model .prices {
        display: none;
    }
    .block-service .items .item {
        width: 100%;
    }
    div.hero.print-xerox{
        margin-bottom: 20px;
    }
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index:1000;
}
.header-nav.sticky {
    position: fixed;
    width: 100%;
    top: 64px;
    background: #fff;
    z-index:1000;
    border-bottom: 1px solid #eee;
}
@media (max-width:1024px){
    .header-nav.sticky {
        top:55px;
    }
}
@media (max-width:768px){
    .header-nav.sticky div.navigation .navigation_open {
        top:11px;
    }
    .header-nav.sticky div.navigation ul {
        padding-top:20px;
    }
}
