/*
Theme Name: Theme by Fartenko
Author: Fartenko
Version: Beta 2
background: url(../images/left.png) repeat-y  left, url(../images/right.png) repeat-y  right, #d9f2c9 /* , url(images/back.jpg);
background: url(http://narlik.lviv.ua/wp-content/uploads/2018/07/sraka.png), #d9f2c9;
*/



body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	background: url(../images/bg.jpg) repeat-y ;
	background-size: cover;
	background-attachment: fixed;
}

a:link,
a:visited{
	text-decoration: none;
	color: #008E04;

}
a:hover{
	color: #0090FF;
}

p{
	line-height:1.65em;
}

h1{
	font-family: Tahoma; /*Monotype Corsiva;*/
}

/*General Layout*/
div.container{
	/* min-width: 400px; */
	/* max-width: 80%; */
	margin: 0px auto;
	background-color: #fff;
	/*box-shadow: 0 0 50px 25px #fff;*/
}

article.post{
	border-bottom: 1px solid #C2C2C2;
	min-height:314px;
	transition:all 0.3s;
	/*box-shadow: 0 0 50px 25px #fff;*/
	background-color: #fff;
}
article.post>p{
	margin-left: 50px;
	margin-right: 35px;
}

article.post>h2{
	margin-left: 75px;
}

.current-menu-item{
	z-index: 9999;
}

article.post:last-of-type{
	border-bottom: none;
}
/* article.post:hover:not(.single):not(.page){
	/*border-left: 1px solid #006ec3;
	transform:translate(20px,0px);
	transition:all 0.15s;
} */

/*Header*/
.site-header {
	/*border-bottom: 1px solid #999;*/
	z-index: 999;
}

.header-image{
	float: left;
	width: 350;
	height: 200;
}
/*Description*/
.site-description{
	
}


/*Main Column*/
.main-column{
	width:66%;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	/*box-shadow: 0 0 20px 10px #fff;*/
}

/*Secondary Column (Sidebar)*/
.secondary-column{
	width:25%;
	background-color:#FFF;
	float: right;
	margin-top: 65px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px solid #DEDEDE;
	margin-bottom: 10px; 
	/*box-shadow: -1px 1px 4px rgba(0,0,0,.1);*/
	/*box-shadow: 0 0 5px 2px #fff;*/
}
/*Widgets*/
div.widget-item ul,
div.widget-item li{
	font-family: Arial, sans-serif;
	font-size: 105%;
	list-style: none;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #fff;
	transition: all 0.4s;
}
div.widget-item li:hover{
	/*box-shadow: 0 0 4px #006ec3;*/
	transform:translate(10px,0px);
	transition: all 0.2s;
}

/*Container*/

/*Footer*/
.site-footer{
	float:bottom;
	font-size : 75%;
	border-top: 3px solid #999;
	border-bottom:1px dotted #999;
	background-color: #F2F2F2;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

/*Nav Menus*/
.site-nav ul{
	margin: 0;
	padding: 0;
	z-index: 999;
}

/* .site-nav ul:before, .site-nav ul:after{content: "";display: table; }
.site-nav ul:after{ clear: both;}
/* .site-nav ul:{ *zoom: 1;} 
.site-nav ul:after{ *zoom: 1;} */

.site-nav ul li {
	list-style: none;
	float: left;
	z-index: 999;
}
/*Site Header Menu*/
.site-header nav ul li {
	margin-right: 5px;
	z-index: 999;
}

.site-header nav ul li a:link,
.site-header nav ul li a:visited{
	display: block;
    padding: 12px 22px;
    border-bottom: none;
    text-decoration: none;
    transition: all 0.25s;
	z-index: 999;
}

.site-header nav ul li a:hover {
	/*background-color: #E3E3E3;
	color: #004880;
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
	border-top-color: #0090FF;
	transform:translate(0px,5px);*/
	transition: all 0.25s;
	z-index: 999;
}

.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited{
	background-color: #006ec3;
	color: #FFF;
	font-weight: bold;
	border-top-color: #0090FF;
	border-left-color: #0090FF;
	border-right-color: #0090FF;
	box-shadow: 0 0 6px #006ec3;
	z-index: 999;
}

/*Site Footer Menu*/
.site-footer nav ul li{
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #BBB;
	z-index: 999;
}


/*Page layout*/
article.page h2{
	font-size: 200%;
}

/*Info Box Styles*/
div.info-box{
	width:30%;
	float:right;
	margin: 0 0 30px 30px;
	padding: 20px;
	background-color : #E3E3E3;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

div.info-box h4{
	margin-bottom: 6px;
	font-weight: bold;
}
div.info-box p{
	font-size: 85%;
}

/*Image Styles*/
img{
	max-width: 100%;
	height: auto;
}
.has-thumbnail{
	position: relative;
	padding-left:200px;
}

.post-thumbnail{
	position:absolute;
	top:0;
	left:0;
}
.res{
	max-width: 300px;
}
/*Search Styles*/
div.header-search{
	float: right;
}

div.header-search label{
	position:absolute;
	left:-99999px;
}

div.header-search #searchsubmit{
	background-color: #006ec3;
	color: #FFF;
	padding: 5px 14px;
	border:none;
	vertical-align:top;
	/*box-shadow: 0 0 4px rgba(0,0,0,.4);*/
}
div.header-search #searchsubmit:hover{
	/*transition:all 0.25s;
	 box-shadow: 0 0 8px #006ec3;*/ 
}
div.header-search #s {
	vertical-align:top;
	padding: 4px 0;
	/* box-shadow: 0 0 4px rgba(0,0,0,.4); */
}
div.header-search #s:hover {
	/*box-shadow: 0 0 4px #006ec3;*/
}

