/*----Global Css-----*/
@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.eot');
	src: local('☺'), url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf') format('truetype'), url('../fonts/Oswald-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CyrillicHover';
	src: url('../fonts/CyrillicHover.eot');
	src: local('☺'), url('../fonts/CyrillicHover.woff') format('woff'), url('../fonts/CyrillicHover.ttf') format('truetype'), url('../fonts/CyrillicHover.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'corinthia';
	src: url('../fonts/corinthia.eot');
	src: local('☺'), url('../fonts/corinthia.woff') format('woff'), url('../fonts/corinthia.ttf') format('truetype'), url('../fonts/corinthia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
	
	.order_info_block li {
	    font-weight: 300 !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

* :focus {
	outline: none;
}

[hidden] {
	display: none !important;
}

html {
	font-family: 'Oswald-Light', sans-serif;
	font-size: .9em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	overflow-x: hidden;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

/***---Navigation Menu---***/
#m-menu{
	display: none;
}
#menu {
	position: fixed;
	top: 50%;
	left: 1%;
	z-index: 1;
	width: 150px;
	margin-top: -140px;
	font-size: 0.8em;
}

#menu ul li {
	display: block;
	margin-bottom: 15px;
}

#menu ul li a {
	text-decoration: none;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: all 150ms linear 0s;
}

#menu ul li a:hover {
	letter-spacing: 1px;
	transition: all 150ms linear 0s;
}

#menu ul li a:before {
    content: '';
    display: inline-block;
    width: 30px;
    position: relative;
    height: 30px;
    background: url(../img/li.png);
    background-size: 70px;
    vertical-align: middle;
    margin-right: 15px;
    top: -3px;
}

#menu ul li.active a {
	letter-spacing: 1px;
	transition: all 150ms linear 0s;
}

#menu ul li.active a:after {
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	background-color: rgb(100, 191, 40);
	border-radius: 50%;
	top: -2px;
	margin-left: 5px;
	display: inline-block;
}

/*White Menu*/

.fp-viewing-mainSlide #menu ul li a,
.fp-viewing-waterStandarts #menu ul li a,
.fp-viewing-orderInfo #menu ul li a {
	color: #fff;
}

.fp-viewing-mainSlide #menu ul li:nth-child(1) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(1) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(1) a:before {
    background-position-x: 0px;
    background-position-y: -2px;
}

.fp-viewing-mainSlide #menu ul li:nth-child(2) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(2) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(2) a:before {
    background-position-x: 1px;
    background-position-y: -42px;
}

.fp-viewing-mainSlide #menu ul li:nth-child(3) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(3) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(3) a:before {
    background-position-x: 0px;
    background-position-y: 155px;
}

.fp-viewing-mainSlide #menu ul li:nth-child(4) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(4) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(4) a:before {
    background-position-x: 0px;
    background-position-y: -126px;
    height: 28px;
}

.fp-viewing-mainSlide #menu ul li:nth-child(5) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(5) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(5) a:before {
    background-position-x: 0px;
    background-position-y: 72px;
}

.fp-viewing-mainSlide #menu ul li:nth-child(6) a:before, .fp-viewing-waterStandarts #menu ul li:nth-child(6) a:before, .fp-viewing-orderInfo #menu ul li:nth-child(6) a:before {
    background-position-x: 1px;
    background-position-y: 34px;
}

/*Grey Menu*/

.fp-viewing-whyWe #menu ul li a,
.fp-viewing-deliveryMap #menu ul li a,
.fp-viewing-aboutWater #menu ul li a {
	color: #464343;
}

.fp-viewing-whyWe #menu ul li:nth-child(1) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(1) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(1) a:before {
    background-position-x: -40px;
    background-position-y: -2px;
}

.fp-viewing-whyWe #menu ul li:nth-child(2) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(2) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(2) a:before {
    background-position-x: -39px;
    background-position-y: -42px;
}

.fp-viewing-whyWe #menu ul li:nth-child(3) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(3) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(3) a:before {
    background-position-x: -40px;
    background-position-y: -84px;
}

