*{
    padding: 0;
    margin: 0 auto;  
}
body{
    font-size: 16px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    font-family: Arial;
    //padding: 0 2%;
}
@font-face {
    font-family: Monotype Corsiva;
    font-display: auto;
    src: url(../fonts/MonotypeCorsiva.ttf);
}
.anim{
background: url(/img/fon_mainpage.jpg);
background-size: cover;
padding-bottom: 50px;
}
/*header start*/
/* header content */
.header-content{
    //margin-top: -14px;
    width: 100%;
    //border: 1px solid black;
    box-shadow: 0 6px 5px -4px rgba(0, 0, 0, .2);     
    margin-bottom: 2%;  
}
.mob_head_tel{
    font: italic bold 20px VarelaRound-Regular;
    text-align: center;
    color: white;
    line-height: 360%;
    text-decoration: none;
}
.logo{margin: 0;}
.header-content img {
    //height: 60px;     
}
.header-nav{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    flex-wrap:wrap;
}
/* header content - end */
/* burger */
.hamburger {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1000;
    padding-right: 5%;
    display: none;

}
.hamburger span {
    vertical-align: middle;
}
.hamburger .bars {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #2e3c54;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hamburger .bars:before,
.hamburger .bars:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #2e3c54;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.open .hamburger .bars:before,
.open .hamburger .bars:after {
    background-color: #fff;
}
.open .menu {
    background-color: grey;
}
/*	backgrounds-fullpage.html - color  */
/*	backgrounds-fullpage.html - color - end */
.hamburger .bars:before {
    top: 8px;
}
.hamburger .bars:after {
    bottom: 8px;
}
.open .hamburger .bars {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.open .hamburger .bars::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open .hamburger .bars::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu {
    width: 247px;
    height: 100%;
    padding: 100px 60px 0px 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    z-index: 999;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
}
.menu ul {
    margin-bottom: 30px;
}
.mob_menu {
    color: white;
    font: italic bold 180% VarelaRound-Regular;
    //text-decoration: none;
    line-height: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mob_menu:hover {
    opacity: 0.5;
}
.open .menu {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu:hover {
    overflow-y: auto;
}
/* burger - end */
#firstline {
    display: flex;
    //width: 100%;
    flex-wrap:wrap;    
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3% 1%;        
}
.headtel{
    display: inline-flex;
    flex-direction: column;
    font: bold 22px Arial;
    color: #1d5377;
    //text-decoration: underline #1d5377;
    //min-width: 23%;
    margin: 1%;
	text-shadow: 1px 1px 2px white, 0 0 1em white;
}

.itemtel:hover{
    background: lightgrey;
    text-decoration: underline;
}
.second_items{
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    padding: 5px;
    margin: 5px;
    //margin-right: 0.5%;
    //margin-bottom: 1%;
    flex-direction: column;
    background-color: rgba(230, 230, 230, 0.5);
    border-radius: 15px;
    text-align: center;
}
.second_items:last-child{
    //border: 0.5px solid #1d5377;
      box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, .2);
      //background: grey;
      }
.second_items:last-child:hover{
    background: lightgrey;
}
.second_items img{
    margin-top: 5px;
}
.second_items:hover{
    text-decoration: underline #1d5377;
    background: lightgrey;
}
.second_items a {
    text-decoration: none;
    text-transform: uppercase;
    color: #1d5377;
    font-family: Arial;
    font-weight: bold;
    text-shadow: 1px 1px 2px white, 0 0 1em white;
}
/*header end*/
.what_we_do{
    padding: 2%;
    display: flex;
    //border: 1px solid black;
    justify-content: space-around;
    align-items: flex-start;   
    flex-wrap:wrap;
    //background: url(/img/Main_animation.gif);
    //background-size: cover;
}
#gallery{
    padding: 2%;
    display: flex;
    //border: 1px solid black;
    justify-content: space-around;
    align-items: space-around;    
    flex-wrap:wrap;
}
.contact{
    padding: 2%;
    display: flex;
    //border: 1px solid black;
    justify-content: space-between;
    //align-items: center;
    flex-wrap:wrap;
    background: url(/img/white.jpg);
    background-size: cover;
    padding: 3%;
}
.why_we{
    padding: 2%;
    display: flex;
    //border: 1px solid black;
    justify-content: space-around;
    //align-content: space-around;    
    flex-wrap:wrap;
    background: #1d5377;
}
.block1{
    display:flex;
    margin-top: 20px;
   width: 400px;
   background: #1d5377;
   text-align: center;
   font: italic 16px Arial;
   color: white;
   flex-wrap: nowrap;
   align-items: center;
   //margin-left: 2%;
}
.number{
    font: 108px Monotype Corsiva;
}
.numbername{
    padding: 5%;
}
.parallax-window {
    min-height: 100px;
    background: transparent;
    padding: 2%;  
}

.parallax-window p img{
    float: left;
}
.who_are_we p:fist child{
    text-align: center;
    width: 100%;
    padding: 2%;
}
.who_are_we p{
    float: left;
    width: 27%;
    margin: 2%;
    background: darkgrey;
    color: white;
    padding: 1%;
}
.slogan{
    width: 65%;
    color: white;
}
.slogan h1{
    font:bold italic 21px Arial;
    text-align: center;
    padding-bottom: 10px;
    color: #2914d8;
    text-shadow: 2px 2px 2px rgb(255 255 255);
     //background: rgba(255,245,215,.5);
}
.slogan h2, .slogan h3, .slogan h4{
    font:bold italic 21px Arial;
    text-align: center;
    padding-bottom: 10px;
	text-shadow: 2px 2px 2px rgb(0 0 0);
	//text-shadow: 1px 1px 1px white, 0 0 1em white;
}
.slogan h5{ 
text-align: left;
padding-left: 10%;
 font:bold italic 21px Arial;
 
	text-shadow: 2px 2px 2px rgb(0 0 0);
    padding-bottom: 20px;
}
.feedback{
	align-items: flex-start;
    width: 200px;
    border: 1px solid black;
    padding: 10px;
    //background: lightgray;
    text-align: center;
    font: 18px Arial;
    text-shadow: 2px 2px 2px black;
    background: #1d5377;
    background-size: cover;
   color: white;
   border-radius: 5px;
   //box-shadow: 2px 2px 2px 2px white inset;
}
.name{
        height: 30px; width: 180px; font-family: Arial; font-size: 14px; border: 1px  solid black;
        margin-bottom: 14px; border-radius: 5px;
    }
    .phone{
       height: 30px; width: 180px; font-family: Arial; font-size: 14px; border: 1px  solid black;
       margin-bottom: 14px; border-radius: 5px;
    }
    .email{
        height: 30px; width: 180px; font-family: Arial; font-size: 14px; border: 1px  solid black;
        margin-bottom: 14px; border-radius: 5px;
    }
    .send{
        height: 35px; width: 185px; font-family: Arial; font-size: 16px;  border: 1px  solid black;
        margin-bottom: 14px; background: #c2c4c5; border-radius: 5px;
 }
 .send:hover{
    background: lightgray;
 }
  .Results{
    text-align: center;
    font: italic 20px Arial;
 }
 .Results img{
    margin-bottom: 15px;
 }
 .title {
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font: italic bold 22px Arial;
    padding-bottom: 25px;
    color: white;
}
 .title_foto, .title_foto h1 {
    width: auto;
    text-align: center;
    text-shadow: 1px 1px 2px white, 0 0 1em white;
    font: italic bolder 22px Arial;
    color: #3f5c7e;
    margin-bottom: 5px;
}
 .titles{
    width: auto;
    text-align: center;
    text-shadow: 1px 1px 2px white, 0 0 1em white;
    font: italic bolder 18px Arial;
    color: #3f5c7e;
}

 .foto{
    width: 220px;
    border: 1px solid black;
    margin: 1%;
  background: darkgrey;
    height: 220px;
   } 
.foto_colors{
    width: 190px;
    border: 1px solid black;
    margin: 0.5%;
    background: darkgrey;
    height: 90px;
   } 
.foto_colors_img{
    width: 100%;
    height: 100%;
 }
.foto:hover .foto_colors_img{
    opacity:0.5;
 }
.name_colors{
    position: absolute; 
    background-color: lightgrey;
    color: black;
    font: italic bolder 14px Arial;
}  
.foto_img{
    width: 100%;
    height: 100%;
 }
.foto:hover .foto_img{
    opacity:0.5;
 }
  .foto_dush{
    width: 13%;
    border: 1px solid black;
    margin: 1%;
  background: darkgrey;
    height: 220px;
   }    
 .foto_dush_img{
    width: 100%;
    height: 100%;
 }
.foto_dush:hover .foto_img{
    opacity:0.5;
 }
.zoom{
    visibility: hidden;
    position: absolute;
    margin-top: 5px;
    margin-left: -55px;
    width: 50px;
    height: 50px;
    z-index: 1111;
}
.foto:hover .zoom{
    visibility: visible;
 }
.buttonworks{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
 }
.Parthners_block{
    display: inline-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap:wrap; 
}
.reviews{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.title_reviews{
    text-align: center;
    //text-shadow: 1px 1px 1px black;
    font: italic bold 22px Arial;
    padding-bottom: 25px;
    color: black;
	//background: #f2f2f2;
}
.reviews_text{
    display: inline-flex;
	width: 27%;
	margin: 10px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    
	flex-wrap:wrap; 
	background: #f2f2f2;
    //text-shadow: 2px 2px 2px #8a8181;
	text-align: justify;
    text-indent: 3%;
    padding: 10px 20px;
    font-style: italic;
    line-height: 1.3;
	align-items: center;
}
.customer_img{
	margin-right: 10px;
}
.button_reviews{
	border-radius:50px;
	background-color: #31b5a6;
	padding: 13px;
	font: italic 18px Arial;
	cursor: pointer;
}
.customer{
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
}
.customer_icon{
	margin-right: 10%;
	border-radius: 50%;
	align-items: center;
}
.Parthners{
    margin: 15px 0.5%;
    //border: 1px solid black;
    width: 11%;
}
.Parthners img{
    width: 100%;
}
.text_main{
    width: 92%;
    text-align: justify;
    text-indent: 3%;
    padding: 10px 2%;
    background: #1d5377;
   //color: #d4d6d7;
   color: white;
   font-style: italic;
   line-height: 1.3;
 }
 .insta{
    width: 80px!important;
    height: auto!important;
    margin-top: 20px;
}
.insta_head{
    width: 80px!important;
    height: auto!important;
}
 .viber{
    width: 40px;
    height: 40px;
}
.FrameContact{
    display: flex!important;
    //justify-content: space-between;
    min-width: 50%;
    max-width: 90%!important;
}
.FrameContact iframe{
    display: flex!important;
}
.Adress{
    font-size: 18px;
    line-height: 2;
    //padding:5px 3%;
    max-width: 90%;
    text-shadow: 2px 2px 2px #8a8181;
}
.Adress p{
    background: #f2f2f2;
    padding: 0 4%;
    //flex-wrap: nowrap;
}
/*button call begin*/
#popup__toggle{bottom:25px;right:0px;position:fixed;z-index:999;}
.img-circle{background-color:#31b5a6;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #31b5a6;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#31b5a6;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/img/phone_icon.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/*button call end*/
/*форма обратной связи начало*/
.modalDialog {
 position: fixed;
 font-family: Times New Roman;
 top: -40px;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.8);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
}
/*Открытие*/
.modalDialog:target { 	
 display: block;
 pointer-events: auto;
 
}
.modalDialog > div {
 width: 200px;
 position: relative;
 margin: 15% auto;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 //background: #fff;
 //background: #333333;
 //border: 2px solid #ff3333;
}
/*Закрытие окна*/
.close1 {
 background: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
.close1:hover { background: #ff9933; }   
#send_info{color:#ffffff;font-size: 16px;}
.send_call{
    cursor:pointer; width:160px; height:35px; font:15px tahoma; background-color: darkgray; text-align:center; border-radius: 6px;
    //box-shadow: 1px 1px 1px inset white;
}
.send_call:hover{
    background-color: lightgrey;
}
/*форма обратной связи конец*/
/*slider begin*/
#slider-wrap{ /* Оболочка слайдера и кнопок */
    //display: inline-flex;
    width: 40%;
    height: 350px;
    //border: 1px solid black;
    //margin-right: 5%;
    //margin-top: 1%;
    }
#slider{ /* Оболочка слайдера */
	width:96%;
	height:80%;
	overflow: hidden;
	border:#eee solid 10px;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.slide img{
    width: 100%;
    height: 100%;
}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Предыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(/arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}
    /*slider end*/
    /*kyxni begin*/
#kitchen_price{
    display: flex;
    justify-content: center;
    padding: 1%;
}
.price_column{
    width: 25%;
    margin: 1% 2%;
    line-height: 1.5;
    //text-align: center;
    border: 1px solid black;
    //background: #1d5377;
    //color: white;
    box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, .2);
}
.price_column_img {
        width: 100%;
    position: relative;
}
.price_column_img p {
    display: inline-block;
    position: absolute;
    background-color: rgba(1,1,1,.6);
    //opacity: 0.5;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-style: italic;
    width: 100%;
    padding: 2% 0!important;
    text-align: center;
}
.title_price{
    font: bold 15px Arial;
    //text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 5px;
} 
.price_column li{
    list-style-position: inside;
    //text-align: left;
    margin-left: 20px;
    font-size: 14px;
}
.price_column li, .title_price, .price_column p{
    padding: 0 20px;
}
.warranty{
    margin: 20px 0;
    font-style: italic;
    font-size: 15px;
}
.kuhni_cena{
    text-align: center;
    font: bold 22px Arial;
    margin-bottom: 15px;
}
    /*kyxni end*/
    /*skinali begin*/
