

/* Start:/local/templates/.default/components/bitrix/catalog.element/prod/style.css?17634735195308*/
/**/
h1.prod{
	font-size: 2rem;
}
.prodItem .oldPrice {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 56px;
	display: block;
}

.prodItem .forPrice{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.prodItem .forPrice .price {
	color: #000;
	font-family: 'SamsungSharpSans-Bold';
	font-size: 36px;
	font-weight: 400;
	line-height: 56px;
}

.prodItem .forPrice .bonus {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding-right: 19px;
	background-size: 13px;
	position: relative;
}

.prodColors {
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.prodColors .title {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 56px;
	margin-right: 20px;
}

.prodColors a {
	width: 39px;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	border: 3px solid transparent;
	padding: 2px;
	margin: 0 2px;
	transition: border linear 0.3s;
	box-shadow: 0 0 3px #000 inset;
}

.prodColors a.cur, .prodColors a:hover {
	border: 3px solid #3da1ee;
	box-shadow: 0 0 0 #000 inset;
	transition: border linear 0.3s;
}

.prodColors a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}

.cert-switch a{
	line-height: 1rem;
}
.cert-switch a:hover{
	color: #fff !important;
}
.cert-switch .fw-bold{
	letter-spacing: 0.07rem;
}

.inNal{
	margin-bottom: 14px;
}
.btn.incart{
	background-color: #66b423;
	border-color: #66b423;
}
a.oneClick {
	color: #0078ff;
}

.product-info-more-link a{
	text-decoration: none;
	color: #333;
	font-weight: 600;
	padding: 0.6rem 1.1rem;
	border-radius: 0.6rem;
	background: var(--white);
}
.product-info-more-link a .icon{
	display: block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: 0.4rem;
	background-position: center;
	background-repeat: no-repeat;
}
.product-info-more-link .gift-link .icon{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/images/gift.svg);
}
.product-info-more-link .one-click-buy-link .icon{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/images/one-click.svg);
}
.product-info-more-link a span{
	position: relative;
	white-space: nowrap;
}
.product-info-more-link a span:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #84BEFF;
	position: absolute;
	left:0;
	bottom: 2px;
}
.prod8Ban .slBut{
	white-space: nowrap;
}
.prod8Ban .slBut.incart{
	white-space: pre-wrap;
}
.redesign-big-card .prod8Ban .block_bottom{
	flex-direction: column;
	align-items: flex-start;
	width: 700px;
}
.props table td {
	border-bottom: 1px dotted #bfbfbf;
}

/* price split */
.price-split-line{
	font-weight: 700;
	font-size: .9rem;
	color: #333;
}
.price-split-icon{
	width: 1rem;
	height: 1rem;
}
.price-split-x{
	width:0.6rem;
	height:0.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iNSI+PGxpbmUgeDE9IjIuNzY3NzciIHkxPSIyLjIzMjIzIiB4Mj0iMjkuMDcwMSIgeTI9IjI4LjUzNDYiLz48bGluZSB4MT0iMS45Mjc1NSIgeTE9IjI4LjUzNSIgeDI9IjI4LjIyOTkiIHkyPSIyLjIzMjY0Ii8+PC9nPjwvc3ZnPg==);
	background-size: contain;
}
/**/

/*slider*/
.swiper-mainslider-button-prev,
.swiper-mainslider-button-next{
	position: absolute;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 1;
}
.swiper-mainslider-button-prev.swiper-button-disabled,
.swiper-mainslider-button-next.swiper-button-disabled{
	display: none;
}
.swiper-mainslider-button-prev{
	left: 0;
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/images/showcase/arrow-left.svg);
}
.swiper-mainslider-button-next{
	right: 0;
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/images/showcase/arrow-right.svg);
}
.swiper-mainslider-pagination{
	text-align: center;
}
.swiper-mainslider-pagination .swiper-pagination-bullet{
	width: 0.75rem;
	height: 0.75rem;
}
/**/

@media(max-width: 1400px){
	.alluBig .redesign-big-card .block_video .videoObzor{
		background: #fffb;
	}
}
@media(max-width: 992px){
	.redesign-big-card .prod8Ban .block_bottom{
		width: 100%;
	}
	.redesign-big-card .newgift-block{
		margin-bottom: 1.5rem;
	}
	.redesign-big-card .product-info-more-link{
		text-align: center;
	}
	.redesign-big-card .product-info-more-link a {
		font-size: 0.9rem;
		background: #fff;
		border-radius: 14px;
		width: auto;
		display: inline-flex !important;
		padding: 6px 12px;
		margin: auto;
	}
}
@media(max-width: 577px){
	.redesign-big-card .newgift-block{
		margin-top: 0.5rem;
	}
	.redesign-big-card .product-info-more-link {
		text-align: center;
		margin-bottom: 0.5rem;
	}
}

