/*video section*/
.home header{background:none;border:none;}
.home .woocommerce-message{display:none!important;}
.hentry.type-page .entry-header{position: static!important}
@media (max-width: 768px){
	.hentry.type-page .entry-header{position: static!important}
	.hentry.type-page .entry-header h1 {font-size:24px;}
}
::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 5px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 12px;
	background-color: rgb(229, 245, 255, /0);
}
::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: rgb(180, 226, 255);
	max-height:300px;
	height:300px;
}

@font-face {
   font-family: 'CityFlower';
   src: url(../fonts/CityFlower.ttf);
   font-weight: normal;
   font-style: normal;
}


@media (min-width: 769px){
	.home .bg-white{
	  background-color: rgb(255, 255, 255);
	}

	.home .bg-white .site-header-cart .cart-contents::after{
		background-image: url(./../img/cart.png)!important;
	}
	.home .bg-white .headerPhones a{
		color:#000;
	}
	.home .bg-white .desktop-header-nav .headerMenu a{color:#000;}

	.home .site-header-cart .cart-contents::after{
		background-image: url(./../img/redesign/cart-white.png)!important;
	}
	.home .headerPhones a{
		color:#fff;
	}

	.desktop-header-nav .headerMenu a{
		margin: 0 7px;
	    font-size: 12px;
	}

	.home .desktop-header-nav .headerMenu a{
		color:#fff;
	}

	.home .bg-white .desktop-header-nav .headerMenu a:hover, .desktop-header-nav .headerMenu a:hover{
		text-decoration: none;
		color:#34a7ee;
	}

	.desktop-header-nav .headerMenu .current-menu-item a::after, .desktop-header-nav .headerMenu a:hover::after{
		content: '';
	    display: block;
	    width: 50px;
	    height: 1.5px;
	    background: #34a7ee;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.desktop-header-nav .headerMenu .current-menu-item a{
		color:#34a7ee;
	}
	.desktop-header-nav .headerMenu .current-menu-item a::after{
		background: #34a7ee;
	}
}

@media (min-width:1360px){
	.desktop-header-nav .headerMenu a{
		margin: 0 20px;
	    font-size: 12px;
	}
}



@media (max-width: 768px){
	.home .bg-white{
	  background-color: rgb(255, 255, 255);
	}
	.sp-horizontal .sp-arrows{
		top: 80px;
	}
	.site-header-cart .cart-contents::after{
		right:-12px;
	}
}

.arnika-header-logo img{max-width:160px;}

.header-social{display: flex;margin-right:30px;}
.social a{width: 32px;height: 32px;margin: 5px;}
.social a img{border-radius:7px;}

.headerPhones{
	margin-right:20px;
}


/*cart*/
.widget_shopping_cart{
	left:-75%!;
	min-width:250px;
}

.site-header-cart:hover .widget_shopping_cart{
	transform: translate(-100px, 0);
}

.cart-contents .woocommerce-Price-amount {
	position: absolute;
	top: 20px;
    left: -20px;
}
.site-header-cart .cart-contents .count{
	display:inline-block;
	transform: translate(-20px,10px);
}
.home .cart-contents .count, .home .cart-contents .woocommerce-Price-amount {
	color:#fff;
	font-size:14px;
}
.home .bg-white .cart-contents .count, .home .bg-white .cart-contents .woocommerce-Price-amount {
	color:#000;
}


/*end carts*/

.desktop-header-nav .headerMenu{
	justify-content: space-between;
    position: static;
    background: none;
    border: none;
    display: flex;
}


#content{margin-top:110px;}
.home #content{margin-top:0px;}


.firstBlockDesktop h2{
	margin-top: 60px;
    margin-bottom: 35px;
}

.firstBlockDesktop h2, .whyUs h2{
	color:#2945a1;
	font-family: CityFlower;
	text-transform: none!important;
	font-weight: 500!important;
}
.whyUs h2{
	margin-top: 40px;
    margin-bottom: 60px;
}
.delivery .titleInverted{
	font-family: CityFlower;
	text-transform: none!important;
	font-weight: 500!important;
}


/*video*/
.header-section {
    position: relative;
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
    background-image: url(../img/zaglushka.jpg);
    -webkit-background-size: 100% 100%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.header-section video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.filter {
    overflow: hidden;
    background: url(../img/redesign/shadow-video.png) no-repeat center center;
    background-position: top center!important;
    background-size: contain!important;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jquery-background-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.video-caption-wrapper{
	width:70%;
	padding:50px;
	background: rgb(9 99 200 / 45%);
	background: #0963c873;
	text-align:center;
	border-radius: 5px;
}
.video-caption-wrapper .video-caption-subtitle{
	font-size:2.5em;
	color:#fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 200;
	position: relative;
	width: 90%;
    margin: auto;
    margin-bottom: 35px;
}
.video-caption-wrapper .video-caption-subtitle::before,
.video-caption-wrapper .video-caption-subtitle::after{
	content: '';
    position: absolute;
    display: block;
     top: 55%;
    height: 1px;
    width: 25%;
    background: #fff;
    z-index: 0;
}

.video-caption-wrapper .video-caption-subtitle::before{left:0;}
.video-caption-wrapper .video-caption-subtitle::after{right:0;}

.video-caption-wrapper .blueBtn{
	padding: 10px 50px;
	display:inline-block;
}
.video-caption-wrapper h1{
	font-family: CityFlower;
	color:#fff;
	font-size:3.5em;
	text-transform: none!important;
	font-weight: 500!important;
	margin-bottom:0;
}
@media (min-width:1700px){
	.video-caption-wrapper h1{font-size:3.9em;}
}
@media (max-width:1500px){
	.video-caption-wrapper .video-caption-subtitle::before,
	.video-caption-wrapper .video-caption-subtitle::after{
		 width: 20%;
	}
	.video-caption-wrapper h1{
		font-size:3em;
	}
	.video-caption-wrapper .video-caption-subtitle{
		font-size:2.3em;
	}
}
@media (max-width:1200px){
	.video-caption-wrapper .video-caption-subtitle::before,
	.video-caption-wrapper .video-caption-subtitle::after{
		 width: 20%;
	}
}
@media (max-width:1100px){
	.video-caption-wrapper .video-caption-subtitle::before,
	.video-caption-wrapper .video-caption-subtitle::after{
		 width:0;
	}
}
/*end video*/


/*products*/
.firstBlock{
	background: url(../img/redesign/background-products.png);
	background-size: cover;
    background-position: center;
    margin-bottom: 0
}

#contentsale, #contentmedecine{
	display: none;
}

.main-water-desktop-item-wrapper {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	max-width:1400px;
	padding:0 20px;
	max-height: 1060px;
	overflow-y: scroll;
}
.main-water-desktop-item{
	width:50%;
	padding:25px;
	display:flex;
}

.main-water-desktop-item-img{
	min-width:25%;
	z-index:1;
}
.main-water-desktop-item-idescription{
	width:75%;
}
.main-water-desktop-item-description-title{
	text-transform: uppercase;
	font-weight:bold;
	margin: 30px 15px 15px 15px;
	position: relative;
}

.main-water-desktop-item-description-text{
	background-color: rgb(229, 245, 255);
    padding: 10px 20px 20px 25px;
    border-radius: 0 20px 0 0;
    margin-left: -10px;
    z-index: 0;
    font-size: 15px;
    z-index:0;
}
.main-water-desktop-item-description-buttons{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0 15px;
}
.blueBtn {
    padding: 10px 37px;
    font-size: 18px;
}
.main-water-desktop-item-description-buttons .blueBtn {
    padding: 7px 35px;
}
.main-water-desktop-item-description-buttons div{
	text-transform: uppercase;
    font-weight: bold;
}
.firstBlock .sp-horizontal .sp-next-arrow, .firstBlock .sp-horizontal .sp-previous-arrow{
	top:5px;
}

.main-sale-price-label{
	color: #ec5655;
    position: absolute;
    top: -28px;
    font-size: 13px;
    line-height: 18px;
    padding: 0 5px;
    border: 2px solid #ec5655;
    border-radius: 5px;
}
.price-with-sale .main-regilar-price{
	text-decoration: line-through;
	font-size:14px;
}
.main-regular-price, .main-sale-price{
	color: #ec5655;
}
.main-water-desktop-item-description-buttons div{
	font-size:20px;
}
.main-water-desktop-item-description-buttons div .main-regilar-price, .main-water-desktop-item-description-buttons div .main-sale-price{
	text-transform: lowercase;
}
/*end products*/

/*delivery*/
.home .delivery{background: url(../img/redesign/delivery-background.png) no-repeat center center;}
/*end delivery*/

/*why us*/
.whyUs{background: url(../img/redesign/why-us-background.png) no-repeat top center;}
/*why us end*/


/*footer*/
.footerLogo a img{max-width:160px;}
.footerText i{color: #a9a9a9;}
.footerText p:nth-child(3), .footerText p:nth-child(4){margin-bottom:0;}
footer .social {display: flex; justify-content: space-around;}
/*end footer*/

@media (max-width: 1650px) {
	.delivery .wrapper {
	    padding: 50px 0;
	}
	.home .deliveryMain{
		flex-direction: row;
	}
	.main-water-desktop-item-wrapper {max-width:1300px;}
}


@media (max-width: 1400px) {
	.tabsWrapper{
		margin:20px auto;
	}
}

@media (max-width: 1400px) {
	.firstBlock .slider-type-1{
		margin-top:40px;
	}
}

@media (max-width: 1065px) {
	.home .col-full{
		margin-left:0!important;
		margin-right:0!important;
	}
}

@media (min-width: 769px){
	.headerHambWrapper,.headerHamb{
		display:none;
	}
}

.contactsPage{
	margin-top:50px;
}
@media (max-width: 768px){
/* Eugene edition	
 * .header-social, .desktop-header-nav, .header-section {
		display: none;
	} */
	.header-section {
		height: 75vh;
	}
	.header-social, .desktop-header-nav {
		display: none;
	}
	.header-section video {
		display: none;
	}
	.header-section {
		background-position: center;
	}
	.video-caption-wrapper {
		width: 100%;
		height: 100vh;
		padding: 150px 20px 0 20px;
		border-radius: 0;
	}
	.video-caption-wrapper h1 {
		position: relative;
		font-size: 2.8em;
	}
	.video-caption-wrapper h1:after {
		position: absolute;		
		content: "";
		bottom: 0;
		left: 50%;
		transform: translate(-114px, 5px);
    	width: 225px;
		height: 1px;
		background: #ffffff99;
	}
	.video-caption-wrapper .video-caption-subtitle {
		font-size: 2em;
	}
	
	
	.page-template-arnika-cart #content {
		margin-top:160px
	}
	.page-template-arnika-checkout #content{
		margin-top:210px
	}
	.home #content {
	    margin-top: 160px;
	}
	.why-us-slider{
		max-width:90%;
	}
	.home .deliveryMain{
		flex-direction: column;
	}

	.home .delivery{
		background-size:cover;
		margin-top: -35px;
    	margin-bottom: -35px;
	}
	.delivery .wrapper{
		padding:0;
	}
	.delivery {
	    padding: 43px 0 80px 0;
	}
	.contactsPage{
		margin-top:100px;
	}

	.arnika-header-logo{
		margin: auto;
	    margin-right: -55px;
	    margin-left: 25px;
	}

}

