/*
Theme Name: Digitouch theme
Theme URI: digitouch.co.il
Author: Digitouch
Version: 1.0
Author URI: https://digitouch.co.il
Description: תבנית דיגיטצ
*/
/*@import url('https://fonts.googleapis.com/css?family=Alef');*/
#pixel-perfect {
  opacity: 0.5;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */
		@font-face{
			font-family:'almoni-dl';
			font-weight:300; /*(light)*/
			font-style: normal;
			src: url('fonts/almoni/almoni-dl-aaa-300.eot'); 
			src: url('fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
				url('fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'), 
				url('fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:400; /*(regular)*/
			font-style: normal;
			src: url('fonts/almoni/almoni-dl-aaa-400.eot'); 
			src: url('fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
				url('fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'), 
				url('fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:700; /*(bold)*/
			font-style: normal;
			src: url('fonts/almoni/almoni-dl-aaa-700.eot'); 
			src: url('fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
				url('fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'), 
				url('fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
		}
		@font-face{
			font-family:'almoni-dl';
			font-weight:900; /*(black)*/
			font-style: normal;
			src: url('fonts/almoni/almoni-dl-aaa-900.eot'); 
			src: url('fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
				url('fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'), 
				url('fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
		}/* End Font Import */

* {
	box-sizing: border-box;
}
body {
	font-family: 'almoni-dl', sans-serif !important;
	font-size: 18px;
	color: #717171;
	background: #fff;
	font-weight: 400;
}
.page-wrapper_new article.videos ul li {
  float: right;
  height: 225px;
  margin: 0 50px 50px 0;
  position: relative;
  width: 366px;
}
.page-wrapper_new article.videos ul li a h3 {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: -100%;
  color: #fff;
  display: block;
  margin: 0;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 100%;
}
section.page-wrapper.page-wrapper_new .wrapper {
    width: 1200px;
}
section.page-wrapper_new .wrapper {
    height: 100%;
    margin: 0 auto;
    padding: 65px 0;
    position: relative;
    width: 52.0833vw;
}
.page-wrapper_new .wrapper {
    margin: 0 auto;
    width: 1000px;
}
section.page-wrapper {
  margin-top: 110px;
}
.page-wrapper_new input[type="submit"], .page-wrapper_new button {
  background: #0096d7 none repeat scroll 0 0;
  border: 1px solid #0096d7;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 25px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease 0s;
}
.page-wrapper_new article button {
  float: left;
  margin-top: 20px;
  width: auto;
}
.page-wrapper_new input[type="submit"]:hover, .page-wrapper_new button:hover {
  background: #2e2e2e none repeat scroll 0 0;
  border: 1px solid #303030;
}
.page-wrapper_new button::after {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: " ";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-wrapper_new input[type="text"], .page-wrapper_new input[type="tel"], .page-wrapper_new input[type="email"], .page-wrapper_new textarea {
    background: #00a3e4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    font-family: "Assistant",sans-serif;
    line-height: 30px;
    padding: 0 10px;
    width: 200px;
}
.page-wrapper_new article input, .page-wrapper_new article textarea {
    width: 100% !important;
}
.page-wrapper_new article label span {
  display: block !important;
}
.page-wrapper_new  article label {
  display: block !important;
  margin-bottom: 10px;
}
section.page-wrapper_new div.pattern1 {
  height: 100%;
}
header ul.menu > li:hover > ul.sub-menu {
    display: block;
}
header ul.menu > li > ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 90px;
    width: 200px;
}
@media (max-width: 500px){
section .wrapper {
    width: auto !important;
    padding: 20px !important;
}
}
input, textarea, select, button {
	/*font-family: 'Open Sans Hebrew', Arial;*/
	/*font-family: 'Alef', sans-serif;*/
	font-family: 'almoni-dl', sans-serif;
	font-size: 14px;
	color: #181c1f;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}
a, a:hover, p, h1,h2,h3,h4, ul, li {
	font-family: 'almoni-dl', sans-serif;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
	border: 0;
	background: #00a3e4;
	width: 200px;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 0 10px;	
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);	
	font-family: 'almoni-dl', sans-serif;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
	width: auto !important;
	font-family: 'almoni-dl', sans-serif;
}
textarea {
	width: 340px;
	height: 70px;
}
input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, textarea:hover,
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	background: #0096d7;
}
input[type="submit"], button {
	border: 1px #0096d7 solid;
	background: #0096d7;
	display: inline-block;
	line-height: 45px;
	padding: 0 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 20px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	position: relative;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-decoration: none;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	    
    font-weight: bold;	
    cursor: pointer;
}
input[type="submit"]:hover, button:hover {
	border: 1px #303030 solid;
	background: #2e2e2e;
}
a.btn {
	border: 1px #0096d7 solid;
	background: #0096d7;
	display: inline-block;
	line-height: 35px;
	padding: 0 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 18px;
	color: #fff !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	position: relative;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-decoration: none !important;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	    
    text-decoration: none;
}
a.btn:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.2);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

::-webkit-input-placeholder {
   color: #bbbaba;
}
:-moz-placeholder {
   color: #bbbaba;  
}
::-moz-placeholder { 
   color: #bbbaba;  
}
:-ms-input-placeholder {  
   color: #bbbaba;  
}
a:link, a:visited {
	text-decoration: none;
	color: #ff6000;
}
a:hover {
	text-decoration: underline;
	color: #ff6000;
}
strong {
	font-weight: bold;
}
hr {
	background: #d4d3d9;
	height: 1px;
	border: 0;
	margin: 20px 0;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
	display: block;
}
a.play {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;	
}
a.play:before {
	content: " ";
	background: url('images/play.png') no-repeat center center;
	background-size: 40px auto;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	border: 2px #ff6000 solid;
	margin: 0 auto 10px auto;
	display: block;
}
header {
  background: #f7f7f7 none repeat scroll 0 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  height: 95px;
  left: 0;
  padding: 16px 0;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  top: 53px;
  transition: height 0.3s ease 0s, padding 0.3s ease 0s;
  z-index: 9999;
}
header a.logo {
  float: right;
  margin-right: 56px;
  padding-top: 0;
}
header a.logo img {
  display: block;
  height: 63px;
  transition: all 0.2s ease 0s;
  width: auto;
}
header .russian {
	float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    line-height: 1.3;
}
header .phone {
  color: #042840;
  direction: ltr;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-left: 19px;
  margin-top: 14.5px;
  text-shadow: none;
}
ul.menu {
  margin: 0;
  text-align: center;
}
ul.menu {
  margin: 23.5px;
  text-align: center;
}
header ul.menu > li {
  display: inline-block;
  float: none;
  font-size: 19px;
  line-height: 1;
  position: relative;
  transition: margin 0.2s ease 0s;
}
header ul.menu > li > a {
  border: medium none;
  color: #042840;
  font-size: 19px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin-right: 20px;
  padding-right: 0;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.2s ease 0s;
  width: auto;
}
header ul.menu > li:first-child > a {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
header ul.menu > li > a:hover {
	/*color: #fff;*/
	    color: #45ccff;
}
header ul.menu > li.menu-item-has-children > a {
	position: relative;
	padding-left: 20px;
}
/*header ul.menu > li.menu-item-has-children > a:after {
	content: "f107";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 13px;
	top: 2px;
}*/

header ul.menu > li > ul.sub-menu {
  background: #fff none repeat scroll 0 0;
  display: none;
  line-height: 30px;
  position: absolute;
  right: -10px;
  top: 20px;
  width: 200px;
}
header ul.menu > li > ul.sub-menu li a {
	padding: 10px 20px;
	display: block;
	border-top: 1px #d4d3d9 solid;
	text-decoration: none;
	text-shadow: 0 0 0;
	color: #00a3e4;
	font-size: 15px;
}
header ul.menu > li > ul.sub-menu li:first-child a {
	border-top: 0;
	position: relative;
}
header ul.menu > li > ul.sub-menu li a:hover {
	color: #ff6000;
}
header ul.menu > li > ul.sub-menu li:first-child a:after {
	content: " ";
	width: 0; 
	height: 0; 
	position: absolute;
	top: -10px;
	right: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;	
}
header ul.menu > li:hover > ul.sub-menu {
	display: block;
}
header.shrink {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  height: 70px;
  padding: 4px 0;
  position: fixed;
  top: 0;
}
header.shrink a.logo img {
  height: 55px;
}
header.shrink .phone {
  margin-top: 8.5px;
}
header.shrink ul.menu {
  margin-top: 16.5px;
}
header.shrink a.logo img, header.shrink .phone, header.shrink ul.menu {
  transition: height 0.3s ease 0s, margin 0.3s ease 0s;
}
/* GLOBAL SECTION STYLING */

section {
	overflow: hidden;
	position: relative;
}
section .wrapper {
	width: 100%;
	margin: 0 auto;	
	padding: 65px 0;
	position: relative;
	height: 100%;
}
section h2 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #ff6000;
}
section img {
	max-width: 100%;
}
section p {
	font-size: 18px;
	line-height: 25px;	
}
section div.pattern2 {
	background: url('images/pattern2.png');
	height: 100%;
}
section div.pattern3 {
	background: url('images/pattern3.png') repeat-x center top;
	background-size: contain;
	height: 100%;
}
section.neato-knows {
	background: url('images/neato_knows_bg.jpg') repeat-x center center;
	background-size: cover;
	height: calc(100vw / 2.74);
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
section.neato-knows h2 {
	font-size: 52px;
	line-height: 72px;
	margin-bottom: 10px;
}
section.neato-knows h3 {
	color: #fff;
	font-size: 26px;
}
/* NEATO CLEVER SECTION */

section.neato-clever {
	background: url('images/neato_clever_bg.jpg');
	background-size: 16.8229166667vw 18.6458333333vw;
	width: 100%;
	height: 35.46875vw;
	text-align: right;
}
section.neato-clever:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 41.5625vw;
	background: url('images/neato_clever_image.png') no-repeat left top;
	background-size: contain;
	z-index: 1;
}
section.neato-clever .vertical-align {
	width: 34.1666666667vw;
}
/* LASER SMART SECTION */

section.laser-smart {
	background: url('images/laser_smart_bg.jpg');
	text-align: center;
}
section.laser-smart:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(100vw / 4.0506329111);
	background: url('images/laser_smart_bg3.png') no-repeat right top;
	background-size: contain;
	z-index: 1;
}
section.laser-smart:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100vw / 3.1017770598);
	background: url('images/laser_smart_bg2.png') no-repeat right bottom;
	background-size: contain;
	z-index: 2;
}section.laser-smart h2 {
	margin-bottom: 20px;
	display: inline-block;
	text-align: right;
}
section.laser-smart p {
	width: 80%;
	margin: 0 auto;
}
/* SPIN FLOW SECTION */

section.spin-flow {
	background: url('images/spin_flow_bg.jpg');
	text-align: center;
}
section.spin-flow:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100vw / 3.4657039711);
	background: url('images/spin_flow_bg2.png') no-repeat left top;
	background-size: contain;
}
section.spin-flow:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: calc(100vw / 2.852897474);
	background: url('images/spin_flow_bg3.png') no-repeat right bottom;
	background-size: contain;
}
section.spin-flow h2 {
	display: inline-block;
	text-align: right;	
}
section.spin-flow img {
	width: calc(100vw / 1.92 / 1.5625);
	height: calc(100vw / 1.92 / 1.9841269841);
}
section.spin-flow p {
	margin-bottom: 30px;
}
section.spin-flow .pull-right {
	width: 45%;
	padding-left: 15px;
}
section.spin-flow .pull-right img {
	width: auto;
	height: auto;
}
section.spin-flow .pull-left {
	width: 55%;
	text-align: right;
}
section.spin-flow .pull-left p {
	margin-bottom: 0;
}
/* HAIR CLEANING SECTION */

