/*
Theme Name:		AZURIT
Theme URI:		http://azurti.kiev.ua
Description:		Azurit Theme
Author:			SiteLand
Author URI:		http://siteland.com.ua/
Template:               storefront
Version:                1.0.8^M
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Tags:         	two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
Text Domain:	onsale
*/

/* ==========================================================================
   On Sale Styles
   ========================================================================== */

  .messenger-links {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    justify-content: flex-start; 
  }

  .messenger-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s ease;
  }

  .messenger-link i {
    margin-right: 8px;
    font-size: 20px;
  }

  .telegram { background-color: #0088cc; }
  .whatsapp { background-color: #25D366; }
  .viber { background-color: #7360F2; }
  .linkedin { background-color: #0077b5; }
  
  .messenger-link:hover {
    opacity: 0.85;
  }
.messenger-link.email {
  background-color: #444;
}

a{
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
textarea, 
.input-text {
    border: 1px solid #ededed;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.added_to_cart{
	box-shadow: none;
	outline: none!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.overlay{
	/*background: rgba(233, 232, 227, 0.9) none repeat scroll 0 0;
*/
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.top{
background-color:#5d6d7d;
height:95px;
}
.table {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.hentry{
padding:0px;
}
#respond{
	border-top: 1px solid #ededed;
}
.fa:before  {
 
  font-family: FontAwesome;
}
.fa-facebook:before{
	content: "\f09a"; 
}
.fa-twitter:before{
	content: "\f099";
}
.fa-google-plus:before{
	content: "\f0d5";
}
.fa-pinterest:before{
	content: "\f0d2";
}
.fa-linkedin:before{
	content: "\f0e1";
}
.fa-youtube:before{
	content: "\f167";
}
.fa-tumblr:before{
	content: "\f173";
}
.fa-instagram:before{
	content: "\f16d";
}
.fa-flickr:before{
	content: "\f16e";
}
.fa-vimeo-square:before{
	content: "\f194";
}
.fa-rss:before{
	content: "\f09e";
}
.fa-search:before{
	content: "\f002";
}
.col-full{
	max-width: 1200px;
}

/* ==========================================================================
   Header Area
   ========================================================================== */

header.site-header{
	padding: 0;
}
header .top-area{
	border-bottom: 1px solid #373636;
	text-align: right;
}
header .social-media,
header .second-nav{
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
header .social-media .social-tw{
	display: inline-block;
    margin: 0 0 0 10px;
    text-align: center;
}
header .social-media .social-tw .fa{
	font-size: 14px;
}
header .second-nav{
	text-align: right;
	border-right: 1px solid #373636;
}
header .second-nav ul{
	margin: 0;
	list-style: none;
}
header .second-nav ul li{
	display: inline-block;
	margin-right: 10px;
}
header .second-nav ul li a{
	color: inherit;
	font-size: 12px;
	font-weight: 300;
}


/**************************NAV******************************/
.main-navigation{
	padding-top: 0;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
	font-size:14px;
	color:#626e7c;
	width:305px;
	display:block;
	line-height:105%;
	background-color:#edefee;
}
.main-navigation ul.nav-menu ul li:first-child a{
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.main-navigation ul.nav-menu ul li:last-child a{
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
ul{
    font-size:0;
}

.main-navigation ul.menu > li:hover { background-color:#4589b0; }
.main-navigation ul.menu li a{color:white;}


.main-navigation ul.menu ul li a:hover{background-color:white;}
.main-navigation ul.menu ul li ul.sub-menu {padding-top:0px; -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px; overflow:hidden;}
.main-navigation ul.menu ul li ul.sub-menu li a {-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}

.main-navigation ul ul, 
.secondary-navigation ul ul, 
.main-navigation ul.menu > li.menu-item-has-children::after, 
.secondary-navigation ul.menu ul, 
.main-navigation ul.menu ul, 
.main-navigation ul.nav-menu ul{
	padding-top:12px;
	background-color:rgba(0,0,0,0);
	background-image:url("./img/menu_arrow.png");
	background-repeat:no-repeat;
	background-position:30% 0;
}

.main-navigation ul.menu > li > a, 
.main-navigation ul.nav-menu > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
}
.main-navigation ul.menu li a{
        font-weight: 400;
        font-size:17px;
        margin:0px;
}
a:focus,
	.button:focus,
	.button.alt:focus,
	.button.added_to_cart:focus,
	.button.wc-forward:focus,
	button:focus,
	input[type="button"]:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus {
	    outline-color: none;
	}
/******************************************************************************/    
.navigation-area{
        float: left;
        width: 73.9%;
        text-align: right;
        padding: 24px 0;
}
.woocommerce-active .site-header .main-navigation{
    margin: 0;
    padding: 0;
    width: 100%!important;
}
.woocommerce-active .site-header .site-header-cart{
	text-align: center;
	padding: 0;
}
.site-header-cart .widget_shopping_cart{
	display: block;
	
}
.widget_shopping_cart_content{
	text-align: left;
}
.widget_shopping_cart_content .buttons a.button{
	margin-top: 10px;
}
.site-header-cart .cart-contents{
	padding: 0 1em 40px;
}
.site-header .site-branding, 
.site-header .site-logo-anchor{
	margin-bottom: 0;
	padding-top: 24px;
	padding-bottom: 24px;
}
.site-title a{
	font-size: 35px;
	text-transform: none;
}

.site-header-cart .cart-contents{
	padding: 10px!important;
}
.main-navigation ul li a{
	font-size: 14px;
	font-weight: 300;
}
.site-header-cart .cart-contents::after{
	position: static!important;
}
.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total{
	padding: 10px!important;
}
.site-header-cart .buttons a.button{
	display: block;
	width: 100%;
}
.main-navigation[role="navigation"] ul ul {
	display: block !important;
	margin-left:-9999px !important;
}
.main-navigation[role="navigation"] ul li:hover > ul,
.main-navigation[role="navigation"] ul li.ccadm-hover > ul,
.main-navigation[role="navigation"] ul a:focus+ul {
	margin-left:0 !important;
}

/* ==========================================================================
   Banner Area
   ========================================================================== */

#banner-area{
	background-position: center center;
    background-size: cover;
    padding: 60px 0 80px;
    position: relative;
}
#banner-area .flexslider{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#banner-area .product-slider .banner-product-image,
#banner-area .product-slider .banner-product-details{
	padding: 10px;
}
#banner-area .product-slider .banner-product-image{
	float: right;
	text-align: right;
	width: 40%;
	position: relative;
}
#banner-area .product-slider .banner-product-image img{
	display: inline-block;
}
#banner-area .product-slider .banner-product-details{
	float: left;
	width: 60%;
}
#banner-area .product-slider .banner-product-details h3{
	color: #242424;
	font-size: 30px;
	text-transform: none;
}
#banner-area .product-slider .banner-product-details .price{
	font-size: 24px;
	font-weight: 500;
}
#banner-area .product-slider .banner-product-details p{
	color: #242424;
}
#banner-area .product-slider .banner-product-details .onsale{
	color: #fff;
	border-color: #fff;
}
#banner-area .product-slider .banner-product-details a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 30px;
}
#banner-area .flex-control-nav li{
	margin: 0 2px;
}
#banner-area .flex-control-paging li a{
	background-color: #fff;
	height: 8px;
	width: 8px;
}
#banner-area .onsale {
    background-color: #242424;
    border: medium none;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    padding: 0.202em 0.618em;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
}


