/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* End of Yahoo! CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 1000px;
	background-image: url("../../img/header_bg.jpg");
	position: relative;
	background-position: center center;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	background-size: 110%;
}

.header:after{
	position: absolute;
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../../img/mouse_scroll.png);
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	clear: both;
}

.scroll_down{
	font-family: 'GothaProReg_1';
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 50px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.header_top{
	
}

/*hamburger menu*/
#menu-toggle #hamburger span {
  display: block;
  background: #fff;
  border-radius: 2px;
}

#menu-toggle {
  width: 30px;
  height: 30px;
  margin: 20px 0 0 20px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
	z-index: 10;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 4px;
  position: relative;
  margin: 5px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  /*transition-delay: .1s;*/
}
#menu-toggle #hamburger span:nth-child(2) {
  /*transition-delay: .2s;*/
}
#menu-toggle #hamburger span:nth-child(3) {
  /*transition-delay: .3s;*/
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

#menu-toggle #cross span{
	display: block;
    background: #000;
    border-radius: 2px;
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 3px;
  left: 13px;
  /*transition-delay: 0.05s;*/
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 3px;
  top: 13px;
  /*transition-delay: .1s;*/
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .1s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .2s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .05s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .07s;
}


/*--------------*/

.toggle_menu{
	display: none;
	width: 300px;
	height: 1000px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #eee;
	z-index: 5;
	transition: 0.5s;
}

.mini_logo{
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(../../img/mini_logo.png);
	margin: 100px auto 50px;
}

.list_menu li a{
	color: #333333;
	font-size: 22px;
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	text-decoration: none;
	font-family: 'GothaProReg_1';
}
.list_menu li a:hover{
	color: #55a7b3;
}

.social_links{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 50px;
    width: 70%;
}

.soc{
	display: block;
	width: 30px;
	height: 30px;
	float: left;
    margin: 10px;
}
.vk{
	background-image: url(../../img/soc_vk.png);
}
.fb{
	background-image: url(../../img/soc_fb.png);
}
.ig{
	background-image: url(../../img/soc_ig.png);
}
.gp{
	background-image: url(../../img/soc_gp.png);
}





/*---------------------*/
.header_top .menu{
	float: left;
}
.header_top .top_phone{
	float: right;
	margin: 13px 15px 0 0;
	position: relative;
}

.header_top .top_phone p{
	margin: 10px 0 0 0;
}

.header_top .top_phone:before{
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background-image: url(../../img/phone_icon.png);
	position: absolute;
	left: -50px;
    top: 10px;
}

.header_top .top_phone p a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: 'GothaProBol_1';
	margin: 20px 0 0 0;
}

a.logo{
	display: block;
	width: 496px;
	height: 496px;
	background-image: url(../../img/logo.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	margin: auto;
}

/*.logo:hover{
	animation: rotate 2s infinite linear; 
	-moz-animation: rotate 2s infinite linear;
	-webkit-animation: rotate 2s infinite linear;
}*/

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 40px;
}

.about_as{
	min-height: 790px;
	padding-top: 45px;
	box-sizing: border-box;
}

.about_title{
	color: #55a7b3;
	font-family: 'BauhausHeavyCTTRegular';
	font-size: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto 45px;
	text-align: center;
	text-transform: uppercase;
}

.about_text{
	width: 47%;
	color: #333;
	font-size: 14px;
	float: left;
	font-family: 'GothaProReg_1';
	line-height: 1.571;
	padding-right: 3%;
	display: none;
}

.about_text p{
	margin: 0 0 15px 0;
	font-size: 17px;
}

.about_text ul{
	list-style-image: url(../../img/list_img.png);
	margin: 0 0 15px 0;
}
.about_text ul li{
	margin: 0 0 0 20px;
	padding-left: 10px;
	font-size: 17px;
}
.about_photo{
	width: 50%;
	float: right;
	display: none;
}

.about_photo img{
	width: 100%;
	height: auto
}


