@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none;
-webkit-text-size-adjust: none;
-webkit-appearance: none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}
input, textarea, select {
	border: 0px;
	font-size: 16px;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
}
.intext {
	display: inline-block;
	padding: 18px;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 16px;
	outline: none;
}
.intext:focus, .intext:active {
	-webkit-box-shadow: 0 0 5px 1px rgba(0,191,243,0.7);
	box-shadow: 0 0 5px 1px rgba(0,191,243,0.7);
}
.intext2 {
	display: inline-block;
	padding: 10px 12px;
	vertical-align: top;
	border: 1px solid #e0e0e0;
	background-color: #FFFFFF;
	font-size: 16px;
	outline: none;
}
.textarea {
	padding: 3px;
	overflow: auto;
}
.button {
	color: #FFFFFF;
	border: 0px;
	font-size: 11px;
	line-height: 12px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.button:before {
	content: "";
	background-color: #00bff3;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 12px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.button:hover:before {
	background-color: #314158;
}
.button>.cont {
	height: 40px;
	display: block;
	position: relative;
	margin-right: 24px;
	margin-left: 24px;
}
.button>.cont a {
	color: #FFFFFF;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	text-decoration: none;
}
.button2 {
	color: #FFFFFF;
	border: 0px;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background-color: transparent;
}
.button2:after {
	font-family: monospace;
	content: ">";
	font-size: 26px;
	color: #FFFFFF;
	position: absolute;
	top: 13px;
	right: 24px;
	text-indent: 0px;
}
.button2>.bg1 {
	background-color: #00bff3;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 54px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.button2:hover>.bg1 {
	background-color: #314158;
}
.button2>.bg2 {
	background-color: #00bff3;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	top: 0px;
	right: 12px;
	width: 40px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.button2:hover>.bg2 {
	background-color: #314158;
}
.button2>.bg12 {
	background-color: #06ac08;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 54px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.button2:hover>.bg12 {
	background-color: #0E3700;
}
.button2>.bg22 {
	background-color: #06ac08;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	top: 0px;
	right: 12px;
	width: 40px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.button2:hover>.bg22 {
	background-color: #0E3700;
}
.button2>.cont {
	position: relative;
}
.button2>.cont a, .button2>.cont button {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	display: block;
	padding-right: 70px;
	padding-left: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.button2>.cont a:hover, .button2>.cont button:hover {
	text-decoration: none;
}
.button2>.cont input, .button2>.cont span {
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding-right: 70px;
	padding-left: 30px;
	display: block;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	text-indent: 0px;
    letter-spacing: normal;
}
.checkbox {
	border: 1px solid #9c9c9c;
	width: 18px;
	height: 17px;
	vertical-align: top;
	border-radius: 3px;
}
.checkbox:checked {
	background-image: url(images/check2.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 2px;
}
.ok {
	color: #FFFFFF;
	background-color: #06ac08;
	padding: 2px;
}
.hd {
	display: none;
}
.cont {
	z-index: 100;
	display: block;
}
.atention {
	background-color:#FFFFFF;
	margin-bottom:25px;
	padding:15px;
	color:#990000;
	border: 2px solid #990000;
	position: relative;
	text-align: center;
}
.atention:before {
	content: "!";
	float: left;
	font-size: 60px;
	line-height: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
}
.all {
	min-width: 1100px;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	width: 1100px;
}

.header {
	background-color: #ededed;
	position: relative;
	padding-top: 22px;
}
.header .header_bg1 {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 112px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header .header_bg2 {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
	bottom: 112px;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header .header_bg3 {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
	bottom: 112px;
	background-image: url(images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header .logo {
	position: relative;
	width: 29%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
}
.header .logo>.bg1 {
	background-color: #00bff3;
	height: 96px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 80%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header .logo>.bg2 {
	background-color: #00bff3;
	height: 83px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 9%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 84%;
	top: 0px;
}
.header .logo>.bg3 {
	background-color: #00bff3;
	height: 73px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 3%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: 1.5%;
}
.header .logo>.cont {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 22% center;
	width: 100%;
	height: 96px;
	display: inline-block;
	position: relative;
}
.header .cart {
	background-image: url(images/cart_ico.svg);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	position: absolute;
	top: 73px;
	right: 30px;
	color: #fff;
	font-style: italic;
	padding: 8px 20px 8px 55px;
}
.header .cart .cart_bg {
	background-color: #06ac08;
	-moz-transform: skewX(-30deg);
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.header .cart:hover .cart_bg {
	background-color: #0E3700;
}
.header .menu {
	position: relative;
	width: 71%;
	vertical-align: top;
	display: inline-block;
}
.header .menu:before {
	content: "";
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 73px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	right: 0px;
}
.header .menu>.cont {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 101;
}
.header .menu>.cont>ul {
	list-style-type: none;
	margin-right: 330px;
	max-width: 450px;
	text-align: center;
	white-space: nowrap;
}
.header .menu>.cont>ul>li{
	display: inline-block;
	position: relative;
}
.header .menu>.cont>ul>li>a {
	display: inline-block;
	padding: 29px 8px;
	font-size: 13px;
	line-height: 15px;
	color: #2a2a2a;
	font-style: italic;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
}
.header .menu>.cont>ul>li>a:hover, .header .menu>.cont>ul>li>a.active:hover, .header .menu>.cont>ul>li:hover>a {
	color: #FFF;
	text-decoration: underline;
}
.header .menu>.cont>ul>li>a.active {
	color: #1E1E1E;
	text-decoration: underline;
}
.header .menu>.cont>ul>li:before {
	content: "";
	background-color: #ffffff;
	height: 100%;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: -2px;
	top: 0px;
	right: -8px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.header .menu>.cont>ul>li:hover:before {
    background-color: #00bff3;
}
.header .menu>.cont>ul>li>a>span {
	position: relative;
}
.header .menu>.cont>ul>li>ul {
	display: none;
	position: absolute;
	background-color: #00BFF3;
	list-style-type: none;
	left: -23px;
}
.header .menu>.cont>ul>li:hover>ul {
	display: block;
}
.header .menu>.cont>ul>li>ul>li {
}
.header .menu>.cont>ul>li>ul>li>a {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 10px 13px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	text-align: left;
}
.header .menu>.cont>ul>li>ul>li>a:hover, .header .menu>.cont>ul>li>ul>li>a.active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #314158;
}
.header .menu .phone {
	display: inline-block;
	font-style: italic;
	float: right;
	font-size: 13px;
	line-height: 22px;
	padding-top: 7px;
	padding-right: 1%;
	padding-left: 1%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.header .menu .phone b {
	font-style: normal;
}
.header .menu .phone .st2 {
	font-size: 22px;
}
.header .menu .phone .st3 {
	font-size: 11px;
	line-height: 16px;
}
.header .menu .button {
	float: right;
	margin-top: 17px;
}
.header .social {
	position: absolute;
	right: 40px;
	top: 44px;
}
.header .social .instagram {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/instagram.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .vkontakte {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/vkontakte.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .youtube {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/youtube.svg);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .facebook {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/facebook.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .discord {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/discord.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .viber {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/viber.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .max {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/max.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .whatsapp {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/whatsapp.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.header .social .telegram {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 3px;
	background-image: url(images/telegram.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.index_header, .index_header>.wrap {
	overflow: hidden;
}
.header_order {
	position: relative;
	margin-top: 60px;
	margin-bottom: 50px;
	white-space: nowrap;
	height: 300px;
}
.header_order>div {
	position: absolute;
	display: inline-block;
	white-space: normal;
	width: 100%;
}
.header_order>div>.bg1 {
	height: 300px;
	width: 393px;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	background-color: #FFFFFF;
	left: 60px;
	top: 0px;
}
.header_order>div>.bg2 {
	height: 300px;
	width: 51%;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	border: 1px solid rgba(255,255,255,0.3);
	top: 0px;
	right: 55px;
	background-color: rgba(4,20,35,0.3);
}
.header_order>div>.cont{
	background-image: url(images/img1.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 300px;
	display: block;
	padding-left: 425px;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*.header_order>.cont::before {
	content: "";
	background-color: rgba(0,0,0,0.2);
    position: absolute;
    width: 53%;
    height: 86%;
    top: 20px;
    right: 20px;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}*/
.header_order>div>.cont>.st1 {
	font-size: 32px;
	letter-spacing: -2px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
	text-indent: -36px;
	padding-left: 38px;
	line-height: 52px;
	position: relative;
}
.header_order>div>.cont>.st2 {
	font-size: 22px;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	text-indent: -27px;
	padding-left: 105px;
	line-height: 40px;
	position: relative;

}
.header_order>div>.cont .button2 {
	position: absolute;
	right: 30px;
    bottom: -22px;
}
#header_order2 {
	left: 150%;
}
#header_order2>.cont {
	background-image: url(images/img2.png);
}
#header_order3 {
	left: 150%;
}
#header_order3>.cont {
	background-image: url(images/img3.png);
}
.header .order_button {
	text-align: center;
	margin-bottom: 50px;
}
.header .order_button .button {
	font-size: 18px;
}
.header .order_button .button:before {
	height: 80px;
	left: 12px;
	right: 12px;
}
.header .order_button .button>.cont {
	height: 80px;
	margin-right: 36px;
	margin-left: 36px;
}
.header .order_button .button>.cont a {
	padding-top: 34px;
	padding-bottom: 34px;
}
.header .games {
	font-size: 18px;
	color: #313131;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 75px;
}
.header .games a {
	color: #00bff3;
	text-decoration: underline;
}
.header .games a:hover {
	text-decoration: none;
}
.header .games ul {
	list-style-type: none;
	text-align: center;
	position: relative;
	top: -50px;
	margin-bottom: -30px;
}
.header .games ul li {
	display: inline-block;
	position: relative;
	height: 100px;
	width: 20%;
	padding-right: 2%;
	padding-left: 2%;
}
.header .games ul li:before {
	content: "";
	background-color: #FFFFFF;
	display: block;
	height: 100px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 2%;
	top: 0px;
	border: 1px solid #d8d8d8;
	right: 2%;
}
.header .games ul li:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}
.header .games ul li>.cont {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.header .games ul li img {
	max-width: 100%;
}
.line  {
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 11px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.line2 {
	background-image: url(images/line2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 11px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.line3 {
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ededed;
}
.img_box {
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	height: 160px;
	width: 198px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.img_box:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
.img_box a {
	display: inline-block;
	vertical-align: middle;
	/*height: 100%;*/
}
.img_box img {
	vertical-align: middle;
	/*min-height: 100%;*/
}
.pages {
	text-align: center;
	font-size: 16px;
}
.pages a {
	font-size: 22px;
	display: inline-block;
	padding: 3px 5px;
}

.content {
	font-size: 15px;
	color: #313131;
	padding-top: 40px;
	padding-bottom: 30px;
}
.content a {
	color: #00BFF3;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content h1, .content .h1 {
	font-size: 37px;
	letter-spacing: -2px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.content h2 {
	font-size: 24px;
	letter-spacing: -2px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.content h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.content p {
	margin-bottom: 20px;
}
.content  ul, .content ol {
	margin-bottom: 20px;
	list-style-position: inside;
}
.content li {
	margin-bottom: 4px;
}
.content table {
	border-collapse:collapse;
	margin-bottom: 20px;
}
.content  td, .content th {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}
.content .photo_block {
	vertical-align: top;
	display: inline-block;
	width: 690px;
	text-align: center;
	position: relative;
}
.content .photo_block .main_3d_animation {
	overflow: hidden;
	width: 809px;
	height: 680px;
	margin-top: -61px;
	margin-left: -57px;
}
.content .photo_block .main_3d_animation iframe {
	width: 800px;
	height: 800px;
	border: 0;
}
.content .photo_block .main_3d_video {
	width: 640px;
	height: 614px;
	position: absolute;
	left: 0px;
	top: 1px;
	overflow: hidden;
/*	opacity: 0.5;*/
/*	z-index: -1;*/
}
.content .photo_block .main_3d_video video {
	width: 640px;
}
.content .photo_block .main_3d_button1 {
	position: absolute;
	left: 0px;
	top: 49px;
	width: 68px;
	height: 68px;
	background-image: url(images/3d_ico1.svg);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-size: 77px;*/
	cursor: /*url('images/move.png'),*/ pointer;
}
.content .photo_block .main_3d_button1.active {
	background-image: url(images/3d_ico1_hover.svg);
}
.content .photo_block .main_3d_button2 {
	position: absolute;
	left: 80px;
	top: 49px;
	width: 68px;
	height: 68px;
	background-image: url(images/3d_ico2.svg);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-size: 77px;*/
	cursor: /*url('images/move.png'),*/ pointer;
}
.content .photo_block .main_3d_button2.active {
	background-image: url(images/3d_ico2_hover.svg);
}
.content .photo_block .swiper-container {
	width: 620px;
	margin-left: 0px;
}
.content .photo_block .photo {
	vertical-align: top;
	display: inline-block;
	height: 400px;
	width: 620px;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}
.content .photo_block .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .photo_preview_block {
	width: 620px;
	margin-left: 0px;
	white-space: nowrap;
	overflow: auto;
}
.content .photo_preview_block .photo_preview {
	display: inline-block;
	width:85px;
	height: 85px;
	border: 2px solid #ededed;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.content .photo_preview_block .photo_preview:hover, .content .photo_preview_block .photo_preview.active {
	border: 2px solid #00BFF3;
}
.content .photo_preview_block .photo_preview img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*.content .photo_block .photo .img {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-align: center;
}
.content .photo_block .photo .img:first-child {
	position: static;
	width: auto;
	display: inline-block;
}
.content .photo_block .photo .img.hide {
	opacity: 0.2;
}
.content .photo_block .photo .img img {
	height: 100%;
}*/
.content .photo_block .more_photo {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .photo_block .more_photo .img_box {
	width: 152px;
	margin-right: 10px;
	margin-left: 0px;
}
.content .photo_block .more_photo .img_box a {
	width: 100%;
    height: 100%;
}
.content .photo_block .more_photo .img_box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content .config_block {
	width: 350px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.content .config_block h2 {
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 17px;
	margin-left: -23px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.content .config_block h2:before {
	content: "";
	background-color: #283134;
	height: 40px;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 12px;
	z-index: -1;
}
.content .config_block h2>.cont {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	padding: 13px;
}
.content .config_block table {
	width: 100%;
}
.content .config_block td {
	padding: 5px 0px;
}

.block1 {
	position: relative;
	margin-bottom: 20px;
}
.block1>.bg1 {
	height: 50%;
	width: 28%;
	background-color: #00bff3;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	left: 64px;
	top: 0px;
}
.block1>.bg2 {
	height: 100%;
	width: 28%;
	background-color: #00bff3;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	top: 0px;
	right: 131px;
}
.block1>.cont {
	position: relative;
	display: block;
	padding: 25px 48px;
}
.block1 .video {
	vertical-align: top;
	display: inline-block;
	width: 73%;
	padding-right: 3%;
}
.block1 .video iframe {
	width: 100%;
	height: 350px;
}
.block1 .players {
	display: block;
	padding: 10px 0 0 8px;
}
.block1 .players .show_player {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	cursor: pointer;
	user-select: none;
}
.block1 .players .show_player span {
	background-color: #00bff3;
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.block1 .players .show_player:hover span, .block1 .players .show_player.active span {
	background-color: #314158;
}
.block1 .images {
	vertical-align: top;
	display: inline-block;
	width: 24%;
}
.block1 .images span {
	display: block;
	max-height: 108px;
	overflow: hidden;
	margin-top: 13px;
}
.block1 .images span:first-child {
	margin-top: 0px;
}
.block1 .images span img {
	width: 100%;
}
.block2 {
	margin-top: -20px;
}
.block2 h2 {
	font-size: 37px;
	letter-spacing: -2px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.block2 table {
	border-collapse:collapse;
	margin-bottom: 20px;
}
.block2  td, .block2 th {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}
.block2 .shop {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #d8d8d8;
	width: 322px;
	padding-bottom: 20px;
	margin-right: 0.5%;
	margin-bottom: 15px;
}
.block2 .shop a {
	color: #00BFF3;
	text-decoration: underline;
}
.block2 .shop a:hover {
	text-decoration: none;
}
.block2 .shop .img {
	margin-bottom: -20px;
	overflow: hidden;
	height: 214px;
	width: 100%;
	position: relative;
}
.block2 .shop .img img {
	max-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.block2 .shop .block_catalog_slider {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}
.block2 .shop .block_catalog_slider ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
}
.block2 .shop .block_catalog_slider ul li {
	vertical-align: top;
	display: inline-block;
	white-space: normal;
	position: relative;
	width: 322px;
}
.block2 .shop .block_catalog_slider ul li img {
	max-width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.block2 .shop .block_catalog_slider .rs-carousel-mask {
	overflow:hidden;
	position:relative;
}
.block2 .shop .block_catalog_slider .rs-carousel-runner {
	position:relative;
}


.block2 .shop .title {
	position: relative;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.block2 .shop .title:before {
	content: "";
	background-color: #00bff3;
	height: 40px;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 12px;
}
.block2 .shop a:hover .title:before {
	background-color: #314158;
}
.block2 .shop .title>.cont {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	padding: 13px;
}
.block2 .shop .price {
	position: relative;
	margin-left: 35%;
	margin-right: 25px;
	margin-bottom: 20px;
	float: right;
}
.block2 .shop .price:before {
	content: "";
	background-color: #283134;
	height: 40px;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 12px;
}
.block2 .shop .price>.cont {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	padding: 13px 26px;
	min-width: 150px;
}
.block2   .shop   .p  {
	color: #6b6b6b;
	text-align: left;
	padding-bottom: 18px;
	padding-left: 15px;
	margin-top: 20px;
	padding-right: 15px;
}
.block2 .shop .info {
	list-style-type: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.block2 .shop .info li {
	font-size: 15px;
	line-height: 16px;
	color: #6b6b6b;
	padding-top: 12px;
	padding-bottom: 12px;
}
.block2 .shop .info li.odd {
	position: relative;
}
.block2 .shop .info li.odd:before {
	content: "";
	background-color: #fafafa;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 12px;
	top: 0px;
	right: 12px;
}
.block2 .shop .info li span {
	position: relative;
}
.block2 .select_color {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.block2 .select_color span {
	display: inline-block;
	height: 25px;
	width: 25px;
	border: 2px solid #EDEDED;
	margin-left: 3px;
	cursor: pointer;
}
.block2 .select_color .color1 {
	background-color: #A9B2CE;
}
.block2 .select_color .color2 {
	background-color: #0084C5;
}
.block2 .select_color .color3 {
	background-color: #9A0000;
}
.block2 .select_color .color4 {
	background-color: #000000;
}
.block2 .st3 {
	font-size: 14px;
	color: #6b6b6b;
}
.block3 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.block3 h2 {
	font-size: 37px;
	letter-spacing: -2px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.block3  .order_status .error, .block3 .order_status .ok {
	margin-bottom: 10px;
}
.block3 .form {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.block3 .form .left_block {
	vertical-align: top;
	display: inline-block;
	width: 52%;
	padding-right: 4%;
	margin-bottom: 10px;
}
.block3 .form .right_block {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	margin-bottom: 10px;
}
.block3 .form .intext {
	width: 100%;
	margin-bottom: 20px;
}
.block3 .form .name {
	background-image: url(images/ico1.png);
	background-repeat: no-repeat;
	background-position: 12px 19px;
	padding-left: 40px;
}
.block3 .form .email {
	background-image: url(images/ico2.png);
	background-repeat: no-repeat;
	background-position: 12px 19px;
	padding-left: 40px;
}
.block3 .form .message {
	background-image: url(images/ico3.png);
	background-repeat: no-repeat;
	background-position: 12px 19px;
	padding-left: 40px;
}
.block3 .form textarea.intext {
	height: 128px;
}
.block3 .form .button2 {
}
.block4 {
	padding-top: 12px;
	padding-bottom: 50px;
}
.block4 h2 {
	font-size: 37px;
	letter-spacing: -2px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.block4 .advantage {
	vertical-align: top;
	display: inline-block;
	width: 19%;
	padding-right: 6px;
}
.block4 .advantage h3 {
	font-size: 20px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 15px;
}
.block4 .advantage p {
	font-size: 14px;
	color: #6b6b6b;
	line-height: 20px;
}
.block4 .advantage .img {
	position: relative;
	text-align: center;
	height: 90px;
	margin-bottom: 25px;
}
.block4  .advantage  .img:before {
	content: "";
	border: 1px solid #d8d8d8;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 27px;
	top: 0px;
	right: 27px;
	bottom: 0px;
}
.block4 .advantage .img:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}
.block4 .advantage .img img {
	vertical-align: middle;
}

.in_stock {
	width: 8px;
	height: 8px;
	background-color: #06ac08;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}
.not_in_stock {
	width: 8px;
	height: 8px;
	background-color: #f3ab11;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}
.add_to_cart_form .price {
	font-size: 26px;
	margin-bottom: 10px;
}
.add_to_cart_form .action {
	margin-bottom: 10px;
}
.add_to_cart_form .action .time {
	display: inline-block;
}
.draw_form_block {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 50px;
}
.draw_form_block  .order_status .error, .block3 .order_status .ok {
	margin-bottom: 10px;
}
.draw_form_block .intext {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #E2E2E2;
}
.draw_form_block label {
	display: block;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
}
.draw_form_block label a {
	color: #00BFF3;
	text-decoration: underline;
}
.draw_form_block label a:hover {
	text-decoration: none;
}

.sidebar {
	float: right;
	width: 270px;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	padding-right: 3px;
	padding-bottom: 20px;
}
.sidebar a {
	color: #0033FF;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar h2 {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.sidebar h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.sidebar ul {
	margin-bottom: 20px;
	list-style-position: inside;
}
.sidebar table {
	margin-bottom: 20px;
}
.sidebar td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.order_button {
	text-align: center;
}
.order_button .button {
	font-size: 18px;
}
.order_button .button:before {
	height: 80px;
	left: 12px;
	right: 12px;
}
.order_button .button>.cont {
	height: 80px;
	margin-right: 36px;
	margin-left: 36px;
}
.order_button .button>.cont a {
	padding-top: 34px;
	padding-bottom: 34px;
}

.block_works2 .map_list {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	max-height: 600px;
	padding-right: 20px;
	overflow: auto;
}
.block_works2 .map_list .work {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}
.block_works2 .map_list .work:hover .title {
	text-decoration: underline;
}
.block_works2 .map_list .work .title {
	margin-bottom: 5px;
}
.block_works2 .map_list .work .address {
	font-size: 13px;
	color: #959595;
}
.block_works2 .map_block { 
	display: inline-block;
	vertical-align: top;
	width: 790px;
	height: 600px; margin-bottom: 30px; border: 14px solid #FFFFFF; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
.block_works2 .block33 { margin-right: -30px; }
.block_works2 .block44 { margin-bottom: 20px; }
.block_works2 .block44 ul { list-style-type: none; margin-left: 0px; }
.block_works2 .block44 ul li { vertical-align: middle; display: inline-block; margin-right: 5px; margin-bottom: 5px; }
.block_works2 .block44 ul li a { background-color: #F4F4F4; font-size: 14px; line-height: 24px; color: #666666; padding: 10px 20px; display: block; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; cursor: pointer; text-decoration: none; }
.block_works2 .block44 ul li a:hover, .block_works2 .block44 ul li a.active { color: #FFFFFF; background-color: #39AB3C; }


.faq {
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #EFEFEF;
}
.faq .question {
	font-size: 18px;
	font-weight: 300;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
}
.faq .question::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 10px;
	width: 30px;
	height: 26px;
	background-color: #00bff3;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(-30deg);
}
.faq .question::after {
	content: "?";
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: -3px;
	left: 18px;
}
.faq .answer {
	font-size: 15px;
	line-height: 1.5;
	border-left: 1px solid #c1c1c1;
	padding-left: 36px;
	margin-top: 20px;
	margin-left: 24px;
	display: none;
}
.faq .answer a {
	color: #00BFF3;
	text-decoration: underline;
}
.faq .answer a:hover {
	text-decoration: none;
}

.footer {
	clear: both;
	position: relative;
	background-color: #314158;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*.footer .logo {
	position: relative;
	width: 23%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 35px;
}
.footer .logo>.bg1 {
	background-color: #00bff3;
	height: 96px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer .logo>.cont {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 96px;
	position: relative;
}
.footer .phone {
	font-size: 30px;
	font-style: italic;
	color: #FFFFFF;
}
.footer .phone b {
	font-style: normal;
}*/



.footer .logo {
	position: relative;
	width: 21%;
	vertical-align: top;
	display: inline-block;
}
.footer .logo>.bg1 {
	background-color: #00bff3;
	height: 61px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 98%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer .logo>.cont {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 53% center;
	background-size: auto 85%;
	width: 100%;
	height: 61px;
	display: inline-block;
	position: relative;
}
.footer .menu {
	position: relative;
	width: 71%;
	vertical-align: top;
	display: inline-block;
}
.footer .menu:before {
	content: "";
	background-color: #FFFFFF;
	position: absolute;
	left: -5px;
	top: 0px;
	height: 170px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	right: 0px;
}
.footer .menu>.cont {
	width: 100%;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}
.footer .menu ul {
	list-style-type: none;
	margin: 10px 300px 0px -25px;
	max-width: 350px;
	text-align: left;
}
.footer .menu ul li {
	display: inline;
}
.footer .menu ul li:first-child {
	margin-left: 20px;
}
.footer .menu ul li a {
	display: inline-block;
	padding: 4px 14px;
	font-size: 12px;
	line-height: 15px;
	color: #2a2a2a;
	font-style: italic;
	text-transform: uppercase;
}
.footer .menu ul li a:hover, .footer .menu ul li a.active {
	color: #1E1E1E;
	text-decoration: underline;
}
.footer .menu .phone {
	display: inline-block;
	font-style: italic;
	float: right;
	font-size: 19px;
	line-height: 19px;
	padding-top: 6px;
	padding-right: 1%;
	padding-bottom: 6px;
	padding-left: 1%;
	margin-top: 10px;
	margin-right: 31px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .menu .phone b {
	font-style: normal;
}
.footer .menu .phone img {
	vertical-align: middle;
	margin: 7px 4px;
}
.footer .menu .button {
	float: right;
	margin-top: 10px;
}
.footer .counter {
	position: absolute;
	right: -42px;
	top: 140px;
}
.footer .social {
	position: absolute;
	right: 50px;
	top: 98px;
}
.footer .social .instagram {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/instagram.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .vkontakte {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/vkontakte.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .youtube {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/youtube.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .facebook {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/facebook.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .discord {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/discord.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .viber {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/viber.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .max {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/max.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .whatsapp {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/whatsapp.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .social .telegram {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url(images/telegram.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bff3;
	border-radius: 4px;
}
.footer .subscribe_block {
	z-index: 1111;
	position: relative;
	margin: 10px -90px 0px 0px;
}
.footer .subscribe_block:after {
	content: "";
	display: block;
	width: 688px;
	border-bottom: 1px solid #dbdada;
	margin-left: 16px;
	margin-top: 10px;
}
.footer .subscribe_block .error, .footer .subscribe_block .ok {
	width: 100%;
	color: #fff;
}
.footer .subscribe_block .order_status {
	height: 31px;
	margin-top: -31px;
	margin-left: 34px;
	margin-right: 39px;
	position: absolute;
	left: 0px;
	right: 0px;
}
.footer .subscribe_block p {
	display: inline-block;
	text-align: left;
	font-style: italic;
	color: #838383;
	font-weight: 400;
	font-size: 15px;
	margin-right: 20px;
}
.footer .subscribe_block .intext_wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1px;
	margin-right: -25px;
}
.footer .subscribe_block .intext_wrap .bg1 {
	border: 1px solid #333;
	height: 40px;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 9px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.footer .subscribe_block .email {
	background-color: transparent;
	background-image: url(images/ico2.png);
	background-repeat: no-repeat;
	background-position: 12px 11px;
	padding: 10px 12px 9px 40px;
	width: 185px;
	position: relative;
	z-index: 1;
}
.footer .subscribe_block .email:focus, .footer .subscribe_block .email:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer .subscribe_block .button2 {
	vertical-align: top;
}
.footer .subscribe_block .button2:after {
	display: none;
}
.footer .subscribe_block .button2>.bg1 {
	width: 134px;
}
.footer .subscribe_block .button2>.cont input, .footer .subscribe_block .button2>.cont span {
	padding-right: 30px;
}
.footer .subscribe_block label {
	display: block;
	cursor: pointer;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	margin-right: 115px;
}
.footer .subscribe_block label a {
	color: #00BFF3;
	text-decoration: underline;
}
.footer .subscribe_block label a:hover {
	text-decoration: none;
}
.popup {
	background-color: #FFFFFF;
	padding: 30px;
	width: 400px;
}
.popup h2 {
	font-size: 28px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.popup .intext {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #E2E2E2;
}
.popup  .order_status .error, .popup .order_status .ok {
	margin-bottom: 10px;
}
.popup #order_for {
	margin-bottom: 10px;
	color: #0E1112;
	font-weight: bold;
}
.popup label {
	display: block;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
}
.popup label a {
	color: #00BFF3;
	text-decoration: underline;
}
.popup label a:hover {
	text-decoration: none;
}

.cart_popap {
	background-color: #FFFFFF;
	padding: 30px;
	width: 600px;
}
.cart_popap h2 {
	font-size: 28px;
	color: #313131;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.cart_popap a {
	color: #00BFF3;
	text-decoration: underline;
}
.cart_popap a:hover {
	text-decoration: none;
}
.cart_popap .intext {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #E2E2E2;
}
.cart_popap_del_product {
	cursor: pointer;
}
.form_table {
	margin-bottom: 10px;
}
.form_table th {
	background-color: #00bff3;
	color: #fff;
	font-weight: normal;
	padding: 9px;
}
.form_table td {
	padding: 9px;
	border-bottom: 1px solid #d8d8d8;
}
.form_table td:first-child {
	border-left: 1px solid #d8d8d8;
}
.form_table td:last-child {
	border-right: 1px solid #d8d8d8;
}
.form_table td .intext.cart_popap_num_product {
	width: 50px;
	padding: 6px;
	margin-bottom: 0;
	border: 1px solid #E2E2E2;
}
.cart_price_line {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-bottom: 20px;
}
.go_to_cart {
	display: inline-block;
	vertical-align: middle;
}
#cart {
	max-width: 730px;
	margin: auto;
}
#block_components a {
	color: #00BFF3;
}
.component_wrap {
	overflow: auto;
}
.component_shop {
	width: 250px;
	max-height: 600px;
	padding: 15px;
	border: 1px solid #d8d8d8;
	text-align: center;
}
.component_shop img {
	height: 120px;
}
.component_shop .title {
	font-size: 16px;
	margin-bottom: 10px;
}
.component_shop .in_stock {
	margin-bottom: 10px;
}
.component_shop .price {
	font-size: 18px;
	margin-bottom: 10px;
}
.component_shop .but {

}
.shop_form .intext {
	border: 1px solid #E2E2E2;
}
.shop_form .shop_form_block1 {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.shop_form .shop_form_block1 .intext {
	width: 100%;
	margin-bottom: 20px;
}
.shop_form .shop_form_block2 {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-bottom: 20px;
}
.shop_form .shop_form_block2 .intext {
	width: 100%;
	margin-bottom: 20px;
}
.shop_form .shop_form_block2 textarea {
	height: 208px;
	margin-bottom: 0px;
}
.shop_form .submit_line {
	text-align: right;
	margin-bottom: 20px;
}
.shop_form .error, .shop_form .ok {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
}
.cart_empty {
	text-align: center;
}
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
.swiper-slide {
}
.swiper-slide {
	height: 100%;
	opacity: 1;
	cursor: pointer;
	display: none;
}
.swiper_button_prev {
	position: absolute;
	top: 190px;
	left: 20px;
	z-index: 1;
	cursor: pointer;
}
.swiper_button_prev::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-top: 4px solid #00BFF3;
	border-left: 4px solid #00BFF3;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.swiper_button_next {
	position: absolute;
	top: 190px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}
.swiper_button_next::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-top: 4px solid #00BFF3;
	border-left: 4px solid #00BFF3;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.swiper-pagination-bullet-active {
	background-color: #00BFF3!important;
}