#catalog_skinali{
    display: flex;
    justify-content: space-around;
    padding: 1%;
    flex-wrap: wrap;
}
.category{
    width: 550px;
    border: 1px solid black;
    margin-bottom: 1%;
    position: relative;
}
.category img{
    width: 100%;
}
.category p{
    display: inline-block;
    position: absolute;
    background-color:rgba(1,1,1,.6);
    //opacity: 0.5;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-style: italic;
    width: 100%;
    padding: 2% 0;
    text-align: center;
}
.category:hover .titlecategory{
    background-color:rgba(255,255,255,.6);
    color: black;
}
.catalog_left{
    width: 200px;
    flex-direction: column;
    display: flex;
    //justify-content: space-around;
    padding-top: 1%;
    //border: 1px solid black;
    //position: fixed;
    //left: 2%;
}
.title_catalog{
    width: auto;
    text-align: center;
    text-shadow: 0px 0px 15px #3f5c7e;
    font: italic bolder 22px Arial; 
    margin-bottom: 20px;
}.category2nd:first-child{
    margin:4% 0;
}
.category2nd{
    border: 1px solid black;
    //padding: 2%;
    margin:2% 0; 
    background: #1d5377; 
    padding: 4%;
    border-radius: 10px;
}
.category2nd a{
    text-decoration: none;
}
.titlecategory2nd{
    color: white;
    text-decoration: none;
    font: italic 18px Arial;
}
.category2nd:hover{
    background: lightgray;
}
.category2nd:hover .titlecategory2nd{
    color: black;
}
.catalog_right{
    width: 80%;
}
.catalog_foto{
    width: 430px;
    height: 100px;
    margin: 1%;
    text-align: center;
    position: relative;
}
.catalog_foto a{
    text-decoration: none;
    color: black;
}
.catalog_foto_img{
    width: 100%;
    height: 80%;
    //background: darkgrey;
}
.catalog_foto:hover .catalog_foto_img{
    opacity:0.5;
 }
 .catalog_foto:hover .zoom1{
    visibility: visible;
 }
 .catalog_foto_dveri{
    width: 150px;
    height: 200px;
    margin: 1%;
    text-align: center;
    position: relative;
}
.catalog_foto_dveri_vector{
    width: 100px;
    height: 300px;
    margin: 1%;
    text-align: center;
    position: relative;
}
.catalog_foto_dveri a, .catalog_foto_dveri_vector a{ 
    text-decoration: none;
    color: black;
}
.catalog_foto_dveri_img{
    width: 100%;
    height: 80%;
    //background: darkgrey;
}
.catalog_foto_dveri:hover .catalog_foto_dveri_img{
    opacity:0.5;
 }
 .catalog_foto_dveri:hover .zoom2{
    visibility: visible;
 }

