@font-face {
       font-family: 'SFUIDisplay';
   	   src: url('../font/regular.ttf'); /* IE9 Compat Modes */
  }
@font-face {
       font-family: 'SFUIDisplayBold';
   	   src: url('../font/font.ttf'); /* IE9 Compat Modes */
  }


body {
	font-family: 'SFUIDisplay';
  overflow-x: hidden; 
	font-size:14px;
	color:#495660;
}
.header-about {
	font-weight: 700;
}
.header-contact-1
{
	cursor: pointer;
}
.line{
	background: #4a689a;
	height: 34px;
	width: 2px;
	display: block;
    position: absolute;
    left: -5px;
}
.header-time {
	 margin-left: 100px;
    font-size: 11px;
    margin-top: 5px;
}
.header-phone {
	color: #000154;
	font-weight: 800;
	
}




.header-contact {
	color:#fff;
	text-transform: uppercase;
	padding: 10px 15px;
	background: #eb3636;
	border-radius: 5px;
	text-decoration: none;
}
.header-contact:hover {
    background:#db5f5f;
}
.nav {
	margin-left: -15px;
	margin-right: -8px;
}

.fest {
	background: #4a689a;
}
.nav-link {
	background: black; 
	padding-top: 12px;
	color: #fff;
	padding-bottom: 12px;
}
.nav-adress {
	background: #000154;
	color: #fff;
	padding-bottom: 17px;
	padding-top: 24px;
}
.nav-link li{
	list-style: none;
	margin-left: 15px; 
	margin-right: 20px;

}
.nav-link ul {
	display: flex;
	justify-content: space-around;
}
.nav-link a {
	font-size: 15px;
	color: #fff;
	
	text-decoration: none;
}
.nav-link a:hover {
	color: #edebf1;
	font-weight: 700;
}
.text-nav {
	margin-left: 15px;
	position: absolute; 
	margin-top: 5px;
}
.fon-home {
	background: url(../image/home.png) no-repeat;
    background-size: cover;
    height: 50%;
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 150px;
    padding-bottom: 140px;
    color: #fff;
 
}
.home-text {
	font-size: 49px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;

	line-height:70px;
	font-family: SFUIDisplayBold;
}
.home-text span{
	color: #000154;
}
.home-p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.home-button {
	text-align: center;
	margin-top: 30px;
}
.about {
	margin-top: 90px;
	font-size: 15px;
}
.about h3 {
	color: #4a689a;
}
.home-button a{
	  background-color: rgb(235, 54, 54);
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 0px 4px 9px 1px rgba(235, 54, 54, 0.35);
	padding: 13px 25px;
	border-radius: 5px;
	color:#fff;
	text-decoration: none;

}
.home-small {
	font-size: 12px;
	margin-top: 26px;
	text-align: center;
	color: #e8e3e3
}

.advantage {
	background: url(../image/anetta.png) no-repeat;
    background-size: cover;
    height: 50%;
    
    margin-top: 80px;
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 150px;
    padding-bottom: 140px;
    color: #000154;
}
.heading-advantage {
	font-size: 28px;
	line-height: 4px;
	font-family: SFUIDisplayBold;

}
.heading-advantage span {
	color: #eb3636;
}
.heading-advantage  h1{
	font-size: 58px;
}
.heading-advantage p {
	font-family: 'SFUIDisplay';
}
.advantage-blocks {
	display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.advantage-block {
    flex: 1 1 calc(33.33% - 30px);
    margin: 8px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    min-width: 170px;
    padding: 10px 20px;
    padding-top: 40px;


}

 @media screen and (max-width: 790px) {
    
    .heding-taxi {
         margin-bottom: 0px;
     }
     .ask-input {

  	 	width: 100%;
  	}
  	  textarea{
  	 	width: 100%
  	 }
     .block-car {
        margin-top: 120px;
      }
    }

.h1-advantage {
	margin-top: 24px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #4a689a;
}
.p-advantage {
	color: #495660;
	margin-top: 20px;
	margin-bottom: 20px;
}
.my-works {
	margin-top: 60px;
}
.my-works h1 {
	text-transform: uppercase;
	font-family: SFUIDisplayBold;
}
.my-works span {
	color: #eb3636;
}
.my-works  p{
	color: #495560;
	line-height: 21px;
	font-size: 15px;

}

/* Модальное окно заказать звонок*/

.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	height: 100%;
	z-index: 9999999999999999999999999;
	width: 100%;
	background: rgba(0,0,0,0.5);
	min-width: 450px;
	
	

}

.popup-1 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	height: 100%;
	z-index: 9999999999999999999999999;
	width: 100%;
	background: rgba(0,0,0,0.5);
	
	

}

.popup-content {
	position: fixed;
	padding: 2rem 2rem;
	left: 50%;
	top:10%;
	width: 20%;
	transform: translateX(-50%);
	background: #4a689a;
	min-width: 380px;
}
.popup-close {
	position: absolute;
	top:-1rem;
	right: -2rem;
	width: 2rem;
	text-align: center;
	border: none;
	cursor: pointer;
	background: transparent;
	font-size: 1.3rem;
	color: #fff;
}

.popup-close-1 {
	position: absolute;
	top:-1rem;
	right: -2rem;
	width: 2rem;
	text-align: center;
	border: none;
	cursor: pointer;
	background: transparent;
	font-size: 1.3rem;
	color: #fff;
}
.heading-popup {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 40px;
	font-family: SFUIDisplayBold;
}
.heading-popup span{
	color: #000154;
}
.popup-form {
	margin-top:30px;
}
.popup-form input {
	margin-bottom: 10px; 
	border: none;
	border-radius: 2px;
	width: 100%;
	padding:14px;
}
.button-popupform {
	border: none;
	cursor: pointer;
	background: #eb3636;
	color: #fff;
	width: 70%;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	padding:16px;
}
.popup-info {
	margin-top: 20px;
	display: flex;
	font-size: 14px;
}
.popup-infot {
	font-size: 15px;
}

