video {
	height: auto;
	width: 100%;
	cursor: pointer;
}

.video {
	max-width: 600px;
	position: relative;
}

.video-center img {
	max-width: none !important;
	width: 100%;
	height: 100%;
}

.play {
	background: url(../img/play.png) no-repeat;
	background-position: center;
	-webkit-background-size: 100% auto;
	background-size: 10% auto;
	position: absolute;
	height: 100%;
	width: 100%;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}

.play:hover {
	opacity: 0.5;
}

#video_trend-toys::-webkit-media-controls {
	display: none;
}

.contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
}

.contacts .call_me {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #000;
	background-color: #fbca86;
	cursor: pointer;
	padding: 8px 30px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: -webkit-box-shadow 250ms linear;
	transition: -webkit-box-shadow 250ms linear;
	-o-transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear;
	transition: box-shadow 250ms linear, -webkit-box-shadow 250ms linear;
	-webkit-box-shadow: 5px 5px 25px 0 #fbca86;
	box-shadow: 5px 5px 25px 0 #fbca86;
	-webkit-appearance: none;
}

.contacts .phone {
	color: #fbca86;
	letter-spacing: 2px;
}

.contacts .call_me:hover {
	-webkit-box-shadow: 3px 3px 20px 0 #fbca86;
	box-shadow: 3px 3px 20px 0 #fbca86;
}

.contacts .call_me:active {
	-webkit-box-shadow: 1px 1px 1px 0 #fbca86;
	box-shadow: 1px 1px 1px 0 #fbca86;
}


.s1 .lft h1 {
	font-size: 45px;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.3;
	color: #fcfcfc;
}


.s1 .lft ul {
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	list-style: none;
	padding-bottom: 70px;
}

.s1 .lft ul li {
	font-size: 22px;
	width: 180px;
	line-height: 1.2;
	padding-left: 28px;
	position: relative;
}

.s1 .lft ul li:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0px;
	width: 20px;
	height: 28px;
	background: url(https://magma-franch.ru/video_instr/img/icons/check.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}

.s1 .lft span {
	color: #fbca86;
	text-shadow: 0px 0px 10px #fbca8680;
}

.sect2 .wh {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 0;
	border-radius: 20px;
	background-color: #fff;
}

.sect2 .wh ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
	padding: 30px 0px;
	font-weight: 500;
}

.sect2 .wh ul li img {
	width: 115px;
}

.sect2 .wh ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.sect2 .wh ul li p {
	display: block;
	width: 100%;
	padding-left: 15px;
}

.sect2 h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.n {
	background-color: #fbca86;
	width: 100%;
	margin-top: -28px;
	height: 15px;
}

.sect2 .row {
	padding: 50px 0;
}

.sect2 {
	background-color: #F3F3F3;
}

.sect3 h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.sect3 .n:nth-child(3) {
	width: 72%;
}

.sect3 .row ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sect3 .row ul li {
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 20px;
	border-radius: 20px;
	margin: 20px;
	background-color: #fff;
	width: 45%;
}

.sect3 .row ul li h4 {
	font-size: 30px;
	font-weight: 900;
}

.sect3 .row ul li p {
	padding-bottom: 10px;
}

.sect3 .row ul li span {
	font-weight: 500;
	box-shadow: inset 0 -2px 0 #fbca86, inset 0 -0.5px;
}

.sect3 {
	background-color: #F3F3F3;
}

.sect3 .row {
	padding: 50px 0;
}

.whois {
	background-color: #F3F3F3;
	position: relative;
}