.color-violet a {
	color: violet !important;
	font-weight: bold;
}

#menu-primary-menu-links ul li:last-child {
	color: violet !important;
	font-weight: bold;
}
div.container{
	padding-bottom: 40px;
}
.photo-doc{
	max-width: 500px;

  }
  .inform-blog{
	display: flex;
	gap: 20px;
  }
@media screen and (max-width:1060px) {
	.site-header nav ul li a:link, .site-header nav ul li a:visited{
		margin-left: 12px;
		padding: 8px 12px;
	}
	.product-item{
		max-width: 300px;
		max-height: 300px;
	}
	.photo-prod{
		max-width: 220px;
	}
	.content-recom p{
		margin: 0;
	}
	.prod-popup-croh h2{
		font-size: 14px;
	}
	div.container{
		max-width: 90%;
	}
	.list-coments{
		margin: 4px 0 4px 40px;
	}
	.content-item{
		margin-bottom: 30px;
	}
	.list-coments{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.photo-doc{
		margin: 0 auto;
	}
	.inform-blog {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}
}
@media screen and (max-width:800px) {
	.site-header h1{
		font-size: 20px;
	}
	.header-image{
		width: 80px !important;
	}
	.site-header a {
		padding-left: 80px;
	}
	.site-description h3{
		padding-left: 80px;
		font-size: 16px;
	}
	.header-image-banner{
		top: 94px;
  		height: 136px;
		background-position-y: 44%;
	}
	.site-nav{
		margin-top: 160px;
	}
	#menu-primary-menu-links{
		display: none;
	}
	.nav-items{
		position: relative;
		flex-wrap: wrap;
		
	}
	.nav-items p{
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}
	.nav-items p:last-child{
		color: #006ec3;
	}
	.product-med, .information{
		padding: 4px 0;
	}
	.by-now{
		padding: 12px 14px;
	}
	/* body{
		min-width: 92vh;
		font-style: 16px;
		/* max-width: 100vh; 
	} */
	/* html{
		width: 90vh;
	} */
	.header-image{
		width: 80px !important;
	}
	.site-header a{
		padding-left: 40px !important;
		font-size: 12px;
	}
	.site-description h3 {
		padding-left:50px !important; 
		font-size: 14px !important;
		margin-top: 6px;
	}
	h1{
		font-size: 20px;
	}
	
}
 @media (max-width:560px) and (min-width:310px) { 
	.product-conteiner{
		flex-direction: column;
    	align-items: center;
	}
	.block-stars li{
		width: 18px;
		height: 18px;
	}
	/* div.container{
		width: 98%;
		max-width: 98%;
	} */
	
	
	.product-conteiner{
		flex-direction: column;
   		 align-items: center;
	}
	.header-image{
		width: 80px !important;
	}
	.header-image-banner {
		top: 85px;
		height: 100px;
		background-position-y: 37%;
	}
	.site-nav {
		margin-top: 112px;
	}
	.nav-items li{
		font-size: 14px;
	}
	/* div.container{
		padding: 10px 4px;
		margin-left: auto;
		margin-right: auto;
	} */
	.coments{
		flex-direction: column;
	}
	.siti-pers, .name-pers, .photo-pers{
		display: inline-block;
	}
	.com-persen{
		width: 100%;
		margin-bottom: 10px;
	}
	.block-stars, .dost-content{
		padding-left: 0;
	}
	.content-recom p{
		font-size: 14px;
	}
	.reiting-d, .reiting-d::before{
		width: 120px;
	}
	.rei-m::before {
		width: 113px;
	}
	.product-item{
		max-width: 260px;
	}
	.prod-info-content h2{
		text-align: center;
	}
	html, body{
		overflow-x: hidden;
	}
}
@media all and (max-width: 520px) {
    .block1 {
        width: 100%;
    }
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"),
    url(https://vurysay.homes/lander/f6mq4lm5c8/b_assets/fonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.custom-social-proof {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000!important;
}

.custom-social-proof .custom-notification {
    width: 235px;
    border: 0;
    text-align: left;

    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
	box-shadow: 2px 2px 10px 2px rgb(16 80 50 / 20%);
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    border: 1px solid #83f067;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 90px;
    background: #cedae582;
}

.custom-social-proof
	.custom-notification
	.custom-notification-container
	.custom-notification-image-wrapper
	img {
		height: 100%;
		width: 100%;
		overflow: hidden;
		border-radius: 6px 0 0 6px;
		object-fit: cover;
		vertical-align: middle;
	}
	.custom-notification-image-wrapper{
		height: auto;
		width: 46px;
		margin-right: 8px;
	}
.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 8px;
    padding-right: 10px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper
.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper
.custom-notification-content
small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}

  html{
	scroll-behavior: smooth;
  }
.information, .product-med, .post.page{
	padding: 0 20px;
}

.photo-doc img{
	display: block;
	margin: auto;
}