@import url(fontello.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 400 14px/20px 'Sansation', 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: 1200px;
	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: 45px;}
h4 {font-size:;}
h5 {font-size:;}
h6 {font-size:;}

.title1 {
	margin-bottom: 0.7em;
	font: 400 44px 'Crimson Text', serif;
}
.title2 {
	margin-bottom: 0.3em;
	color:#37063e;
	font: 400 32px 'Crimson Text', serif;
}

.title3 {
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 25px;
	font-family:Crimson Text;
}

.title4 {
	margin-bottom: 30px;
	color:#fff;
	font: 400 45px 'Crimson Text', serif;
}

.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 #37063e;
	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 {
	border:2px solid #fff;
	display: inline-block;
	padding: 10px 60px;
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	width: 100%;
	padding: 20px 0;

	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #37063e;
}

.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: 270px;
		}

		.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-start;
			margin: 0;
			list-style: none;
			width:100%;
		}
			.h_menu li {margin: 0 50px 0 0;}
				.h_menu a {
					color: #fff;
					text-decoration: none;
					font: 600 32px 'Crimson Text', 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;
}


	.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;
			
		}
			.b_info .thumb {
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				/*height: 30vw;
				max-height: 355px;*/
				
			}
				.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: 50%;
			}
				.b_info .descr > :last-child {margin: 0;}
		.b_info .item:nth-child(odd) {
			
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		
			.b_info .item:nth-child(odd)  .descr{
				padding-right:70px;
				padding-left:0;
			}
			
			.b_info .item:nth-child(even) .descr {
				padding-left:70px;
				padding-right:0;
			}
			
			.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_wr0 {
		background: url(../img/bkg1.jpg) left center / cover no-repeat;
		position: relative;
	}
	
		
		.c_wr0 .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			align-items: center;
			min-height: 720px;
			justify-content: flex-end;
		}

		.c_wr0 .descr {
			text-align: right;
			color:#37063e;
		}
		
		.c_wr0 p{
			
			font-size:28px;
			line-height:36px;
			
		}
		
			.c_wr0 .descr .title {
				
				font: 500 47px/50px 'Crimson Text', serif;
				margin-bottom:30px;
			}
		
		.c_wr0 .logo {
			margin-top:200px;
		}


	.c_wr {}
		.c_wr .in {
			max-width: 1200px;
			padding: 0;
		}
			.c_wr .b_info .item {
				
			}
			.c_wr .b_info .item:first-child {padding-top: 0;}
			
			
			.c_wr .logo-color {
				width:220px;
				height:auto;
			}
			
			.c_wr .descr span {
				font-family:Crimson Text;
				font-size: 20px;
				width:125px;
				display:inline-block;
			}

	.c_wr1 {padding: 50px 0;}

	

	.c_wr3 {
		padding: 55px 0 60px 0;
		background: url(../img/bkg2.jpg) center / cover no-repeat;
		color:#fff;
	}

		.c_wr3 .article {
			margin: 0 auto;
			text-align:center;
		}
	
		.c_wr3 .article p {
			font-size:20px;
			font-weight:600;
			line-height: 30px;
		}
	
	.c_wr4 {
		padding: 55px 0 60px 0;
		background-color:#ce9ae3;
		color:#000;
	}
		
		.c_wr4 .title1 {
			font-size:40px;
		}

		.c_wr4 .article {
			margin: 0 auto;
			
		}
	
		.c_wr4 .article p {
			line-height: 30px;
			font: 400 24px/24px 'Crimson Text', serif;
			font-style: italic;
			margin-bottom:0;
		}
	
		.c_wr4 .article p:before {
			      content: "";
					background-image: url(../img/quote.svg);
					background-size: 135px 60px;
					background-position: center;
					width: 135px;
					height: 60px;
					margin: 0 20px 50px;
					display: list-item;
					float: left;
					list-style: none;
			  
		}


	.c_wr5 {
		background-color:#e8caf5;
	}
		.c_wr5 .in {
			padding: 0;
			padding-top: 50px;
			padding-bottom: 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 {
			display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		flex-direction: row;
		margin-bottom:50px;
		}
		.b_info6 .item {
			flex-basis: 560px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			
			margin: 20px 20px 20px 0;
			display: flex;
			border: 2px solid #37063e;
		}
			
			.b_info6 .item:nth-child(even){
				margin: 20px 0 20px 20px;
			}
			
			.b_info6 .thumb {			
			height: 200px;
			width: 200px;
			min-width:200px;
			display: block;
			    margin: 10px 20px 10px 0;
			}
				.b_info6 img {
					width: 200px;
					height: 200px;
					-o-object-fit: contain;
					object-fit: contain;
				}
			.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;}


		.c_wr6.products h3.title4 {
			margin-top: 10px;
			margin-right: 20px;
			/*text-align:center;*/
			color:#37063e;
			font: 400 26px/30px 'Sansation', sans-serif;
		}
		
		.c_wr6.products p {
			text-align:center;
			
		}
		
		.b_info6 .item .buy {
			display: inline-flex;
			background-color: #e8caf5;
			border: 2px solid #37063e;
			padding: 5px 20px;
			justify-content: center;
			width: 200px;
		}
		
		.b_info6 .item .price {
			
			font-size: 20px;
			
		}
		
		.b_info6 .item .price:after {
			content: "|";
			color:#000;
			margin-left:15px;
			margin-right:15px;
		}
		
		.c_wr6.products .btn {
				font: 400 20px 'Sansation', sans-serif;
				/* min-width: 250px; */
				text-align: center;
				padding: 0;
				    
				text-decoration: none;
				background-color:inherit;
				text-transform:inherit;
				border:0;
		}
		
		.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:#000;
			text-decoration:none;
		}
		
			