.about_wrap:after{
	display: block;
	content: '';
	clear: both;
}


.our_advantages{
	min-height: 532px;
	background-image: url(../../img/our_advantages.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	box-sizing: border-box;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.our_advantages:after{
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../../img/down_scroll.png);
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    clear: both;
}

.advant_title{
	font-size: 30px;
	color: #fff;
	font-family: 'BauhausHeavyCTTRegular';
	text-align: center;
	margin: 0 auto 45px; 
	display: block;
	line-height: 30px;
	text-transform: uppercase;
}

.advant{
	width: 264px;
	height: 264px;
	float: left;
	margin: 0 48px 25px 0;
	position: relative;
	display: none; 
} 

.advant:after{
	display: block;
	content: '';
	clear: both;
}

.advant_num{
	width: 264px;
	height: 264px;
	display: block;
	position: relative;
}

.advant {
	-webkit-animation: slit-in-horizontal 0.45s ease-out both;
	-moz-animation: slit-in-horizontal 0.45s ease-out both;
	animation: slit-in-horizontal 0.45s ease-out both;
}


.advant:last-child{
	margin: 0;
}

.advant_1{
	background-image: url(../../img/advan_1.png);
}

.advant_2{
	background-image: url(../../img/advan_2.png);
}

.advant_3{
	background-image: url(../../img/advan_3.png);
}

.advant_4{
	background-image: url(../../img/advan_4.png);	
}

.advant_num svg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.advant_desc{
	text-align: center;
	margin: 25px auto;
	display: block;
	font-size: 16px;
	font-family: 'GothaProReg_1';
	color: #fff;
	line-height: 1.2;
}
/*menu middle*/
.wrap_menu_gal ul {
 	list-style: disc;
	color: #55a7b3;
	padding: 0 0 0 17px;
}
.wrap_menu_gal ul  li{
	margin:11px 0;
}
.wrap_menu_gal ul  li span{
  font-size: 16px;
  font-family: 'GothaProReg_1';
  color: rgb(51, 51, 51);
  line-height: 1.2;
  	
}
.menu_title img,.menu_title span{
	display:inline-block;
	vertical-align: middle;
}
.wrap_menu_gal{
	width:24%;
	display:inline-block;
	vertical-align: top;
	margin:0 0 37px 0;	
} 
.wrap_menu_gal:last-child{
	margin: -132px 0 0 0;
}
.cat_product{margin:0 0 30px 0;}
.menu_title{margin:0 0 2px 0;}
.menu_title img{
	margin:0 20px 0 0 ;
}

.wrap_menu_gal:nth-child(-4n+5){
	    width: 27%;
}
.wrap_menu_gal:nth-child(-4n+6){
	   width: 25%;
}

.wrap_menu_gal:nth-child(4n+3){
	   width: 25%;
}
.wrap_menu_gal:nth-child(4n+4){
	      width: 16%;
}

.menu_title span{
	  font-size: 20px;
	  font-family: 'BauhausHeavyCTTRegular';
	  color: rgb(51, 51, 51);
	  text-transform: uppercase;
	  width:50%;
	  line-height: 1.4;
}
/***************pop_up*************************/

#pop_up{
	display: none;
	text-align: center;
	color: #030000;
	font-size: 24px;
	font-weight: 600;
	font-family: 'GothaProReg_1';
	line-height: 1.2;
}

#pop_up a{
	color: #030000;
	text-decoration: none;
}

#pop_up_a{
	text-decoration: none;
}
#pop_up > img{
	max-width: 223px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

#pop_up img{
	
}

.pop-up_adr span{
	display: block;
	margin: 20px 0;
}

.pop-up_phone img{
	margin: 0 0 10px 0;
}

.pop-up_phone p{
	margin: 10px 0;
}



















/*photo gallery*/

.photo_gal{
	/*padding-top: 45px;*/
	box-sizing: border-box;
	min-height: 1100px;
	position: relative;
}