@media(max-width: 768px){
	.product-info-more-link a {
		font-size: 0.9rem;
	}
	.product-info-more-link a .icon{
		width: 18px;
		min-width: 18px;
		height: 18px;
		margin-right: 0.3rem;
		background-size:contain;
	}
	.alluBig .redesign-big-card .block_botton_mobile{
		display: block;
	}
	.alluBig .prod8Ban .block_bottom.desctop{
		display: none;
	}
	.props table{
		width: 100%;
	}
	.bx-breadcrumb-item .sep~span {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/prod/css/style.css?17634735197813*/
/**/
.wrap, .warp {
	width: 1140px;
	max-width: 1140px;
	margin: 0 auto;
}

.loader3 {
	position: relative;
}

.loader3.abs {
	position: absolute;
}

.loader4 {
	position: relative;
}

.loader4.abs {
	position: absolute;
}

.clear{clear:both}

form.loader3 {
	position: static;
}
form.loader4[name=prodback]{
	position: relative;
}

form.loader4 {
	position: static;
}

form:before {
	background: #0000;
}
.flexJ {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/* -webkit-box-pack: justify; */
	/* -moz-box-pack: justify; */
	/* -webkit-justify-content: space-between; */
	/* -ms-flex-pack: justify; */
	justify-content: left;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.loader3:before {
	content: " ";
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	background: #3da1eea8 url(/local/img/loader3.svg) no-repeat center;
	display: block;
	z-index: 19;
	border-radius: inherit;
	box-shadow: none;
	transition: all ease 0.3s;
}

.loader3.nopad:before {
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
}
form.loader4.nopad[name="prodback"]::before {
	top: -4%;
	left: -2%;
	width: 104%;
	height: 105%;
	background-position-y: 90%;
	box-shadow: none;
}

.loader4:before {
	content: " ";
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	background: #eeeeee77 url(/local/img/loader3.svg) no-repeat center;
	display: block;
	z-index: 19;
	border-radius: inherit;
	box-shadow: 0 0 5px #333 inset;
	transition: all ease 0.3s;
}

.loader4.nopad:before {
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
}

input[name=agree_check_alt]{
	display: none;
}

.btn3 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	border-radius: 29px;
	border: 2px solid #3da1ee;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 13px 30px;
	transition: all ease 0.3s;
}

.btn3:hover {
	color: #fff;
	background-color: #3da1ee;
	text-decoration: none;
	transition: all ease 0.3s;
}

input.req, select.req, textarea.req {
	border: 1px solid red !important;
}
.prod8Ban .videoObzor{
	text-decoration: none;
}
.big2ProdMerge *:not(.font-samsung){
	font-family: 'Proxima Nova';
}
.redesign-big-card .block_bottom,
.redesign-big-card .block_botton{
	display:flex;
	align-items: center;
}
.p8TC .img,
.p8gallery a{
	background-repeat: no-repeat;
}
.owl-next span, owl-prev span{display:none}
.slBut {
	display: inline-block;
	color: #fff;
	font-family: "Proxima Nova Cond";
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 12px 44px;
	border-radius: 29px;
	border: 2px solid #3da1ee;
	text-decoration: none;
	cursor: pointer;
}

.addToCart.in-progress {
	position: relative;
	color: transparent !important;
}
.addToCart.in-progress::before{
	content: "";
	display: block;
	z-index: 1;
	transition: all ease 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwcHgiIGhlaWdodD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtZWxsaXBzaXMiPjwhLS1jaXJjbGUoY3g9IjE2IixjeT0iNTAiLHI9IjEwIiktLT48Y2lyY2xlIGN4PSIxNiIgY3k9IjUwIiByPSIxMCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgdmFsdWVzPSIxMDswOzA7MDswIiBrZXlUaW1lcz0iMDswLjI1OzAuNTswLjc1OzEiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIHZhbHVlcz0iODQ7ODQ7ODQ7ODQ7ODQiIGtleVRpbWVzPSIwOzAuMjU7MC41OzAuNzU7MSIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiPjwvYW5pbWF0ZT48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNiIgY3k9IjUwIiByPSIxMCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgdmFsdWVzPSIwOzEwOzEwOzEwOzAiIGtleVRpbWVzPSIwOzAuMjU7MC41OzAuNzU7MSIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iLTFzIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIHZhbHVlcz0iMTY7MTY7NTA7ODQ7ODQiIGtleVRpbWVzPSIwOzAuMjU7MC41OzAuNzU7MSIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iLTFzIj48L2FuaW1hdGU+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTYiIGN5PSI1MCIgcj0iMTAiIGZpbGw9IiNmZmZmZmYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIHZhbHVlcz0iMDsxMDsxMDsxMDswIiBrZXlUaW1lcz0iMDswLjI1OzAuNTswLjc1OzEiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49Ii0wLjVzIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIHZhbHVlcz0iMTY7MTY7NTA7ODQ7ODQiIGtleVRpbWVzPSIwOzAuMjU7MC41OzAuNzU7MSIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iLTAuNXMiPjwvYW5pbWF0ZT48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNiIgY3k9IjUwIiByPSIxMCIgZmlsbD0iI2ZmZmZmZiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgdmFsdWVzPSIwOzEwOzEwOzEwOzAiIGtleVRpbWVzPSIwOzAuMjU7MC41OzAuNzU7MSIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiPjwvYW5pbWF0ZT48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJjeCIgdmFsdWVzPSIxNjsxNjs1MDs4NDs4NCIga2V5VGltZXM9IjA7MC4yNTswLjU7MC43NTsxIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMTswIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwcyI+PC9hbmltYXRlPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE2IiBjeT0iNTAiIHI9IjEwIiBmaWxsPSIjZmZmZmZmIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiB2YWx1ZXM9IjA7MDsxMDsxMDsxMCIga2V5VGltZXM9IjA7MC4yNTswLjU7MC43NTsxIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMTswIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwcyI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiB2YWx1ZXM9IjE2OzE2OzE2OzUwOzg0IiBrZXlUaW1lcz0iMDswLjI1OzAuNTswLjc1OzEiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxOzAgMC41IDAuNSAxIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGU+PC9jaXJjbGU+PC9zdmc+");
	background-color: var(--btn-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.forBG {
	display: block;
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.prodItem .forBG img{
	opacity: 0;
	max-width: 100%;
}

















@media (max-width: 992px){
	.wrap, .warp {
		width: 100%;
		max-width: 100vw;
		padding-left: 3%;
		padding-right: 3%;
		overflow: hidden;
	}
	.p8bg .wrap, .p8bg .warp{
		overflow: visible;
	}
}


@media(max-width: 1140px){
	.wrap, .warp,
	.robotBig .wrap,
	.p8bg .wrap{
		width: 100%;
		max-width: 992px;
		padding-left: 3%;
		padding-right: 3%;
		overflow: hidden;
	}
}
/* End */


/* Start:/local/fonts/proximanova/style2.css?17634344932492*/

@font-face {
	font-family: 'Proxima Nova Cond';
	src: url('/local/fonts/proximanova/ProximaNovaCond-Regular.eot');
	src: local('Proxima Nova Condensed Regular'), local('ProximaNovaCond-Regular'),
	url('/local/fonts/proximanova/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNovaCond-Regular.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNovaCond-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova";
	src: url('/local/fonts/proximanova/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
	url('/local/fonts/proximanova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNova-Regular.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova - Semibold";
	src: url('/local/fonts/proximanova/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
	url('/local/fonts/proximanova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNova-Semibold.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Cond - Semibold';
	src: url('/local/fonts/proximanova/ProximaNovaCond-Semibold.eot');
	src: local('Proxima Nova Condensed Semibold'), local('ProximaNovaCond-Semibold'),
	url('/local/fonts/proximanova/ProximaNovaCond-Semibold.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNovaCond-Semibold.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNovaCond-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova - Regular";
	src: url('/local/fonts/proximanova/ProximaNova-RegularIt.eot');
	src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'),
	url('/local/fonts/proximanova/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNova-RegularIt.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNova-RegularIt.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Proxima Nova - Black";
	src: url('/local/fonts/proximanova/ProximaNova-Black.eot');
	src: local('Proxima Nova Black'), local('ProximaNova-Black'),
	url('/local/fonts/proximanova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
	url('/local/fonts/proximanova/ProximaNova-Black.woff') format('woff'),
	url('/local/fonts/proximanova/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/* End */


/* Start:/local/css/animate.min.css?176343449357987*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
/* End */


/* Start:/local/css/colors.css?17634344932617*/
.colors .color2775, .prodColors a.color2775:before{background-color:#000000;}.colors .color2774, .prodColors a.color2774:before{background-color:#FFFFFF;}.colors .color14, .prodColors a.color14:before{background-color:#FFFFFF;}.colors .color16, .prodColors a.color16:before{background-color:#16BCB4;}.colors .color18, .prodColors a.color18:before{background-color:#FFFFFF;}.colors .color19, .prodColors a.color19:before{background-color:#EE1D24;}.colors .color20, .prodColors a.color20:before{background-color:#EF6EA8;}.colors .color22, .prodColors a.color22:before{background-color:#F49BC1;}.colors .color17, .prodColors a.color17:before{background-color:#5573B7;}.colors .color9, .prodColors a.color9:before{background-color:#000000;}.colors .color1448, .prodColors a.color1448:before{background-color:#BEEDF1;}.colors .color2955, .prodColors a.color2955:before{background-color:#BEEDF1;}.colors .color137, .prodColors a.color137:before{background-color:#FFDD99;}.colors .color4, .prodColors a.color4:before{background-color:#FF0000;}.colors .color23, .prodColors a.color23:before{background-color:#5CD1DF;}.colors .color136, .prodColors a.color136:before{background-color:#7B3000;}.colors .color1436, .prodColors a.color1436:before{background-color:#EBEBEB;}.colors .color1437, .prodColors a.color1437:before{background-color:#EBEBEB;}.colors .color1439, .prodColors a.color1439:before{background-color:#8293CA;}.colors .color1440, .prodColors a.color1440:before{background-color:#BC8CBF;}.colors .color1441, .prodColors a.color1441:before{background-color:#F49BC1;}.colors .color1442, .prodColors a.color1442:before{background-color:#F5999D;}.colors .color1443, .prodColors a.color1443:before{background-color:#BEEDF1;}.colors .color1444, .prodColors a.color1444:before{background-color:#6CCFF7;}.colors .color1445, .prodColors a.color1445:before{background-color:#DBF199;}.colors .color1446, .prodColors a.color1446:before{background-color:#FFBEBD;}.colors .color2954, .prodColors a.color2954:before{background-color:#ED008C;}.colors .color1438, .prodColors a.color1438:before{background-color:#ED008C;}.colors .color24, .prodColors a.color24:before{background-color:#FF0000;}.colors .color25, .prodColors a.color25:before{background-color:#B47153;}.colors .color1447, .prodColors a.color1447:before{background-color:#EBEBEB;}.colors .color6, .prodColors a.color6:before{background-color:#003370;}.colors .color21, .prodColors a.color21:before{background-color:#000000;}.colors .color5, .prodColors a.color5:before{background-color:#707070;}.colors .color3, .prodColors a.color3:before{background-color:#000000;}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/prod/css/big2.css?176347351931366*/
.wrap.prod8Ban{
	padding:70px 0;
}
.prod8Ban .line1{
	color: #ffffff;
	
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
}
.prod8Ban .line2{
	color: #ffffff;
	margin: auto;
	font-size: 75px;
	font-weight: 400;
	line-height: 79px;
	padding: 7px 0 11px;
}
.prod8Ban .toline3{

}
.prod8Ban .toline3.wbg{
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 64px;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-bottom: 45px;
}
.prod8Ban .line3{
	color: #ffffff;
	
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}
.prod8Ban .line4{
	opacity: 0.3;
	color: #fefefe;
	
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	margin-top: 0;
}
.prod8Ban .line5{
	opacity: 0.32;
	color: #ffffff;
	font-family: Gilroy;
	font-size: 27px;
	font-weight: 400;
	/*! text-decoration: line-through; */
	line-height: 12px;
}
.prod8Ban .line6{
	color: #ffffff;
	font-family: "Gilroy - Semibold";
	font-size: 53px;
	font-weight: 400;
	/* Text style for "" */
	letter-spacing: -2.5px;
	line-height: 70px;
	margin-bottom: 30px;
}
.redesign-big-card .block_price .line6 .setProPrice{
	font-family: 'SamsungSharpSans-Bold';
	font-style: normal;
}
.prod8Ban .videoObzor{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	border: 1px solid #ffffff;
	background-color: transparent;
	line-height: 20px;
	padding: 23px 24px 23px 50px;
	display: inline-block;
	vertical-align: middle;
	background: url(/local/img/big2/play.svg) no-repeat 24px center;
	margin-right: 9px;
}
.prod8Ban .slBut, .p8complect .slBut, .p8toCol .slBut, .p8kak .slBut,
.p7qe.p8qe .p7form input[type="submit"], .dopProds .slBut, .PM8area .slBut{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: #0078ff;
	line-height: 20px;
	padding: 23px 58px;
	border:0 none;
}

.prod8icons{
	padding: 34px 0 20px;
}
.forcgpods{
	border-radius:23px;
	border:2px solid #3da1ee;
	padding:5px 5px 5px 5px;
}
.forcgpods a:hover{
text-decoration: underline;
}
.prod8icons .line1{
	color: #333333;
	
	font-size: 33px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
}
.prod8icons .line2{
	
	font-size: 19px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
	margin: 22px 0 86px;
}
.prod8icons .icns8{

}
.p8bg .prod8icons .icns8 > div{

	min-height: 67px;
	margin-bottom: 12px;
}
.p8bg .prod8icons .icns8 .prod8ic{
	text-align: left;
}
.p8bg .prod8icons .prod8ic div{
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
	width: 67px;
	height: 67px;
}
.p8bg .prod8icons .prod8ic span{
	color: #2b2b2b;
	
	font-size: 18px;
	font-weight: 400;
	line-height: 19px;
	max-width: 262px;
	display: inline-block;
	vertical-align: middle;
}
.p8bg .forBG8List{
	background-color: #f3f4f6;
	background-size: inherit;
}

.forBG8Vid1{
	padding-top: 27px;
	margin-top: 0;
	background-color: #efeeec;
}
.forBG8Vid1 .line1{
	color: #333333;
	
	font-size: 33px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin-bottom: 20px;
}
.forvid2a{
	width: 55%;
	float:right;
	position: relative;
	height: 470px;
}
.forvid1a{
	width: 45%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 470px;
}
.for8video{
	background: url("/local/img/big2/vifon.png") no-repeat left top;
	position: absolute;
	bottom:0;
	left:30px;
	width: 607px;
	height: 437px;
}
.for8video a{
	display: block;
	position: absolute;
	left:58px;
	top:40px;
	width:471px;
	height: 354px;
	border-radius: 9px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.for8video a img{
	opacity: 0;
}
.for8video a:before{
	content: "";
	display: block;
	opacity: 0.7;
	background: url(/local/img/big2/ytplay.svg) no-repeat center;
	width: 80px;
	height: 56px;
	left:50%;
	top:50%;
	margin: -28px 0 0 -40px;
	position: absolute;
}
.for8video a:hover:before{
	opacity: 1;
}

.p8complect{
	padding:20px 0;
}
.p8complect .back{
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 582px;
}
.p8complect .text{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	text-align: left;
}
.p8complect .text .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
}
.p8complect .text .line1{
	color: #333333;
	
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	padding: 28px 0 31px;
}
.p8complect .comp{
	list-style: none;
	padding:0 0 0 30px;
	margin:0 0 35px;
}
.p8complect .comp li{
	color: #333333;
	
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
}
.p8complect .comp li:before{
	content: "";
	display: block;
	position: absolute;
	left:-20px;
	top:7px;
	width: 10px;
	height: 10px;
	background-color: #1875df;
	border-radius: 50%;
}

.p8toCol{
	padding:35px 0 0;
	background-color: #fff;
}
.p8toCol > .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin-bottom: 40px;
}
.p8toCol .flexJ > div{
	flex: 0 0 50%;
	margin-bottom: 40px;
}
.p8TC{
	text-align: center;
}
.p8TC .img{
	width:460px;
	height: 280px;
	background-size: contain;
	display:inline-block
}
.p8TC .title{
	color: #333333;
	
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin: 25px auto;
}
.p8toCol .flexJ{
	flex-wrap: wrap;
	justify-content: center;
}

.p8kak{
	padding: 36px 0;
}
.p8kak .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 30px;
	text-align: center;
}
.p8kak .flexJ{
	justify-content: space-between;
}
.p8kak .flexJ .p8k{
	flex: 0 0 29%;
	position: relative;
}
.p8kak .flexJ .p8k .p8kakimg{
	width: 111px;
	height: 111px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 14px auto 34px;
	box-shadow: 8px -2px 26px rgba(15, 77, 149, 0.3);
	background-color: #ffffff;
	border-radius: 40px;
}
.p8kak .flexJ .p8k:nth-child(1)::before {
	content: "";
	display: block;
	width: 100px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/local/img/big2/p8kakA1.svg);
	right: -28%;
	position: absolute;
	top: 25%;
}
.p8kak .flexJ .p8k:nth-child(2)::before {
	content: "";
	display: block;
	width: 100px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/local/img/big2/p8kakA2.svg);
	right: -28%;
	position: absolute;
	top: 25%;
}
.p8kak .flexJ .p8k:nth-child(1) .p8kakimg{
	background-position-x: 36px;
}
.p8kak .flexJ .p8k:nth-child(3) .p8kakimg{
	background-position: 28px 29px;
}
.p8kak .flexJ .p8k .text{
	color: #333333;
	
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.p8kak .flexJ .p8k .text b{
	font-size: 18px;
	display: block;
	margin: auto;
	font-weight: 400;
}
.p8kak .forBut{
	text-align: center;
	margin-top: 45px;
}
.p8kak .forBut .slBut{
	padding: 23px 30px;
	border: 0 none;
}

.p8Videos{
	background-color: #fff;
}
.p8Videos .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 40px;
	text-align: center;
}
.p8Videos .wrap{
	padding: 36px 0;
}
.p8VidList.flexJ{
	justify-content: space-around;
	flex-wrap: wrap;
}
.p8VidList.flexJ > div{
	flex: 0 0 32%;
	margin-bottom: 25px;
}
.p8VidList.flexJ > div a.forBG{
	width: 100%;
	padding-top:70%;
	display: block;
	position: relative;
}
.p8VidList.flexJ > div a.text{
	color: #333333;
	
	font-size: 21px;
	font-weight: 400;
	line-height: 27px;
	text-decoration: underline;
	text-align: center;
	margin-top: 23px;
	display: block;
}

.p8VidList.flexJ > div a.forBG:before{
	content: "";
	display: block;
	position: absolute;
	background: url(/local/img/big2/vkplay.svg) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20%;
	height: 32%;
	opacity: 0.7;
	z-index: 2;
	filter: drop-shadow(0 0 5px #555);
	transition: all ease 0.3s;
}
.p8VidList.flexJ > div:hover a.forBG:before{
	opacity: 1;
	transition: all ease 0.3s;
}

.p7gal.p8gal{
	padding: 21px 0 45px;
}
.p7gal.p8gal .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin-bottom: 47px;
}
.pbOitem img{
	max-width: 100%;
	width: auto;
	height:auto;
}
.owl2p8 .owl-next, .owl2p8 .owl-prev{
	position: absolute;
	bottom:50%;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 23px;
	height: 39px;
	cursor: pointer;
}
.owl2p8 .owl-next{
	background-image: url(/local/img/big2/slnext.svg);
	right:-43px;
}
.owl2p8 .owl-prev{
	background-image: url(/local/img/big2/slprev.svg);
	left:-53px;
}

.p8bg{
	background-color: #f2f6fe;
}

.p8faq{
	background-color: rgba(255,255,255,0.5);
	padding: 39px 0 18px;
}
.p8faq .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 52px;
}
.faqList.flexJ{
	flex-wrap: wrap;
	justify-content: space-between;
}
.faqList.flexJ > div{
	flex: 0 0 49.5%;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	position: relative;
	margin-bottom: 14px;
	transition: background-color ease 0.3s;
}
.faqList.flexJ > div.active{
	background-color: #fff;
	transition: background-color ease 0.3s;
	z-index:100;
}
.faqList.flexJ > div.active .faqTitle:before{
	transform: rotate(180deg);
	transition: transform ease 0.3s;
}
.faqList.flexJ > div .faqTitle:before{
	content: "";
	display: block;
	position: absolute;
	background: url(/local/img/big2/faql.svg) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 10px;
	right: 17px;
	top: 50%;
	margin-top: -5px;
	transition: transform ease 0.3s;
}
.faqList.flexJ > div .faqTitle{
	color: #333333;
	
	font-size: 19px;
	font-weight: 400;
	line-height: 23px;
	padding: 20px 50px 20px 28px;
	position: relative;
	cursor:pointer;
}
.faqList.flexJ > div .faqText{
	position: relative;
	left:-10000px;
	opacity: 0;
	height:0;
	overflow: hidden;
	color: #333333;
	
	font-size: 19px;
	font-weight: 400;
	line-height: 23px;
}
.faqList.flexJ > div.active .faqText{
	position: relative;
	left:0;
	opacity: 1;
	height:0;
	overflow: visible;
	transition: opacity ease 0.3s;
	z-index: 100;
}
.faqList.flexJ > div.active .faqText .text{
	padding: 20px 50px 20px 28px;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:100;
	background: #fff;
	box-shadow: 0 3px 3px #eee;
}
.p7qe.p8qe{
	padding: 50px 0;
}
.p7qe.p8qe .title{
	text-align: left;
	color: #1875df;
	
	font-size: 47px;
	font-weight: 700;
	line-height: 51px;
}
.p7qe.p8qe .text{
	text-align: left;
	color: #333333;
	
	font-size: 31px;
	font-weight: 400;
	line-height: 39px;
	padding: 10px 0 65px;
}
.p7qe.p8qe .text div,
.p7qe.p8qe .text div div{
	display: inline-block;
}
.p7qe.p8qe .text a{
	text-decoration: underline;
	color: #333;
}
.p7qe.p8qe .p7form{
	text-align: left;
}
.p7qe.p8qe .p7form input[type="text"] {
	background-color: #ffffff;
	color: #333333;
	font-size: 21px;
	letter-spacing: -0.43px;
	padding: 0 10px 0 30px;
	height: 70px;
	border-radius: 34px;
	border: 1px solid rgba(155, 155, 155, 0.4);
	margin-right: 16px;
	float: left;
	margin-left: 0;
	width: 35%;
}
.p8TC .img{
	background-position: center;
}
.forBG {
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.p7qe.p8qe .form-floating > .form-control[type="text"],
	.p7qe.p8qe .form-floating .form-control.iti__tel-input{
		background-color: #ffffff;
		color: #333333;
		font-size: 21px;
		padding: 0 10px 0 30px;
		height: 70px;
		line-height: 70px;
		border-radius: 34px;
		border: 1px solid rgba(155, 155, 155, 0.4);
	}
	.p7qe.p8qe .form-floating > label {
		line-height: 48px;
		padding-left: 5px;
		left:20px;
		background:transparent;
	}
	.p7qe.p8qe .form-floating > label::after {
		height: 3em;
		width: 100%;
		inset: -5px -5px;
	}
	.p7qe.p8qe .form-floating > .form-control:focus ~ label{
		top:-16px;
	}
	.p7qe.p8qe .form-floating-iti > label{
		top:-18px;
	}
	.p7qe.p8qe .form-floating-iti .iti__selected-dial-code {
		font-size: 17px;
	}
	.p7qe.p8qe button[type=submit]{
		height: 70px;
	}
}

.dopProds{
	padding:55px 0;
	background-color: #fff;
}
.dopProds .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 45px;
	text-align: center;
}
.doProdsList.flexJ{
	flex-wrap: wrap;
	justify-content: space-between;
}
.doProdsList.flexJ .dopProd{
	flex:0 0 32%;
	margin-bottom: 25px;
}
.dopProds .slBut{
	margin:auto;
}
.dopProds .title1 {
	color: #2b2b2b;
	
	font-size: 23px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
	min-height: 72px;
	overflow: hidden;
	height: 72px;
}

.dopProds .title1 a{
	color: #000000;
}
.dopProds .title1 a:hover{
	text-decoration:underline;
}
.dopProds .forBut{
	text-align: center;
	margin-top: 34px;
}
.doProdsList.flexJ .dopProd a.forBG{
	background-size: contain;
	display: block;
	width: 100%;
	padding-top:70%;
}
.doProdsList.flexJ .dopProd a.forBG img{
	display: none;
}
.p8toColBG{
	background-color: #fff;
}
.p7qe.p8qe {
	margin-bottom: 0;
}
.nowrap.dopProds{
	margin-bottom: -30px;
}

.p8gallery a {
	position: relative;
	display: inline-block;
	width: 350px;
	padding-top: 350px;
	background-size: contain;
	background-color:#fff;
	background-position: center;
	box-shadow: 0 2px 10px #ccc;
	margin-top:5px;
	margin: 0.5%;
}
.p8gallery .owl-item{
	text-align:center;
}
.p8gallery a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: #3da1ee4d url(/local/img/nlend/plus.png) no-repeat center center;
	opacity: 0;
	transition: all ease 0.3s;
	z-index: 4;
}
.p8gallery a:hover::before {
	opacity: 1;
	transition: all ease 0.3s;
}

.PM8area .title{
	color: #333333;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin: 0 0 37px;
}
.PM8area .subtitle{
	opacity: 0.99;
	color: #333333;
	
	font-size: 24px;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
}
.PM8area{
	background: #fff;
	padding: 40px 0 40px;
}
.PM8area ul{
	list-style:none;
	margin: 20px 0 7px;
}
.PM8area ul li{
	opacity: 0.7;
	color: #333333;
	
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin: 5px 0;
	float:left;
	margin-right:1%;
}
.PM8area ul li:nth-child(1), .PM8area ul li:nth-child(3){
	width:56%;
}
.PM8area ul li:nth-child(2), .PM8area ul li:nth-child(4){
	width: 42%;
}
.PM8area ul li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:33px;
	height:33px;
}
.PM8area .PMpre span{
	display: inline-block;
	vertical-align: middle;
	padding-left:70px;
}
.PM8area .PMpre{
	color: #333333;
	
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	margin-top:25px;
}
.PM8area .PMpre img{
	display:inline-block;
	vertical-align:middle;
	width:44px;
	height:44px;
	margin-right:-60px;
}
.PM8area .LAPM8{
	float:left;
	width:49%;
	padding:26px;
	border-radius: 20px;
	border: 2px solid #ff4747;
	background-color: #ffffff; 
}
.PM8area .forPricePM8{
	margin-top:35px;
}
.PM8area .forPricePM8 span {
	color: #333333;
	font-family: "Gilroy - Semibold";
	font-size: 45px;
	font-weight: 400;
	line-height: 66px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.PM8area .preprice{
	opacity: 0.99;
	color: #7d8086;
	font-family: Gilroy;
	font-size: 42px;
	font-weight: 300;
}
.PM8area .RAPM8{
	float:right;
	width:49%;
	padding:26px;
	border-radius: 20px;
	border: 2px solid #60c407;
	background-color: #ffffff;
}
.doProdsList.flexJ .dopProd a.forBG{
	position: relative;
}
.doProdsList.flexJ .dopProd:nth-child(2) a.forBG:after, .doProdsList.flexJ .dopProd:nth-child(2) a.forBG:before{
	content:'';
	display:block;
	position: absolute;
	top:-5%;
	height: 110%;
	background-color: #333333;
	opacity: 0.2;
	width:1px;
}
.doProdsList.flexJ .dopProd:nth-child(2) a.forBG:after{
	left:-3.5%;
}
.doProdsList.flexJ .dopProd:nth-child(2) a.forBG:before{
	right:-3.5%;
}
.p8gallery.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	margin: auto;
	box-shadow: 0 0 5px #aaa;
	margin-top: 5px;
	background-color: #fff;
	display:none;
}
.prod8Ban .line1 span{
	text-transform: lowercase;
}
#BC{
	display: none;
}

.big2Prod11543 .p8complect .text{
	padding-left: 25px;
}

@media (max-width:1140px) {
	.wrap.prod8Ban {
		padding: 70px 2%;
	}
	.forvid2a {
		width: 75%;
	}
	.forvid1a {
		width: 25%;
	}
	.p8complect .text {
		width: 65%;
	}
	.p8complect .back {
		width: 35%;
	}
	.p8toCol .flexJ {
		justify-content: space-around;
	}
	.p7gal.p8gal .title {
		line-height: 36px;
		margin-top: 30px;
	}
	.owl2p8 .owl-next {
		right: 43px;
	}
	.owl2p8 .owl-prev {
		left: 53px;
	}
	.p7qe.p8qe {
		padding: 25px 50px;
	}
	.qbp8Ar.forBG {
		background-image: none !important;
		background-color: #fff !important;
	}
	.p7qe.p8qe .text {
		padding: 10px 0 35px;
	}
	
	.PM8area .LAPM8 {
		width: 70%;
		margin-left: 15%;
	}
	.PM8area .RAPM8 {
		width: 70%;
		margin-right: 15%;
		margin-top:15px;
	}
}
@media (max-width:960px) {
	.p8bg .nowrap.forBG {
		text-align: center;
	}
	.wrap.prod8Ban {
		padding: 0;
	}
	.prod8Ban .toline3, .prod8Ban .toline3.wbg {
		display: inline-block;
		margin-bottom: 25px !important;
	}
	.prod8Ban .text {
		background: #00000095;
		padding: 35px 2%;
	}
	.prod8Ban .line5 {
		opacity: 0.8;
	}
	.prod8Ban .line4 {
		opacity: 1;
	}
	.prod8icons {
		padding: 34px 2% 20px;
		background: #ffffff98;
	}
	.forBG8List .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.prod8icons {
		padding: 34px 3% 20px;
		background: #ffffffbb;
	}
	.prod8icons .icns8 .prod8ic {
		display: block;
		width: 80%;
		margin-left: 10%;
	}
	.for8video {
		left: 50%;
		margin-left: -290px;
	}
	.forvid2a {
		width: 100%;
		height: 435px;
	}
	.forvid1a {
		display: none !important;
	}
	.faqList.flexJ > div {
		flex: 0 0 99.5%;
	}
	.p7qe.p8qe .text a {
		font-size: 25px;
	}
	.p7qe.p8qe .text {
		font-size: 26px;
		line-height: 29px;
	}
	.p7qe.p8qe .p7form input[type="text"] {
		height: 60px;
		margin-right: 1%;
		width: 39%;
	}
	.prod8Ban .slBut, .p8complect .slBut, .p8toCol .slBut, .p8kak .slBut, .p7qe.p8qe .p7form input[type="submit"], .dopProds .slBut, .PM8area .slBut {
		padding: 19px 50px;
	}
	.p8kak .forBut .slBut {
		padding: 19px 30px;
	}
	.p7qe.p8qe .p7form input[type="submit"] {
		width: 20%;
		padding: 19px 0 !important;
	}
	.dopProds .title1 {
		font-size: 20px;
		line-height: 22px;
	}
	.p8kak .flexJ {
		padding: 0 2%;
	}
	.p8kak .flexJ .p8k:nth-child(1)::before {
		right: -35%;
	}
	.p8kak .flexJ .p8k:nth-child(2)::before {
		right: -35%;
	}
	.p8kak .title, .p8toCol > .title, .p8complect .text .title, .forBG8Vid1 .line1, .prod8icons .line1, .p8Videos .title,
	.p7gal.p8gal .title, .p8faq .title, .dopProds .title{
		font-size: 32px;
	}
	.dopProds {
		padding: 30px 0;
	}
	.p8gallery a img{
		min-width:100%;
	}
	.PM8area ul li:nth-child(1), .PM8area ul li:nth-child(2), .PM8area ul li:nth-child(3), .PM8area ul li:nth-child(4) {
		width: 100%;
	}
	.dopProds .title1 {
		font-size: 16px;
		line-height: 18px;
	}
}
@media (max-width:720px){
	.p8kak .title, .p8toCol > .title, .p8complect .text .title, .forBG8Vid1 .line1, .prod8icons .line1, .p8Videos .title, .p7gal.p8gal .title, .p8faq .title, .dopProds .title, .PM8area .title {
		font-size: 26px;
	}
	.prod8icons .line2 {
		font-size: 18px;
		line-height: 20px;
		margin: 16px 0 26px;
	}
	.prod8icons .prod8ic div {
		margin-right: 12px;
		width: 54px;
		height: 54px;
		background-size: contain;
	}
	.prod8icons .prod8ic span {
		font-size: 18px;
		line-height: 19px;
	}
	.forBG8Vid1 .line1 {
		margin-bottom: 0;
	}
	.p8complect {
		padding: 0;
		position: relative;
	}
	.p8complect .back {
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 3;
		background-size: cover;
	}
	.p8complect .text {
		width: 100%;
		padding: 25px 3%;
		background: #ffffffaa;
		position: relative;
		z-index: 4;
		text-align: center;
	}
	.p8complect .comp {
		list-style: none;
		padding: 0 0 0 30px;
		margin: 0 auto 15px;
		display: inline-block;
		text-align: left;
	}
	.p8complect .text .line1 {
		font-size: 20px;
		line-height: 24px;
		padding: 24px 0;
	}
	.p8TC .title {
		font-size: 22px;
		line-height: 24px;
		margin: 20px auto;
	}
	.p8kak .flexJ .p8k .p8kakimg {
		width: 111px;
		height: 111px;
		margin: 14px 0 14px 14px;
		display: inline-block;
		vertical-align: middle;
	}
	.p8kak .flexJ .p8k .text {
		font-size: 17px;
		line-height: 22px;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 150px);
		padding-left: 25px;
	}
	.p8kak .flexJ .p8k {
		padding-top:20px;
		flex: 0 0 100%;
	}
	.p8kak .flexJ {
		padding: 0 2%;
		flex-wrap: wrap;
	}
	.p8kak .title {
		line-height: 24px;
		margin-bottom: 5px;
	}
	.p8kak .forBut {
		margin-top: 20px;
	}
	.p8Videos .wrap {
		padding: 30px 3% 0;
	}
	.p8Videos .title {
		line-height: 26px;
		margin-bottom: 25px;
	}
	.p8VidList.flexJ > div a.text {
		font-size: 21px;
		line-height: 26px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.p7gal.p8gal .title {
		margin-bottom: 20px;
	}
	.p8faq .title {
		line-height: 26px;
		margin-bottom: 27px;
	}
	.p7qe.p8qe .title {
		font-size: 38px;
		line-height: 45px;
	}
	.p7qe.p8qe .text {
		font-size: 24px;
		line-height: 27px;
	}
	.p7qe.p8qe .text a {
		display: inline;
	}
	.p7qe.p8qe .p7form input[type="text"] {
		margin-right: 0;
		width: 100%;
	}
	.p7qe.p8qe .p7form input[type="submit"] {
		width: 100%;
	}
	.doProdsList.flexJ .dopProd {
		flex: 0 0 50%;
		margin-bottom: 10%;
	}
	.doProdsList.flexJ {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.p8VidList.flexJ > div {
		flex: 0 0 100%;
		margin-bottom: 25px;
	}
	.prod8Ban .line2 {
		font-size: 60px;
		line-height: 70px;
	}
	.prod8Ban .line1 {
		font-size: 20px;
		line-height: 24px;
	}
	.prod8Ban .line3 {
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.prod8Ban .videoObzor {
		font-size: 18px;
		line-height: 20px;
		padding: 17px 24px 17px 50px;
	}
	.big2ProdMerge .redesign-big-card .prod8Ban .videoObzor{
		margin-right: 0;
		margin-bottom: 10px;
		background-color: #fffb;

	}
	.prod8Ban .slBut.incart{
		margin-top:8px;
	}
	.PM8area .LAPM8 {
		width: 100%;
		margin-left: 0;
	}
	.PM8area .RAPM8 {
		width: 100%;
		margin-right: 0%;
		margin-top:15px;
	}
	.prod8icons .icns8 .prod8ic {
		display: block;
		width: 90%;
		margin-left: 5%;
	}
}

@media (max-width:550px){
	.prod8icons .prod8ic span{
		color: #2b2b2b;
		
		font-size: 18px;
		font-weight: 400;
		line-height: 19px;
		max-width: 200px;
		display: inline-block;
		vertical-align: middle;
	}
	.for8video {
		left: 0;
		margin-left: auto;
		max-width: 100%;
		background: none;
		position: relative;
		margin: 15px auto 20px;
		height: 200px;
	}
	.forvid2a {
		width: 100%;
		height: auto;
	}
	.for8video a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.p8TC .img {
		width: 100%;
		height: 200px;
		background-size: contain;
	}
	.p8toCol .flexJ > div {
		flex: 0 0 90%;
		margin-bottom: 40px;
	}
	.p7qe.p8qe {
		padding: 25px 5%;
		text-align: center;
	}
	.p7qe.p8qe .title {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
	.p7qe.p8qe .text {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		padding: 10px 0 20px;
	}
	.PM8area .subtitle, .PM8area .preprice, .PM8area .forPricePM8 span, .PM8area .forPricePM8{
		display: block;
		text-align: center;
	}
	.PM8area .forPricePM8 span{
		margin-right: 0;
		margin-bottom:10px;
	}
	.PM8area .forPricePM8 {
		margin-top: 10px;
	}
	.prod8icons .icns8 .prod8ic {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.redesign-big-card .prod8Ban .line4{
		font-size: 12px;
	}

	.redesign-big-card .prod8Ban .toline3.wbg{
		background-size: 13% 100%;
		padding-left: 45px;
		margin-bottom: 15px !important;
	}

	.redesign-big-card .prod8Ban .line3 {
		font-size: 18px;
		line-height: 22px;
	}
	.prod8Ban .line6{
		line-height: 60px;
	}

}

.bgDopL{
	background-color: #fff;
}
.botDopLinks{
	border:1px solid #eee;
	background-color: #fff;
}
.botDopLinks.flexJ{
	flex-wrap: wrap;
	align-items: center;
}
.botDopLinks a {
	flex: 0 0 33%;
	border-right: 1px solid #eee;
	position: relative;
	background-position: 8% center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 60px 0% 60px 145px;
	text-align: left;
	background-size: 30%;
	font-size: 17px;
}
.botDopLinks a:last-child {
	border-right: 0 none;
	padding-left: 160px;
}
.botDopLinks a span{
	display: inline-block;
	vertical-align: middle;
}
.botDopLinks a:nth-child(2) {
	background-size: 13%;
	background-position-x: 12%;
	padding-left: 120px;
}

.podFaqSo ul {
	list-style: disc;
	padding-left: 24px;
	color: #174264;
}
.podFaqSo ul li{
	
}

/*redsign topimg*/

.redesign-big-card{
	position: relative;
}
.redesign-big-card .block_price{
	display: inline-block;
}
.redesign-big-card .block_botton{
	display: inline-block;
	padding-left: 40px;
}

.redesign-big-card .toline3 .line4{
	opacity: 1;
}

.redesign-big-card .block_price .line5{
	color:#aeaeb0;
	opacity: 1;
}

.redesign-big-card{
	height: 550px;
}

.redesign-big-card .block_bottom{
	vertical-align: bottom;
}

.redesign-big-card .block_price .line6{
	color:#333333;
	margin-bottom: 0;
}

.redesign-big-card .block_video .videoObzor,
.redesign-big-card .block_botton_mobile .videoObzor {
	color: #484848;
	border: 1px solid #aeaeb0;
	padding: 23px 36px 23px 36px;
	background: unset;
	margin-left: 9px;
}

.redesign-big-card .prod8Ban .toline3.wbg{
	margin-bottom: 170px;
}

.redesign-big-card .block_price_mobile,
.redesign-big-card .block_botton_mobile{
	display: none;
}

/**/
.topBackLink {
	position: fixed;
	display: none;
	width: auto;
	height: auto;
	
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	text-align: left;
	color: #2a5e99;
	text-decoration: underline;
	background: #fff;
	padding: 3px 14px 4px 5px;
	border-radius: 25px;
	top: 100px;
	z-index: 4;
	box-shadow: 0 0 3px #aaa;
	transition: top ease 0.3s;
}
.topBackLink.is-visible{
	display:block;
}
body.headerFixed .topBackLink{
	top: 50px;
	transition: top ease 0.3s;
}
.topBackLink:before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0078ff;
	margin-right: 5px;
	vertical-align: middle;
	transition: all ease 0.3s;
}
.topBackLink::after {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 13px;
	top: 11px;
	transform: rotate(45deg);
	transition: all ease 0.3s;
}
.topBackLink:hover:before,
.topBackLink:hover:after{
	margin-right: 8px;
	margin-left: -3px;
	transition: all ease 0.3s;
}
.topFloatCardAdd {
	font-weight: bold;
	white-space: nowrap;
	position: fixed;
	display: none;
	width: auto;
	height: auto;
	transform: translateX(-100%);
	top: 100px;
	padding: 0.3rem 3rem;
	text-transform: uppercase;
	box-shadow: 0 0 7px #aaa;
	z-index: 4;
}
.topFloatCardAdd.is-hidden{
	display:none;
}
.topFloatCardAdd.is-visible{
	display:block !important;
}
.topFloatCardAdd.addToCart.in-progress{
	position: fixed;
}
.topFloatCardAdd.incart{
	border-color: #66b423;
	background-color: #66b423;
}
#botBotButArea #addBtnSlise{
	margin-bottom: 0;
}

@media (max-width: 1440px){
	.redesign-big-card{
		height: auto;
	}

	.redesign-big-card .wrap.prod8Ban{
		padding: 70px 0 30px;
	}

	.redesign-big-card .prod8Ban .toline3.wbg{
		margin-bottom: 70px;
	}
}

@media (max-width: 1140px){
	.redesign-big-card .wrap.prod8Ban {
		padding: 70px 2% 30px;
	}
}

@media (max-width: 960px){
	.redesign-big-card .wrap.prod8Ban {
		padding: 0;
	}

	.redesign-big-card .prod8Ban .text{
		background: none;
		padding: 35px 2% 0;
	}

	.redesign-big-card.nowrap.forBG{
		text-align: left;
	}
	.BLOCKFAQ > .wrap{
		overflow: visible;
	}
}

@media (max-width: 900px){
	.botDopLinks a {
		padding-left: 85px;
		background-position: 6% center;
	}
	.botDopLinks a:last-child {
		padding-left: 105px;
	}
	div.botDopLinks a:nth-child(2) {
		background-size: 13%;
		background-position-x: 12%;
		padding-left: 80px;
	}
}

@media (max-width: 768px){
	.redesign-big-card{
		height: auto;
		background-position: center;
	}

	.redesign-big-card .desctop{
		display: none;
	}

	.redesign-big-card .block_price_mobile{
		display: block;
		margin-bottom: 375px;
		margin-top: 35px;
	}

	.redesign-big-card .block_botton_mobile{
		display: block;
		text-align: center;
	}
	
	.redesign-big-card .block_video .videoObzor,
	.redesign-big-card .block_botton_mobile .videoObzor {
		padding: 19px 36px;
	}

	a.topBackLink {
		color:#4f97d2;
		margin-bottom: 8px;
		margin-top: -10px;
		position: fixed;
		top: 25px;
		left:12px;
		z-index: 10;
		background: #fff;
		padding: 3px 11px 4px 4px;
		height: auto;
		border-radius: 25px;
		width: auto;
		box-shadow: 0 0 7px #aaa;
		font-size: 16px;
		transition: top ease 0.3s;
	}
	.cartFixed a.topBackLink {
		top: 36px;
		transition: top ease 0.3s;
	}
	a.topBackLink::after {
		left: 12px;
		top: 11px;
	}
	.topFloatCardAdd.is-visible{
		display:none !important;
	}
}

@media (max-width: 550px){
	.redesign-big-card .block_price_mobile{
		display: block;
		margin-bottom: 240px;
		margin-top: 0;
	}

	.redesign-big-card .prod8Ban .text {
		padding: 35px 2% 0 45px;
	}

	.redesign-big-card .block_video .videoObzor,
	.redesign-big-card .block_botton_mobile .videoObzor {
		padding: 19px 36px;
	}
}

@media (max-width: 425px){
	.redesign-big-card .block_price_mobile{
		display: block;
		margin-bottom: 200px;
		margin-top: 0;
	}

	.redesign-big-card .prod8Ban .text {
		padding: 34px 2% 0 35px;
	}

	.redesign-big-card .prod8Ban .line2 {
		font-size: 49px;
		line-height: 40px;
	}

	.redesign-big-card .block_botton_mobile .videoObzor{
		margin-left: 0;
	}

	.imgFlexIcons .icns8 .prod8ic{
		display: flex;
		align-items: center;
	}
	.imgFlexIcons .icns8 .prod8ic div{
		margin-right: 10px;
		width: 46px;
		min-width: 46px;
	}
}

@media (max-width: 375px){
	.redesign-big-card .prod8Ban .line6{
		font-size: 40px;
	}

	.redesign-big-card .prod8Ban .text{
		padding-left: 20px;
	}

	.redesign-big-card .block_price_mobile {
		margin-bottom: 190px;
	}
}

@media (max-width: 320px){
	.redesign-big-card .prod8Ban .text{
		padding: 5px 2% 0 20px;
	}

	.redesign-big-card .block_price_mobile {
		margin-bottom: 145px;
	}

	.redesign-big-card .prod8Ban .toline3.wbg{
		margin-bottom: 5px !important;
	}

	.redesign-big-card .prod8Ban .line2 {
		font-size: 45px;
		line-height: 40px;
	}

	.redesign-big-card .block_botton_mobile .videoObzor{
		padding: 20px 20px 20px 20px;
	}

	.redesign-big-card .block_botton_mobile .slBut{
		padding: 20px 40px;
	}
	.redesign-big-card .prod8Ban .line6{
		line-height: 50px;
	}
	.redesign-big-card .prod8Ban .line2 {
		font-size: 45px;
		line-height: 20px;
	}

	.redesign-big-card .prod8Ban .line4 {
		font-size: 11px;
	}
}









































































/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/prod/css/big4.css?176347351959464*/
/**/
.wow{visibility:hidden}
#BC {
	display: none;
}
.n-pc{
	display:none;
}
.n-mob{
	display: initial;
}
.show960{
	display: none;
}
.prod9icons {
	width: 100%;
}
.prod9icons .line1 {
	margin: 0 0 40px;
	padding: 0;
	text-align: left;
	color: #2b2a29;
	
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
}
.prod9icons .prod8ic span{
	color: #cccccc;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
}
.prod9icons .prod8ic span small{
	color: #ffffff;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;

}
.p8bg.bigProd3{
	background: #fff;
}
.forBGb {
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.forBGw{
	background-color: #fff;
}
.forBGlc{
	background-repeat: no-repeat;
	background-position: left center;
}
.forBGrc{
	background-repeat: no-repeat;
	background-position: right center;
}
.marTop-50{
	margin-top: -50px;
	position: relative;
	z-index:1;
}
.marTop-20{
	margin-top: -20px;
	position: relative;
	z-index:1;
}
.marTop-30{
	margin-top: -30px;
	position: relative;
	z-index:1;
}
.marTop-40{
	margin-top: -40px;
	position: relative;
	z-index:1;
}
.marTop-10{
	margin-top: -10px;
	position: relative;
	z-index:1;
}
.wrap.prod8Ban2{
	padding:70px 0;
	min-height: 730px;
	position: relative;
	z-index:2;
}


.redesign-big-card{
	position: relative;
}
.redesign-big-card .block_price{
	display: inline-block;
}
.redesign-big-card .block_botton{
	display: inline-block;
	padding-left: 40px;
}

.redesign-big-card .toline3 .line4{
	opacity: 1;
}

.redesign-big-card .block_price .line5{
	color:#aeaeb0;
	opacity: 1;
}

.redesign-big-card{
	height: 580px;
}

.redesign-big-card .block_bottom{
	vertical-align: bottom;
}

.redesign-big-card .block_price .line6{
	color:#333333;
	margin-bottom: 0;
}


.big3revs {
	background-color: rgba(255,255,255,0.5);
}

.redesign-big-card .block_video .videoObzor,
.redesign-big-card .block_botton_mobile .videoObzor {
	color: #484848;
	font-family: "ProximaNova Cn Lt", sans-serif;
	border: 1px solid #aeaeb0;
	padding: 23px 36px 23px 36px;
	background: unset;
	margin: 0;
}

.redesign-big-card .prod8Ban .toline3.wbg{
	margin-bottom: 170px;
}
.redesign-big-card .prod8Ban .toline3.wbg.certWbg{
	margin-bottom: 70px;
}

.redesign-big-card .block_price_mobile,
.redesign-big-card .block_botton_mobile{
	display: none;
}

.prod8Ban2 .countBuy, .prod8Ban .countBuy {
	border-radius: 10px;
	border: 2px solid #dfdfdf;
	padding: 2px 15px 8px;
	position: absolute;
	top: 112px;
	right: 7%;
	color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.prod8Ban2 .countBuy b, .prod8Ban .countBuy b{
	display: block;
	font-family: "Bebas Neue Bold";
	font-size: 28px;
	font-weight: 400;
	line-height: 27.45px;
	text-transform: uppercase;
}
.prod8Ban2 .countBuy b, .prod8Ban .countBuy b {
	display: block;
	font-family: "Gilroy - Semibold";
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	text-transform: none;
}
.prod8Ban2 .line1{
	color: #ffffff;
	
	font-size: 22px;
	line-height: 30px;
	text-transform: initial;
}
.prod8Ban2 .line2{
	color: #ffffff;
	font-family: "Proxima Nova - Black";
	font-size: 75px;
	font-weight: 400;
	line-height: 79.51px;
	padding: 7px 0 11px;
}
.prod8Ban2 .toline3{

}
.prod8Ban2 .toline3.wbg{
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 64px;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-bottom: 45px;
}
.prod8Ban2 .line3{
	color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 27px;
	font-weight: 400;
	line-height: 27px;
}
.prod8Ban2 .line4{
	color: #fefefe;
	font-family: "Proxima Nova";
	font-size: 17px;
	line-height: 21px;
	margin-top: 0px;
}
.prod8Ban2 .line5{
	opacity: 0.32;
	color: #ffffff;
	font-family: Gilroy;
	font-size: 27px;
	font-weight: 400;
	/*! text-decoration: line-through; */
	line-height: 12px;
}
.prod8Ban2 .line6{
	color: #ffffff;
	font-family: "Gilroy - Semibold";
	font-size: 53px;
	font-weight: 400;
	line-height: 70px;
	margin-bottom: 30px;
}
.prod8Ban2 .line6 small{
	background: url(/local/img/prodIcon3/mgc.svg) no-repeat left 7px;
	opacity: 0.99;
	color: #ffffff;
	font-family: "Proxima Nova";
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	display: block;
	padding-left: 12px;
}
.prod8Ban2 .line6 small b{
	opacity: 0.99;
	color: #ffffff;
	font-size: 20px;
	text-decoration: line-through;
	font-family: "Proxima Nova";
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
}
.prod8Ban2 .line6 small b span{
	font-family: Gilroy;
	font-weight: 400;
	line-height: 18px;
}
.prod8Ban2 .videoObzor{
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	border: 1px solid #ffffff;
	background-color: transparent;
	line-height: 20px;
	padding: 23px 24px 23px 50px;
	display: inline-block;
	vertical-align: middle;
	background: url(/local/img/big2/play.svg) no-repeat 24px center;
	margin-right: 9px;
	margin-left: 15px;
}
.prod8Ban2 .videoObzor.videoObzor2{
	background: transparent;
	padding: 23px 40px;
}
.swobLine1 a{
	text-decoration: none;
	font-weight: 600;
}


.prod8Ban2 .slBut, .p8complect .slBut, .p8toCol .slBut, .p8kak .slBut,
.p7qe.p8qe .p7form input[type="submit"], .dopProds .slBut, .PM8area .slBut{
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: #0078ff;
	line-height: 20px;
	padding: 23px 58px;
	border:0 none;
}
.qbp8Ar .p7qe.p8qe .text a{
	color: #1e88e6;
	text-decoration: none;
}
.botButsArea{
	display: flex;
	margin-top: 5px;
	margin-bottom: -20px;
}
.botButsArea .oneClick {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #0078FF;
	display: inline-block;
	width:100%;
	text-align: center;
}
.prod8Ban .subline1{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 20px;
}


.bigProd3 .prod8icons {
	margin-left: 51%;
	width: 53%;
}
.bigProd3 .prod8icons .line1 {
	margin: 0 0 40px;
	padding: 0;
	text-align: left;
	color: #2b2a29;
	font-size: 48px;
	font-weight: 500;
	line-height: 50px;
}
.p8bg.bigProd3 .prod8icons .prod8ic span{
	color: #333333;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	max-width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
}
.bigProd3 .big3block2{
	padding:50px 0;
}
.bigProd3 .big3block2 .prod8icons .icns8{
	margin-bottom: 20px;
}
.bigProd3 .prod8icons .prod8ic span small {
	color: #000;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: block;
	padding-top: 1px;
}
.p8bg.robotBig4 .prod8icons .prod8ic div{
	vertical-align: top;
	width: 44px;
	height: 44px;
}
.robotBig4 .big3block5 .area .flexJ > div {
	padding-top: 62px;
	margin-top: 10px;
}

#bigToTop {
	cursor: pointer;
	width: 42px;
	height: 42px;
	background: #fff url(/local/img/bpanel/top.svg) no-repeat center;
	box-shadow: 0 0 10px 0 #d5dee0;
	background-size: 18px;
	border-radius: 50%;
	margin-left: 0;
	position: fixed;
	bottom: 3%;
	left: 3%;
	z-index: 5;
}

.bigProd3 .leftBG .prod8icons {
	margin-left: 0;
	width: 51%;
}
.leftBG .forBGlc {
	background-repeat: no-repeat;
	background-position: right center;
}
.leftBG.sliderLeftBlock .forBGlc{
	display: flex;
}
.rbVideo,
.lbVideo{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.lbVideo .videoBlk {
	width: 46%;
	margin-left: 4%;
}
.rbVideo .videoBlk{
	width: 43%;
}
.bigProd3 .rbVideo .prod8icons{
	margin-left: 3%;
	width: 53%;
}

.toLeftSlide {
	width: 53%;
	position: relative;
	margin-left: -5%;
}
.toLeftSlide .slideArea{
	overflow: hidden;
}
.toLeftSlide .slideArea .slideTrail{
	white-space: nowrap;
}
.toLeftSlide .slideArea .slItem {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%; */
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.toLeftSlide .slideArea .slItem img{
	max-width: 100%;
	width:auto;
	height:auto;
	opacity:0;
	margin: auto;
}
.toLeftSlide .titleArea {
	display: flex;
	justify-content: space-evenly;
	margin-top: 14px;
}
.toLeftSlide .titleArea div{
	cursor: pointer;
	font-size:18px;
	line-height: 20px;
	color:#555;
}
.toLeftSlide .titleArea div.active{
	cursor: default;
	font-weight:bold;
	color:#000;
}
.toLeftSlide .arrowArea div {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #0078ff;
	top: 200px;
	left: 0;
	transform: rotate(-90deg);
	cursor:pointer;
	z-index:4
}
.toLeftSlide .arrowArea div.next {
	left: auto;
	right: 0;
	transform: rotate(90deg);
}
.toLeftSlide .arrowArea div::after, .toLeftSlide .arrowArea div::before {
	content: "";
	display: block;
	height: 41%;
	width: 3px;
	background: #0078ff;
	position: absolute;
	transform: rotate(45deg);
	top: 24%;
	left: 33%;
}
.toLeftSlide .arrowArea div::before {
	transform: rotate(-45deg);
	left: 58%;
}

.big3block3 .area{
	width: 60%;
	text-align: left;
}
.big3block3 .forBGlc .area{
	width: 45%;
	margin-left: 55%;
	text-align: left;
}
.big3block3 .area .line1{
	color: #333333;
	font-family: "Proxima Nova Cond";
	font-size: 31px;
	font-weight: 400;
}
.big3block3 .area .title{
	color: #333333;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 55px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 15px 15px 0;
}
.big3block3 .wrap{
	padding: 120px 0 70px;
}
.forBG.conBG{
	background-position: center;
}
.big3block3 .area .list{
	list-style: disc;
	margin: 0 0 0 20px;
}
.big3block3 .area .list li {
	color: #333333;
	font-family: "Proxima Nova Cond";
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	padding: 6px 0px;
}
.big3block3 .big3revs{
	margin-top: 12px;
}
.big3block3 .area > .text{
	color: #000000;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: 400;
	line-height: 19px;
	margin-top: 32px;
}
.big3block3 .rgVidArea{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.big3block3 .rgVidArea .videoBlk{
	width: 38%;
}


.BGbl{
	background-color: #000;
}
.BGbl2{
	background-color: #12171c;
}
.big3block4{
	text-align:center;
	padding-top: 45px;
}
.big3block4 .area .flexJ{
	justify-content: space-evenly;
	margin-bottom: 30px;
}
.big3block4 .area .flexJ > div{
	background-position: top center;
	background-repeat: no-repeat;
	width:30%;
	text-align: center;
	padding-top:95px;
}
.big3block4.conBG{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.big3block4.conBG .area>img{
	max-height: 520px;
	max-width: 100%;
	width:auto;
	height:auto;
}
.big3block4 .area .title {
	color: #ffffff;
	
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 60px;
}
.big3block4.blackText .area .title{
	color:#000;
}
.big3block4 .area .flexJ > div span{
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 18px;
	display: block;
}
.big3block4.blackText .area .flexJ > div span{
	color:#000;
}
.big3block4 .area .flexJ > div small{
	color: #CCCCCC;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: block;
}
.big3block4.blackText .area .flexJ > div small{
	color: #444;
}
.btVidArea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30px;
}
.btVidArea .videoBlk{
	width: 50%;
}
.btVidArea
.p7qe.p8qe {
	margin-bottom: 0;
	margin-top: 0;
}
.BLOCKSEX.conB {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 1px;
}
.BLOCKSEX.conB .area > img {
	opacity: 0;
	max-height: 250px;
}
.conB2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.big3block5{
	text-align:center;
	padding-top: 45px;
}
.big3block5 .area .flexJ{
	justify-content: space-evenly;
	margin-bottom: 60px;
}
.big3block5 .area .flexJ > div{
	background-position: top center;
	background-repeat: no-repeat;
	width:30%;
	text-align: center;
	padding-top:95px;
}

.big3block5 .area .title {
	color: #000;
	
	font-size: 48px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 10px;
}
.big3block5.whiteText .area .title{
	color:#fff;
}
.big3block5 .area .flexJ > div span{
	
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color:#000;
	display: block;
	padding-bottom:8px;
}
.big3block5.whiteText .area .flexJ > div span{
	color:#fff;
}
.big3block5 .area .flexJ > div small{
	color: #333333;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.big3block5.whiteText .area .flexJ > div small{
	color:#fff;
}
.p8bg .prod8icons .lastTopAl.prod8ic:last-child div {
	vertical-align: top;
}
.big3block5 .area img{
	margin:0 auto 1px;
}
.big3block4.setHeight .wrap,
.big3block5.setHeight .wrap{
	height: 100%;
	padding-bottom: 70px;
}
.big3block4.setHeight .area,
.big3block5.setHeight .area{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.big3block4.setHeight .area .flexJ,
.big3block5.setHeight .area .flexJ{
	margin-bottom: 0;
	margin-top: auto;
}
.big3block5 .inVidArea{

}
.big3block5 .inVidArea .videoBlk{
	max-width:50%;
	margin: 30px auto;
}
.big3block6{
	padding:40px 0 60px;
	text-align: center;
}
.big3block6.marBot{
	margin-bottom: 32px;
}
.big3block6 .title{
	color: #fff;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
	margin-bottom: 40px;
}
.big3block6 .flexJ{
	justify-content: space-evenly;
}
.big3block6 .big3revs{
	box-shadow: none;
	background: #fff;
	text-align: left;
}

.big3block7{
	padding: 10px 0;
	text-align: center;
}
.big3block7 > .wrap > .title {
	margin: 10px 0 30px;
	padding: 0;
	color: #333333;
	font-family: "Proxima Nova - Semibold";
	font-size: 48px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
}
.big3block7 .photoBig3{
	width: 870px;
	position: relative;
	margin: 0 auto;
}
.big3block7 .photoBig3 .item{
	height: 445px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.big3block7 .videoBig3 .title{
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
}
.bigProd3 .p8toCol > .title {
	color: #000000;
	
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.bigProd3 .dopProds .title {
	color: #000000;
	
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 45px;
	text-align: center;
}
.bigProd3 .p8faq .title {
	color: #000000;
	
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 52px;
}
.swobLine1{
	border:1px solid #0a7ddd;
	color: #0a7ddd;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin: 30px auto 10px;
	padding: 2px 40px 6px;
	border-radius: 20px;
}
.swobLine2{
	color: #333;
	
	font-size: 19px;
	font-weight: 300;
	line-height: 23.1px;
	text-align: center;
	margin: 22px 0 86px;
}
.setProPrice{
	white-space: nowrap;
}
.redesign-big-card .block_bottom .block_botton{
	white-space: nowrap;
}
.slButBig3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: #0078ff;
	line-height: 20px;
	padding: 23px 58px;
	border: 0 none;
}
.slBut2Big3 {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: transparent;
	line-height: 20px;
	padding: 20px 48px;
	border: 1px solid #ffffff;
	display: inline-block;
}
.slBut3Big3 {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: #0078ff;
	line-height: 20px;
	padding: 20px 48px;
	border: 1px solid #0078ff;
	display: inline-block;
}
.slButBig3.incart,
.slBut2Big3.incart,
.slBut3Big3.incart{
	border-color: #66b423;
	background-color: #66b423;
}
.big3block7 .forBut{
	text-align: center;
	padding:32px 0;
}
.big3block7 .videoList a.forBG:before {
	content: "";
	display: block;
	opacity: 0.7;
	background: url(/local/img/big2/ytplay.svg) no-repeat center;
	width: 80px;
	height: 56px;
	left: 50%;
	top: 50%;
	margin: -28px 0 0 -40px;
	position: absolute;
	transition: all ease 0.3s;
}
.big3block7 .videoList.flexJ{
	justify-content: space-evenly;
}
.big3block7 .videoList.flexJ > div{
	width:30%;
}
.big3block7 .videoList a.forBG {
	width: 100%;
	padding-top: 70%;
	display: block;
	position: relative;
}
.big3block7 .videoList span{
	display: block;
	margin-top: 20px;
	color: #fff;
	font-family: "Proxima Nova Cond";
	font-size: 19px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}
.big3block7 .videoList{
	padding-bottom: 60px;
}

.bigProd3 .BGfa{
	background-color: #fafafa;
}
.bigProd3 .p8kak .title {
	color: #333333;
	font-family: "Proxima Nova - Semibold";
	font-size: 36px;
	font-weight: 700;
	line-height: 26.93px;
	margin-bottom: 30px;
	text-align: center;
}
.bigProd3 .p8k .text b {
	position: relative;
	padding-right: 2px;
	cursor: pointer;
	color: #1e88e6;
}

.bigProd3 .big3block10 .prod8icons .line1 {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-family: "Proxima Nova - Semibold";
	font-size: 48px;
	font-weight: 400;
	line-height: 54px;
}
.p8bg.bigProd3 .big3block10 .prod8icons .prod8ic span {
	color: #929292;
	font-family: "Proxima Nova Cond";
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	max-width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
}
.bigProd3 .big3block10 .prod8icons .prod8ic span small {
	color: #ffffff;
	font-family: "Proxima Nova Cond";
	font-size: 24px;
	font-weight: 400;
	line-height: 23px;
	display: block;
}
.bigProd3 .big3block10 .prod8icons .prod8ic{

}
.bigProd3 .big3block10 .prod8icons .prod8ic div {
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	width: 31px;
	height: 67px;
}

.bigProd3 .slBut2 {
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	border: 1px solid #ffffff;
	line-height: 28.5px;
	background: transparent;
	padding: 23px 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	margin-left: 15px;
}
.bigProd3 .big3block10 .forButs {
	padding-top: 10px;
	padding-bottom: 40px;
}
.bigProd3 .big3block10 .forButs > a{
	margin-top: 15px;
}




















.big3revs{
	position: relative;
	padding: 14px 0;
	border-radius: 6px;
	box-shadow: 0 0 16px rgba(0,0,0,.16);
	width: 500px;
}
.big3revs .moreDots{
	width: 84%;
	margin: 0 8%;
}
.big3revs .oneDots{
	width: 94%;
	margin: 0 3%;
}
.big3revs .item{
	position: relative;
	padding: 5px 0 5px 100px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: -5px;
}
.big3revs .item .stars{
	width: 80px;
	height: 15px;
	background: url(/local/img/prodIcon3/stars.png) no-repeat;
	background-position-x: -80px;
	float:right;
}
.big3revs .item.noImg{
	position:relative;
}
.big3revs .item.noImg .circleNI {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #0078ff;
	font: 44px/64px "Proxima Nova Cond";
	color: #fff;
	text-align: center;
	position: absolute;
	display: block;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.big3revs .item .stars.stars5{
	background-position-x: 0;
}
.big3revs .item .stars.stars4{
	background-position-x: -16px;
}
.big3revs .item .stars.stars3{
	background-position-x: -32px;
}
.big3revs .item .stars.stars2{
	background-position-x: -48px;
}
.big3revs .item .stars.stars1{
	background-position-x: -64px;
}
.big3revs .item .title {
	color: #333333;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	margin: -4px 0 0;
	float:left;
}
.big3revs .item .title:after{
	content: "";
	display: block;
	clear: both;
}
.big3revs .item .text{
	opacity: 0.9;
	color: #333333;
	font-family: "Proxima Nova Cond";
	font-size: 15px;
	font-weight: 300;
	line-height: 16.98px;
	clear:both;
}
.big3revs .moreDots .swiper-reviews-button-prev,
.big3revs .moreDots .owl-prev,
.big3revs .moreDots .swiper-reviews-button-next,
.big3revs .moreDots .owl-next{
	position: absolute;
	bottom: 50%;
	width: 20px;
	height: 20px;
	color: transparent;
	background: transparent;
	border: 4px solid #dedfe0;
	border-bottom: 0;
	border-right: 0;
	margin-bottom:-10px;
	cursor:pointer;
}
.big3revs .moreDots .swiper-reviews-button-prev,
.big3revs .moreDots .owl-prev{
	left: -26px;
	transform: rotate(-45deg);
}
.big3revs .moreDots .swiper-reviews-button-next,
.big3revs .moreDots .owl-next{
	right: -26px;
	transform: rotate(135deg);
}
.big3revs .swiper-reviews-button-prev:hover,
.big3revs .swiper-reviews-button-next:hover,
.big3revs .owl-prev:hover,
.big3revs .owl-next:hover{
	border-color: #0078ff;
	transition: border-color ease 0.3s;
}

.photoBig3 .item{cursor:pointer}
.photoBig3 .swiper-photo-button-prev,
.photoBig3 .owl-prev,
.photoBig3 .swiper-photo-button-next,
.photoBig3 .owl-next{
	position: absolute;
	bottom: 50%;
	width: 32px;
	height: 32px;
	color: transparent;
	background: transparent;
	border: 7px solid #dedfe0;
	border-bottom: 0;
	border-right: 0;
	margin-bottom:-10px;
	border-radius: 4px;
	cursor:pointer;
}
.photoBig3 .swiper-photo-button-prev,
.photoBig3 .owl-prev {
	left: -44px;
	transform: rotate(-45deg);
}
.photoBig3 .swiper-photo-button-next,
.photoBig3 .owl-next {
	right: -44px;
	transform: rotate(135deg);
}
.photoBig3 .swiper-photo-button-next:hover,
.photoBig3 .swiper-photo-button-prev:hover,
.photoBig3 .owl-prev:hover,
.photoBig3 .owl-next:hover{
	border-color: #0078ff;
	transition: border-color ease 0.3s;
}


.tableBlock {
	padding-top: 80px;
	padding-bottom: 46px;
	position: relative;
	z-index: 1;
}
.tableBlock .title{
	margin-bottom: 33px;
	text-align: center;
	color: #000;
	font-family: "ProximaNova", serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
}
.tableBlock .table{
	overflow-x: auto;
}
.tableBlock .table table{
	border: 0 none;
	border-collapse: collapse;
}
.tableBlock .table table tr{
	border-bottom: 1px solid #777;
}
.tableBlock .table table tr:last-child{
	border-bottom: 0 none;
}
.tableBlock .table table tr td{
	text-align: center;
	padding:16px;
	vertical-align: middle;
	color: #000;
	font-size:18px;
}
/*
.tableBlock .table table tr td:last-child{
	background: #d52b2d80;
}*/
.tableBlock .table table tr td:nth-child(1){
	border-right:1px solid #777;
	text-align: left;

}
.tableBlock .table table tr:first-child td{
	font-size:20px;
}
.tableBlock .table table tr td i{
	font-style: normal;
	color: #15559d;
	display: block;
}
.tableBlock .table table tr td:nth-child(1) i{
	padding-left: 24px;
	color: #000;
	background: url(/product/cgpods/img/ok1.png) no-repeat left 5px;
	font-weight: bold;
}
.inMobShow{
	display: none;
}


.faqBlock{
	position: relative;
	z-index:1;
	padding-top: 20px;
}
.faqBlock .title{
	color: #000;
	font-family: "ProximaNova", serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 29px;
}
.faqBlock .faqList .item{
	margin-bottom: 32px;
	text-align: left;
}
.faqBlock .faqList .item{
	margin-bottom: 32px;
	color: #000;
	font-family: "ProximaNova", serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 25px;
	padding-left:29px;
	background: url(/product/cgpods/img/ok1.png) no-repeat left 4px;
}
.faqBlock .faqList .item b{
	font-size: 20px;
	cursor: pointer;
}
.faqBlock .faqList .item a{
	color: #0078ff;
}

.selectBlock {
	padding-top: 40px;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}
.selectBlock{
	position: relative;
}
.selectBlock .prodList{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.selectBlock .prodList .item{
	width:33%;
	text-align: center;
}
.selectBlock > .title{
	color: #000;
	font-family: "ProximaNova", serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	margin-bottom: 31px;
}
.selectBlock .prodList .item .price{
	display: inline-block;
	color: #000;
	text-align: left;
	padding-left: 23px;
	font-family: "Gilroy", serif;
	font-size: 51px;
	font-weight: 700;
	letter-spacing: -1.28px;
	line-height: 30px;
}
.selectBlock .prodList .item .price .b{
	font-family: "Gilroy - Semibold", serif;
	font-weight: 400;
	font-size: 51px;
	letter-spacing: -0.74px;
	display: inline;
	text-decoration: none;
}
.selectBlock .prodList .item .price > span {
	display: block;
	font-size: 30px;
	line-height: 38px;
	font-family: "Gilroy", serif;
	font-weight: 400;
	letter-spacing: -0.74px;
	text-decoration: line-through;
}
.selectBlock .prodList .item .price span .b{
	font-family: "Gilroy - Semibold", serif;
	font-size: 30px;
	letter-spacing: -1.28px;
	display: inline;
}
.selectBlock .prodList .item.item1 .price{
	display: inline-block;
	width: 70%;
}
.selectBlock .prodList .item .price > span:first-child{
	color:grey;
}
.selectBlock .prodList .item .title{
	color: #000;
	font-family: "ProximaNova Rg", serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 37px;
	margin-bottom: 32px;
}
.selectBlock .prodList .item .img{
	padding-top: 77%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: contain;
}
/*
.selectBlock .prodList .item .img::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	background: transparent url(/product/cgpods/img/wtr1.png) no-repeat center;
	right: 20%;
	top: 7px;
}
.selectBlock .prodList .item.item3 .img:after{
	background: transparent url(/product/cgpods/img/nowt.png) no-repeat center;
}*/
.selectBlock .prodList .item .sub{
	color: #000;
	font-family: "ProximaNova", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 17px;
	text-align: center;
}
.selectBlock .prodList .item.item1 .buyArea {
	width: 57%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
}
.selectBlock .prodList .item .w-b {
	vertical-align: middle;
	margin-left: 10px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-top: 15px;
	padding: 0 20px;
}
.selectBlock .prodList .item .btnsA {
	margin-top: 10px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 0 20px;
}
.selectBlock .prodList .item .w-b > span{
	display: inline-block;
	position: relative;
	padding-left:21px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin-left: -21px;
}
.selectBlock .prodList .item .w-b > span.w{
	margin-top: 3px;
}
.selectBlock .prodList .item .w-b > span::after {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ffffff;
	background-color: #000000;
	border-radius: 50%;
}
.selectBlock .prodList .item .w-b > span.w:after{
	background: #fff;
	box-shadow:0 0 10px #999;
}
.selectBlock .prodList .item .w-b > span.bl:after{
	background: #65b2ee;
	/*box-shadow:0 0 10px #999;*/
}
.selectBlock .prodList .item .w-b > span.rz:after{
	background: #ec6db3;
	/*box-shadow:0 0 10px #999;*/
}
.selectBlock .btnsA .but-mini {
	padding: 16px 45px;
}
.selectBlock .item.item2 {
	margin-right: -35px;
	margin-left: 35px;
}
.but-mini {
	display: inline-block;
	border-radius: 26px;
	background-color: #0078ff;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 19px;
	border: 0 none;
	padding: 16px 32px;
	vertical-align: middle;
	cursor: pointer;
}
.selectBlock .btnsA .but-mini {
	padding: 16px 45px;
}


.bigKids{
	position: relative;
	background-repeat: no-repeat;
	background-position: initial;
	background-size: cover;
	min-height: 570px;
	background-image: url(/local/img/big4/kidsbg1.png);
}
.bigKids .title {
	font-family: 'Proxima Nova';
	font-size: 46px;
	line-height: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
	padding-top: 35px;
}
.bigKids .title_2 {
	font-family: 'Proxima Nova';
	font-size: 31px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
	padding-bottom: 16px;
}
.bigKids .subtitles{
	display: flex;
	justify-content: center;
}
.bigKids .subtitles div {
	font-family: 'Proxima Nova';
	font-size: 24.1px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 4%;
}
.bigKids .subtitles span{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 41px;
	height: 41px;
}
.bigKids .prods{
	display: flex;
	justify-content: center;
}
.bigKids .prods .left {
	text-align: left;
	background-position: right center;
	width: 42%;
	margin-left: 6%;
}
.bigKids .prods .right {
	text-align: right;
	background-position: left bottom;
	width: 50%;
	padding-bottom: 30px;
}

.bigKids1{
	position: relative;
	background-repeat: no-repeat;
	background-position: initial;
	background-size: cover;
	min-height: 570px;
	background-image: url(/local/img/cgrobot-cgwash/bg-cgrobot-cgwash.png);
}
.bigKids1 .title {
	font-family: 'Proxima Nova';
	font-size: 46px;
	line-height: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
	padding-top: 35px;
}
.bigKids1 .title_2 {
	font-family: 'Proxima Nova';
	font-size: 31px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
	padding-bottom: 16px;
}
.bigKids1 .subtitles{
	display: flex;
	justify-content: center;
}
.bigKids1 .subtitles div {
	font-family: 'Proxima Nova';
	font-size: 24.1px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 4%;
}
.bigKids1 .subtitles span{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 41px;
	height: 41px;
}
.bigKids1 .prods{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bigKids1 .prods .left {
	text-align: left;
	background-position: right bottom;
	background-image: url(/local/img/cgrobot-cgwash/cgrobot.png);
	width: 45%;
	margin-right: 3%;
}

.bigKids1 .prods .left .sttl{
margin-bottom: 11px;
}


.bigKids1 .prods .left .sttl2{
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.bigKids1 .prods .right {
	text-align: right;
	background-position: left bottom;
	background-image: url(/local/img/cgrobot-cgwash/cgwash.png);
	width: 45%;
	margin-left: 3%;
}

.bigKids1 .prods .right .sttl{
	margin-bottom: 11px;
}

.bigKids1 .prods .right .sttl2{
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 22px;
}


.kidProd {
	background-repeat: no-repeat;
	background-size: auto;
	margin: 20px 2% 0;
}
.kidProd .sMob{
	display: none;
}
.kidProd .ttl{
	font-family: 'Proxima Nova';
	font-size: 47px;
	line-height: 56px;
	font-weight: 600;
	color: #ffffff;
}
.kidProd .sttl{
	font-family: 'Proxima Nova';
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 85px;
}
.kidProd.right .sttl {
	margin-bottom: 59px;
}
.kidProd .block_price{
	margin-bottom: 55px;
}
.kidProd .block_price .line5{
	opacity: 0.5;
	font-family: Gilroy;
	font-size: 29px;
	line-height: 1.2;
	font-weight: 500;
	color: #ffffff;
}
.kidProd .block_price .line6{
	font-family: Gilroy;
	font-size: 45.1px;
	line-height: 1.2;
	font-weight: 600;
	text-shadow: 0 8px 29px rgba(0,0,0,0.56);
	color: #ffffff;
}
.kidProd .slBut{
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	background-color: #0078ff;
	line-height: 20px;
	padding: 23px 58px;
	border: 0 none;
	cursor: pointer;
}

#botBotBut{
	position: fixed;
	bottom: -50px;
	left:0;
	width:100%;
	background: #0078ff;
	color: #fff;
	text-align: center;
	padding: 5px;
	transition: all ease-out 0.3s;
	opacity:0;
	z-index:20;
	font-size:22px;
	box-shadow: 0 0 5px #111;
}
#botBotBut.active{
	bottom:0;
	opacity:1;
	font-size:22px;
	transition: all ease-in 0.3s;
}


.dk2_block{
	min-height: 400px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	padding: 40px 0px;
}
.dk2_img{
	width: 100%;
	margin-top: 30px;
}
.dk_play{
	position: relative;
	display: grid;
	align-self: center;

}
.dk_play:before{
	content: "";
	display: block;
	opacity: 0.7;
	background: url(/local/img/big2/ytplay.svg) no-repeat center;
	width: 80px;
	height: 56px;
	left: 50%;
	top: 50%;
	margin: -28px 0 0 -40px;
	position: absolute;
	transition: all ease 0.3s;
}
.dk2_icons{
	margin-left: 0!important;
	width: 100%!important;
}

.BLOCKDK3{
	padding: 50px 0px;
}

.dk_item_slider{

}
.dk_slider_title{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 10px;
}
.dk_slider_img{
	display: block;
	width: 100%;
}
.dk_slider_mobile{
	display: none;
}
.dk_slider_desctop{
	display: block;
}
.dk_slider_text1{
	color: red;
}
.dk_slider_text2{
	color: green;
	/*text-decoration: underline;*/
}


.bigProd4 .redesign-big-card .block_bottom{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.bigProd4 .redesign-big-card .block_botton{
	display: flex;
	align-items: center;
}
.block__buy-buttons{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.button-buy-one-click{
	position: absolute;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px dashed;
	color: #7e7e7e;
	transform: translate(0, calc(100% + 5px));
}
.block__colors{
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}
.block__colors--item{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	height: 22px;
	color: #7e7e7e;
}
.block__colors--item.color-current{
	color: #000000;
}
.block__colors--item + .block__colors--item{
	margin-top: 5px;
}
.block__colors--item::before{
	position: relative;
	content: '';
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #919191;
}
.block__colors--item.color-current::before{
	outline: 1px solid #0078ff;
	outline-offset: 1px;
}
.color-black::before,
.color-bl::before{
	background-color: #000000;
}
.color-white::before,
.color-wh::before{
	background-color: #ffffff;
}

.block_botton_mobile .block__buy-buttons .slBut{
	width: 70%;
	padding: 15px 20px !important;
}
.block_botton_mobile .block__buy-buttons .button-buy-one-click{
	position: relative;
	padding-top: 10px;
	transform: none;
}
.block_botton_mobile .block__colors{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 0 40px 5px 40px;
}
.block_botton_mobile .block__colors .block__colors--item{
	padding: 10px;
	box-sizing: content-box;
}
.block_botton_mobile .block__colors .block__colors--item + .block__colors--item{
	margin: 0;
}

.block-slider{
	padding-bottom: 60px;
}
.block-slider__title{
	display: flex;
	justify-content: center;
	color: #0078ff;
	
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	margin-bottom: 40px;
}
.block-slider__items{
	position: relative;
}
.block-slider__items .owl-dots{
	position: absolute;
	top: -30px;
	display: flex;
	justify-content: center;
	grid-gap: 15px;
	width: 100%;
}
.block-slider__items .owl-dots button{
	padding: 9px 0;
	border: none;
	outline: none;
	background: none;
}
.block-slider__items .owl-dots button span{
	display: flex;
	width: 20px;
	height: 3px;
	background-color: rgba(0, 120, 255, 0.5);
}
.block-slider__items .owl-dots button.active span{
	background-color: rgba(0, 120, 255, 1);
}
.block-slider__items .owl-prev{
	position: absolute;
	bottom: 50%;
	left: -44px;
	width: 32px;
	height: 32px;
	color: transparent;
	background: transparent;
	border: 7px solid #dedfe0;
	border-bottom: 0;
	border-right: 0;
	transform: rotate(-45deg);
	margin-bottom: -10px;
	border-radius: 4px;
}
.block-slider__items .owl-next{
	position: absolute;
	bottom: 50%;
	right: -44px;
	width: 32px;
	height: 32px;
	color: transparent;
	background: transparent;
	border: 7px solid #dedfe0;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	margin-bottom: -10px;
	border-radius: 4px;
}
.block-slider__items .owl-prev:hover, .block-slider__items .owl-next:hover{
	border-color: #0078ff;
	transition: border-color ease 0.3s;
}
.block-slider__item{
	height: 100%;
}
.block-slider__items.owl-carousel .owl-stage{
	display: flex;
}
.slider-block{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	background-color: #eff1f4;
	border-radius: 20px;
}
.slider-block.block-FOR{
	background-color: #12171c;
}
.slider-block__title{
	display: flex;
	justify-content: center;
	height: 70px;
	width: 100%;
	color: #000;
	
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}
.slider-block.block-FOR .slider-block__title{
	color: #ffffff;
}
.slider-block__img{
	display: flex;
	width: 100%;
	height: 180px;
	padding-bottom: 20px;
	box-sizing: content-box;
}
.slider-block__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background-color: #ffffff;
}
.slider-block.block-FOR .slider-block__img img{
	background-color: transparent;
}
.slider-block__icons{
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	width: 100%;
}
.slider-block__icon{
	display: flex;
}
.slider-block__icon--img{
	display: flex;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
}
.slider-block__icon--img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.slider-block__icon--title-wrap{
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
.slider-block__icon--title{
	color: #333333;
	font-family: "Proxima Nova Cond - Semibold";
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 5px;
}
.slider-block.block-FOR .slider-block__icon--title{
	color: #dedede;
}
.slider-block__icon--subtitle{
	color: #000;
	
	font-size: 16px;
	line-height: 16px;
}
.slider-block.block-FOR .slider-block__icon--subtitle{
	color: #ffffff;
}
.bigProd4 .block-ELB{
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 60px;
}
.bigProd4 .block__title{
	color: #ffffff;
	font-family: "Proxima Nova - Semibold";
	font-size: 48px;
	font-weight: 400;
	line-height: 54px;
	padding-bottom: 20px;
}
.bigProd4 .block__middle{
	display: flex;
}
.bigProd4 .block__icons{
	display: flex;
	flex-direction: column;
	grid-gap: 15px;
	width: 60%;
}
.bigProd4 .block__icons--item{
	display: flex;
	align-items: center;
}
.bigProd4 .block__icons--item-icon{
	display: flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
}
.bigProd4 .block__icons--item-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.bigProd4 .block__icons--item-text{
	display: flex;
	align-items: center;
	padding-left: 15px;
	flex-wrap: wrap;
}
.bigProd4 .block__icons--item-title{
	color: #929292;
	font-family: "Proxima Nova Cond";
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	max-width: calc(100% - 39px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bigProd4 .block__icons--item-subtitle{
	color: #ffffff;
	font-family: "Proxima Nova Cond";
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	padding-left: 10px;
	white-space: nowrap;
}
.bigProd4 .block__image{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
}
.bigProd4 .block__image img{
	position: absolute;
	width: 100%;
	object-position: center;
	object-fit: contain;
}
.bigProd4 .block__buttons{
	display: flex;
	align-items: center;
	grid-gap: 20px;
	padding-top: 30px;
}
.bigProd4 .block__buttons--item{

}
.bottom-fixed-menu{
	z-index: 99;
	position: fixed;
	bottom: -50px;
	left: 0;
	right: 0;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 45px;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
	opacity: 0;
	transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
	user-select: none;
}
.bottom-fixed-menu.active{
	opacity: 1;
	bottom: 0;
}
.bottom-fixed-menu__item{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.bottom-fixed-menu__item + .bottom-fixed-menu__item{
	border-left: 1px solid #d9d9d9;
}
.bottom-fixed-menu__item .slBut{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #0078ff;
	border-radius: 0;
	padding: 0;
	line-height: 16px;
}
.bottom-fixed-menu__item .slBut__price{
	font-family: "Proxima Nova";
	font-weight: 400;
	font-size: 10px;
	text-transform: lowercase;
}
.reviews-mobile{
	display: none;
}
.mobile-blocks-menu{
	display: none;
	flex-direction: column;
	padding: 10px 0;
}
.mobile-blocks-menu__item{
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #d9d9d9;
}
.mobile-blocks-menu__item--title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	font-size: 18px;
	line-height: 18px;
	text-decoration: none !important;
	color: #333;
	padding: 5px 0;
	transition: color 0.4s;
	user-select: none;
}
.mobile-bloxk-menu__item--content{
	margin: 0 -3%;
	overflow: hidden;
}
.mobile-blocks-menu__item:last-child{
	border-bottom: none;
}
.mobile-blocks-menu__item--title::after{
	position: relative;
	content: "";
	right: 10px;
	width: 14px;
	height: 14px;
	color: transparent;
	background-image: url("/local/img/big2/faql.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0);
	transition: transform 0.4s, border-color 0.4s;
}
.mobile-blocks-menu__item--title.active{
	color: #0078ff;
}
.mobile-blocks-menu__item--title.active::after{
	transform: rotate(-180deg);
}
.bigProd4 .big3block7 .videoList span{
	margin-top: 0;
	margin-bottom: 20px;
	height: 60px;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
}

.video-reviews-slider__wrapper{
	background-color: #000000;
}
.video-reviews-slider{
	display: flex;
	flex-direction: column;
	margin-top: -175px;
	padding: 300px 40px 60px 40px;
}
.video-reviews-slider__title{
	
	font-size: 48px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 30px;
	padding: 0;
}
.video-reviews-slider__items{
	display: flex;
}
.video-reviews-slider__item{
	display: flex;
	flex-direction: column;
}
.video-reviews-slider__item--title{
	font-family: "Proxima Nova Cond";
	height: 60px;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.video-reviews-slider__item--link{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 210px;
}
.video-reviews-slider__item--link img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.video-reviews-slider__item--link::before{
	z-index: 2;
	position: absolute;
	display: flex;
	content: "";
	background-image: url("/local/img/big2/ytplay.svg");
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 56px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
	transition: opacity 0.3s ease;
}
.video-reviews-slider__item--link:hover::before{
	opacity: 1;
}
.video-reviews-slider__items .owl-prev{
	position: absolute;
	bottom: 50%;
	left: -35px;
	width: 32px;
	height: 32px;
	color: transparent;
	background: transparent;
	border: 7px solid #dedfe0;
	border-bottom: 0;
	border-right: 0;
	transform: rotate(-45deg);
	margin-bottom: -10px;
	border-radius: 4px;
}
.video-reviews-slider__items .owl-next{
	position: absolute;
	bottom: 50%;
	right: -35px;
	width: 32px;
	height: 32px;
	color: transparent;
	background: transparent;
	border: 7px solid #dedfe0;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	margin-bottom: -10px;
	border-radius: 4px;
}
.video-reviews-slider__items .owl-prev:hover,
.video-reviews-slider__items .owl-next:hover{
	border-color: #0078ff;
	transition: border-color ease 0.3s;
}

.textcols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.textcols-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.prod9icons .prod8ic div {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    width: 45px;
    height: 45px;
}

.videoObzor {
	margin-top: 10px;
}
.videoObzor a{

    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: -0.025em;
    color: #ffffff;
    cursor: pointer;
}

.videoObzor .leftObzor{
margin-left:40px;
}

.videoObzor .rightObzor{
margin-right:40px;
}



.nowrap.alluBig{
	background: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/allureBG.jpg) no-repeat center;
}

.alluBig .prod8Ban{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alluBig .prod8Ban .img{
	width: 392px;
	height: 503px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.alluBig .prod8Ban .img.blk{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/267577.png);
}
.alluBig .prod8Ban .img.wht{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/267580.png);
}
.alluBig .prod8Ban .img.red{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/267579.png);
}
.alluBig .prod8Ban .img.blu{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/267578.png);
}
.alluBig .prod8Ban .img.pnk{
	background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/267581.png);
}

.alluBig .prod8Ban .sw5Area{
	width: 140px;
	display: flex;
	flex-direction: column;
}
.alluBig .prod8Ban .sw5Area.sw5M,
.alluBig .prod8Ban .imgSetMob,
.alluSubBlockMob{
	display: none;
}
.alluBig .prod8Ban .sw5Area .setT{
	position: relative;
	display: flex;
	flex-direction: row;
	
	font-size: 21px;
	line-height: 44px;
	font-weight: 400;
	color: #ffffff;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 18px;
	cursor: pointer;
}
.alluBig .prod8Ban .sw5Area .setT:before{
	content:"";
	display: inline-block;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border:2px solid transparent;
	border-radius:50%;
	margin-right: 14px;
	box-shadow: 0 7px 27px 0 rgba(0,0,0,0.3);
}
.alluBig .prod8Ban .sw5Area .setT.pnk:before{
	background-color: #f8a7b4;
}
.alluBig .prod8Ban .sw5Area .setT.blu:before{
	background-color: #b3d5ff;
}
.alluBig .prod8Ban .sw5Area .setT.red:before{
	background-color: #d1172c;
}
.alluBig .prod8Ban .sw5Area .setT.blk:before{
	background-color: #000000;
}
.alluBig .prod8Ban .sw5Area .setT.wht:before{
	background-color: #ffffff;
}
.alluBig .prod8Ban .sw5Area .setT.sel:before{
	border-color: #3da1ee;
}
.alluBig .prod8Ban .slBut{cursor:pointer}
.alluBig .prod8Ban .slBut.incart{
	line-height: 22px;
	width: 170px;
	padding: 11px 23px;
	background-color: #7ada45;
	white-space: pre-wrap;
	vertical-align: bottom;
}
.alluBig .prod8Ban .block_bottom.desctop {
	padding-bottom: 60px;
	margin-top: -45px;
}
.p8bg .prod8icons .icns8 .prod8ic div{
	vertical-align: top;
	background-position: top center;
}



._RK267452.bigProd3 .big3block2{
	padding:0;
}
._RK267452.bigProd3 .BLOCKELY,
._RK267452.bigProd3 .BLOCKFIV,
._RK267452.bigProd3 .BLOCKELC,
._RK267452.bigProd3 .BLOCKEIT{
	display: none;
}
._RK267452.p8bg .prod8icons .prod8ic div {
	vertical-align: top;
}
._RK314579.p8bg .prod8icons .prod8ic div {
	width: 54px;
	height: 54px;
}
._RK314579.p8bg .prod8icons .icns8 > div {
	min-height: 54px;
}

@media(min-width:1440px) {
	._RK269243 .redesign-big-card .prod8Ban .toline3.wbg {
		margin-bottom: 100px;
	}
}
.BLOCKFIV .line1 span {
	font-size: 27px;
	line-height: 27px;
	display: inline-block;
	padding-top: 10px;
}

#I1278468 .prod8Ban .line1{
	color:#111;
 }
#I1278468 .prod8Ban .line2{
	color:#111;
 }
#I1278468 .prod8Ban .line3{
	color:#111;
 }
#I1278468 .prod8Ban .line4{
	color:#111;
 }
#I1278468 .prod8Ban .countBuy{
	color:#111;
}
#I1278468 .prod8Ban .countBuy{
	border: 2px solid #757575;
	background: #fff7;
}
@media(max-width: 550px) {
	#I1278468 .prod8Ban .line1 {
		font-size: 17px;
		line-height: 22px;
	}
	#I1278468.redesign-big-card .prod8Ban .text {
		padding: 24px 2% 20px 18px;
	}
	#I1278468 .prod8Ban .toline3.wbg{
		padding-top: 0;
		padding-bottom: 5px;
	}
	#I1278468 .prod8Ban .countBuy{
		border: 0 none;
		background: transparent;
		font-size:14px;
		line-height: 20px;
	}
	#I1278468 .prod8Ban .countBuy b{
		font-size:14px;
		line-height: 20px;
	}
	._PR278468 #I12278468{
		background-image: none;
	}
	#I1278468.redesign-big-card .block_price {
		margin-top: 0;
		margin-bottom: 0;
	}
	#I1278468.redesign-big-card .prod8Ban .line6 {
		margin-bottom: 10px;
		margin-top: 0;
		line-height: 40px;
		color:#111;
	}
	#I1278468.redesign-big-card .prod8Ban .line5{
		line-height: 27px;
		margin-top: 20px;
		color:#111;
	}
}
@media(max-width: 340px) {
	div#I1278468.redesign-big-card div.prod8Ban div.line2 {
		font-size: 32px;
	}
	#I1278468 .prod8Ban .line1 {
		font-size: 15px;
		line-height: 19px;
	}
	#I1278468 .prod8Ban .toline3.wbg {
		padding-top: 0;
		padding-bottom: 0;
	}
	#I1278468.redesign-big-card .block_bottom {
		margin-bottom: 0;
		margin-top: 180px;
	}
	#I1278468.redesign-big-card .prod8Ban .line5 {
		line-height: 22px;
		margin-top: 20px;
		color: #111;
		font-size: 22px;
	}
	#I1278468.redesign-big-card .prod8Ban .line6 {
		margin-bottom: 20px;
		margin-top: 0;
		line-height: 36px;
		color: #111;
		font-size: 36px;
	}
}