.fp-viewing-whyWe #menu ul li:nth-child(4) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(4) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(4) a:before {
    background-position-x: -40px;
    background-position-y: -126px;
    height: 28px;
}

.fp-viewing-whyWe #menu ul li:nth-child(5) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(5) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(5) a:before {
    background-position-x: -40px;
    background-position-y: 72px;
}

.fp-viewing-whyWe #menu ul li:nth-child(6) a:before, .fp-viewing-deliveryMap #menu ul li:nth-child(6) a:before, .fp-viewing-aboutWater #menu ul li:nth-child(6) a:before {
    background-position-x: -39px;
    background-position-y: 34px;
}

/* Toggle Menu CSS */

.toggle-mobile-btn {
	display: none;
	line-height: 80px;
	width: 28px;
	transition: 0.3s;
	z-index: 1;
	position: fixed;
}

.toggle-mobile-btn span:after,
.toggle-mobile-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

.toggle-mobile-btn span:after {
	top: 9px;
}

.toggle-mobile-btn span {
	position: relative;
	display: inline-block;
}

.toggle-mobile-btn span, .toggle-mobile-btn span::after, .toggle-mobile-btn span::before {
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s;
    backface-visibility: hidden;
}

.toggle-mobile-btn.open span {
	background-color: transparent;
}

.toggle-mobile-btn.open span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

.toggle-mobile-btn.open span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

/* Toggle Menu CSS End */
/*END Navigation Menu*/

/***---Social Menu---***/

.social-menu-wrapper.not-active {
    left: 50%;
    margin-left: -55px;
    top: 80%;
    width: 110px;
    height: 110px;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.08s ease-in-out;
    transition: all 0.08s ease-in-out;
    display: none;
}

.social-menu-wrapper {
	position: fixed;
	left: 50%;
	margin-left: -110px;
	bottom: -100px;
	display: block;
	width: 220px;
	height: 430px;
	z-index: 3;
}

.social-menu {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.08s ease-in-out;
	transition: all 0.08s ease-in-out;
}

.social-menu.open {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.icon-holder {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 4rem;
	height: 100%;
}

.not-active .social-menu-btn {
	padding: 0;
}

.social-menu-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    width: 100px;
    height: 100px;
    margin: -50px;
    background: url(../img/6.png);
    background-size: contain;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.not-active .social-menu-btn .not-active-social-menu-btn-txt {
    position: absolute;
    z-index: 11;
    display: block;
    height: 40px;
    text-transform: uppercase;
    top: 50%;
    margin-top: -12px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.not-active .social-menu-btn .active-social-menu-btn-txt{
	display: none;
}

.social-menu-btn .not-active-social-menu-btn-txt{
	display: none;
}

.social-menu-btn .active-social-menu-btn-txt {
    position: absolute;
    z-index: 11;
    display: block;
    height: 40px;
    text-transform: uppercase;
    top: 50%;
    margin-top: -14px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    margin-left: -3px;
}


.social-menu li {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 4rem;
	height: 80%;
	margin-top: -12rem;
	margin-left: -2rem;
	text-align: center;
}

.social-menu li a {
	color: white;
	text-decoration: none;
}

.social-menu a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 60px;
    border-radius: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.social-menu li:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.social-menu li:nth-child(1) a {
	-webkit-transform: rotate(-0deg);
	transform: rotate(-0deg);
}

.social-menu li:nth-child(2) {
	-webkit-transform: rotate(71.5deg);
	transform: rotate(71.5deg);
}

.social-menu li:nth-child(2) a {
	-webkit-transform: rotate(-71.5deg);
	transform: rotate(-71.5deg);
}


.social-menu li:nth-child(3) {
	-webkit-transform: rotate(143deg);
	transform: rotate(143deg);
}

.social-menu li:nth-child(3) a {
	-webkit-transform: rotate(-143deg);
	transform: rotate(-143deg);
}

.social-menu li:nth-child(4) {
	-webkit-transform: rotate(214.5deg);
	transform: rotate(214.5deg);
}

.social-menu li:nth-child(4) a {
	-webkit-transform: rotate(-214.5deg);
	transform: rotate(-214.5deg);
}

.social-menu li:nth-child(5) {
	-webkit-transform: rotate(286deg);
	transform: rotate(286deg);
}

.social-menu li:nth-child(5) a {
	-webkit-transform: rotate(-286deg);
	transform: rotate(-286deg);
}

/*END Social Menu*/

/*---Header---*/

.header {
    position: absolute;
    display: block;
    height: 112px;
    background-size: auto auto;
    background-size: contain;
    width: 100%;
    color: rgb(255, 255, 255);
    top: 0;
    z-index: 1;
}

.header_left {
	width: 74%;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

#logo {
	width: 120px;
	display: inline-block;
	position: relative;
	margin: 0 20px;
}

.logo_txt {
    font-family: 'Corinthia', cursive;
    font-size: 2em;
    display: inline-block;
    position: relative;
    bottom: 15px;
}

#line_h {
	position: absolute;
	left: calc(24% - 20px);
	top: 26px;
}

.line_h {
	animation: dash 12s linear alternate infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 100;
	}
	to {
		stroke-dashoffset: 0;
	}
}


