/* 
#e21615 - зеленый, 
#cbd5d7 - синий, #cbd5d7 - серый
#889CB7 - голубой

#e21615 - красный
#cbd5d7 - светло-серый
#9ca5aa - средне-серый
#484a4e - серый
#F5F5F5 - белый
#790717 - бордо
#370409 - темный бордо

*/

body {
	font-family: 'Proxima Nova Lt';
}
.map {
	width: 100%;
}
body{
	font-size: 16px;	
	min-width: 320px;
}
.p0{
	padding: 0;
}
.gift {
	width: 100px;
}
.header-row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
}
/*BUTTONS*/
.my_btn{
	background-color:#e21615;
	border: none;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
button,	button:active, button:focus {
	outline: none;
}

button {
	background-color: #e21615;
    color:  #cbd5d7;
    padding: 12px 17px;
	border-radius: 21px;
	border-color:  #e21615
}

button:focus {
	background-color: #cbd5d7;
	color: #e21615;
	border-color:  #cbd5d7;
}

button:hover {
	background-color: #cbd5d7;
	color: #e21615;
	border-color:  #cbd5d7;
}

.btn_md{
	padding: 10px 30px;
}
.btn_lg{
	padding: 15px 50px;
}

.soc_btn_grey{
	border: 1px solid #c6cacc;
	color: #c6cacc;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_white{
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

.call_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #e21615;
	border: none;
	z-index: 999;
}

/*HEADER*/
#about_us:before,
#services:before,
#zamer:before,
#partners:before,
#topDoors:before,
#gallery:before,
#contacts:before {
	display: block;
	content: "";
	height: 94px;
	margin: -94px 0 0;
}