._RK285535 .prod8Ban .countBuy{
	border: 2px solid #000;
	color: #000;
	text-shadow: 0 0 2px #fff;
}
._RK304849 .big3block4.BLOCKFOR .area .flexJ > div,
._RK304850 .big3block4.BLOCKFOR .area .flexJ > div{
	background-size: 108px;
}
.bpColor3 #BI23308299, .bpColor14 #BI23308298{
	margin-top: 0;
}




	/* АБ тест с select доставки*/
.include_delivery .tbwp-delivery .location-name{
	text-align:center;
	font-size:16px;
	line-height: 18px;
}

.include_delivery .tbwp-delivery .location-info{
	text-align:center;
	font-size:16px;
	line-height: 18px;
}
.include_delivery .calculate-delivery-list select.form-control {
	border-radius: 30px;
	text-align-last:center;
	font-family: "ProximaNova Rg";
}
.include_delivery .calculate-delivery-list select.form-control option{
	font-family: "ProximaNova Rg";
}
.include_delivery{
	margin-bottom: -15px;
}
.include_delivery .tbwp-delivery{
	border-top:0 none;
	border-bottom:0 none;
	margin-bottom: 0;
}
@media(max-width:690px){
	.include_delivery .tbwp-delivery{
		padding: 25px 0;
	}
	.include_delivery{
		width:100%;
		padding:0 2%;
	}
	.include_delivery .tbwp-delivery .row{
		padding:0 2%;
	}
}
@media(max-width:361px){
	.include_delivery .calculate-delivery-list select.form-control{
		max-width: 90%;
		width:90%;
	}
	.include_delivery .tbwp-delivery .location-name,
	.include_delivery .tbwp-delivery .location-info{
		font-size:14px;
		line-height: 16px;
	}

}
/* АБ END */