.catalog_foto_dveri_vector:hover .catalog_foto_dveri_img{
    opacity:0.5;
 }
 .catalog_foto_dveri_vector:hover .zoom1 {
    visibility: visible;
 }
 .catalog_foto_dveri:hover .zoom1{
    visibility: visible;
 }
.double_down{
    display: none;
    visibility: hidden;
}
 .zoom1{
    visibility: hidden;
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1111;
}
.text_skinali{
    width: 95%;
    padding: 3%;
    line-height: 1.2; 
     text-indent: 3%;
     font-style: italic; 
     text-align: justify;
     //text-shadow: 1px 1px 0 white, 0 0 1em white;         
}
.text_skinali h1,h2, h3, h4{
    font: italic 16px Arial;
    line-height: 1.2; 
     text-indent: 3%;
    }
.list{
     text-indent: 5%;
}
.feedback_skinali{
    width: 40%;
}
.feedback_skinali h3{
    font: italic 20px Arial;
    line-height: 1.3; 
     text-indent: 5%;
     color: red;
     text-shadow: #474747 1px 1px 1px;     
     padding-bottom: 2%;
     text-align: center;     
}
.wwd h4{
    font: italic bolder 18px Arial;
    line-height: 1.3; 
     text-indent: 5%;
     padding: 0 2% 2% 2%;
     text-align: center;
     text-shadow: 1px 1px 2px white, 0 0 1em white;
    color: #3f5c7e;     
}
    /*skinali end*/