.header_right {
	width: 25%;
	display: inline-block;
}

.phone {
	font-size: 1.3em;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	font-weight: 300;
	margin-bottom: 30px;
}

.lang_menu{
    position: absolute;
    display: inline-block;
    left: 90px;
    top: 115px;
    width: 60px;
}

.lang_menu ul li{
    list-style: none;
    display: inline-block;
}

.lang_menu ul li.uk{
    margin-right: 10px;
}

.lang_menu ul li.uk::after {
    content: '|';
    position: relative;
    left: 5px;
}

.lang_menu ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
	font-size: .8em;
}

.lang_menu ul li a.language-link.is-active{
    text-decoration: underline;
}

/*End Header*/

/***---Main Slide---***/

.main_slide {
	background: url(../img/main-slide.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}

.main_slide_drops {
    position: absolute;;
}

.slide_drops {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

.container.bg {
	background: url(../img/elemental.png) no-repeat;
	background-position: 45% center;
	background-size: contain;
	height: 100%;
}

.main_slide_content {
	display: block;
	text-align: center;
}

.main_slide_left,
.main_slide_right {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	position: relative;
}

.main_slide_left {
	margin-top: 10%;
	text-align: left;
}

.main_slide_left_content {
	display: inline-block;
	text-align: center;
}

.main_slide_left img {
	width: 150px;
}

.main_slide_left span {
	display: block;
	font-family: 'Corinthia', cursive;
	color: rgb(255, 255, 255);
	font-size: 3em;
	margin-top: 40px;
}

.main_slide_right {
	text-align: center;
	top: -20px;
}

.main_slide_title {
	margin: 0;
	position: relative;
	text-align: center;
	height: 220px;
	display: inline-block;
	width: 500px;
	max-width: 100%;
}

.main_slide_title .timer {
	position: absolute;
	top: 20px;
	left: 20px;
	transform: rotate(-15deg);
}

.main_slide_title .timer img {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-animation: pulse .7s infinite alternate ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(.85)
	}
	100% {
		transform: scale(1)
	}
}

.main_slide_title .timer span {
	display: inline-block;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 24px;
	margin-left: 45px;
	position: relative;
	top: 8px;
	font-weight: 300;
}

.main_slide_title_txt {
	margin: 95px 0 0 0;
	z-index: 1;
	position: relative;
	display: inline-block;
}

.main_slide_title_txt h1 {
	color: rgb(23, 88, 120);
	font-weight: 400;
	width: 100%;
	font-size: 2.5em;
	z-index: 1;
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0;
}

.main_slide_title_txt p {
	text-align: right;
	color: #993300;
}

.main_slide_title img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.under_title_txt {
	padding-top: 60px;
	background: url(../img/block-drops.png) no-repeat;
	background-position-x: right;
	background-position-y: top;
	background-size: 38%;
}

.under_title_txt p {
	display: inline-block;
	font-size: 1.5em;
	text-transform: uppercase;
	color: rgb(23, 88, 120);
	margin: 0 10px 10px 10px;
	padding: 10px 45px;
	max-width: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.under_title_txt p:nth-child(1) {
	background: url('../img/main-p1.svg');
	background-size: cover;
}

.under_title_txt p:nth-child(2) {
	background: url('../img/main-p2.svg');
	background-size: cover;
}

.under_title_txt p:nth-child(3) {
	background: url('../img/main-p3.svg');
	background-size: cover;
}

.main_slide_buttons {
	position: relative;
	text-align: center;
	display: block;
	margin-top: 20px;
	z-index: 2;
}

.main_slide_fish {
    height: 40px;
    position: absolute;
    top: 20px;
    left: 80px;
}

.main_slide_buttons .btn {
    display: inline-block;
    width: 220px;
    height: 50px;
    padding-top: 13px;
    margin: 15px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: nowrap;
}

.main_slide_buttons .btn img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
}

.main_slide_buttons .btn span{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.main_slide_buttons .order_btn {
    background: url(../img/knopka.png);
    color: rgb(51, 51, 51);
    font-size: 1.3em;
    width: 250px;
}

.main_slide_buttons .viber_btn,
.main_slide_buttons .mviber_btn {
	background: url('../img/btn-left.png');
}

.main_slide_buttons .mviber_btn{
	display: none;
}

.main_slide_buttons .telegram_btn {
	background: url('../img/btn-right.png');
}

.main_slide_buttons .messenger_btn {
	display: block;
	margin: 0 auto;
	background: url('../img/btn-left.png');
}

.main_slide_arw {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: -50px;
    left: 20px;
    -webkit-animation: arw .9s infinite alternate ease-in-out;
}

@keyframes arw {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(.9)
	}
}

.price {
    position: relative;
    display: inline-block;
    color: rgb(240, 240, 240);
    font-size: 1.5em;
    font-family: 'CyrillicHover', arial;
    margin-top: 15px;
}

/*End Main Slide*/

/***---Why We Slide---***/

.whyWe .container{
	z-index: 1;
}
.whyWe .slide_drops{
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
}

.bird, .bird1{
	position: absolute;
}

.bird{
	left: 5%;
	top: 5%;
	width: 120px;
}

.bird1{
	right: 5%;
	top: 15%;
	width: 90px;
}

.pero {
    right: 10%;
    bottom: -10px;
    position: absolute;
    height: 200px;
}

#block-why-we-block h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.2em;
}