.whois h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.whois .contex {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.whois .left {
	width: 48%;
}

.whois .right {
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 20px 5px;
	color: #000;
	width: 45%;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #fbca86;
}

.whois .left img {
	width: 200px;
}

.whois .right p {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 20px;
}

.whois .left .grig {
	margin-bottom: 40px;
	border: 1px solid #fbca86;
}


.whois .left .grig,
.whois .left .semen {
	display: flex;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	justify-content: flex-end;
	align-items: center;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #fbca86;
}

.whois .left .grig h4,
.whois .left .semen h4 {
	font-weight: 900;
	font-size: 20px;
}

.whois .left .grig p,
.whois .left .semen p {
	font-weight: 500;
	font-size: 16px;
}

.whois .block {
	margin-left: 20px;
	margin-right: 10px;
	width: 385px;
}

.whois .row {
	padding: 50px 0;
}

.whois h1 .n {
	background-color: transparent;
}

.o_nas {
	background-color: #fff;
}
.o_nas .container .row h1 .n {
	background-color: transparent!important;
}
.o_nas h1 {
	display: inline-block;
	font-weight: 900;
	width: 100%;
	text-align: center;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}
.o nas h1 .n {
	background-color: #fff;
}
.o_nas .row {
	padding: 50px 0;
}


.o_nas img {
	max-width: 400px;
}

.o_nas .left {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.o_nas .right {
	width: 50%;
}

.o_nas .block {
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: 0 auto;
}


.o_nas .video .s1-video-box {
	height: 380px;
	width: 100%;
}

.o_nas h4 {
	font-size: 22px;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #000;
}


.basics {
	padding: 80px 0 40px 0;
}

.basics h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 30px;
	padding-bottom: 15px;
	color: #fff;
	letter-spacing: 1.41px;
	text-align: center;
}

.basics .cleon {
	color: #fbca86;
}

.basics .tix {
	border-bottom: 2px solid #fbca86;
}

.basics .basics-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.basics h2 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	width: 90% !important;
}

.basics a,
.cons a.none {
	padding: 6px 30px;
	border: 8px solid #fbca86;
	font-size: 26px;
	margin-top: 15px;
	color: #fbca86;
	box-shadow: 0px 0px 20px 0 #fbca8680;
	width: 100%;
}

.cons .blue {
	font-size: 24px;
	color: #000;
	background-color: #fbca86;
	box-shadow: 0px 0px 20px 0 #fbca8680;
	padding: 5px 20px;
	text-transform: none;
}

