.wrapper {overflow: hidden;}

h1, .uk-h1 {font-weight: 700;}
h1 span {color: #E98A1C;}
.uk-accordion-title {font-size: 1.5rem;}
.uk-heading-bullet::before {border-left: calc(10px) solid #1D8F83; border-right: calc(10px) solid #74C043; width: 10px; background: #39B54A;}

.bottle-col .bottle {}
.bottle-col .bottle img {position: relative; z-index: 10; margin-top: 0; animation: float 3s ease-in-out infinite;}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-30px);
	}
	100% {
		transform: translatey(0px);
	}
}

.bottle-col:hover .bottle {}
.bottle-col:hover .bottle img {}

.bottle-col .deco .shade {position: absolute; background: rgba(0,0,0,0.2); top: 100%; left: 0; border-radius: 500px; width: 100%; height: 60px; filter: blur(20px); animation: float2 3s ease-in-out infinite;}

@keyframes float2 {
	0% {
		transform: scale(0.8);
        background: rgba(0,0,0,0.2);
	}
	50% {
		transform: scale(1.1);
        margin-top: 0;
        background: rgba(0,0,0,0.1);
	}
	100% {
		transform: scale(0.8);
        background: rgba(0,0,0,0.2);
	}
}

.logo-line span {font-weight: 700; font-size: 2.625rem; filter: grayscale(1); opacity: 0.1; transition: 0.3s all;}
.logo-line:hover span {filter: grayscale(0); opacity: 1; color: #333;}

.bar {background: #158A80; height: 60px; margin-left: 60px;}
.bar2 {background: #26A349; height: 60px; width: 60px; float: left;}
.bar3 {background: #7DC242; height: 60px; width: 120px; margin-left: 60px;}
.bar4 {background: #B7D55F; height: 60px; width: 60px; float: left;}
.bar5 {background: #8ECCA1; height: 60px; width: 60px; margin-left: 180px;}

.contacts-top {}
.contacts-top::before {content: ' '; border-left: calc(30px) solid #1D8F83; border-right: calc(30px) solid #74C043; width: 30px; background: #39B54A;}

.uk-box-shadow-bottom::before {background: #bbb;}
.cert a img {transition: all ease 1s;}
.cert a:hover img {}

.fa-phone {transform: translateY(-3px);}

.offbutton {position: fixed; bottom: 20px; right: 20px; background: #fff !important; z-index: 100;}

@media (max-width: 1199px) {
	.logo-line {margin-bottom: 0 !important; text-align: center;}
	.logo-line img {filter: grayscale(0); opacity: 1; width: 80%;}
	.bottle-col .bottle img {animation: none; height: 400px; width: auto;}
	.bottle-col .deco .shade {display: none;}
	.bottle-col {margin-top: 20px !important;}

	.contacts-top {padding-left: 30px;}
	.contacts-top .uk-grid-margin {margin-top: 10px !important;}
	
	h1, .uk-h1 {font-size: 1.6rem;}
}