/*Door begin*/
.bodydoor{    
    background: url(/img/fon9.jpg);
}                              
.secondary_page{    
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    padding: 1%;
    align-items: flex-start;
}
.text_door{
    width: 50%;
    padding: 1%;
    line-height: 1.2; 
     text-indent: 3%;
     font-style: italic; 
     //text-shadow: 1px 1px 0 white, 0 0 1em white;         
}
.text_door h1,h2{
    font: italic 16px Arial;
    line-height: 1.2; 
     text-indent: 3%;
    }
    .text_door h3{
    font: italic 20px Arial;
    line-height: 1.4; 
     text-indent: 5%;
     color: red;
     text-shadow: #474747 1px 1px 1px;     
     padding-bottom: 1%;     
    }    
.foto_door{
    width: 150px;
    height: 300px;
    margin: 2%;
} 
.buttoncatalog{
        width: 250px;
    }
    .buttoncatalog img{
        width: 100%;
    }          
/*Door end*/
/*catalog_page*/
.category_door{
    
}
.category_door{
    max-width: 18%;
    border: 1px solid black;
    margin:  1% 0.5%;
    position: relative;
}
.category_door img{
    width: 100%;
}
.category_door p{
    display: inline-block;
    position: absolute;
    background-color:rgba(1,1,1,.6);
    //opacity: 0.5;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-style: italic;
    width: 100%;
    padding: 2% 0;
    text-align: center;
}
.category_door:hover .titlecategory{
    background-color:rgba(255,255,255,.6);
    color: black;
}
/*Fotootzivi begin*/
#page_fotootziv{
    background: url(/img/fon9.jpg);
    //background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 3%;
}
#page_fotootziv h1{
    width: 100%;
    height: auto;
    //border: 1px solid black;
    font: bold 140% Arial;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 1%;
}
#page_fotootziv h2{
    width: 100%;
    height: auto;
    //border: 1px solid black;
    font: bold 140% Arial;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 1%;
}
.Fotootziv_adress{
    width: 98%;
    height: auto;
    //border: 1px solid black;
    font: italic bold 110% Arial;
    padding-top: 1%;
    padding-left: 2%;
    padding-bottom: 1%;
}
.line img{
    width: 100%;
    height: auto;
}
.Fotootziv_container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.F_main{
    display: inline-flex;
    width: 100%;
    margin: 2% 25%;
    //border: 1px solid black;
}
.F_main img{
    width: 100%;
}
.F_second{
    width: 10% ;
    //border: 1px solid black;
    margin: 3% 1%;
}
.F_second img{
    width: 100%;
}
.F_line{
    width: 20% ;
    border: 1px solid black;
    margin: 3% 1%;
}
.F_line img{
    width: 100%;
}
/*Fotootzivi end*/
.scrollup{
width:40px;
height:40px;
opacity:0.5;
position:fixed;
bottom:155px;
right:70px;
display:none;
text-indent:-9999px;
background: url(/img/icon_top.png) no-repeat;
}
.contents{
  display: flex;
  align-content: center;
  flex-wrap:wrap;
  justify-content: space-around;
}
.colors_type{
    display: inline-flex;
     border: solid black 1px;
     padding: 5px;
     margin: 5px;
     width: 330px;
     background-color: lightgrey;
     border-radius: 15px;
     text-align: center;
}
.colors_type a{
    font: italic bold 18px Arial;
     text-shadow: 1px 1px 2px white, 0 0 1em white;
    color: black;
}
/*Contact begin*/
.page_contact{
    display: flex;
    //border: 1px solid black;
    justify-content: space-around;
    //align-items: center;
    flex-wrap:wrap;
    //background: url(/img/white.jpg);
    background-size: cover;
    padding-bottom: 5%;
}
.Adress2{
    font-size: 18px;
    line-height: 2;
    //padding:5px 3%;
    max-width: 90%;
    text-shadow: 2px 2px 2px #8a8181;
}
/*contact end*/
@media all and (max-width:1660px){
    .foto {
    width: 185px;
    height: 185px;
    }
    .block1 {
    max-width: 300px;
    }
}@media all and (max-width:1405px){
    .foto {
    width: 165px;
    height: 165px;
    }
    .block1 {
    //max-width: 250px;
    }
    .price_column{
        width: 27%;
    }
}
@media all and (max-width:1275px){
    .foto{
        width: 160px;
        height: 160px;
    }
}
@media all and (max-width:1215px) {
    .catalog_foto {
        width: 350px;
        height: 90px;
    }
    .foto{
        width: 150px;
        height: 150px;
    }
    .Parthners{
        //width: 165px;
    }
    .block1 {
    max-width: 230px;
    }
    .category {
    width: 500px;
    }
    .price_column{
        width: 29%;
    }
    .second_items {
        //font-size: 16px;
    }
}
@media all and (max-width:1125px){
    .foto{
        width: 130px;
        height: 130px;
    }
    .Parthners{
        //width: 150px;
        margin: 10px 0.5%;
    }
    .block1 {
    max-width: 215px;
    }
    .category {
    width: 450px;
    }
    .price_column{
        width: 31%;
        margin: 1%;
    }
}
@media all and (max-width:1000px) {
    .header-nav {-webkit-justify-content: center;
    justify-content: center;
    }
    .second_items {
        font-size: 18px;
    }
    .catalog_foto {
        width: 250px;
        height: 80px;
        }   
    .foto{
        width: 28%;
        height: 220px;
    }
    .slogan h1, .slogan h2, .slogan h3, .slogan h4, .slogan h5{
        font-size: 18px;
    }
    .block1 {
    max-width: 200px;
    }
    .category {
    width: 400px;
    }
    #kitchen_price{
        flex-wrap: wrap;
    }
    .price_column{
        width: 100%;
        text-align: center;
    }
    .price_column_img{
        width: 50%;
    }
	.reviews_text{
		width: 25%;   
		margin: 0;
		
	}
}
@media all and (max-width:850px) {
    /*Главная*/
    .second_items {
    font-size: 16px;
    }
    .headtel{
        font-size: 18px;
    }
    .slogan h1, .slogan h2, .slogan h3, .slogan h4, .slogan h5{
        font-size: 16px;
    }
    .feedback{
        font-size: 16px;
    }
    .buttonworks img{
        width: 180px;
    }
    .contact {
        flex-direction: column;
        align-items: center;
    }
    .FrameContact {
    width: 90%!important;
    }
    .Adress{
        margin-top: 5%;
    }
    .Adress2{
        margin-top: 5%;
        max-width: 85%;
    }
    .category {
    width: 350px;
    }
    .category_door{
    max-width: 30%;}
    .category_door p{
        font-size: 18px;
    }
    .foto_dush{
        width: 140px;
    }
    .foto_colors{
        width: 160px;
        height: 80px;
    }
}
@media all and (max-width:766px) {
    /*     ----------     menu     ----------      */
    body{
       font-size: 16px;     
    }
    .fullpage{
        height: 87%;    
    }
    
    .hamburger {
        display: block;
    }
    .header-nav {
        display: none;
    }
    .header-content .logo {
        padding: 7px 0 5px 38px;
        margin: 0;
    }
    .menu {
        padding: 65px 40px;
    }
   
    .header-content .logo {
    float: left;
    margin-left: 1%;
    padding: 0; 
    }
    .header-content img {
    height: 60px;
    width: 200px;
    }
    .mob_mixstone{
        width: 125px!important;
        height: auto!important;
        margin-left: 10px;
        margin-bottom: -5px;
    }
    /*   ----------       menu - end    ----------     */
    .headtel{
        display: none;
        visibility: hidden;        
            
    }  
    .mob_menu{
        font-size: 18px;
    }
    /*Главная*/
    .anim{
        background: url(/img/fon9.jpg);
    }
    .feedback{
        width: 30%;
    }
    .name, .phone, .email{
        width: 90%;
    }
    .send_call{
        width: 90%;
    }
    .slogan{
        width: 60%;
        color: #1d5377;
        font: italic 16px Arial;
    }
	.slogan h2, .slogan h3, .slogan h4, .slogan h5 {
		   text-shadow: 1px 1px 1px #fbfbfb;
    }
		
    .Parthners{
        max-width: 23%;
        margin: 0.5%;
    }  
    #slider-wrap{
        display: none;
    }
    .text_door{
        width: 100%;
        font-size: 16px;
        padding:3% 5%;
        text-align: justify;
    }
    .feedback_skinali{
        width: 100%;
    }
    .text_skinali{
        width: 90%;
        font-size: 16px;
        padding:3% 5%;
        text-align: justify;
    }
    .foto_dush{
        width: 85px;
    }
    
    /*скинали*/
    .secondary_page {
        justify-content: center;
        padding: 1%;
        flex-wrap: wrap;
    }
    .catalog_left{
        margin-bottom: 10%;
        text-align: center;
    }
    .title_catalog{
        margin-bottom: 0;
        font-size: 20px;
    }
    .titlecategory2nd{
        font-size: 16px;
    }
    .catalog_right {
        width: 90%;
    }
    .title_foto{
        font-size: 20px;
    }
    .catalog_foto {
    width: 350px;
    height: 90px;
    }
    .foto{
        height: 190px;
    }
    .category {
    width: 550px;
    }
    /*Catalog dveri*/
    .category2nd{
        display: none;
        //visibility: hidden;
    }
    .catalog_left {
    margin-bottom: 2%;
    }
    .double_down{
        display: block;
        visibility: visible;
         cursor: pointer;
    }
    .catalog_foto_dveri {
    width: 100px;
    height: 150px;}
 }