/* -------------------------------
	Footer 
------------------------------- */
#footer {
	background: #37063e;
	padding: 30px 0;
	position: relative;
	color: #fff;
}
	
	#footer .in {
		padding: 30px 0;
	}

	#footer .cols {
		display: table;
		width: 100%;
	}
	
	
	#footer .logo {
		height: auto;
		height: 80px;
		margin: 0 0 50px 0;
	}
	
	#footer .in p{
		margin-bottom: 0.5em;
	}
	
	#footer .col:nth-child(1) {
			width:50%;
			    display: table-cell;
		}
		#footer .col:nth-child(2) {
			width:50%;
			    display: table-cell;
			text-align: right;
		}
		

		
		#footer .footer_menu {
			text-align:right;
		}

		#footer a {
			color: #fff;
			text-decoration: none;
			margin:0 0 0 20px;
		}
		#footer a:hover {text-decoration: underline;}

		

.fancybox-bg {background: #37063e;}

	.popup {
		background: #e8caf5;
		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:#37063e;
		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:#000;
		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; padding-left: 0;}
		.h_menu a {font-size:24px;}
		
		.logo img {width: 200px;}

	.c_wr0 {background-position:-200px;}
	.c_wr0 .in {min-height: 500px; }
	
	.c_wr0 .descr .title {font-size:35px; line-height:35px;color:#fff;}
		.c_wr0 p {font-size: 23px; line-height: 26px;color:#fff;}

	.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 .item:nth-child(even) .descr {padding-left: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;
	}
	
	.b_info6 .item {
		flex-basis: 100%;
		    margin: 20px 0 0 0;
	}
		.b_info6 .item:nth-child(even){
				margin: 20px 0 0 0;
			}
	
		.b_info6 .thumb {			
			height: 120px;
			width: 120px;
			min-width:120px;
			margin: 10px 10px 10px 10px;
			}
				.b_info6 img {
					width: 120px;
					height: 120px;

				}
			.b_info6 .item .buy {margin-bottom:20px;}
			
	.c_wr3 {padding: 20px 0 10px 0;}
	
	.title4 {font-size:28px;}
}

@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 { }

			/*.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;
			line-height: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: 100%;
        display: table-row;
        text-align: center;
		}
		#footer .col:nth-child(2) {
			        width: 100%;
        display: table-row;
        text-align: center;
		}
		#footer .logo {margin: 30px 0 20px 0;}
		#footer .footer_menu {
			text-align: center;
		}
}