header{
	height: 680px;
	background-image: url('../img/1227.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.header-phone {
    color: #fff;
	line-height: 12px;
    border: none;
    line-height: normal;
	font-size: 14px;
}

.header_location {
    line-height: 36px;
}
.header-phone:hover {
	text-decoration: none;
	color: #e21615;
	background-color: #e1e1e1;
}

.header-phone:active
.header-phone.active {
	text-decoration: none;
	color: #e21615;
	background-color: blue;
}

.header_address {
	line-height: 12px;
	color: #484a4e;
    padding-left: 24px;
    padding-top: 10px;
}

nav{
	background-color: #EBEBEB;
	height: 94px;
	line-height: 94px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.navbar-collapse.collapse {
	line-height: 0px;
}
.menu{
    list-style-type: none;
    margin: -5px;
    padding: 0px;
}
.menu li{
	display: inline-block;
	padding: 0 14px;
}
.menu li a{
	color: #484a4e;
	font-size: 14px;
}

.menu li a:hover,
.menu li a:focus{
	text-decoration: none;
	color: #e21615;
}
.top_line{
	height: 1px;
	background-color: #e1e1e1;
}

.logoImg {
    width: 145px;
    margin-left: 20px;
}

.title_block{
	color: #fff;
	text-align: center;
	margin-top: 200px;
}
.title_Nextblock{
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.title_block h1{
	font-size: 46px;
	font-family: 'Proxima Nova Lt';
	margin-bottom: 30px;
	color:#e21615;

}
.title_block p {
    font-size: 33px;
    margin-top: 55px;
    margin-bottom: 48px;
    color: #cbd5d7;
}

/*PARTNERS */
.partners_elem {
	color: red;
}

.partners_block {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}

/*PARAMETRS SECTION*/

.caption_h1 {
	display: flex;
	position: relative;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 50px;
    text-align: center;
}

.caption_h2 {
	display: flex;
	position: relative;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 50px;
}

.container-partners {
    background-color: #ebebeb;
}

.caption_h1 h1 {
	font-size: 48px;
	color: #484a4e;
    text-align: center;
}

.caption_h2{
	font-size: 36px;
	color: #484a4e;
}

.caption_h1 h1:after  {content: "";
	position: absolute;
	height: 3px;
	width: 100px;
	background:#484a4e;
	top: 103%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.param_block{
	text-align: center;
	margin: 50px;
}
.param_block i{
	font-size: 70px;
	color:#e21615;
}
.param_block h3{
	text-transform: uppercase;
	font-family: "Proxima Nova Lt";
	font-size: 18px;
}

.param_block h4, p{
	color: #484a4e;
}
.param_block p{
	font-size: 14px;
}

/*WORKS SECTION*/
.work_block{
	position: relative;
}
.image_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(61,160,96,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
}
.work_block:hover .image_wrap{
	opacity: 1;
}
.work_descr{
	color: #fff;
	text-align: center;
	margin: auto;
}


/*TEAM SECTION*/
.team_s{
	padding: 95px 0;
	color: #6c7279;
}
.team_item h4{
	font-family: "Proxima Nova Lt";
	color: #000;
}
.team_item>span{
	text-transform: uppercase;
	color: #e21615;
	font-size: 14px;
}
.team_item p{
	font-size: 14px;
	padding: 10px 0;
}

.questions {
	background-color: #cbd5d7;
	color: #e21615;
	padding: 20px;
}

/*DOWNLOAD SECTION*/
.download{
	padding: 90px 0;
}
.download_block{
	text-align: center;
}
.download_block h5{
	font-size: 24px;
}
.download_block p{
	font-family: "Proxima Nova Lt";
	text-transform: uppercase;
}

/*FOOTER
#e21615 - красный
#cbd5d7 - светло-серый
#9ca5aa - средне-серый
#484a4e - серый
#F5F5F5 - белый
#790717 - бордо
#370409 - темный бордо*/
.main_footer{
	padding: 70px 0;
	background-color: #484a4e;
}
.footer_item{
	text-align: center;
	margin-bottom: 20px;
}
.footer_item h5{
	font-family: "Proxima Nova Lt";
	color: #cbd5d7;
	text-transform: uppercase;
}
.footer_item a{
	font-size: 14px;
	color: #cbd5d7;
}

.footer_item p{
	font-size: 14px;
	color: #cbd5d7;
}

.location {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
}

.location_address {
    padding: 20px;
    background-color: #484a4e;
}

.copyright_block{
	background-color: #313454;
	text-align: center;
	padding: 30px 0;
}
.copy_txt{
	color: #9d9fb2;
}



/*MODALS*/

#dlForm input{
	margin-bottom: 15px;
    margin-top: 15px;
}


textarea.form-control {
    height: 100px;
}

.mainform {
    margin-top: 10px;
    background-color: #cbd5d7;
    padding: 10px;
    color: #EBEBEB;
}
input, textarea {
    margin: 10px 0;
    outline: 0;
    width: 100%;
    background-color: rgba( 0,0,0,.1);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 5px;
   }

   textarea {
    height: 150px;
    line-height: 150%;
   }
   .send input {
    margin-bottom: 10px;
    color: #344960;
    background-color: #e21615;
    padding: 10px;
    border: none;
   }

   p label {
    margin-left: 10px;
    font-style: italic;
    color: #c0c0c0;
   }
   
   .name input {
    margin-top: 10px;
   }

   input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #A0A0A0;
   }


#wrap {
    width:300px;
    padding:64px 0;
    position: absolute;
    top:50%;
    left:50%;
    margin:-100px 0 0 -150px;
    text-align:center;
}


#wrap a {
    font-family: 'Proxima Nova Lt';
    font-size:72px;
    color:#000;
    text-transform:uppercase;
    -webkit-transition: .25s ease;
            transition: .25s ease;
}

#popup {
    display: none;
    position: absolute;
    z-index: 1000;
    text-align: center;
    top:50%;
    left:50%;
    margin:-100px 0 0 -150px;
    background: #EBEBEB;
    width:278px;
    height:153  px;
    padding:30px;
    box-shadow: 0 0 125px 0 rgba(0,0,0,1), 0 0 10000px 500px rgba(0,0,0,.75);
}

