@import url(fontello.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 400 14px/20px 'DM Sans', sans-serif;
		color: #000;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.75em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1950px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight:;
	line-height: 1.2;
}
h1 {font-size: 44px;}
h2 {font-size: 40px;}
h3 {font-size:;}
h4 {font-size:;}
h5 {font-size:;}
h6 {font-size:;}

.title1 {
	margin-bottom: 0.7em;
	font-weight: 700;
	font-size: 44px;
}
.title2 {
	margin-bottom: 0.3em;
	font-weight: 700;
	font-size: 28px;
}

.title3 {
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 25px;
	font-family:Bebas Neue;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color: #0e87d0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
.f_row {margin-bottom: 10px;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.3;
	-webkit-appearance: none;
}
textarea {
	height: 100px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type="submit"],
input[type="button"],
button,
.btn {
	background: #0e87d0;
	display: inline-block;
	padding: 10px 17px;
	border: none;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	width: 100%;
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #2323ee;
}

.inner {
	position: relative!important;
}

	#header > .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: center;
	}

		.logo {
			-ms-flex-negative: 0;
			flex-shrink: 0;
		}
		
		.logo img {
			height: auto;
			width: 115px;
		}

		.h_menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			margin: 0;
			list-style: none;
			text-transform: uppercase;
			width:100%;
		}
			.h_menu li {margin: 0 50px 0 0;}
				.h_menu a {
					color: #fff;
					text-decoration: none;
					font: 400 21px 'Bebas Neue', serif;
				}
				.h_menu a:hover {text-decoration: underline;}
				
		 .shoppingcart {
				margin: auto 65px auto 0;
			}
			
			 .shoppingcart img {
				height: auto;
				width: 25px;
			}

#header.h_sticky {
	background-color: #2323ee;
	max-width: 1950px;
	padding: 10px 0;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
	#header.h_sticky .logo {}

/* -------------------------------
	Main 
------------------------------- */
#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

	.slick-arrow {
		background: rgba(0, 0, 0, 0.3);
		width: 52px;
		min-width: auto;
		height: 52px;
		margin-top: -30px;
		padding: 0;
		position: absolute;
		top: 50%;
		z-index: 2;
		font-size: 0;
		line-height: 0;
	}
	.slick-prev {
		border-radius: 0 3px 3px 0;
		left: 0;
	}
	.slick-next {
		border-radius: 3px 0 0 3px;
		right: 0;
	}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 34px;
		line-height: 1;
	}
	.slick-prev::before {content: "\e805";}
	.slick-next::before {content: "\e806";}
	.slick-arrow.slick-disabled {color: #ccc;}

	.slick-dots {
		margin: 0;
		padding: 15px 0;
		list-style: none;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px;
		}
			.slick-dots button {
				background: none;
				width: 8px;
				min-width: auto;
				height: 8px;
				padding: 0;
				font-size: 0;
				line-height: 0;
			}
			.slick-dots button::before {
				content: "";
				background: #000;
				display: block;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				opacity: 0.2;

			}
			.slick-dots li.slick-active button::before {
				background: #fff;
				opacity: 1;
			}

	.tabs .ui-helper-clearfix::before,
	.tabs .ui-helper-clearfix::after {display: none;}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: inherit;
	}
		.ui-tabs .ui-tabs-nav li {
			margin: 0;
			padding: 0;
			float: none;
			white-space: normal;
		}
		.ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: 0;
			padding-bottom: 0;
		}
			.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
				padding: 0;
				float: none;
				color: inherit;
				text-decoration: none;
			}
	.ui-tabs .ui-tabs-panel {padding: 0;}

	.tabs_wr {padding: 0;}
		.tabs_wr .ui-tabs-nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
			.tabs_wr .ui-tabs-nav li {
				-ms-flex-preferred-size: 220px;
				flex-basis: 220px;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
			}
				.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
					display: block;
					padding: 0 10px 50px 10px;
					font-weight: 600;
					font-size: 22px;
					line-height: 1.2;
					text-align: center;
				}
				.tabs_wr .ui-tabs-nav .ui-tabs-anchor::after {
					content: "";
					border-right: 25px solid transparent;
					border-bottom: 20px solid #f8f8f8;
					border-left: 25px solid transparent;
					position: absolute;
					bottom: 0;
					left: 50%;
					-webkit-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
					transform: translateX(-50%);
					opacity: 0;
				}
					.tabs_wr .ui-tabs-nav .ui-tabs-anchor .thumb {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						height: 90px;
						margin-bottom: 15px;
					}
						.tabs_wr .ui-tabs-nav .ui-tabs-anchor img {
							max-height: 90px;
							margin: auto;
							opacity: 0.66;
						}
				.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor::after {opacity: 1;}
				.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor img {opacity: 1;}
		.tab_content {background: #f8f8f8;}
			.tab_content .b_info .item {background: none;}

	.slider {}
		.slider .item {position: relative;}
		.slider .item::after {
			content: "";
			/*background: #4a4a4a;*
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			/*opacity: 0.66;*/
		}
			.slider img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
			}
			.slider .in {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				height: 70vh;
				padding-top: 127px;
				padding-bottom: 100px;
			}
				.slider .descr {
					width: 100%;
					/*max-width: 586px;*/
					position: relative;
					z-index: 2;
					line-height: 1.5;
					color: #fff;
					text-align: center;
				}
					.slider .title {
						margin-bottom: 0;
						font-weight: 700;
						font-size: 40px;
						line-height: 1.2;
					}
		.slider .slick-dots {
			width: 100%;
			position: absolute;
			bottom: 40px;
			left: 0;
		}

	.b_info {}
		.b_info .item {
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 60px 0;
		}
			.b_info .thumb {
				-ms-flex-preferred-size: 446px;
				flex-basis: 446px;
				height: 30vw;
				max-height: 305px;
				margin-right: 40px;
			}
				.b_info img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}
			.b_info .descr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				max-width: 540px;
			}
				.b_info .descr > :last-child {margin: 0;}
		.b_info .item:nth-child(even) {
			background: #efefef;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
			.b_info .item:nth-child(even) .thumb {margin: 0 0 0 40px;}
			
			.logo-color_thumb {
				display: flex;
				align-items: center;
				justify-content: center;
			}
	
	.bi_mob {display: none;}

	.b_info1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 825px;
		margin: 0 auto;
	}
		.b_info1 .item {
			-ms-flex-preferred-size: 270px;
			flex-basis: 270px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 350px;
			/*margin: 0 20px 40px 20px;*/
			text-align: center;
		}
			.b_info1 .thumb {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				height: 67px;
				margin-bottom: 15px;
			}
				.b_info1 .thumb img {
					max-height: 67px;
					margin: auto;
				}
			.b_info1 .descr {line-height: 1.5;}
				.b_info1 .title {
					margin-bottom: 1.2em;
					font-weight: 600;
					font-size: 18px;
					line-height: 1.2;
				}

	[class^="c_wr"] .title1 {text-align: center;}

	.c_wr {padding-top: 50px;}
		.c_wr .in {
			/*max-width: 1230px;*/
			padding: 0;
		}
			.c_wr .b_info .item {
				padding-right: 60px;
				padding-left: 60px;
			}
			.c_wr .b_info .item:first-child {padding-top: 0;}
			
			
			.c_wr .logo-color {
				width:220px;
				height:auto;
			}
			
			.c_wr .descr span {
				font-family:Bebas Neue;
				font-size: 20px;
				width:125px;
				display:inline-block;
			}

	.c_wr1 {padding: 50px 0;}

	