@media (max-width: 600px){
	.deliveryMain {
	    padding: 0 20px;
	}
	.site-branding{
		width:auto!important;
	}
	#site-header-cart span{
		display:none;
	}
}

@media screen and (min-width: 370px) and (max-width: 768px){
	.firstBlock .sp-horizontal .sp-previous-arrow {
	    left: -10px;
	}
	.firstBlock .sp-horizontal .sp-next-arrow {
	    right: -10px;
	}
	.firstBlock .slider-pro p.sp-layer {
	    left: 20px!important;
	    right: 20px!important;
	    text-align: center;
	}
	.firstBlock .sp-slides .textAndButton {
	    min-height: 140px;
	    display: flex;
    	align-items: center;
	}
	.whyUsOnefeature {
	    padding: 185px 15px 0 15px;
	}
}

@media (max-width: 420px){
	.headerMobHidden .imgsBlock img {
	    max-width: 340px;
	}
}
@media (max-width: 400px){
	.headerMobHidden .imgsBlock img {
	    max-width: 300px;
	}
	.video-caption-wrapper .video-caption-subtitle {
		font-size: 1.8em;
	}
}
@media (max-width: 360px){
	.headerMobHidden .imgsBlock img {
	    max-width: 220px;
	}
	.arnika-header-logo{
		margin-left:0;
	}
	.site-header-cart .cart-contents::after {
	    right: 4px;
	}
}