#popup h2 {
    color:#000;
    text-transform:uppercase;
}

#popup a{
    font-family: 'Proxima Nova Lt';
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    -webkit-transition: .25s ease;
            transition: .25s ease;
}

#wrap a:hover, #popup a:hover {
    color:#e21615; 
}

.imgOK {
    float: left;
}

.contacts {
    background-color: #cbd5d7;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #EBEBEB;
    font-size: 21px;
}

.mainform {
    margin-top: 10px;
    background-color: #cbd5d7;
    padding: 10px;
    color: #EBEBEB;
}


a {
    color: #e21615;
}

.caption {
    color: #cbd5d7;
    margin: 0 auto;
    width: 80%;
    font-size: 15px;
    margin-top: 14px;
    text-transform: uppercase;
}

.button_blue {
    color: #fff;
    background: rgba(0,0,0,0);
    font-family: 'Proxima Nova Lt'; 
    height: 34px;
    width: 34px;
    border: 1px solid rgba(0,0,0,0);;
    background-image:url('../img/instagram.png');
  }

.social_media {
    display: flex;
    justify-content: center;
}

.social_media-icon {
    margin: 10px 5px 0;
}

.confirm {
    display: flex;
    margin: 0 auto;
    padding: 10px;
    background-color: #e21615;
    color: #EBEBEB;
    width: 64%;
    border: none;
}

.closeButton {
    margin: 22px;
    padding: 10px 20px;
    background-color: #cbd5d7;
    color: #EBEBEB;
}



/* Style the form */
#regForm {
	background-color: #ffffff;
	margin: 100px auto;
	padding: 40px;
	width: 70%;
	min-width: 300px;
  }
  
  /* Style the input fields */
  input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: "Proxima Nova Lt";
	border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
	background-color: #ffdddd;
  }

  input.text:focus {
	background-color: #fff;
  }
  
  /* Hide all steps by default: */
  .tab, .tabW{
	display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step, .stepW {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active , .stepW.active {
	opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish, .stepW.finish{
	background-color: #e21615;
  }

  /* calculate */
  .test-item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.test-elem-q-1 {
	padding: 25px 25px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 -10px 30px rgba(181, 194, 201, 0.1);
    box-shadow: 0 -10px 30px rgba(181, 194, 201, 0.1);
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}

.img-label-qw-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-label {
    height: 155px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.img-label-qw-1 img {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.size-block__side_a {
	display: none;
} 
.size-block__side_b {
	display: none;
} 
.size-block__side_c {
	display: none;	
}
.size-block__side_d {
	display: none;
}

.checkbox-wrap {
	display: flex;
}

input[type=checkbox], input[type=radio]  {
	margin-right: 5px;
    width: 10%;
}

.caption_test {
	color: #e21615;
}

.test_elem_facad {
	padding: 9px;
}

.test_elem-type-3 {
	width: 50%;
    padding: 5px;
}

.caption_test_gift {
	color: rgba(232,69,69,.7);
	font-size: 20px;
}

.steps {
	text-align:center;
}	
.manage_buttons {
	float: right;
	margin-right: 25px;
}

#regForm {
	padding: 10px;
	margin: 10px auto;
	width: 79%;
}
.h1, h1 {
	font-size: 18px;
}

.img-label-qw-1 .scheme-kitchen {
	width: 240px;
}

.img-label-qw-1 .scheme-wardrobe {
	width: 200px;
}

#nextBtn, #prevBtn {
	padding: 10px;
}

#regForm {
	padding: 10px;
	margin: 10px auto;
	width: 100%;
}
.h1, h1 {
	font-size: 18px;
}

.test-elem-q-1 {
	padding: 2px 2px;
}

.test_elem_facad {
	padding: 3px;
}
.test_elem .img-label {
	height: 174px;
	width: 263px;
}
label {
	font-size: 15px;
	width: 200px;
}
.test_elem-descr {
	font-size: 13px;
}
.test-elem-q-1 {
	padding: 0;
	width: 50%;
}
.size-block__item-text {
	font-size: 20px;
}
.inputs {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 100%;
	margin-top: 45px;
}

.size-block__side_a, 
.size-block__side_b, 
.size-block__side_c,
.size-block__side_d {
	width: 45%;
	margin-right: 13px;
}
/*.form-control {
	margin: 5px;
	width: 100px;
}*/
#nextBtn, #prevBtn {
	padding: 10px;
}
.steps {
	text-align: center;
	margin: 0 0 25px;
}
.modal-body {
	padding: 0 15px;
}

.img-label-qw-1 img {
	width: 273px;
}

.q-3 {
	padding: 5px;
}
.submit_tab {
	padding: 0 26px;
}

.glyphicon {
    top: 0px;
	right: 3px;
}


.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.a_blick {
    width: 60%;
    height: 52px;
    border: 1px;
    border-radius: 25px;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #e21615;
   
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}
.a_blick:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  
}
.wardrobe {
	background: #f04a78;
	margin-top:10px;
}
.result {
	background: #e21615;
	margin-top:10px;
}
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}