.c_wr2 {
	background-color: #00e584;
	}
	
	.c_wr2 .in {
		/*text-align: center;*/
		padding-top:50px;
		padding-bottom:30px;
	}
	
	.c_wr2 .descr{
		margin: 0 10%;
	}
	
	.c_wr2 .title1 {
		text-transform: uppercase;
	}
	

.b_info2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 30px 0 30px 0;
}
	.b_info2 .item {
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 50px;
	}

		.b_info2 .ico {
			display: block;
			width: auto;
			height: 100px;
			margin: 0 auto 25px 0;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
		}
		.b_info2 .ico.v1 {background-image: url(../img/right-equipment.png);}
		.b_info2 .ico.v2 {background-image: url(../img/bring-care-home.png);}
		.b_info2 .ico.v3 {background-image: url(../img/support-your-next-step.png);}
		.b_info2 .ico.v4 {background-image: url(../img/simplify-daily-life.png);}
		
		.b_info2 p {
			margin: 0; 
			text-align:center;
			font-weight:700;
		}

	.c_wr3 {padding: 55px 0 60px 0;}

	.article {
		max-width: 880px;
		margin: 0 auto;
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-width: 350px;
		column-width: 350px;
		-webkit-column-gap: 100px;
		column-gap: 100px;
	}
	
	
	.c_wr4 {}
		.c_wr4 .in {
			padding: 0;
		}
			.c_wr4 .b_info4 .item {
				padding-right: 60px;
				padding-left: 60px;
			}
			
	.b_info4 {}
		.b_info4 .item {
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 60px 0;
			background: #efefef;
		}
			.b_info4 .thumb {
				-ms-flex-preferred-size: 446px;
				flex-basis: 446px;
				height: 30vw;
				max-height: 305px;
				margin-right: 40px;
			}
				.b_info4 img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}
			.b_info4 .descr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				max-width: 540px;
			}

	.c_wr5 {}
		.c_wr5 .in {
			padding: 0;
			padding-top: 50px;
		}
		
		.c_wr5 .text p {
			font-size:18px;
		}
		
		.c_wr5 .text li.links {
			margin-bottom:10px;
		}
		
		.c_wr5 .text li {font-size:18px;}
		
		
		
		.c_wr6.products {
			background-color:#fff;
			padding-top: 50px;
		}
		
		.b_info6 {}
		.b_info6 .item {
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 30px 0;
		}
			.b_info6 .thumb {
				-ms-flex-preferred-size: 446px;
				flex-basis: 446px;
				height: 30vw;
				max-height: 300px;
				margin-right: 0!important;
			}
				.b_info6 img {
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					object-fit: cover;
				}
			.b_info6 .descr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				max-width: 540px;
			}
				.b_info6 .descr > :last-child {margin: 0;}
		.b_info6 .item:nth-child(odd) {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.c_wr6.products h3.title4 {
			margin-top: 20px;
			font-size:25px;
			text-align:center;
			color:#2323ee;
			font-weight:400;
		}
		
		.c_wr6.products p {
			text-align:center;
			
		}
		
		.b_info6 .item .buy {
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
		.b_info6 .item .price {
			color: #00e584;
			font-size: 20px;
			
		}
		
		.b_info6 .item .price:after {
			content: "|";
			color:#00e584;
			margin-left:15px;
			margin-right:15px;
		}
		
		.c_wr6.products .btn {
				font-size: 20px;
				font-weight: 700;
				color: #00e584;
				/* min-width: 250px; */
				text-align: center;
				padding: 0 5px;
				text-decoration: none;
				background-color:inherit;
				text-transform:inherit;
		}
		
		.c_wr6.products .btn:hover {
			-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
			transform:translate3d(-2px,-2px,0px);
		}
		
		.c_wr6.products a {
			color:#00e584;
			text-decoration:underline;
		}
		
			
/* -------------------------------
	Footer 
------------------------------- */
#footer {
	background: #2323ee;
	padding: 30px 0;
	position: relative;
	color: #fff;
}
	
	#footer .in {
		padding: 30px 60px;
	}

	#footer .cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	
	#footer .logo {
		height: auto;
		width: 90px;
		margin: 0 auto;
	}
	
	#footer .in p{
		margin-bottom: 0.5em;
	}
	
	#footer .col:nth-child(1) {
			width:33%;
		}
		#footer .col:nth-child(2) {
			width:33%;
			text-align: center;
		}
		
		#footer .col:nth-child(3) {
			width:33%;
			text-align:right;
		}

		#footer a {
			color: #fff;
			text-decoration: none;
		}
		#footer a:hover {text-decoration: underline;}

		#footer .f_menu {
			/*max-width: 340px;*/
			margin: 0;
			padding: 0;
			list-style: none;
			-webkit-column-count: 1;
			column-count: 1;
			-webkit-column-width: 90px;
			column-width: 90px;
			-webkit-column-gap: 40px;
			column-gap: 40px;

		}
			
			#footer ul.f_menu {
				list-style-type: none;
			}
			
			#footer .f_menu li {padding: 0 0 6px 0;}