.slider-click {

    display: flex;

}
.portfolio {
	margin-top: 40px;
	display: flex;
}
.price-name {
	font-size: 17px;
	font-weight: 700;
	color: #4a689a;
}
.price {
	color: #eb3636;
	margin-top: 5px;
	font-size: 32px;
	font-family: SFUIDisplayBold;
}
.size-kuhn-1 {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: -5px;
}
.text-portfolio {
	margin-top: 50px;
}
.portfolio-button {
	margin-top: 40px;
}
.zakaz-kuhn {
	background: #eb3636;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	border-radius: 3px;
	box-shadow: 0px 4px 9px 1px rgba(235, 54, 54, 0.35);
	padding: 15px 22px;
}
.movie-kuhn {
  border-radius: 3px;
  background-color:#a4b3cc;
  margin-left: 10px;
  padding: 15px 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;


}
.prymer {
	margin-top: 50px;
}
.prymer h1 {
	text-transform: uppercase;
	font-family: SFUIDisplayBold;
}
.prymer span {
	color: #eb3636;
}
.prymer-buttons {
	margin-top: 30px;
	margin-left: -20px;
}
.prymer-button {
	background: #435e92;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
  	background-color: rgb(67, 94, 146);
  	box-shadow: 0px 4px 9px 1px rgba(74, 104, 154, 0.35);
	border-radius: 4px;
	padding: 15px 20px;
	font-size: 14px;

}
.prymer-link {
	text-decoration: none;
	color: #4a689a;
	margin-left: 20px;
}
.prymer-button a{
	margin-right: 160px;

}
.prymers-photos {

}

.prymers-photos {
	display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 980px;
   

}
.prymer-photo {
    flex: 1 1 calc(33.33% - 30px);
    min-height: 370px;

    border-radius: 5px;
    box-sizing: border-box;
    min-width: 170px;
   
 
}
.overley {
	text-align: center;
	margin-top: 320px;
	display: none;
}
.prymer-photo:hover .overley {
	display: block;	
}
.overley a{
	background: #eb3636;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.support {
	margin-top: 120px;
	background: #4a689a;
	color: #fff;
	padding-bottom: 65px;
	padding-top: 65px;
	margin-left: -15px;
	margin-right: -8px;

}
.modal {
	z-index: 999999999999;

}
.support h1{
	text-transform: uppercase;
	font-family: SFUIDisplayBold;
	font-size: 32px;
	z-index: 9;
	line-height: 44px;
}
.support span {
	color: #000154;
}
.support input {
	border:none;
	padding: 10px 15px;
	margin-left: 10px;
	width: 23%;
	z-index: 9999;
	border-radius: 4px;
}
.button-support {
	margin-left: 20px;
	border-radius: 3px;
 	background-color: rgb(235, 54, 54);
    box-shadow: 0px 4px 9px 1px rgba(74, 104, 154, 0.35);
    color: #fff;
    z-index: 9999;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 25px;
    cursor: pointer;
    border:none;
}

.support-man {
	position: absolute;
	right: 200px;
	margin-left: -220px;
	margin-top: -130px;


	

}
.support-man img{
	display: block;
	max-width: 100%;
	height: auto;
}
.form-support {
	display: flex;
}
.support-info {
	display: flex;
	margin-top: 20px;
	color: #050859;
	font-weight: 700;
	padding-top: 10px;
}
.support-info a {
	color: #fff;
}
.support-infot {
	z-index: 9999;
}
.steps {
	background: url(../image/anetta.png) no-repeat;
    background-size: cover;
    height: 50%;
    
    
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 150px;
    padding-bottom: 140px;
    color: #000154;
}

