@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Roboto:wght@400;900&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Philosopher";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Philosopher";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-size: 16px;
}
body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
._container {
	max-width: 1510px;
	margin: 0 auto;
	padding: 0 55px;
}
@media (max-width: 768px) {
	._container {
		padding: 0px 15px;
	}
}

.bigtitle {
	font-weight: bold;
	font-size: 64px;
	color: #FF1700;
}
@media (max-height: 768px), (max-width: 768px) {
	.bigtitle {
		font-size: 50px;
	}
}
@media (max-width: 480px) {
	.bigtitle {
		font-size: 42px;
	}
}

.title {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.3;
	color: #FF6F00;
}
@media (max-height: 768px), (max-width: 768px) {
	.title {
		font-size: 38px;
		line-height: 1.1;
	}
}
@media (max-width: 480px) {
	.title {
		font-size: 32px;
	}
}

.mb {
	margin: 0px 0px 80px 0px;
}
@media (max-width: 480px) {
	.mb {
		margin: 0px 0px 40px 0px;
	}
}

.btn {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: block;
	font-weight: bold;
	font-size: 30px;
	color: #8F1C07;
	background: -webkit-gradient(linear, left top, left bottom, from(#FA943D), color-stop(0.01%, #F94000), color-stop(61.46%, #FFF33B), color-stop(80.21%, #FEC806), to(#FB9A07));
	background: -o-linear-gradient(top, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	background: linear-gradient(180deg, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	border-radius: 44px;
	padding: 15px;
	width: 368px;
	max-width: 100%;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn::before {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	border-radius: 44px;
	width: 88%;
	height: 65%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 245, 0.7)), to(rgba(255, 250, 245, 0)));
	background: -o-linear-gradient(top, rgba(255, 250, 245, 0.7) 0%, rgba(255, 250, 245, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.7) 0%, rgba(255, 250, 245, 0) 100%);
}
.btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 80%;
	height: 60%;
	background: #E6381F;
	-webkit-filter: blur(31px);
	        filter: blur(31px);
	border-radius: 44px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn span {
	position: relative;
	z-index: 2;
}
.btn:hover::before {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-height: 768px) {
	.btn {
		font-size: 24px;
		padding: 10px;
		width: 300px;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.btn {
		font-size: 20px;
		width: 280px;
		padding: 14px;
	}
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.callback__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.callback__form .form__item {
	width: 100%;
	margin: 0px 0px 30px 0px;
	position: relative;
}
.callback__form input {
	height: 60px;
	border-radius: 50px;
	font-size: 20px;
	font-family: roboto;
}
.callback__form input::-webkit-input-placeholder {
	font-size: 20px;
}
.callback__form input::-moz-placeholder {
	font-size: 20px;
}
.callback__form input:-ms-input-placeholder {
	font-size: 20px;
}
.callback__form input::-ms-input-placeholder {
	font-size: 20px;
}
.callback__form input::placeholder {
	font-size: 20px;
}

.form__error {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 20px;
	border-radius: 15px;
	color: #E04F5F;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 0px 10px;
}

.form__sent {
	font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
	position: relative;
	top: 10px;
	font-weight: bold;
	color: #5fa75f;
}

.popup__form .form__error {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 20px;
	border-radius: 15px;
	color: #E04F5F;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 3px 10px;
}
.popup__form .form__sent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
	height: calc(100% + 50px);
	width: calc(100% + 50px);
	background-color: #dcdeff;
	color: #000476;
	text-align: center;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	border-radius: 10px;
}
.popup__form .form__sent::after {
	content: "";
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100px;
	height: 100px;
	background: url("../img/icons/ok.svg") no-repeat;
	background-size: cover;
}
@media (max-width: 480px) {
	.popup__form .form__sent::after {
		width: 80px;
		height: 80px;
	}
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

.input {
	width: 100%;
	display: block;
	padding: 20px;
	height: 20px;
	font-size: 20px;
}
.input._error {
	background: #E04F5F;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}
.popup__body {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #d4d4d4;
	padding: 50px;
	width: 100%;
	max-width: 800px;
}
.popup__close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
	background-size: contain;
}

.popup-callback .conditions-block {
	padding: 40px;
	border: 5px solid #DDDDDD;
}
.popup-callback .popup__body {
	max-width: 500px;
}
.popup-callback .title {
	text-align: center;
	font-size: 32px;
	margin: 0px 0px 20px 0px;
	color: #FF6F00;
}
.popup-callback .btn {
	text-align: center;
	width: 100%;
}
@media (max-height: 768px) {
	.popup-callback .btn {
		padding: 15px;
		font-size: 30px;
	}
}

.header {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	padding: 68px 0px 0px 0px;
}
@media (max-width: 1510px), (max-height: 730px) {
	.header {
		padding: 35px 0px 0px 0px;
	}
}
@media (max-width: 720px) {
	.header {
		padding: 15px 0px 0px 0px;
	}
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 800px) {
	.header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
}
.header__logo img {
	width: 156px;
	margin: 0px 8px 0px 0px;
}
.header__logo p {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.4;
	color: #FFFFFF;
	width: 155px;
}
.header__logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 992px) {
	.header__logo img {
		width: 120px;
		margin: 0px 5px 0px 0px;
	}
	.header__logo p {
		font-size: 14px;
		width: 140px;
		line-height: 1.2;
	}
}
@media (max-width: 800px) {
	.header__logo {
		margin: 0px 0px 15px 0px;
	}
}
@media (max-width: 480px) {
	.header__logo img {
		width: 140px;
		margin: 0px 5px 0px 0px;
	}
	.header__logo p {
		line-height: 1.4;
	}
}

.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__contacts a {
	font-size: 24px;
	line-height: 1.2;
	color: #FFFFFF;
}
@media (max-width: 992px) {
	.header__contacts a {
		font-size: 18px;
	}
}
@media (max-width: 720px) {
	.header__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header__contacts a {
		margin: 0px 0px 15px 0px;
	}
}

.header__tel {
	margin: 0px 13px 0px 0px;
}

a.header__btn {
	font-family: Roboto;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#f48e3b), to(#7c1507));
	background: -o-linear-gradient(top, #f48e3b 0%, #7c1507 100%);
	background: linear-gradient(180deg, #f48e3b 0%, #7c1507 100%);
	border-radius: 30px;
	padding: 13px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.header__btn::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #0C0C0C;
	background: url("../img/hero/btn-bg.jpg") no-repeat;
	background-size: cover;
	border-radius: 30px;
}
a.header__btn:hover {
	border-radius: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #FF6F00;
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}
a.header__btn span {
	position: relative;
}
@media (max-width: 992px), (max-height: 730px) {
	a.header__btn {
		font-size: 16px;
		padding: 10px 20px;
	}
}

.swiper-container {
	overflow: hidden;
	position: relative;
}
.swiper-container > div {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-container.swiper-container-autoheight > div {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.swiper-pagination-bullet {
	background: #000;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	display: inline-block;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.slider {
	position: relative;
	padding: 0px 40px;
	font-size: 16px;
	margin: 40px 0px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 52px;
	height: 52px;
	background-size: contain;
	cursor: pointer;
}
@media (max-width: 768px) {
	.swiper-button-next,
.swiper-button-prev {
		width: 30px;
		height: 30px;
	}
}

.swiper-button-next {
	right: -250px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1650px) {
	.swiper-button-next {
		right: -70px;
	}
}
@media (max-width: 1050px) {
	.swiper-button-next {
		right: 0;
	}
}

.swiper-button-prev {
	left: -250px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1650px) {
	.swiper-button-prev {
		left: -70px;
	}
}
@media (max-width: 1050px) {
	.swiper-button-prev {
		left: 0;
	}
}

.samples-slider {
	max-width: 1082px;
	margin: 0 auto;
	position: relative;
}
.samples-slider .swiper-wrapper {
	padding: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
	.samples-slider .swiper-wrapper {
		padding: 0;
	}
}
.samples-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.samples-slider .swiper-slide:nth-child(even) {
	margin: 100px 0px 0px 0px;
}
@media (max-width: 768px) {
	.samples-slider .swiper-slide:nth-child(even) {
		margin: 0;
	}
}
.samples-slider .swiper-slide__img {
	width: 220px;
	height: 168px;
	margin: 0px 0px 23px 0px;
}
.samples-slider .swiper-slide__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1050px) {
	.samples-slider .swiper-slide__img {
		width: 190px;
		height: 140px;
	}
}
.samples-slider .swiper-slide__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.1;
	color: #FF6F00;
	margin: 0px 0px 5px 0px;
	width: 220px;
	text-align: left;
}
@media (max-width: 1050px) {
	.samples-slider .swiper-slide__title {
		width: 190px;
	}
}
@media (max-width: 768px) {
	.samples-slider .swiper-slide__title {
		font-size: 24px;
	}
}
.samples-slider .swiper-slide__text {
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	max-width: 220px;
}
@media (max-width: 1050px) {
	.samples-slider .swiper-slide__text {
		max-width: 190px;
	}
}
@media (max-width: 1366px) {
	.samples-slider {
		max-width: 882px;
	}
}
@media (max-width: 1050px) {
	.samples-slider {
		padding: 0px 100px;
	}
}
@media (max-width: 768px) {
	.samples-slider {
		padding: 0px 50px;
	}
}

.page {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.hero {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}
.hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.61%, rgba(0, 0, 0, 0)), color-stop(31.02%, #000000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -3.61%, #000000 31.02%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3.61%, #000000 31.02%);
}
@media (max-width: 992px) {
	.hero {
		position: relative;
	}
}
@media (max-width: 1010px) {
	.hero {
		height: auto;
	}
}

.hero__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1010px) {
	.hero__img img {
		-o-object-position: right;
		   object-position: right;
	}
}
@media (max-width: 768px) {
	.hero__img img {
		-o-object-position: 85%;
		   object-position: 85%;
	}
}

.hero__content {
	position: relative;
	z-index: 2;
	top: 55%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media (max-width: 1010px) {
	.hero__content {
		top: 0;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		padding: 130px 0px 100px 0px;
	}
}
@media (max-width: 800px) {
	.hero__content {
		padding: 200px 0px 60px 0px;
	}
}

.hero__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.hero__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 742px;
	        flex: 0 0 742px;
}
@media (max-width: 1300px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 550px;
		        flex: 0 0 550px;
	}
}
@media (max-width: 1010px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.hero__title {
	max-width: 742px;
	margin: 0px 0px 48px 0px;
}
.hero__title span {
	color: #fff;
}
@media (max-width: 1010px) {
	.hero__title {
		text-align: center;
	}
}
@media (max-height: 768px) {
	.hero__title {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-height: 640px) {
	.hero__title {
		margin: 0px 0px 20px 0px;
	}
}

.hero__text {
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	max-width: 288px;
	margin: 0px 0px 38px 0px;
}
@media (max-height: 768px) {
	.hero__text {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-height: 640px) {
	.hero__text {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 480px) {
	.hero__text {
		text-align: center;
	}
}

.hero__discount {
	font-size: 48px;
	color: #FF6F00;
	margin: 0px 0px 50px 0px;
}
.hero__discount span {
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: line-through;
	margin: 0px 12px 0px 0px;
}
@media (max-height: 768px) {
	.hero__discount {
		margin: 0px 0px 20px 0px;
		font-size: 40px;
	}
	.hero__discount span {
		font-size: 30px;
	}
}
@media (max-width: 1010px) {
	.hero__discount {
		margin: 0px;
	}
}

.hero__buttonblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 100px 0px;
}
.hero__buttonblock p {
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 16px;
	max-width: 260px;
}
.hero__buttonblock p::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #FA943D;
}
@media (max-height: 768px), (max-width: 768px) {
	.hero__buttonblock {
		margin: 0px 0px 50px 0px;
	}
}
@media (max-height: 640px) {
	.hero__buttonblock {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 630px) {
	.hero__buttonblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.hero__buttonblock p {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.hero__buttonblock p {
		font-size: 16px;
		max-width: 80%;
	}
}

@media (max-width: 630px) {
	.hero__btn {
		margin: 0px 0px 15px 0px;
	}
}

.hero__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1010px) {
	.hero__items {
		width: 80%;
	}
}
@media (max-width: 768px) {
	.hero__items {
		width: 90%;
	}
}
@media (max-width: 480px) {
	.hero__items {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.hero__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 160px;
	        flex: 0 1 160px;
}
@media (max-width: 630px) {
	.hero__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 120px;
		        flex: 0 1 120px;
	}
}
@media (max-width: 480px) {
	.hero__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 20px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.hero__day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 36px;
	color: #FF7E00;
	text-shadow: 0px 4px 19px #FA943D;
}
.hero__day span {
	font-size: 48px;
	margin: 0px 12px 0px 0px;
}
@media (max-height: 768px) {
	.hero__day {
		font-size: 30px;
	}
	.hero__day span {
		font-size: 40px;
	}
}
@media (max-width: 630px) {
	.hero__day {
		font-size: 20px;
	}
	.hero__day span {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.hero__day {
		font-size: 30px;
	}
	.hero__day span {
		font-size: 44px;
	}
}

.hero__result {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
.hero__50 {
	position: relative;
	top: 45%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.hero__50 img {
	width: 100%;
}
.hero__50::before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__50::after {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/hero/50.gif") no-repeat;
	background-size: cover;
	-webkit-transform: scale(1, -1);
	    -ms-transform: scale(1, -1);
	        transform: scale(1, -1);
	opacity: 0.2;
}
@media (max-width: 1010px) {
	.hero__50 {
		z-index: -1;
		top: 0;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		max-width: 60%;
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.hero__50 {
		max-width: 100%;
	}
	.hero__50::before {
		display: none;
	}
}

.conditions {
	margin: 100vh 0px 0px 0px;
	position: relative;
	z-index: 2;
	background: -o-linear-gradient(350.8deg, #FEE31C 4.9%, #FF9103 99.77%);
	background: linear-gradient(99.2deg, #FEE31C 4.9%, #FF9103 99.77%);
	padding: 74px 0px 90px 0;
	-webkit-box-shadow: 0px 0px 38px 0px #e6381f;
	        box-shadow: 0px 0px 38px 0px #e6381f;
}
@media (max-width: 992px) {
	.conditions {
		margin: 0;
	}
}
@media (max-width: 480px) {
	.conditions {
		padding: 60px 0px;
	}
}

.conditions__bigtitle {
	margin: 0px 0px 37px 0px;
	text-align: center;
}
@media (max-width: 480px) {
	.conditions__bigtitle {
		margin: 0px 0px 25px 0px;
	}
}

.conditions__title {
	color: #490E08;
	max-width: 980px;
	text-align: center;
	margin: 0 auto 23px auto;
}
.conditions__title span {
	color: #FF1700;
}

.conditions__text {
	max-width: 750px;
	margin: 0 auto 53px auto;
	font-family: Roboto;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #490E08;
}
.conditions__text span {
	font-weight: 900;
}
@media (max-width: 480px) {
	.conditions__text {
		font-size: 16px;
		margin: 0 auto 33px auto;
	}
}

.conditions-block {
	padding: 100px 0px 200px 0px;
	margin: 0 auto;
	max-width: 1040px;
	border-radius: 37px;
	border: 9px solid #DDDDDD;
	background: url("../img/conditions/bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	-webkit-box-shadow: 0px 17px 22px -11px #3c3c3c;
	        box-shadow: 0px 17px 22px -11px #3c3c3c;
}
@media (max-width: 1510px) {
	.conditions-block {
		max-width: 75%;
	}
}
@media (max-height: 768px), (max-width: 768px) {
	.conditions-block {
		padding: 60px 0px 100px 0;
	}
}
@media (max-width: 992px) {
	.conditions-block {
		max-width: 100%;
		padding: 100px 20px 200px 20px;
	}
}
@media (max-width: 768px) {
	.conditions-block {
		padding: 60px 15px 80px 15px;
		border: 6px solid #DDDDDD;
	}
}
@media (max-width: 480px) {
	.conditions-block {
		padding: 40px 15px;
	}
}

.conditions-block__robot {
	position: absolute;
	z-index: -1;
	top: -180px;
	right: -118px;
	width: 453px;
	height: 581px;
}
@media (max-width: 1320px) {
	.conditions-block__robot {
		display: none;
	}
}

.conditions-block__title {
	text-align: center;
	line-height: 1.1;
	margin: 0px 0px 74px 0px;
}
.conditions-block__title span {
	color: #fff;
}
@media (max-height: 768px), (max-width: 768px) {
	.conditions-block__title {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.conditions-block__title {
		margin: 0px 0px 25px 0px;
	}
}

.conditions-block__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.conditions-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9103), to(#FEE31C));
	background: -o-linear-gradient(top, #FF9103 0%, #FEE31C 100%);
	background: linear-gradient(180deg, #FF9103 0%, #FEE31C 100%);
	border-radius: 99px;
	width: 516px;
	height: 90px;
	max-width: 100%;
	margin: 0px 0px 36px 0px;
	position: relative;
	z-index: 0;
}
.conditions-block__item::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: #E6381F;
	-webkit-filter: blur(30px);
	        filter: blur(30px);
}
.conditions-block__item::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	width: 116px;
	height: calc(100% - 8px);
	background: url("../img/conditions/drop.svg") no-repeat;
	background-size: cover;
}
@media (max-width: 480px) {
	.conditions-block__item::after {
		width: 80px;
	}
}
.conditions-block__item:nth-child(even)::before {
	left: unset;
	right: 0;
}
.conditions-block__item:nth-child(even)::after {
	left: unset;
	right: 4px;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.conditions-block__item:nth-child(even) .conditions-block__num {
	position: absolute;
	right: 11px;
	left: unset;
}
@media (max-width: 480px) {
	.conditions-block__item:nth-child(even) .conditions-block__num {
		right: 7px;
	}
}
.conditions-block__item:nth-child(even) .conditions-block__name {
	padding: 0px 90px 0px 45px;
}
@media (max-width: 480px) {
	.conditions-block__item:nth-child(even) .conditions-block__name {
		padding: 0px 90px 0px 35px;
	}
}
.conditions-block__item:last-child {
	margin: 0;
}
@media (max-width: 480px) {
	.conditions-block__item {
		height: 64px;
		margin: 0px 0px 25px 0px;
	}
}

.conditions-block__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	color: #490E08;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 68px;
	        flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: -o-radial-gradient(48.66% 1.88%, 114.34% 114.34%, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	background: radial-gradient(114.34% 114.34% at 48.66% 1.88%, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	position: relative;
	left: 11px;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 11px -5px #606060;
	        box-shadow: 0px 6px 11px -5px #606060;
}
.conditions-block__num::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 245, 0.5)), to(rgba(255, 250, 245, 0)));
	background: -o-linear-gradient(top, rgba(255, 250, 245, 0.5) 0%, rgba(255, 250, 245, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.5) 0%, rgba(255, 250, 245, 0) 100%);
}
.conditions-block__num span {
	position: relative;
	z-index: 2;
}
@media (max-width: 480px) {
	.conditions-block__num {
		width: 50px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50px;
		        flex: 0 0 50px;
		height: 50px;
		left: 7px;
		font-size: 24px;
	}
}

.conditions-block__name {
	font-weight: bold;
	font-size: 28px;
	color: #490E08;
	padding: 0px 40px 0px 55px;
}
@media (max-width: 600px) {
	.conditions-block__name {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.conditions-block__name {
		font-size: 20px;
		padding: 0px 40px 0px 35px;
	}
}
@media (max-width: 320px) {
	.conditions-block__name {
		font-size: 18px;
	}
}

.stages {
	position: relative;
	background: #060605;
	padding: 100px 0px 0px 0px;
}
@media (max-width: 480px) {
	.stages {
		padding: 60px 0px 0px 0px;
	}
}

.stages__title {
	text-align: center;
	margin: 0 auto;
	margin: 0px 0px 29px 0px;
}

.stages__subtitle {
	font-size: 33px;
	line-height: 1.1;
	text-align: center;
	color: #FFFFFF;
	max-width: 785px;
	margin: 0 auto 88px auto;
}
@media (max-width: 768px) {
	.stages__subtitle {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.stages__subtitle {
		font-size: 22px;
		margin: 0 auto 30px auto;
	}
}

.stages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 70px 0px;
}
@media (max-width: 480px) {
	.stages__row {
		margin: 0px 0px 40px 0px;
	}
}

.stages-item {
	margin: 0px 0px 80px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.stages-item:last-child {
	margin: 0;
}
@media (max-width: 480px) {
	.stages-item {
		margin: 0px 0px 30px 0px;
	}
}

@media (max-width: 530px) {
	.stages-item_1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.stages-item_1 .stages-item__row {
		margin: 0px 0px 30px 0px;
	}
}

.stages-item__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.stages-item__gift {
	position: relative;
}
.stages-item__gift img {
	width: 57px;
}
.stages-item__gift p {
	font-family: Roboto;
	font-size: 12px;
	line-height: 1.1;
	color: #FFFFFF;
	width: 157px;
}
.stages-item__gift::before {
	content: "+";
	position: absolute;
	top: 15px;
	left: 55%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-family: Roboto;
	font-size: 36px;
	line-height: 42px;
	color: #FFFFFF;
}
@media (max-width: 530px) {
	.stages-item__gift {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.stages-item__gift img {
		margin: 0px 20px 0px 0px;
	}
	.stages-item__gift::before {
		top: -30px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

.stages-item__num {
	position: relative;
	width: 110px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 110px;
	        flex: 0 0 110px;
	height: 110px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left bottom, left top, from(#ff9103), to(#fee21b));
	background: -o-linear-gradient(bottom, #ff9103 0%, #fee21b 100%);
	background: linear-gradient(0deg, #ff9103 0%, #fee21b 100%);
	margin: 0px 22px 0px 0px;
}
.stages-item__num::before {
	content: "";
	width: 106px;
	height: 106px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	z-index: 2;
}
.stages-item__num span {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	font-size: 35px;
	color: #490E08;
	background: -o-radial-gradient(48.66% 1.88%, 114.34% 114.34%, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	background: radial-gradient(114.34% 114.34% at 48.66% 1.88%, #FA943D 0%, #F94000 0.01%, #FFF33B 61.46%, #FEC806 80.21%, #FB9A07 100%);
	width: 85px;
	height: 85px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 6px 11px -5px #606060;
	        box-shadow: 0px 6px 11px -5px #606060;
}
.stages-item__num span::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 245, 0.5)), to(rgba(255, 250, 245, 0)));
	background: -o-linear-gradient(top, rgba(255, 250, 245, 0.5) 0%, rgba(255, 250, 245, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.5) 0%, rgba(255, 250, 245, 0) 100%);
}

.stages-item__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	color: #FF6F00;
	text-shadow: 0px 4px 19px #FF1700;
	margin: 0px 0px 8px 0px;
}
@media (max-width: 480px) {
	.stages-item__title {
		font-size: 26px;
	}
}

.stages-item__text {
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	max-width: 338px;
}
@media (max-width: 480px) {
	.stages-item__text {
		font-size: 16px;
	}
}

.stages__footer {
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	max-width: 496px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.stages__footer {
		font-size: 22px;
		margin: 0px auto 20px auto;
	}
}

.stages__fire img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.samples {
	background: #020201;
	padding: 0px 0px 80px 0px;
	background: url("../img/samples/bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
.samples::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 126px;
	background: -webkit-gradient(linear, left bottom, left top, from(#020202), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, #020202 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, #020202 0%, rgba(0, 0, 0, 0) 100%);
}

.samples__title {
	text-align: center;
	margin: 0px 0px 220px 0px;
}
@media (max-width: 1366px) {
	.samples__title {
		margin: 0px 0px 80px 0px;
	}
}

.more {
	background: #010100;
	position: relative;
}

.more__title {
	margin: 0px 0px 80px 0px;
	color: #000;
	font-size: 60px;
	text-align: center;
}
@media (max-width: 768px) {
	.more__title {
		margin: 0px 0px 40px 0px;
		font-size: 45px;
	}
}
@media (max-width: 480px) {
	.more__title {
		font-size: 32px;
	}
}

.more__block {
	background: -o-linear-gradient(350.8deg, #FEE31C 4.9%, #FF9103 99.77%);
	background: linear-gradient(99.2deg, #FEE31C 4.9%, #FF9103 99.77%);
	border-radius: 19px;
	max-width: 1400px;
	padding: 76px 90px 50px 90px;
}
@media (max-width: 1510px) {
	.more__block {
		padding: 76px 40px;
	}
}
@media (max-width: 480px) {
	.more__block {
		padding: 60px 20px;
	}
}
@media (max-height: 700px) {
	.more__block {
		padding: 60px 40px 40px 40px;
	}
}

.more__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -47px 90px -47px;
}
@media (max-width: 1510px) {
	.more__row {
		margin: 0px -20px 90px -20px;
	}
}
@media (max-width: 860px) {
	.more__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 480px) {
	.more__row {
		margin: 0px -20px 60px -20px;
	}
}

.more__item {
	padding: 0px 47px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}
.more__item img {
	width: 50px;
	margin: 0px 0px 20px 0px;
}
.more__item:nth-child(even) {
	margin: 130px 0px 0px 0px;
}
@media (max-width: 1510px) {
	.more__item {
		padding: 0px 20px;
	}
}
@media (max-width: 860px) {
	.more__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.more__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin: 0px 0px 40px 0px;
	}
	.more__item:nth-child(even) {
		margin: 0px 0px 40px 0px;
	}
	.more__item:last-child {
		margin: 0;
	}
	.more__item img {
		margin: 0px 0px 10px 0px;
	}
}

.more__name {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	margin: 0px 0px 9px 0px;
}
@media (max-width: 480px) {
	.more__name {
		font-size: 22px;
	}
}

.more__text {
	font-family: Roboto;
	font-size: 21px;
	line-height: 1.2;
	color: #050505;
}
@media (max-width: 480px) {
	.more__text {
		font-size: 16px;
	}
}

.more__common {
	text-align: center;
	color: #490E08;
}
.more__common span {
	color: #FF1700;
}

.footer {
	padding: 90px 0px 0px 0px;
	background: #010100;
	position: relative;
}
.footer .hero__discount {
	margin: 0px;
}
.footer .hero__btn {
	z-index: 3;
}
.footer .hero__btn::after {
	z-index: 1;
}
@media (max-height: 700px), (max-width: 768px) {
	.footer {
		padding: 40px 0px 0px 0px;
	}
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.footer__title {
	font-weight: bold;
	font-size: 64px;
	line-height: 1.1;
	color: #FFFFFF;
	margin: 0px 0px 30px 0px;
}
@media (max-height: 700px), (max-width: 768px) {
	.footer__title {
		font-size: 40px;
		margin: 0px 0px 10px 0px;
	}
}

.footer__title2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 141.5%;
	text-transform: uppercase;
	color: #FF1700;
	margin: 0px 0px 20px 0px;
}
@media (max-height: 700px), (max-width: 768px) {
	.footer__title2 {
		font-size: 25px;
		margin: 0px;
	}
}

.footer__title3 {
	font-weight: bold;
	font-size: 64px;
	line-height: 141.5%;
	color: #FEE93D;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
@media (max-height: 700px), (max-width: 768px) {
	.footer__title3 {
		font-size: 40px;
		margin: 0px;
	}
}

.footer__50 {
	width: 300px;
	margin: 0px 0px 30px 0px;
}
.footer__50 img {
	width: 100%;
}
@media (max-height: 700px), (max-width: 768px) {
	.footer__50 {
		width: 250px;
	}
}

.footer__promo {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0px 0px 8px 0px;
}

.footer__fire {
	margin: -50px 0px 0px 0px;
	height: 250px;
	width: 100%;
	background: url("../img/footer/fire.gif") repeat-x;
	background-size: contain;
}
@media (max-width: 600px) {
	.footer__fire {
		background-size: cover;
	}
}
@media (max-height: 700px) {
	.footer__fire {
		height: 180px;
	}
}