
a,
a:hover{
outline: none;
}
a:focus{
	border: none !important;
	outline: none;
}
textarea{
	resize: none;
}

nav.navbar{
	min-height: 110px;
	margin-bottom: 0;
	background-color: rgb(255,255,255);
	box-shadow: 1.5px 2.598px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 0;
}
.navbar-header{
	height: 110px;
}
	.navbar-brand{
		/* height: 110px;
		width: 185px; */
		padding: 10px 15px;
	}
		/* @media all and (max-width: 1202px){
			.navbar-brand{
				max-width: 155px;
			}
			.navbar-brand img{
				max-width: 100%;
			}
		} */
	.navbar-toggle{
		/* border-color: #ddd; */
		    margin: 35px 15px;
		-moz-border-image: -moz-linear-gradient(right, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
        -webkit-border-image: -webkit-linear-gradient(right, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
        border-image: linear-gradient(to left, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
        border-image-slice: 1;
	}

		.navbar-toggle .icon-bar{
			/* background-color: #888; */				
			background: -moz-linear-gradient(right, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
            background: -webkit-linear-gradient(right, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
            background: linear-gradient(to left, rgb(45,49,60) 0%, rgb(34,35,40) 100%);
		}
	
	.nav li{
		padding: 15px;
		/* overflow: hidden; */
	}
	.russian_translation .nav li{
		padding: 15px 10px;
	}
	.nav li a{		
		font-size: 14px;
		font-family: "OpenSans-Regular";
		color: rgb(45, 49, 60);
		line-height: 1.286;
		position: relative;
		padding: 0;
		text-align: center;

		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;

		-webkit-transition: -webkit-transform .3s linear;
		transition: transform 0.1s linear;
	}
	.nav li a:before,
	.nav li a:after{
		content: '';
		position: absolute;
		bottom: -1px;
		background-color: rgb(45,49,60);
		height: 1px;
		width: 0;

		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.nav li a:before{
		right: 50%;
	}
	.nav li a:after{
		left: 50%;
	}
	
	.nav li a:hover:before,
	.nav li a:hover:after{
		/* -moz-transform:scale(1.21);
		-webkit-transform:scale(1.21);
		transform:scale(1.21); */
		/* font-size: 18px; */
		/* font-family: "OpenSans-Bold"; */
		width: 50%;
	}
	
	.nav li a.selected:after,
	.nav li a.selected:before{
		width: 50%;
	}
	.nav > li > a:hover, .nav > li > a:focus{
		background-color: transparent;
	}
	.selected{
		-moz-transform:scale(1.11) !important;
		-webkit-transform:scale(1.11) !important;
		transform:scale(1.11) !important;
	}

	.navbar-fixed-top .nav-above {
	    position: absolute;
	    top: -15px;
	    left: 0;
	    width: 100%;
	    height: 15px;
	    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%);
	    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}
section{
	text-align: center;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
	.caption{
		display: inline-block;
		position: relative;
		margin-bottom: 70px;
	}
	section h2{
		font-size: 16px;
		font-family: "OpenSans-Semibold";
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		letter-spacing: .2em;
		padding: 20px 90px;

		border: 3px solid rgb(255,255,255);
		border-bottom: none; 
		position: relative;
	}
	section h2 span{
		font-size: 20px;
	}
	section h2:before,
	section h2:after{
		content: '';    	
    	height: 3px;
    	background-color: rgb(255,255,255);
    	position: absolute;
    	bottom: 0;
    	left: 0;
	}
	section h2:after{
		left: initial;
		right: 0;
	}
	section h3{
		margin: -20px auto 0;
		font-size: 12px;
		font-family: "OpenSans-Italic";
		color: rgb(255, 255, 255);
		line-height: 1.571;
		text-align: center;
		letter-spacing: .3em;
	}
	section h3 span{
		font-size: 14px;
		letter-spacing: initial;
		font-family: "OpenSans-Regular";
	}

	section h4{
		font-size: 16px;
		font-family: "OpenSans-Semibold";
		color: rgb(34, 40, 48);
		text-transform: uppercase;
		line-height: 1.125;
		text-align: left;
	}
	section h5{
		font-size: 16px;
		font-family: "OpenSans-Bold";
		color: rgb(4, 4, 4);
		line-height: 1.125;
		text-align: left;
	}
	section p{
		font-size: 13px;
		color: rgb(4, 4, 4);
		font-family: "OpenSans-Regular";		
		line-height: 22px;
		text-align: left;
	}
	section p span{
		font-family: "OpenSans-Italic";
		font-size: 12px;
		margin: 15px 0;
	}



.bg_block_one{	
	/* min-height: 660px; */
	background-image: url('../images/bg_block_one.jpg');
	text-align: right;
	margin-top: 112px;
}
	.language{
		margin-top: 20px;
		text-align: right;
	}
		.language img{
			cursor: pointer;
		}

			.language_ul{
				position: relative;
				vertical-align: middle;
				display: inline-block;
				margin-top: 20px;
				margin-right: 20px;
				/* padding: 10px 15px; */
				cursor: pointer;
				padding: 2px 15px 2px 10px;	
								
			    background-color: transparent;
			    
			    border: 1px solid rgb(69, 73, 84);
			    border-right: none;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    box-sizing: border-box;
			    -webkit-transition: all .3s;
			    -o-transition: all .3s;
			    transition: all .3s;
			}


			.language_ul:after{
				content: "";
			    width: 25px;
			    height: 25px;
			   	background: url('../images/img_language.png') no-repeat center center;
				position:absolute;
				right: -19px;
    			top: -5px;
			   
			   -webkit-transition: all .7s;
					-o-transition: all .7s;
					   transition: all .7s;
			}
			
				.language_ul p{
					/* vertical-align: middle;
					display: inline-block; */
					text-transform: uppercase;
					font-size: 9px;
	    			font-family: "OpenSans-Regular";
	    			color: rgb(110, 112, 118);
	    			margin: 0;
	    			padding: 0;
	    			line-height: 13px;
				}
		

				.language_ul ul{
					position: absolute;
					visibility: hidden;

					top: 18px;
					right: 0;
					z-index: 10;
					
					padding: 10px 0;
    				text-align: left;					
					border: 1px solid rgb(69, 73, 84);					
					background-color: rgba(69, 73, 84, 0.502);

					-webkit-transition:0.25s linear visibility; 

					animation-name: pullUp;
				    -webkit-animation-name: pullUp;	
				    	    animation-duration: 0.5s;	
				    -webkit-animation-duration: 0.5s;
				    	    animation-timing-function: ease-in;	
				    -webkit-animation-timing-function: ease-in;	
				    	    transform-origin: 50% 0%;
				    -ms-transform-origin: 50% 0%;
				    -webkit-transform-origin: 50% 0%;
				}
					.language_ul li{
						padding: 5px 10px;
						text-align: right;
					}			
					
						.language_ul a{
							display: inline-block;;
							/* padding: 5px 10px; */
							position: relative;
							font-size: 12px;
						    color: rgb(141, 140, 140);			    
						    font-family: "OpenSans-Regular";
						    text-decoration: none;
						    -webkit-transition: all .3s;
							-o-transition: all .3s;
							transition: all .3s;
							-webkit-transition: -webkit-transform 0.075s linear;
						}	
						.language_ul li a:before,
						.language_ul li a:after{
							content: '';
							position: absolute;
							bottom: -1px;
							background-color: rgb(141, 140, 140);
							height: 1px;
							width: 0;

							-webkit-transition: all .3s;
							-o-transition: all .3s;
							transition: all .3s;
						}
						.language_ul li a:before{
							right: 50%;
						}
						.language_ul li a:after{
							left: 50%;
						}						
						
						
						.language_ul li a:hover:after,
						.language_ul li a:hover:before{
							width: 50%;
						}

				.language_ul:hover {
					/* border-color: rgb(141, 140, 140); */
				}
					.language_ul:hover:after{
						-webkit-transform: rotate(180deg);
						-ms-transform: rotate(180deg);
						-o-transform: rotate(180deg);
						transform: rotate(180deg);
						/* background-image: url('../images/img_language_hover.png'); */
					}
				
				.language_ul:hover ul{
					visibility: visible;

					animation-name: pullDown;
				    -webkit-animation-name: pullDown;					    
				    	    animation-timing-function: ease-out;	
				    -webkit-animation-timing-function: ease-out;	
				    	   
				}
					.language_ul a:hover{
						-moz-transform:scale(1.1);
						-webkit-transform:scale(1.1);
					}

				

			@keyframes pullDown {
				0% {
					transform: scaleY(0.1);
				}
				40% {
					transform: scaleY(1.02);
				}
				60% {
					transform: scaleY(0.98);
				}
				80% {
					transform: scaleY(1.01);
				}
				100% {
					transform: scaleY(0.98);
				}				
				80% {
					transform: scaleY(1.01);
				}
				100% {
					transform: scaleY(1);
				}							
			}

			@-webkit-keyframes pullDown {
				0% {
					-webkit-transform: scaleY(0.1);
				}
				40% {
					-webkit-transform: scaleY(1.02);
				}
				60% {
					-webkit-transform: scaleY(0.98);
				}
				80% {
					-webkit-transform: scaleY(1.01);
				}
				100% {
					-webkit-transform: scaleY(0.98);
				}				
				80% {
					-webkit-transform: scaleY(1.01);
				}
				100% {
					-webkit-transform: scaleY(1);
				}		
			}

			@keyframes pullUp {
				0% {
					transform: scaleY(1);
				}
				40% {
					transform: scaleY(1.01);
				}
				60% {
					transform: scaleY(0.98);
				}
				80% {
					transform: scaleY(1.01);
				}
				100% {
					transform: scaleY(0.98);
				}				
				80% {
					transform: scaleY(1.02);
				}
				100% {
					transform: scaleY(0.1);
				}								
			}

			@-webkit-keyframes pullUp {					
				0% {
					-webkit-transform: scaleY(1);
				}
				40% {
					-webkit-transform: scaleY(1.01);
				}
				60% {
					-webkit-transform: scaleY(0.98);
				}
				80% {
					-webkit-transform: scaleY(1.01);
				}
				100% {
					-webkit-transform: scaleY(0.98);
				}				
				80% {
					-webkit-transform: scaleY(1.02);
				}
				100% {
					-webkit-transform: scaleY(0.1);
				}								
			}

	.block_one_caption{
		text-align: center;
	}
	.bg_block_one h2{
		text-align: center;
		margin-top: 40px;
		padding: 30px 240px 70px;
	}
	.bg_block_one h3{
		margin-top: -55px;
	}
	section.bg_block_one  h2 span{
		font-size: 30px ;
	}

	.bg_block_one h2:before,
	.bg_block_one h2:after{
		width: 100px;
	}
		
	.bg_block_one h3{
		width: 400px;
		text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
	}
	.russian_translation .bg_block_one h3{
		width: 410px;
	}

	

	.img_car{
		/* margin-top: 100px; */
		padding: 0 0 50px;

	}
		.img_car img{
			width: 100%;
		}

.bg_block_two{
	padding: 80px 0 45px 0;
	background: url("../images/block_two_bg.png") no-repeat center bottom;
}
	.bg_block_two h2{
		border-color: rgb(0,0,0);
		color: rgb(0,0,0);
		padding:20px 100px;
	}
		.bg_block_two h2:before,
		.bg_block_two h2:after{
			width: 45px;
			background-color: rgb(0,0,0);
		}
	.bg_block_two h3{		
		color: rgb(166,166,166);
		letter-spacing: .2em;
	}
	.bg_block_two h4{
		text-align: left;
		margin: 0 0 10px 0;
	}
	.bg_block_two h4:after{
		/* content: '';
		width: 16px;
		height: 16px;
		background: url('../images/block_two_plus.png') no-repeat center center;
		display: none;
		vertical-align: top;
		    	margin: 5px -15px 0px 15px; */
	}
	.bg_block_two p{
		color: rgb(137, 137, 137);
		font-size: 14px;
		margin-bottom: 35px;
		position: relative;
	}
	.bg_block_two p:before{
		display: none;
		content: '';
		position: absolute;
		width: 3px;
		background-color: #99E4FC;
		height: 100%;
		top: 26px;
		left: -75px;
	}
	
	.bg_block_two .pet_text p:before{
		display: none !important;
	}

	.russian_translation .plant_protect_text p:before{
		top: 45px;
		height: calc(100% - 19px);
	}


.bg_block_three{
	padding-bottom: 80px;
	background: url("../images/block_three_bg.png") no-repeat right 135px;
	min-height: 910px;
}
	@media all and (max-width: 1550px) {
		.bg_block_three {
			background-position: 125% 135px;
		}
	}
	@media all and (max-width: 1300px) {
		.bg_block_three {
			background-position: 155% 135px;
		}
	}
	@media all and (max-width: 1110px) {
		.bg_block_three {
			background-position: 205% 135px;
		}
	}
	@media all and (max-width: 995px) {
		.bg_block_three {
			background-position: 280% 135px;
			background-size:750px ;
		}
	}
	@media all and (max-width: 920px) {
		.bg_block_three {
			background-position: 410% 135px;
		}
	}
	@media all and (max-width: 865px) {
		.bg_block_three {
			background-position: 555% 135px;
		}
	}
	@media all and (max-width: 835px) {
		.bg_block_three {
			background-position: 810% 135px;
			background-size: 729px auto;
		}
	}
	@media all and (max-width: 790px) {
		.bg_block_three {
			background-position: 1402% 135px;
			background-size: 729px auto;
		}
	}
	@media all and (max-width: 770px) {
		.bg_block_three {
			background-position: 1570% 135px;
			background-size: 729px auto;
		}
	}
	@media all and (max-width: 768px) {
		.bg_block_three {
			background: none !important;
			height: auto;
			min-height:unset;
		}
	}
	.bg_block_three .edditional-text p{
		font-size: 16px;
	}
		.bg_block_three .edditional-text p span{
			font-size: 16px;
			font-family: "OpenSans-BoldItalic";
		}
	.bg_block_three h2{
		border-color: rgb(0,0,0);
		color: rgb(0,0,0);
		
	}
		.bg_block_three h2:before,
		.bg_block_three h2:after{
			width: 45px;
			background-color: rgb(0,0,0);
		}
	.bg_block_three h3{		
		color: rgb(166,166,166);
		letter-spacing: .2em;
	}
	.bg_block_three h5:before{
		/* background: rgba(0, 0, 0, 0) url("../images/block_two_plus.png") no-repeat scroll center center;
		content: "";
		display: block;
		height: 16px;
		left: -25px;
		position: relative;
		top: -10px;
		vertical-align: top;
		width: 16px; */
	}
	.bg_block_three ul li{
		font-size: 13px;
	    color: rgb(4, 4, 4);
	    font-family: "OpenSans-Regular";
	    line-height: 22px;
	    text-align: left;
	}
	.bg_block_three ul li span{
		margin-left: -10px;
    	margin-right: 5px;
	}
	/* .block_three_img1_text p,
	.block_three_img2_text p{
		max-width: 560px;
	} */
	
	/* .block_three_img1,
	.block_three_img2{
		text-align: center;
		float: none;
	    display: inline-block;
	}
		.block_three_img1 img,
		.block_three_img2 img{
			width: 100%;
			max-width: 350px; 
		}		
	
	.block_three_img1_text,
	.block_three_img2_text{
		float: none;
	    display: inline-block;
	    vertical-align: bottom;	    
	    margin-left: -5px;
	    position: relative;
	}
		.block_three_img2_text{
			margin-left: 0;
			margin-right: -5px;
		}
		.block_three_img1_text:before,
		.block_three_img2_text:before{
			content: '';
			width: 16px;
			height: 16px;
			background: url('../images/block_two_plus.png') no-repeat center center;
			display: none;			
	    	margin-left: -25px;
		}
		.block_three_img2_text:before{
			margin-left: auto;
			margin-right: -25px;
		}
		.button_show{
			position: absolute;
			left: 0;
			bottom: 0;
	
			background-color: rgb(255, 255, 255);
			box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.3);
			padding: 15px 40px;
	
			text-transform: uppercase;
			text-decoration: none;
			font-size: 18px;
			font-family: "OpenSans-Regular";
			color: rgb(4, 4, 4);
			letter-spacing: .1em;
		} */

.bg_block_four{
	/* height: 720px; */
	padding-bottom: 90px;
}	
	.bg_block_four .container{
		padding: 0;
	}
	.bg_block_four h2{
		border-color: rgb(0,0,0);
		color: rgb(0,0,0);
		
	}
		.bg_block_four h2:before,
		.bg_block_four h2:after{
			width: 80px;
			background-color: rgb(0,0,0);
		}
		.russian_translation .bg_block_four h2:before,
		.russian_translation .bg_block_four h2:after{
			width: 50px;
		}
	.bg_block_four h3{		
		color: rgb(166,166,166);
	}

	.slider_border{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../images/slider_border.png) no-repeat center center;
		z-index: 95;
	}
	.block_four_left_wrapper,
	.block_four_right_wrapper{
		width: calc(100vw - 20px);
		height: calc(100vw - 20px);
		max-width: 479px;
		max-height: 479px;
		display: inline-block;
		vertical-align: top;
		    margin-bottom: 1px;
	}
	.block_four_right_wrapper{
		margin-top: 30px;
	}

	.block_four_left_wrapper{
		position: relative;
	}
		.block_four_left{
			opacity: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			/* padding: 50px 60px; */
			text-align: right;
			
			-webkit-transition: all .7s;
			-o-transition: all .7s;
			transition: all .7s;
			z-index: 1;
		}
		.block_four_left_petwatch{
			/* background-image: url('../images/block_four_bg_petwatch.png'); */
			
		}
		.block_four_left_quiktrak{
			/* background-image: url('../images/block_four_bg_quiktrack.png'); */
		}
		.block_four_left_quikprotect{
			/* background-image: url('../images/block_four_bg_quikprotekt.png'); */
		}
		.block_four_left_petprotect{
			/* background-image: url('../images/block_four_bg_petprotect.png'); */
		}
			.block_four_slider_item{
				width: 100%;
				height: 100%;
				padding: 50px 60px;

				-webkit-background-size: cover;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}
			.block_four_slider_item_quiktrak_1{
				background-image: url('../images/slider/block_four_bg_qt1.jpg');
			}
			.block_four_slider_item_quiktrak_2{
				background-image: url('../images/slider/block_four_bg_qt2.jpg');
			}
			.block_four_slider_item_quiktrak_3{
				background-image: url('../images/slider/block_four_bg_qt3.jpg');
			}

			.block_four_slider_item_quikprotect_1{
				background-image: url('../images/slider/block_four_bg_qp1.jpg');
			}
			.block_four_slider_item_quikprotect_2{
				background-image: url('../images/slider/block_four_bg_qp2.jpg');
			}
			.block_four_slider_item_quikprotect_3{
				background-image: url('../images/slider/block_four_bg_qp3.jpg');
			}

			.block_four_slider_item_petprotect_1{
				background-image: url('../images/slider/block_four_bg_pp1.jpg');
			}
			.block_four_slider_item_petprotect_2{
				background-image: url('../images/slider/block_four_bg_pp2.jpg');
			}
			.block_four_slider_item_petprotect_3{
				background-image: url('../images/slider/block_four_bg_pp3.jpg');
			}

			.block_four_slider_item_petwatch_1{
				background-image: url('../images/slider/block_four_bg_pw1.jpg');
			}
			.block_four_slider_item_petwatch_2{
				background-image: url('../images/slider/block_four_bg_pw2.jpg');
			}
			.block_four_slider_item_petwatch_3{
				background-image: url('../images/slider/block_four_bg_pw3.jpg');
			}

				.block_four_left_petwatch img{

				}
				.bg_block_four h5{
					font-size: 24px;
					font-family: "OpenSans-Semibold";
					color: rgb(255, 255, 255);
					line-height: 0.75;
					text-align: left;

				}

				.bg_block_four h5:before{
					/* content: '';
					width: 16px;
					height: 16px;
					background: url('../images/plus_white.png') no-repeat center center;
					display: none;			
								    	margin-left: -25px; */
				}

				.bg_block_four p{
					color: rgb(255, 255, 255);
					margin: 20px 0 0 0;
				}
		
		.block_four_switcher{
			cursor: pointer;
			display: inline-block;
			vertical-align: top;
			/* margin-left: -5px; */
			max-width: 239px;
			max-height: 239px;
			padding: 15px;
			position: relative;

			width: calc(50% - 2px);
    		height: 50%;
			
			text-shadow: 0px 0px 7px rgba(0,0,0,0);

    		-webkit-transition: all .3s;
    		-o-transition: all .3s;
    		transition: all .3s;
		}
			

		.block_four_switcher_1{
			background: url('../images/block_four_switcher_1.png') no-repeat center center;
		}
		.block_four_switcher_2{  
			margin-left: -2px; 
			background: url('../images/block_four_switcher_2.png') no-repeat center center;
		}
		.block_four_switcher_3{
			margin-top: 1px;
			background: url('../images/block_four_switcher_3.png') no-repeat center center;
		}
		.block_four_switcher_4{
		    margin-top: 1px;
			margin-left: -2px;
			background: url('../images/block_four_switcher_4.png') no-repeat center center;
		}

			.block_four_switcher h5{
				-webkit-transition: all .3s;
    		-o-transition: all .3s;
    		transition: all .3s;
			}
			.block_four_switcher:hover h5{
				text-shadow: 0px 0px 10px rgba(39, 39, 39, 1);
			}
			.block_four_switcher.active:hover h5{
				text-shadow: none;
			}
			.block_four_right_wrapper h5:before{
				display: none !important;
			}
		.block_four_switcher.active h5{
			color: rgba(39, 39, 39, 0.8);

			
		}
  
		.block_four_switcher_1 h5{
			position: absolute;
			bottom: 10px;
		}
		
		.block_four_switcher_3 h5{
			position: absolute;
			bottom: 40px;
		}

		.bg_block_four .app-links{
			text-align: center;
			font-size: 16px;
			margin-top: 10px;
			/* padding-right: 9%; */
			    /* float: right; */
			}
			.bg_block_four .app-links a{
				color: rgb(0,187,247);
				font-weight: bold;
				text-decoration: underline;
			}
				.bg_block_four .app-links a:hover{
					text-decoration: none;
				}


.bg_block_five{
	/* height: 680px; */
	/*background-image: url('../images/bg_block_five.png');*/
	padding-top: 60px;
	/* background-attachment: fixed; */
	/*background-position: center -50px;*/
}
	.block_five_bg_content{
		background: url('../images/block_five_bg_content.png') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		
		padding: 30px 50px;
		box-shadow: 1.5px 2.598px 9px 0px rgba(0, 0, 0, 0.5);

		
		text-align: center;
	}
		.block_five_bg_content h2{
			padding: 20px 145px;
			text-align: center;
		}
		.bg_block_five h2{
			border-color: #000;
		}

		.bg_block_five  h2:before,
		.bg_block_five  h2:after{
			width: 80px;
			background-color: rgb(0,0,0);
		}
		.russian_translation .bg_block_five  h2:before,
		.russian_translation .bg_block_five  h2:after{
			width: 30px;
		}
		.bg_block_five h3{
			width: 270px;
			color: rgb(166,166,166);
		}
		.russian_translation .bg_block_five h3{
			width: 350px;
		}
		.bg_block_five h2{
			color: rgb(0,0,0);
		}
		.bg_block_five h5{
			padding: 0;
		}
		.bg_block_five h5:before{
			/* background: rgba(0, 0, 0, 0) url("../images/block_two_plus.png") no-repeat scroll center center;
			content: "";
			display: block;
			height: 16px;
			left: -25px;
			position: relative;
			top: -10px;
			vertical-align: top;
			width: 16px; */
		}
			
			
		
		.bg_block_five .first-intro{
			font-size: 13px;
			text-align: left;
		}
		.bg_block_five .middle-info{
			background: transparent url("../images/block_five_bg.png") no-repeat 35% bottom;
			min-height: 405px;
			margin-top: 50px;
			text-align: left;
			font-size: 13px;
		}
		.bg_block_five .middle-info ul li{
			font-size: 13px;
		    color: rgb(4, 4, 4);
		    font-family: "OpenSans-Regular";
		    line-height: 22px;
		    text-align: left;
		}

		@media all and (max-width: 1024px){
			.bg_block_five .middle-info{
				/* background-position: 48% -53px; */
				background-size: 500px auto;
			}
		}
		@media all and (max-width: 779px){
			.bg_block_five .middle-info{
				background: none;
				min-height: initial;
			}
		}
		.bottom-info{
			padding: 0 30px;
		}
		.bg_block_five .pad-gif{
			margin-top: 100px;
		}
		.bg_block_five .pad-gif img{
			width: 100%;
			max-width: 1053px;

		}

		
			.block_five_bg_content a{
				font-size: 16px;
				font-family: "OpenSans-Semibold";
				color: rgb(255, 255, 255);
				text-decoration: underline;
				text-transform: uppercase;
				line-height: 1.125;
			}
				.block_five_bg_content a:hover{
					text-decoration: none;
				}
.bg_block_six{
	
	    overflow: hidden;
}
	.bg_block_six .container{
		background: url('../images/block_six_bg_container.png') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		/* box-shadow: 1.5px 2.598px 15px 0px rgba(0, 0, 0, 0.35); */
		padding: 10px 15px 40px 15px;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
		margin: 90px auto;
	}
	

		.block_six_img,
		.block_six_text{
			float: none;
			display: inline-block;
			vertical-align: bottom;
		}
		.block_six_img{
			margin-right: -4px;
		}
			.block_six_img img{
				width: 100%;
				max-width: 275px;
			}
		.block_six_text{
			/* text-align: left; */
		}
		.block_six_text .caption {
			margin-bottom: 30px;
		}
		.bg_block_six h2{			
			border-color: rgb(0,0,0);
			color: rgb(0,0,0);

			margin-top: 50px;		
		}
		.upload-logo-title{
			font-size: 16px;
			font-family: OpenSans-SemiboldItalic;
		}
		.upload-logo-button{
			height:60px;
			margin: 20px 0;
		}
		.upload-logo-button>div{
			color: rgb(0,187,247);
			font-family:OpenSans-Regular;
			text-transform: uppercase;
			font-size:22px;
			padding: 15px;
			width: 100%;
			height:60px;
			cursor:pointer !important;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
			-moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
			box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
		}
		.logo-preview img{
			max-width: 100%;
		}
		.upload-logo-button input{
			cursor:pointer;
			font-size: 150px;
			height: 100%;
			margin-top: -50px;
			opacity: 0;
			width: 100%;
		}
		.upload-logo-descr{
			font-size: 12px;
			color:#A1A1A1;
			font-family: OpenSans-Italic;
		}
		.logo-preview{
			margin-top: 20px;
		}
		.description textarea{
			width: 100%;
			max-width: 100%;
			height:220px;
			padding:20px;
			border: 1px solid #EDEDED;
			font-size: 16px;
			color: #B3B3B3;
			font-style: italic;
		}
		.description>div{
			font-size: 18px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.total-sum:before,
		.total-sum:after{
			content: '';
			width: 100%;
			height: 5px;
			display: block;
			background: url('../images/divider.png') no-repeat center center;
		}
		.total-sum{
			margin-bottom:25px;
		}
			.total-sum #result{
				margin: 25px 0;
				text-align: right;
				font-family: OpenSans-Italic;
				font-size: 20px;
				color: #565656;
			}
				.total-sum #result em{
					color: #f88a06;
					font-family: OpenSans-Bold;
					font-size: 24px;
					font-style: normal;
					margin: 0 5px 0 20px;
				}
		.contact-checkboxes{
			margin-bottom: 20px;
		}

.bg_block_six h2:before,
			.bg_block_six h2:after{
				width: 45px;
				background-color: rgb(0,0,0);
			}
		.bg_block_six h3{		
			color: rgb(166,166,166);
		}
		
			.bg_block_six h5:before{
				content: '';
				width: 16px;
				height: 16px;
				background: url('../images/plus_dark.png') no-repeat center center;
				display: none;
				vertical-align: top;
		    	margin: 0px 0 5px -15px;
			}
		.bg_block_six .checkboxes{
			text-align: left;
			margin-top: 0px;
		}
		.bg_block_six .checkboxes label{
			margin-left:10px ;
			margin-top: 3px;
			font-size:16px;
			font-weight: normal;
			font-family:OpenSans-Regular;
			position: relative;
			top: 2px;
			cursor: pointer;
		}
		.contact-form-m{

		}
		.contact-form-m .ttl{
			font-family: OpenSans-Regular;
			font-size: 18px;
			color: #232323;
		}
		.contact-form-m .dscrp{
			font-family: OpenSans-Italic;
			font-size: 15px;
			color: #b3b3b3;
		}

		.contact-form-m input{
			padding: 20px;
			font-size: 16px;
			font-family: OpenSans-Italic;
			color: #b3b3b3;
			margin: 10px 0;
			border: 1px solid #E1E1E1;
			width: 100%;
		}
.bg_block_seven{
	margin-top: 90px;
	overflow: hidden;
}
	.bg_block_seven .container{
		position: relative;
	}
		.video{
			float: left;
			background: url('../images/bg_video.png') no-repeat center center;
			background-size: 100% 100%;
			width: 100%;
			/* height: 64vw; */	
			height: calc(100vh - 110px);
			max-height: 276px;
			
		} 
		/* .video{
			width: 100%;
		} */
		.block_seven_content{
			
			width: 100%;
			opacity: 1;
			-webkit-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
		}
			.bg_block_seven h2{
				/* margin-top: 90px; */

				border-color: rgb(0,0,0);
    			color: rgb(0,0,0);
			}
			.bg_block_seven h2:before,
			.bg_block_seven h2:after{	
				width: 100px;			
				background-color: rgb(0,0,0);
			}	
				.bg_block_seven h3{
					color: rgb(166,166,166);
				}

			.block_seven_content_text{
				padding: 60px 80px;
				background-color: rgb(144, 156, 165);
				box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
				margin-bottom: 20px;
			}
				.block_seven_content_text h5,
				.block_seven_content_text p{
					color: rgb(255,255,255);
				}
				
				.block_seven_content_text p span{
					color: rgb(0, 0, 0);
				}
				.show_demo{
					cursor: pointer;
					text-transform: uppercase;
					text-decoration: underline;
				}
					.show_demo:hover{
						text-decoration: none;
					}

.bg_block_eight{
	padding: 60px 0px; 
	/* margin-top: 90px; */
	background-image: url('../images/bg_block_eight.png');
	background-attachment: fixed;
}
	.bg_block_eight .caption{
		margin-bottom: 40px;
	}
	.bg_block_eight h2{
		margin-top: 0px;
		padding: 20px 40px;
	}
	.bg_block_eight h2:before,
	.bg_block_eight h2:after{	
		width: 60px;			
		background-color: rgb(255,255,255);
	}
	.block_eight_text{
		margin-bottom: 40px;
	}	
		.block_eight_text h5,
		.block_eight_text p{
			color: rgb(255,255,255);
		}
		.block_eight_text h5:before{
			/* content: '';
			width: 16px;
			height: 16px;
			background: url('../images/plus_white.png') no-repeat center center;
			display: block;
			vertical-align: top;
					    margin: 0px 0 5px -15px; */
		}
	.contact_us_form{
		text-align: left;
	}
	.contact_us_form input,
	.contact_us_form textarea{
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		background: transparent;
		border: none;
		border-bottom: 2px solid rgba(255, 255, 255,1);
		outline: none;

		font-size: 16px;
		font-family: "OpenSans-Regular";
		color: rgb(255, 255, 255);
		line-height: 1.125;

		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.contact_us_form textarea{
		margin-top: 10px;
		height: 220px;
		resize: none;
		line-height: 1.5;
		margin-bottom: 60px;
	}

	.contact_us_form input::-webkit-input-placeholder {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }
	.contact_us_form input::-moz-placeholder          {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }/* Firefox 19+ */
	.contact_us_form input:-moz-placeholder           {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }/* Firefox 18- */
	.contact_us_form input:-ms-input-placeholder      {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }

	.contact_us_form textarea::-webkit-input-placeholder {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }
	.contact_us_form textarea::-moz-placeholder          {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }/* Firefox 19+ */
	.contact_us_form textarea:-moz-placeholder           {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }/* Firefox 18- */
	.contact_us_form textarea:-ms-input-placeholder      {font-size: 16px; color: rgba(255,255,255, .5); font-family: "OpenSans-Regular"; }

	.contact_us_form input:focus,
	.contact_us_form textarea:focus{
		-webkit-box-shadow: 0px 0px 15px 0px rgba(222, 225, 228, 0.7);
    	-moz-box-shadow: 0px 0px 15px 0px rgba(222, 225, 228, 0.7);
    	box-shadow: 0px 0px 15px 0px rgba(222, 225, 228, 0.7);
    	border-bottom-color: rgba(255, 255, 255,0);
	}
   
	.contact_info{
		display: none;
		font-size: 14px;
	    color: rgb(4, 4, 4);
	    font-family: "OpenSans-Regular";
	    line-height: 1.5;
	    text-align: left;
	    margin: -36px 0 15px 0;
	}
	
	.button_send{
		display: inline-block;
		cursor: pointer;
		padding: 10px 70px;
		background-color: rgba(255,255,255,1);
		border: 2px solid rgba(255,255,255,1);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		
	}
		.button_send:hover{
			background-color: rgba(255,255,255,.0);
		}
		.button_send p{
			font-size: 22px;
			font-family: "OpenSans-Regular";
			color: rgb(34, 34, 34);
			margin-bottom: 0;
			text-align: center;
			text-transform: uppercase;
			
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}
		.button_send:hover p{
			color: rgb(255,255,255);
		}
		.preloader{
			display: none;
			width: 32px;
			height: 32px;
		}
		.button_send_pressed{
			cursor: auto !important;
			background-color: rgba(255,255,255,.0) !important;
		}
		.button_send_pressed p{
			display: none;
		}
		.button_send_pressed .preloader{
			display: block;
		}
		
footer{
	padding: 50px 0;
	text-align: center;
}
	footer h2{
		font-size: 18px;
		font-family: "OpenSans-Italic";
		color: rgb(4, 4, 4);
		text-align: center;
	}



@media (max-width: 767px) { 
	section h2{
		padding: 30px 20px !important;
	}
	section h2:before,
	section h2:after{		
		width: 10% !important;
	}
	section h3{
		width: 60% !important;
	}
	.bg_block_one h2{
		padding: 30px 20px 70px !important;
	}
	.navbar-collapse{
		overflow: hidden;
	}
	.pad-gif > img {
		max-width: 100%;
	}
		.block_four_slider_item  {
			padding: 0;
			/* padding: 5%; */
		
			display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
			display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
			display: -ms-flexbox;      /* TWEENER - IE 10 */
			display: -webkit-flex;     /* NEW - Chrome */
			display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		}
			.block_four_slider_item img.block_four_logo_img{
				display: none;
			}
			.block_four_text_wrapper{
				width: 270px;
				/* margin: auto; */
				    margin: 30px auto 0;
				-ms-flex-item-align: center;
				text-align: center;
			}
		.block_four_switcher{
			background-size: contain;
			padding: 0;
			/* width: calc(50% - 2px); */
		}
			.block_four_switcher h5{
				text-align: center;
				/*position: relative;*/
			}

			.block_four_switcher_1 h5,
			.block_four_switcher_3 h5{				
				left: 10px;
			}
		
	.block_five_bg_content{
		padding: 30px 15px;
	}
	.block_seven_content_text{
		padding: 20px;
	}
	
}
@media (min-width: 768px) and (max-width: 992px) { 
	.container > .navbar-header{
		width: 185px;
		float: none;
		margin: 0 auto;
	}
	#myNavbar{
		text-align: center;
	}
		.nav.navbar-nav.navbar-right{
			display: inline-block;
		    margin: 0;
		    float: none !important;
		}
	.nav li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.russian_translation .nav li{
		float: none;
    	display: inline-block;
	}
	.bg_block_one{	
		margin-top: 165px;
	}
	.russian_translation .bg_block_one{
		margin-top: 208px;
	}
	.russian_translation .bg_block_one h2{
		padding-right: 215px;
		padding-left: 215px;
	}
	.bg_block_four {
    	height: 1210px;
	}
		.block_four_right_wrapper {
		   /*  margin-left: 5px; */
		   /*  margin-top: 1px; */
		}
		.bg_block_six .checkboxes{			
			margin-top: 20px;
		}
}
@media (min-width: 768px){
	.block_four_slider_item_petwatch_1 h5{
		margin-top: 55px;
	}
	.russian_translation .block_four_slider_item_petwatch_1 h5{
		margin-top: 35px;
	}

	.block_four_slider_item_quiktrak_1 h5{
		margin-top: 100px;
	}

	.block_four_slider_item_quikprotect_1 h5{
		margin-top: 100px;
	}

	.block_four_slider_item_petprotect_1 h5{
		margin-top: 100px;
	}

}
@media (min-width: 992px) and (max-width: 1200px) { 
	.russian_translation .container > .navbar-header{
		width: 185px;
		float: none;
		margin: 0 auto;
	}
	.russian_translation #myNavbar{
		text-align: center;
	}
	.russian_translation .navbar-nav{
		margin: 10px 0;
	}
	.russian_translation .bg_block_one{
		margin-top: 180px;
	}
}
@media (min-width: 993px) { 
	.navbar-nav{
		margin: 31px 0;
	}
	.bg_block_two h4{
		text-align: right;
	}
	.bg_block_two h4:after{
		display: inline-block;		
	}
	.bg_block_two p:before{
		display: block;
		left: -45px;
	}
	
	.block_three_img1_text:before,
	.block_three_img2_text:before{
		display: block;		
	}
	.bg_block_five h5:before{
		display: block;	
	}
	.block_three_img2_text h5,
	.block_three_img2_text p{
		text-align: right;
		margin-left: auto;
	}
	
	.bg_block_four h5:before{
		display: block;
	}
		.block_four_right_wrapper{
			margin-top: 0;
		}
		.bg_block_four .app-links{
			float: right;
			padding-right: 9%; 

		}
	
		
	.bg_block_six .container {
		padding: 0 60px 50px;
	}
	.block_six_text{
		text-align: left;
	}
		.bg_block_six h5:before{
			display: block;
		}
		.block_six_text{
			padding-left: 50px;
		}
		.bg_block_six .checkboxes{			
			margin-top: 40px;
		}
	.bg_block_seven{
		height: 643px;
	}	
		.bg_block_seven .container{
			height: 100%;
		}
		.video{
			top: 0;
			left: 0;
			position: absolute;			
			z-index: 1;
			max-height: 542px;
		}
		.block_seven_content{
			top: 0;
			left: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			background: transparent;
			z-index: 2;
		}

			.bg_block_seven h2{
				margin-top: 90px;

				border-color: rgb(255,255,255);
    			color: rgb(255,255,255);
			}
			.bg_block_seven h3{
				color: rgb(255,255,255);
			}
			.bg_block_seven h2:before,
			.bg_block_seven h2:after{
				width: 100px;
				background-color: rgb(255,255,255);
			}	
	.block_eight_text{
		margin-left: 15px;
	}
	
		.block_eight_text h5:before{
			display: block;
		}
	.contact_us_form{
		padding-left: 80px;
	}
}
@media (min-width: 1201px) { 
	/* .bg_block_two p:before{
		display: block;
		left: -45px;
	} */
	
	.bg_block_five .middle-info{
		background-position: 40% bottom;
	}
	.block_six_text{
		padding-left: 15px;
	}
	.bg_block_seven{
		height: 675px;
	}
		.video{
			max-height: 625px;
		}
}

@media (min-width: 1570px) { 
	.bg_block_five {
		-webkit-background-size: 100% 97%;
	    	background-size: 100% 97%;
	}
	   
}
	.button_send_first{
		display: inline-block;
		cursor: pointer;
		padding: 10px 70px;
		height: 46px;
		background-color: rgb(0,187,247);
		border: 2px solid rgb(0,187,247);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		margin-top:50px;
	}
	.button_send_first:hover{
		background-color: rgba(255,255,255,.0);
	}
	.button_send_first p{
		font-size: 22px;
		font-family: "OpenSans-Regular";
		color: #fff;
		margin-bottom: 0;
		text-align: center;
		text-transform: uppercase;

		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.button_send_first:hover p{
		color: rgb(0,187,247);
	}

	.button_send_first_pressed{
		border-color: rgba(0,187,247,.3) !important;
		cursor: auto !important;
		background-color: rgba(255,255,255,.0) !important;
		padding: 6px 70px !important;		
	}
	.button_send_first_pressed p{
		display: none;
	}
	.button_send_first_pressed .preloader{
		display: block;
	}
	.request_info{
		display: none;
		font-size: 14px;
	    color: rgb(4, 4, 4);
	    font-family: "OpenSans-Regular";
	    line-height: 1.5;
	    text-align: center;
	    margin: 5px 0 15px 0;
	}
.bg_block_four,
.bg_block_five{
	overflow: hidden;
}
.display_none{
	display: none !important;
}
.display_block{
	display: block !important;
}
.visible_block{
	opacity: 1 !important;
	z-index: 2 !important;
}
.hidden_block{
	opacity: 0 !important;
}
.hide_b7_content{
	opacity: 0 !important;
	z-index: 0 !important;
}
.hide_block{				
	opacity: 0 !important;	
}
.show_block{				
	opacity: 1 !important;		
}

.error_field{
	border-bottom: 2px solid red !important;
}
.error {
    color: red !important;
}
.success{
	color: green !important;
}

#hellopreloader_preload{
	display: block;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	/* background: #cde8ff url(../images/page_preloader.gif) center center no-repeat; */
	background: #3b3f49 url(../images/page_preloader.svg) center center no-repeat;

	background-size:101px;
} 

#hellopreloader_preload p{
	font-family: "OpenSans-Italic";
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    margin-left: -30px;	
    color: #fff;
}

/*additional styles*/
.align-left{
	text-align: left;
}
.margin-bottom-0{
	margin-bottom: 0px;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-top-15{
	margin-top: 15px;
}
.font-size-13{
	font-size: 13px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-16{
	font-size: 16px;
}
.font.bold{
	font-weight: bold;
}
.nopadding{
	padding:0 !important;
}
.small_p_circle{
	font-size: 10px;
}
/*end additional styles*/