.fancybox-bg {background: #2323ee;}

	.popup {
		background: #fff;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding: 50px 75px 50px 100px;
		-webkit-box-shadow: 24px 24px 32px rgba(0, 0, 0, 0.2);
		box-shadow: 24px 24px 32px rgba(0, 0, 0, 0.2);
		position: relative;
	}
		
		.popup .paysys {
			display: inline-block;
			height: 25px;
			margin: auto 15px auto 0;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			vertical-align: middle;
		}
		
		.popup .paysys.v1 {background-image: url(../img/Visa.png); width: 82px;}
		.popup .paysys.v2 {background-image: url(../img/Mastercard.png); width: 143px;}
		.popup .paysys.v3 {background-image: url(../img/JCB.png); width: 34px;}
		.popup .paysys.v4 {background-image: url(../img/DinersClub.png); width: 33px;}
		.popup .paysys.v5 {background-image: url(../img/AmEX.png); width: 25px;}
		.popup .paysys.v6 {background-image: url(../img/AmazonPay.png); width: 140px;}
		
	
	.popup .title2 {margin-bottom: 1.5em;}
	
	
	.popup .input_title {
		font-size:20px;
		margin-bottom:10px;
	}
	
	.b_btn {
		text-align: center; 
		margin-bottom:50px;
		width: 100%;
	}
	
	#hiddenDiv {display:block;}
	.popup form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top:50px;
	}
	
	.popup .f_row:nth-child(1) {width: 74%;}
	.popup .f_row:nth-child(2) {width: 26%;}
	.popup .f_row:nth-child(3) {width: 36%;}
	.popup .f_row:nth-child(4) {width: 64%;}
	.popup .f_row:nth-child(5) {width: 100%;}
	.popup .f_row:nth-child(6) {width: 47%;}
	.popup .f_row:nth-child(7) {width: 29%;}
	.popup .f_row:nth-child(8) {width: 24%;}
	.popup .f_row:nth-child(9) {width: 100%;}
	
	.popup .f_row input  {width: calc(100% - 25px);} 
	
	
	.popup form input {
		font-size:20px;
		padding:10px;
		margin-right:25px;
		margin-bottom:25px;
	}
	
	.popup .b_btn button { 
		background-color:#2323ee;
		padding:10px 50px;
		color:#fff;
		font-size:26px;
		border:0;
		margin:0 auto;
		cursor:pointer;
		text-transform: inherit;
	}
	#showtext{
		display: none;
	}
	
	#showtext p{
		margin: 50px auto;
		color:#00e584;
		font-size:18px;
		    text-align: center;
	}


