html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background: #111111;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#cube-loader {
      align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 1000;
}
#cube-loader .caption {
  margin: 0 auto;
}
#cube-loader .cube-loader {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
}
#cube-loader .cube-loader .cube {
  position: relative;
  transform: rotateZ(45deg);
  width: 50%;
  height: 50%;
  float: left;
  transform: scale(1.1);
}
#cube-loader .cube-loader .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #34495e;
  animation: cube-loader 2.76s infinite linear both;
  transform-origin: 100% 100%;
}
#cube-loader .cube-loader .loader-2 {
  transform: scale(1.1) rotateZ(90deg);
}
#cube-loader .cube-loader .loader-3 {
  transform: scale(1.1) rotateZ(180deg);
}
#cube-loader .cube-loader .loader-4 {
  transform: scale(1.1) rotateZ(270deg);
}
#cube-loader .cube-loader .loader-2:before {
  animation-delay: 0.35s;
}
#cube-loader .cube-loader .loader-3:before {
  animation-delay: 0.69s;
}
#cube-loader .cube-loader .loader-4:before {
  animation-delay: 1.04s;
}

@keyframes cube-loader {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}


.block-social{
	display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: center;
}
.block-social a:not(:last-child){
	margin-right: 7px;
}
.block-social svg{
	width: 25px;
	fill: #ffffff;
}

.banner-car-1{
	background: url('../img/bbanner1.jpg');
	background-size: cover;
    background-position: center;
    padding: 60px;
}
.banner-car-2{
	background: url('../img/bbanner2.jpg');
	background-size: cover;
    background-position: center;
    padding: 60px;
}
.block-table-mobile{
	display: none;
}
.portfolio-slider{
	display: none;
    height: 300px;
    margin-bottom: 20px;
}
.portfolio-slider a{
	display: block;
}
.portfolio-slider img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.container{
	position: relative;
    width: 1160px;
    margin: 0 auto;
}
.header-menu-link{
	display: none!important;
    align-items: center;
}
.header-menu-link img{
	width: 24px;
    height: 24px;
}
.header-openmenu-block{
	text-align: center;
}
.header-menu-link span{
	font-size: 16px;
	margin-left: 10px;
    text-transform: uppercase;
}