.gal_title{
	color: #55a7b3;
    font-family: 'BauhausHeavyCTTRegular';
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto 45px;
    text-align: center;
	text-transform: uppercase;
}

.gal_wrap{
	height: 1000px;
    overflow: hidden;
	position: relative;
}

.photo_gal:after{
	display: block;
	content:'';
	clear: both;
}

.gal_wrap:after{
	    position: absolute;
    display: block;
    content: '';
    clear: both;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    height: 8%;
    bottom: 0px;
}


.gal_item{
	max-width: 380px;
	width: 100%;
	height: auto;
	/*float: left;*/
	margin: 0 0px 30px 0;
}
/*.gal_item:nth-child(3n){*/
/*	margin: 0 0 30px 0;*/
/*}*/

/*.gal_item:hover .item_photo img{
	border: 5px solid #55a7b3;
	border-radius: 10px;
	box-sizing: border-box;
}*/

.item_photo{
	position: relative;
	
}
.item_photo a:after{
	/*display: block;*/
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	background-image: url(../../img/zoom.png);
	display: none;
}

.item_photo:hover {
    border:5px solid #55a7b3;
	cursor: pointer;
}

.item_photo a:hover:after{
	display: block;
}

.item_photo img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.item_photo{
	width: 100%;
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid transparent;
    overflow: hidden;
	margin: 0 auto;
    max-width: 375px;
}

.item_desc{
	display: block;
	text-align: center;
	font-family: 'GothaProReg_1';
	color: #000;
	font-size: 16px;
}

.show_more{
	display: block;
	width: 260px;
	height: 65px;
	line-height: 65px;
	background-color: #55a7b3;
	color: #fff;
	font-size: 26px;
	font-family: 'BauhausHeavyCTTRegular';
	margin: 30px auto 50px;
	text-align: center;
	border-radius: 32px;
}
.show_more:hover{
	cursor: pointer;
}

/*map*/

.where{
	width: 350px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	background-color: #dc4e41;
	color: #fff;
	font-size: 30px;
	font-family: 'BauhausHeavyCTTRegular';
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 100;
}

.map{
	width: 100%;
	height: 560px;
	position: relative;
}

.map:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;	
	background-color: rgba(106,85,85,0.17);
	z-index: 1;
}
.map:hover:before{
	cursor: pointer;
}
.map.active-map{
	pointer-events: all;
}
.map.active-map:before{
	display: none;
}

.map_box{
	position: absolute;
	display: block;
	width: 300px;
	height: 235px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	z-index: 10;
	top: -400px;
    left: 350px;
	padding: 30px 0px 22px 50px;
    box-sizing: border-box;
	font-family: 'GothaProBol_1';
	font-size: 16px;
}

.map_box .bottom_phones{
	margin: 0 0 15px 0;
	position: relative;
}

.bottom_phones:before{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../img/phone_icon_little.png);
	content: '';
	position: absolute;
	top: 2px;
    left: -23px;
}

.map_box .bottom_phones p a{
	text-decoration: none;
	color: #000;
}

.map_box .bottom_address{
	margin: 0 0 15px 0;
	position: relative;
}

.bottom_address:before{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../img/marker_icon_little.png);
	content: '';
	position: absolute;
	top: 2px;
    left: -23px;
}


.working_time{
	position: relative;
}
.working_time:before{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../img/clock_icon_little.png);
	content: '';
	position: absolute;
	top: 2px;
    left: -23px;
}
.working_time span{
	color: #dc4e41;
}





/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -40px auto 0;
	max-width: 1920px;
	height: 40px;
	background-color: #f2f3f0;	
	position: relative;
}

.copyright{
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	font-family: 'GothaProReg_1';
}

.footer .social_links{
	position: relative;
}

.social_links_bottom{
	position: absolute;
	bottom: 0;
	width: 160px;
    left: 0;
    right: 0;
    margin: auto;
}