#block-why-we-block h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 460px;
    height: 50px;
    background: url('../img/slide2line.png');
    left: 50%;
    margin-left: -230px;
    top: 110px;
}

#block-why-we-block {
	text-align: center;
}

#block-why-we-block .views {
	text-align: center;
}

#block-why-we-block .views-row {
	display: inline-block;
	width: 240px;
	margin: 30px;
	vertical-align: top;
	font-size: 0.9em;
}


#block-why-we-block .views-row:nth-child(2) {
	position: relative;
	top: 150px;
	margin-bottom: 100px;
}

#block-why-we-block .views-row:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 460px;
    height: 50px;
    background: url(../img/slide2line.png);
    left: 50%;
    margin-left: -230px;
    top: 240px;
}

#block-why-we-block .views-row:nth-child(4){
	margin: 30px 180px 30px 30px;
}

#block-why-we-block .views-row:nth-child(5){
	margin: 30px 30px 30px 180px ;
}

#block-why-we-block h3 {
	font-weight: normal;
	margin-bottom: 10px;
}

#block-why-we-block p{
	font-size: 1.2em;
}

#block-why-we-block img {
	display: block;
	margin: 0 auto;
	width: 150px;
}

/*End Why We Slide*/

/***---Order Info Slide---***/

#fish {
	background: url('../img/slide3bgfish.png') no-repeat;
	width: 150px;
	height: 120px;
	left: -30px;
	top: 150px;
	position: absolute;
	background-size: contain;
	z-index: 0;
}

.orderInfo .slide_drops{
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}

.orderInfo {
	background: url('../img/slide-background.jpg') no-repeat;
	background-size: 104%;
	background-position: center;
}

.orderInfo .bgfish {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 150px;
}

.orderInfo h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.2em;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 30px;
}

.order_udertitle{
    text-align: center;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}