section.hair-cleaning {
	background: #f7f7f7 url('images/hair_cleaning_bg2.gif') repeat-x center bottom;
	background-size: 1px calc(100vw / 1.92 / 2.9369158879);
	text-align: center;
}
section.hair-cleaning .wrapper {
	background: url('images/hair_cleaning_bg.jpg') repeat-x center bottom;
	background-size: contain;
}
section.hair-cleaning p {
	margin-bottom: 30px;
}
/* ORGANIZED SECTION */

section.organized {
	background: #474747; 
	background: -moz-radial-gradient(center, ellipse cover,  #474747 55%, #212121 100%); 
	background: -webkit-radial-gradient(center, ellipse cover,  #474747 55%,#212121 100%); 
	background: radial-gradient(ellipse at center,  #474747 55%,#212121 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#212121',GradientType=1 ); 
	font-size: 18px;
	color: #fff;	
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
section.organized .wrapper {
	/*width: calc(100vw / 1.73);*/
	padding-bottom: 20px;
	
}
section.organized img {
	max-width: 100%;
}
section.organized .image {
	width: 48%;
	position: relative;
}
section.organized .image a.play {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -45px;
	margin-right: -45px;
}
section.organized .image a.play:before {
	width: 90px;
	height: 90px;
	background-size: 35px auto;
	background-color: rgba(239,90,0,0.4);
}
section.organized .description {
	width: 52%;
	padding-top: 2.8125vw;
}
section.organized .description ul li {
	margin-top: 25px;
	font-size: 18px;
	min-height: 100px;
	line-height: 30px;
	background-position: right 5px;
	background-repeat: no-repeat;
	background-size: 16% auto;
	padding-right: calc(16% + 20px);
}
section.organized .description ul li:first-child {
	margin-top: 0;
	background-image: url('images/organized_icon1.png');
}
section.organized .description ul li:last-child {
	background-image: url('images/organized_icon2.png');
}
section.organized .description ul li a {
	display: block;
	margin-top: 10px;
}
/* COMPRASION SECTION */

section.comprasion {
	background: #fcfcfc; 
	background: -moz-radial-gradient(center, ellipse cover,  #fcfcfc 55%, #e8e8e8 100%); 
	background: -webkit-radial-gradient(center, ellipse cover,  #fcfcfc 55%,#e8e8e8 100%); 
	background: radial-gradient(ellipse at center,  #fcfcfc 55%,#e8e8e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=1 ); 
	text-align: center;	
}
section.comprasion .wrapper {
	/*width: calc(100vw / 1.6);*/
	
}
section.comprasion h3 {
	color: #00a3e4;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 10px;
}
section.comprasion p {
	margin-bottom: 40px;
}
section.comprasion img:first-child {
	width: 100%;
}
section.comprasion img {
	max-width: 100%;
	width: 70%;
}
section.comprasion .neato,
section.comprasion .other {
	width: 45%;
}
section.comprasion .neato h5,
section.comprasion .other h5 {
	margin: 25px auto;
	width: 70%;
}
section.comprasion .neato h4,
section.comprasion .other h4 {
	margin: 25px auto 0 auto;
	width: 70%;
	line-height: 22px;	
}
/* FEATURE SECTION */

section.features {
	width: 100%;
	background: #f2f2f2;
	padding: 30px 0;
}
section.features .line {
	display: table;
	width: 100%;
	table-layout: fixed;
	direction: ltr;
}
section.features .line .text {
	width: 50%;
	display: table-cell;
	text-align: left;
	height: 100%;
	vertical-align: middle;
	direction: rtl;
}
section.features .line .text .inner {
	display: inline-block;
	padding: 50px 0;
	width: 100%;
	height: auto !important;
	background-color: #fff;
	position: relative;
}
section.features .line .text .inner:after {
	content: " ";
	background: url('images/feature_text_shadow_right.png') no-repeat right center;
	background-size: contain;
	position: absolute;
	width: 16px;
	height: 100%;
	top: 0;
	right: 100%;
}
section.features .line .text .inner h3,
section.features .line .text .inner p {
	width: 500px;
	padding: 0 0 0 50px;
	display: inline-block;
}
section.features .line .text .inner h3 {
	line-height: 30px;
	font-size: 22px;
	margin-bottom: 5px;
	color: #ff6000;
}
section.features .line .image {
	width: 50%;
	padding: 30px 0;
	display: table-cell;
	text-align: right;
}
section.features .line .image img {
	max-width: calc(100% - 50px);
	margin: 0 50px 0 0;
}
section.features .line.reverse {
	direction: rtl;
}
section.features .line.reverse .text {
	text-align: right;
}
section.features .line.reverse .text .inner:after {
	content: " ";
	background: url('images/feature_text_shadow_left.png') no-repeat left center;
	background-size: contain;
	position: absolute;
	width: 16px;
	height: 100%;
	top: 0;
	right: auto;
	left: 100%;
}
section.features .line.reverse .text .inner h3,
section.features .line.reverse .text .inner p {
	padding: 0 50px 0 0;
}
section.features .line.reverse .image {
	text-align: left;
}
section.features .line.reverse .image img {
	margin: 0 0 0 50px;
}

/* BENEFITS SECTION */

section.benefits {
	background: url('images/benefits_bg.jpg');
	background-size: cover;
	width: 100%;
	text-align: center;
}
section.benefits img {
	max-width: 100%;
}
section.benefits .wrapper {
	/*width: 63.4375vw;*/
	
}
section.benefits h2 {
	color: #00a1e2;
	margin-bottom: 10px;
}
section.benefits p {
	margin: 0 auto 40px auto;
}
/* CHOOSE SECTION */

section.choose {
	background: #fcfcfc; 
	background: -moz-radial-gradient(center, ellipse cover,  #fcfcfc 55%, #e8e8e8 100%); 
	background: -webkit-radial-gradient(center, ellipse cover,  #fcfcfc 55%,#e8e8e8 100%); 
	background: radial-gradient(ellipse at center,  #fcfcfc 55%,#e8e8e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=1 ); 
	text-align: center;
}
section.choose .wrapper {
	
}
section.choose h2 {
	color: #00a1e2;
	margin-bottom: 30px;
}
section.choose ul li {
	width: 25%;
	float: right;
	padding: 0 20px;
}
section.choose ul li h3 {
	direction: ltr;
	font-size: 20px;
	line-height: 30px;
	color: #f47836;
	margin-bottom: 10px;
}
section.choose ul li h4 {
	font-size: 28px;
	margin-bottom: 30px;
	color: #313131;
	font-weight: 700;
}
section.choose ul li h4 span {
	font-size: 22px;
	margin-right: 5px;
}
section.choose a {
	border: 1px #303030 solid;
	background: #2e2e2e;
	display: inline-block;
	line-height: 45px;
	padding: 0 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 20px;
	color: #fff;
	margin-top: 120px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	position: relative;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-decoration: none;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	    
    font-weight: bold;
}
section.choose a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.2);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
section.choose ul li a {
	background: #f47836;
	border: 1px #f47836 solid;	
	line-height: 35px;
	padding: 0 25px;	
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
section.choose ul li.brown h3 {
	color: #63514e;
}
section.choose ul li.brown a {
	background: #63514e;
	border: 1px #443836 solid;
}
section.choose ul li.blue h3 {
	color: #0096d7;
}
section.choose ul li.blue a {
	background: #0096d7;
	border: 1px #0096d7 solid;
}
section.choose ul li.purple h3 {
	color: #574099;
}
section.choose ul li.purple a {
	background: #574099;
	border: 1px #574099 solid;
}
section.choose ul li a:hover {
	border: 1px #303030 solid;
	background: #2e2e2e;
}
/* TESTIMONIALS SECTION */

section.testimonials {
	background: url('images/testimonials_bg.jpg');
	background-size: cover;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: inset 0px 26px 46px -13px rgba(0,0,0,0.3), inset 0px -26px 46px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 26px 46px -13px rgba(0,0,0,0.3), inset 0px -26px 46px -13px rgba(0,0,0,0.3);
	box-shadow: inset 0px 26px 46px -13px rgba(0,0,0,0.3), inset 0px -26px 46px -13px rgba(0,0,0,0.3);
}
section.testimonials .wrapper {
	
}
section.testimonials h2 {
	color: #989898;
}
section.testimonials h2 span {
	color: #ff6000;
}
section.testimonials ul {
	margin: 0 -10px;
}
section.testimonials .swiper-slide {
	font-size: 22px;
	line-height: 30px;
}
section.testimonials .swiper-slide a {
	margin: 20px 0;
	display: block;
}
section.testimonials .swiper-slide img {
	max-width: 180px;
	max-height: 150px;
}

section.testimonials ul li {
	float: right;
	width: 33%;
	padding: 0 10px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	text-align: right;
	font-size: 16px;
	display: table;
	table-layout: fixed;
	margin-top: 40px;
}
section.testimonials ul li div.image {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
section.testimonials ul li div.image img {
	max-height: 88px;
}
section.testimonials ul li div.text {
	width: 70%;
	line-height: 22px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}
section.testimonials ul li div.text a {
	color: #00a1e2;
	display: block;
	margin-top: 3px;
}
section.testimonials ul.self li {
	width: 80%;
	margin: 0 auto;
	float: none;
}
section.testimonials ul.self li .image img {
	max-width: 80%;
	max-height: 180px;
}
section.testimonials ul.self li .text {
	font-size: 20px;
	line-height: 30px;
}
/* CONTACT SECTION */

section.contact {
	background: #fcfcfc; 
	background: -moz-radial-gradient(center, ellipse cover,  #fcfcfc 55%, #e8e8e8 100%); 
	background: -webkit-radial-gradient(center, ellipse cover,  #fcfcfc 55%,#e8e8e8 100%); 
	background: radial-gradient(ellipse at center,  #fcfcfc 55%,#e8e8e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=1 ); 
	text-align: center;	
}
section.contact .wrapper {
	
}
section.contact h2 {
	color: #ff6000;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
section.contact h3 {
	font-size: 24px;
	line-height: 30px;
	color: #717171;
}
section.contact h3 a {
	color: #717171;
}
section.contact h4 {
	color: #ff6000;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
}
section.contact img {
	margin-top: 30px;
}
section.contact form {
	width: 760px;
	margin: 0 auto 30px auto;
}
section.contact label {
	float: right;
	padding: 0 10px;
}
section.contact label:first-child {
	padding-right: 0;
}
section.contact label:last-child {
	padding-left: 0;
}
section.contact label span {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
section.contact label input {
	background: #ebebeb;
	border: 0;
	font-size: 15px;
	width: 193px;
	color: #fff;
	-webkit-box-shadow: inset 3px 3px 4px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 3px 3px 4px 0px rgba(0,0,0,0.6);
	box-shadow: inset 3px 3px 4px 0px rgba(0,0,0,0.6);	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
section.contact label input:hover, section.contact label input:focus {
	background: #dbdbdb;
}
section.contact label input:hover,
section.contact label input:focus {
	border: 0;
}
section.contact label input::-webkit-input-placeholder {
   color: #888;  
}
section.contact label input:-moz-placeholder {
   color: #888;   
}
section.contact label input::-moz-placeholder {  
   color: #888;   
}
section.contact label input:-ms-input-placeholder {  
   color: #888;  
}
section.contact label button {
	background: #f47836;
	border: 1px #f47836 solid !important;
	display: inline-block;
	line-height: 40px;
	width: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 20px;
	margin-top: 18px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	position: relative;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-decoration: none;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	 
}
section.contact label button:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.2);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
section.contact div.info {
	padding-top: 110px;
	padding-right: 120px;
	text-align: right;
}
footer {		
	background: none;
	padding: 31px 0 0;
}
footer .wrapper ul > li {
  color: #7c8082;
  float: none;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 5px 0;
  text-align: right;
  width: 100%;
}
footer .footer_widget > div.textwidget b {
  color: #042840;
}
footer .footer_widget > div.textwidget {
  font-size: 17px;
  line-height: 1.7;
}
footer ul.menu {
  margin: 0;
}
footer .wrapper ul > li a {
  color: #042840;
  font-size: 17px;
  font-weight: 400;
}
.footer {
	line-height: 55px;
	background: #333;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    height: 120px;
}
.footer a span.fa {
	background: #fff;
	color: #333;
	line-height: 26px;
	display: inline-block;
	width: 26px;
	text-align: center;
	text-shadow: 0 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	margin-left: 5px;
}
.footer .credits {
	color: #888;
}
.footer .credits a {
	color: #888;
}
/* COMPARE PAGE - VS SECTION */

section.vs {
	color: #fff;
}
section.vs .neato {
	width: 50%;
	text-align: left;
	background: #f37736;
	float: right;
	padding: 60px 0 60px 100px;
}
section.vs .irobot {
	width: 50%;
	text-align: right;
	background: #353537;
	float: right;
	padding: 60px 100px 60px 0;	
}
section.vs h3 {
	font-size: 46px;
	line-height: 80px;
	margin-bottom: 30px;
}
section.vs div.vs {
	position: absolute;
	right: 50%;
	top: 50px;
	font-size: 32px;
	margin-right: -45px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 80px;
	background: #00a1e2;
	border: 5px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
/* COMPARE PAGE - BEFORE BUYING SECTION */
section.before-buying {
	text-align: center;
}
section.before-buying .wrapper {
	
}
section.before-buying h2 {
	color: #717173;
	font-weight: 400;
}
section.before-buying h2 span {
	color: #b8d02d;
}
section.before-buying p {
	margin-bottom: 25px;
}
section.before-buying h3 {
	font-size: 32px;
	border-bottom: 1px #cbcaca solid;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 36px;
}
section.before-buying h3 span {
	color: #ff6000;
}
section.before-buying h4 {
	font-size: 24px;
	color: #ff6000;
	margin-bottom: 15px;
}
section.before-buying p.didyouknow {
	width: 60%;
	margin: 0 auto;
	padding: 15px 70px 15px 15px;
	border: 3px #ff6000 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin-bottom: 25px;
	position: relative;
	text-align: right;
}
section.before-buying p.didyouknow:after {
	background: #ff6000 url('images/didyouknow.png') no-repeat center center;
	background-size: 30px auto;
	content: " ";
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -45px;
	margin-right: -45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;		
}
section.before-buying h5 {
	font-size: 26px;
	line-height: 32px;
}
/* COMPARE PAGE - VIDEO */
section.video {
	background: #474747 url('images/video_bg.jpg') no-repeat center center;
	height: 354px;
	text-align: center;
	color: #ff6000;
}
/* COMPARE PAGE - FILTER */
section.filter {
	background: url('images/neato_clever_bg.jpg');
}
/* COMPARE PAGE - BOTTOM LINE */
section.bottom-line h3 {
	margin: 0;
}
/* INNER PAGE */
section.page-wrapper .wrapper {
	
}
article div.row {
	margin: 0 -20px;
}
article div.row div.col-full {
	width: 100%;
	padding: 0 20px;
}
article div.row div.col-half {
	width: 50%;
	padding: 0 20px;
	float: right;
}
article div.row div.col-third {
	width: calc(100% / 3);
	padding: 0 20px;
	float: right;
}
article h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #00a3e4;
}
article h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #00a3e4;
}
article {
	font-size: 15px;
	line-height: 24px;
}
article ul {
	list-style: disc;
	margin-right: 20px;
	margin-bottom: 15px;
}
article ul.tips {
	list-style: none;
	margin-right: 0;
}
article ul.tips li {
	background: url('images/faq/faq-question-a.png') no-repeat right top;
	padding-right: 40px;
	margin-top: 8px;
	line-height: 26px;
}
article ul.tips li:first-child {
	margin-top: 0;
}
article ol {
	list-style: none;
	margin-right: 0;
	margin-bottom: 15px;
	counter-reset: my-counter;
}
article ol li {
	position: relative;
	line-height: 26px;
	padding-right: 40px;
	margin-top: 8px;
}
article ol li:before {
	content: counter(my-counter, decimal);
	counter-increment: my-counter;
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #ff6000;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
article p {
	font-size: 15px;
	margin-bottom: 15px;
}
article p:last-child {
	margin-bottom: 0;
}
article aside.sidebar {
	width: 230px;
	float: left;
}
article .posts {
	width: 700px;
	float: right;
}
article .post {
	margin-top: 35px;
	border-top: 1px #e1e1e1 solid;
	padding-top: 35px;
}
article .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
article .post .thumb {
	float: right;
	width: 250px;
	height: 180px;
	border: 1px #e1e1e1 solid;
	padding: 5px;
	position: relative;
	background: #fff;
}
article .post .thumb img {
	width: 238px;
	height: 168px;
	display: block;
}
article .post div.excerpt {
	float: left;
	width: 430px;
}
article .post h3 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #313131;
	font-size: 24px;
	line-height: 34px;
}
article .post h4 {
	margin-bottom: 10px;
	font-size: 12px;
	color: #717171;
}
article .post h4 a {
	color: #717171;
}
article .post h4 span {
	color: #00a3e4;
}
article .post h3 a {
	color: #ff6000;
	text-decoration: none;
}
article .post h3 a:hover {
	color: #ff6000;
}
article .post a.read-more {
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
	color: #00a3e4;
}
article .post a.read-more:hover {
	color: #00a3e4;
}
article .post a.read-more .fa {
	font-size: 13px;
	margin-right: 2px;
}
article aside > ul {
	list-style: none;
	margin-right: 0;
}
article aside > ul > li {
	margin-top: 35px;
}
article aside > ul > li:first-child {
	margin-top: 0;
}
article aside > ul > li h3.widget-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
article aside > ul > li h3.widget-title:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #00a3e4;
	width: 20%;	
}
article aside a {
	color: #717171 !important;
}
article.videos ul {
	margin-right: 0;
	list-style: none;
}
article.videos ul:first-child {
	margin-top: 15px;
}
article.videos ul li {
  float: right;
  height: 225px;
  margin: 0 50px 50px 0;
  position: relative;
  width: 445px;
}
article.videos ul li a img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
article.videos ul li:after {
	content: " ";
	background: url('images/videos_shadow.png') no-repeat center top;
	background-size: contain;
	width: 100%;
	height: 17px;
	position: absolute;
	right: 0;
	bottom: -17px;
}
article.videos ul li:first-child {
	margin-right: 0;
}
article.videos ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #00a3e4;
  border-radius: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
article.videos ul li a:before {
	content: " ";
	background: url('images/videos_play.png') no-repeat center center;
	width: 110px;
	height: 110px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -55px -55px 0 0;
	display: none;
}
article.videos ul li a h3 {
	display: block;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: -100%;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;  	
}
article.videos ul li:hover a h3 {
	bottom: 0;
}
article ul.services-tab {
	list-style: none;
	margin: 0 0 30px 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
article ul.services-tab li {
	display: table-cell;
	height: 116px;
	background-color: #00a3e4;
	background-position: center 10px;
	background-repeat: no-repeat;
}
article ul.services-tab li:hover,
article ul.services-tab li.current {
	background-color: #ff6000
}
article ul.services-tab li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 60px 10% 0 10%;
	text-align: center;
}
iframe.contact-map {
	height: 350px;
	width: 100%;
}
article .faq-single {
	line-height: 26px;
	margin-top: 15px;
	overflow: hidden;
	height: 26px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2ms;
    -o-transition: height 0.2ms;
    transition: height 0.2s;  		
}
article .faq-single:first-child {
	margin-top: 0;
}
article .faq-single .faq-single-q {
	background: url('images/faq/faq-question-q.png') no-repeat right top;
	font-weight: bold;
	padding-right: 40px;
}
article .faq-single .faq-single-q a {
	color: #717171;
	text-decoration: none;
	line-height: 26px;
}
article .faq-single .faq-single-a {
	background: url('images/faq/faq-question-a.png') no-repeat right top;
	padding-right: 40px;
	margin-top: 5px;
}
.woocommerce-cart table.cart.Page_cart_shop_table #shipping_method input {
  display: inline-block;
  float: none;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}
.subtotal_cart_new_block > div.shipping {
  padding: 19px 15px;
}
label {
  display: inline-block;
  float: none;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
}
.woocommerce .Page_cart_shop_table ul#shipping_method li {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: 8px;
}
/* Product */

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce div.product .product_title {
	font-size: 28px;
	color: #000;
	margin-bottom: 25px;
}
.woocommerce span.onsale {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
	left: auto !important;
	right: 0 !important;
	font-size: 11px !important;
	background: #ff6000 !important;
	padding: 0 !important;
}
.woocommerce div.product .short-description {
	margin-bottom: 42px;
}
.woocommerce div.product .pricing {
	float: right;
	margin-left: 20px;
	text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-bottom: 0 !important;
	font-size: 22px !important;
	color: #000 !important;
	font-weight: bold;
}
.woocommerce div.product .stock {
	color: #717171 !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: block;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	float: right;
}
.mobile_logo {
  text-align: center;
}
header .mobile_logo a.logo {
  float: none;
  padding-top: 0;
}
header .mobile_logo a.logo img {
  display: inline-block;
}
.phone-mob > a {
  color: #042840;
  float: left;
  font-size: 45px;
  margin-top: 8px;
}
.nav-mobile-but > span {
  background-color: #042840;
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 100%;
}
.nav-mobile-but {
  cursor: pointer;
  float: right;
  margin: 8px 0 0;
  width: 50px;
}
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
	border: 1px #0096d7 solid;
	background: #0096d7;
	display: inline-block;
	line-height: 35px;
	margin-top: 5px;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	font-size: 20px;
	color: #fff !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	position: relative;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-decoration: none;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;	    
    font-weight: bold;	
    cursor: pointer;
}
.woocommerce div.product form.cart div.quantity {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce div.share-to {
  color: #042840;
  float: right;
  font-size: 17px;
  line-height: 2.1;
  margin-left: 20px;
}
.woocommerce div.product div.images > a img {
  padding: 50px 0;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li a {
  color: #042840;
  display: inline-block;
  float: none;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}
.text_s_rucoj {
  color: #45ccff;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 0;
}
.woocommerce a.facebook {
	float: right;
	display: block;
	text-align: center;
	line-height: 45px;
	width: 45px;
	color: #fff;
	background: #3b5998;
}
.woocommerce div.product_meta {
	display: none;
}
.woocommerce article.videos {
	text-align: center;
	padding: 20px 0 30px 0;
}
.woocommerce article.videos ul li {
	display: inline-block;
	margin: 0 20px;
	float: none;
}
.woocommerce div.product div.images img {
	border: 1px #ccc solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.woocommerce table.shop_attributes {
	background: #fff !important;
	border: 1px #00a3e4 solid !important;
	width: 50% !important;
	float: right !important;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	background: #fff !important;
	border: 1px #00a3e4 solid !important;	
}
.woocommerce table.shop_attributes th {
	width: 70% !important;
	text-align: right;
}
.woocommerce table.shop_attributes td {
	width: 30%;
	text-align: center;
}
.woocommerce div.in-the-box {
	width: 30%;
	float: left;
}
.woocommerce div.in-the-box h3 {
  border-bottom: 0 solid #00a3e4;
  color: #042840;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 10px;
}
.woocommerce div.in-the-box ul {
	list-style: none;
	margin: 0;
}
.woocommerce div.in-the-box ul li {
  background-color: #f7f7f7;
  border: medium none;
  color: #7c8082;
  font-size: 16px;
  height: auto;
  line-height: 40px;
  padding: 0 10px;
}
.woocommerce .single_product table.shop_attributes td, .woocommerce .single_product table.shop_attributes th {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
}
.woocommerce .single_product table.shop_attributes tr {
  background: #f7f7f7 none repeat scroll 0 0 !important;
}
.woocommerce .single_product table.shop_attributes tr.alt {
  background: #fff none repeat scroll 0 0 !important;
}
.woocommerce .single_product table.shop_attributes {
  border: medium none !important;
}
.woocommerce .single_product table.shop_attributes th {
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  width: 150px;
  color: #7c8082;
}
.woocommerce .single_product table.shop_attributes td p {
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  width: 150px;
  color: #042840 !important;
}
.woocommerce div.in-the-box ul li:nth-child(2n) {
  background-color: #fff;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li {
  background-color: #f7f7f7;
  border: medium none;
  border-radius: 0;
  color: #042840;
  display: inline-block !important;
  float: none;
  font-size: 18px;
  margin: 0 25px;
  padding: 14px 70px;
  position: relative;
  z-index: 0;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff none repeat scroll 0 0;
  border-color: #e7e6e6;
  border-style: solid;
  border-width: 1px 1px 0;
  z-index: 2;
}
.woocommerce .single_product div.product .woocommerce-tabs .panel {
  border-color: #e7e6e6;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 15px;
}
.woocommerce .single_product div.product .woocommerce-tabs .panel p {
  color: #7c8082;
  font-size: 16px;
  line-height: 1.4;
}
.single_product .woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
  float: left;
  margin: 53px 0 0;
  overflow: hidden;
  width: 100%;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li::after, .woocommerce .single_product div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce .woocommerce-message {
    border-top: 0;
    background: #fff;
    border: 1px #00a3e4 solid;	
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 30px !important;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-bottom: 20px;
}
.woocommerce table.shop_table {
	border-radius: 0 !important;
	background: #fff;
	border-color: #00a3e4 !important;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px #ccc solid;
}
.woocommerce div.upsells ul.products li.product .button {
	display: none;
}
form.checkout h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
#scroll-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #ff6000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;    
    z-index: 9999;	
}
#scroll-top:hover {
	background: #00a3e4;	
}
/* Table */
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
table tr td {
	border: 1px transparent solid;
	padding: 8px 10px;
	vertical-align: middle;
}
table tr td a.btn {
	margin-top: 10px;
}
table tr td img {
	/*max-width: 100%;
	height: auto;*/
	    max-width: 100%;
    height: auto;
    max-height: 229px;
    width: auto;
}
/* Mismahim */

ul.mismahim {
	margin: 20px 0 0 0;
	list-style: none;
}
/* Hide Nav Regular Devices */

a.buy-neato {
	display: none;
}
ul.clicktoaction {
	display: none;
}
/* WP Admin */
/* Contact Form 7 */

.wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7-not-valid-tip {
	font-size: 15px !important;
}
.wpcf7-response-output {
	margin: 20px 0 12px 0 !important;
	font-size: 15px;
}
.wpcf7-validation-errors {
  background-color: #FCF8E3 !important;
  border: 1px #FAEBCC solid !important;
  color: #8A6D3B !important;
  padding: 10px !important;
}
.wpcf7-mail-sent-ok {
  background-color: #DFF0D8 !important;
  border: 1px #D6E9C6 solid !important;
  color: #3C763D !important;
  padding: 10px !important;
}
.wpcf7 p {
	margin-bottom: 0;
}
/* Mobile Desktop Hide */
.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}
div.explain {
	display: none;
}.wrapper.top_content {
  background-color: #042840;
  color: #848d96;
  font-size: 14px;
  height: 53px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  text-align: center;
}.wrapper.top_content > div {
  border-right: 1px solid #27465a;
  padding: 19px 15px;
}.wrapper.top_content > div:first-child {
  border-right: 0 solid #27465a;
}
#footer-info {
  color: #042840;
  float: right;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: 11px;
}
#footer-info a {
  color: #042840;
  font-size: 14px;
}
.footer_bot .footer_b_c {
  float: right;
  text-align: left;
  width: calc(50% + 80px);
  color: #042840;
  font-size: 16px;
  padding-top: 9px;
}
.footer_bot .footer_b_c p {
  color: #042840;
  font-size: 16px;
}
#footer-info a { color:#042840; }
.kred-dt {
  float: left;
  margin: 0 15px 0  0;
  text-align: left;
}
.kred-dt img {
  height: auto;
  position: relative;
  top: 0;
  width: auto;
}
.read_med {     float: right;
    margin-left: 13px;
    margin-top: 10px;
    font-size: 15px;
 }/*foo*/
footer p {
	color: #042840;
}
.home_top_slider .slide-sample-kirill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
section.introduce.home_top_slider {
  margin-top: 108px;
  padding: 0 15px 15px;
}
.home_top_slider .top-title-img-sample-kirill {
  float: left;
  width: 50%;
  height: auto;
}
.home_top_slider .tect_slider_content {
  float: right;
  width: 50%;
}
.home_top_slider .tect_slider_content .top-title-one-sample-kirill {
  color: #042840;
  font-size: 85px;
  font-weight: 600;
  margin: 41px 0 0;
  line-height: 1;
}
.home_top_slider .tect_slider_content .top-title-two-sample-kirill {
  color: #042840;
  font-size: 40px;
  font-weight: 400;
  margin: 2px 0 0;
  line-height: 1;
}
.home_top_slider .tect_slider_content .top-title-three-sample-kirill {
  color: #585b5d;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 11px 0 0;
}
.home_top_slider .tect_slider_content a.top-title-button-sample-kirill {
  background-color: #45ccff;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 19px;
  margin-right: 0;
  margin-top: 30px;
  padding: 15px 45px;
  position: relative;
  text-decoration: none;
}
.top-title-button-sample-kirill.hvr-radial-out::before {
  background: #38bcee none repeat scroll 0 0;
}
section.technology .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #eeeeee;
  float: right;
  margin: 0 15px;
  min-height: 225px;
  padding: 10px 0 35px;
  position: relative;
  width: calc(33.3333% - 30px);
}
section.technology .woocommerce ul.products li.product a img {
  border: medium none;
  box-shadow: none;
  display: block;
  float: left;
  height: auto;
  margin: 0 0 0 30px;
  width: 42%;
}
li.wpmenucartli a.wpmenucart-contents span.amount {
  display: none !important;
}
header ul.menu > li > a.wpmenucart-contents {
  background: rgba(0, 0, 0, 0) url("images/but_bg_blu_border_f.png") no-repeat scroll center center / 100% 100%;
  color: #45ccff;
  font-size: 19px;
  padding: 10px 30px;
}
section.technology .woocommerce ul.products li.product h3 {
  color: #042840;
  display: block;
  float: right;
  font-size: 25px;
  font-weight: 400;
  margin: 17px 38px 0 0;
  padding: 0;
  text-align: right;
  width: calc(58% - 68px);
}
section.technology .woocommerce ul.products li.product .price {
  color: #7c8082;
  display: block;
  float: right;
  font-size: 22px;
  font-weight: 300;
  margin: 5px 39px 0 0;
}
section.technology .woocommerce ul.products li.product .button {
  background: #45ccff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  box-shadow: 0 0 0;
  clear: both;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 19px;
  font-weight: 400;
  margin: 0 30px 0 0;
  padding: 0 45px 0 35px;
  position: relative;
  text-shadow: 0 0 0;
  transition: all 0.5s ease 0s;
}
section.technology .woocommerce ul.products li.product .button:hover {
  background-color: #38bcee;
}
.woocommerce .page-wrapper_new ul.products li.product .button.ajax_add_to_cart {
  background: #45ccff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  box-shadow: 0 0 0;
  clear: both;
  color: #ffffff;
  display: block;
  float: none;
  font-size: 19px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 45px 0 35px;
  position: relative;
  text-shadow: 0 0 0;
  transition: all 0.5s ease 0s;
  max-width: 150px;
}
.woocommerce .page-wrapper_new ul.products li.product h3 {
  color: #717171 !important;
  font-size: 18px !important;
  font-weight: bold;
  height: 70px;
  line-height: 22px !important;
  padding: 10px 0 !important;
}
.woocommerce .page-wrapper_new ul.products li.product .price {
  color: #717171 !important;
  display: block;
  font-size: 18px !important;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.woocommerce-page .page-wrapper_new ul.products li.product {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.woocommerce .page-wrapper_new ul.products li.product .button.ajax_add_to_cart:hover {
  background-color: #38bcee;
}
.woocommerce .page-wrapper_new ul.products li.product .button.ajax_add_to_cart.loading::after {
  left: auto;
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f013";
}
.woocommerce .page-wrapper_new ul.products li.product .button.ajax_add_to_cart::after {
  left: auto;
  position: absolute;
  right: 20px;
  top: 0;
  content: "\f07a";
  font-family: "FontAwesome";
}
/*section.technology .woocommerce ul.products li.product .button::before {
  background-color: #45ccff;
  border-radius: 50% 0 0 50%;
  content: "";
  display: block;
  height: 100%;
  left: -30px;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 0;
}
section.technology .woocommerce ul.products li.product .button::after {
  background-color: #45ccff;
  border-radius: 0 50% 50% 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 40px;
  z-index: 0;
}*/
section.section-botom .block-for-sb {
  text-align: center;
}
section.section-botom .block-for-sb h4 {
  color: #042840;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px;
}
section.section-botom .block-for-sb a {
  color: #45ccff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}
section.section-botom .block-for-sb .content {
  color: #7c8082;
  font-size: 18px;
  line-height: 1.4;
}
section.section-botom .block-for-sb img {
  height: 305px;
  width: auto;
}
section.section-botom h2.top-title-sb {
  color: #042840;
  display: block;
  font-size: 55px;
  margin: 32px 0 11px;
  text-align: center;
}
section.section-botom h3.top-subtitle-sb {
  color: #585b5d;
  font-size: 20px;
  margin: 0 0 50px;
  text-align: center;
}
section.do_footer_form {
  background-color: #042840;
  padding-bottom: 105px;
}
section.do_footer_form .footer_form_block {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}
section.do_footer_form .wpcf7-form > h2 {
  color: #ffffff;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin: 71px 0 50px;
  text-align: center;
}
section.do_footer_form .wpcf7-form > h2 span {
  color: #45ccff;
}
section.do_footer_form .wpcf7-form {
  display: block;
  overflow: hidden;
  width: 100%;
}
section.do_footer_form .wpcf7-form > span, section.do_footer_form .wpcf7-form > input {
  display: block;
  float: right;
  margin-left: 2%;
  width: 26%;
}
section.do_footer_form .wpcf7-form > span.ajax-loader {
  display: none;
}
section.do_footer_form .wpcf7-form > span input {
  background: rgba(0, 0, 0, 0) url("images/but_bg.png") no-repeat scroll center center / 100% 100%;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  padding: 0 20px;
  position: relative;
  text-align: right;
  width: 100%;
}
section.do_footer_form .wpcf7-form > span input.wpcf7-not-valid {
  background: rgba(0, 0, 0, 0) url("images/but_bg-not-valid.png") no-repeat scroll center center / 100% 100%;
}
section.do_footer_form .wpcf7-form > input {
  background: #45ccff;
  border: medium none;
  border-radius: 50px;
  box-shadow: 0 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  margin: 0;
  max-width: 165px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 0;
  width: 16%;
  transition: all 0.5s ease 0s;
}
section.do_footer_form .wpcf7-form > input:hover {
  background-color: #38bcee;
}
section.do_footer_form div.wpcf7-validation-errors {
  border: 0 none;
  display: none !important;
}
section.do_footer_form .wpcf7-form > span input + span.wpcf7-not-valid-tip {
  display: none !important;
}
footer > .wrapper {
  max-width: 1100px;
  width: 100%;
}
.single_product .woocommerce-main-image.zoom.ful_wwwww {
  width: 100%;
  padding: 0;
}
.single_product .woocommerce-main-image.zoom.ful_wwwww img {
  width: 100%;
  padding: 0;
  height:auto;
}
footer h3.widget-title {
  border-bottom: 3px solid #f4f4f4;
  clear: both;
  color: #042840;
  display: block;
  float: right;
  font-size: 24px;
  font-weight: 600;
  margin: 18px 0;
  padding: 0 0 14px 5px;
}
footer .footer_widget > div {
  clear: both;
  display: block;
  text-align: right;
  width: 100%;
}
footer h3.widget-title.widget-title-center {
  display: block;
  text-align: center;
  width: 100%;
}
.footer-4 .textwidget > a {
  background-color: #45ccff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 50px;
  line-height: 1;
  margin: 0 10px;
  padding: 19px 0;
  text-align: center;
  width: 50px;
}
footer .footer_bot {
  background-color: #f4f4f4;
  clear: both;
  overflow: hidden;
  padding: 10px 25px;
}
.footer_bot1 .footer-4.footer_widget .textwidget {
  margin: 15px 0 47px;
  text-align: center;
}
.footer_bot .footer_b_l {
  float: left;
}
section.section-botom {
 /* padding-bottom: 90px;*/
}
.content_on_footer .wrapper {
	padding: 0px;
}

body .woocommerce #respond input#submit.loading::after, body .woocommerce a.button.loading::after, body .woocommerce button.button.loading::after, body .woocommerce input.button.loading::after {
  left: auto;
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f013";
}
body .woocommerce #respond input#submit::after, body .woocommerce a.button::after, body .woocommerce button.button::after, body .woocommerce input.button::after {
  left: auto;
  position: absolute;
  right: 20px;
  top: 0;
  content: "\f07a";
  font-family: "FontAwesome";
}
.page-wrapper.defolt_page {
  margin-bottom: 70px;
  margin-top: 73px;
}
section .pattern1 .wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
article h1.title_defolt_page {
  color: #042840;
  font-size: 55px;
  font-weight: 600;
  line-height: 2.3;
  margin: 0;
  text-align: center;
}
.woocommerce table.shop_table.Page_cart_shop_table {
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 0;
  margin: 0;
  text-align: right;
  width: 100%;
}
.woocommerce-cart table.cart.Page_cart_shop_table img {
  border: 1px solid #e7e6e6;
  box-shadow: none;
  padding: 5px;
  width: 100px;
}
.woocommerce-cart table.cart.Page_cart_shop_table td.product-remove {
  text-align: center;
}
.woocommerce .Page_cart_shop_table a.remove {
  background-color: #ed242c;
  border: 0 none;
  border-radius: 100%;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 25px;
  padding: 6px;
}
.woocommerce-cart table.cart.Page_cart_shop_table th {
  border-bottom: medium none;
  border-top: 1px solid #e7e6e6;
  color: #042840;
  font-size: 19px;
  font-weight: 400;
}
.woocommerce-cart table.cart.Page_cart_shop_table td {
  color: #7c8082;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: middle;
}
table.Page_cart_shop_table > thead {
  background-color: #f7f7f7;
}
.woocommerce-cart table.cart.Page_cart_shop_table div.product-thumbnail {
  float: right;
  min-width: 0;
  width: 125px;
}
.woocommerce-cart table.cart.Page_cart_shop_table div.product-name {
  float: left;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: calc(100% - 125px);
}
.Page_cart_shop_table .product-name > a {
  color: #042840;
  font-size: 22px;
  line-height: 1;
}
.input-number-less {
  background: #f7f7f7 none repeat scroll 0 0;
  float: left;
  font-size: 20px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  cursor: pointer;
  width: 35px;
}
.input-number-more {
  background: #f7f7f7 none repeat scroll 0 0;
  float: left;
  font-size: 20px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  cursor: pointer;
  width: 35px;
}
.woocommerce .quantity .input-number-box .qty {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #7c8082;
  cursor: pointer;
  display: block;
  height: 35px;
  text-align: center;
  width: 40px;
  float: left;
}
.input-number-box {
  float: left;
  width: 111px;
}
.Page_cart_shop_table .quantity {
  border: 1px solid #f7f7f7;
  display: block;
  float: right;
  width: 111px;
}
.defolt_page .woocommerce .woocommerce-message {
  background: #ddf6ff none repeat scroll 0 0;
  border: medium none;
  color: #45ccff;
  font-size: 19px;
  font-weight: 400;
  line-height: 2.2;
  margin-bottom: 17px !important;
  padding: 8px 60px 8px 12px !important;
}
.defolt_page .woocommerce .woocommerce-message::before {
  color: #45ccff;
  top: 8px;
}
body .woocommerce a.button.wc-forward::after {
  display: none;
}
.defolt_page .woocommerce a.button.wc-forward {
  background: rgba(0, 0, 0, 0) url("images/but_bg_blu_border.png") no-repeat scroll center center / 100% 100%;
  color: #45ccff;
  font-size: 19px;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart.Page_cart_shop_table .Cart_udate_new input.button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #042840;
  float: left;
  font-size: 19px;
  font-weight: 400;
  margin: 2px 10px;
  padding: 0;
}
.Cart_udate_new {
  float: right;
  margin-top: 24px;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon {
  background: #f7f7f7 none repeat scroll 0 0;
  clear: both;
  display: block;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 20px;
  width: 100%;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon label {
  color: #042840;
  float: right;
  font-size: 19px;
  margin: 8px 0 0 10px;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon input {
  float: right;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon input.input-text {
  background: rgba(0, 0, 0, 0) url("images/but_bg-bor_cc.png") no-repeat scroll center center / 100% 100%;
  border: medium none;
  box-shadow: 0 0 0;
  color: #bbbaba;
  font-size: 18px;
  height: 47px;
  padding: 0 15px;
  width: 340px;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon input.button {
  background: #45ccff none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-size: 19px;
  height: 47px;
  transition: all 0.5s ease 0s;
  width: 164px;
}
.woocommerce-page .defolt_page table.cart td.actions .coupon input.button:hover {
  background: #38bcee;
}
.woocommerce-page .Page_cart_shop_table .cart-collaterals .cart_totals {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.bg_cart_block_new {
  background: #042840 none repeat scroll 0 0;
  color: #fff;
  font-size: 19px;
  text-align: right;
}
.bg_cart_block_new div.order-total {
  margin-top: 20px;
}
.bg_cart_block_new div.order-total strong {
  font-size: 34px;
  line-height: 1;
}
.woocommerce .Page_cart_shop_table .bg_cart_block_new .wc-proceed-to-checkout {
  padding: 10px 0 0;
}
.defolt_page .woocommerce .bg_cart_block_new a.button.wc-forward:hover {
    background: #38bcee none repeat scroll 0 0 !important;
}
.defolt_page .woocommerce .bg_cart_block_new a.button.wc-forward {
    background: #45ccff none repeat scroll 0 0 !important;
    border-radius: 50px;
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 4px;
    transition: all 0.5s ease 0s;
}
.page-wrapper_new button[type="submit"]:hover {
    background: #38bcee none repeat scroll 0 0 !important;
}
.page-wrapper_new button[type="submit"] {
  background: #45ccff none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 50px;
  box-shadow: 0 0 0;
  color: #fff;
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 4px;
  padding: 0 50px;
  text-shadow: 0 0 0;
  transition: all 0.5s ease 0s;
}
.page-wrapper_new button[type="submit"]::after, .page-wrapper_new button[type="submit"]::before {
  display: none;
}
.subtotal_cart_new_block > div > div:nth-child(1) {
  display: block;
  float: right;
  text-align: right;
  width: 40%;
}
.subtotal_cart_new_block > div > div:nth-child(2) {
  display: block;
  float: left;
  text-align: right;
  width: 60%;
}
.subtotal_cart_new_block > div, .subtotal_cart_new_block > div p {
  color: #042840;
  font-size: 19px;
  line-height: 1;
}
.subtotal_cart_new_block > div {
  border-bottom: 1px solid #e7e6e6;
  border-right: 1px solid #e7e6e6;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 24px 15px;
}
.col-md-8.subtotal_cart_new_block {
  border-top: 1px solid #e7e6e6;
  padding: 0;
}
.page-wrapper.single_product {
  margin-top: 123px;
}
article.videos ul li a h3 .fa.fa-play {
  background-color: #45ccff;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  margin-left: 10px;
  padding: 15px 5px;
  width: 50px;
}
.woocommerce .single_product div.product .product_title {
  clear: none;
  color: #042840;
  font-size: 38px;
  margin-top: 60px;
  padding: 0;
  margin-bottom: 17px;
}
.single_product .woocommerce-main-image.zoom {
  float: left;
  width: 74%;
  display: block;
}
.woocommerce .single_product div.product div.images div.thumbnails {
  float: none;
  margin-left: 3%;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 23%;
  height: 100%;
}
body.woocommerce.woocommerce-page .single_product #content div.product div.images {
  float: right;
  position: relative;
  width: 62%;
}
.woocommerce .single_product #content div.product div.images div.thumbnails a.zoom {
  height: calc(33.333% - 10px);
  margin: 0 0 15px;
  width: 100%;
}
.woocommerce .single_product #content div.product div.images div.thumbnails a.zoom:last-child {
  margin: 0;
}
.woocommerce .single_product #content div.product div.images div.thumbnails a.zoom img {
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: auto;
  max-width: 100%;
}
.woocommerce .single_product #content div.product div.summary {
  float: left;
  width: 36%;
}
.woocommerce div.product .pricing {
  float: none;
  margin-left: 20px;
  text-align: right;
}
.woocommerce div.product .pricing p.price .woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: 300;
  color: #7c8082;
}
.woocommerce div.product .short-description p {
  color: #7c8082;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
body.woocommerce .single_product div.product form.cart .button {
  background: #45ccff none repeat scroll 0 0 !important;
  border: medium none;
  box-shadow: 0 0 0;
  float: right;
  height: 53px;
  text-shadow: 0 0 0;
  vertical-align: middle;
  width: 200px;
  border-radius: 55px;
 transition: all 0.5s ease 0s;
}
body.woocommerce .single_product div.product form.cart .button:hover {
  background-color: #38bcee !important;
}
.woocommerce .single_product div.product form.cart {
  margin-bottom: 38px;
}
article ul.soc_in_product {
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
}
.soc_in_product a {
  border: 1px solid #45ccff;
  border-radius: 50%;
  color: #45ccff;
  display: inline-block;
  height: 35px;
  line-height: 2.4;
  text-align: center;
  width: 35px;
}
.soc_in_product > li {
  float: right;
  margin-left: 10px;
}
@media (min-width: 767px) {
.nav-list, .pushmenu {
	display: none;
}
}
@media (max-width: 1400px) {
section.section-botom .block-for-sb img {
  height: 220px;
  width: auto;
}
section.technology .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  min-height: 195px;
  padding: 10px 0 20px;
}
}
@media (max-width: 1280px) {
.defolt_page .container {
    width: 970px;
}
.dis_block_1280 .shop_table.shop_table_responsive > div {
  border-left: 1px solid #e7e6e6;
  display: block;
  width: 100%;
}
.defolt_page .woocommerce .bg_cart_block_new a.button.wc-forward {
  max-width: 200px;
}
}
@media (max-width: 1200px) {
section.section-botom .block-for-sb > div {
  width: 50%;
  margin: 30px 0;
}
section.technology .woocommerce ul.products li.product a img {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  height: auto;
  margin: 0 3%;
  width: 94%;
}
section.technology .woocommerce ul.products li.product h3 {
  color: #042840;
  display: block;
  float: none;
  font-size: 25px;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
section.technology .woocommerce ul.products li.product .price {
  color: #7c8082;
  display: block;
  float: none;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
section.technology .woocommerce ul.products li.product .button {
  background: #45ccff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0;
  clear: both;
  color: #ffffff;
  display: block;
  float: none;
  font-size: 19px;
  font-weight: 400;
  margin: 20px auto 0;
  max-width: 120px;
  padding: 0 20px;
  position: relative;
  text-shadow: 0 0 0;
}
section.technology .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  min-height: 400px;
}
}
@media (max-width: 991px) {
section.technology .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  min-height: 365px;
}
.home_top_slider .tect_slider_content a.top-title-button-sample-kirill::before, .home_top_slider .tect_slider_content a.top-title-button-sample-kirill::after {
  width: 35px;
}
.home_top_slider .tect_slider_content a.top-title-button-sample-kirill {
  font-size: 16px;
  margin-top: 15px;
  padding: 10px;
}
footer .footer_top_mob > div {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
}
footer h3.widget-title {
  float: none;
}
footer .wrapper ul > li {
  text-align: center;
}
footer .footer_top_mob > div.col-md-7 {
  max-width: 600px;
}
footer .footer_top_mob > div.col-md-7 .footer-2 {
  float: right;
  width: 50%;
}
.footer_bot .footer_b_c {
  width: auto;
}
body.woocommerce.woocommerce-page .single_product #content div.product div.images {
  float: right;
  position: relative;
  width: 100%;
}
.woocommerce .single_product #content div.product div.summary {
  float: left;
  width: 100%;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li {
  background-color: #f7f7f7;
  border: 1px solid #e7e6e6;
  border-radius: 0;
  color: #042840;
  display: block !important;
  float: none;
  font-size: 18px;
  margin: 0 auto;
  max-width: 280px;
  padding: 14px 70px;
  position: relative;
  z-index: 0;
}
.woocommerce .single_product div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff none repeat scroll 0 0;
  border-color: #e7e6e6;
  border-style: solid;
  border-width: 1px;
  z-index: 2;
}
.woocommerce div.in-the-box {
  float: left;
  width: 100%;
}
.woocommerce table.shop_attributes {
  float: none !important;
  width: 100% !important;
}
article.videos ul li {
  float: right;
  height: auto;
  margin: 0 50px 50px 0;
  max-width: calc(100% - 40px);
  position: relative;
  width: 445px;
}
}
@media (max-width: 767px) {
.pushmenu ul.sub-menu {
  overflow: hidden;
  transition: all 0.3s ease 0s;
  height: 0;
}
.pushmenu ul.menu ul.sub-menu li a {
  height: 35px;
  margin: 0 20px;
  width: calc(100% - 40px);
}
section.section-botom .block-for-sb > div {
  display: block;
  float: none;
  margin: 30px auto;
  max-width: 320px;
  width: 100%;
  overflow: hidden;
}
.pushmenu.pushmenu-right {
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: -60%;
  top: 108px;
  transition: all 0.5s ease 0s;
  width: 60%;
  z-index: 9999;
}
.pushmenu.pushmenu-right.activ_add {
  right: 0;
}
ul.menu {
  margin: 0;
  text-align: right;
}
.pushmenu ul.menu li a {
  border-bottom: 1px solid #ccc;
  color: #00a3e4;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding: 0 15px;
  text-align: right;
  width: 100%;
}
body.activ_add > section, body.activ_add > footer {
  right: 60%;
}
body > section, body > footer {
  position: relative;
  right: 0%;
  transition: all 0.5s ease 0s;
}
.nav-mobile-but > span {
   position: relative;
   transition: all 0.5s ease 0s;
   opacity: 1;
}
.nav-mobile-but.activ_add > span:nth-child(3) {
  opacity: 0;
}
.nav-mobile-but.activ_add > span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}
.nav-mobile-but.activ_add > span:nth-child(2) {
  transform: rotate(-45deg);
}
section.technology .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  margin: 0 auto 25px;
  max-width: 340px;
  min-height: 0;
  width: 100%;
}
.home_top_slider .top-title-img-sample-kirill {
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  width: 100% !important;
}
.home_top_slider .slide-sample-kirill {
  height: auto !important;
  padding: 35px 30px 35px !important;
}
.home_top_slider .tect_slider_content {
  float: none;
  overflow: hidden;
  text-align: center;
  width: 100% !important;
}
.home_top_slider .tect_slider_content a.top-title-button-sample-kirill {
  float: none;
  font-size: 16px;
  margin: 15px auto;
  max-width: 90px;
  padding: 10px;
}
section {
  overflow: hidden;
  padding: 0 15px 15px;
  position: relative;
}
.wrapper.top_content {
  display: none;
}
header {
  top: 0;
}
header a.logo {
  margin-right: 0;
}
header .mobile_logo a.logo img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
section.do_footer_form .wpcf7-form > span, section.do_footer_form .wpcf7-form > input {
  display: block;
  float: none;
  margin: 0 auto 15px;
  max-width: 340px;
  width: 100%;
}
section.do_footer_form .wpcf7-form > input {
  height: 50px;
  margin: 0 auto;
  max-width: 165px;
  width: 100%;
  float: none;
}
}
@media (max-width: 550px) {
footer .footer_top_mob > div.col-md-7 {
  max-width: 330px;
}
footer .footer_top_mob > div.col-md-7 .col-md-12 {
  padding: 0;
}
footer .footer_top_mob > div.col-md-7 .footer-2 {
  float: none;
  width: 100%;
}
footer .footer_widget > div {
  text-align: center;
}
.footer_bot .footer_b_c {
  clear: both;
  float: left;
}
}
@media (max-width: 500px) {
.page-wrapper_new article.videos ul li {
  margin: 0 0 50px;
}
.page-wrapper_new article.videos ul li {
  max-width: 100%;
  width: 100%;
}
.page-wrapper_new article.videos ul {
  list-style: outside none none;
  margin-left: 0;
  margin-right: 0;
}
}