.steps h1{
	text-transform: uppercase;
	font-family: SFUIDisplayBold;
	font-size: 32px;
	line-height: 44px;
}
.steps h1 span {
	color: #eb3636;
}
.steps-list {
	margin-top: 60px;
}
.list-nomer {
	text-transform: uppercase;
	font-size: 70px;
	line-height: 44px;
	font-family: SFUIDisplayBold;
	color: #c4c2bf;
	padding-right: 30px;
}
.steps-list {
	display: flex;

}
.list-info {
	color: #4a689a;
	font-size: 15px;
	padding-left: 15px;
}
.list-info strong{
	font-size: 16px;
}
.list-info p{
	color: #495660;

}
.steps-list {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	color: #222;
	border-radius: 3px;
	margin-left: 20px;
}
.list-button {

	border-radius: 3px;
  background-color: rgb(235, 54, 54);
  box-shadow: 0px 4px 9px 1px rgba(235, 54, 54, 0.35);
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.modal img{
	display: block;
	width: 100%;
    height: auto;
}
.garanty {
	margin-top: 50px;
}
.garanty h1 {
	text-transform: uppercase;
	color: #000154;
	font-family: SFUIDisplayBold;
}
.garanty span {
	color: #eb3636;

}
.garanty-block {
	text-align: center;
	line-height: 19px;
}
.garanty-block strong{
	font-size: 15px;
	font-weight: 700;
	color: #4a689a;
}
.garanty-block p {
	line-height: 20px;
}

.individual {
	margin-top: 50px;
}
.individual h1{
	text-transform: uppercase;
	color: #000154;
	font-family: SFUIDisplayBold;
}

.individual span {
	color: #eb3636;

}
.individual-block {
	height: 600px;
}
.info-individual {
	margin-top: 370px;
	margin-left: 20px;
	width: 40%;
	height: 20%;
	border-radius: 4px;
	padding: 20px 20px;
	background: rgba(255,255,255);


}

.difference {
	background: url(../image/dest.png) no-repeat;
    background-size: cover;
    height: 50%;
    margin-top: 50px;
    
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 150px;
    padding-bottom: 140px;
    color: #000154;
}
.difference h1{
	text-transform: uppercase;
	color: #000154;
	font-family: SFUIDisplayBold;
}

.difference span {
	color: #eb3636;

}
.difference-number {
	font-family: SFUIDisplayBold;
	font-size: 57px;
	margin-right: 20px;
	color: #495560;
}
.difference-block {
	display: flex;
	margin-top:40px;

}

.button-difference {
	border-radius: 3px;
	padding: 20px 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    background-color: rgb(235, 54, 54);
    box-shadow: 0px 4px 9px 1px rgba(235, 54, 54, 0.35);

}
.barands {
	margin-top: 70px;
}
.barands h1{
	text-transform: uppercase;
	color: #000154;
	font-family: SFUIDisplayBold;
}

.barands span {
	color: #eb3636;

}
.barand-logo:hover {
	 box-shadow: 0px 0px 51px 0px rgba(20, 20, 20, 0.15);
}
.quest {
	background: url(../image/font-que.png) no-repeat;
    background-size: cover;
    height: 50%;
    margin-top: 50px;
    
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 40px;
    padding-bottom: 140px;
    color: #000154;
}
.quest h1 {
	text-transform: uppercase;
	color: #fff;
	font-family: SFUIDisplayBold;
}
.quest-text{
	font-size: 15px;
	
	font-family: SFUIDisplayBold;
}
.quest input {
	border:none;
	padding: 10px 20px;
	width: 20%;

	margin-right: 10px;
	border-radius: 5px;
}
.quest textarea {
	border-radius: 5px;
	width: 60%;
	font-family: 'SFUIDisplay';
	padding: 10px 20px;


}
.quest-button {
	padding: 20px 30px;
	border:none;
	background: #000154;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 5px;
}








.quest-info {
	display: flex;
}
.support-infot {
	font-weight: 700;
	font-family: SFUIDisplayBold;

}
.block-map {
	background: url(../image/map.png) no-repeat;
    background-size: cover;
    height: 50%;
    margin-top: 50px;
    
    margin-left: -15px;
	margin-right: -8px;
    padding-top: 40px;
    padding-bottom: 190px;
    color: #000154;
}
.contact-block {
	background: #fff;
	padding:30px 20px;
	width: 40%;
	margin-left: 20px;
}
.log {
	display: flex;
}
.line-logo {
	background: #4a689a;
    height: 38px;
    width: 2px;
    display: block;
  	margin-top: 20px; 
}
.logo-text {
	padding-top: 20px;
	padding-left: 20px;
}
.contacts {
	display: flex;
	justify-content: space-around;
}

.phone span{
	font-weight: 700;
	font-family: SFUIDisplayBold;
	font-size: 18px;

}

 @media screen and (max-width: 1200px){
.phone span{

font-size: 12px;

}
.big-hidden{
	display: none;
 }
}



.city span{
	font-weight: 700;
	font-family: SFUIDisplayBold;
	font-size: 18px;

}
.adress {
	color: #6a6a6d;
	margin-left: 20px;
}
.contacts {
	margin-top: 30px;
}
.button-zakaz {
  margin-top: 40px;
  border-radius: 3px;
  background-color: rgb(235, 54, 54);
  box-shadow: 0px 4px 9px 1px rgba(235, 54, 54, 0.35);
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.buttons {
	display: flex;

}
.contacts-info {
	margin-left: 20px; color: #6a6a6d; padding-bottom: 10px;
}


.footer {
	margin-top: 65px;
	text-align: center;
}


 @media screen and (max-width: 1199px) {
 .header-contact {
 	padding: 10px 8px;
 }
 }
 @media screen and (max-width: 1199px) {
  .portfolio {

    display: block !important;

 }
}



 @media screen and (max-width: 991px) {
.line {
	display: none;
}
.quest input {
	width: 100%;
	margin-bottom: 10px;
}

.quest textarea {
	width: 100%;
}
.form-support {
	display: block !important;
}
.quest-info {
	display: block;
}
.info-individual {
	width: 90%;
}
.list-nomer {
	display: none;
}
.prymer-photo {
	min-width: 220px;
}
.support input {
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
    width: 100%;
    z-index: 999999999999;
    border-radius: 4px;
    margin-top: 10px;
}
.prymers-photos {
	max-width: 350px;
}
.button-support { 
	margin-top: 20px;
}
.portfolio {

    display: block !important;

 }
.support-man {
	display: none;

}
 .prymers-photos {

 }
.popup-content {
	padding: 4rem 1rem;
}
.header-contact {
	margin-bottom: 15px;
}
.home-text {
	font-size: 22px;
	line-height: 30px;
}
.nav-link ul {
    display: block;
    text-align: center;
    justify-content: space-around;
    padding-right: 20px;
}
.nav-adress {
	padding-bottom: 30px;
}
.nav-link li{
	padding-bottom: 20px;
}
.header {
	text-align: center;
}
.header-about {
	padding-top: 20px;
	padding-bottom: 20px;
}
.phone {
	margin-bottom: 20px;
}
.button-popupform {
	width: 100%;
}
.portfolio {
	margin-bottom: 30px;
}
.garanty-block {
	margin-bottom: 50px;
}
.image-portfolio img{
	width: 100% !important;
  height: auto ;

}
.contact-block {
	width: 90%;
}
}
@media (max-width: 770px) {
.advantage-block {
	display: block;
}
.info-individual {
    padding: 5px 10px;
}
.garanty-block {
	margin-bottom: 50px;
}
.image-portfolio img {
	display: block;
	max-width: 100%;
	
}
.advantage-blocks {
	display: block;
}
.advantage-block {
	margin: 20px;
}
.prymer-photo {
	min-width: 200px;
}
.popup-content {
	width: 100%;
}
.popup-content {
	padding: 4rem 2rem;
}
.popup-close {
	right: 1rem;
	top: 1rem;
}
.zakaz-kuhn {
	
}
.prymer-photo {
    flex: 1 1 calc(25.33% - 30px);
}

}
@media (max-width: 460px) {
.contacts {
	display: block;
}
.buttons {
	display: block;
}
.contacts-info {
	padding-top: 30px;
}
}
@media (max-width: 420px) {
.prymer-photo {
	min-width: 170px;
}

}
@media (max-width: 410px) {
.prymer-photo {
	min-width: 220px;
}
}
.footer-link{
	font-size: 110%;
	color: white;
	font-weight: 500;
	text-decoration: none;

}
.footer-link:hover{
	font-weight: 900;

}
.footer-link-1{
	font-size: 110%;
	color: #7161a4;
	font-weight: 500;
	text-decoration: none;

}
.footer-link-1:hover{
	font-weight: 900;

}
.teg-href{
color: #000; text-decoration:none;

}
.teg-boot{
margin-bottom: 60px; font-size: 100%; width: 20%; text-align: center; background-color: #fad271; margin-left: 20px; margin-right: 20px; vertical-align: middle; padding: 10px;
	
}
#slider-content-main {
  z-index: 2;
  position: relative;
}

#slider-content-main .owl-prev, #slider-content-main .owl-next {
  position: absolute;
  top: calc(100% + 20px);
  height: 52px;
  background-color: #ffffff;
}