.order_info_block {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.order_info_block li {
    list-style: none;
    display: inline-block;
    width: 145px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0 40px;
    vertical-align: top;
    position: relative;
}

.order_info_block li:nth-child(1){
	width: 60px;
}

.order_info_block li:nth-child(1)::after {
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    background: url('../img/line1-2.png') no-repeat;
    height: 100px;
    background-size: contain;
    margin-left: 20px;
}

.order_info_block li:nth-child(1),
.order_info_block li:nth-child(2){
	margin-top: 50px;
}

.order_info_block li:nth-child(2)::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    background: url('../img/line2-3.png') no-repeat;
    background-size: auto auto;
    height: 60px;
    background-size: contain;
    top: -20px;
    right: -70px;
}

.order_info_block li:nth-child(3)::after {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    background: url('../img/line3-4.png') no-repeat;
        background-size: auto auto;
    background-size: auto auto;
    height: 80px;
    background-size: contain;
    top: 20px;
    right: -110px;
}

.order_info_block li:nth-child(4)::after {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    background: url('../img/line4-5.png') no-repeat;
        background-size: auto auto;
    background-size: auto auto;
    background-size: auto auto;
    height: 80px;
    background-size: contain;
    top: 65px;
    right: -105px;
}

.order_info_block li:nth-child(5){
	margin-top: 30px;
}

.order_info_block li:nth-child(1) img{
	width: 60px;
	margin-top: 20px;
}

.order_info_block li:nth-child(2) .img {
    width: 130px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.order_info_block li:nth-child(2) .img img {
    width: 36px;
    display: inline-block;
    margin-right: 5px;
}

.order_info_block li:nth-child(3) img {
    width: 60px;
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}

.order_info_block li:nth-child(4) img{
	width: 40px;
	margin-top: 10px;
}

.order_info_block li:nth-child(4) p:after{
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/li4elem.png) no-repeat;
	background-size: contain;
	right: 0;
	top: 25px;
}

.order_info_block li:nth-child(5) img {
    height: 120px;
    transform: rotate(-10deg);
    margin-bottom: 10px;
}

.order_info_block li p{
    text-align: left;
}

.order_info_block li:nth-child(4) p{
	text-align: center;
}


.orderInfo .under_title_txt {
    position: absolute;
    transform: scale(.7) rotate(-10deg);
    right: 0%;
    bottom: -50px;
    width: 440px;
    text-align: center;
    background: transparent;
    padding-top: 0;
    font-weight: 400;
}

.orderInfo .under_title_txt p:nth-child(1)::before {
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 60px;
    background: url(../img/slide3titleelem.png) no-repeat;
    background-size: contain;
    left: 0;
    top: -60px;
}

.orderInfo .price {
    display: block;
}

/*End Order Info Slide*/

/***---About Water Slide---***/

.lamp, 
.waterApple, 
.bottle, 
.bottleLines{
	position: absolute;
}

.aboutWater .slide_drops{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}

.lamp {
    top: 1%;
    left: 3%;
    width: 160px;
}

.waterApple {
    top: 0;
    right: 5%;
    width: 140px;
}

.bottle {
    width: 340px;
    left: 50%;
    margin-left: -170px;
    top: 25%;
    z-index: 1;
}

.bottleLines {
    width: 380px;
    left: 50%;
    margin-left: -190px;
    top: 25%;
    z-index: 0;
}

#block-views-block-about-block-1 h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.2em;
    text-align: center;
    margin: auto auto 50px auto;
    width: 300px;
}

#block-views-block-about-block-1{
	text-align: center;
}

.aboutWater .views-row{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	min-height: 130px;
}

.aboutWater .views-row p{
	font-size: 1.2em;
}

.aboutWater .views-row:nth-child(1),
.aboutWater .views-row:nth-child(5){
	text-align: right;
	margin: 0 150px 50px 110px;
}

.aboutWater .views-row:nth-child(3){
	margin: 0 220px 50px 40px;
	text-align: right;
}

.aboutWater .views-row:nth-child(2),
.aboutWater .views-row:nth-child(6){
	margin: 0 110px 50px 150px;
	text-align: left;
}