@media all and (max-width:600px){
    /*Главная*/
    .anim{
        padding-bottom: 0;
    }
    .feedback{
        width: 250px;
        font-size: 18px;        
    }
    .name, .phone, .email, .send_call{
        height: 40px;
        font-size: 16px;
    }
    .slogan{
        width: 95%;
        //padding-top: 5%;
        padding-bottom: 0;
    }
    .foto{
        height: 160px;
    }
    .category {
    width: 500px;
    }
	.reviews_text{
		width: auto;
			margin: 10px;
	}
	.reviews_text img{
		width: 30px;
	
	}
}
@media all and (max-width:500px){ 
    /*Главная*/
    .Parthners{
        width: 30%;
        margin: 0.5%;
    }
    .foto{
        height: 140px;
    }
    .block1 {
    max-width: 260px;
    margin: 0;
    padding: 0;
}
    .number{
        line-height: 1.1;
        font-size: 100px;
    }
    .numbername{
        padding:0 0 0 5%;
    }
    .category {
    width: 400px;
    }
    .price_column_img{
        width: 100%;
    }
    .category_door{
    max-width: 45%;
    }
    .category_door p{
        font-size: 16px;
    }
}
@media all and (max-width:430px){
    .foto{
        height: 130px;
    }
    .category {
    width: 370px;
    }
    /*Catalog dveri*/
    .catalog_foto_dveri {
    width: 80px;
    height: 120px;}
}
@media all and (max-width:380px){
    .foto{
        height: 120px;
    }
    .category {
    width: 320px;
    }
}
@media all and (max-width:320px){
    .foto{
        height: 110px;
    }
    .category {
    width: 300px;
    }
}