:root {
	/* --color-0: #F2E3D5;
	--color-1: #ff1a0d;
	--color-2: #a5231c;
	--color-3: #838584;
	--color-4: #012E40;
	--color-5: #333; */
	--color-1: #1E1E1E;
	--color-2: #19232B;
	--color-3: #DD042B;
	--color-4: #FFE4E4;
	--color-5: #808080;
	--color-6: #FF1A0D;
	--color-7: #404040;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font: 15px Roboto-Regular, Arial, sans-serif;
	letter-spacing: .5px;
	color: black;
	/* background-color: rgb(245, 243, 243); */
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url(/fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(/fonts/RobotoCondensed-Bold.ttf);
}

* {
	box-sizing: border-box;
	outline: 0;
}

figure {
	margin: 0;
}

select,
button {
	cursor: pointer;
}

h1,
h2,
h3,
p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}

a:hover {
	color: var(--color-6);
}

input {
	padding: 0;
	margin: 0;
}

.a-btn {
	display: inline-block;
	padding: 5px 7px;
	background-color: var(--color-1);
	color: white;
	;
}

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

footer {
	margin-top: auto;
}

.w-page {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

.error-input {
	display: none;
	color: red;
	padding: 3px 0;
	font-size: 13px;
}

.valid-error {
	color: red;
	font-size: .9em;
	height: 22px;
	line-height: 22px;
}

.category_level-up-select .valid-error {
	margin-top: -12px
}

.none {
	display: none;
}

/* header-top */

.div-header-top:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: var(--color-5);
}

.header-top {
	display: flex;
	max-width: 1300px;
	margin: 10px auto 20px;
	padding: 0 15px;
}

.header-top__col:last-child {
	display: flex;
	align-items: center;
	font-size: 18px;
	flex-grow: 1;
	justify-content: flex-end;
}

.header-top__col:last-child img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.header-top__col:last-child span {
	font-size: 24px;
}

.header-top-operating-mode-whatsapp {
	display: flex;
	align-items: center;
}

.header-top__whatsapp {
	display: flex;
	margin-left: 40px;
}

.burger {
	display: none;
}

.conteiner-burger {
	display: flex;
	justify-content: flex-end;
}