.aboutWater .views-row:nth-child(4){
	text-align: left;
	margin: 0 40px 50px 220px;
}

.aboutWater .views-row h3{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*End About Water Slide*/


/***---About Water Standarts{---***/

.waterStandarts{
    background: url(../img/slide-background.jpg) no-repeat;
    background-size: 104%;
    background-position: center;
    text-align: center;
    color: #fff;
}

.waterStandarts .slide_drops {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}

.waterStandarts h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.2em;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: -300px;
}

.waterStandarts h2::after {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    background: url(../img/block-drops.png) no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    margin-left: 60px;
}

.standarts, .waterStandarts .waterStandarts_txt, .standartsTimer{
	vertical-align: middle;
}

.standarts{
	display: inline-block;
	width: 350px;
}

.waterStandarts .waterStandarts_txt{
    display: inline-block;
    width: 400px;
    text-align: left;
    font-size: 1.2em;
    margin: 0 50px;
    line-height: 1.5em;
}

.standartsTimer{
	display: inline-block;
	width:250px;
}

.waterStandarts .price {
    position: relative;
    display: block;
}
/*End About Water Standarts{*/

/***---Login Page---***/

#user_login_page {
	padding: 200px 0 300px 0;
}

#user_login_page .container div {
	margin: 0 auto;
	display: block;
	width: 300px;
}

#user_login_page .user-login-form {
	text-align: center;
}

#user_login_page .form-item.form-item-name,
#user_login_page .form-item.form-item-pass {
	text-align: center;
	width: 202px;
	display: inline-block;
	padding: 0;
	margin: 5px;
}

#user_login_page label {
	margin: 5px 0;
	text-align: left;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

#user_login_page input {
	width: 100%;
	padding: 5px;
	border-radius: 2px;
	text-align: center;
	text-indent: 0;
}

#user_login_page p.forgot-password a {
	border: none;
	margin: 10px;
	display: block;
}

#user_login_page .button {
	width: 120px;
	background: rgb(63, 194, 203);
	background: -moz-radial-gradient(center, ellipse cover, #3fc2cb 0%, #3ab1be 15%, #3896a8 36%, #24738a 70%, #296a84 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgb(63, 194, 203) 0%, rgb(58, 177, 190) 15%, rgb(56, 150, 168) 36%, rgb(36, 115, 138) 70%, rgb(41, 106, 132) 100%);
	background: radial-gradient(ellipse at center, rgb(63, 194, 203) 0%, rgb(58, 177, 190) 15%, rgb(56, 150, 168) 36%, rgb(36, 115, 138) 70%, rgb(41, 106, 132) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc2cb', endColorstr='#296a84', GradientType=1);
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	box-shadow: none;
}
/***Bottom Slide "deliveryMap-Footer"***/

.deliveryMap .slide_drops {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}

#contacts {
    position: absolute;
    width: 320px;
    height: 320px;
    display: block;
    top: 20%;
    left: 15%;
    background: url(../img/footer-form-backgr.png) no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    z-index: 5;
    padding-top: 70px;
}

#contacts .contacts{
	display: block;
	color: #fff;
	width: 150px;
	margin: 0 auto;
}

#contacts .contacts p{
	margin-bottom: 10px;
}

#contacts .callback {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px 15px;
    width: 150px;
    margin: 25px auto;
    text-align: center;
    text-decoration: none;
}

#map_info {
    position: absolute;
    right: 5%;
    top: 10%;
    background: url(../img/list_bkgr.png) no-repeat;
    background-size: contain;
    z-index: 3;
    padding: 20px 10px;
}

#map_info li {
    list-style: none;
    margin-bottom: 5px;
}

#map_info li:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    top: 2px;
    margin-right: 5px;
}

#map_info li:nth-child(1):before{
    background: #43bbc5;
}

#map_info li:nth-child(2):before{
    background: #247691;
}

#map {
    display: block;
    height: 100%;
    z-index: 2;
}

.wave-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 240px;
	z-index: 1;
}

.wave-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	z-index: 1;
}

/*WEB Forms*/

.throbber{
	display: none;
}

