body{ font-family: 'Montserrat', sans-serif}
img{ max-width:100%}
input:focus { outline: none}
.container {max-width: 1332px}
a{color: #111}
a:hover{
	text-decoration: none;
	color: #111;
}

.intec-template .intec-template-layout-column{
	max-width: 100%;
}



.products .owl-carousel .owl-stage-outer{
	overflow: hidden;
}

.intec-grid.intec-grid-a-h-start{
	justify-content: center !important;
}


.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item{
	display: block;
}

.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item-border{
	border-right: 0;
	border-left: 1px solid;
}


.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-wrapper-4{
	overflow: visible;
}

.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item.menu-item-section:hover .menu-submenu{
	display: block;
	opacity: 1;
}


.big_zag{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}
.big_pod_zag{
	font-size: 18px;
	text-align: center;
}
.but{
	max-width: 100%;
	width: 285px;
	min-height: 60px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 4;
	border-radius: 4.75rem;
	background: radial-gradient(101.64% 44.63% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #F7D969 0%, #F9B91D 100%);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(17px);
}
.but .but_name{
	color: #000;
	font-size: 1rem;
	padding-top: 0.1rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	line-height: 60px;
	border: none;
	background: none;
}
.but .but_fon{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	opacity: 0;
	transition: all 0.2s ease-out;
	border-radius: 4.75rem;
	background: #F9B91D;
}
.but:hover .but_fon{
	opacity: 1;
}
.but img{
	width: 20px;
	margin-top: -5px;
	margin-right: 5px;
}
.block{
	width: 100%;
	transform-style: preserve-3d;
	position: relative;
	border-radius: 1.875rem;
	background: rgba(255, 255, 255, 0.17);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.09), 0px 4px 14px 0px #FFF inset;
	backdrop-filter: blur(7px);
	padding: 20px;
}
.block_o{
	border: 1px solid rgba(249, 185, 29, 0.20);
	background: radial-gradient(101.64% 44.63% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #F7D969 0%, #F9B91D 100%);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
	backdrop-filter: none;
}
@keyframes top {
	from {transform:translateY(0px);}
	50% {transform:translateY(20px);}
	to {transform:translateY(0px);}
}
@keyframes top_out {
	from {transform:translateY(0px);}
	50% {transform:translateY(-20px);}
	to {transform:translateY(0px);}
}

.block_top{
	min-height: 700px;
	/*background: url(../img/block_top-bg.webp) no-repeat top center / cover,radial-gradient(33.65% 29.38% at 76.77% 71.68%, rgba(249, 185, 29, 0.39) 0%, rgba(249, 185, 29, 0.00) 100%), linear-gradient(90deg, rgba(19, 16, 16, 0.90) -10.35%, rgba(28, 27, 27, 0.89) 102.93%, rgba(28, 27, 27, 0.00) 146.23%), url(<path-to-image>), lightgray 0px 363.901px / 99.32% 100.076% no-repeat;*/

	background: url(../img/block_top-bg.webp) no-repeat top center / cover;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
.block_top .container{
	position: relative;
}
.block_top .girl{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.block_top .people {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.intec-template-layout-footer > div {
	margin-top: 0px !important;
}
.block_top .style_h1
{
	display: block;
	color: black;
	font-size: 3rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 190px;
	margin-bottom: 23px;
}
.block_top .style_h1_grav
{
	display: block;
	color: black;
	font-size: 3rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 170px;
	margin-bottom: 23px;
}
.block_top h1{
	color: #fff;
	font-size: 3rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 190px;
	margin-bottom: 23px;
}
.block_top h1 span{
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	box-shadow: 0px 0px 11px 0px rgba(249, 214, 29, 0.80), 0px 0px 6px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
	display: inline-block;
	padding: 0px 11px;
}

.block_top h2{
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.block_top .per{
	font-size: 13px;
	margin-bottom: 10px;
}
.block_top .col-12{
	position: relative;
	z-index: 7;
}
.block_top .form_top{
	width: 700px;
	max-width: 100%;
	margin-top: 38px;
	position: relative;
}
.block_top .action {
	margin-top: 38px;
}
.block_top .but{
	width: 280px;
}
.block_top .but.press {
	background: radial-gradient(101.64% 44.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #FFF 0%, #ACACAC 100%);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
	margin-left: 27px;
	width: 365px;
}
.block_top .form_top:after{
	content: "";
	width: 176px;
	height: 128px;
	background: url(../img/ico-press.png);
	position: absolute;
	right: -45px;
	top: -75px;
	z-index: 6;
}
.block_top .form input[type="text"]{
	width: 100%;
	max-width: 290px;
	height: 80px;
	border-radius: 10px;
	margin-bottom: 12px;
	padding: 0px 25px;
	font-size: 15px;
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset;
	background-color: #f6f6f6;
	padding-left: 50px;
	float: left;
	margin-right: 10px;
}
.block_top input.tellfon{
	background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.block_top .but_name{
	font-size: 1rem;
}
.block_top .form .mini{
	color:#3d3d3d;
	font-size:11px;
	padding-top: 10px;
}
.block_top .form .mini .chek{
	width: 18px;
	height: 18px;
	border-radius: 3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset;
	margin-right: 10px;
	background-color: #f6f6f6;
	margin-bottom: -5px;
}
.block_top .form .mini .chek.activ{
	background-image: url(../img/chek.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

.block_top .el_1{
	position: absolute;
	z-index: 1;
	left: -75px;
	top: 0;
	transition: all 0.1s ease-out;
	animation: top_out 10s ease-in-out;
}
.block_top .el_2{
	position: absolute;
	z-index: 100;
	left: -88px;
	bottom: 10%;
	transition: all 0.1s ease-out;
	animation: top 10s ease-in-out;
}
.block_top .slider-item {
	min-height: 700px;
	/*min-height: 515px;*/
	padding-left: 11px;
}
.block_top .arrow{
	position: absolute;
	width: 18px;
	height: 30px;
	cursor: pointer;
	top: 50%;
	opacity: 0.7;
	right: 1%;
	z-index: 10;
}
.block_top .arrow.owl_left{
	background: url(../img/arrow-left2.svg) no-repeat center / auto;
	margin-top:45px;
}
.block_top .arrow.owl_right{
	background: url(../img/arrow-right2.svg) no-repeat center / auto;

}
.block_top .arrow:hover{
	opacity: 1;
}
.block_top .owl-carousel .owl-item img {
	width: auto;
}
.block_top .owl-dots {
	counter-reset: slides-num; /* Initialize counter. */
	position: absolute;
	bottom: 10%;
	right: 8%;
	margin-top: 15px;
&:after {
	 content: '/0'counter(slides-num) ;
	 color: #fff;
	 font-size: 22px;
	 font-style: normal;
	 font-weight: 600;
	 line-height: normal;
	 position: absolute;
	 top: 10px;
	 left: 65px;
 }
}
.block_top .owl-dot {
	counter-increment: slides-num; /* Increment counter */
	margin-right: 5px;
span {display: none!important;}
&.active {
&:before {
	 content:  '0'counter(slides-num) ; /* Use the same counter to get current item. */
	 font-size: 49px;
	 font-style: normal;
	 font-weight: 600;
	 line-height: normal;
	 color: rgba(249, 185, 29, 1);
	 position: absolute;
	 left: 0;
	 top: 0;
 }
}
}
.advantages{
	padding-bottom: 50px;
	min-height: 169px;
}
.advantages .block{
	padding: 0 29px;
}
.advantages .name{
	color: #000;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 80px;
	margin-top: 25px;
}
.advantages .text{
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}
.advantages .img{
	height: 130px;
	width: 130px;
	position: absolute;
	left: 0;
}
.catalog{
	padding-top: 75px;
	padding-bottom: 80px;
	background: #f5f5f5;
	position: relative;
}
.catalog .zag{
	color: #000;
	font-size: 2.5875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.catalog .zag span{
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	background: #f5f5f5;
	box-shadow: 0px 0px 44px 0px rgba(249, 214, 29, 0.80), 0px 0px 24px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
	display: inline-block;
	padding: 0px 11px;
}
.catalog .position{
	border-radius: 0.875rem;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(7px);
	padding: 14px 0 14px 15px;
	margin-bottom: 17px;
	width: 90%;
}
.catalog .position .num{
	text-shadow: 0px 2px 34px rgba(247, 217, 105, 0.30);
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.06rem;
	background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-wrap: nowrap;
}
.catalog .position .text{
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	padding-left: 30px;
}
.catalog a {
	display: block;
	margin-bottom: 13px;
}
.catalog a img {
	width: 100%;
}
.catalog a span {
	color: #000;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.375rem; /* 146.667% */
	margin-top: 7px;
	display: inline-block;
	position: relative;
}
.catalog a span:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
	width: 11px;
	height: 11px;
	background: url('../img/ico-arrow.svg') no-repeat left top / contain;
}
.catalog a span:nth-child(3) {
	margin-left: 40px;
}
.catalog a:hover img {
	opacity: 0.9;
}
.catalog a:hover span {
	text-decoration: underline;
}
.feedback{
	background: #f5f5f5;
	padding-bottom: 100px;
}
.feedback .bg{
	min-height: 660px;
	border-radius: 4rem;
	background: linear-gradient(180deg, #383838 0%, #131313 100%);
	backdrop-filter: blur(17px);
	position: relative;
	background: radial-gradient(30.23% 45.05% at 88.92% 25.45%, rgba(249, 185, 29, 0.10) 0%, rgba(247, 217, 105, 0.00) 100%), linear-gradient(180deg, #2A2A2A 0%, #131313 100%);
	filter: drop-shadow(10px 14px 36px rgba(0, 0, 0, 0.25));
	padding: 51px 46px 41px 46px;
}
.feedback .big_zag{
	color: #fff;
	text-align: center;
	font-size: 2.45rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}
.feedback .big_zag span{
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	box-shadow: 0px 0px 44px 0px rgba(249, 214, 29, 0.80), 0px 0px 24px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
	display: inline-block;
	padding: 0px 11px;
}
.feedback .big_zag:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 25%;
	width: 155px;
	height: 228px;
	background: url('../img/feedback-line.svg') no-repeat left top / contain;
}
.feedback .lnks {
	height: 100%;
}
.feedback .lnks a {
	position: relative;
	width: 100%;
}
.feedback .lnks a:hover img{
	transition: all 0.1s ease-out;
	animation: bottom 12s infinite ease-in-out;
	transform: scale(1.05);
}
.feedback .lnks a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 91px;
	height: 9px;
	background: url('../img/feedback-more.svg') no-repeat left top / contain;
}
.feedback .desc {
	margin-top: 39px;
}
.feedback .desc .num{
	text-shadow: 0px 2px 34px rgba(247, 217, 105, 0.30);
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.06rem;
	background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-wrap: nowrap;
	margin-right: 30px;
}
.feedback .desc .text{
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.feedback .desc .text b{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
}
.feedback .cont{
	background: url('../img/feedback-bg.svg') no-repeat center bottom;
}
#feedbacks {
	min-height: 320px;
	background-image: image-set(
			'../img/feedback-bg.png' 1x,
			'../img/feedback-bg2x.png' 2x
	);
}
.feedback-slider {
	padding-top: 80px;
}
.feedback-slider .item .text {
	background: #fff;
	border-radius: 14px;
	color: #000;
	padding: 10px 22px;
}
.feedback-slider .arrow{
	position: absolute;
	width: 18px;
	height: 30px;
	cursor: pointer;
	top: 25px;
	opacity: 0.7;
	right: calc(50% - 30px);
	z-index: 10;
}
.feedback-slider .arrow.owl_left{
	background: url(../img/arrow-left2.svg) no-repeat center / auto;
	left: calc(50% - 30px);
}
.feedback-slider .arrow.owl_right{
	background: url(../img/arrow-right2.svg) no-repeat center / auto;
}
.feedback-slider .arrow:hover{
	opacity: 1;
	filter: invert(20%) sepia(50%) saturate(2900%) hue-rotate(346deg) brightness(100%) contrast(99%);
}
.sale{
	min-height: 700px;
	background:  url(../img/sale-girl.webp) no-repeat calc(50vw - 100px) center, url(../img/sale-bg.webp) no-repeat calc(50vw - 420px) center, #f5f5f5;
	position: relative;
}
.sale .cl{
	position: relative;
	z-index: 6;
}
.sale .zag{
	color: #000;
	font-size: 2.5125rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sale .text{
	color: #000;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 125% */
}
.sale .pl{
	border-radius: 0.875rem;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(7px);
	/*min-height: 320px;*/
	margin-top: 35px;
	padding: 15px 17px;
}
.sale .form{
	border-radius: 0.875rem;
	border: 1px solid rgba(249, 185, 29, 0.40);
	padding: 27px 40px;
}
.sale .form input[type="text"]{
	width: 100%;
	height: 70px;
	margin-bottom: 12px;
	padding: 0px;
	font-size: 15px;
	border: none;
	padding-left: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.sale input.name{
	background: url(../img/name.svg) no-repeat center left 20px / 13px;
}
.sale input.tellfon{
	background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.sale .but{
	margin-top: 26px;
	margin-bottom: 10px;
}
.sale .form .mini{
	color:#3d3d3d;
	font-size:11px;
	padding-top: 10px;
}
.sale .form .mini .chek{
	width: 18px;
	height: 18px;
	border-radius: 3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset;
	margin-right: 10px;
	background-color: #f6f6f6;
	margin-bottom: -5px;
}
.sale .form .mini .chek.activ{
	background-image: url(../img/chek.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}
.sale .sale-badge{
	position: absolute;
	right: -120px;
	bottom: -75px;
	z-index: 3;
}
.why{
	padding-top: 100px;
	padding-bottom: 50px;
}
.why .block{
	padding: 0 12px 30px 31px;
	margin-bottom: 30px;
	border-radius: 1.875rem;
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.19);
	min-height: 468px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.why .name{
	color: #fff;
	font-size: 1.175rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625rem; /* 118.182% */
	text-transform: uppercase;
	margin-bottom: 13px;
}
.why .num{
	color: #F9B91D;
	text-shadow: 0px 0px 24px #F7D969, 0px 0px 9px rgba(247, 217, 105, 0.70);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 120% */
	letter-spacing: 0.1125rem;
	margin-left: 15px;
	margin-bottom: 30px;
}
.why .text{
	color: rgba(255, 255, 255, 0.90);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 125% */
	width: 100%;
}
.why .block.n1{
	background-image: url(../img/why-01.webp);
}
.why .block.n2{
	background-image: url(../img/why-02.webp);
}
.why .block.n3{
	background-image: url(../img/why-03.webp);
}
.why .block.n4{
	background-image: url(../img/why-04.webp);
}
.why .cl{
	position: relative;
	z-index: 6;
}
.why .nagrada-badge{
	position: absolute;
	right: -70px;
	bottom: -50px;
	z-index: 3;
}
.products {
	padding-top: 55px;
}
.products .bg {
	border-radius: 4rem;
	background: radial-gradient(34.63% 41.48% at 0% -2.78%, rgba(249, 185, 29, 0.20) 0%, rgba(247, 217, 105, 0.00) 100%), linear-gradient(180deg, #2A2A2A 0%, #131313 100%);
	filter: drop-shadow(10px 14px 46px rgba(0, 0, 0, 0.40));
	padding: 50px 46px 40px 46px;
}
.products .big_zag {
	color: #fff;
	position: relative;
}
.products .big_zag span{
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	box-shadow: 0px 0px 24px 0px rgba(249, 214, 29, 0.80);
	display: inline-block;
	padding: 0px 11px;
}
.products .big_zag:after {
	content: "";
	position: absolute;
	left: 25%;
	bottom: -100px;
	width: 128px;
	height: 106px;
	background: url('../img/products-line.svg') no-repeat left top / contain;
}
.products .block{
	border-radius: 1.875rem;
	box-shadow: 10px 14px 64px 0px rgba(0, 0, 0, 0.45);
	backdrop-filter: none;
	background: none;
}
.products .block:after {
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);*/
}
.owl-carousel .owl-dots.disabled {
	display: block!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #F9B91D;
}
.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #e9e8e5;
}
.products  .arrow{
	position: absolute;
	width: 9px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
	top: 50%;
	opacity: 0.8;
}
.products  .arrow.owl_left{
	background: url(../img/arrow-left.svg) no-repeat center / auto;
	margin-top:-45px;
	left: -60px;
}
.products  .arrow.owl_right{
	background: url(../img/arrow-right.svg) no-repeat center / auto;
	margin-top:-45px;
	right: -60px;
}
.products .arrow:hover{
	opacity: 1;
}
.products img{
	border-radius: 1.875rem;
	box-shadow: 10px 14px 54px 0px rgba(0, 0, 0, 0.45);
}
.products .title{
	color: #fff;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.products .text {
	color: #fff;
	text-align: center;
	font-size: 0.725rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.products .owl-carousel .owl-item {
	margin-top: 60px;
	margin-bottom: 30px;
}
.products .owl-carousel .owl-stage-outer {
	-webkit-transform: translate3d(0px, -15px, 0px);
}
.products .owl-carousel.owl-drag .owl-item.active{
	opacity: 0.6;
}
.products .owl-carousel.owl-drag .owl-item.active .text {
	display: none;
}
.products .owl-carousel.owl-drag .owl-item.active.center {
	opacity: 1;
	transform:scale(1.25);
}
.products .owl-carousel.owl-drag .owl-item.active.center .text {
	display: block;
}
.how{
	min-height: 550px;
	background: url(../img/smart-phone.png) no-repeat calc(50vw - 210px) bottom,
	url(../img/how-bg.svg) no-repeat center right / auto;
	padding-top: 100px;
	padding-bottom: 130px;
}

.how .big_zag {
	text-align: left;
	color: #000;
	font-size: 4.3875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.how .big_zag span{
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	box-shadow: 0px 0px 24px 0px rgba(249, 214, 29, 0.80), 0px 0px 12px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
	display: inline-block;
	padding: 0px 11px;
}
.how .big_pod_zag {
	text-align: left;
	color: #000;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.how .link {
	color: #F9B91D;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
.how .link img {
	margin-left: 10px;
}
.how .block-orange {
	background: #fff;
	border-radius: 2.5rem;
	border: 2px solid #F9B91D;
	box-shadow: 0px 0px 24px 0px rgba(249, 214, 29, 0.80), 0px 0px 12px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
	padding: 44px 45px 44px 30px;
	margin-top: 47px;
}
.how .block-orange .title {;
	color: #000;
	font-size: 2.6125rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.how .but.wa{
	margin: auto;
	margin-left: 27px;
	background: radial-gradient(101.64% 44.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #FFF 0%, #ACACAC 100%);
	box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
}


::-webkit-input-placeholder {color:#565656; opacity:1;}
::-moz-placeholder          {color:#565656; opacity:1;}
:-moz-placeholder           {color:#565656; opacity:1;}
:-ms-input-placeholder      {color:#565656; opacity:1;}
.fon_black {
	background-color: rgba(63, 58, 59, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 21;
	top: 0px;
	display: none;
}
.fon{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0px;
	display: none;
}

.politika{
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:750px;
	max-width: 100%;
	min-height: 300px;
	background-color: #fff;
	z-index: 501;
	padding:30px;
	display: none;
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}
.politika p{
	font-size: 15px;
	color: #000;
}
.politika .zag{
	font-size: 24px;
}
.politika .clos{
	width:15px;
	height: 15px;
	background-image: url(../img/clos_black.svg);
	float: right;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}
.autoflash{
	position: relative;
	overflow: hidden;
}
.flash{
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
}
.lighting {
	webkit-animation: moving 3s ease-in-out infinite;
	-moz-animation: moving 3s ease-in-out infinite;
	-ms-animation: moving 3s ease-in-out infinite;
	-o-animation: moving 3s ease-in-out infinite;
	animation: moving 3s ease-in-out infinite;
}
@keyframes moving {
	30% {  webkit-transform: skewX(-45deg) translateX(53.5em);
		transform: skewX(-45deg) translateX(53.5em);
	}
	100% {  webkit-transform: skewX(-45deg) translateX(53.5em);
		transform: skewX(-45deg) translateX(53.5em);
	}
}

/*КАСТОМ*/

.intec-content .intec-content-wrapper, .intec-content .intec-content.intec-content-primary .intec-content-wrapper{
	margin: 0px !important;
}




.intec-content, .intec-content .intec-content.intec-content-primary{
	overflow: unset;
}


.intec-content {
	max-width: none !important;
}

.feedback-slider .item .text{
	font-size:0.8rem;
}

.popup-window.popup-window-fixed-width.mess{
	left: 50% !important;
	top: 50% !important;
	position: fixed !important;
}

/*КАСТОМ*/
@media (max-width: 950px) {
	.block_top .style_h1_grav
	{
		display: block;
		color: black;
		font-size: 3rem;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 23px;
		max-width: 50%;
	}
	@media (max-width: 550px) {
		font-size: 2rem;
		text-align: center;
	}
}