.burger__inner {
	width: 60px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.burger__line {
	width: 35px;
	margin: 3px auto;
	border: 2px solid var(--color-5);
}

.icons-socnet-phone {
	display: inline-flex;
	align-items: center;
	transform: translateY(5px);
}

.icons-socnet-phone .icon-soc-net {
	transform: translateY(4px);
	height: 100%;
}

.icons-socnet-phone__icons {
	padding-right: 10px;
	border-right: 1px solid var(--color-1);
}

.icons-socnet-phone__phone {
	padding-left: 15px;
}

.content {
	margin-top: 0;
}

.header {
	/* position: fixed; */
	width: 100%;
	background-color: var(--bg-page);
	/* box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .4); */
	z-index: 10;
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	min-height: 104px;
}

/* .header .slogan {
	font-size: 22px;
	width: 600px;
	min-width: 600px;
	overflow: hidden;
} */

.header__sep {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background-color: var(--color-2);
}

.header__nav {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.div-burger {
	display: none;
}

.div-burger__inner {
	display: flex;
	justify-content: flex-end;
}

.popup-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: white;
	display: none;
	z-index: 20;
	color: var(--bg-color-2);
}

.popup-menu__inner {
	position: relative;
	margin: 20px;
}

.popup-menu__close {
	text-align: right;
}

.popup-menu__icon-close {
	display: inline-block;
	padding: 15px 20px;
	font-size: 40px;
	cursor: pointer;
}

.popup-menu__links {
	margin-top: 20px;
}

.popup-menu__links a {
	margin-bottom: 20px;
	text-align: left;
	font-size: 20px;
}

.popup-menu__links a:last-child {
	margin-bottom: unset;
}

.popup-menu__links a:hover {
	color: var(--color-6);
}


.slider {
	position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	color: white;
	padding: 0 15px;
	font-size: 36px;
	border: 1px solid var(--color-5);
	background-color: var(--color-2);
	position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.owl-carousel .owl-nav button.owl-next {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.owl-prev, .owl-next {
	bottom: 19px;
}

.owl-prev {
	right: 44px;
}

.owl-next {
	right: 0;
}

.slider__bg {
	position: relative;
	/* max-width: 1200px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
}

.slider__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	z-index: 2;
	color: white;
	font-family: Inter;
}

.slider__text {
	margin: 0 auto;
	width: 75%;
	max-width: 800px;
}

.slider__text-bg {
	padding: 2px 5px;
	background-color: var(--color-3);
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 4px;
	display: inline-block;
	margin-bottom: 15px;
}

.slider__header {
	font-size: 46px;
	font-weight: 600;
	line-height: 48px;
	overflow: hidden;
}

.slider__button {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.slider__button button {
	font-size: 20px;
	padding: 12px 45px;
	border: none;
	background-color: var(--color-3);
	color: inherit;
}

/* nav2	 */

.nav2	{
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 15px
}

.nav2-item {
	font-size: 22px;
	padding: 10px;
	margin: 0 20px;
}

a.nav2-item:hover {
	color: var(--color-6)
}

.nav2-item:first-child {
	margin-left: unset;
}

.nav2-item:last-child {
	margin-right: inset;
}

.call-phone {
	font-size: 15px;
	display: flex;
	align-items: center;
}

/* we-offer */

.we-offer {
	max-width: 1300px;
	margin: auto;
}

.we-offer__body {
	display: flex;
	justify-content: center;
}

.we-offer__item {
	border: 2px solid var(--color-5);
}

.we-offer__item:hover .we-offer__arrow-left {
	opacity: .8;
}

.we-offer__item img {
	width: 100%;
	display: block;
}

.we-offer__name {
	font-size: 20px;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.we-offer__footer {
	display: flex;
	justify-content: space-between;
	height: 50px;
}

.we-offer__arrow-left {
	background-color: var(--color-2);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 100%;
}

a:hover .we-offer__arrow-left {
	background-color: var(--color-6);
}

.we-offer__arrow-left img {
	width: 22px;
	height: 22px;
}

/* main-about */

.main-about {
	max-width: 1300px;
	margin: auto;
}

.main-about__inner {
	display: flex;
}

.main-about__col {
	width: 50%;
}

.main-about__col img {
	width: 100%;
}

.main-about__col:last-child {
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}

.main-about__header {
	font-size: 40px;
	margin-bottom: 20px;
}

.main-about__subheader {
	font-size: 24px;
	margin-bottom: 20px;
}

.main-about__desc p {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.main-about__desc p:last-child {
	margin-bottom: 0;
}

.div-main-about-footer {
	display: flex;
	justify-content: center;
}

.main-about__footer {
	border-radius: 10px;
	border: 1px solid var(--color-2);
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.main-about__footer .legend {
	font-size: 15px;
	color: var(--color-5);
	margin-bottom: 7px;
}

.main-about__footer .block {
	padding: 15px;
}

.main-about__footer .block:nth-child(2) {
	display: flex;
}

.main-about__footer .block:nth-child(2) img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.main-about__footer,
.main-about__footer .whatsapp,
.main-about__footer .phone {
	font-size: 16px;
	color: var(--color-2);
}

/* questions */

.questions {
	padding-right: 20px;
}

.questions__inner > div {
	margin-bottom: 20px;
}

.questions__inner a {
	font-weight: bold;
	font-size: 20px;
}

.questions > div:last-child {
	margin-bottom: unset;
}

.questions__header {
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.questions__text,
.questions__phone {
	font-size: 16px;
}

.questions__phone {
	display: flex;
}

.questions__phone img {
	width: 20px;
	height: 18px;
	margin-right: 15px;
	margin-top: 3px;
}

/* should */

.should {
	padding-left: 20px;
}

.should__inner	> div {
	margin-bottom: 20px;
}

.should__header {
	font-size: 36px;
	text-transform: uppercase;
}

.should__legend {
	font-size: 15px;
	margin-bottom: 5px;
}

.should__phone input {
	width: 250px;
	height: 44px;
	font-size: 15px;
	padding-left: 10px;
	border: 1px solid var(--color-5);
}

/* questions-should */

.questions-should {
	display: flex;
	max-width: 1300px;
	margin: auto;
}

.asu2-button {
	border: 0;
	border-radius: 4px;
	text-align: center;
	padding: 10px 20px;
	font-size: 20px;
}

.asu2-button_default {
	background-color: var(--color-6);
	color: white;
}

.asu2-button_cancel {
	background-color: var(--color-4);
	color: var(--color-5);
}

.asu2-button_more {
	border-radius: 30px;
	border: 1px solid var(--color-6);
	color: var(--color-2);
	background-color: transparent;
}

.asu2-button_more:hover {
	background-color: var(--color-6);
	color: white;
}

.asu2-button_a {
	display: inline-flex;
}

/* main-contacts */

.main-contacts {
	background-color: #1E1E1E;
	padding: 10px 20px;
	font-size: 18px;
}

.main-contacts__inner {
	max-width: 1300px;
	color: var(--color-4);
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.main-contacts span {
	color: var(--color-6)
}

.main-contacts a {
	display: inline-block;
}

.copyright {
	padding: 10px;
	text-align: center;
 }

 section {
	margin-bottom: 60px;
	margin-left: 15px;
	margin-right: 15px;
}

/* product */

.product {
	width: 280px;
	border: 1px solid var(--color-5);
	border-radius: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.product__inner {
	padding: 15px;
}

.product:hover .product__name {
	color: var(--color-6);
}

.product__img {
	width: 250px;
	height: 250px;
}

.product__img img {
	width: 100%;
	height: 100%;
}

.product__name {
	font-size: 18px;
	padding-top: 20px;
	text-align: center;
}

/* products */

.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* sec-products */

.sec-products {
	max-width: 1300px;
	margin: auto;
	text-align: center;
}

.h2 {
	font-family: Roboto-Bold;
	font-size: 40px;
	margin-bottom: 40px;
}

.h2_center {
	text-align: center;
}

.h3 {
	font-family: Roboto-Bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.color-light {
	color: var(--color-5);
}

/* main-product */

.main-product {
	max-width: 1300px;
	margin: auto;
}

.main-product__sec {
	margin-bottom: 40px;
}

.main-product__sec:last-child {
	margin-bottom: unset;
}

.main-product__grop-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main-product__grop-btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 43px;
	font-size: 16px;
	border: 1px solid var(--color-6);
	border-radius: 25px;
	margin: 10px;
}

.main-product__grop-btn a:hover {
	background-color: var(--color-6);
	color: white;
}

/* detail-product */

.detail-product {
	max-width: 1300px;
	margin: 80px auto 120px;
}

.detail-product__inner {
	display: flex;
}

.detail-product__col:first-child {
	width: 300px;
	padding: 30px;
}

.detail-product__col:last-child {
	flex-grow: 1;
}

.detail-product__col img {
	width: 250px;
	height: 250px;
}

.detail-product__name {
	font-size: 32px;
	word-wrap: break-word;
	margin-bottom: 20px;
	font-family: Roboto-Bold
}

.detail-product__desc {
	max-width: 740px;
}

.detail-product__desc p {
	font-size: 16px;
}

.detail-product__characteristics {
	margin-top: 20px;
}

.detail-product h3 {
	font-size: 18px;
	font-family: Roboto-Bold;
}

.characteristics__inner {
	margin-top: 20px;
	padding-right: 20px;
}

.characteristics__row {
	display: flex;
	margin-bottom: 10px;
}

.characteristics__row:last-child {
	margin-bottom: unset;
}

.characteristics__name,
.characteristics__val {
	padding: 3px 0;
}

.characteristics__name {
	max-width: 480px;
	width: 70%;
	padding-right: 15px
}

.characteristics__val {
	width: 30%;
	padding-left: 15px;
}

.characteristics__val {
	font-family: Roboto-Bold
}

/* not-found */

.not-found {
	font-size: 22px;
	color: var(--color-6);
	text-align: center;
	padding: 50px 20px;
}

/* block-1 */

.block-1 {
	background-color: var(--color-7);
	margin-bottom: 60px;
}

.block-1__inner {
	font-size: 22px;
	padding: 40px 20px;
	color: white;
	text-align: center;
}

.block-1__inner > div:nth-child(1) {
	font-family: Roboto-Bold;
	font-size: 40px;
	margin-bottom: 20px;
}

.block-1__inner > div:nth-child(2) {
	font-size: 32px;
	margin-bottom: 20px;
}

.block-1__inner > div:nth-child(7) {
	font-family: Roboto-Bold;
	font-size: 26px;
	text-transform: uppercase;
	color: var(--color-6);
	margin-top: 20px;
	letter-spacing: 2px;
}

/* block-2 */

.block-2 {
	max-width: 900px;
	margin: auto;
}

.block-2__inner p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

.block-2__inner p:last-child {
	margin-bottom: unset;
}

.block-2__inner p::first-letter {
	padding-left: 20px;
}

/* contacts */

.contacts {
	display: flex;
	margin: 60px 0;
}

.contacts__inner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}

.contacts__col:first-child {
	width: 40%;
	padding-right: 20px;
}

.contacts__col:last-child {
	width: 60%;
	padding-left: 20px;
}

.contacts__header {
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 20px;
}

.contacts__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.contacts__text_call {
	max-width: 370px;
	margin-bottom: 20px;
}

.contacts__text_call .phone {
	font-size: 16px;
	font-family: Roboto-bold;
	padding-top: 10px;
}

.contacts__text_address {
	margin-bottom: 20px;
}

.contacts .phone__tel {
	display: none;
}

.contacts .icons-socnet-phone__icons {
	margin-left: -12px;
}

.contacts__map {
	height: 100%;
}

.contacts__map img {
	width: 100%;
	height: 100%;
}

.div-fotorama {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
	background-color: white;
	padding-top: 40px;
	max-width: 1300px;
	margin: auto;
}

/* video  */

.video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.video__item {
	margin: 20px;
	width: 300px;
	height: 150px;
}

.video__item video {
	width: 100%;
	height: 100%;
}