.cons .ttl-block {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.cons .none_2 {
	width: 50%;
	padding: 25px;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	background-color: #fbca86;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
}

.cons .box {
	width: 240px;
	padding: 20px;
	height: 200px;
	border-radius: 10px;
	background-color: #fff;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
}

.cons .d-box {
	display: flex;
	flex-direction: column;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.cons .box:nth-child(2n) {
	align-self: flex-end;
	margin-top: -80px;
}

.cons h4 {
	font-size: 22px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.3);
}

.cons p {
	text-align: center;
	padding-top: 8px;
	font-size: 18px;
	font-weight: 900;
}

.cons span {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.cons-box .decor {
	position: absolute;
	top: 120px;
	left: 315px;
	height: 70%;
	width: 680px;
}

.gora {
	position: absolute;
	margin-top: -15%;
	z-index: 0;
}

.basics .container {
	position: relative;
	z-index: 1;
}

.dd {
	max-width: 420px;
	margin: 25px auto;
}

.dd2 {
	margin-top: 40px;
}


.sect7 {
	padding: 50px 0;
	    background-color: #F3F3F3;
}

.sect7 h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.sect7 h1 .n:nth-child(2n+1) {
	width: 84%;
}

.sect7 .row ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.sect7 .row ul li {
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 20px;
	border-radius: 20px;
	margin: 20px;
	background-color: #fff;
	width: 35%;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sect7 .row ul li:nth-child(2n+1):before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/icons/iconfinder_file-pdf_285666.png) no-repeat center center/cover;
	left: 55px;
}

.sect7 .row ul li:nth-child(2n):before {
	content: '';
	position: absolute;
	transform: translate(-360%, 0%);
}

.sect7 .row ul .peim:before {
	width: 80px;
	height: 76px;
	background: url(../img/icons/profit.png) no-repeat center center/cover;
}

.sect7 .row ul .zaivk:before {
	width: 80px;
	height: 76px;
	background: url(../img/icons/mag.png) no-repeat center center/cover;
}

.quest h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.quest h1 .n:nth-child(2n) {
	width: 76%;
}

.quest .none_2 {
	width: 45%;
	padding: 25px 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	background-color: #fbca86;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
}

.block_a {
	background: url(https://magma-franch.ru/video_instr/img/background.png) no-repeat center center/cover;
	color: black;
}

.block_a .infor {
	padding: 100px 0px;
}

.block_a h2 {
	padding: 6px 30px;
	border: 8px solid #fbca86;
	font-size: 50px;
	max-width: 960px;
	margin: 0 auto 70px auto;
	text-align: center;
	color: #fbca86;
	box-shadow: 0px 0px 20px 0 #fbca8680;
}

.block_a ul {
	margin: 0 auto;
	max-width: 800px;
}

.block_a ul li {
	margin: 50px 0;
	background-color: #fff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	font-size: 24px;
}

.sect8 {
	padding: 40px 0;
	background-color: #F3F3F3;
}

.sect8 h1 {
	display: inline-block;
	font-weight: 900;
	font-size: 36px;
	padding-bottom: 50px;
	color: #000;
	letter-spacing: 1.41px;
}

.sect8 .row ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sect8 ul li {
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 20px;
	border-radius: 20px;
	margin: 20px;
	background-color: #fff;
	width: 45%;
}

.sect8 .n:nth-child(1) {
	width: 65%;
}

.sect8 h4 {
	font-size: 30px;
}

.sect8 span {
	font-weight: 500;
}

.sect8 a {
	width: 45%;
	padding: 25px 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	background-color: #fbca86;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
}

.target {
	padding: 20px 0;
}

.target h3,
.target p {
	text-align: center;
}

.target h3 {
	font-size: 28px;
	font-weight: 900;
}

.target h3:before {
	content: '';
	position: absolute;
	width: 98px;
	height: 50px;
	transform: rotate(95deg) translate(60%, 175%);
	background: url(https://magma-franch.ru/video_instr/img/arrows/arr2.png) no-repeat center center/100%;
}

.target p {
	font-size: 22px;
	font-weight: 500;
}

/*================  head s1  ==============*/
.counter {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
}

#counter2 {
	display: block;
	width: 275px;
	background: url(../img/count.png) no-repeat;
	background-size: 100% 100%;
	height: 70px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 36px;
	line-height: 70px;
	letter-spacing: 48px;
	padding-left: 24px;
}

img.info {
	width: 20px;
	cursor: pointer;
	margin-bottom: -5px;
	transition: all .5s;
}

img.info:hover {
	transform: scale(1.2);
}

.s1 {
	background-image: url(https://magma-franch.ru/video_instr/img/background.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.s1 .arrow {
	position: absolute;
	bottom: -65px;
	left: 470px;
	width: 245px;
	transform: rotate(-30deg);
}

.s1 * {
	line-height: initial;
}

.s1 .nav-box {
	padding-top: 35px;
}

.s1 .wrapper {
	width: 1350px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	max-width: 100%;
}

.s1 .content-wrap {
	padding-bottom: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.s1 .content-wrap .lft {
	padding-top: 25px;
	width: 640px;
	margin-right: 40px;
}

.s1 .content-wrap .lft .banner {
	width: 100%;
	padding-bottom: 60px;
}

.s1 .content-wrap .lft ul li {
	color: #fff;
	position: relative;
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 40px;
	font-weight: 500;

}

.s1 .content-wrap .rght {
	width: 620px;
}

.s1 .content-wrap .rght .s1-video-box {
	background: #fff;
	width: 100%;
	height: 350px;
	margin-bottom: 35px;
}

.s1 .content-wrap .rght .btn {
	width: 45%;
	padding: 25px 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
	background-color: #fbca86;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
}

.s1 .content-wrap .rght .s1-btn-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.s1 .content-wrap .rght .btn span {
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
}

.s1 .content-wrap .rght small {
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 300;
	display: block;
	color: #fff;
	padding-left: 5%;
	line-height: 1.5;
	width: 55%;
}

.s1 .content-wrap .btm-txt {
	font-size: 27px;
	color: #fff;
	letter-spacing: 2px;
	font-family: "Gunny Rewritten";
}

.s1 .content-wrap .s1-arr {
	position: absolute;
	width: 185px;
	left: 270px;
	bottom: -280px;
}

.s1-2 .box {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.s1-2 .box .grey-box {
	box-shadow: 0 9px 46px rgba(0, 0, 0, 0.3);
	background-color: #ebedf1;
	margin-bottom: 20px;
	padding: 30px 50px 20px 35px;
}

.s1-2 .box .grey-box h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.s1-2 .box .grey-box ul li {
	padding-left: 50px;
	padding-bottom: 30px;
	font-size: 18px;
	position: relative;
}

.s1-2 .box .grey-box ul li span {
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #33f;
}

.s1-2 .box p {
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;

}

.s1-2 .box h3 {
	padding-top: 10px;
	color: #33f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align: center;

}

.s1 .content-wrap .rght .btn {
	width: 100%;
}

.s1 .content-wrap .rght small {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	padding-right: 5%;
}

.btndown1 {
	font-size: 12px;
	padding-top: 5px;
	text-transform: none;
	letter-spacing: initial;
}

@media screen and (max-width: 1500px) {
	.s1 .arrow {
		left: 300px;
	}
}

@media screen and (max-width: 1350px) {
	.btndown1 {
		font-size: .89vw;
		padding-top: .37vw;
	}

	.counter {
		padding-top: 3.7vw;
		padding-bottom: 1.11vw;
	}

	.s1 .arrow {
		left: 22vw;
		width: 18.5vw;
		bottom: 2vw;
	}

	#counter2 {
		width: 20.37vw;
		height: 5.185vw;
		font-size: 2.66vw;
		line-height: 5.185vw;
		letter-spacing: 3.55vw;
		padding-left: 1.77vw;
	}

	.s1 .nav-box {
		padding-top: 2.59vw;
	}

	.s1 .wrapper {
		padding-left: 1.85vw;
		padding-right: 1.85vw;
	}

	.s1 .content-wrap {
		padding-bottom: 7vw;
	}

	.s1 .content-wrap .lft {
		padding-top: 1.85vw;
		width: 47.3vw;
		margin-right: 3vw;
	}

	.s1 .content-wrap .lft .banner {
		padding-bottom: 4.44vw;
	}

	.s1 .content-wrap .lft ul li {
		font-size: 1.34vw;
		margin-bottom: 1.85vw;
		padding-left: 2.96vw;
	}

	.s1 .content-wrap .lft ul li:before {
		width: 1.48vw;
		height: 1.2vw;
	}

	.s1 .content-wrap .rght {
		width: 46vw;
	}

	.s1 .content-wrap .rght .s1-video-box {
		height: 26vw;
		margin-bottom: 2.59vw;
	}

	.s1 .content-wrap .rght .btn {
		padding: 2.22vw 0;
		-webkit-box-shadow: 0 0.07vw 0 #a11e1e, 0 0.14vw 0 #a11e1e, 0 0.2vw 0 #a11e1e, 0 0.3vw 0 #a11e1e, 0 0 3vw rgba(255, 51, 51, 0.35);
		box-shadow: 0 0.07vw 0 #a11e1e, 0 0.14vw 0 #a11e1e, 0 0.2vw 0 #a11e1e, 0 0.3vw 0 #a11e1e, 0 0 3vw rgba(255, 51, 51, 0.35);
		font-size: 1.56vw;
		letter-spacing: .07vw;
	}

	.s1 .content-wrap .rght .btn span {
		font-size: .97vw;
	}

	.s1 .content-wrap .rght small {
		font-size: 1vw;
		letter-spacing: .02vw;
		padding-left: 0;
		padding-right: 0;
		padding-top: .74vw;
	}

	img.info {
		width: 1.5vw;
	}

	.s1 .content-wrap .btm-txt {
		font-size: 2vw;
		letter-spacing: .15vw;
		bottom: 13.7vw;
		left: 1.85vw;
	}

	.s1 .content-wrap .s1-arr {
		width: 7.7vw;
		left: 23vw;
		bottom: -4.75vw;
		transform: rotate(-20deg);
	}


	/*  .s1-2{
    margin-top: -7.4vw;
  }*/
	.s1-2 .box {
		width: 82vw;
	}

	.s1-2 .box .grey-box {
		box-shadow: 0 .74vw 3.33vw rgba(0, 0, 0, 0.3);
		margin-bottom: 1.48vw;
		padding: 2.22vw 3.7vw 1.5vw 2.59vw;
	}

	.s1-2 .box .grey-box h2 {
		font-size: 1.34vw;
		padding-bottom: 2.22vw;
	}

	.s1-2 .box .grey-box ul li {
		padding-left: 3.7vw;
		padding-bottom: 2.22vw;
		font-size: 1.34vw;
	}

	.s1-2 .box .grey-box ul li span {
		top: -.37vw;
		font-size: 1.25vw;
		width: 3.11vw;
		height: 3.11vw;
	}

	.s1-2 .box p {
		font-size: 1.04vw;
		padding-bottom: .74vw;
	}

	.s1-2 .box h3 {
		padding-top: .74vw;
		font-size: 1.19vw;
	}
}

@media screen and (max-width: 1000px) {
	.s1 .arrow {
		bottom: -3.4vw;
		width: 15.5vw;
	}
}

@media screen and (max-width: 640px) {
	.s1 .arrow {
		display: none;
	}

	.btndown1 {
		font-size: 1.7vw;
		padding-top: .7vw;
	}

	.counter {
		padding-top: 0;
		padding-bottom: 3.9vw;
	}

	#counter2 {
		margin: 0 auto;
		width: 42.96vw;
		height: 10.9vw;
		font-size: 5.62vw;
		line-height: 10.9vw;
		letter-spacing: 7.5vw;
		padding-left: 3.75vw;
	}

	.s1 .nav-box {
		padding-top: 3.125vw;
		padding-bottom: 3.125vw;
		margin-bottom: 7.8vw;
	}

	.s1 .wrapper {
		padding-left: 3.9vw;
		padding-right: 3.9vw;
	}

	.s1 .content-wrap {
		padding-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.s1 .content-wrap .lft {
		width: 100%;
		margin-right: 0;
	}

	.s1 .content-wrap .lft .banner {
		padding-bottom: 8.6vw;
	}

	.s1 .content-wrap .lft ul {
		padding-bottom: 0;
	}

	.s1 .content-wrap .lft ul li {
		padding-left: 6.25vw;
		font-size: 2.5vw;
		margin-bottom: 3.9vw;
	}

	.s1 .content-wrap .lft ul li:before {
		width: 3.125vw;
		height: 2.5vw;
	}

	.s1 .content-wrap .rght {
		width: 100%;
	}

	.s1 .content-wrap .rght .s1-video-box {
		height: 53vw;
		margin-bottom: 3.125vw;
	}

	.s1 .content-wrap .rght .btn {
		font-size: 3.125vw;
		padding: 4.69vw 0;
	}

	.s1 .content-wrap .rght .btn span {
		font-size: 2.01vw;
	}

	.s1 .content-wrap .rght small {
		font-size: 2.01vw;
	}

	.s1 .content-wrap .btm-txt {
		position: static;
		text-align: center;
		padding-top: 4vw;
		padding-bottom: 9vw;
		font-size: 5.625vw;
		width: 100%;
	}

	.s1 .content-wrap .s1-arr {
		display: none;
	}

	.s1-2 .box {
		width: 92.2vw;
	}

	.s1-2 .box .grey-box {
		margin-bottom: 2vw;
		padding: 4vw 3vw;
		padding-bottom: 0;
	}

	.s1-2 .box .grey-box h2 {
		font-size: 3vw;
		padding-bottom: 3vw;
	}

	.s1-2 .box .grey-box ul li {
		padding-left: 7vw;
		padding-bottom: 4vw;
		font-size: 2.2vw;
	}

	.s1-2 .box .grey-box ul li span {
		top: -.37vw;
		font-size: 2vw;
		width: 5vw;
		height: 5vw;
	}

	.s1-2 .box p {
		font-size: 2.2vw;
		padding-bottom: 1vw;
	}

	.s1-2 .box h3 {
		padding-top: 1vw;
		font-size: 2.2vw;
	}

	.s1-2 .box p br,
	.s1-2 .box h3 br {
		display: none;
	}

	img.info {
		width: 3vw;
	}

	.buy-info,
	.afterbutton {
		max-width: 92vw;
		font-size: 2.01vw;
		margin-top: .74vw;
	}

	.btn,
		{
		padding: 4.69vw 0;
		display: block;
		width: 92vw;
		margin: 0 auto;
		max-width: 100%;
	}

	.btn__click,
	.button {
		font-size: 3.125vw;
		line-height: 1;
	}

	.btn__info,
	.button span {
		font-size: 1.7vw;
		margin-top: 0;
		line-height: 1;
	}

	.doubt .button {
		font-size: 3.125vw;
		max-width: 92vw;
		height: 14vw;
		box-shadow: 0 .3vw 0 0 #a11e1e;
	}

	.invite .button {
		max-width: 100%;
		width: 92vw;
		font-size: 3.125vw;
		padding: 4.69vw 0;
	}
}

@media screen and (max-width: 1350px) {
	.cons-box .decor {
		position: absolute;
		top: 70px;
		left: 210px;
		height: 75%;
		width: 755px;
	}
}

@media screen and (max-width: 1200px) {
	.cons-box .decor {
		position: absolute;
		top: 70px;
		left: 100px;
		height: 75%;
		width: 755px;
	}

	.sect2 .wh ul li {
		width: 260px;
		padding: 25px 0px;
	}

	.sect2 .wh ul li img {
		width: 100px;
	}

	.sect2 .wh ul li p {
		display: block;
		width: 100%;
		padding-left: 10px;
		font-size: 14px;
	}

	.sect7 .row ul li:nth-child(2n):before {
		transform: translate(-280%, 0%);
	}

	.sect7 .row ul li:nth-child(2n+1):before {
		left: 10px;
	}

	.cons .none_2,
	.quest .none_2,
	.sect8 a {
		font-size: 14px;
	}
}

.nrag {
	display: none;
}

.n-2 {
	display: none;
}

@media screen and (max-width: 800px) {
	.header-top {
		justify-content: space-around;
	}

	.contacts .phone {
		display: none;
	}

	.s1 .content-wrap {
		flex-direction: column-reverse;
	}

	.nrag {
		display: block;
	}

	.nrag a {
		width: 100%;
		padding: 1-px 0;
		text-align: center;
		-webkit-box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
		box-shadow: 0 3px 0 #C58A37, 0 4px 0 #C58A37, 0 0 43px rgba(255, 51, 51, 0.35);
		background-color: #fbca86;
		display: block;
		color: #000;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
	}

	.np {
		display: none !important;
	}

	.s1 .nav-box {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.s1 .lft h1 {
		margin-top: 0px;
		font-size: 30px;
	}

	.s1 .content-wrap {
		padding-bottom: 40px;
	}

	.contacts {
		height: 50px;
	}

	.logo-link {
		padding-bottom: 15px;
	}

	.sect2 .wh ul li {
		flex-direction: column;
		justify-content: flex-start;
		width: 160px;
		height: 200px;
		padding: 20px 0px;
	}

	.sect2 .wh ul li p {
		padding-top: 8px;
		padding-left: 0;
		font-size: 15px;
		text-align: center;
	}

	.sect2 .wh ul li:nth-child(6),
	.sect2 .wh ul li:nth-child(7),
	.sect2 .wh ul li:nth-child(9) {
		display: none
	}

	.sect3 h1 {
		font-size: 26px;
	}

	.sect3 .row ul li {
		width: 100%;
		margin: 10px;
	}

	.whois .contex {
		flex-direction: column;
	}

	.whois .left {
		width: 100%;
	}

	.whois .left .grig,
	.whois .left .semen {
		width: 95%;
		margin: 50px auto;
		flex-direction: column;
	
	}

	.whois .left img {
		width: 250px;
		margin-top: -70px;
	}

	.whois .block {
		width: 90%;
		padding: 15px 0;
	}

	.whois .right {
		width: 95%;
		margin: 0 auto;
	}

	.o_nas .block {
		flex-direction: column;
	}

	.o_nas .left {
		width: 100%;
		padding-bottom: 40px;
	}

	.o_nas .right {
		width: 100%;
	}

	.o_nas h4 {
		padding-bottom: 8px;
	}

	video {
		box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
	}

	.play {
		background-size: 20% auto;
	}

	.basics h1 {
		text-align: center;
		font-size: 28px;
	}

	.basics i {
		display: none;
	}

	.basics h2 {
		font-size: 20px;
		text-align: left;
	}

	.basics .container {
		padding: 0 15px;
	}

	.basics a,
	.cons a.none {
		font-size: 18px;
	}

	.cons .blue {
		font-size: 16px;
		padding: 10px 20px;
	}

	.cons .d-box {
		align-items: center;
		width: 100%;
	}

	.cons .box:nth-child(2n) {
		align-self: center;
		margin: 15px;
	}

	.cons a.none {
		width: 340px;
		text-align: center;
		padding: 20px;
	}

	.cons .none_2 {
		width: 90%;
		font-size: 14px;
		padding: 15px;
	}

	.cons .container {
		padding-bottom: 40px;
	}

	.sect7 h1 {
		font-size: 28px;
	}

	.sect7 .row ul li {
		width: 70%;
		font-size: 16px;
	}

	.sect7 .row ul {
		justify-content: flex-end;
	}

	.sect7 .row ul li:nth-child(2n+1):before {
		left: 30px;
	}

	.sect7 .row ul li:nth-child(2n):before {
		transform: translate(-290%, 0%);
	}

	.sect7 .row ul .peim:before {
		width: 65px;
		height: 62px;
	}

	.sect7 .row ul .zaivk:before {
		width: 65px;
		height: 62px;
	}

	.quest h1 {
		font-size: 28px;
	}

	.quest .none_2 {
		width: 90%;
	}

	.block_a h2 {
		font-size: 20px;
		max-width: 300px;
	}

	.block_a .infor {
		padding: 60px 0px;
	}

	.block_a ul li {
		padding: 20px;
		font-size: 16px;
		margin: 30px 0;
	}

	.sect8 h1 {
		font-size: 28px;
	}

	.sect8 ul li {
		width: 100%;
		margin: 10px;
	}

	.sect8 .n-2 {
		display: block;
		background-color: #fbca86;
		width: 75%;
		margin-top: -28px;
		height: 15px;
	}

	.sect8 .n:nth-child(1) {
		width: 100%;
	}

	.sect8 .n:nth-child(3) {
		width: 74%;
	}

	.target h3:before {
		display: none;
	}

	.sect8 a {
		width: 90%;
		padding: 18px 0;
	}
}

@media (max-width: 400px){
	.container{
		padding: 0px 10px;
	}
	.sect2 h1{
		font-size: 30px;
	}
	.whois .right p{
		font-size: 16px;
	}
	.o_nas h1{
		font-size: 30px;
	}
	.o_nas img{
		width: 100%;
	}
	.sect7 h1{
		font-size: 26px;
	}
	.sect7 .row ul li:nth-child(2n):before{
		transform: translate(-252%, 0%);
	}
	.quest h1{
		font-size: 24px;
	}
	.target h3{
    font-size: 24px;
	}
	.target p{
		font-size: 18px;
	}
}

@media (max-width: 380px){
    .sect2 h1{
		font-size: 24px;
	}
	.sect3 h1 {
     font-size: 22px;
    }
    .basics h1{
        font-size: 22px;
    }
    .basics a, .cons a.none{
        font-size: 16px;
        text-align: center;
    }
    .sect7 h1{
        font-size: 24px;
    }
}

@media (max-width: 320px){
    .quest h1 {
    font-size: 23px;
    }
    .sect7 .row ul li:nth-child(2n):before{
            transform: translate(-220%, 0%);
    }
    .sect7 .row ul li:nth-child(2n+1):before{
            left: 17px;
    }
}