#slider-content-main .owl-prev {
  left: -1px;
}

#slider-content-main .owl-next {
  right: -1px;
}
#slider-content-thumb {
  z-index: 1;
  position: relative;
  padding-top: 20px;
}

#slider-content-thumb .owl-item {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#slider-content-thumb .owl-item.current {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#slider-content-thumb .owl-stage {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tovar-table-1{
	padding: 5px;
}
.tovar-table-2{
	padding: 5px;
}
.tovar-table-2{
	background-color: #E0DBE6; 
	padding: 5px;
}
.flex-button{

display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.flex-child-1{
min-width: 150px;

display: flex;
  flex-basis: 20%;
  justify-content: flex-start;
  margin: 10px;
  padding: 20px;
  background: #e81717;
  color: white;
  text-align: center;

}
.flex-child-1:hover{
	background: #ab0000;
}

.flex-child-2{
min-width: 150px;

display: flex;
  flex-basis: 20%;
  justify-content: flex-start;
  margin: 10px;
  padding: 20px;
  background: #403434;
  color: white;
  text-align: center;

}
.flex-child-2:hover{
	background: #211e1e;
}

.flex-child-3{
min-width: 150px;

display: flex;
  flex-basis: 20%;
  justify-content: flex-start;
  margin: 10px;
  padding: 20px;
  background: #bbecfa;
  color: #5C5A5A;
  text-align: center;
  vertical-align: middle;

}
.flex-child-3:hover{
	background: #29b3d9;
}
.style_kt{display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;}
  .header-link{
color: white;
text-decoration:none;

  }
  .flex-menu{

display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

  background: black; 


  }
  .flex-menu-2{display: flex;
  flex-basis: 66%;
  justify-content: flex-start;
}
 @media screen and (max-width: 1000px){
.flex-menu-2{
display:none;
}
 }
 .feed_all{
text-decoration:none;
color:#6C58BF;

 }
 .feed_all:hover{
 	font-weight: 700;

 }
 .product-wrapper {
	display: block;
	width: 100%;
	float: left;
	transition: width .2s;
}

@media only screen and (min-width: 450px) {
	.product-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.product-wrapper {
		width: 33.333%;
	}
}

@media only screen and (min-width: 1000px) {
	.product-wrapper {
		width: 25%;
	}
}

.product {
	display: block;
	border: 1px solid #b5e9a7;
	border-radius: 3px;
	position: relative;
	background: #fff;
	margin: 0 20px 20px 0;
	text-decoration: none;
	color: #474747;
	z-index: 0;
	min-height: 300px;
}
.products {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}

.product-photo {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.product-photo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .4s ease-out;
}
.catalog-li{
	margin-bottom: 15px;

}
.quest1{
	color: #DC2CDC;
	font-weight: 500;

}

.button-disegn{
	width: 80%; text-align: center; height: 50px; background: #EE4F4F; padding-top: 10px; padding-bottom: 10px; vertical-align: middle;
	color: white;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.button-disegn:hover{
	background-color: #F72626;
	font-weight: 700;

}

.button-kredit{
	width: 80%; text-align: center; height: 50px; background: #B0A9A9; padding-top: 10px; padding-bottom: 10px; vertical-align: middle;
	color: white;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.button-kredit:hover{
	background-color: #504C4C;
	font-weight: 700;

}

.button-more{
	width: 80%; text-align: center; height: 50px; background: #fff; padding-top: 10px; padding-bottom: 10px; vertical-align: middle;
	color: black;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 1px black;
	border-radius: 2px;
}
.button-more:hover{
	background-color: #FCC2C2;
	font-weight: 700;

}
.your-class1  a {
    color: #009689;
    border: #009689 solid 1px;
    padding: 7px 20px;
    border-radius: 5px;
    margin:10px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}




.slick-prev:before {
    content: '←';
    color: #FF9700 !important;
}
.slick-next:before {
    content: '→';
    color: #FF9700 !important;
}
.subcategories .navi {
    position: absolute;
    bottom: 12px;
    right: 0;
}
.your-class1 a:hover {
    background: #009689;
    color: #fff;
}
 .navi span {
    cursor: pointer;
    color: #009689;
    float: right;
    text-decoration: dotted underline;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
	.tegy  {
		display: none;
	}
}

.sers {
	display: none;
}
.sers  a {
    color: #009689;
    border: #009689 solid 1px;
    padding: 7px 20px;
    border-radius: 5px;
    margin:10px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
.bread a {
	color: #999966;
	font-size: 95%;
	text-decoration: none;
}

.bread a:hover {
	color: #785DFF;
	font-size: 95%;
	font-weight: 700;
	text-decoration: none;
}

.h3_a a {
	color: #4a689a;
	text-decoration: none;

}
.h3_a a:hover {
	color: #4a689a;
	text-decoration: underline;
	

}



.number_listing:hover {
  color: #fd0d0d;
  font-weight: bolder;
  
}
.number_listing{
	color: red;	

}

.pagination {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 50px;
}

.pagination li {
  margin-right: 10px;
  list-style: none;
  display: inline;
  font-size: 200%;
}


.pagination ul {
  padding: 0;
  margin: 0;
}


  

.pagination li.active a {
  color: #000000;
}

.pagination li a {
  color: #d0d0d0;
  font-family: "SFUI Display - Semibold";
    font-size: 100%;
    text-decoration: none;
}

.pagination li:first-of-type, .pagination li:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pagination li:last-of-type {
  margin-right: 0;
  text-align: right;
}
.ask {
  	 margin-top: 70px;
  }
     .ask-form {
     	
     }
  .ask-form h1 {
  	text-transform: uppercase;
  }
  .ask-form h1 span {
  	 color: #fad271;
  }
  .ask-input {
  	 border:1px solid #dfdede;
  	 margin-bottom: 10px;
  	 width: 70%;
  	 border-radius: 5px;
      
      height: 45px;
      width: 96%;
      padding-left: 10px;
  }
   textarea{
  	 border:1px solid #dfdede;
  	 font-family: 'SFUIDisplay', sans-serif;
  	 padding: 10px;
  	 width: 70%
  }
  .map-ask img{
  	 width: 100%;
     height: auto;
  }
.zakaz-button {
        border: 0px;
        background: #fad271;
        color:#555d61;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 97px;
        padding-left: 97px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .zakaz-button:hover {
        background: #dab251;
		cursor: pointer;
    }
.firstscreen__container
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
     font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background: url(../images/shkaf.png) center 30px no-repeat, 
    url(../images/first_back.jpg) top no-repeat, #f4f4f4;
    background-size: auto 50%, auto;
}
.headline__36bwhite {
    font-weight: 700;
}

.headline__36bwhite {
    font-family: roboto slab;
    font-size: 36px;
    color: #fff;
    display: inline
}

@media (max-width:767px) {
    .headline__36bwhite {
        font-size: 24px;
        line-height: 1.5;
        display: block
    }
}


.firstscreen__shkaf 
{
    position: absolute;
    bottom: -265px;
    width: 100%;
    height: 759px;
    background: url(../images/shkaf.png) center 0 no-repeat;
    z-index: 1
}
.first_row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.text-center {
    text-align: center
}



@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.first_row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1200px) {
    .col-lg-7 {
        float: left
    }
    .col-lg-7 {
        width: 58.33333333%
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.first_row:after,
.first_row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.first_row:after {
    clear: both
}

.pull-left {
    float: left!important;
    z-index: 15;
}



.first_row {
    position: relative
}



.policy-link {
    color: #000;
    display: block;
    margin-top: 10px
}

.policy-link:focus,
.policy-link:hover {
    color: #000
}

.counter {
    padding-right: 35px;
    background: url(../images/counter_arrow.png) right 112px no-repeat, #fff
}

.counter__head {
    font-family: roboto slab;
    font-weight: 300;
    font-size: 30px;
    padding-top: 50px;
    line-height: 1.1
}

.counter__head span {
    font-weight: 700;
    font-size: 48px
}

.counter__body {
    margin-top: 25px;
    display: inline-block
}

.counter__digit {
    background-color: #000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 42px;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 5px
}

.counter__razd {
    margin-left: 6px;
    margin-right: 6px;
    height: 62px;
    line-height: 52px;
    color: #a4845e;
    font-size: 40px
}

.counter__text {
    font-weight: 300;
    font-size: 14px
}



.firstscreen__container {
    position: relative;
    background: url(../images/shkaf.png) center 30px no-repeat, url(../images/first_back.jpg) top no-repeat, #f4f4f4;
    background-size: auto 50%, auto
}

.firstscreen {
    padding-top: 55px;
    position: relative;
    z-index: 2
}

.firstscreen__plus {
    background: url(../images/garantee_icon.png) 0 0 no-repeat;
    height: 52px;
    
    padding-left: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 25px
}

.firstscreen__plus:nth-child(2) {
    background-image: url(../images/firstscreen__credit.png);
    margin-left: 52px
}

.firstscreen__head {
    max-width: 75vw;
    text-align: left
}

.firstcreen__plus_nocredit {
    background-image: url(../images/color_icon.png)!important
}


.firstcreen__plusouter {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.firstscreen__discount {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-right-width: 0;
    border-bottom-width: 4px;
    border-radius: 5px 0 0 5px;
    padding-bottom: 17px;
    position: relative;
    z-index: 5;
    width: 716px
}

.discount__form {
    margin-left: 10px;
    margin-top: 35px;
    line-height: 1.2;
    width: 305px
}

.discount__form__head {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}



.firstscreen__discount_inner {
    display: inline-block
}

.input {
    display: block;
    width: 231px;
    height: 48px;
    border-radius: 5px;
    border: none
}

.input__text {
    border: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .21);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 11px
}

.input__text:focus {
    border: 2px solid #ffe010;
    box-shadow: inset 0 1px 3px rgba(255, 224, 16, .21)
}

.input__submit {
    background-color: #ffe010;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 5px #e0c405;
    margin: 0 auto;
    cursor: pointer
}

.input__submit:hover {
    background-color: #ffeb64
}

.input__submit:active {
    background-color: #ffe010;
    box-shadow: 0 5px #ffe010
}
.h1_boss{
	color: white;
	font-size: 250%;
	text-transform:uppercase;
}
.headline__36bwhite {
    font-weight: 700;
}

.headline__36bwhite {
    font-family: roboto slab;
    font-size: 36px;
    color: #fff;
    display: inline
}

@media (max-width:340px) {
    .firstscreen__head {
        max-width: 85%
    }
}
@media (max-width:479px) {
    .nocredit_plus_one {
        display: none;
    }
}
@media (min-width:768px) {
    .firstscreen__container {
        background: url(../images/first_back.jpg) top no-repeat, #f4f4f4;
        padding-top:70px;
    }
    .firstscreen__head {
        max-width: 100%;
        text-align: center
    }
}
@media (min-width:630px) and (max-width:767px) {
    .firstscreen__head {
        max-width: 100%;
        text-align: center
    }
    .firstscreen__container {
        background: url(../images/first_back_mobile.jpg) top no-repeat, #f4f4f4
    }
}
@media (max-width:767px) {
    .headline__36bwhite {
        font-size: 24px;
        line-height: 1.5;
        display: block
    }
}
@media (max-width:767px) 
{
    .firstscreen {
        padding-top: 30px
    }
    .firstscreen__plus:nth-child(2) {
        margin-left: 0;
        margin-bottom: 20px
    }
    .firstscreen__plus {
        float: none!important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: top;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
        line-height: 1.3;
        padding-left: 48px;
        background-size: contain
    }
    .discount__form__head {
        font-size: 18px;
        margin-bottom: 20px
    }
    .firstscreen__head .text-center {
        text-align: left
    }
}
@media (max-width:767px) {
    .counter {
        padding-right: 0;
        background: none;
        float: none!important;
    }
    .counter__head {
        font-size: 24px
    }
    .counter__head span {
        font-size: 36px
    }
    .counter__digit {
        font-size: 32px;
        padding-left: 7px;
        padding-right: 7px
    }
    .counter__digit,
    .counter__razd {
        line-height: 50px;
        height: 50px
    }
}
@media (max-width:1200px) {
    .firstscreen__shkaf {
        display: none
    }
    .firstscreen__discount {
        width: 100%;
        border-radius: 5px;
        border-right-width: 1px
    }
}
.subtitele_h1{
	color: white;
	font-size: 120%;
}
.subtitele_h1_2{
	color: white;
	font-size: 180%;
}
.filter {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
.filter__row {
    padding-top: 15px
}

.filter__row:first-child {
    border-bottom: 0px solid #efe1c4
}
.filter__paramname {
    font-weight: 700;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin-right: 4px
}
.filter__param {
    margin-right: 53px
}

@media (max-width:767px) {
    .filter__paramname {
        float: none!important;
        padding-left: 10px;
        font-size: 14px
    }
    .filter__item {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 30px;
        line-height: 28px;
        text-decoration: none;
        color: black;

    }
}
.filter__item {
    font-size: 16px;
    min-height: 33px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #bfaa7e;
    border-radius: 20px;
    margin-left: 7px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
    color: black;

}
.filter__item_activ {
    font-size: 16px;
    height: 33px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #bfaa7e;
    border-radius: 20px;
    margin-left: 7px;
    
    margin-bottom: 15px;
    text-decoration: none;
    color: black;
    background-color: #90EE90;

}
.filter__item-all {
    font-size: 16px;
    height: 33px;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #bfaa7e;
    border-radius: 20px;
    margin-left: 7px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
    color: white;
    background-color: #e38f8f;

}
.filter__item:hover {
    background-color: #ddc99f;
    border-color: #ddc99f;
    color: #000
}
.filter__item-all:hover {
    background-color: #e38f8f;
    border-color: #cb1111;
    color: white;
}

.filter__item:active {
    background-color: #f1e0bc;
    border-color: #f1e0bc;
    color: #000
}

.filter__item.filter__item_active {
    cursor: default
}

.filter__item.filter__item_active:active {
    background-color: #ddc99f!important;
    border-color: #ddc99f!important;
    color: #000!important
}
.whyblock {
    padding-bottom: 100px
}

.whyblock_nocredit .whyblock__item:nth-child(2) {
    display: none
}
.whyblock__header {
    color: #010000;
    font-size: 30px;
    font-family: roboto slab;
    font-weight: 700;
    margin-top: 85px;
    margin-bottom: 65px
}
.whyblock__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}
@media (max-width:767px) {
    .whyblock__header {
        margin-top: 50px;
        font-size: 20px;
        margin-bottom: 40px
    }
    
    .whyblock_nocredit .whyblock__item:nth-child(2),
    .whyblock_nocredit .whyblock__item:nth-child(3) {
        width: 25%;
        height: 140px
    }
    .whyblock__text {
        font-size: 14px
    }
    .whyblock {
        padding-bottom: 60px
    }
}
.whyblock__img {
    display: inline-block;
    vertical-align: top
}
.whyblock__text {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px
}
@media (max-width:1200px) {
	.whyblock__item 
	{
    width: 33%;
	}
}
@media (max-width:1000px) {
	.whyblock__item 
	{
    width: 50%;
	}
}
@media (max-width:550px) {
	.whyblock__item 
	{
    width: 100%;
	}
}
.col-lg-1,
.col-lg-4,
.col-lg-5,
.col-md-1,
.col-md-4,
.col-md-5,
.col-sm-1,
.col-sm-5,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-5,
    .col-sm-6 {
        float: left
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-4,
    .col-md-5 {
        float: left
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-4,
    .col-lg-5 {
        float: left
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}



@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
.problems {
    padding-top: 100px;
    padding-bottom: 60px
}

.problems__head {
    font-family: roboto slab;
    font-weight: 700;
    font-size: 30px;
    color: #010000;
    margin-bottom: 60px
}

.problems__item {
    display: table;
    margin-bottom: 60px;
    
}

.problems__item_n {
    height: 78px;
    width: 97px
}

.problems__item_n1 {
    background: url(../images/prob1.png) 0 0 no-repeat
}

.problems__item_n2 {
    background: url(../images/resh1.png) 0 0 no-repeat
}

.problems__item_n3 {
    background: url(../images/prob2.png) 0 0 no-repeat
}

.problems__item_n4 {
    background: url(../images/resh2.png) 0 0 no-repeat
}

.problems__item_n5 {
    background: url(../images/prob3.png) 0 0 no-repeat
}

.problems__item_n6 {
    background: url(../images/resh3.png) 0 0 no-repeat
}

.problems__item_n7 {
    background: url(../images/prob4.png) 0 0 no-repeat
}

.problems__item_n8 {
    background: url(../images/resh4.png) 0 0 no-repeat
}

.problems__item_n9 {
    background: url(../images/prob5.png) 0 0 no-repeat
}

.problems__item_n10 {
    background: url(../images/resh5.png) 0 0 no-repeat
}

.problems__check {
    height: 78px;
    background: url(../images/back_arrow.png) 50% no-repeat
}

.problems__item_cell,
.problems_item_inner {
    display: table-cell;
    vertical-align: middle
}

.problems__item_cell {
    min-height: 78px;
    font-size: 16px
}

@media (max-width:767px) {
    .problems__head {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px
    }
    .problems {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .problems__item {
        margin-bottom: 30px
    }
}
.col-lg-3,
.col-lg-7,
.col-md-3,
.col-md-4,
.col-md-8,
.col-sm-3,
.col-sm-4,
.col-sm-8
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .col-sm-3 {
        float: left
    }
    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {
    .col-md-3 {
        float: left
    }
    .col-md-3 {
        width: 25%
    }
}

@media (min-width:1200px) {
    .col-lg-3 {
        float: left
    }
    .col-lg-3 {
        width: 25%
    }
}

@media (min-width:768px) {
    .col-sm-4,
    .col-sm-8 {
        float: left
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-4,
    .col-md-8 {
        float: left
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-3,
    .col-lg-7 {
        float: left
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
}

@-ms-viewport {
    width: device-width
}
.callform__head {
    margin-bottom: 30px
}

.callform__info {
    font-size: 16px;
    color: #fff
}

.callform__text {
    background: url(../images/yellow_arrow.png) right 50px no-repeat
}

.callform__formhead {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 10px
}

.callform__result {
    color: #fff
}

@media (max-width:767px) {
    .callform__text {
        background: none
    }
    .callform__info {
        font-size: 15px
    }
    .callform__head {
        margin-bottom: 20px
    }
    .callform__formhead {
        font-size: 20px
    }
}
.headline__30bwhite {
    font-family: roboto slab;
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

@media (max-width:767px) {
    .headline__30bwhite {
        font-size: 24px
    }
        .callform {
        padding-top: 40px
    }
}
.callform {
    background: url(../images/meter.png) center 55px no-repeat, url(../images/tree_back.jpg) center 0 repeat;
    padding-top: 60px;
    padding-bottom: 65px
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
#contacts__yaMap {
    width: 100%;
    height: 525px
}

.contacts {
    position: relative;
    width: 100%;
    overflow: hidden
}

.contacts__adresses-list {
    padding-left: 0;
    list-style-position: inside;
    list-style-type: circle
}

.contacts__inner a {
    color: #000!important
}

.contacts__inner_head {
    font-size: 18px;
    font-family: roboto slab;
    font-weight: 700
}

@media (max-width:767px) {
    .contacts__inner {
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0;
        width: 100%;
        height: auto
    }
}
@media (max-width:992px) {
    .contacts__inner {
        padding: 15px
    }
}

@media (min-width:992px) {
    .contacts {
        position: relative
    }
    .contacts__inner {
        width: 350px;
        right: 4%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 45px 15px 20px 25px;
        background-color: #fff;
        font-weight: 300;
        font-size: 16px
    }

    #contacts__yaMap {
        height: 400px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .contacts__inner {
        width: 400px;
        right: 10%
    }
    #contacts__yaMap {
        height: 525px
    }
}
.feedback {
    background: url(../images/footer-background-02.png) center 0;
    background-size: cover;
    
}
.feedback__inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-link{
	font-size: 120%;
	line-height: 150%;

}
.footer-text{
	font-size: 120%;
	line-height: 150%;
	color: white;
}
.line-for-category
{
	width: 100%; 
	 
	text-align: right; 
	border-bottom: 1px solid black; 
	padding-right: 20px; 
	padding-top : 10px; 
	padding-bottom : 10px;
	margin-bottom: 15px; 

}

.input__submit {
    background-color: #ffe010;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 5px #e0c405;
    margin: 0 auto;
    cursor: pointer
}

.input__submit:hover {
    background-color: #ffeb64
}

.input__submit:active {
    background-color: #ffe010;
    box-shadow: 0 5px #ffe010
}

.sizeblock {
    width: 100%;
    background-color: #fff
}

.sizeblock__inner {
    width: 100vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 0
}

.sizeblock__title {
    text-align: center;
    margin: 50px 10px 60px
}

.sizeblock__title-up {
    font-family: Roboto Slab;
    font-size: 24px;
    font-weight: 700;
    margin: 50px 0
}

.sizeblock__title-down {
    font-size: 16px;
    font-weight: 600
}

.sizeblock__title-down-string {
    display: inline;
    font-weight: inherit;
    font-size: inherit
}

.sizeblock__title-down-free {
    font-weight: 800
}

.sizeblock__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px
}

.sizeblock__form-inner {
    width: 100%;
    border: 10px solid #efe1c4;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.sizeblock__form-inner:before {
    content: "";
    display: none;
    background: url(../images/sizeblock-img.png) no-repeat;
    background-size: contain;
    width: 547px;
    height: 632px;
    position: absolute;
    top: -47px;
    left: -517px
}

.sizeblock__form-inner:after {
    content: "";
    width: 135px;
    height: 81px;
    background: #fff url(../images/sizeblock-ruler.png) no-repeat 33px;
    position: absolute;
    top: -54px
}

.sizeblock__form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    margin: 52px 0 32px
}

.sizeblock__form-container-input {
    width: 80vw
}

.sizeblock__form-input {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    box-shadow: inset 0 1px 1px #e7e7e7;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    line-height: 1;
    width: 80vw;
    margin-bottom: 10px
}

.sizeblock__form-input-phone {
    margin-bottom: 50px
}

.sizeblock__form-input:focus {
    border: 2px solid #ffe010;
    box-shadow: inset 0 1px 3px rgba(255, 224, 16, .21)
}

.sizeblock__form-load {
    border-radius: 5px;
    padding: 10px 45px;
    background-color: #f0f0f0;
    cursor: pointer;
    color: #868686;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 47px
}

.sizeblock__form-load:hover {
    background-color: #efe1c4;
    color: #000
}

.sizeblock__form-load-hidden {
    display: none
}

.sizeblock__form-load-label {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1
}

.sizeblock__form-load-label span {
    color: #cdcdcd;
    font-size: 13px;
    line-height: 20px
}

.sizeblock__form-container-button {
    position: absolute;
    background-color: #fff;
    bottom: -27px
}

.sizeblock__form-submit {
    width: 265px;
    margin: 0 10px;
    background-color: #fae31a;
    position: relative
}

.sizeblock__form-submit-load {
    background: url(../images/loader.gif) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 2px;
    display: none
}

@media (min-width:768px) {
    .sizeblock__title-up {
        font-size: 30px
    }
    .sizeblock__title-down {
        font-size: 20px
    }
    .sizeblock__title-down-string {
        display: block
    }
    .sizeblock__form-inner {
        width: 511px;
        padding: 0 15px;
        height: 536px
    }
    .sizeblock__form-inner:before {
        display: block
    }
    .sizeblock__form-title {
        font-size: 22px
    }
    .sizeblock__form-container-input {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 350px
    }
    .sizeblock__form-input {
        margin-bottom: 0
    }
    .sizeblock__form-input-leight,
    .sizeblock__form-input-width {
        width: 165px
    }
    .sizeblock__form-input-doors {
        width: 350px;
        margin-top: 19px
    }
    .sizeblock__form-input-phone {
        width: 266px;
        margin-bottom: 0
    }
    .sizeblock__form-load {
        margin: 10px 0 47px
    }
    .sizeblock__form-submit {
        margin: 0 36px
    }
}

@media (min-width:992px) {
    .sizeblock__form {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .sizeblock__inner {
        width: 1000px
    }
}

.scheme__head {
    font-family: roboto slab;
    font-weight: 700;
    font-size: 30px;
    color: #010000;
    margin-bottom: 35px
}

.scheme {
    margin-top: 105px;
    margin-bottom: 70px
}

.scheme__block,
.scheme__img {
    position: relative
}

.scheme__img {
    display: inline-block;
    background-color: #fff;
    z-index: 5
}

.scheme__text {
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.2
}

.scheme__button {
    height: 38px;
    line-height: 38px;
    cursor: pointer
}

.scheme__block:before {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: url(../images/sheme_line.png) repeat-x;
    content: "";
    top: 62px;
    z-index: 1
}

.scheme__block:first-child:before {
    left: 130px
}

.scheme__block:nth-child(4):before {
    right: 130px
}

@media (max-width:767px) {
    .scheme__head {
        font-size: 24px
    }
    .scheme {
        margin-top: 60px;
        margin-bottom: 30px
    }
    .scheme__block:before {
        background: none
    }
    .scheme__block {
        margin-bottom: 20px
    }
    .scheme__text {
        margin-top: 10px
    }
}

@media (max-width:992px) {
    .scheme__button {
        width: 100%
    }
}



.div-table-praice{
	display: table; 
	border: 0px solid black; 
	padding: 0px;	
}
.div-row-praice{
	display: table-row; 
	border: 0px solid black;
}
.div-cell-praice{
	display: table-cell; 
	display:inline-block;
	margin: 5px;
}
.from{
	color: grey; 
	font-size: 90%
}
.old-praice
{
	font-size: 90%; 
	font-weight: bold;
	text-decoration: line-through;
}
.new-praice{
	font-size: 200%; 
	font-weight: bold;
}
.anyone-color{
	padding: 5px; 
	background-color: #DC2CDC; 
	color: white;   
	border-radius: 3px;
	margin-right: 10px;
}
.pererachet-praice{
	background-color: #f05228; 
	color: white; 
	padding: 13px;
}
.listing-numbers-not-activ
{
	font-size: 200%;
	color: #006699;
	text-decoration: none;
}
.listing-numbers-not-activ:hover
{
	color: #000066;
	font-weight: 800;
}
.listing-numbers-activ
{
	font-size: 250%;
	color: #ff5050;
	text-decoration: none;
}
.boss-activ-class
{
	color: black; 
	text-decoration: none; 
	font-size: 200%;
	text-decoration:none;
	color:#6C58BF;
}
.boss-not-activ-class
{
	font-size: 200%;
	text-decoration:none;
	color:#6C58BF;
}