@media screen and (max-width: 518px){
	.firstBlock .sp-layer .orderBlock {
	    flex-direction: row;
	    position: absolute;
	    bottom: -84px;
	    width: 300px;
	    left: -90px;
	    justify-content: space-around;
	}
	.firstBlock .sp-slides .details {
	    position: absolute;
	    bottom: -130px;
	}
}


@media (max-width: 420px){
	.headerPhonesHidden a {
	    font-size: 14px;
	}
}

@media (max-width: 470px){
	.titleInverted {
	     top: 25px;
	}
}


@media (max-width: 390px){
	.headerPhonesHidden a {
	    font-size: 13px;
	}
	.headerPhonesHidden a:nth-child(1), .headerPhonesHidden a:nth-child(2) {
	    margin-right: 10px;
	}
}


/*map*/
#deliveryMap{
	position: relative;
}
#deliveryMapBackground{
	/*visibility: hidden;*/
	/*display: none;*/
}
#deliveryMapBackground{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
	background-image: url(./../img/redesign/arnika-map.jpg)!important;
	background-size: cover;
	background-position: center;
}
@media (max-width: 1650px){
	.deliveryMap {
	    width: 530px;
	    margin-left: 40px;
	    height: 360px;
	}
}

@media (max-width: 768px){
	.deliveryMap {
	    width: 100%;
	    margin-left: 40px;
	    margin-right: 40px;
	}
}

/*end map*/

/*fixed dich*/
.hentry.type-page .entry-header {
	text-align: center;
    border-bottom: 0;
    margin-bottom: 0;
    position: static!important;
    margin-top: 50px;
}

@media (max-width: 768px){
	.hentry.type-page .entry-header {
		font-size: 12px;
	}
}


/*end fixed dich*/