/* Баннер Robots */
.robotBig{
	padding: 30px 0 65px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.robotBig .robotImg{
	background-position: center;
	background-repeat: no-repeat;
}
.robotImg img{
	opacity: 0;
}
.robotBig .wrap{
	width: 1140px;
	max-width: 1140px;
}
.robotBig .inRobotBan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.robotBig .inRobotBan .colLeft{
	width: calc(50% + 70px);
	display: flex;
	flex-direction: column;
}
.robotBig .inRobotBan .colRight{
	margin-right: -100px;
	margin-left: -70px;
}
.inRobotBan .tLabel {
	background: #4B9CED;
	border-radius: 51px;
	
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 16px;
	display: inline-block;
	width: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.inRobotBan .title{
	font-family: 'SamsungSharpSans-Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 73px;
	color: #000000;
	margin: auto auto 12px auto;
	margin-left:0;
}
.inRobotBan .subTitle{

	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: #000000;
}
.inRobotBan .titleIcon{
	margin-top: 29px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}
.inRobotBan .titleIcon .icn{
	width: 42px;
	min-width: 42px;
	height:42px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 14px;
}
.inRobotBan .titleIcon .txt{

	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #000000;
}

.robPriceBlock{
	margin-bottom: 20px;
	padding-left: 10px;
}
.robPriceBlock .block_price .line5{
	color:#aeaeb0;
	opacity: 1;
}
.robPriceBlock .block_price .line6{
	color:#333333;
	margin-bottom: 0;
}
.robPriceBlock .line5 {
	color: #ffffff;
	font-family: Gilroy;
	font-size: 27px;
	font-weight: 400;
	line-height: 26px;
}
.robPriceBlock .line6 {
	color: #ffffff;
	font-family: "Gilroy - Semibold";
	font-size: 53px;
	font-weight: 400;
	letter-spacing: -2.5px;
	line-height: 54px;
}

.inRobotBan .butsArea{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inRobotBan .butsArea .slBut{
	width: 100%;
	border: 0 none;
	background: #0078FF;
	border-radius: 51px;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
	padding:24px 4px;
	min-width: 192px;
	margin-right: 16px;
	cursor: pointer;
	margin-bottom: 0;
}
.inRobotBan .butsArea .slBut.incart{
	border: 0 none;
	background-color: #7ada45;
	border-radius: 51px;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 24px 14px;
	cursor: pointer;
}
.inRobotBan .butsArea .videoObzor{
	display: block;
	width: 100%;
	border: 3px solid #0078FF;
	border-radius: 51px;
	background: #fff;
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: #0078FF;
	text-align: center;
	padding:21px 4px;
	min-width: 192px;
	margin:0;
}
.inRobotBan .countBuy {
	border: 1px solid #333333;
	border-radius: 16px;
	padding: 13px 16px;
	display: flex;
	flex-direction: column;
}
.inRobotBan .countBuy.countBuyBig{
	padding: 12px 32px;
	display: inline-flex;
	width:auto;
	margin:auto;
}
.inRobotBan .countBuy span{

	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #333333;
	margin-bottom: 6px;
}
.inRobotBan .countBuy b{

	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #333333;
}
.inRobotBan .robPriceBlock .countBuy{
	display: none;
}
.inRobotBan .deliveryArea{
	margin-bottom: 50px;
}

.redesign-big-card .prod8Ban .slBut.incart{
	background-color: #7ada45;
	padding: 14px 41px;
}

#rbtDelivBlk .deliStatic.tbwp-calculate-delivery [data-entity="info"] div:first-child,
.bigProd3 .deliStatic.tbwp-calculate-delivery [data-entity="info"] div:first-child {
	font-family: 'SamsungSharpSans-Bold';
}

#rbtDelivBlk{
	background: #0078FF;
	padding: 40px 0 24px;
}
.rbtDlvFlx{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.rbtDlvFlx .rbIntroList{
	width: 66%;
	margin-left: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.rbIntroList .rbIntroItem{
	width: 50%;
	width: calc(50% - 8px);
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rbIntroList .rbIntroItem .img{
	width: 72px;
	height: 72px;
	min-width: 72px;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat;
}
.rbIntroList .rbIntroItem .forTxt{
	width: calc(100% - 80px);
}
.rbIntroList .rbIntroItem .forTxt .ttl{
	margin-bottom: 4px;
	
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
}
.rbIntroList .rbIntroItem .forTxt .txt{
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	white-space: nowrap;
}

/**/


/* TEXT COLORS BLOCK START */

.big3block3.whiteText .area .line1,
.big3block3.whiteText .area .title,
.big3block3.whiteText .area > .text,
.bigProd3 .whiteText .prod8icons .line1,
.p8bg.bigProd3 .whiteText .prod8icons .prod8ic span,
.bigProd3 .whiteText .prod8icons .prod8ic span small{
	color: #fff;
}

/* TEXT COLORS BLOCK END */


/* SWITCH COLORS BLOCK START */
.block_switch_color{
	display: flex;
}
.block_switch_color .swColor{
	margin-right: 20px;
	cursor:pointer;
	display: flex;
	flex-direction: row;
	
	font-size: 21px;
	line-height: 44px;
	font-weight: 400;
	color: #ffffff;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 18px;
}
.block_switch_color .swColor.swColor14:before{
	border-color: #eee;
}
.block_switch_color.nitSwitchColor .swColor span,
.block_switch_color .swColor span{
	color:#000;
}
.block_switch_color .swColor:last-child{
	margin-right: 0;
}
.block_switch_color .swColor.sel{
	cursor:default;
}
.block_switch_color .swColor::before{
	content: "";
	display: inline-block;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin-right: 14px;
	box-shadow: 0 7px 27px 0 rgba(0,0,0,0.3);
}
.block_switch_color.nitSwitchColor{
	justify-content: center;
	margin-top: -10px;
}
.block_switch_color.elbSwitchColor{
	justify-content: flex-start;
}
.block_switch_color.nitSwitchColor .swColor::before,
.block_switch_color.elbSwitchColor .swColor::before {
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 12px;
	margin-bottom: 5px;
	box-shadow: 0 0 11px 0 #fff;
}
.block_switch_color.nitSwitchColor .swColor span{
	color:#111;
}
.block_switch_color.elbSwitchColor .swColor span{
	color:#fff;
}
.big3block7 .videoBig3.videoBig3_sc{
	padding-top: 360px;
}
.block_switch_color .swColor.sel::before {
	border-color: #3da1ee;
}
.block_switch_color.nitSwitchColor .swColor.sel::before,
.block_switch_color.elbSwitchColor .swColor.sel::before {
	border-color: #44f2d1;
	box-shadow: 0 0 12px 0 #eaeff4, 0 0 1px black inset;
}
.block_switch_color .swColor.swColor3::before {
	background-color: #000;
}
.block_switch_color .swColor.swColor14::before {
	background-color: #fff;
}
.block_switch_color .swColor.swColor6::before {
	background-color: rgb(26, 53, 87);
}

/* SWITCH COLORS BLOCK END */
#BI24_454917.marTop-50,
#BI3349448.marTop-50{
	margin-top: 0;
}

#BI3349443{padding:160px 0}
@media(max-width:736px){#BI3349443{padding:10px 0}}

#I11358177 .prod8icons .prod8ic div{background-size: 50px}
#I2358177 > .prod8icons{padding:0}
#BI3349445{padding-bottom: 0;}
._RK361417 .big3block7.BLOCKNIT{padding-top: 0;}
@media(max-width:736px){
	#BI7_2349445.big3block5.setHeight .wrap{padding-bottom: 0;}
	._RK359348 .big3block7.BLOCKNIT,
	._RK361417 .big3block7.BLOCKNIT{padding-top: 0;}
	#ISBI2349446{padding-top: 0;}
	#I2349446 .prod8icons,
	#I2349446{padding-bottom: 0;}
	#ISBI2349445{padding-top: 0;}
	#BI7_2349445 .inVidArea{padding-bottom: 20px;}
	#I3349445 .prod8icons{margin-top: 0;}
}


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/prod/css/big4adapt.css?176347351961506*/
/*redsign topimg*/
/*redsign topimg*/

@media (max-width: 1440px){
	.redesign-big-card{
		height: auto;
	}

	.redesign-big-card .wrap.prod8Ban{
		padding: 70px 0 30px;
	}

	.redesign-big-card .prod8Ban .toline3.wbg{
		margin-bottom: 70px;
	}
	.redesign-big-card .prod8Ban .toline3.wbg.certWbg{
		margin-bottom: 40px;
	}
	.alluBig .prod8Ban .block_bottom.desctop {
		padding-bottom: 0;
		margin-top: 0;
	}
	.inWatchBan .botButsArea {
		display: flex;
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1300px){
	.robotBig {
		padding: 30px 0 5px;
		position: relative;
		z-index:2;
	}
	.robotBig .wrap {
		width: 1140px;
		max-width: 1140px;
	}
	.inRobotBan .butsArea .countBuy b {
		white-space: nowrap;
	}
	.robotBig .inRobotBan .colLeft {
		width: 53%;
		min-width: 53%;
	}
	.robotImg img {
		max-width: 100%;
	}
	.robotBig .robotImg {
		background-size: contain;
	}
	.inRobotBan .deliveryArea {
		margin-bottom: 35px;
	}
	.inRobotBan .titleIcon {
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.rbIntroList .rbIntroItem .forTxt .txt {
		white-space: normal;
	}
}

@media (max-width: 1140px){
	.redesign-big-card .wrap.prod8Ban {
		padding: 70px 2% 30px;
	}
	.alluBig .imgSet{
		background-size: contain;
	}
	.robotBig {
		padding: 30px 0 5px 2%;
	}
	.robotBig .wrap {
		width: 100%;
		max-width: 100%;
	}
	.inRobotBan .title {
		font-size: 50px;
		line-height: 64px;
	}
	.inRobotBan .subTitle {
		font-size: 18px;
		line-height: 22px;
	}
	.inRobotBan .tLabel {
		border-radius: 42px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 16px;
		margin-bottom: 10px;
	}
	.inRobotBan .butsArea .slBut {
		border-radius: 51px;
		font-size: 20px;
		line-height: 24px;
		padding: 20px 4px;
		min-width: 180px;
		margin-right: 14px;
	}
	.inRobotBan .butsArea .slBut.incart {
		padding: 10px 14px;
		max-width: 180px;
	}
	.inRobotBan .butsArea .videoObzor {
		border-radius: 52px;
		font-size: 18px;
		line-height: 22px;
		padding: 18px 4px;
		min-width: 140px;
		margin-right: 0;
	}
	.inRobotBan .butsArea .countBuy {
		border-radius: 14px;
		padding: 10px 14px;
	}
	.inRobotBan .butsArea .countBuy b {
		font-size: 18px;
		line-height: 18px;
	}
	.inRobotBan .butsArea .countBuy span {
		margin-bottom: 4px;
	}
	.bigProd3 .big3block2 .wrap,
	.big3block3 .wrap,
	.leftBG .forBGlc{
		background-size: 40%;
	}
	.big3block3.whiteText .area .line1,
	.big3block3.whiteText .area .title,
	.big3block3.whiteText .area > .text,
	.bigProd3 .whiteText .prod8icons .line1,
	.p8bg.bigProd3 .whiteText .prod8icons .prod8ic span,
	.bigProd3 .whiteText .prod8icons .prod8ic span small{
		color: #333;
	}
}

@media (max-width: 992px){
	.robotBig {
		padding: 30px 0 5px;
	}
	.rbtDlvFlx {
		flex-direction: column;
	}
	.toDlvArea {
		width: 100%;
	}
	.tbwp-location-delivery.rbLocDelivery.show{
		flex-direction: row;
		margin-bottom: 20px;
	}
	.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div {
		display: inline-block;
		vertical-align: initial;
	}
	.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:first-child {
		font-size: 32px;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 0;
		margin-right:30px;
	}
	.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:last-child{
		margin-bottom: 0;
	}
	.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb {
		text-align: left;
		margin-right: 30px;
	}
	.rbtDlvFlx .rbIntroList {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 960px){
	.redesign-big-card .wrap.prod8Ban {
		padding: 0;
	}

	.redesign-big-card .prod8Ban .text{
		background: none;
		padding: 35px 2% 0;
	}

	.redesign-big-card.nowrap.forBG{
		text-align: left;
	}
	.alluBig .redesign-big-card .block_botton{
		white-space: nowrap;
	}
	.bigProd3 .prod8icons .line1{
		margin-left: 10%;
	}
}

@media (max-width: 900px){
 .videoObzor a{
	 font-family: 'ProximaNova', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: -0.025em;
    color: #ffffff;
    cursor: pointer;
	}
	.videoObzor .leftObzor{
	margin-left: 19%
}
	.videoObzor .rightObzor{
	margin-right: 19%
}
	.botDopLinks a {
		padding-left: 85px;
		background-position: 6% center;
	}
	.botDopLinks a:last-child {
		padding-left: 105px;
	}
	div.botDopLinks a:nth-child(2) {
		background-size: 13%;
		background-position-x: 12%;
		padding-left: 80px;
	}

}

@media(max-width:830px){
	.tbwp-location-delivery.rbLocDelivery.show {
		flex-direction: column;
		margin-bottom: 20px;
		padding: 0;
	}
	.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb {
		/* width: 100%; */
		margin: 0 auto;
	}
	.tbwp-location-delivery.rbLocDelivery .result{
		width:auto;
		margin: 0 auto;
	}
	div.tbwp-location-delivery.rbLocDelivery .result-block {
		flex-direction: row;
	}
}

@media (max-width: 768px){
	.nomb{
		display:none !important;
	}
	.robPriceBlock .line5{
		font-size: 22px;
		line-height: 20px;
	}
	.robPriceBlock .line6 {
		font-size: 46px;
		line-height: 48px;
	}
	.rbIntroList .rbIntroItem {
		width: 100%;
		margin-bottom: 5px;
	}
	.redesign-big-card{
		height: auto;
		background-position: center;
	}
	.robotBig {
		padding: 10px 0 30px;
		background-position: top center;
		background-size: cover;
	}
	.robotBig .inRobotBan{
		flex-direction: column;
	}
	.robotBig .inRobotBan .colRight {
		order: 1;
		max-height: 320px;
		width: 100%;
		margin: 40px auto 0;
	}
	.inRobotBan .titleIcon {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.robotImg img {
		max-height: 320px;
	}
	.inRobotBan .tLabel {
		margin-bottom: 12px;
	}
	.robotBig .robotImg {
		height: 320px;
	}
	.robotBig .inRobotBan .colLeft{
		order:2;
	}
	.robotBig .inRobotBan .colLeft {
		width: 100%;
		min-width: 100%;
	}
	.inRobotBan .butsArea .countBuy{
		display: none;
	}
	.inRobotBan .butsArea .slBut {
		border-radius: 51px;
		font-size: 20px;
		line-height: 22px;
		padding: 17px 4px;
	}
	.inRobotBan .butsArea .slBut.incart{
		font-size: 18px;
		line-height: 22px;
		padding: 17px 4px;
		max-width: 100%;
	}
	.inRobotBan .butsArea .videoObzor {
		border-radius: 51px;
		font-size: 18px;
		line-height: 18px;
		padding: 16px 4px;
		margin-right: 0;
	}
	.botButsArea .oneClick{
		width: calc(100% - 162px);
	}

	.redesign-big-card .desctop{
		display: none;
	}
	.swobLine1 {
		font-size: 24px;
		line-height: 24px;
		margin: 30px auto 0;
		padding: 9px 40px;
	}
	.swobLine2 {
		font-size: 17px;
		line-height: 21px;
		margin: 22px 0 26px;
	}
	.redesign-big-card .block_price_mobile{
		display: block;
		margin-bottom: 375px;
		margin-top: 35px;
	}
	.redesign-big-card .block_bottom .block_price{
		margin: 400px auto 0.5rem;
		text-shadow: 0 0 1px #fffa, 0 0 2px #fffa, 0 0 3px #fffa, 0 0 4px #fffa;
	}
	.alluBig .redesign-big-card .block_price_mobile{
		margin-bottom: 0;
		margin-top: 15px;
	}

	.redesign-big-card .block_bottom .videoObzor,
	.redesign-big-card .block_botton_mobile .videoObzor {
		padding: 19px 36px;
		background-color: #fff;
		color:#000;
	}
	.marTop-50{
		margin-top: 0;
	}
	.nowrap.alluBig{
		background-size: cover;
		background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/bgMobAllu.png);
	}
	.alluBig .prod8Ban .img.imgSetMob {
		display: block;
		width: 60%;
		background-position: 17px center;
	}
	.alluBig .prod8Ban .sw5Area{
		display:none;
	}
	.alluBig .prod8Ban .sw5Area.sw5M {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width:100%;
	}
	.alluBig .redesign-big-card .prod8Ban .text{
		width:100%;
		padding: 25px 3% 0;
	}
	.alluBig .prod8Ban .img{
		display: none;
	}
	.alluBig .prod8Ban .line2 {
		color: #ffffff;
		font-family: "Open Sans";
		font-size: 75px;
		font-weight: 600;
		line-height: 79.51px;
		padding: 7px 0 11px;
	}
	.alluBig .redesign-big-card .block_bottom {
		display: block;
		margin-bottom: 25px;
		margin-top: 35px;
		width:40%;
	}
	.alluSubBlockMob{
		display:flex;
	}
	.img960 .prod8icons {
		padding: 10px 3% 0;
	}
	.p8bg.bigProd3 {
		max-width: 100vw;
		overflow: hidden;
	}
}

@media (max-width: 550px){
	.rbIntroList .rbIntroItem .img {
		width: 72px;
		height: 56px;
		min-width: 72px;
		margin-right: 8px;
	}
	.rbIntroList .rbIntroItem .forTxt .ttl {
		font-size: 16px;
		line-height: 18px;
	}
	.rbIntroList .rbIntroItem .forTxt .txt {
		font-size: 14px;
		line-height: 16px;
	}
	div.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:first-child {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 7px;
		vertical-align: middle;
	}
	div.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:last-child {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
		vertical-align: baseline;
	}
	.redesign-big-card .block_bottom{
		display: block;
		margin-top: 240px;
		margin-bottom: 0;
	}
	.prod8Ban2 .countBuy, .bigProd3 .prod8Ban .countBuy {
		padding: 2px 10px 6px;
		top: 0;
		right: 0;
		font-size: 15px;
		line-height: 24px;
		border: 0 none;
		background-color: transparent;
	}
	.prod8Ban2 .countBuy b, .bigProd3 .prod8Ban .countBuy b{
		display: inline-block;
		font-size: 15px;
		line-height: 24px;
		font-family: "Proxima Nova", sans-serif;
	}
	.redesign-big-card .prod8Ban .text {
		padding: 35px 2% 0 45px;
	}

	.redesign-big-card .block_bottom .videoObzor,
	.redesign-big-card .block_botton_mobile .videoObzor {
		padding: 19px 36px;
		margin-bottom: 8px;
	}
	.alluBig .prod8Ban .line6 {
		font-size: 45px;
		line-height: 70px;
		white-space: nowrap;
		margin-bottom: 5px;
	}
	.alluBig .prod8Ban .line2 {
		font-size: 50px;
		line-height: 50px;
	}
	._RK73530 .redesign-big-card .prod8Ban .toline3.wbg,
	._RK51115 .redesign-big-card .prod8Ban .toline3.wbg,
	.alluBig .redesign-big-card .prod8Ban .toline3.wbg {
		background-size: 40px;
		padding-left: 55px;
		margin-bottom: 5px !important;
	}
	.alluBig .prod8Ban .img {
		height: 340px;
	}
	.alluBig .redesign-big-card .block_bottom {
		display: block;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.alluBig .prod8Ban .sw5Area .setT::before {
		margin-right: 8px;
	}
	.redesign-big-card .prod8Ban .slBut.incart {
		width: 181px;
		padding: 14px 33px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 16px;
		font-weight: 600;
	}
	.alluBig .prod8Ban .slBut.incart {
		margin-top: 0;
		padding: 7px 20px;
		width: 164px;
		line-height: 20px;
		font-size: 18px;
	}
	.bigProd3.p8bg .I4 .area .line1,
	.bigProd3.p8bg .I9 .area .line1,
	.bigProd3.p8bg .I4 .area .title,
	.bigProd3.p8bg .I9 .area .title{
		padding-left: 0;
	}
	.robotBig .inRobotBan .colRight {
		margin-top: 10px;
	}
	.inRobotBan .title {
		font-size: 44px;
		line-height: 58px;
	}
	.inRobotBan .tLabel {
		font-size: 13px;
		line-height: 22px;
		padding: 5px 14px 4px;
		margin-bottom: 12px;
	}
	.inRobotBan .subTitle {
		font-size: 16px;
		line-height: 20px;
	}
	.inRobotBan .titleIcon .icn {
		width: 36px;
		min-width: 36px;
		height: 36px;
		margin-right: 10px;
		background-size: contain;
	}
	.inRobotBan .robPriceBlock .countBuy{
		min-width: 130px;
	}
	.inRobotBan .butsArea .videoObzor {
		font-size: 16px;
		line-height: 16px;
		padding: 15px 4px;
	}
	.inRobotBan .butsArea .slBut {
		font-size: 20px;
		line-height: 20px;
		padding: 16px 4px;
		min-width: 180px;
		margin-right: 10px;
		width: 100%;
	}
	.inRobotBan .butsArea .slBut.incart {
		font-size: 16px;
		line-height: 20px;
		padding: 16px 4px;
		min-width: 180px;
		margin-right: 10px;
		width: 100%;
		max-width: 100%;
	}
	.botButsArea .oneClick{
		width: 100%;
	}
	.inRobotBan .deliveryArea {
		margin-bottom: 20px;
	}
	.block_switch_color.elbSwitchColor {
		margin-top: 25px;
		justify-content: center;
	}
	#BI24_7089{
		padding: 0 0 30px;
	}
	.BLOCKONE .icns8,
	.BLOCKONE24 .icns8,
	.BLOCKFIV .icns8{
		margin-top: 16px;
	}
	#BI7_27089 > .wrap{
		padding-top: 0;
	}
	#I67089 .prod8icons,
	#I67089{
		padding-bottom: 0;
	}
	.p8bg._RK292970 .img960 .prod8icons .prod8ic div{
		background-size: 46px;
		background-position-y: center;
	}
	.p8kak .flexJ .p8k:nth-child(2)::before,
	.p8kak .flexJ .p8k:nth-child(1)::before{
		display:none;
	}
	header .block-phone a.phoneTop{
		display:none;
	}
}

@media (max-width: 450px){
	.redesign-big-card .prod8Ban .line2 {
		font-size: 44px;
		line-height: 54px;
	}
	.redesign-big-card .prod8Ban .toline3 .wbg {
		background-size: 52px;
	}
}

@media (max-width: 425px){
	.redesign-big-card .block_bottom{
		display: block;
		margin-top: 150px;
	}
	.redesign-big-card .prod8Ban .text {
		padding: 34px 2% 0 35px;
	}
	.redesign-big-card .prod8Ban .line2 {
		font-size: 49px;
		line-height: 40px;
	}
	.redesign-big-card .block_bottom a.videoObzor,
	.redesign-big-card .block_botton_mobile a.videoObzor {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		background-color: #fff;
	}
	.redesign-big-card .block_bottom .addToCart,
	.redesign-big-card .block_botton_mobile .addToCart{
		margin-bottom: 10px;
	}
	.redesign-big-card .prod8Ban .slBut.incart{

	}
	.inRobotBan .title {
		font-size: 40px;
		line-height: 50px;
	}
	.inRobotBan .subTitle {
		font-size: 15px;
		line-height: 19px;
	}
	.inRobotBan .titleIcon .txt {
		font-size: 14px;
		line-height: 18px;
	}
	.inRobotBan .titleIcon .icn {
		width: 36px;
		min-width: 36px;
		height: 36px;
		margin-right: 10px;
	}
	.robotBig .inRobotBan .colRight {
		margin-top: 0;
	}
	.robotBig .robotImg,
	.robotImg img {
		max-height: 300px;
	}
}

@media (max-width: 390px){
	.alluBig .prod8Ban .line6 {
		line-height: 59px;
	}
	.alluBig .prod8Ban .img {
		height: 300px;
	}
	.alluBig .prod8Ban .sw5Area .setT {
		margin-bottom: 0;
	}
	.alluBig .prod8Ban .sw5Area .setT::before {
		width: 36px;
		min-width: 36px;
		height: 36px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.alluBig .redesign-big-card .prod8Ban .text {
		padding: 25px 0 0 3%;
	}
}

@media (max-width: 375px){
	.redesign-big-card .prod8Ban .line6{
		font-size: 40px;
	}

	.redesign-big-card .prod8Ban .text{
		padding-left: 20px;
	}

	.redesign-big-card .block_price_mobile {
		margin-bottom: 190px;
	}
	.big3revs .item .stars {
		margin-top: -5px;
		margin-bottom: 5px;
	}
	.alluBig .redesign-big-card .block_bottom .videoObzor,
	.alluBig .redesign-big-card .block_botton_mobile .videoObzor{
		padding: 19px 24px;
	}
	.alluBig  .prod8Ban .slBut{
		padding: 19px 42px;
	}
	.alluBig .prod8Ban .slBut.incart {
		width: 144px;
		padding: 9px 20px;
	}
	.alluBig .prod8Ban .sw5Area .setT::before {
		margin-bottom: 8px;
		margin-right: 5px;
	}
}

@media (max-width: 360px){
	div.redesign-big-card .prod8Ban div.text {
		padding: 24px 2% 10px ;
	}
	.alluBig .prod8Ban .img {
		height: 260px;
	}
	.inRobotBan .title {
		font-size: 34px;
		line-height: 46px;
	}
	.inRobotBan .subTitle {
		font-size: 14px;
		line-height: 18px;
	}
	.inRobotBan .butsArea .videoObzor {
		min-width: 120px;
		max-width: 120px;
	}
}

@media (max-width: 320px){
	.redesign-big-card .prod8Ban .text{
		padding: 5px 2% 0 20px;
	}
	.redesign-big-card .block_price_mobile {
		margin-bottom: 145px;
	}
	.redesign-big-card .prod8Ban .toline3.wbg{
		margin-bottom: 5px !important;
	}
	.redesign-big-card .prod8Ban .line2 {
		font-size: 45px;
		line-height: 40px;
	}
	.redesign-big-card .block_bottom .videoObzor,
	.redesign-big-card .block_botton_mobile .videoObzor{
		padding: 20px 20px 20px 20px;
	}
	.redesign-big-card .block_bottom .slBut,
	.redesign-big-card .block_botton_mobile .slBut{
		padding: 20px 40px;
	}
	.redesign-big-card .prod8Ban .line6{
		line-height: 50px;
	}
	.redesign-big-card .prod8Ban .line2 {
		font-size: 45px;
		line-height: 20px;
	}
	.redesign-big-card .prod8Ban .line4 {
		font-size: 11px;
	}
}

@media (max-width: 1140px){
	.bigProd3 .wrap.prod8Ban2,
	.big3block3 .wrap {
		padding: 70px 2% 30px;
	}
	.bigProd3 .big3block2 .wrap {
		padding: 70px 3% 30px;
	}
	.bigProd3 .big3block2.sliderLeftBlock .wrap{
		padding: 0;
	}
	.leftBG .prod8icons {
		padding: 34px 0 20px;
		margin-left: 51%;
		width: 49%;
	}
	.leftBG.sliderLeftBlock .prod8icons {
		padding: 0;
	}
	.p8bg .prod8icons .icns8 .prod8ic {
		display: flex;
		align-items: center;
	}
	.p8bg .topLastChildFlex .prod8icons .icns8 .prod8ic:last-child {
		display: flex;
		align-items: start;
	}
	.prod8icons .icns8 .prod8ic {
		width: 90%;
		margin-left: 0;
	}
	.bigProd3 .prod8icons {
		margin-left: 42%;
		width: 58%;
	}
	.bigProd3 .prod8icons .line1 {
		font-size: 40px;
		line-height: 40px;
	}
	.big3block4 img.wow, .big3block5 .area img{
		max-width:100%;
		width:auto;
		height:auto;
	}
	.big3block4 .area .flexJ > div span {
		font-size: 22px;
		line-height: 28px;
	}
	.big3block4 .area .flexJ > div small {
		font-size: 17px;
		line-height: 20px;
	}
	.big3block3 .area > .title {
		font-size: 40px;
		line-height: 40px;
	}
	.big3revs.slideInLeft{
		margin-bottom: 10px;
	}
	.big3block3 .area .line1 {
		font-size: 24px;
	}
	.big3block3 .area .list li {
		font-size: 18px;
		line-height: 20px;
	}
	.big3block4 .area .title {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 50px;
	}
	.big3block5 .area .title {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.big3block5 {
		padding-top: 0;
	}
	.big3block5 .area .flexJ > div span {
		font-size: 20px;
		line-height: 18px;
	}
	.big3block5 .area .flexJ > div small {
		font-size: 17px;
		line-height: 14px;
		display: inline-block;
		padding-top: 5px;
	}
	.big3block6 .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 35px;
	}
	.big3block6 .flexJ{
		flex-wrap: wrap;
	}
	.big3block6 .big3revs {
		/*display: none;*/
		/*flex:100%;*/
	}
	.bigProd3 .wrap.prod8Ban2, .big3block3 .wrap {
		padding: 50px 2% 30px;
	}
	.big3block3 .area {
		width: 56%;
		background-color: rgba(255,255,255,0.3);
		padding: 14px 0;
	}
	.big3block3.conBG .area,
	.bigProd3 .conBG .prod8icons{
		background-color: rgba(255,255,255,0.7);
		padding: 14px 20px;
		border-radius: 20px;
	}
	.conBG .big3revs {
		width: 100%;
	}
	.bigProd3 .conBG .prod8icons {
		margin-right: 2%;
		margin-left: 40%;
	}
	.bigProd3 .conBG .prod8icons.lbVideo{
		margin-left: 0;
	}
	.bigProd3 .conBG .prod8icons.rbVideo{
		margin-right: 0;
	}
	.big3block7 .photoBig3 {
		width: 800px;
		height: 410px;
	}
	.big3block7 .videoBig3 .title {
		font-size: 40px;
		line-height: 54px;
	}
	.bigProd3 .prod8icons .prod8ic span small {
		font-size: 18px;
		line-height: 16px;
	}
	.bigProd3 .big3block2 {
		padding: 30px 0;
	}
	.bigProd3 .p8kak .flexJ .p8k .text {
		color: #333333;
		font-family: "ProximaNova", sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 18px;
		text-align: center;
	}
	.bigProd3 .big3block10 .prod8icons {
		background-color: rgba(1,1,1,0.5);
		padding: 24px 14px;
		width: 55%;
	}
	.big3block10 .slBut2Big3{
		margin-top:30px;
	}
	.bigProd3 .big3block10 .prod8icons .line1 {
		margin: 10px 0 20px;
		font-size: 40px;
		line-height: 40px;
	}
	.bigProd3 .big3block10 .forButs {
		padding-bottom: 10px;
	}
	.block-slider__items{
		padding: 0 40px;
	}
	.block-slider__items .owl-prev{
		bottom: 50%;
		left: 5px;
	}
	.block-slider__items .owl-next{
		bottom: 50%;
		right: 5px;
	}
}

@media (max-width: 1050px){
	.bigKids .title {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0;
	}
	.bigKids .subtitles div {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
	}
	.bigKids .subtitles span {
		margin-right: 8px;
		width: 32px;
		height: 32px;
	}
	.kidProd .ttl {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 10px;
	}
	.kidProd .block_price {
		margin-bottom: 95px;
	}
	#bigToTop{
		display: none;
	}
}

@media (max-width: 960px){
	.show960{
		display: block;
	}
	img.show960{
		max-width:100%;
		width:auto;
		height:auto;
		display: block;
		margin: auto;
	}
	.big3block5.conBG{
		background-image: none !important;
		background: #fff;
	}
	.img960.conB:not(.fixBGmob){
		background-image: none !important;
		background: transparent;
	}
	.bigProd3 .img960 .prod8icons {
		margin-left: 0;
		width: 100%;
	}
	.img960 .prod8icons{
		padding: 34px 3% 0;
	}
	.bigProd3 .img960 .prod8icons .line1{
		text-align: center;
	}
	.big3block3.img960 .area {
		width: 100%;
		padding: 0;
	}
	.big3block3.img960 .area .line1{
		text-align: center;
	}
	.big3block3.img960 .area .title {
		margin: 0 0 15px;
		text-align: center;
	}
	.bigProd3 .img960 .wrap.prod8Ban2, .big3block3.img960 .wrap {
		padding: 0 2% 30px;
	}
	.big3block3.img960 .area > .text {
		width:75%;
		margin:auto;
	}
	.bigProd3 .leftBG.img960 .prod8icons {
		margin-left: 0;
		width: 100%;
	}
	.p8bg .img960 .prod8icons .prod8ic div{
		min-width:67px;
	}
	.big3block3.img960 .forBGlc .area {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.big3block3.img960 .forBGlc .area .text{
		text-align: left;
	}
	.big3block5.img960 .area img.noWo {
		display: none;
	}
	.BLOCKSEX.conB .area > img.show960 {
		opacity: 1;
		max-height: 100%;
		margin: 3% auto;
	}
	.big3block4.img960 img.wow{
		display: none;
	}
	.bigProd3 .leftBG .prod8icons {
		margin-left: 0;
		width: 75%;
	}
	.p8bg .prod8icons .prod8ic div {
		min-width: 67px;
	}

	.leftBG.sliderLeftBlock .forBGlc{
		flex-wrap: wrap;
	}
	.leftBG.sliderLeftBlock .forBGlc > div {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3%;
	}
	.bigProd3 .leftBG.sliderLeftBlock .prod8icons {
		padding: 3% 3% 0;
	}
	.bigProd3 .sliderLeftBlock .prod8icons .line1 {
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}

	.bigProd3 .wrap.prod8Ban2 {
		padding: 70px 2% 30px;
	}
	.bigProd3 .big3block2 .wrap{
		padding: 70px 0 30px;
	}
	.bigProd3 .big3block2 .wrap.lbVideo,
	.bigProd3 .big3block2 .wrap.rbVideo{
		flex-direction: column;
		padding-left:2%;
		padding-right:2%;
	}
	.bigProd3 .big3block2 .rbVideo .videoBlk,
	.bigProd3 .big3block2 .lbVideo .videoBlk{
		width:106%;
		order:1;
		margin-left: -3%;
		margin-right: -3%;
	}
	.bigProd3 .big3block2 .rbVideo .prod8icons,
	.bigProd3 .big3block2 .lbVideo .prod8icons{
		width: 100%;
		order:2;
		margin: 30px auto auto
	}
	.prod8Ban2 .line2 {
		font-size: 65px;
		line-height: 75px;
	}
	.prod8Ban2 .line3 {
		font-size: 18px;
		line-height: 18px;
	}
	.prod8Ban2 .line4 {
		font-size: 14px;
		line-height: 14px;
		padding-top: 4px;
	}
	.prod8Ban2 .toline3.wbg {
		margin-bottom: 32px;
	}
	.prod8Ban2 .line6 {
		/*padding-left: 64px;*/
	}
	.prod8Ban2 .countBuy, .prod8Ban .countBuy {
		padding: 2px 15px 7px;
		top: 4%;
		right: 4%;
		font-size: 15px;
		line-height: 24px;
		background-color: rgba(1,1,1,0.5);
	}
	.bigProd3 .big3block2.secBlock {
		padding: 30px 0;
		/*margin-top: -130px;*/
	}
	.bigProd3 .leftBG .prod8icons {
		margin-left: 0;
		width: 75%;
	}
	.bigProd3 .prod8icons {
		margin-left: 28%;
		width: 72%;
	}
	.big3block3 .area .title {
		font-size: 40px;
		line-height: 30px;
	}
	.big3block3 .area {
		width: 71%;
		padding: 10px 0;
	}
	.big3block4 .area .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.big3block4 .area .flexJ > div span {
		font-size: 19px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.big3block4 .area .flexJ > div small {
		font-size: 16px;
		line-height: 16px;
		display: inline-block;
	}
	.bigProd3 .prod8icons .line1 {
		font-size: 34px;
		line-height: 34px;
	}
	.big3block3 .rgVidArea{
		flex-wrap:wrap;
	}
	.big3block3 .rgVidArea .area{width: 100%;}
	.big3block3 .rgVidArea .videoBlk{
		width: 100%;
		margin-top: 30px;
	}
	.p8bg.bigProd3 .prod8icons .prod8ic span {
		font-size: 18px;
		line-height: 17px;
		max-width: none;
		padding-top: 6px;
	}
	.big3block5 .area .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.big3block5 .area .flexJ > div span {
		font-size: 18px;
		line-height: 18px;
	}
	.big3block5 .inVidArea .videoBlk {
		max-width: 106%;
		width: 106%;
		margin: 25px -3%;
	}
	.big3block6 .title {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 34px;
	}
	.big3block7 > .wrap{
		overflow: visible;
	}
	.big3block7 > .wrap > .title {
		font-size: 36px;
		line-height: 32px;
	}
	.big3block7 .photoBig3 {
		width: 600px;
		height: auto;
	}
	.big3block7 .videoBig3 .title {
		font-size: 32px;
		line-height: 40px;
	}
	.big3block7 .videoList span {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}
	.bigProd4 .big3block7 .videoList span{
		margin-top: 0;
		margin-bottom: 10px;
		height: auto;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
	}
	.big3block7 .videoList {
		padding-bottom: 30px;
	}
	.bigProd3 .p8kak {
		padding: 24px 0;
	}
	.leftBG .prod8icons {
		padding: 20px 0 10px;
		margin-left: 51%;
		width: 49%;
	}
	.bigProd3 .p7qe.p8qe .title {
		text-align: left;
		color: #1875df;
		font-family: "ProximaNova - Semibold", sans-serif;
		font-size: 34px;
		font-weight: 700;
		line-height: 34px;
	}
	.bigProd3 .p7qe.p8qe .text {
		font-size: 20px;
		line-height: 26px;
	}
	.bigProd3 .p8kak .title {
		font-size: 32px;
		line-height: 24px;
	}
	.bigProd3 .big3block10 .prod8icons .prod8ic span small {
		font-size: 22px;
		line-height: 21px;
	}
	.p8faq .title {
		font-size: 28px;
		line-height: 25px;
		margin-bottom: 32px;
	}
	.bigKids{
		background-image: url(/local/templates/.default/components/bitrix/catalog.element/prod/css/../images/big4/kidbg2.png);
	}
	.bigKids {
		position: relative;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		min-height: unset;
	}
	.bigKids .prods .right {
		text-align: center;
		width: 50%;
		padding-bottom: 30px;
		background-image: none !important;
	}
	.bigKids .prods .left {
		text-align: center;
		width: 50%;
		padding-bottom: 30px;
		background-image: none !important;
	}
	.bigKids .subtitles {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.bigKids .subtitles div {
		font-size: 18px;
		line-height: 22px;
		width: 100%;
	}
	.kidProd .sMob {
		display: block;
		margin: auto;
	}
	.bigKids1{
		height:auto;
		min-height: 0;
		padding-top:50px;
		padding-bottom:50px;
	}
	.bigKids1 .kidProd .sMob{
		display: none;
	}
	.bigKids .subtitles span {
		margin-right: 8px;
		width: 36px;
		height: 36px;
	}
	.bigKids .subtitles div {
		font-size: 18px;
		line-height: 22px;
		width: 100%;
		margin-bottom: 10px;
	}
	.kidProd .sttl {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.kidProd .ttl {
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 4px;
	}
	.bigKids .title {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0;
		padding-top: 24px;
		padding-bottom: 4px;
	}
	.kidProd.right .sttl {
		margin-bottom: 59px;
	}
	.kidProd .sttl {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 38px;
	}
	.kidProd .block_price {
		margin-bottom: 15px;
	}
	.kidProd{
		margin-top: 5px;
	}

	.block-slider__items{
		padding: 0;
	}
	.block-slider__items .owl-prev{
		bottom: 50%;
		left: -20px;
		width: 24px;
		height: 24px;
		border: 5px solid #0078ff;
		border-bottom: 0;
		border-right: 0;
	}
	.block-slider__items .owl-next{
		bottom: 50%;
		right: -20px;
		width: 24px;
		height: 24px;
		border: 5px solid #0078ff;
		border-bottom: 0;
		border-left: 0;
	}


	div.bigProd3 div.big3block2.fixBGmob,
	div.bigProd3 div.big3block3.fixBGmob{
		padding: 0 0 30px;
		background-image: none !important;
		background: #fff;
	}
	.bigProd3 .big3block2.fixBGmob .wrap,
	.bigProd3 .big3block3.fixBGmob .wrap{
		padding: 10px 0 30px;
	}
	.imageBgFixed .fixedImgBg {
		width: 100%;
		height: 40vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	html.bx-ios .fixedImgBg{
		background-attachment: initial;
	}
	.botImgHar{
		display:block;
		text-align: center;
	}
	.botImgHar img{
		margin: 0 auto 16px;
		max-width:100%;
		max-height: 70vh;
		width:auto;
		height:auto;
	}
	#inlineFancyImgHar{
		display: none;
		background: #000;
		padding: 0;
	}
	#inlineFancyImgHar img{
		max-height: 100vh;
	}
	#inlineFancyImgHar .fancybox-close-small svg,
	#inlineFancyImgHar .fancybox-close-small svg *,
	#inlineFancyImgHar .fancybox-close-small{
		opacity: 1;
		fill:#fff;
	}
	#inlineFancyImgHar .fancybox-close-small{
		width: 54px;
		height: 54px;
	}
	.BLOCKELB.botImg .forBGlc,
	.BLOCKELB.botImg.conB{
		background-image: none !important;
	}
	.big3block4.fixBGmob{
		padding-top:0;
		margin-bottom: 0;
	}
	.big3block4.fixBGmob .wrap{
		padding-bottom: 20px;
	}
	.big3block4.setHeight .wrap,
	.big3block5.setHeight .wrap{
		padding-bottom: 60px;
	}
	.big3block4.conBG.fixBGmob{
		background: #1d1d1d;
		background-image: none !important;
	}
	.big3block4.conBG.fixBGmob .wrap{
		padding-top:30px;
	}
	.big3block5.conBG .area .flexJ {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.big3block5.conBG .wrap{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.big3block5.conBG ~ .big3block3 {
		padding-top: 20px;
		margin-top: 0;
	}
	.big3block5.whiteText .area .flexJ > div span,
	.big3block5.whiteText .area .flexJ > div small,
	.big3block5.whiteText .area .title{
		color: #111;
	}
}

@media (max-width: 768px){
	.dk_slider_mobile{
		display: block;
	}
	.dk_slider_desctop{
		display: none;
	}

	.dk2_block{
		grid-template-columns: 1fr;
	}

	.bigProd3 .wrap.prod8Ban2 {
		padding: 70px 2% 30px;
	}
	.bigProd3 .big3block2.BLOCKONE .wrap{
		padding: 10px 0 20px;
	}
	.bigProd3 .big3block2.BLOCKONE .wrap.lbVideo,
	.bigProd3 .big3block2.BLOCKONE .wrap.rbVideo{
		padding: 10px 3% 20px;
	}
	.prod8Ban2 .countBuy, .prod8Ban .countBuy {
		padding: 2px 10px 6px;
		top: 1%;
		right: 1%;
		font-size: 15px;
		line-height: 24px;
	}
	.prod8Ban2 .countBuy b, .prod8Ban .countBuy b {
		font-size: 20px;
		line-height: 20px;
	}
	.prod8Ban2 .line1 {
		font-size: 20px;
		line-height: 24px;
	}
	.prod8Ban2 .line2 {
		/*font-family: "Proxima Nova";
		font-size: 50px;
		font-weight: 800;
		line-height: 60px;
		padding: 7px 0;*/
	}
	.bigProd3 .big3block2.BLOCKELE{
		padding:0;
	}
	.bigProd3 .big3block2.BLOCKELE .wrap {
		padding: 0;
		margin:15px auto;
	}
	.bigProd3 .p8toCol > .title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.bigProd3 .dopProds .title {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.BLOCKCOL .p8TC .img {
		width: 100%;
		height: auto;
		background-size: contain;
		display: inline-block;
		padding-top: 60%;
	}
	.prod8Ban2 .toline3.wbg {
		margin-bottom: 22px;
	}
	.prod8Ban2 .block_botton{
		text-align: center;
	}
	.wrap.prod8Ban2 {
		min-height: 660px;
	}
	.bigProd3 .big3block2.secBlock.BLOCKONE {
		padding: 0;
		margin-top: 0;
	}
	.big3block4.setHeight .wrap{
		padding-bottom: 10px;
	}
	.bigProd3 .leftBG .prod8icons {
		margin-left: 0;
		width: 100%;
		padding: 3%;
	}
	.bigProd3 .prod8icons .prod8ic span small {
		font-size: 14px;
		line-height: 14px;
		padding-top: 5px;
		font-family: "Proxima Nova", sans-serif;
		color: #333;
	}
	.bigProd3 .I4 .area .title, .bigProd3 .I4 .area .line1,
	.bigProd3 .I9 .area .title, .bigProd3 .I9 .area .line1
	{
		text-align: left;
		padding-left:45px;
	}
	.big3block3.img960 .area .line1, .big3block3.img960 .area .title {
		text-align: center;
	}
	.bigProd3 .prod8icons {
		margin-left: 0;
		width: 100%;
		background: #ffffffe0;
	}
	.big3revs {
		position: relative;
		padding: 14px 2%;
		border-radius: 6px;
		box-shadow: 0 0 16px rgba(0,0,0,.16);
		width: 100%;
	}
	.big3revs .moreDots{
		width: 100%;
		margin: 0;
	}
	.big3revs .item{
		text-align:left;
	}
	.big3revs .item .stars.stars3 {
		background-position-x: -32px;
	}
	.big3block3 .area {
		background-color: rgba(255,255,255,0.6);
	}
	.bigProd3 .big3block2 {
		padding: 5px 0;
	}
	.bigProd3 .wrap.prod8Ban2, .big3block3 .wrap {
		padding: 12px 0 20px;
	}
	.big3block3 .area {
		width: 100%;
		padding: 10px 2%;
	}
	.big3block3 .forBGlc .area{
		width: 100%;
		margin-left: 0;
	}
	.big3block3 .area .line1 {
		font-size: 22px;
		text-align: center;
	}
	.big3block3 .area .title {
		font-size: 34px;
		line-height: 25px;
		text-align: center;
		margin: 0 0 10px;
	}
	.big3block3 .area .list, .big3block3 .area > .text {
		margin: 0 45px 0;
	}
	.big3revs.slideInLeft .item .title {
		color: #333333;
		font-family: "Proxima Nova Cond - Semibold", sans-serif;
		font-size: 19px;
		font-weight: 400;
		line-height: 26px;
		margin: 5px 0 0;
		text-align: left;
	}
	.big3block4 .area .title {
		font-size: 32px;
		line-height: 29px;
		margin-bottom: 28px;
	}
	.big3block4 .area .flexJ {
		margin-bottom: 44px;
		flex-wrap: wrap;
	}
	.big3block4 .area .flexJ > div {
		background-position: center left;
		background-repeat: no-repeat;
		width: 100%;
		text-align: left;
		min-height: 53px;
		background-size: 51px;
		padding: 0 0 0 68px;
		margin: 7px 0;
	}
	.big3block4 .area .flexJ > div span {
		font-size: 19px;
		line-height: 27px;
		margin-bottom: 0;
	}
	.big3block4 {
		text-align: center;
		padding-top: 32px;
		position: relative;
		z-index: 3;
		margin-bottom: 10px;
	}
	.bigProd3 .prod8icons .line1 {
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}
	.big3block5 .area .title {
		font-size: 34px;
		line-height: 36px;
		margin-bottom: 0;
	}
	.big3block5 .area .flexJ{
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.big3block5 .area .flexJ > div {
		background-position: center left;
		background-repeat: no-repeat;
		width: 100%;
		text-align: left;
		min-height: 53px;
		background-size: 51px;
		padding: 0 0 0 68px;
		margin: 7px 0;
	}
	.robotBig4 .big3block5 .area .flexJ > div{
		padding-top: 0;
		margin-top: 7px;
	}
	.big3block6 {
		padding: 24px 0 14px;
		text-align: center;
	}
	.big3block6 .title {
		font-size: 34px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.big3block3 .area .line1 {
		font-size: 22px;
		text-align: center;
		color: #000;
	}
	.big3block3 .area .title {
		color: #000;
	}
	.big3block3 .area .list li, .big3block3 .area > .text {
		font-size: 18px;
		line-height: 18px;
		text-align: left;
		padding: 5px 0;
		color: #000;
	}
	.big3revs .item {
		padding: 5px 0 5px 80px;
		background-size: 70px;
	}
	.bigProd3 .big3revs {
		margin-top: 12px;
		background-color: rgba(255,255,255,0.7);
	}
	.bigProd3 .big3block6 .big3revs {
		margin-top: 12px;
		background-color: rgba(255,255,255,1);
	}
	.big3revs .owl-prev, .big3revs .owl-next {
		border-color: #999;
		top: 50%;
		margin-top: -10px;
	}
	.big3revs .item.noImg .circleNI{
		left:0;
	}
	.big3block7 > .wrap > .title {
		font-size: 25px;
		line-height: 25px;
	}
	.big3block7 .photoBig3 {
		width: 100%;
	}
	.big3block7 .photoBig3 .item {
		height: 210px;
	}
	.big3block7 .videoBig3 {
		padding-top: 3%;
	}
	.big3block7 .videoBig3 .title {
		font-size: 24px;
		line-height: 30px;
	}
	.big3block7 .videoList.flexJ {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.big3block7 .videoList.flexJ > div {
		width: 100%;
		padding-bottom: 20px;
	}
	.big3block7 .videoBig3 .title {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 14px 0;
	}
	.bigProd3 .p8kak .title {
		font-size: 32px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.bigProd3 .big3block10 .prod8icons .line1 {
		margin: 14px 0 9px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}
	.bigProd3 .big3block10 .prod8icons .prod8ic span small {
		font-size: 18px;
		line-height: 17px;
	}
	.p8bg.bigProd3 .big3block10 .prod8icons .prod8ic span {
		font-size: 17px;
		line-height: 20px;
	}
	.bigProd3 .big3block10 .forButs {
		padding-bottom: 10px;
		text-align: center;
		padding-top: 4px;
	}
	.slBut2Big3 {
		font-size: 18px;
		line-height: 18px;
		padding: 20px 28px;
	}
	.slBut3Big3 {
		font-size: 18px;
		line-height: 18px;
		padding: 20px 38px;
	}
	.big3block10 .slBut2Big3 {
		margin-top: 20px;
	}
	.p8faq .title {
		font-size: 24px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.p8faq {
		padding: 32px 0 10px;
	}
	.bigProd3 .p7qe.p8qe .title {
		text-align: center;
		font-size: 28px;
		line-height: 30px;
	}
	.bigProd3 .p7qe.p8qe .text {
		font-size: 18px;
		line-height: 23px;
	}
	.bigProd3 .p7qe.p8qe .text a {
		font-size: 18px;
	}
	.harakt .wrap .wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.harakt .wrap .wrap .prod8icons{
		padding-left:3%;
		padding-right:3%;
	}
	.bigProd3 .p8kak .flexJ .p8k .text {
		text-align: left;
	}
	.collectBlock .nowarp .wrap .bluline {
		margin-top: -5px;
	}
	.bigProd3 .owl3pop .owl-dots {
		display: block;
		text-align: center;
		position: relative;
		top: 0;
	}
	.bigProd3 .owl3pop .owl-dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		border: 2px solid transparent;
		background: #bbb;
		padding: 0;
		margin: 0 2px;
		border-radius: 50%;
		transition: all ease 1s;
	}
	.bigProd3 .owl3pop .owl-dot.active {
		border: 2px solid #0a7ddd;
		background: #fff;
		transition: all ease 1s;
	}
	.bigProd3 .owl3pop .owl-dot .span{
		display: none;
	}
	.bigProd3 .bgDopL {
		background-color: #fff;
		margin-top: 15px;
	}

	.inMobShow{
		display: block;
	}
	.inMobShow{
		width:50%;
		position: relative;
		left: 25%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: -10px 0 20px;
	}
	.inMobShow span{
		display: block;
		width:10px;
		height:10px;
		background: transparent;
		border:2px solid #555;
		border-radius: 50%;
		transition: all ease 0.3s;
	}
	.inMobShow span.active{
		background: #555;
		transition: all ease 0.3s;
	}
	.tableBlock {
		padding-top: 60px;
		padding-bottom: 10px;
		z-index:0;
	}
	.tableBlock .wrap{
		position: relative;
		z-index:1;
	}

	.selectBlock{
		padding-top: 40px;
		position: relative;
		z-index: 1;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.selectBlock > .title {
		font-size: 27px;
		font-weight: 300;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.selectBlock .prodList{
		flex-wrap: wrap;
	}
	.selectBlock .prodList .item.item1 {
		width: 100%;
		margin-right:0;
	}
	.selectBlock .prodList .item.item2 {
		width:100%;
		margin: 0 0 60px;
	}
	.selectBlock .prodList .item.item3 {
		width:100%;
		margin: 0;
	}
	.selectBlock .prodList .item{
		margin-bottom: 60px;
	}
	.selectBlock .prodList .item.item1 {
		width: 100%;
		margin-right: 0;
	}
	.selectBlock .prodList .item > *{
		float: none;
	}
	.selectBlock .prodList .item:after{
		content: "";
		display: block;
		clear: both;
	}
	.selectBlock .prodList .item .img {
		padding-top: 33%;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 49%;
		margin: auto;
	}
	.selectBlock .prodList .item.item1 .img{
		background-image: url(/local/img/big4/kidmini1.png) !important;
	}
	.selectBlock .prodList .item.item2 .img{
		background-image: url(/local/img/big4/kidmini2.png) !important;
	}
	.selectBlock .prodList .item.item1 .price {
		width: auto;
	}
	.selectBlock .prodList .item .btns {
		width: 50%;
		margin: auto;
		padding-left: 0;
	}
	.selectBlock .prodList .item .buyArea .but-mini {
		border-radius: 36px;
		font-size: 27px;
		font-weight: 400;
		padding: 21px 32px;
		letter-spacing: -1px;
	}
	.selectBlock .prodList .item .img::after {
		right: -7%;
		top: 21%;
	}
	.bigKids .title {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0;
		padding-top: 24px;
		padding-bottom: 4px;
		font-weight: 600;
		text-align: left;
	}
	.bigKids .title_2 {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0;
		padding-top: 0;
		padding-bottom: 14px;
		font-weight: 600;
		text-align: left;
	}
	.bigKids .subtitles div {
		font-size: 18px;
		line-height: 22px;
		width: 100%;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.kidProd .block_price{
		margin-top: 12px;
	}
	.kidProd .block_price .line6 {
		font-family: Gilroy, sans-serif;
		font-size: 35px;
		line-height: 1.2;
		font-weight: 600;
		text-shadow: 0 8px 29px rgba(0,0,0,0.56);
		color: #ffffff;
	}
	.kidProd .block_price .line5 {
		opacity: 0.5;
		font-family: Gilroy, sans-serif;
		font-size: 24px;
		line-height: 1.2;
		font-weight: 500;
		color: #ffffff;
	}
	.bigKids .subtitles span {
		margin-right: 8px;
		width: 32px;
		height: 32px;
	}
	.bigKids .subtitles{
		margin-bottom: 14px;
	}
	.bigProd4 .redesign-big-card .block_bottom.desctop{
		display: none;
	}
	.bigProd4 .redesign-big-card{
		background-position: top center;
		background-size: 105%;
	}
	.bigProd4 .block-slider{
		padding-bottom: 30px;
	}
	.bigProd4 .block-slider__title{
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}
	.bigProd4 .slider-block{
		padding: 20px 10px;
	}
	.bigProd4 .slider-block__title{
		height: 52px;
		padding-bottom: 10px;
		box-sizing: content-box;
	}
	.bigProd4 .slider-block__img{
		height: 45.25vw;
		min-height: 180px;
		padding-bottom: 10px;
		box-sizing: border-box;
	}
	.bigProd4 .slider-block__icons{
		grid-gap: 10px;
	}
	.bigProd4 .slider-block__icon--img{
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}
	.bigProd4 .slider-block__icon--title{
		font-size: 16px;
		line-height: 17px;
	}
	.bigProd4 .slider-block__icon--subtitle{
		font-size: 12px;
		line-height: 13px;
	}
	.bigProd4 .block-slider__items .owl-prev{
		z-index: 1;
		top: 34vw;
		bottom: initial;
		left: 15px;
		width: 22px;
		height: 22px;
		border: 4px solid #0078ff;
		border-bottom: 0;
		border-right: 0;
		border-radius: 3px;
	}
	.bigProd4 .block-slider__items .owl-next{
		z-index: 1;
		top: 34vw;
		bottom: initial;
		right: 15px;
		width: 22px;
		height: 22px;
		border: 4px solid #0078ff;
		border-bottom: 0;
		border-left: 0;
		border-radius: 3px;
	}
	.bigProd4.p8bg .prod8icons .icns8 > div{
		min-height: auto;
		margin-bottom: 10px;
	}
	.bigProd4.p8bg.bigProd3 .prod8icons .prod8ic div{
		width: 42px !important;
		height: 42px !important;
		flex: 42px !important;
		min-width: 42px !important;
		background-position: center;
		background-size: contain;
	}
	.bigProd4.p8bg.bigProd3 .prod8icons .prod8ic span{
		font-size: 18px;
		line-height: 16px;
		width: 100%;
	}
	.bigProd4.p8bg.bigProd3 .prod8icons .prod8ic span small{
		font-size: 12px;
		line-height: 13px;
	}
	.bigProd4 .big3block7 > .wrap > .title{
		font-size: 24px;
		line-height: 28px;
		margin: 10px 0;
	}
	.bigProd4 .big3block7 .forBut{
		display: none;
	}
	.bigProd4 .big3block7 .videoBig3 .title{
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 10px 0;
	}
	.bigProd4 .big3block6 .title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.bigProd4 .block-ELB{
		position: relative;
	}
	.bigProd4 .block-ELB .block__title{
		z-index: 2;
		position: relative;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
	}
	.bigProd4 .block-ELB .block__icons{
		z-index: 2;
		position: relative;
		width: 100%;
		grid-gap: 10px;
	}
	.bigProd4 .block-ELB .block__image{
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 100%;
		width: 70%;
		transform: translate(-50%, -50%);
	}
	.bigProd4 .block-ELB .block__buttons{
		display: none;
	}

	.bigProd4 .BLOCKTEN,
	.bigProd4 .BLOCKELA{

	}
	.bigProd4 .BLOCKTEN .p8kak .title,
	.bigProd4 .BLOCKELA .p8kak .title{
		font-size: 28px;
		line-height: 26px;
		color: #0078ff;
		padding-bottom: 10px;
	}
	.bigProd4 .BLOCKTEN .p8kak .flexJ .p8k,
	.bigProd4 .BLOCKELA .p8kak .flexJ .p8k{
		display: flex;
		align-items: flex-start;
		padding-top: 10px;
	}
	.bigProd4 .BLOCKTEN .p8kak .flexJ .p8k .p8kakimg,
	.bigProd4 .BLOCKELA .p8kak .flexJ .p8k .p8kakimg{
		width: 52px;
		height: 52px;
		background-position: center !important;
		background-size: 32px;
		margin: 5px 0 5px 5px;
	}
	.bigProd4 .BLOCKTEN .p8kak .flexJ .p8k:nth-child(1) .p8kakimg,
	.bigProd4 .BLOCKELA .p8kak .flexJ .p8k:nth-child(1) .p8kakimg{
		background-position-x: 15px !important;
	}
	.bigProd4 .BLOCKTEN .p8kak .flexJ .p8k .text,
	.bigProd4 .BLOCKELA .p8kak .flexJ .p8k .text{
		font-size: 12px;
		line-height: 16px;
		width: calc(100% - 65px);
		padding-left: 10px;
	}
	.bigProd4 .BLOCKTEN .p8kak .flexJ .p8k .text b,
	.bigProd4 .BLOCKELA .p8kak .flexJ .p8k .text b{
		font-size: 16px;
	}
	.bigProd4 .BLOCKTEN .p8kak .forBut .slBut,
	.bigProd4 .BLOCKELA .p8kak .forBut .slBut{
		width: 70%;
		padding: 15px 20px;
	}

	.bigProd4 .collect__title{
		font-size: 28px;
		line-height: 38px;
		margin: 0;
		padding: 20px 0 30px 0;
	}
	.bigProd4 .collect__items{
		padding-top: 20px;
	}
	.bigProd4 .collect__item{
		position: relative;
		flex-wrap: wrap;
	}
	.bigProd4 .collect__item--product{
		width: 50%;
	}
	.bigProd4 .collect__item--image{
		height: 120px;
		padding: 0 15px;
	}
	.bigProd4 .collect__item--link{
		height: 70px;
		font-size: 12px;
		line-height: 16px;
	}
	.bigProd4 .collect__item--price{
		font-size: 18px;
		line-height: 17px;
	}
	.bigProd4 .collect__item--plus{
		position: absolute;
		height: 120px;
		margin: 0;
	}
	.bigProd4 .collect__item--ravno{
		width: 100%;
		height: 30px;
	}
	.bigProd4 .collect__item--total{
		padding-left: 0;
	}
	.bigProd4 .collect__item--total-sum{
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.bigProd4 .collect__item--total-discount{
		font-size: 22px;
		padding-top: 10px;
	}
	.bigProd4 .collect__items .owl-dots{
		flex-wrap: wrap;
		grid-gap: 0 15px;
		padding: 0 20px;
	}

	.reviews-desktop{
		display: none;
	}
	.reviews-mobile{
		display: flex;
	}
	.mobile-blocks-menu{
		display: flex;
	}

	.bottom-fixed-menu{
		display: flex;
	}
	.bigProd4 .only-desktop{
		display: none;
	}
	.bigProd4 .only-mobile{
		display: block;
	}
	.bigProd4 .big3revs .owl-prev,
	.bigProd4 .big3revs .owl-next{
		top: initial;
	}

	.video-reviews-slider{
		margin-top: -22px;
		padding: 100px 0 10px 0;
	}
	.video-reviews-slider__title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.video-reviews-slider__item--title{
		height: auto;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
		margin-bottom: 10px;
	}
	.video-reviews-slider__item--link{
		height: 55.25vw;
	}
	.video-reviews-slider__item--link::before{
		background-size: contain;
		width: 56px;
		height: 38px;
	}
	.video-reviews-slider__items .owl-prev{
		z-index: 1;
		bottom: 30vw;
		left: 10px;
		width: 22px;
		height: 22px;
		border-width: 4px;
		border-radius: 3px;
	}
	.video-reviews-slider__items .owl-next{
		z-index: 1;
		bottom: 30vw;
		right: 10px;
		width: 22px;
		height: 22px;
		border-width: 4px;
		border-radius: 3px;
	}
	.bigProd3 .conBG .prod8icons{
		margin-left:0;
		margin-right: 0;
	}
	.bigProd3.p8bg .I4 .area > .title{
		text-align: center;
	}
	._RK304849 .big3block4.BLOCKFOR .area .flexJ > div,
	._RK304850 .big3block4.BLOCKFOR .area .flexJ > div {
		background-size: 60px;
	}
	.bigProd3 .conBG .prod8icons{
		padding-left: 3%;
		padding-right: 3%;
	}
	._RK355179 .big3block7.BLOCKNIT{
		padding-top: 0;
		margin-top: -14px;
	}
	#BI24_7089.BLOCKONE24{
		padding-bottom: 0;
	}
}

@media(max-width:769px), (width:812px){
	.selectBlock{
		padding-top: 40px;
		position: relative;
		z-index: 1;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.selectBlock > .title {
		font-size: 27px;
		font-weight: 300;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.selectBlock .prodList{
		flex-wrap: wrap;
	}
	.selectBlock .prodList .item.item1 {
		width: 100%;
		margin-right:0;
	}
	.selectBlock .prodList .item.item2 {
		width:100%;
		margin: 0 0 60px;
	}
	.selectBlock .prodList .item.item3 {
		width:100%;
		margin: 0;
	}
	.selectBlock .prodList .item{
		margin-bottom: 60px;
	}
	.selectBlock .prodList .item.item1 {
		width: 100%;
		margin-right: 0;
	}
	.selectBlock .prodList .item > *{
		float: none;
	}
	.selectBlock .prodList .item:after{
		content: "";
		display: block;
		clear: both;
	}
	.selectBlock .prodList .item .img {
		padding-top: 33%;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 49%;
		margin: auto;
	}
	.selectBlock .prodList .item.item1 .img{
		background-image: url(/local/img/big4/kidmini1.png) !important;
	}
	.selectBlock .prodList .item.item2 .img{
		background-image: url(/local/img/big4/kidmini2.png) !important;
	}
	.selectBlock .prodList .item.item1 .price {
		width: auto;
	}
	.selectBlock .prodList .item .btns {
		width: 50%;
		margin: auto;
		padding-left: 0;
	}
	.selectBlock .prodList .item .buyArea .but-mini {
		border-radius: 36px;
		font-size: 27px;
		font-weight: 400;
		padding: 21px 32px;
		letter-spacing: -1px;
	}
	.selectBlock .prodList .item .img::after {
		right: -7%;
		top: 21%;
	}
	.toLeftSlide .arrowArea div.next{
		right:3%;
	}
	.toLeftSlide .arrowArea .prev{
		left:3%;
	}
	#I2358177 > .prod8icons{padding:0}

	/*.slideArea .slideTrail{
		overflow-x: scroll;
	}*/
}

@media (max-width: 720px){
	.prod8Ban .subline1{
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
}

@media (max-width: 600px) {

	#rbtDelivBlk {
		padding: 30px 0 20px;
	}
	div.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:first-child {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	div.tbwp-location-delivery.rbLocDelivery .infoDeliveryRb > div:last-child {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.bigProd3 .wrap.prod8Ban2, .big3block3 .wrap {
		padding: 12px 0 0;
	}
	.bigProd3 .big3block2.BLOCKFIV .wrap {
		padding: 10px 0;
	}
	.bigProd3 .big3block2.BLOCKFIV.fixBGmob .wrap {
		padding: 0;
	}
	.BLOCKCOL .p8TC .img {
		background-size: contain;
		padding-top: 50%;
		background-position: center;
	}
	.bigProd3 .p8faq .title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.big3revs.slideInLeft .item .title {
		line-height: 18px;
		padding-left: 0;
		padding-bottom: 4px;
	}
	.big3revs.slideInLeft .item {
		background-position: left 7px;
	}
	.big3block3 .area .list li, .big3block3 .area > .text {
		font-size: 14px;
		line-height: 18px;
	}
	.big3block5 .area .flexJ > div span {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 1px;
	}
	.big3block5 .area .flexJ > div small {
		font-size: 14px;
		line-height: 14px;
		padding-top: 2px;
	}
	.robPriceBlock.csPriceRob{
		flex-wrap: wrap;
	}
	.robPriceBlock.csPriceRob .block_switch_color{
		width: 100%;
	}
	.block_switch_color .swColor::before {
		width: 24px;
		min-width: 24px;
		height: 24px;
		margin-right: 7px;
		margin-bottom: 0;
	}
}

@media (max-width: 550px){
	.prod8Ban .subline1{
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 0;
	}
	.tableBlock .title {
		margin-bottom: 22px;
		font-size: 26px;
		line-height: 40px;
	}
	.tableBlock .table table tr td:nth-child(1) i {
		background: url(/product/cgpods/img/ok1.png) no-repeat left 2px;
	}
	.tableBlock .table table tr td {
		padding: 7px 9px;
		font-size: 15px;
	}
	.tableBlock .table table tr:first-child td {
		font-size: 17px;
	}

	.faqBlock .title {
		font-size: 20px;
		line-height: 28px;
	}
	.faqBlock {
		padding-top: 10px;
	}
	.faqBlock .faqList .item b {
		font-size: 18px;
	}
	.faqBlock .faqList .item {
		font-size: 16px;
		line-height: 22px;
	}
	.selectBlock .prodList .item .img::after {
		right: -25%;
		top: 21%;
		width: 54px;
		height: 54px;
		background-size: contain;
	}
	.selectBlock .prodList .item.item3 .img::after {
		background-size: contain;
	}
	.selectBlock > .title {
		font-size: 21px;
		line-height: 28px;
	}
	.selectBlock{
		padding-top: 20px;
	}
	.selectBlock .prodList .item .sub {
		font-size: 20px;
		line-height: 24px;
		margin-top: 17px;
	}
	.selectBlock .prodList .item .title {
		font-size: 36px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.selectBlock .prodList .item .price > span {
		font-size: 25px;
		line-height: 32px;
		letter-spacing: -0.7px;
	}
	.selectBlock .prodList .item .price span .b {
		font-size: 25px;
		letter-spacing: -1.2px;
	}
	.selectBlock .prodList .item .price {
		font-size: 44px;
		letter-spacing: -1.2px;
	}
	.selectBlock .prodList .item .price .b {
		font-size: 43px;
		letter-spacing: -0.7px;
	}
	.selectBlock .prodList .item .btns {
		width: 80%;
	}
	.selectBlock .prodList {
		flex-wrap: wrap;
		background: transparent;
	}
	.kidProd .ttl {
		font-size: 25px;
		line-height: 26px;
		padding-bottom: 4px;
	}
	.kidProd .sttl {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 15px;
		height: 30px;
	}
	.kidProd.right .sttl {
		margin-bottom: 15px;
	}
	.kidProd .block_price .line6 {
		font-family: Gilroy, sans-serif;
		font-size: 33px;
		line-height: 28px;
	}
	.kidProd .block_price .line5 {
		opacity: 0.5;
		font-family: Gilroy, sans-serif;
		font-size: 20px;
		line-height: 24px;
	}
	.kidProd .slBut {
		line-height: 20px;
		padding: 20px 50px;
	}
	.kidProd .sMob {
		display: block;
		margin: auto;
		max-width: 100%;
	}
	#I1267578 .block_botton_mobile{margin:-20px 0 20px}
	#BI6367149 .rbVideo .prod8icons{margin-top:0;padding-top:16px;padding-bottom: 0;}
	#BI24_367149{padding-top:0;padding-bottom: 0;}
	#I3367149 .prod8icons{padding-top: 0;}
	._RK364906 .big3block7.BLOCKNIT{padding-top: 0;}
}

@media (max-width: 440px){
	.bigProd3 .wrap.prod8Ban2 {
		padding: 70px 2% 30px;
	}
	.bigProd3 .big3block2 .wrap{
		padding: 0;
	}
	.prod8Ban2 .line6 {

		margin-bottom: 14px;
	}
	.big3block6 .title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.big3block3 .area .title {
		font-size: 28px;
	}
	.swobLine2 {
		margin: 22px 0 5px;
	}
	.big3block3.BLOCKTRE .area .line1 {
		font-size: 22px;
		text-align: center;
		color: #000;
		line-height: 20px;
		margin-bottom: 13px;
	}
	.big3block5 .area .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 0;
	}
	.big3block5.conBG .area .title {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.bigProd3 .prod8icons .line1 {
		margin-bottom: 18px;
		margin-left: auto;
	}
	.big3block4 .area .title {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 3px;
	}
	.prod8Ban2 .videoObzor.videoObzor2 {
		background: transparent;
		padding: 16px 50px;
		margin-top: 18px;
		margin-left: 0;
		margin-right:0;
	}
	.prod8Ban2 .line6 {
		color: #ffffff;
		font-family: "Gilroy - Semibold", sans-serif;
		font-size: 48px;
		font-weight: 400;
		line-height: 63px;
		margin-bottom: 21px;
	}
	.prod8Ban2 .toline3.wbg {
		/*margin-bottom: 22px;
		width: 83%;
		margin: 0 auto 20px;*/
	}
	.bigProd3 .wrap.prod8Ban2, .big3block3 .wrap {
		padding: 0;
	}
	.prod8Ban2 .slBut, .p8complect .slBut, .p8toCol .slBut, .p8kak .slBut, .p7qe.p8qe .p7form input[type="submit"], .dopProds .slBut, .PM8area .slBut {
		color: #ffffff;
		font-family: "ProximaNova Cn Lt", sans-serif;
		font-size: 20px;
		font-weight: 600;
		border-radius: 34px;
		background-color: #0078ff;
		line-height: 20px;
		padding: 18px 58px;
		border: 0 none;
	}
	.bigProd3.p8bg .prod8icons .prod8ic div {
		background-repeat: no-repeat;
		background-position: center;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 52px;
		height: 60px;
		flex: 62px;
		min-width: 52px;
	}
	.bigProd3.p8bg .harakt .prod8icons .prod8ic div {
		background-size: 40px;
		width: 40px;
		flex: 40px;
	}
	.p8bg.bigProd3 .prod8icons .prod8ic span {
		color: #333333;
		font-family: "Proxima Nova Cond - Semibold", sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 16px;
		max-width: none;
		width:100%;
		display: inline-block;
		vertical-align: middle;
	}
	.bigProd3.p8bg .harakt .prod8icons .prod8ic span {
		padding-top:0;
	}
	.slButBig3 {
		font-size: 20px;
		line-height: 20px;
		padding: 18px 50px;
	}
	.p8kak .flexJ .p8k .p8kakimg {
		width: 90px;
		height: 90px;
		margin: 14px 0 14px 14px;
		display: inline-block;
		vertical-align: middle;
		background-size: 48px;
	}
	.p8kak .flexJ .p8k:nth-child(1) .p8kakimg {
		background-position-x: 26px;
	}
	.p8kak .flexJ .p8k:nth-child(3) .p8kakimg {
		background-position: 21px 21px;
	}
	.bigProd3 .wrpMH .owl-stage-outer, .bigProd3 .wrpMH {
		max-height: 600px;
	}
	.bigProd3 .wrpMH .SOAnewComplArea{
		max-height: 600px;
	}
	.photoBig3 .swiper-photo-button-prev,
	.photoBig3 .owl-prev,
	.photoBig3 .swiper-photo-button-next,
	.photoBig3 .owl-next{
		width: 22px;
		height: 22px;
		border-width: 3px;
		margin-bottom: -18px;
		border-color: #888888aa;
		border-radius: 0;
		z-index: 5;
	}
	.photoBig3 .swiper-photo-button-prev,
	.photoBig3 .owl-prev {
		left: 0;
	}
	.photoBig3 .swiper-photo-button-next,
	.photoBig3 .owl-next {
		right: 0;
	}
	.big3block10 > .wrap{
		padding-left:0;
		padding-right:0;
	}
	.selectBlock .prodList .item .btns {
		width: 100%;
	}
	.bigProd4 .block-slider__items .owl-prev{
		top: 28%;
	}
	.bigProd4 .block-slider__items .owl-next{
		top: 28%;
	}
}
@media(max-width:380px){
	.bigProd3 .owl3pop .owl-dots {
		top: -30px;
	}
}

@media (max-width: 500px) {
	.hidemob {
		display:none !important;
	}
}
@media (min-width: 501px) {
	.hidepc {
		display:none !important;
	}
}
@media (max-width: 768px) {
	.hidepc2 {
		display:block !important;
	}
	.icns8 img{
		margin: 20px auto 0;
		max-width:100%;
		max-height: 550px;
		width:auto;
		height:auto;
	}
}
@media (min-width: 769px) {
	.hidepc2 {
		display:none !important;
	}
}


.bigKids1 .kidProd.left .ttl, .bigKids1 .kidProd.left .sttl, .bigKids1 .kidProd.left .sttl2{
	text-align: right;
}
.bigKids1 .kidProd.right .ttl, .bigKids1 .kidProd.right .sttl, .bigKids1 .kidProd.right .sttl2{
	text-align: left;
}
.bigKids1 .tIbN {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 68px;
	font-family: 'ProximaNova', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
	max-width:326px;
	margin-bottom:44px;
}
.bigKids1 .left .tIbN{
	float:right;
}
.bigKids1 .msBl{
	clear:both;
}
.bigKids1 .kidProd .ttl {
	font-family: 'ProximaNova Rg', sans-serif;
}

@media (max-width: 768px){
	.n-pc{
		display: initial;
	}
	.n-mob{
		display: none;
	}
	.robPriceBlock {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.inRobotBan .robPriceBlock .countBuy{
		display: flex;
	}
	.inRobotBan .countBuy {
		border:0 none;
		text-align: center;
		border-radius: 10px;
		padding: 8px 18px;
		margin-bottom: 3px;
		min-width: 150px;
		height:auto;
	}
	.inRobotBan .countBuy span{
		margin-bottom: 3px;
	}
	.bigKids1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bigKids1 .prods {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0 3%;
	}
	.bigKids1 .prods .right{
		background: transparent;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bigKids1 .prods .left{
		background: transparent;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.bigKids1 .left .tIbN{
		float:none;
	}
	.bigKids1 .prods .sMob{
		display: block;
		margin-left:0;
	}
	.bigKids1 .tIbN{
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 68px;
		font-family: 'ProximaNova', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color: #FFFFFF;
		text-align: left;
	}
	.bigKids1 .kidProd.left .ttl, .bigKids1 .kidProd.left .sttl, .bigKids1 .kidProd.left .sttl2{
		text-align: left;
	}
	.bigKids1 .kidProd .ttl{
		font-size: 49px;
		line-height: 36px;
		padding-bottom: 4px;
		font-family: "ProximaNova Rg", sans-serif;
	}
	.kidProd .sttl{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 11px;
	}
	.bigKids1 .prods .kidProd .sttl2{
		font-family: 'ProximaNova', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 22px;
		text-transform: uppercase;
		color: #FFFFFF;
		margin-bottom: 22px;
		margin-top: 22px;
	}
	.bigKids1 .kidProd .block_price{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.bigKids1 .kidProd .block_price .line5{
		opacity: 0.5;
		font-family: Gilroy, sans-serif;
		font-size: 22px;
		line-height: 22px;
		font-weight: 500;
		color: #ffffff;
	}
	.bigKids1 .kidProd .block_price .line6{
		font-family: Gilroy, sans-serif;
		font-size: 33px;
		line-height: 33px;
		font-weight: 600;
		text-shadow: 0 8px 29px rgba(0,0,0,0.56);
		color: #ffffff;
	}
	.bigKids1 .msBl{
		display: flex;
		align-items: center;
	}
	.kidProd .slBut{
		padding: 17px 78px;
	}
	.bigKids1 .msBl .img.sMob{
		height: 250px;
		width:50%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.bigKids1 .slBut.incart{
		font-size: 17px;
		line-height: 14px;
		padding: 20px 33px;
	}
	.BLOCKFIV div.line1 span{
		font-size: 20px;
		line-height: 20px;
		padding-top: 6px;
	}
}
@media (max-width: 600px){
	.bigKids1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.bigKids1 .kidProd .slBut {
		padding: 17px 48px;
	}
	.bigKids1 .msBl .img.sMob {
		height: 190px;
		width: 60%;
	}
	.bigKids1 .kidProd .ttl {
		font-size: 44px;
		line-height: 32px;
	}
	.bigKids1 .kidProd .sttl {
		font-size: 19px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.bigKids1 .prods .kidProd .sttl2 {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 18px;
		margin-top: 6px;
	}
	.bigKids1 .tIbN {
		padding-left: 56px;
		font-size: 15px;
		line-height: 19px;
		background-size: contain;
	}
	.bigKids1 .kidProd .block_price .line5 {
		font-size: 18px;
		line-height: 18px;
	}
	.bigKids1 .kidProd .block_price .line6 {
		font-size: 30px;
		line-height: 30px;
	}
	.bigKids1 .kidProd .slBut{
		width:150px;
		padding: 17px 0;
	}
	.bigKids1 .kidProd .slBut.incart {
		font-size: 17px;
		line-height: 14px;
		padding: 12px 12px;
		width:150px;
	}
}
@media (max-width: 400px){
	.bigKids1 .kidProd .ttl {
		font-size: 35px;
		line-height: 24px;
	}
	.prod8Ban .line1 span {
		font-size: 13px;
		line-height: 13px;
		margin-top: -2px;
		display: block;
		margin-bottom: 5px;
	}
	.bigKids1 .kidProd .sttl {
		font-size: 16px;
		line-height: 15px;
		margin-bottom: 0;
	}
	.bigKids1 .prods .kidProd .sttl2 {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 12px;
		margin-top: 0;
	}
	.bigKids1 .prods .left .sttl {
		margin-bottom: 0;
	}
	.kidProd .slBut {
		padding: 15px 40px;
	}
	.bigKids1 .kidProd .block_price {
		margin-top: 0;
		margin-bottom: 12px;
	}
	.bigKids1 .kidProd.right {
		margin-top: 0;
	}
	.bigKids1 .prods {
		padding: 0 0 0 3%;
	}
	.bigKids1 .tIbN {
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.bigKids1 .kidProd .slBut{
		width:134px;
		padding: 17px 0;
	}
	.bigKids1 .kidProd .slBut.incart {
		font-size: 17px;
		line-height: 14px;
		padding: 11px 5px;
		width:134px;
	}
	div.redesign-big-card div.prod8Ban div.line2{
		font-size: 42px;
	}
}
/* End */


/* Start:/local/fonts/pragmatica/font.css?17634344932412*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 2:48 PM */

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-Book.eot');
	src: local('Pragmatica Slab Book'), local('PragmaticaSlab-Book'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Book.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Book.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-Light.eot');
	src: local('Pragmatica Slab Light'), local('PragmaticaSlab-Light'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Light.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-ExtraBold.eot');
	src: local('Pragmatica Slab ExtraBold'), local('PragmaticaSlab-ExtraBold'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraBold.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-Medium.eot');
	src: local('Pragmatica Slab Medium'), local('PragmaticaSlab-Medium'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Medium.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-Bold.eot');
	src: local('Pragmatica Slab Bold'), local('PragmaticaSlab-Bold'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Bold.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Slabserif';
	src: url('/local/fonts/pragmatica/PragmaticaSlab-ExtraLight.eot');
	src: local('Pragmatica Slab ExtraLight'), local('PragmaticaSlab-ExtraLight'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraLight.woff') format('woff'),
		url('/local/fonts/pragmatica/PragmaticaSlab-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

/* End */


/* Start:/local/fonts/gilroy/font.css?17634344937849*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/local/fonts/gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/local/fonts/gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Heavy.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('/local/fonts/gilroy/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-LightItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
        url('/local/fonts/gilroy/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-ThinItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
        url('/local/fonts/gilroy/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-BlackItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('/local/fonts/gilroy/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-BoldItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy - Semibold';
    src: url('/local/fonts/gilroy/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('/local/fonts/gilroy/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-UltraLightItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-SemiBoldItalic.eot');
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
        url('/local/fonts/gilroy/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-SemiBoldItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/local/fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Light.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('/local/fonts/gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-MediumItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-ExtraBoldItalic.eot');
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
        url('/local/fonts/gilroy/Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-ExtraBoldItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/local/fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Regular.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('/local/fonts/gilroy/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-HeavyItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/local/fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Medium.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('/local/fonts/gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-RegularItalic.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('/local/fonts/gilroy/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-UltraLight.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/local/fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('/local/fonts/gilroy/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Thin.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/fonts/gilroy/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/local/fonts/gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/fonts/gilroy/Gilroy-Black.woff') format('woff'),
        url('/local/fonts/gilroy/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/* End */


/* Start:/local/templates/new/components/tbwp/form.result.new/questions_line/style.css?176343449759*/

.webform-ajax textarea{
    min-height: 8rem !important;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/prod/style.css?17634735195308 */
/* /local/templates/.default/components/bitrix/catalog.element/prod/css/style.css?17634735197813 */
/* /local/fonts/proximanova/style2.css?17634344932492 */
/* /local/css/animate.min.css?176343449357987 */
/* /local/css/colors.css?17634344932617 */
/* /local/templates/.default/components/bitrix/catalog.element/prod/css/big2.css?176347351931366 */
/* /local/templates/.default/components/bitrix/catalog.element/prod/css/big4.css?176347351959464 */
/* /local/templates/.default/components/bitrix/catalog.element/prod/css/big4adapt.css?176347351961506 */
/* /local/fonts/pragmatica/font.css?17634344932412 */
/* /local/fonts/gilroy/font.css?17634344937849 */
/* /local/templates/new/components/tbwp/form.result.new/questions_line/style.css?176343449759 */