.header-panel{
	border-bottom: 2px solid #727271;
}
.header-panel-content{
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}
.header-address{
	margin-top: 25px;
	background-image: url('../images/icon-address.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 36px;
    padding-top: 10px;
}
.header-address span{
	display: block;
	margin-bottom: 4px;
}
.header-address a{
	display: inline-block;
	color: #1C3F95;
}
.header-logo{
	
}
.header-logo a{
	display: block;
}
.header-logo img{
	display: block;
}
.header-contacts{
	
}
.header-phones{
	text-align: left;
	background-image: url('../images/icon-phone.png');
	background-repeat: no-repeat;
	padding-left: 46px;
    line-height: 20px;
	margin-bottom: 8px;
	margin-top: 25px;
}
.header-phones a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
.header-callback{
	
}
.header-callback a{
	display: block;
    text-decoration: none;
    color: #2B2A29;
    background: #ffffff;
    border: 2px solid #1C3F95;
    border-radius: 20px;
    font-weight: bold;
    padding: 0px 12px;
    line-height: 26px;
}
.header-menu{
	
}
.header-menu ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}
.header-menu ul.show{
	display: block!important;
}
.header-menu li{
	
}
.header-menu a{
	display: block;
	color: #ffffff;
	font-family: 'Russo One', sans-serif;
	text-decoration: none;
	font-size: 15px;
}
.header-menu .krug{
	color: #1C3F95;
}
.block-1{
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}
.block-1 .float-image{
	position: absolute;
	right: 0px;
	top: 0px;
}
.block-1-content{
	position: relative;
}
.block-1-left{
	
}
.block-border{
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 20px;
}
.block-border .title{
	font-family: 'Russo One', sans-serif;
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
	margin-bottom: 15px;
}
.block-1-list{
    padding-left: 258px;
}
.block-1-list ul{
	margin-bottom: 15px;
}
.block-1-list li{
	font-size: 16px;
    line-height: 22px;
}
.block-1-list li:before{
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-image: url('../images/icon-check.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	
}
.block-text-worning{
	position: relative;
	margin-bottom: 15px;
}
.block-text-worning p:before{
	content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../images/icon-worning.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 50%;
    margin-top: -13px;
}
.block-text-worning p{
	position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-left: 33px;
    width: 580px;
    margin: 0 auto;
}
.block-text-ending{
	
}
.block-text-ending p{
	font-family: 'Russo One', sans-serif;
    font-size: 19px;
    text-align: center;
    text-decoration: underline;
}
.block-color-big{
	margin: 0 auto;
	position: relative;
    z-index: 1;
    background-image: url(../images/color-big.png);
    background-repeat: no-repeat;
    width: 912px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    left: -25px;
    padding-right: 114px;
    box-sizing: border-box;
    padding-top: 14px;
	margin-bottom: 15px;
    position: relative;
    left: 45px;
}
.block-1-text{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
	width: 727px;
    margin: 0 auto;
}
.block-2{
	position: relative;
	margin-bottom: 30px;
}
.block-2 .float-image{
	position: absolute;
	right: 0px;
	top: 0px;
}
.block-2-content{
	margin-bottom: 10px;
}
.block-2-left{
	position: relative;
}
.block-brands-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-brand-item{
	display: flex;
    width: 50%;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 22px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.block-brand-item-first{
	width: calc(50% - 20px);
    margin-right: 20px;
}
.block-brand-image{
	margin-right: 15px;
}
.block-brand-image img{
	display: block;
}
.block-brand-content{
	text-align: center;
	padding-top: 30px;
	line-height: 18px;
}
.block-brand-title{
	font-family: 'Russo One', sans-serif;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.block-brand-text{
	margin-bottom: 10px;
}
.block-brand-icons{
	display: flex;
    align-items: center;
	justify-content: center;
}
.block-brand-icons div img{
	display: block;
}
.block-brand-icons div:first-child{
	margin-right: 15px;
}
.block-callback-middle{
	text-align: center;
}
.block-callback-middle a{
	text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #2B2A29;
    background: #ffffff;
    border: 2px solid #1C3F95;
    border-radius: 20px;
    font-weight: bold;
    padding: 0px 18px;
    line-height: 30px;
}
.block-3{
	margin-top: 30px;
	margin-bottom: 40px;
    position: relative;
}
.right-photos img:first-child{
	position: absolute;
    right: 0px;
    top: 34px;
    width: 315px;
}
.right-photos img:last-child{
	position: absolute;
    right: 0px;
    top: 270px;
    width: 315px;
}
.block-color-title{
	margin-bottom: 15px;
}
.block-color-title.title-work h3{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
	padding-right: 50px;
	right: -24px;
	margin: 0 auto;
}
.block-color-title.title-garant div{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
	padding-right: 50px;
	right: -24px;
	margin: 0 auto;
}
.block-color-title.title-prices h2{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
	padding-right: 46px;
	right: -20px;
	margin: 0 auto;
}
.block-color-title.title-services h3{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
	padding-right: 36px;
	right: -20px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.block-3-text{
	font-size: 16px;
    line-height: 20px;
    width: 860px;
}
.block-3-text b{
	font-weight: bold;
}
.block-3-list{
	margin-top: 30px;
	margin-bottom: 30px;
}
.block-3-list ol{
	counter-reset: section;
	margin-left: 80px;
	position: relative;
}
.block-3-list li{
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;	
}
.block-3-list li:before{
	position: absolute;
	content: counter(section);
    counter-increment: section;
    border: 1px solid #1C3F95;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1C3F95;
    width: 20px;
    height: 20px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	left: -30px;
}
.block-3-list li:first-child:before{
	margin-top: 4px;
}
.block-3-list .callback-inline{
	display: inline-block;
	text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #2B2A29;
    background: #ffffff;
    border: 2px solid #1C3F95;
    border-radius: 20px;
    font-weight: bold;
    padding: 0px 18px;
	line-height: 30px;
    font-size: 13px;
	margin-left: 10px;
}
.block-payment-text{
	display: flex;
	align-items: center;
}
.block-payment-left{
	font-size: 16px;
    line-height: 20px;
}
.block-payment-image{
	margin-left: 10px;
}
.block-payment-image img{
	display: block;
}
.block-4{
	margin-bottom: 40px;
}
.block-4-content{
    margin: 0 auto;
	margin-top: 30px;
}
.block-4-text{
	
}
.block-4-text p{
	font-size: 16px;
    line-height: 20px;
	margin-bottom: 15px;
}
.block-4-text u{
	
}
.block-4-image a{
	display: block;
}
.block-4-image img{
	display: block;
}
.block-4-photos{
	display: flex;
    justify-content: flex-end;
    width: 1000px;
    margin: 0 auto;
	margin-bottom: 30px;
}
.block-4-photo{
	margin-top: 30px;
}
.block-4-photo:last-child{
	margin-left: 92px;
    width: 312px;
}
.block-4-photo a{
	display: block;
}
.block-4-photo img{
	display: block;
	max-width: 100%;
}
.block-5{
	
}
.block-table{
	margin-top: 30px;
	margin-bottom: 30px;
}
.block-table table{
	margin: 0 auto;
	font-size: 16px;
	width: 100%;
}
.block-table td{
	border: 2px solid #ffffff;
	vertical-align: middle;
	padding: 15px 30px;
	text-align: center;
}
.block-table .table-flag{
	padding: 0px;
}
.block-table .table-price{
	font-size: 22px; 
}
.block-table img{
	display: block;
	margin: 0 auto;
}
.flex-col2{
	margin-right: 241px;
}
.right-photos{
	
}
.block-table-mobile{
	margin-top: 30px;
	margin-bottom: 30px;
}
.block-table-mobile table{
	margin: 0 auto;
	font-size: 16px;
}
.block-table-mobile td{
	border: 2px solid #ffffff;
	vertical-align: middle;
    padding: 9px 15px;
	text-align: center;
}
.block-table-mobile .table-flag{
	padding: 0px;
}
.block-table-mobile .table-price{
	font-size: 22px; 
}
.block-table-mobile img{
	display: block;
}

.block-6{
	margin-top: 50px;
}
.more-services-list{
	
}
.more-service-item.item-right{
	
}
.more-service-item.item-left{
	
}
.more-service-text{
	text-align: center;
}
.more-service-text p{
	font-family: 'Russo One', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 0px 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 26px;
}
.more-service-text a{
	text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #2B2A29;
    background: #ffffff;
    border: 2px solid #1C3F95;
    border-radius: 20px;
    font-weight: bold;
    padding: 0px 60px;
    line-height: 30px;
}
.more-service-image{
	
}
.more-service-image img{
	display: block;
	max-width: 100%;
    margin: 0 auto;
}
.block-7{
	margin-top: 40px;
}
.services-slider{
	margin: 0px 60px;
    max-height: 423px;
}
.block-color-title.title-portfolio h3{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
    padding-right: 36px;
    right: -20px;
    margin: 0 auto;
}
.portfolio-list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.portfolio-item{
	width: calc(25% - 20px);
	margin-bottom: 25px;
}
.portfolio-item a{
	display: block;
}
.portfolio-item img{
	display: block;
	max-width: 100%;
}
.block-8{
	margin-top: 40px;
}
.block-color-title.title-seo h3{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
    padding-right: 36px;
    right: -20px;
    margin: 0 auto;
}
.seo-text{
	margin-top: 30px;
	margin-bottom: 25px;
}
.seo-text p{
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.seo-text p u{
	font-weight: bold;
}
.block-9{
	margin-top: 40px;
}
.block-color-title.title-review h2{
	position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
    padding-right: 36px;
    right: -20px;
    margin: 0 auto;
}
.grid{
	margin-top: 30px;
}
.grid-item {
	width: 370px;
	margin-bottom: 20px;
}
.grid-item a{
	display: block;
	padding: 20px;
}
.grid-item img{
	display: block;
	width: 100%;
}
.block-color-title.title-contact h3 {
    position: relative;
    z-index: 1;
    background-image: url(../images/title-work.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 53px;
    color: #1C3F95;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    margin-bottom: 15px;
    padding-right: 36px;
    right: -20px;
    margin: 0 auto;
}
.list-block-title-8{
	text-align: center;
	font-family: 'Russo One', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
	line-height: 39px;
	margin-bottom: 25px;
	color: #ffffff;
	margin-top: 30px;
}
.contacts{
	text-align: center;
	font-size: 18px;
    line-height: 23px;
	margin-bottom: 30px;
}
.contacts a{
	color: #ffffff;
	text-decoration: none;
}
.contacts-link{
	width: 300px;
    margin: 0 auto;
    padding-top: 30px;
	text-align: center;
}
.contacts-link a{
    position: relative;
    display: inline-block;
    background: #1C3F95;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0px;
    border-radius: 20px;
    width: 100%;
    font-family: 'Russo One', sans-serif;
    padding-left: 30px;
    box-sizing: border-box;
}
.contacts-link a span{
	display: block;
    background: url('../images/icon-settings.png');
    background-size: cover;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 51px;
}
.icon-social-vk{
	display: inline-block;
	text-indent: -9999px;
	width: 33px;
	height: 33px;
	background: url('../images/icon-vk.png') no-repeat;
	background-size: cover;
	margin-right: 5px;
}
.icon-social-instagram{
	display: inline-block;
	text-indent: -9999px;
	width: 34px;
	height: 33px;
	background: url('../images/icon-instagram.png') no-repeat;
	background-size: cover;
}
.header-social-icons a:hover{
	opacity: 0.9;
}
.contacts-social-description{
	text-align: center;
    margin-top: 30px;
}
.contacts-social-icons{
	text-align: center;
    margin-top: 8px;
}
.block-10{
	margin-top: 30px;
}
.footer {
    background: #222222;
    padding: 20px 0px;
}
.footer p {
    color: #ffffff;
    font-size: 13px;
}
.form-modal{
	display: none;
    max-width: 500px!important;
}
.modal-input{
	outline: none;
    width: 100%;
    border: 2px solid #c1beba;
    border-radius: 20px;
    padding: 0px 15px;
    line-height: 29px;
	margin-bottom: 10px;
}
.modal-input:active, .modal-input:focus{
    border: 2px solid #1C3F95;
}
.modal-title{
	font-family: 'Russo One', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
    color: #1C3F95;
	text-align: center;
}
#send-result p{
	color: #2B2A29;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.modal-description{
    text-align: center;
    margin-bottom: 28px;
    line-height: 20px;
	color: #2B2A29;
}
.modal-btn{
	cursor: pointer;
	outline: none;
    width: 100%;
    border: 2px solid #1C3F95;
    border-radius: 20px;
    padding: 0px 15px;
    line-height: 30px;
    background: #1C3F95;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
	margin-top: 15px;
	height: 34px;
	-webkit-appearance: none;
}
.modal-btn:hover{
	opacity: 0.9;
}
#open-modal-result{
	display: none;
}
.footer-map #map{
	height: 300px;
	margin-top: 30px;
}
.licence_block{
	margin: 6px 0px;
	font-size: 13px;
}
.licence_block input[type=checkbox]{
	position: relative;
    top: 2px;
}
.licence_block label{
	color: #666;
}
.licence_block label a{
	color: #1C3F95;
}
.form-modal{
	padding: 44px;
}
#map-modal{
	display: none;
	padding: 0px;
}
#map-layout{
	width: 700px;
	height: 400px;
}
.banner-full{
	padding-top: 10px;
    margin-bottom: 46px;
}
.banner-full img{
	max-width: 100%;
    margin: 0 auto;
    display: block;
}
.title-1-block{
	color: #ffffff;
    font-family: 'Russo One', sans-serif;
    font-size: 27px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.menubrands ul {
    width: 100%;
}
.menubrands ul {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 9px;
    line-height: 14px;
    margin: 0 auto;
    justify-content: center;
	margin-bottom: 30px;
}
.menubrands ul li {
    display: block;
    float: left;
    margin: 0;
    margin-left: 4px;
    margin-bottom: 7px;
    border: 1px solid #999999;
}
.menubrands ul li a, .menubrands ul li span {
    display: block;
    background: #ffffff;
    color: #222222;
    text-align: center;
    text-decoration: none;
	width: 72px;
    height: 86px;
    padding: 2px;
}
.menubrands ul li a img {
    display: block;
    margin: 0 auto;
	width: 68px;
}
.brands-block{
	padding-top: 42px;
}
.brands-block h3{
	color: #ffffff;
    font-family: 'Russo One', sans-serif;
    font-size: 27px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}
.garant-slider img{
	display: block;
	max-width: 100%;
}
.garant-slider a{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.garant-slider{
	height: 270px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.garant-slider .swiper-button-next{
	display: none;
}
.garant-slider .swiper-button-prev{
	display: none;
}
.garant-1{
	max-height: 280px;
}
.garant-3{
	max-height: 280px;
}
.btn-modal-price{
	text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #2B2A29;
    background: #ffffff;
    border: 1px solid #1C3F95;
    border-radius: 5px;
    font-weight: bold;
    padding: 0px 18px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
@media screen and (max-width: 1310px) {
	.block-1 .float-image {
		width: 390px;
	}
	.block-2 .float-image{
		width: 390px;
	}
}
@media screen and (max-width: 1200px) {
	.container {
		width: 900px;
	}
	.block-1-list {
		padding-left: 133px;
	}
	.block-color-big {
		margin-left: 0px;
		margin-top: 0px;
		background: #ffffff;
		margin: 0px 15px;
		box-sizing: border-box;
		left: auto;
		padding-right: 0px;
		width: auto;
		height: auto;
		padding-bottom: 12px;
		padding: 10px 10px;
		border-radius: 5px;
		line-height: 22px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.block-brand-image{
		margin: 0px;
		width: 100%;
	}
	.block-brand-image img {
		display: block;
		margin: 0 auto;
	}
	.right-photos{
		display: none;
	}
	.flex-col2{
		margin-right: 0px;
	}
	.block-brand-item{
		flex-wrap: wrap;
	}
	.block-1-content {
		width: 100%;
	}
	.block-border {
		
	}
	.block-border .title {
		font-size: 19px;
	}
	.block-text-worning p {
		width: 485px;
	}
	.block-color-big {
		margin-top: 50px;
	}
	.block-2-left {
		
	}
	.header-logo img{
		width: 265px;
	}
	.block-4-content {
		width: 900px;
	}
	.block-4-photos {
		width: 900px;
	}
	.more-service-image {
		max-width: 100%;
	}
	.more-service-text p {
		line-height: 31px;
		width: 417px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.grid {
		width: 760px;
		margin: 30px auto 0 auto;
	}
	body{
		overflow-x: hidden;
	}
	.header-menu a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1084px) {
	.block-1 .float-image {
		width: 323px;
		top: 15px;
	}
	.block-2 .float-image {
		width: 323px;
	}
}
@media screen and (max-width: 950px) {
	.container{
		width: 700px;
	}
	.header-logo img {
		width: 180px;
	}
	.block-1-list{
		padding-left: 35px;
	}
	.block-brand-item{
		width: 100%;
		margin-right: 0px;
	}
	.block-brand-content {
		width: 100%;
	}
	.block-table td {
		padding: 15px 5px;
	}
	.btn-modal-price {
		font-size: 12px;
	}
	.header-phones {
		margin-top: 0px;
	}
	.header-address {
		margin-top: 10px;
	}
	.header-menu ul{
		display: none;
	}
	.header-menu-link{
		display: inline-flex!important;
		padding: 12px;
	}
	.header-openmenu-block{
	}
	.header-menu{
		border-bottom: 2px solid #727271;
		margin-bottom: 20px;
	}
	.block-border {
		width: 100%;
		box-sizing: border-box;
	}
	.block-1 .float-image{
		display: none;
	}
	.block-color-big {
		margin-left: 0px;
		margin-top: 25px;
	}
	.block-1-text{
		width: 100%;
		box-sizing: border-box;
	}
	.block-2 .float-image {
		display: none;
	}
	.block-2-left {
		margin: 0 auto;
	}
	.block-3-text{
		width: 100%;
		box-sizing: border-box;
	}
	.block-3-list .callback-inline{
		margin-top: 10px;
	}
	.block-4-content{
		width: 100%;
	}
	.block-4-photos {
		width: 100%;
	}
	.block-table img {
		width: 100%;
	}
	.n_{
		display: none;
	}
	.header-menu a{
		text-align: center;
	}
	.header-menu ul {
		line-height: 38px;
	}
	.more-service-image img {
		max-width: 100%;
	}
	.more-service-text p {
		font-size: 18px;
	}
	.grid-item {
		width: 370px;
		position: relative!important;
		top: auto!important;
		left: auto!important;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.grid {
		width: 100%;
		height: auto!important;
	}
}
@media screen and (max-width: 760px){
	.container{
		width: 100%;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	.block-color-title.title-garant div{
		background: #ffffff!important;
		padding: 0px!important;
		margin: 0px!important;
		width: auto!important;
		right: auto!important;
		left: auto!important;
		padding-top: 17px!important;
		padding-bottom: 17px!important;
		height: auto!important;
		border-radius: 5px!important;
	}
	.block-color-title.title-services h3{
		background: #ffffff!important;
		padding: 0px!important;
		margin: 0px!important;
		width: auto!important;
		right: auto!important;
		left: auto!important;
		padding-top: 17px!important;
		padding-bottom: 17px!important;
		height: auto!important;
		border-radius: 5px!important;
	}
	.block-color-title.title-portfolio h3{
		background: #ffffff!important;
		padding: 0px!important;
		margin: 0px!important;
		width: auto!important;
		right: auto!important;
		left: auto!important;
		padding-top: 17px!important;
		padding-bottom: 17px!important;
		height: auto!important;
		border-radius: 5px!important;
	}
	.block-color-title.title-seo h3{
		background: #ffffff!important;
		padding: 0px!important;
		margin: 0px!important;
		width: auto!important;
		right: auto!important;
		left: auto!important;
		padding-top: 17px!important;
		padding-bottom: 17px!important;
		height: auto!important;
		border-radius: 5px!important;
	}
	.header-logo {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
	}
	.header-address {
		order: 2;
		width: 215px;
		margin: 0 auto;
		margin-bottom: 15px;
		background: none;
		padding: 0px;
	}
	.header-phones{
		background: none;
		padding: 0px;
		text-align: center;
	}
	.header-contacts {
		order: 3;
	    width: 230px;
	    margin: 0 auto;
		padding: 0px;
	}
	.header-panel-content{
		flex-wrap: wrap;
	}
	.header-logo img {
		width: 120px;
		margin: 0 auto;
	}
	.block-text-worning p {
		width: 100%;
		box-sizing: border-box;
	}
	.block-color-big {
		margin-left: 0px;
		margin-top: 0px;
		background: #ffffff;
		margin: 0px 15px;
		box-sizing: border-box;
		left: auto;
		padding-right: 0px;
		width: auto;
		height: auto;
		padding-bottom: 12px;
		padding: 10px 10px;
		border-radius: 5px;
		line-height: 22px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.block-brand-item{
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.block-brand-image {
		margin-right: 0px;
		width: 100%;
	}
	.block-2-left {
		width: auto;
	}
	.block-brand-image img {
		display: block;
		margin: 0 auto;
	}
	.block-brand-content {
		width: 100%;
	}
	.block-brand-content {
		padding-top: 16px;
	}
	.block-table {
		overflow-y: scroll;
	}
	.block-payment-text{
		display: block;
		text-align: center;
	}
	.block-color-title h2{
		background: #ffffff!important;
		padding: 0px!important;
		margin: 0px!important;
		width: auto!important;
		right: auto!important;
		left: auto!important;
		padding-top: 17px!important;
		padding-bottom: 17px!important;
		height: auto!important;
		border-radius: 5px!important;
	}
	.block-4-content{
		display: block;
	}
	.block-4-photos{
		display: block;
	}
	.more-service-item{
		flex-wrap: wrap;
	}
	.seo-text{
		text-align: center;
	}
	.block-brand-icons div img {
		width: 100px;
	}
	.block-payment-image img {
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}
	.block-3-list ol {
		margin-left: 30px;
	}
	.block-4-text{
		text-align: center;
	}
	.block-4-image{
		margin: 0px;
	}
	.block-4-image img {
		margin: 0 auto;
	}
	.block-4-photo:last-child{
		margin: 0px auto;
		margin-top: 30px;
	}
	.more-service-text p {
		box-sizing: border-box;
		width: 100%;
	}
	.more-service-item.item-right .more-service-image{
		order: 1;
	}
	.more-service-text {
		order: 2;
	}
	.grid-item{
		width: 100%;
	}
	.more-service-text {
		text-align: center;
		margin: 20px
	}
	.block-1-list {
		padding-left: 0px;
	}
	.portfolio-slider{
		display: block;
	}
	.portfolio-list{
		display: none;
	}
	.block-table{
		display: none;
	}
	.block-table-mobile{
		display: block;
	}
	.block-table-mobile img {
		max-width: 100%;
		margin: 0 auto;
	}
	.banner-full{
		display: none;
	}
	.more-service-text{
		margin: 0px;
	}
}