#body .ui-widget-overlay {
    background: rgb(255, 255, 255);
    opacity: 0.8;
}

#body .ui-dialog{
	border: none !important;
	background: url(../img/footer-form-backgr.png) no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: center;
	text-align: center;
	height: 320px !important;
	max-width: 100%;
	z-index: 101;
}

#body .ui-dialog div[role="contentinfo"] {
    position: absolute;
    top: 260px;
    background: url(../img/form-err.png) no-repeat;
    text-align: center;
    background-size: cover;
    background-position: center;
    width: 290px;
    padding: 5px 10px;
    left: 50%;
    margin-left: -125px;
    white-space: nowrap;
}

#body .ui-dialog div[role="contentinfo"] ul{
    width: 270px;
}

#body .ui-dialog div[role="contentinfo"] li{
    list-style: none;
}

#body .ui-dialog .webform-confirmation__message{
    font-size: 1.15em;
    line-height: 2em;
    left: 15px;
    position: relative;
}

#body .ui-dialog .ui-dialog-titlebar {
    text-align: center;
    width: 100%;
    background: none;
    color: rgb(255, 255, 255);
    border: none;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 1.1em;
    padding: 0;
}

#body .ui-dialog .ui-dialog-title{
    text-align: center;
    width: 100%;
}

#body .ui-dialog #drupal-modal{
	height: 190px !important;
	text-align: center;
	display: inline-table;
	padding: 0;
	position: relative;
	margin: 0 0 0 -24px;
}

#body .ui-dialog #drupal-modal div{
	display: table-cell;
	vertical-align: middle;
}

#body .ui-dialog .webform-submission-form {
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: right;
}

#body .ui-dialog .webform-submission-form label{
	display:block;
	text-align: center;
}

input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}
 
input:-ms-input-placeholder {  
color: #fff !important;
}

#body .ui-dialog .webform-submission-form input{
	height: 34px;
	width: 150px;
	display: inline-block;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	margin-bottom: 10px;
	padding: 5px;
}

#body .ui-dialog .js-form-type-textfield{
	display: block !important;
}

#body .ui-dialog .js-form-type-number {
    display: block !important;
    position: relative;
    margin-left: 24px;
}

#body .ui-dialog .webform-submission-form input.form-number {
    width: 50px;
    height: 34px;
    text-align: center;
    margin: 10px auto 10px auto;
    display: block;
}

#body .ui-dialog .webform-submission-form input[type=number]::-webkit-inner-spin-button,
#body .ui-dialog .webform-submission-form input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

#body .ui-dialog .webform-submission-form input[type=number]
{
  -moz-appearance: textfield;
}

#body .ui-dialog .ui-dialog-buttonpane{
	text-align: center;
	width: 100%;
	background: none;
	color: #fff;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

#body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
}

#body .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -2%;
    top: 50%;
    width: 40px;
    margin: -10px 0 0 0;
    padding: 0;
    height: 40px;
    background: url(../img/close-icon.png) no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    border: none;
}

#body .ui-dialog .ui-button .ui-icon{
	background: none;
}

#body .ui-dialog .webform-confirmation{
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
}
/******Трубка*********/

#popup_order{
    bottom: 60px;
    right: 0px;
    position: fixed;
    z-index: 2;
    text-align: center;
}

#popup_order span{
    position: absolute;
    right: 10px;
    font-size: 3em;
    white-space: nowrap;
    color:rgb(153, 51, 0);
    font-family: 'Corinthia', cursive;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.img-circle{
	background-color:rgb(153, 51, 0);
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

.circlephone{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border: 1px solid rgb(153, 51, 0);
	width:148px;
	height:148px;
	bottom: -18px;
	right: 16px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.circle-fill{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color:rgb(153, 51, 0);
	width: 98px;
	height: 98px;;
	bottom: 5px;
	right: 40px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.img-circle{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:80px;
	height:80px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
}

.img-circleblock{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:80px;
	height:80px;
	background-image:url(../img/bot-white.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 60%;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.img-circle:hover{
	opacity: 1;
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
  
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
  
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
  
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
  
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
  
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
  
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
  
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .1;}}
  
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
  
  /******END Трубка*********/