/* ==========================================================================
   Homepage Area
   ========================================================================== */
.page-template-template-homepage .site-main,
.page-template-template-homepage .content-area, .site-main, .content-area{
	margin-bottom: 0;
}

.site-main .storefront-product-categories .columns-3 ul.products li.product{
	background-size: cover;
	background-position: center;
	height: 300px;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product .cat-details h3{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product:hover .cat-details{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.site-main .storefront-product-categories .columns-3 ul.products li.product:last-child{
	margin-right: 0!important;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product .cat-details{
	display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    height: auto;
    width: 100%;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product img{
	margin: 0 auto;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product a{
	z-index: 2;
}
.site-main .storefront-product-categories .columns-3 ul.products li.product h3{
	color: #fff;
	margin: 0;
	padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-main .storefront-product-categories .overlay{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.storefront-product-section .section-title{
	font-size: 30px;
	text-transform: none;
	margin-bottom: 50px;
	text-align: left!important;

}
.storefront-product-section:last-child{
	border-bottom: none!important;
	margin-bottom: 0;
}
.storefront-product-section ul.products{
	margin-bottom: 0;
}
.storefront-product-section{
	 border-bottom: 1px solid #ededed!important;
}


/* ==========================================================================
   WooCommerce
   ========================================================================== */

.single-product div.product .images .woocommerce-main-image{
	text-align: center;
}
.single-product div.product .images .woocommerce-main-image img{
	display: inline-block;
}
ul.products li.product{
	border: 1px solid #ededed;
	padding: 10px 10px 10px;
}
ul.products li.product .onsale{
    background-color: #242424;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    height: auto;
    letter-spacing: 2px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
}
ul.products li.product .star-rating {
    font-size: 15px!important;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 10px;
	margin: 0 auto;
}
ul.products li.product.sale .star-rating{
	margin: 0;
}
ul.products li.product .price{
	font-size: 18px;
	font-weight: 700!important;
}
.cart-collaterals h2{
	text-transform: uppercase;
	margin-bottom: 30px;
}
.star-rating span:before{
	color: #ffd800!important;
}
ul.products li.product h3{
	text-transform: uppercase;
	font-weight: 300;
}
.page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator{
	float: none !important;
    width: 100% !important;
}
/* ==========================================================================
   Inner Page Area
   ========================================================================== */
.title-holder{
	background-position: center;
	position: relative;
	padding: 0px 0;
	background-color:#9b9b9b;
}
.title-holder .inner-title,
.title-holder .breadcrumbs-area{
	float: left;
	position: relative;
	width: 50%;
	z-index: 2;
}
.title-holder .breadcrumbs-area{
	text-align: right;
}
.title-holder .breadcrumbs-area nav{
	border: medium none;
    color: inherit;
    margin: 0;
    padding: 10px 0;
}
.title-holder .inner-title h1{
	margin: 0;
	text-transform: uppercase;
}
.site-header .product_list_widget li .quantity,
.site-header-cart .widget_shopping_cart{
	color: #fff;
}
.site-header-cart .cart-contents .count{
	opacity: 0.8;
}
/* ==========================================================================
   Post Area
   ========================================================================== */
.post-meta{
	border-bottom: 1px solid #ededed;
	padding-bottom: 33px;
	margin-bottom: 33px;
}
.hentry.type-post .entry-meta{
	float: none;
    margin-right: 0;
    width: 100%;
}
.hentry.type-post .entry-meta span{
	display: inline-block;
	margin-right: 20px;
}
.hentry.type-post .entry-content{
	float: none;
	width: 100%;
}
.hentry .entry-header{
	border: none;
}

article .blog-thumb{
	max-width: 200px;
	float: left;
}
article .blog-thumb img {
    border: 4px solid #fff;
    box-shadow: 0 0 4px 2px #ededed;
}
article .post-content-area {
    margin-left: 230px;
}
article .post-content-area .entry-header{
	display: inline-block;
	margin: 0;
}
article .post-content-area .entry-title{
	border: none;
	padding: 0;
	margin: 0;
}
article .post-content-area .entry-title a{
	font-size: 24px;
	font-weight: 800;
}
article .post-content-area .post-meta{
	margin: 0;
	padding: 0;
	border: none;
}
article .post-content-area .post-meta span{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
article .post-content-area .post-meta span a{
	font-weight: 300;
}
article .post-content-area .post-meta span:last-child,
article .post-content-area .post-meta .cat-links::before, 
article .post-content-area .post-meta .tags-links::before{
	margin-right: 0;
}
article .post-content-area .more-link{
	color: #fff;
    display: block;
    margin-top: 20px;
    max-width: 200px;
    padding: 8px 20px;
    text-align: center;
}
.comment-subscription-form{
	margin-bottom: 0;
	margin-top: 10px;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
.right-sidebar .content-area {
    width: 100%;
}
.right-sidebar .widget-area {
    width: 25.739%;
}
.left-sidebar .content-area {
    width: 69.913%;
}
.left-sidebar .widget-area {
    width: 25.739%;
}
.page-template-template-fullwidth-php .content-area{
	width: 100%;
}
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area{
	margin-bottom: 0;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry, .hentry{
	margin-bottom: 0;
	padding-bottom: 0;
	border:0px;
	
}
.left-sidebar.page-template-template-homepage .content-area{
	float: right;
}
.left-sidebar.page-template-template-homepage .widget-area,
.right-sidebar.page-template-template-homepage .widget-area{
	padding-top: 4.236em;
}
.widget h2.widget-title {
    background-color: #028468;
    border-bottom: 1px solid #ededed;
    color: #fff;
    font-weight: 400;
    margin: -10px -20px 10px;
    padding: 5px 20px;
    text-align: left;
}
.widget-area .widget {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 10px 20px;
}
.widget_search form, 
.widget_product_search form{
	margin-bottom: 0;
}
.widget-area ul li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
    padding: 10px 0;
}


/* ==========================================================================
   Footer Area
   ========================================================================== */
.site-footer{
	padding-bottom: 0;
}
.woocommerce-cart .site-footer,
.woocommerce-checkout .site-footer{
	border: none;
	padding-top: 0;
}
.footer-widgets{
	border: none;

}
.site-footer .credits-area{
	text-align: center;
	background:none;
}

/* ==========================================================================
   Media
   ========================================================================== */
   @media screen and (max-width: 1199px) {
		.col-full {
		    /*margin-left: 2.618em;
		    margin-right: 2.618em;
		    */
		}
   }

   @media screen and (max-width: 1042px) {
		/* ======================================
		Header Area
		======================================== */
   		.woocommerce-active .site-branding, 
   		.woocommerce-active .site-logo-anchor{
   			float: none!important;
   			margin: 0;
   			text-align: center;
   			width: 100%;
   		}
   		.navigation-area{
   			border-top: 1px solid #ededed;
		    margin-top: 20px;
		    float: none;
		    width: 100%;
   		}
   		.woocommerce-active .site-header .main-navigation{
   			padding: 0;
   		}
		.woocommerce-active .site-header .site-header-cart {
		    max-width: 200px;
		}
		.woocommerce-active .site-header .site-header-cart{
			padding: 20px 0 0;
		}
		.site-header-cart .cart-contents{
			padding: 0 0 20px 1em!important;
		}
		.navigation-area{
			text-align: center;
		}
		.woocommerce-active .site-header .site-header-cart{
			float: none;
			display: inline-block;
			padding-top: 0;
			vertical-align: top;
		}
		.site-header-cart .cart-contents {
		    padding: 10px !important;
		}

   }
   @media screen and (max-width: 767px) {
   		/* ======================================
		Header Area
		======================================== */
		.woocommerce-active .site-header .main-navigation{
			border-right: none;
			padding: 0;
		}
		.woocommerce-active .site-header .site-header-cart{
			text-align: left;
			margin: 0;
			padding: 0;
		}
		.site-header-cart .cart-contents::after{
			position: absolute!important;
		}
		.woocommerce-active .site-branding, 
		.woocommerce-active .site-logo-anchor{
			text-align: left;
		}
		.site-header-cart .cart-contents{
			margin-top: 20px;
		}
		.navigation-area {
		    border-top: medium none;
		    float: none;
		    margin-top: 0;
		    padding: 0;
		    width: 100%;
		}
		.menu-toggle{
			margin: 0;
		}
		.main-navigation ul{
			margin-bottom: 0;
		}
		.main-navigation[role="navigation"] ul ul,
		.main-navigation[role="navigation"] ul li.ccadm-hover > ul,
		.main-navigation[role="navigation"] ul a:focus+ul{
			margin-left: 20px!important;
		}
		.main-navigation ul li a:focus{
			outline-color: #fff;
		}
		/* ======================================
		banner Area
		======================================== */
		#banner-area{
			text-align: center;
		}
		#banner-area .product-slider .banner-product-image{
			display: none;
		}
		#banner-area .product-slider .banner-product-details{
			width: 100%;
		}

		/* ======================================
		woocommerce Area
		======================================== */
		.site-main .storefront-product-categories .columns-3 ul.products li.product{
			max-width: 100%;
		}
		ul.products li.product{
			max-width: 300px;
			margin-left: auto!important;
			margin-right: auto;
		}
		ul.products li.product .onsale{
			font-size: 12px;
		}
		.navigation-area #searchform{
			display: none;
		}
		.site-header-cart .widget_shopping_cart{
			display: none;
		}

		/* ======================================
		Sidebar Area
		======================================== */
		.right-sidebar .content-area,
		.right-sidebar .widget-area,
		.left-sidebar .content-area,
		.left-sidebar .widget-area {
		    width: 100%;
		}
		/* ======================================
		Blog Area
		======================================== */
		article .blog-thumb{
			float: none;
			margin: 0 auto;
			max-width: 400px;
		}
		article .post-content-area {
		    margin-left: 0;
		}
		
   }
   

.tel_wr{position:relative;float:left; margin:30px 0 0 100px;width:200px; background-color:#46cab2; z-index:10001; height:32px; overflow:hidden;  font-size:14px;}
.tel_wr img{position:absolute; top:2px; right:5px;} 
.tel_title{width:100%; text-align:center; height:32px;line-height:32px; color:white;}
.tel_1 {width:100%; background-color:#419b8f; text-align:center; height:32px;line-height:32px; color:white;}
.tel_2 {width:100%; text-align:center; height:32px;line-height:32px; color:white;  background-color:#46cab2;}
.tel_wr:hover {overflow:visible;}
.tel_wr:hover img{-webkit-transform: rotate(90deg); transform: rotate(90deg);  transition: 0.1s linear;}

.lang {position:relative;float:left; margin:34px 0 0 12px;}
.lang a {color:white; margin:5px;  padding:1px;}
.lang .act{background-color:#46cab2;}

.ocen_stoim{position:relative;float:left; margin:30px 0 0 10px; width:200px; background-color:#46cab2;  height:32px; color:white; text-align:center; line-height:32px; cursor:pointer; font-size:14px;}
.ocen_stoim_page{position:relative;float:left; margin:0px 0 0 0px; width:200px; background-color:#46cab2;  height:32px; color:white; text-align:center; line-height:32px; cursor:pointer; font-size:14px;}
.no-wc-breadcrumb .site-header {margin-bottom:0px;}
.site-footer{padding:0px;}
.home.blog .site-header{margin-bottom:0px;}

.main_banner{max-height:530px; position:relative; }

#hand_trans {position:absolute; width:13%; height:22%; top:64%; left:36%;  }
#hand_trans div {position:absolute; top:-40px; right:90%; width:0px; overflow:hidden; transition:  1s; pointer-events: none;}
#hand_trans:hover div{display:block; width:166px;}
#hand_trans div img{display:block; float:right;width:166px; max-width:166px; left:-166px;}

#top10 {position:absolute; width:15%; height:15%; top:20%; left:86%;  }
#top10 div {position:absolute;top:-92px; left:90%; width:0px;  overflow:hidden; transition:  1s; pointer-events: none;}
#top10:hover div{display:block; width:242px;}
#top10 div img{display:block; width:242px; max-width:242px;}

#opyt10 {position:absolute; width:22%; height:27%; top:60%; left:70%;}
#opyt10 div {position:absolute; top:-40px; right:90%; width:0px; overflow:hidden; transition:  1s; pointer-events: none;}
#opyt10:hover div{display:block; width:168px;}
#opyt10 div img{display:block; float:right;width:168px; max-width:168px; left:-168px;}


#prof_perev {position:absolute; width:7%; height:20%; top:20%; left:43%;}
#prof_perev div {position:absolute;top:-60px; left:30%; width:0px;  overflow:hidden; transition:  1s; pointer-events: none;}
#prof_perev:hover div{display:block; width:167px;}
#prof_perev div img{display:block; width:167px; max-width:167px;}


#verstka {position:absolute; width:12.5%; height:9%; top:31%; left:52%; }
#verstka div {position:absolute; bottom:10px; right:0%; width:0px; overflow:hidden; transition:  1s; pointer-events: none;}
#verstka:hover div{display:block; width:163px;}
#verstka div img{display:block; float:right;width:163px; max-width:163px; left:-163px;}

#ind_podh {position:absolute; width:20%; height:27%; top:6%; left:60%;}
#ind_podh div {position:absolute;bottom:60px; left:90%; width:0px;  overflow:hidden; transition:  1s; pointer-events: none;}
#ind_podh:hover div{display:block; width:187px;}
#ind_podh div img{display:block; width:187px; max-width:187px;}

#vych_vofice {position:absolute; width:6%; height:19%; top:21%; left:21%;}
#vych_vofice div {position:absolute;bottom:60px; right:0%; width:0px;  overflow:hidden; transition:  1s; pointer-events: none;}
#vych_vofice:hover div{display:block; width:197px;}
#vych_vofice div img{display:block; width:197px; float:right; max-width:197px; left:197px;}



.main_menu_type1{width:100%;height:198px;  position:relative; display:block; float:left;}
.main_menu_type2{width:33.333%; height:132px;  position:relative; display: block; float:left;}
.main_menu_type3{width:50%; height:132px;  position:relative; display: block; float:left;}
.main_menu_type4{width:100%; height:50px;  position:relative; display: block; float:left;}
.main_menu_type4 div span{width:100%; display:block; margin-top:-7px; text-align:center; line-height:120%; font-size:13px;}



.main_menu_type1 div, .main_menu_type2 div, .main_menu_type3 div, .main_menu_type4 div{display: table; position:absolute; bottom:0px;width:100%; height:50%; color:white; background-color:rgba(0,0,0,0.1);  text-transform: uppercase; font-size:15px; transition:  0.5s;}
.main_menu_type1 div span, .main_menu_type2 div span , .main_menu_type3 div span{display: table-cell; width:100%; height:100%; vertical-align: middle; text-align:center; line-height:120%;}
.main_menu_type1:hover, .main_menu_type2:hover,   .main_menu_type3:hover, .main_menu_type4:hover { -webkit-filter: contrast(110%);  -moz-filter: contrast(110%);  filter: contrast(110%);}
.main_menu_type1 img, .main_menu_type2 img, .main_menu_type3 img {position:absolute;top:50%; left:50%; margin-left:-25px; margin-top:-40px; z-index:2; }

.main_menu_type1 .stock{background:none; position:relative; color:white; text-align:center; margin-top:30px;}


.pages {display: table; width:100%; height:100%; color:#3a3c3b;}
.pages .pages_right{display: table-cell; width:20%; height:100%; background-color:#c0c0c0; float:left;}
.pages article {display: table-cell; width:100%; float:left;}

.pages_wr{float:left; width:100%; padding:40px; }

.page_m1 {width:100%; background-color:#3f7b9f; color:white; float:left;}
.page_m1 div {width:100%; text-align:center; padding:15px 0 10px 0; color:#fcfcca; background-color:#4488af; font-size:18px;  text-transform: uppercase;}
.page_m1 span {display:block; width:100%; line-height:120%; }
.page_m1 span ul {display:block; font-size:14px; padding: 0; padding-bottom:0px; margin-bottom:11px; margin-top:11px; margin-left:30px; margin-right:10px;  text-align:left}
.page_m1 span ul li{padding-left:0px; margin:0px; list-style:none; padding:0px; margin-bottom:10px; }
.page_m1 span ul li a{color:white; text-decoration:none; }

.pages ul {font-size:14px;}


.title_page {float:left;  margin-top:40px; padding:5px 10px 5px 40px; text-align:left; background-color:#56a2d4; min-width:233px; color:white; font-size:18px; text-transform: uppercase;}
.title_page_stock {float:right;  margin-top:40px; padding:5px 10px 5px 40px; text-align:left; background-color:#e22a26; min-width:233px; color:white; font-size:18px; text-transform: uppercase;}



#seo_wr0{background-color:#34495e; overflow:hidden; position:relative;  color:white;}
#seo_wr{background-color:#34495e;  color:white;  overflow:hidden; position:relative;  -webkit-transition: 3s; transition: 3s; margin-bottom:40px;} /*height:115px;*/
#seo_open{position:absolute; right:0px; bottom:0px; width:140px; text-align:center; background-color:#818b94; font-size:14px; cursor:pointer; z-index:1;        display:none;}
#seo_close{position:absolute; right:0px; bottom:0px; width:140px; text-align:center; background-color:#818b94; font-size:14px; cursor:pointer; z-index:0;       display:none;}

.top_text{float:left; line-height:130%; font-size:17px; margin-left:75px;color:white; margin-top:30px; width:210px;}
.tel_wr2{position:absolute; width:200px;}
.main_tap_menu1{float:left; width:20%;}
.main_tap_menu2{float:left; width:80%;}

.news_wr {width:100%;  background-color:white; overflow:hidden; }
.news_wr .news{max-width:770px; width:100%; color:#2f4254; margin-left:40px; margin-right:90px; border-top:1px dashed #8a8e8d; line-height:36px;}
.news_wr .news:first-child {border-top:0px;} 
.news_wr .news a {color:#383e3b;}

@media screen and (max-width: 600px) {
.main_menu_type1, .main_menu_type2, .main_menu_type3{width:100%;}
.main_tap_menu1{float:left; width:100%;}
.main_tap_menu2{float:left; width:100%;}

}
@media screen and (max-width: 1180px) {
.ocen_stoim{display:none;}
.top_text{display:none;}
.tel_wr{width:180px; margin-left:10px; margin-bottom:15px;}
.tel_wr2{width:180px;}
.pages .pages_right {display:none;}
.pages article {width:100%;}
.pages_wr{padding:0px;}
.lang a {color:white; margin:5px;  padding:1px;}
img{max-width:100%;}
.title_page_stock {display:none;}
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.mainpage_text
{
overflow:hidden; float:left; width:100%;
}
.mainpage_text .z1 {
height: 65px; text-align: center; width: 100%; color: white;  line-height: 65px; font-size: 20px;
}
.mainpage_text .z2 {
height: 65px; text-align: center; width: 100%; color: white;  line-height: 65px; font-size: 18px;
}
.mainpage_text .content {
padding:40px; 
box-sizing:border-box;
}






h1{
font-family: 'PT Sans Caption', sans-serif !important;
font-size:32px;
font-weight:normal;
}

.cont_back
{
box-sizing: content-box;
width:100%;
background-color:#f8f8f8;
margin:0 -40px 20px -40px;
padding:30px 40px 5px 40px;
}


.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media screen and (max-width: 640px) {
	.hide-on-mobile 
	{ display: none; }
}
