/* Основа */
html {
	scroll-behavior: smooth;
}

body {
	box-sizing: border-box;
}
a,a:hover {
	color: #fff;
	text-decoration: none;
}


/* Шрифты */

@font-face {
font-family: 'Din Pro';
src: url('/fonts/DINPro.ttf');
}
@font-face {
font-family: 'Din Pro Condensed Regular';
src: url('/fonts/DINPro-CondensedRegular.ttf');
}
@font-face {
font-family: 'DIN Pro - Condensed Medium';
src: url('/fonts/DINPro-CondensedMedium.ttf');
}
@font-face {
font-family: 'DIN Pro - Condensed Light';
src: url('/fonts/DINPro-CondensedLight.ttf');
}
@font-face {
font-family: 'DIN Pro - Condensed Black';
src: url('/fonts/DINPro-CondensedBlack.ttf');
}
@font-face {
font-family: 'Museo Cyrl -300';
src: url('/fonts/exljbris - Museo Cyrl 300_0.otf');
}
@font-face {
font-family: 'Museo Cyrl -900';
src: url('/fonts/exljbris - Museo Cyrl 900_0.otf');
}



/* BOOTSTRPAP CHANGES */
 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.not__found__error{
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* Шапка сайта */
.header__bg {
	background-color: #0f0a0a;
	height: 80px;
}
.header__logo__img {
	padding: 0;
}
.header__logo {
	padding: 0 30px 0 10px;
	color: #fffefe;
	font-family: "Museo Cyrl -300";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
.header__logo__grill {
	color: #e2151f;
}
.navbar {
	font-family: "Din Pro Condensed Regular";
	letter-spacing: 1.5px;
}
.navbar-nav {
	margin-left: 50px;
}
.nav-item {
	margin: 0 5px;
}
.navbar-brand {
	position: relative;
	padding: 0 10px;
}
.navbar-brand:after, .header__phone:before {
	position: absolute;
	content: '';
	right: 0;
	top: -24px;
	display: block;
	width: 1px;
	height: 80px;
	background: url(../img/header_stroke.png) center center no-repeat;
}
.header__phone:before {
	right: 180px;
	top: 0;
}
.header__phone {
	position: absolute;
	display: block;
	/*right: 80px;*/
	right: 0px;
	padding: 0 20px;
	top: 0;
	height: 80px;
	color: #ffffff;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	opacity: 0;
}
.header__basket__bg {
	position: absolute;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #e2151f;
}
.header__basket {
	background-image: url(../icons/shopping-cart.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 24px;
	color: #ffffff;
}


/* Главная страница */
.main__page__img {
	border: 1px solid black;
	/*position: absolute;*/
	position: relative;
	margin-top: 80px;
	display: block;
	background: url(../img/3-layers.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 930px;
}
.main__text {
	/*position: absolute;*/
	margin-top: 380px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-flow: column wrap;
	z-index: 2;
}
.main__text_1,.main__text_2,.main__text_3,.main__text__buttons {
	display: block;
	margin: 0 auto;
}
.main__text_1 {
	color: #ffffff;
	font-family: "Museo Cyrl -300";
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.75px;
	line-height: 100%;
}
.main__text_2 {
	margin-top: 28px;
	color: #ffffff;
	font-family: "Museo Cyrl -900";
	font-size: 65px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 3.25px;
}
.main__text_3 {
	margin-top: 29px;
	color: #ffffff;
	font-family: "Museo Cyrl -300";
	font-size: 25px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.63px;
}
.main__text__buttons {
	margin-top: 56px;
}
.grill__button{
	background: transparent;
	width: 220px;
	height: 60px;
	color: #ffffff;
	font-family: "Din Pro Condensed Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	border: 1px dashed #e2151f;
	margin-left: 30px;
	cursor: pointer;
}
.button__show_all {
	background-color: #e2151f;
	border: none;
}
.main__grills {
	/*position: absolute;*/
	display: block;
	background: url(../img/main__grills_bg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 775px;
	/*margin-top: calc(80px + 930px);*/
}
.row__grills, .row__preim, .row__blog, .row__footer, .row__footer__bottom, .row_wrap, .catalog__main, .grill__main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 1170px;
	margin: 0px auto;
	padding: 100px 0;
}
.col__grill, .col__preim, .col__blog, .col__footer {
	width: 390px;
	/*border: 2px solid red;*/
	text-align: left;
	padding: 0 50px;
}
.col__blog {
	padding: 0 15px;
}
.col__preim{
	text-align: center;
}
.col__footer {
	padding: 0;
}
.grills__img {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}
.grill__catalog__main {
	/*width: 180px;*/
	height: 280px;
}
.grill__name {
	margin-top: 50px;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1px;
}
.grill__cost {
	margin-top: 15px;
	color: #e2151f;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1.2px;	
}
.grill__details {
	margin-top: 15px;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.rub {
	margin-top: -3px;
}
.grills_arrow {
	margin-left: 5px;
}
.more__grills__button, .preim__slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.more__grills { 
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.col__grill__before:before, .col__grill__after:after {
	position: absolute;
	content: '';
	top: 0px;
	display: block;
	width: 1px;
	height: 420px;
	background: url(../img/main__grills_stroke.png) center center no-repeat;
}
.col__grill__before:before {
	left: 0;
}
.col__grill__after:after {
	right: 0;
}


.main__preim {
	/*position: absolute;*/
	display: block;
	background: url(../img/Текстура2.jpg);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	/*height: 975px;*/
	/*margin-top: calc(80px + 930px + 775px);*/
	padding: 100px 0 0 0;
}
.bg_textura {
	background: url(../img/Текстура2.jpg) !important;
}
.preim {
	display: block;
	background: url(../img/Текстура2.jpg);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 100px 0;
}

.preim__block {
	background-color: #ffffff;
	position: relative;
	color: #000000;
	height: 55px;
	line-height: 55px;
	padding: 0px 30px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: 2s;
}
.preim__block__cross{
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	font-weight: 400;
	opacity: 0.5;
	/*border: 1px solid blue;*/
}
.preim__cross {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.preim__header{
	font-family: "DIN Pro";
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.preim__block__h__auto {
	height: auto;
}

.preim__desc {
	transition: 2s;
	text-transform: none;
    background-color: #ffffff;
    color: #000000;
    font-family: "DIN Pro - Condensed Light";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.9px;
    min-width: 100%;
	opacity: 0.7;
	padding-bottom: 5px;
}

.header__preim {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0px auto;
	color: #0f0a0a;
	font-family: "Museo Cyrl -900";
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.preim__name {
	margin-top: 40px;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.preim__text {
	margin-top: 40px;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.9px;
}
.preim__slide {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.preim__slider__red 
{
	background-color: #e2151f;
}
.preim__slider__grey {
	border: 1px solid #0f0a0a;
	opacity: 0.1;
}


.main__blog {
	/*position: absolute;*/
	display: block;
	background: url(../img/main__grills_bg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	/*height: 775px;*/
	/*margin-top: calc(80px + 930px + 775px + 915px);*/
	padding-bottom: 100px;
}
.header__blog {
	text-align: left;
	color: #0f0a0a;
	font-family: "Museo Cyrl -900";
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
}
.to__blog {
	position: absolute;
	right: 0;
	top: 0;
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.to__blog img {
	vertical-align: baseline;
	margin-left: 5px;
}
.blog__h1 {
	position: relative;
}
.blog__page__time {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 14px;
	font-weight: 600;
	line-height: 28.01px;
	letter-spacing: 0.7px;
	vertical-align: baseline;
}
.blog__page__photo {
	margin-top: 50px;
	width: 100%;
}
.blog__page__text {
	margin-top: 50px;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.9px;
}
.blog__page__text p {
	 text-indent: 2em;
	 margin: 0 0;
}
.blog__img {
	/*border: 1px solid red;*/
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 370px;
    height: 208px;
}

.blog__name {
	/*border: 1px solid red;*/
    margin-top: 40px;
    color: #0f0a0a;
    font-family: "DIN Pro - Condensed Medium";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 70px;	
}
.blog__datetime{
	opacity: 0.5;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.7px;
	margin: 15px 0;
	}
.blog__text {
	/*border: 1px solid red;*/
	width: 100%;
	max-height: 75px;
	overflow: hidden;
    color: #0f0a0a;
    font-family: "DIN Pro - Condensed Medium";
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.9px;
    height: 60px;
}
.blog__page__text h2 {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
.blog__button__more {
	transition: 0.1s;
    border: 1px dashed #b1b1b1;
    margin: 25px 0;
}
.blog__button__more:hover {
    border: 1px dashed #e2151f;
    color: #e2151f;
}



/* Подвал сайта  */
 .footer__main {
	/*position: absolute;*/
	position: relative;
	display: block;
	background-color: #000000;
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 435px;
	/*margin-top: calc(80px + 930px + 775px + 915px + 775px);*/
	z-index: 1;
}
.footer__sparks {
	position: absolute;
	display: block;
	background: url(../img/footer__sparks.png), #000;
	background-blend-mode: hard-light; 
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 358px;
	height: 327px;
	z-index: -1;
	/*border: 1px solid red;*/
	right: 0;
	bottom: 50px;
}
.row__footer {
	margin: 0px auto;
	align-items: flex-start;
	padding: 100px 0 0 0;
	/*z-index: 5;*/
}
.footer__left__text {
	width: 270px;
	/*height: 85px;*/
	opacity: 0.75;
	color: #ffffff;
	font-family: "DIN Pro - Condensed Light";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.7px;
	margin-top: 20px;
}

.footer_bottom {
	/*position: absolute;*/
	display: block;
	width: 100%;
	height: 70px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0, 0.97);
	color: #ffffff;
	z-index: 2;
	/*border: 1px solid red;*/
	/*margin-top: calc(80px + 930px + 775px + 915px + 775px + 435px);*/
	font-family: "Din Pro Condensed Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.2px;

}
.row__footer__bottom {
	height: 70px;
	margin: 0px auto;
	padding: 0;
}
.footer__menu li{
	list-style-type: none;
	color: #ffffff;
	font-family: "Din Pro Condensed Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin: 12px 0;
}
.footer__menu li:nth-child(1) {
	margin: 0 0 12px 0;
	}

.footer__opacity__25 {
	opacity: 0.25;
}
.footer__phones {
	display: inline-block;
	margin-right: 30px;
	color: #e2151f;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.footer__phones__red {
	color: #e2151f;
}
.footer__phones__red:hover {
	color: #a00a11;
}
.footer__contacts {
	opacity: 0.75;
	color: #ffffff;
	font-family: "DIN Pro - Condensed Light";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.9px;
	margin: 12px 0;
}
.footer__socials {
	margin-top: 0px;
}
.row__footer__socials {
	width: 270px;
	color: #ffffff;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-left: 0;
}
.col__footer__socials {
	padding-left: 0;
	padding-right: 0;
}

.footer__socials:before, .footer__socials:after {
	position: relative;
	content: '';
	display: block;
	width: 270px;
	height: 1px;
	background: url(../img/footer__string__socials.png) center center no-repeat;
	padding: 20px 0;
}
.footer__static {
	position: static;
	margin-top: 0;
}
.row_footer__static {
	padding: 60px;
	margin: 0px auto;
}
.footer__sparks__static {
	position: relative;
	top: -78%;
    left: calc(100% - 358px);
    /*border: 2px solid red;*/
    z-index: 0;
}


.wrap {
	position: relative;
	/*top: -20px;*/
	padding: 100px;
	display: block;
	background: url(../img/main__grills_bg.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 80vh;
}

h1 {
	color: #0f0a0a;
	font-family: "Museo Cyrl -900";
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

.h1__nav {
	margin-top: 0;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
}

.arrow {
	background: url(../img/arrow.png) center center no-repeat;
	width: 4px;
	height: 8px;
	padding: 0;
	margin: 0 6px;
	display: inline-block;
}

/* Каталог грилей */
.catalog__main {
	padding: 0px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-45 {
	margin-top: 45px;
}
.catalog__col {
	margin: 0;
	padding: 40px;
}
.catalog__col:nth-child(1) {
	border: 1px dashed #cccccc;
}
.catalog__col:nth-child(2) {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}
.catalog__col:nth-child(3) {
	border: 1px dashed #cccccc;
}
.border-left-1 {
	border-left: 1px dashed #cccccc !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	height: calc(430px + 80px);
}


 /*Карточка гриля */
 .back__button {
	position: absolute;
	top: calc(80px + 20px);
	left: 20px;
	width: 100px;
	height: 30px;
	background-color: #ffffff;
	z-index: 2;
 }
 .back__button__arrow {
 	background: url(../img/arrow_right.png) center center no-repeat;
	width: 19px;
	height: 9px;
	padding: 0;
	margin: 0 6px;
	display: inline-block;
	margin-right: 0;
	margin-left: 19px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
 }
 .back__button__text {
 	display: inline-block;
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-left: 11px;
 }

 .grill__main {
	padding-top: 50px;
 }
 .grill__desc {
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.9px;
 }
 .grill__cost {
 	display: inline-block;
	color: #e2151f;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
 }
 .grill__cost__old {
 	display: inline-block;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 20px;
	font-weight: 400;
	text-decoration: line-through;
	letter-spacing: 0.33px;
	margin-left: 20px;
 }
 .grill__order__now {
 	margin: 40px 0;
 }
 .grill__desc__small {
	opacity: 0.7;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
 }

 .grill__desc__big {
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Light";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 6px;
 }

 .grill__margin__between_desc {
 	margin-bottom: 40px;
 }

 .grill_desc__ul {
 	list-style: none;
 	margin: 0;
 	padding: 0 5px;  
 }

 .grill_desc__li:before {
    content:  "-";
    position: relative;
    left:     -5px;
}
.grill__links {
	display: inline-block;
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin-right: 30px;
	border-bottom: 1px dashed #ff0000;
}
.grill__img__upper{
	top: -100px;
}
.wrapper__grill_img{
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 470px;
	height: 470px;
}
.corona_img_main{
	max-width: 100%;
	max-height: 100%;
}

.corona_img_small{
	background-color: #fff;
	width: 140px;
	height: 140px;
	cursor: pointer;
}

.wrap__link {
	color: #e2151f;
}
.wrap__link:hover {
	color: #e2151f;
	border-bottom: 1px dashed #e2151f;
}


.about {
    color: #0f0a0a;
    font-family: "DIN Pro - Condensed Light";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.9px;
}

.red__dotted {
	padding-top: 35px;
	border: 1px dashed #ff0000;
	height: 175px;
	max-height: 175px;
}

.contact__title {
	display: block;
	opacity: 0.5;
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
.contact__data{
	margin-top: 35px;
	display: block;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	text-align: center;
}

.contact__data__link {
	display: block;
	color: #0f0a0a;
}
.contact__data__link:hover {
	color: #a00a11;
}
.contact__address {
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact__form {
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

input {
	width: 100%;
	height: 60px;
	border: 1px solid #0f0a0a;
	font-size: 40px;
	padding: 5px 10px;
	background-color: transparent;
}

textarea {
	width: 100%;
	min-width: 100%;
	height: 120px;
	border: 1px solid #0f0a0a;
	font-size: 30px;
	padding: 0;
	margin : 0;
	overflow: auto;
	padding: 5px 10px;
	background-color: transparent;
	resize: none;
}

.agreement__form {
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	letter-spacing: 0.7px;
	white-space: nowrap;
	margin-top: 20px;
}
.agreement__form__underline a {
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	letter-spacing: 0.7px;
	text-decoration: underline;
	white-space: nowrap;
	margin-top: 20px;
	margin-left: 5px;
	display: inline-block;
}

.button__adv {
	display: none;
	position: fixed;
	top: 150px;
	left: 0;
	text-align: center;
	margin: 30px auto;
	padding: 10px 30px;
	width: auto;
	z-index: 9999;
}

/* POPUP */
.popup__wrapper, .popup__wrapper_adv {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9998;
	opacity: 0.8;
}
.popup, .popup_adv {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: url(../img/main__grills_bg.png) #fff;
	width: 470px;
	position: fixed;
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
	justify-content: start;
	-ms-align-items: start;
	align-items: start;
	flex-direction: column;
	flex-wrap: wrap;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 50px;
	opacity: 1;
	z-index: 9999;
}
.popup__close__button {
	width: 50px;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 50px;
	padding: 0;
	margin: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	/*border: 1px solid grey;*/
	cursor: pointer;
}
.popup__title {
	text-align: left;
	display: block;
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Medium";
	font-size: 30px;
	font-weight: 400;
	line-height: 24.01px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.popup__img{
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.popup__grill__name {
	color: #0f0a0a;
	font-family: "DIN Pro - Condensed Black";
	font-size: 20px;
	font-weight: 600;
	line-height: 24.06px;
	letter-spacing: 1px;
}
.popup__color {
	margin: 30px 0 5px 0;
	color: #0f0a0a;
	font-family: "Din Pro Condensed Regular";
	font-size: 14px;
	font-weight: 400;
	line-height: 24.01px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.popup__color__picker{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.popup__color__box {
	width: 60px;
	height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	margin-right: 15px;
	cursor: pointer;
}
.popup__color__box__red {
	background-color: #e2151f;
}
.popup__color__box__black {
	background-color: #000000;
}

.popup label {
    margin-top: 24px;
}

