
header {
	text-align: center;
	background:#fff;
	margin-bottom: 20px;
}

.clearboth {
	clear:both;
}

button, 
input, 
optgroup, 
select, 
textarea {
    font-family: 'BloggerSans';
}

*:focus {outline:0;}

.wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}

.header_menu,
ul.header_menu {
	display: table;
	width: 100%;
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

.fixed-menu header {
	background: url('../img/background.png');
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.fixed-menu .block1 {
	padding-top: 124px;
}

ul.header_menu > li {
	width: 20%;
	display: table-cell;
	padding-left: 10px;
	/*border-left: 1px solid #5a90cb;*/
	vertical-align: middle;
}

ul.header_menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	/*color:#292929;*/
	color:#fff;
	text-decoration: none;
	text-align: center;
}
ul.header_menu > li > a.btn {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed302f+0,7db9e8+100&0.6+0,1+60 */
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(170,130,158,1) 40%, rgba(225,17,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(170,130,158,1) 40%,rgba(225,17,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(170,130,158,1) 40%,rgba(225,17,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#99ed302f',GradientType=0 ); /* IE6-9 */
height: 56px;
}

ul.header_menu > li > a:hover {
	color: #292929;
}

/*ul.header_menu > li > a:visited:hover*/
/*{*/
	/*color: #292929;*/
/*}*/

/*ul.header_menu > li > a:visited {*/
	/*color:#fff;*/
/*}*/

.block1 {
	margin-bottom: 20px;
}

a.logo,
.logo {
	display: block;
	width: 190px;
	height: 93px;
	background: url('../img/logo.png') no-repeat center center;
	float: left;
}

.block1-block {
	float: left;
	margin-left: 129px;
}

.block1-block-text {
	font-size: 20px;
	margin-bottom: 4px;
}

.block1-block-phone {
	color: #598fcb;
	font-size: 32px;
    font-family: 'BloggerSansBold';
    margin-bottom: 5px;
}

.block1-block-info {
	color: #598fcb;
	font-size: 14px;
    font-family: 'BloggerSansBold';
}

.block1-block-info a {
	color: #598fcb;
	text-decoration: none;
}

.adress {
	margin-bottom: 5px;
}

.block1-block-info a:hover,
.block1-block-info a:visited {
	color: #598fcb;
}

.btn {
	cursor: pointer;
	box-sizing: border-box;
	padding: 14px 24px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	border: 0;
	border-radius: 25px;
	background: #ed302f; /* Old browsers */
	background: -moz-linear-gradient(left, #ed302f 0%, #df7a0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ed302f 0%,#df7a0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ed302f 0%,#df7a0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed302f', endColorstr='#df7a0f',GradientType=1 ); /* IE6-9 */
}

.block1 .btn {
	float: right;
	margin-top: 24px;
}


.block2	{
	margin-bottom: 20px;
}

.block2 .wrapper {
	position: relative;
}

.block-slider {
	background: #fff;
    min-height: 371px;
	border-radius: 2px;
	overflow: hidden;
}

.block-banner {
	position: relative;
}

.block-banner img {
	display: block;
	float: right;
	height: 100%;
}

.block-inside {
    padding: 26px 60px;
	box-sizing: border-box;
}

.block-inside-absolute {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.block-head {
	color: #5a90cb;
	font-weight: bold;
    font-family: 'BloggerSansBold';
	text-transform: uppercase;
}

.block2 .block-head {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 13px;
	border-bottom: 1px solid #dde0e5;
	line-height: 42px;
}

.block-subhead {
	color: #282828;
	font-weight: bold;
    font-family: 'BloggerSansBold';
}

.block2 .block-subhead {
	margin-bottom: 26px;
}

ul.block-list-ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.block-list-ul a {
	color:#000 !important;
}

ul.block-list-ul li {
	font-size: 14px;
	display: flex;
	padding-left: 34px;
	padding-top: 3px;
	margin-bottom: 13px;
	background: url('../img/li.png') no-repeat left top;
	flex-wrap: wrap;
}

.block-slider ul.slick-dots {
	position: absolute;
	left: 0;
	/*bottom: 27px;*/
	bottom: 2px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 56px;
	overflow: hidden;
}

.block-slider ul.slick-dots li {
	float: left;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../img/dot.png') no-repeat center center;
	margin-right: 5px;
}

.block-slider ul.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}
.slick-dots li button:before,
.block-slider ul.slick-dots li.slick-active button:before {
	display: none;
}

.block-slider ul.slick-dots li.slick-active {
	background: url('../img/dot-a.png') no-repeat center center;
	border-radius: 5px;
}

.block-slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.block3	{
	margin-bottom: 36px;
}


.block3 .slick-track {
	display: table;
}

.block3 .slick-track:before, 
.block3 .slick-track:after {
	display: none;
}

.block3 .slick-initialized .slick-slide {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float: none;
}

ul.images {
	width: 100%;
	/*display: table;*/
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.images li {
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
}

ul.images li img {
	max-width: 80%;
	max-height: 54px;
	display: block;
	margin: 0 auto;
}

.block4-1 {
	margin-bottom: 20px;
	border-radius: 2px;
	overflow: hidden;
}

.block4-1 .block-banner img {
	float: none;
	width: 100%;
}

.block4-1 .block-inside {
	padding: 40px 60px;
}


.block4-1 .block-head {
	margin-bottom: 7px;
	line-height: 34px;
}

.block4-1 .block-subhead {
	margin-bottom: 30px;

}


.block4-1 ul.block-list-ul {
	padding-left: 10px;
	margin-bottom: 29px;
}

.buttons-block .btn {
	float: left;
	margin-right: 20px;
}

.arrowed {
	display: inline-block;
	padding-right: 24px;
	background: url('../img/arrow.png') no-repeat right center;
}

.block4-2 {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 2px;
	overflow: hidden;
}


.block4-2 .block-inside {
	padding: 33px 60px;
}

.border-bottom {
	border-bottom: 1px solid #dde0e5;
}

.block4-2 .block-list-ul {
	padding-left: 9px;
}

.block4-2 .block-list-ul.bottom-line {
	padding-bottom: 14px;
	border-bottom: 1px solid #dde0e5;
	margin-bottom: 21px;
}

.double-col-left {
	float: left;
}

.double-col-right {
	float: right;
}

.stiker-block {
	float: right;
	width: 297px;
	height: 299px;
	box-sizing: border-box;
	background: url('../img/stiker.png') no-repeat center center;
	margin-right: 23px;
	margin-top: 6px;
	text-align: center;
	padding: 37px 20px;
}

.stiker-block-container {
	display: inline-block;	
	box-shadow: 0 0 26px 5px rgba(0,0,0,0.3);
}

.stiker-block.stiker-block_2 {
	margin: 0;	
	float: none;
	box-shadow: 0 0 5px 5px rgba(186,159,216,0.9);
	border:2px solid #9cb6e4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#868ac5+0,cfd8fb+53,d4deff+89,9db1a0+100 */
	background: #868ac5; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #868ac5 0%, #cfd8fb 53%, #d4deff 89%, #9db1a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #868ac5 0%,#cfd8fb 53%,#d4deff 89%,#9db1a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #868ac5 0%,#cfd8fb 53%,#d4deff 89%,#9db1a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868ac5', endColorstr='#9db1a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.stiker-head {
	line-height: 37px;
	letter-spacing: 1.2px
}

.stiker-text {
	line-height: 21px;
	letter-spacing: 1.5px;
}

.stiker-price {
	letter-spacing: 1.2px;
	margin-bottom: 23px;
}

.under-block {
	padding: 40px 60px;
	height: 172px;
	box-sizing: border-box;
	background-color: #58a7f1;
}

.under-block-background-1 {
	background: #58a7f1 url('../img/background-1.png') no-repeat center center;
}

.under-block-left {
	float: left;
	width: 50%;
	padding-top: 12px;
}

.under-block-right {
	float: left;
	width: 50%;
	margin-top: -22px;	
}

.under-block-right form {
	float: right;
	margin-right: 20px;
	position: relative;
	top: -5px;
}

.under-block-left-head {
	margin-bottom: 5px;
}

.under-block-right input,
.under-block-right button {
	width: 100%;
}

input.input,
input.phone-input {
	font-size: 14px;
	line-height: 14px;
	border: 0;
	background: none;
	padding: 0 16px 10px 16px;
	border-bottom: 1px solid rgba(255,255,255,0.95);
	color:#fff;
	box-sizing: border-box;
	letter-spacing: 3.6px;
	margin-bottom: 21px;
}

input.input {
	letter-spacing: 1px;
	text-align: center;	
}

input.input::-webkit-input-placeholder,
input.phone-input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.95);
}

input.input:-ms-input-placeholder,
input.phone-input:-ms-input-placeholder {
	color: rgba(255,255,255,0.95);
}

input.input::placeholder,
input.phone-input::placeholder {
	color: rgba(255,255,255,0.95);
}

.under-block-right .btn {
	margin-right: 5px;
}

.block5 {
	margin-bottom: 30px;
}

ul.advantages {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.advantages li {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	text-align: center;
}

.advantages-img {
	min-height: 55px;
	margin-bottom: 11px;
}

.advantages-img img {
	display: block;
	margin: 0 auto;
}

.advantages-bigtext {
	line-height: 16px;
	letter-spacing: 1.1px;
}


.block6-1 {
	margin-bottom: 30px;
	border-radius: 2px;
	overflow: hidden;
}

.block6-1 .block-banner img {
	float: none;
	width: 100%;
}

.block6-1 .block-head {
	margin-bottom: 0px;
	line-height: 34px;
}

.block6-1 .block-subhead {
	margin-bottom: 21px;
}

.block6 .block-list-ul {
	padding-left: 8px;
}

.block6-1 .block-list-ul {
	margin-bottom: 26px;
}

.block6-1 .block-inside {
	padding: 37px 60px;
}


.block6-2 {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.block6-2 .block-inside {
	padding: 29px 60px;
}

.block6-2 .block-head {
	margin-bottom: 22px;
	position: relative;
	top: -5px;
}

.brands-list.bottom-line {
	padding-bottom: 11px;
	border-bottom: 1px solid #dde0e5;
	margin-bottom: 44px;
}

.brand-line {
	display: table;
	width: 100%;
}

.brand-item {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.brand-item img {
	max-width: 80%;
	max-height: 65px;
}

.under-block-background-2 {
	background: #58a7f1 url('../img/background-2.png') no-repeat center center;
}

.block7 {
	margin-bottom: 24px;
}

.block7 .advantages-img {
	margin-bottom: 5px;
}


.block8-1 {
	box-shadow: 0 0 50px 5px rgba(0,0,0,0.1);
	margin-bottom: 28px;
	border-radius: 2px;
	overflow: hidden;
}

.block8-1 .block-banner img {
	float: none;
	width: 100%;
}

.block8-1 .block-head {
	margin-bottom: 14px;
	line-height: 34px;
}

.block8-1 .block-subhead {
	margin-bottom: 26px;
}

.block8 .block-list-ul {
	padding-left: 8px;
}

.block8-1 .block-list-ul {
	margin-bottom: 26px;
}

.block8-1 .block-inside {
	padding: 37px 60px;
}

.block8-2 {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.block8-2 .block-inside {
	padding: 38px 60px 14px 60px;
}

.block8-2 .block-head.bottom-line {
	padding-bottom: 15px;
	border-bottom: 1px solid #dde0e5;
	margin-bottom: 21px;
}

.block8-2 ul.block-list-ul li {
	padding-left: 37px;
	padding-top: 0;
	max-width: 436px;
	margin-bottom: 26px;
}

.block8-2 ul.block-list-ul li:last-child {
	margin-bottom: 0;
}

.li-head {
	margin-bottom: 8px;
	line-height: 20px;
}

.li-text p {
	margin-top: 0;
	margin-bottom: 15px;
}

.block8-2 .stiker-head {
	margin-bottom: 3px;
}

.block8-2 .stiker-text {
	margin-bottom: 11px;
}

.block8-2 .stiker-price {
	margin-bottom: 19px;
}

.under-block-background-3 {
	background: #58a7f1 url('../img/background-3.png') no-repeat center center;
}

.block9 {
	margin-bottom: 33px;
}

.block9 .block-inside {
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
	padding: 30px 60px 48px 60px;
}

.block9 .block-head {
	margin-bottom: 38px;
	color:#59a9f3;
}


.sertificates-slide {
	float:left;
	margin-right: 19px;
}

.sertificates-slide:nth-child(4n) {
	margin-right: 0;
}

.sertificates-slide:nth-child(n+5) {
	display: none;
}

.sertificate {
	display: table;
}

.sertificate a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 50px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	width: 190px;
	height: 240px;
}

.sertificate a img {
	display: block;
	max-width: 190px;
	max-height: 240px;
	margin: 0 auto;
}

#lightbox-secNav-btnClose {
	width: 17px;
}

.block10 .block-banner {
	padding: 3px;
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
	background: #ed302f;
	background: -moz-linear-gradient(left, #ed302f 0%, #df7a0f 100%); 
	background: -webkit-linear-gradient(left, #ed302f 0%,#df7a0f 100%);
	background: linear-gradient(to right, #ed302f 0%,#df7a0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed302f', endColorstr='#df7a0f',GradientType=1 );
	 
}

.block-banner-img {
	width: 100%;
}

.block10 {
	margin-bottom: 41px;
}

.block10 .block-banner-img img {
	display: block;
	width: 100%;

}

.block10 .block-inside {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 30px 160px 30px 160px;
}

.block10 .block-head {
	margin-bottom: 5px;
}

.block10 .block-subhead {
	margin-bottom: 26px;
}

.block-universal-form input.input,
.block-universal-form input.phone-input {
	border-color: #5a90cb;
	color: #5a90cb;
}

.block-universal-form input.input::-webkit-input-placeholder,
.block-universal-form input.phone-input::-webkit-input-placeholder {
	color: #5a90cb;
}

.block-universal-form input.input:-ms-input-placeholder,
.block-universal-form input.phone-input:-ms-input-placeholder {
	color: #5a90cb;
}

.block-universal-form input.input::-ms-input-placeholder,
.block-universal-form input.phone-input::-ms-input-placeholder {
	color: #5a90cb;
}

.block-universal-form input.input::placeholder,
.block-universal-form input.phone-input::placeholder {
	color: #5a90cb;
}

.block-universal-form input,
.block-universal-form button {
	width: 100%;
	display: block;
}

.block11 {
	position: relative;
	margin-bottom: 30px;
}

.block11 .wrapper {
	height: 456px;
	position: relative;
	z-index: 2;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 456px;
}

.map-stiker {
	padding: 37px 44px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	width: 300px;
	height: 300px;
	box-sizing: border-box;
	position: absolute;
	top: 76px;
	left: 8px;
	z-index: 9999;
}

.map-stiker .block-subhead {
	margin-bottom: 27px;
}

ul.map-ul {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	margin-bottom: 28px;
	list-style: none;
	display: block;
}

ul.map-ul li {
	display: block;
	padding-left: 25px;
	margin-bottom: 19px;
}

ul.map-ul li:nth-last-child(2) {
  margin-bottom: 17px;
}

.bubble {
	background: url('../img/ico-bubble.png') no-repeat left top;
}

.time {
	background: url('../img/ico-time.png') no-repeat left top;
}

.email {
	background: url('../img/ico-mail.png') no-repeat left 5px;
}

.email a {
	color: #282828;
	text-decoration: none;
}

.email a:hover,
.email a:visited {
	color: #282828;
}

.block11 .buttons-block {
	text-align: center;
}

.block11 .buttons-block .btn {
	float: none;
	margin: 0 auto;
}

footer {
	margin-bottom: 50px;
}

footer .wrapper {
	overflow: hidden;
}

footer .width-2-col {
	float: left;
}

footer .width-2-col .logo {
	width: 100%;
	width: 128px;
	height: 62px;
	background-size:100%;
	margin-top: 6px;
}

footer .width-3-col {
	float: left;
	margin-left: 89px;
	padding-top: 6px;
}

.footer-left-top {
	line-height: 17px;
	margin-bottom: 5px;
}

footer .width-4-col {
	float: left;
	margin-left: 101px;
	padding-top: 6px;
}

.footer-right-top {
	margin-bottom: 13px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: -1;
	opacity: 0;
}

.modal.active {
	display: block;
	z-index: 999;
	opacity: .99;
	animation: showModal 0.5s;
}

@keyframes showModal {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.modal-body {
	display: table;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
}

.modal-body-cell {
	display: table-cell;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	text-align: center;
}

.modal-block-body {
	width: 300px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	margin: 0 auto;
	border-radius: 2px;
}

.modal-overlay {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgba(0,0,0,0.8);
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0c1d29;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/preloader.gif') no-repeat 50% 50%;
    margin: -32px 0 0 -32px;
}

.hidden {
	display: none !important;
}

.hidden-block {
	display: none;
}

.shadow {
	box-shadow: 0 0 50px 12px rgba(0,0,0,0.1);
}

.width-2-col {
	width: 150px;
}

.width-3-col {
	width: 220px;
}

.width-4-col {
	width: 320px;
}

.width-5-col {
	width: 400px;
}

.width-6-col {
	width: 480px;
}

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

.margin-bottom-16 {
	margin-bottom: 16px;
}

.margin-bottom-17 {
	margin-bottom: 17px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

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

.font-size-20 {
	font-size: 18px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-40 {
	font-size: 40px;
}

.color-white {
	color: #fff;
}

.color-red {
	color: #ed332e;
}

.color-black {
	color: #282828;
}

.color-lightblue {
	color: #59a9f3;
}

.uppercase {
	text-transform: uppercase;
}

.normalcase {
	text-transform: none;
}

.font-bold {
    font-family: 'BloggerSansBold';
    font-weight: bold;
}
.block-map {
	position: relative;
}
#map-calc {
	position: relative;
	height: 460px;
}

#map-hint {
	padding: 30px 0;
}

.pcalc-results {
	padding: 20px 0;
	text-align: left;
}

.pcalc-fin {
	display: inline-block;
}

.pcalc-all {
	display: inline-block;
	font-weight: bold;
	color: #5A90CC;	
}

.pcalc-res {
	display: inline-block;
	font-weight: bold;
	color: #5A90CC;	
}

.form-map-cords {
	position: relative;
}

#address {
	padding: 10px 10px;
	border:1px solid #5A90CC;
}

#address::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#5a90cb;
    opacity: 1; /* Firefox */
}

#address:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5a90cb;
}

#address::-ms-input-placeholder { /* Microsoft Edge */
    color: #5a90cb;
}

.form-map-cords input {
	float: left;
	width: 70%;
	margin-bottom: 0;
}

.form-map-cords button {
	float: right;
	width: 25%;
	padding: 12px 25px;
}

a.pdf-link {
	display: inline-block;
	margin-left: 10px;
	margin-top: -5px;
}

.block-banner img.pdf-ico {
	height: 20px;
	display: inline-block;
}

/* Временно откатываем*/
/* 
@media (max-width:768px) {
	header {
		display: none;
	}

	.fixed-menu .block1 {
		padding-top: 0;
	}

	body {
		max-width: 100vw;
		min-width: 300px;
	}

	.wrapper {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	a.logo,
	.logo {
		width: 100px;
		height: 50px;
		background-size: cover;
	}

	.block1-block-text {
		display: none;
	}

	.block1-block-phone {
		font-size: 18px;
		display: none;
	}

	.block1-block-info {
		display: none;
	}

	.block1-block {
		float: none;
		margin-left: 0;
	}

	.block1 .wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.block-slider {
		min-height: initial;
		max-height: 111px;
	}

	.block-banner img {
		width: 100%;
		height: auto;
	}

	.block1 .btn {
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		width: auto;
	}

	.block-inside-absolute {
		position: static;
	}

	.block-inside {
		padding: 20px;
	}

	.font-size-40 {
		font-size: 20px;
	}

	.block-slider ul.slick-dots {
		position: static;
		margin-bottom: 20px;
	}

	.block-slider .block-inside-absolute {
		display: none;
	}

	.block4-1 .block-inside {
		padding:20px;
	}

	.block4-1 .block-banner img {
		display: none;
	}

	.width-5-col {
		max-width: 375px;
		width: 100%;
		margin-bottom: 20px;
	}

	.width-2-col {
		width: 100%;
		max-width: 375px;
	}

	.block4-2 .block-inside {
		padding: 20px;
	}

	.btn.width-2-col {
		display: none;
	}

	.width-4-col {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.under-block-background-1 {
		background-position: top center;
	}

	.under-block-background-1.under-block {
		padding-top: 173px;
	}

	.under-block {
		padding: 20px;
		position: static;
		height: auto;
	}

	.under-block-left,
	.under-block-right {
		width: 100%;
		float: none;
		margin-top:0;
		text-align: center;
	}

	.under-block-right form {
		float: none;
		margin-right: 0;
		position: static;
		margin-top: 10px;
	}

	.width-3-col {
		width: 100%;
	}

	ul.advantages {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	ul.advantages li {
		width: 50%;
		margin-bottom: 20px;
	}

	.block6-1 .block-banner img {
		float: none;
		display: none;
	}

	.block6-1 .block-inside {
		padding: 20px;
	}

	.block6-2 .block-inside {
		padding: 20px;
	}

	.brand-line {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.brand-item {
		width: 50%;
		margin-bottom: 20px;
	}

	.under-block-background-2 {
		background-position: top center;
	}

	.under-block-background-2.under-block {
		padding-top: 173px;
	}

	.block8-1 .block-banner img {
		display: none;
	}

	.block8-1 .block-inside {
		padding: 20px;
	}

	.block8-2 .block-inside {
		padding: 20px;
	}

	.width-6-col {
		width: 100%;
	}

	.stiker-block {
		float: none;
		width: 100%;
	}

	.block8-2 .block-head.bottom-line {
		padding: 10px;
		text-align: center;
	}

	.block8 .block-list-ul {
		padding: 10px;
	}

	.li-text p {
		margin-bottom: 5px;
	}

	.double-col-left {
		float: none;
	}

	.double-col-right {
		float: none;
	}

	.under-block-background-3 {
		background-position: top center;
	}

	.under-block-background-3.under-block {
		padding-top: 173px;
	}

	.block9 .block-inside {
		padding:20px 0;
	}

	.block-map-form {
		padding: 20px;
	}

	.sertificates-slide {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.sertificates-slide a img {
		width: 100%;
		max-width: 100%;
		max-height: initial;
	}

	.sertificate {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.sertificate a {
		display: block;
		width: 100%;
		height: initial;
		padding: 20px;
	}

	.sertificates-slider {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.sertificates-slide {
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.block10 .block-inside {
		position: static;
		padding: 20px;
	}

	.block-banner img {
		float: none;
	}

	.block10 .block-banner {
		background: #fff;
	}

	#map {
		position: static;
	}

	.map-stiker {
		position: static;
		padding: 20px;
		width: 100%;
	}

	.block11 .wrapper {
		padding: 0;
		height: auto;
	}

	footer .width-2-col .logo {
		float: none;
	}

	footer .wrapper {
		width: 100%;
		text-align: center;
	}

	footer .width-2-col,
	footer .width-3-col,
	footer .width-4-col {
		width: 100%;
		float: none;
		max-width: initial;
		text-align: center;
		margin-left: 0;
		margin-bottom: 5px;
	}

	footer .width-2-col .logo {
		margin: 0 auto;
	}

} */


.svg__img{
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}

.block__banner-svg{
	display: flex;
}

.svg__white,
.svg__turquoise,
.svg__yellow,
.svg__red,
.svg__pink2,
.svg__green{
    width: 75%;
    line-height: 1;
    color: #fff;
}
.svg__pink{
    color: #fff;
}

.svg__white:hover{
	background-color: rgb(133, 133, 133, 0.5);
}

.svg__turquoise:hover{
	background-color: rgb(192, 247, 237, 0.6);
}

.svg__pink2:hover,
.svg__pink:hover{
	background-color: rgb(254, 156, 255, 0.6);
}

.svg__yellow:hover{
	background-color: rgb(212, 197, 25, 0.6);
}
.svg__red:hover{
	background-color: rgb(241, 85, 91, 0.6);
}


.svg__green:hover{
	background-color: rgb(175, 243, 143, 0.6);

}

.block__banner-info{
position: relative;
}
.block__banner-svg{
	position: absolute;
    overflow: hidden;
    bottom: 20px;
    left: 284px;
}

.svg__header{
	color: #fff;
}

/**
 * фон для кнопки и пунктов меню единый
 */
ul.header_menu > li > a.btn_new,
.prices-table .like-termografy
{
	background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgb(87, 0, 165) 40%,rgb(1, 54, 132) 100%);
	/*background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgb(194, 137, 245) 52%,rgb(1, 54, 132) 100%);*/
}

ul.header_menu > li > a.btn_new:hover {
	/*background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgb(194, 137, 245) 52%,rgb(1, 54, 132) 100%);*/
	background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgb(220, 180, 255) 52%,rgb(1, 54, 132) 100%);
	color: black;
}

ul.header_menu > li > a.btn_new {

}

.flex__wrap{
display: flex;
background: linear-gradient(to left, rgb(0, 111, 190) 0%,rgb(0, 79, 156) 40%,rgb(1, 54, 132) 100%);
}

.flex__wrap .block__svg_txt {
	font-size: 22px;
}

.flex__wrap .svg__header{
	font-size: 24px;
}

.flex__wrap .svg__img img{
	    padding-left: 10px;
}

.slide_panel_wrap{
display: none;
}

.open{
	display: block !important;
}

.slide_panel .svg__img img{
	height: 100px;
}
.svg__img1{
	background: url("../img/1_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img2{
	background: url("../img/2_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img3{
	background: url("../img/3_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img4{
	background: url("../img/4_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img5{
	background: url("../img/5_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img6{
	background: url("../img/6_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img7{
	background: url("../img/7_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img8{
	background: url("../img/8_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img9{
	background: url("../img/9_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img10{
	background: url("../img/10_b.png") top center no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.svg__img1:hover{
	background: url("../img/1_s.png") top center  no-repeat;
	height: 100px;
}
.svg__img2:hover{
	background: url("../img/2_s.png") top center no-repeat;
	height: 100px;
}
.svg__img3:hover{
	background: url("../img/3_s.png") top center no-repeat;
	height: 100px;
}
.svg__img4:hover{
	background: url("../img/4_s.png") top center no-repeat;
	height: 100px;
}
.svg__img5:hover{
	background: url("../img/5_s.png") top center no-repeat;
	height: 100px;
}
.svg__img6:hover{
	background: url("../img/6_s.png") top center no-repeat;
	height: 100px;
}
.svg__img7:hover{
	background: url("../img/7_s.png") top center no-repeat;
	height: 100px;
}
.svg__img8:hover{
	background: url("../img/8_s.png") top center no-repeat;
	height: 100px;
}
.svg__img9:hover{
	background: url("../img/9_s.png") top center no-repeat;
	height: 100px;
}
.svg__img10:hover{
	background: url("../img/10_s.png") top center no-repeat;
	height: 100px;
}

.slide_panel .svg__header{
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
}

.slide_panel  .block__svg_txt {
    font-size: 27px;
    line-height: 1;
}

.slide_panel .svg__img{
	padding-bottom: 12px;
}

.slide_panel .svg__img img{
	padding-right: 19px;
}

.slide_panel .flex__wrap{
padding: 17px;
}

.slide_panel .svg__img3{
	padding-right: 40px;
}

.slide_panel .block-flex__svg1{
	width: 50%;
}
.slide_panel .block-flex__svg2{
	width: 50%;
}

a.new_1{
    text-decoration: none;
    color: white;
}


 #one.target {
    background-color: rgb(133, 133, 133, 0.5);
    -webkit-transition: all 1s linear;
}

 #two.target {
    background-color: rgb(192, 247, 237, 0.6);
    -webkit-transition: all 1s linear;
}

#three.target{
background-color: rgb(254, 156, 255, 0.6);
-webkit-transition: all 1s linear;
}

#four.target{
background-color: rgb(212, 197, 25, 0.6);
-webkit-transition: all 1s linear;
}

#five.target{
background-color: rgb(241, 85, 91, 0.6);
-webkit-transition: all 1s linear;
}

#six.target{
background-color: rgb(192, 247, 237, 0.6);
-webkit-transition: all 1s linear;
}

#seven.target{
background-color: rgb(212, 197, 25, 0.6);
-webkit-transition: all 1s linear;
}

#eight.target{
background-color: rgb(192, 247, 237, 0.6);
-webkit-transition: all 1s linear;
}

#nine.target{
background-color: rgb(175, 243, 143, 0.6);
-webkit-transition: all 1s linear;
}

#ten.target{
background-color: rgb(254, 156, 255, 0.6);
-webkit-transition: all 1s linear;
}

.svg__img1ss{
	background: url("../img/1.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img2ss{
	background: url("../img/2.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img3ss{
	background: url("../img/3.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;;
}
.svg__img4ss{
	background: url("../img/4.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img5ss{
	background: url("../img/5.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img6ss{
	background: url("../img/6.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img7ss{
	background: url("../img/7.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img8ss{
	background: url("../img/8.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img9ss{
	background: url("../img/9.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img10ss{
	background: url("../img/10.png") top center no-repeat;
	display: block;
	width: 30px;
	height: 30px;
}
.svg__img1ss:hover{
	background: url("../img/1_ss.png") top center  no-repeat;
	height: 30px;
}
.svg__img2ss:hover{
	background: url("../img/2_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img3ss:hover{
	background: url("../img/3_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img4ss:hover{
	background: url("../img/4_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img5ss:hover{
	background: url("../img/5_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img6ss:hover{
	background: url("../img/6_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img7ss:hover{
	background: url("../img/7_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img8ss:hover{
	background: url("../img/8_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img9ss:hover{
	background: url("../img/9_ss.png") top center no-repeat;
	height: 30px;
}
.svg__img10ss:hover{
	background: url("../img/10_ss.png") top center no-repeat;
	height: 30px;
}

.svg__img span{
padding-right: 10px;
}


.block-flex__svg1{
	width: 50%;
}
.block-flex__svg2{
	width: 50%;
}