@media screen and (max-width: 1150px) {
	.c_wr .b_info .item {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 900px) {
	.in,
	.c_wr .b_info .item {
		padding-right: 10px;
		padding-left: 10px;
	}

	h1,
	.title1 {font-size: 35px;}
	h2,
	.title2 {font-size: 25px;}

	#header {padding: 20px 0;}
		.h_menu li {margin-left: 20px;}

	.slider .in {
		padding-top: 107px;
		padding-bottom: 80px;
	}
		.slider .title {font-size: 45px;}
	.slider .slick-dots {bottom: 20px;}

	.tabs_wr .ui-tabs-nav .ui-tabs-anchor {font-size: 18px;}

	.b_info .item {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.b_info1 .item {margin-bottom: 20px;}

	.article {
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

/*	#footer .cols {margin: 0 -20px;}*/
		#footer .col {
			margin-right: 10px;
			margin-left: 10px;
		}
		#footer .col:nth-child(1) {padding-left: 0;}
}

@media screen and (max-width: 640px) {
	h1,
	.title1 {font-size: 30px;}
	h2,
	.title2 {font-size: 20px;}

	#header > .in {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.h_menu {padding-top: 0;}

	.slider .title {font-size: 40px;}

	.tabs_wr .ui-tabs-nav .ui-tabs-anchor {font-size: 15px;}

	.b_info .item {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
		.b_info .thumb,
		.b_info .item:nth-child(even) .thumb {margin: 0 0 25px 0;}
		.b_info .thumb {
			height: 70vw;
			max-height: 420px;
		}
		.b_info .descr {max-width: none;}

	.b_info1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.c_wr3 {padding: 20px 0 10px 0;}
}

@media screen and (max-width: 480px) {
	body {font-size: 14px;}

	h1,
	.title1 {font-size: 25px;}
	h2,
	.title2 {font-size: 18px;}

	#header.h_sticky {
		background: none;
		max-width: none;
		padding: 20px 0;
		position: absolute;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
		/*#header > .in {display: block;}*/

			/*.logo {text-align: center;}*/
			
			.logo {margin-left:50px;}

			/*.h_menu {display: none;}*/
			
			
			.shoppingcart { margin: auto 30px auto 0;}
			.shoppingcart img {width:50px;}
			
			.c_wr1 { padding: 20px 0; } 
			
			.c_wr2 .in {
				padding-top: 20px;
				padding-bottom: 10px;
			}
			.c_wr4 .b_info4 .item {
				padding: 20px;
			}

	.slider .title {font-size: 30px;}

	.bi_mob {display: block;}

	.b_info1 .item {margin-bottom: 0;}

	.c_wr2 {
		background: none;
		padding: 0;
	}
		.c_wr2 .title1 {
			background: #0e87d0;
			margin: 0 -10px;
			padding: 38px 10px;
		}
		.c_wr2 .tabs_wr {display: none;}
		
		
		.c_wr5 .in {
			padding-left:20px; 
			padding-right:20px;
		}
		
		.c_wr6.products h3.title4 {
			font-size:20px;
		}
		
			.popup {padding:30px 0 25px 25px}
	
			.popup .paysys {margin: 10px 15px;}
			
			.popup .f_row:nth-child(1) {width: 100%;}
			.popup .f_row:nth-child(2) {width: 45%;}
			.popup .f_row:nth-child(3) {width: 55%;}
			.popup .f_row:nth-child(4) {width: 100%;}
			.popup .f_row:nth-child(5) {width: 100%;}
			.popup .f_row:nth-child(6) {width: 100%;}
			.popup .f_row:nth-child(7) {width: 50%;}
			.popup .f_row:nth-child(8) {width: 50%;}
			.popup .f_row:nth-child(9) {width: 100%;}

#footer .in {
		padding: 0;
	}

	#footer .cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	
		#footer .col:nth-child(1) {
			width:27%;
		}
		#footer .col:nth-child(2) {
			width:22%;
		}
		
		#footer .col:nth-child(3) {
			width:37%;
		}
}