.social {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.social a {
    display: inline-block;
    margin-left: 15px;
}

.social a.facebook {
    background: url(../img/header-facebook-icon.png) no-repeat;
    background-size: contain;
	width: 30px;
	height: 30px;
}

.social a.instagram {
    width: 30px;
    height: 30px;
    background: url(../img/header-instagram-icon.png) no-repeat;
    background-size: contain;
}

h2{
	text-align:center;
	padding: 20px;
  }
  
  /* Slider */
  
  .slick-slide {
	  margin: 0px 20px;
  }
  
  .slick-slide img {
	  width: 100%;
  }
  
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }

  .callback {

      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
  }

  .callback p {
      color: #484a4e;
      font-size: 17px;
  }
  .callback_form {
      width: 50%;
  }
  .callback-caption {
      text-align: center;
      color: #e21615;
      font-size: 36px;
  }
  .callback .callback-caption {
    font-size: 30px; 
    color: #e21615;
  }

#about_us {
    background-color: #ebebeb;
}
.about_us {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.about_us-text {
    width: 50%;
    padding: 20px;
    font-size: 17px;
    text-align: justify;
    text-indent: 1.5em;
}
.about_us-picture {
    background-image: url(../img/about_us.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px;
    width: 50%;
    height: 100%;
}
  .callback-line {
	background-image: url('../img/met.jpg');
    -webkit-background-size: cover;
	background-size: cover;
    padding: 30px 0;
  }

  /*section {
    padding: 94px 0 0 0;
  }*/
/* gallery */
  h2{
    font-family:sans-serif;
    color:#fff;
  }
  .carousel{
    width:90%;
    margin:0px auto;
  }
  .slick-slide{
    margin:20px;
  }
  .slick-slide img{
    width:100%;

  }

  .container .slick-dots li button:before {
    font-size:20px;
    color:white;
  }

  .container .slick-next:focus, .container .slick-next:hover, .container .slick-prev:focus, .container .slick-prev:hover {
    color: transparent;
    outline: 0;
}
.container .slick-next:before {
    content: '→';
    color: #999;
    font-size: 45px;
}

.container .slick-prev:before {
    content: '←';
    color: #999;
    font-size: 45px;
}

.container .slick-prev {
    left: -50px;
}

.container .slick-next {
    right: -55px;
}
.container .slick-next, .container .slick-prev {
    width: 45px;
    height: 45px;
}

.door-tittle p span {
    color: #e21615;
}

.door-tittle {
    font-size: 14px;
}

.slide-door_img {
    width: 182px;
    height: 490px;
}