.social_links_bottom .soc{
	margin: 5px;
}

.footer .wrapper a.copyuzor{
	right: 0;
	left: inherit;
	bottom: 4px;
}

.adr_point{
	display: block;
}


/*animate*/

/* ----------------------------------------------
 * Generated by Animista on 2017-4-5 11:15:16
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */
.slide-in-bck-right {
	-webkit-animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bck-left {
	-webkit-animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slit-in-horizontal {
	-webkit-animation: slit-in-horizontal 0.45s ease-out both;
	-moz-animation: slit-in-horizontal 0.45s ease-out both;
	animation: slit-in-horizontal 0.45s ease-out both;
}

.rotate-in-ver {
	-webkit-animation: rotate-in-ver 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: rotate-in-ver 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: rotate-in-ver 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}






@-webkit-keyframes slide-in-bck-left{0%{-webkit-transform:translateZ(700px) translateX(-400px);transform:translateZ(700px) translateX(-400px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}@keyframes slide-in-bck-left{0%{-webkit-transform:translateZ(700px) translateX(-400px);transform:translateZ(700px) translateX(-400px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}
@-webkit-keyframes slide-in-bck-right{0%{-webkit-transform:translateZ(700px) translateX(400px);transform:translateZ(700px) translateX(400px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}@keyframes slide-in-bck-right{0%{-webkit-transform:translateZ(700px) translateX(400px);transform:translateZ(700px) translateX(400px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}
@-webkit-keyframes slit-in-horizontal{0%{-webkit-transform:translateZ(-800px) rotateX(90deg);transform:translateZ(-800px) rotateX(90deg);opacity:0}54%{-webkit-transform:translateZ(-160px) rotateX(87deg);transform:translateZ(-160px) rotateX(87deg);opacity:1}100%{-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}}@keyframes slit-in-horizontal{0%{-webkit-transform:translateZ(-800px) rotateX(90deg);transform:translateZ(-800px) rotateX(90deg);opacity:0}54%{-webkit-transform:translateZ(-160px) rotateX(87deg);transform:translateZ(-160px) rotateX(87deg);opacity:1}100%{-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0)}}
@-webkit-keyframes rotate-in-ver{0%{-webkit-transform:rotateY(-360deg);transform:rotateY(-360deg);opacity:0}100%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}}@keyframes rotate-in-ver{0%{-webkit-transform:rotateY(-360deg);transform:rotateY(-360deg);opacity:0}100%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}}







@keyframes rotate{ 
	/* создаем анимацию и даем ей имя (rotate например) */
	/* дальше задаем положение в начале и в конце */
	from { 
		/* 
			для анимации используем трансформацию вращение 
			есть ешё сдвиг translate(x,y) и увеличение scale(z)
		*/
		transform:  rotate(0);
		/* можно анимировать размеры и прочие парамтры цсс */
	}	
	to {
		transform: rotate(360deg);
	}

	/* или вместо from|to пишем процент выполнения сцены, от 0% до 100%, любой нужный */
	/* 
		так как поддерживают анимацию передовики Гекко и ВебКит, 
		запись выше не работает и каждому нужно написать свою
	*/


} 
@-moz-keyframes rotate{from {-moz-transform:  rotate(0);}	to {-moz-transform: rotate(360deg);}} 

@-webkit-keyframes rotate{from {-webkit-transform:  rotate(0);}	to {-webkit-transform: rotate(360deg);}} 





/*adaptive*/

/* --------- 1500 -----------------*/
@media only screen and (max-width: 1500px){
	.map_box{		
		left: 250px;
	}

}
@media only screen and (max-width: 1225px){
	.cat_product{    padding: 45px 20px 0 45px;}
	.cat_product .wrap_menu_gal{width:33%;}
	.cat_product .wrap_menu_gal:last-child{    margin: 0 0 37px 0;}
	
}

/* --------- 1220 -----------------*/
@media only screen and (max-width: 1220px){
	/*about*/
	.about_wrap{
		width: 96%;
		display: block;
		margin: 0 auto;
	}
	.about_text {
		width: 50%;
	}
	.about_text p{
		font-size: 16px;
	}
	.about_text ul li{
		font-size: 16px;
	}
	.about_photo {
		width: 45%;
	}
	
	/*advant*/
	.advant_wrap:after{
		content: '';
		display: block;
		clear: both;
	}
	.advant {
		display: none;
		float: none;
		width: 49.7%;
		margin: 0 0 100px 0;
	}
	
	.advant_num {
		margin: 0 auto;
		text-align: center;
	}
	
	.advant:nth-child(odd) .advant_num{
		float: right;
		margin: 0 15% 0 37%;
	}
	.advant:nth-child(even) .advant_num{
		float: left;
		margin: 0 37% 0 15%;
	}
	
	.advant:nth-child(odd) .advant_desc{
		float: right;
		width: 264px;
		margin: 10px 15% 0 37%;
	}
	.advant:nth-child(even) .advant_desc{
		float: left;
		width: 264px;
		margin: 10px 37% 0 15%;
	}
	
	.advant:last-child{		
		vertical-align: top;
	}
	
	
	/*photo gallery*/
	
	.gal_wrap {
		height: 970px;
		overflow: hidden;
	}
	
	/*.gal_item {*/
	/*	display: inline-block;*/
	/*	width: 49.7%;*/
	/*	margin: 0 0 40px 0;*/
	/*	max-width: inherit;*/
	/*	float: none;*/
	/*}*/
	
	
	/*.gal_item:nth-child(odd) .item_wrap{*/
	/*	padding-left: 15%;*/
	/*}*/
	/*.gal_item:nth-child(even) .item_wrap{*/
	/*	padding-right: 15%;*/
	/*}*/
	
	
	
	
	/*map*/
	.map_box{
		left: 150px;
	}
	
	
	
}



/* --------- 960 -----------------*/
@media only screen and (max-width: 960px){
	
	
	
	
	
	/*map*/
	.map_box{
		left: 50px;
	}
}




/* --------- 900 -----------------*/
/*@media only screen and (max-width: 900px){*/
/*	.gal_item:nth-child(odd) .item_wrap{*/
/*		padding-left: 7%;*/
/*	}*/
/*	.gal_item:nth-child(even) .item_wrap{*/
/*		padding-right: 7%;*/
/*	}*/
/*}*/
/*!* --------- 820 -----------------*!*/
/*@media only screen and (max-width: 820px){*/
/*	.gal_item:nth-child(odd) .item_wrap{*/
/*		padding-left: 3%;*/
/*	}*/
/*	.gal_item:nth-child(even) .item_wrap{*/
/*		padding-right: 3%;*/
/*	}*/
/*}*/

/*@media only screen and (max-width: 750px){*/
/*	.cat_product .wrap_menu_gal{width:49%;}*/
/*}*/

/* --------- 750 -----------------*/
@media only screen and (max-width: 750px){
	
	/*about as*/
	.about_photo {
		float: none;
		width: 96%;
		margin: 0 auto 20px;
	}
	.about_text{
		width: 96%;
		margin: 0 auto;
		float: none;
		padding: 0;
	}
	
	/*!*photo gallery*!*/
	/*.gal_item {*/
	/*	width: 100%;*/
	/*}*/
	
	/*.gal_item:nth-child(odd) .item_wrap{*/
	/*	padding-left: 0;*/
	/*}*/
	/*.gal_item:nth-child(even) .item_wrap{*/
	/*	padding-right: 0;*/
	/*}*/
	
	
	
}

/* ------ -------- 680 ------- --------*/
@media only screen and (max-width: 680px){
	
	.header{
		height: 700px;
	}
	
	.toggle_menu{
		height: 700px;
	}
	
	a.logo{
		width: 300px;
		height: 300px;
		background-size: cover;
	}
	
	/*advantaves*/
	
	.advant:nth-child(odd) .advant_num{
		float: right;
		margin: 0 3% 0 10%;
	}
	.advant:nth-child(even) .advant_num{
		float: left;
		margin: 0 10% 0 3%;
	}
	
	.advant:nth-child(odd) .advant_desc{
		float: right;
		width: 264px;
		margin: 10px 3% 0 10%;
	}
	.advant:nth-child(even) .advant_desc{
		float: left;
		width: 264px;
		margin: 10px 10% 0 3%;
	}
	
	
	/*----------*/
	.footer{
		height: 80px;
	    margin: -40px auto 0;
	}
	
	.social_links_bottom{
		top: 0;
		bottom: inherit;
	}
	
	.copyright {
		position: absolute;
		bottom: 0;
	}
	
		
		
	
}


/* ------ -------- 580 ------- --------*/
@media only screen and (max-width: 580px){
	
	.advant {
		width: 100%;
		margin: 0 auto 70px;
		text-align: center;
		float: none;
	}
	
	.advant:last-child {
		margin: 0 0 90px 0;
	}
	
	.advant:nth-child(odd) .advant_num{
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.advant:nth-child(even) .advant_num{
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	
	.advant:nth-child(odd) .advant_desc{
		margin: 10px auto;
		text-align: center;
		float: none;
	}
	.advant:nth-child(even) .advant_desc{
		margin: 10px auto;
		text-align: center;
		float: none;
	}
	
	
}



/* ------ -------- 540 ------- --------*/
@media only screen and (max-width: 540px){
	
	.map_box{
		top: -255px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.where{
		bottom: -120px;
	}
	
}
@media only screen and (max-width: 520px){
	.cat_product .wrapper{text-align:center;}
	.cat_product .wrap_menu_gal{width:50%;text-align: left;}
}
@media only screen and (max-width: 480px){
	.cat_product .wrapper{text-align:center;}
	.cat_product .wrap_menu_gal{width:90%;text-align: left;}
}
/* ------ -------- 380 ------- --------*/
@media only screen and (max-width: 380px){
	.gal_wrap {
		height: 960px;
		overflow: hidden;
	}
	
	
	
	
}
/* ------ -------- 370 ------- --------*/
@media only screen and (max-width: 370px){
	/*.gal_wrap {*/
	/*	height: 940px;*/
	/*	overflow: hidden;*/
	/*}*/
	
	.where{
		width: 300px;
		font-size: 26px;
		bottom: -80px;
	}
	.cat_product .gal_title{font-size:25px;}
	
	
	/*pop_up*/
	#pop_up {
		font-size: 18px;
	}
	
}

/* ------ -------- 360 ------- --------*/
@media only screen and (max-width: 360px){
	
	.top_phone{
		
	}
	.header_top .top_phone:before{
		display: none;
	}
	
	
	.gal_wrap {
		height: 910px;
		overflow: hidden;
	}
	
	
	
	.footer{
		height: 120px;
		position: relative;
		margin: -40px auto 0;
	}
	
	.social_links_bottom{
		top: 0;
		bottom: inherit;
	}
	
	.copyright {		
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;		
	}
	
	.footer .wrapper a.copyuzor{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
}

/* ------ -------- 350 ------- --------*/
@media only screen and (max-width: 350px){
	
	.gal_wrap {
		height: 900px;
		overflow: hidden;
	}
	
}
/* ------ -------- 340 ------- --------*/
@media only screen and (max-width: 340px){
	
	.gal_wrap {
		height: 860px;
		overflow: hidden;
	}
	
}

/* ------ -------- 320 ------- --------*/
@media only screen and (max-width: 320px){
	
	.gal_wrap {
		height: 820px;
		overflow: hidden;
	}
	
}

.gal_wrap{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

.gal_item {
	max-width: 380px;
	width: 100%;
	height: 259px;
	float: none;
}

.item_photo{
	height: 259px;
}