/* Основные */
body {
	background: url("../img/bg.jpg") center center repeat;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    overflow-x: hidden;
}
.container {
	width: -webkit-calc(1170px + 60px);
	width: calc(1170px + 60px);
	max-width: 100%;
	margin: 0 auto;
}
.row {
	padding: 0 15px;
}

/* Заголовки */
.title_big {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	color: #6b3f31;
	font-size: 48px;
	line-height: 54px;
	padding: 0 15px;
	margin-top: 90px;
}
.desc_big {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	color: #6b3f31;
	font-size: 18px;
	line-height: 24px;	
	text-transform: uppercase;
	margin-top: 10px;
	padding: 0 15px;
}

/* Кнопки */
.btn {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 14px 20px;
	cursor: pointer;
	outline: none;
	border: 0;
    display: block;
    text-align: center;
}
.btn_white {
	background: #fff;
	text-transform: uppercase;
	color: #6b3f31;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.btn_brown {
	background: #6b3f31;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}


/* Шапка */
.header {
	overflow: hidden;
	padding: 15px 0;
}
.row-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.header__logo {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header__logo img,
.footer__logo img {
	width: 195px;
	max-width: 100%;
}
.header__about {
  	padding: 0 15px;
}
.header__about__title {
  	font-family: "Izhitsa", sans-serif;
  	font-size: 30px;
  	line-height: 36px;
  	color: #fff;
}
.header__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.header__phone {
	font-family: "ProximaNova-Semibold", sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

/* Промо */
.promo {
	background: url("../img/promo/bg.jpg");
	background-position: center center;
	background-size: cover;
	overflow: hidden; 
	padding-bottom: 240px;
	position: relative;
}
.promo:before {
	content: "";
	background: url("../img/promo/border_bottom.png") center center repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 6px;
	width: 100%;
	z-index: 2;
}
.promo__about {
	margin: 0 auto;
	margin-top: 200px;	
	width: 436px;
    max-width: 100%;
}
.promo__about__desc {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #fff;
}
.promo__about__name {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	font-size: 100px;
	line-height: 106px;
	color: #fff;	
}
.promo__about__collection {
	font-family: "ProximaNova-Semibold", sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
}

/* Продукты */
.products {}
.products__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 20px;
}
.products__item {
	background: #fff;
	-webkit-flex-basis: 370px;
	    -ms-flex-preferred-size: 370px;
	        flex-basis: 370px;
	margin-right: 15px;
	margin-left: 15px;
	overflow: hidden;
	position: relative; 
	margin-top: 30px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	z-index: 1;
}
.products__item:before {
	content: "";
	position: absolute;
	background: url("../img/products/bg_before.jpg") center center no-repeat;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 153px;
	display: block;
    z-index: -1;
}
.products__item:after {
	content: "";
	position: absolute;
	background: url("../img/products/bg_after.jpg") center center no-repeat;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	display: block;
    z-index: -1;
}
.products__item__header {
	margin: 0 auto;
	width: 250px;
	max-width: 100%;
	height: 95px;
	border-color: #6b3f31;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding: 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.products__item__header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    background: #6b3f31;
    height: 100%;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.products__item__header__title {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.products__item__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.products__item__image {
	max-width: 100%;
}
.products__item__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0 25px 30px 25px;
}
.products__item__bottom_content_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.products__item__info {
	padding: 0 15px;
}
.products__item__info__cost_old {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #565656;
    text-decoration: line-through;
}
.products__item__info__cost {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #408130;
}
.products__item__info__weight {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #6b3f31;
}
.products__item__order {
	padding: 0 15px;
}
.products__item__order__special {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #6b3f31;
	margin-bottom: 5px;
}
.btn-products {
	padding-left: 45px;
	padding-right: 45px;
}

/* Почему */
.why {}
.why__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 20px;
}
.why__item {
	background: #fff;
	-webkit-flex-basis: 370px;
	    -ms-flex-preferred-size: 370px;
	        flex-basis: 370px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative; 
	margin-top: 70px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	padding: 0 25px 25px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}
.why__item:before {
	content: "";
	position: absolute;
	background: url("../img/why/bg_before.jpg") center center no-repeat;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 153px;
	display: block;
    z-index: -1;
}
.why__item__ico {
	background: #fff;
	margin: 0 auto;
	margin-top: -40px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 0.5);
	height: 170px;
	width: 170px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.why__item__ico__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-color: #6b3f31;
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.why__item__title {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	margin-top: 35px;
	font-size: 34px;
	line-height: 40px;
	color: #6b3f31;
}
.why__item__desc {
	text-align: left;
	color: #424141;
	margin-top: 20px;
}

/* Фотографии */
.photos {
	overflow: hidden;
	width: 100%; 
}
.photos__scroll {
	overflow-x: hidden;
}
.photos__items {
	margin-top: 50px;
}
.bx-wrapper {
    width: 2400px !important;
}
.photos__item {
	-webkit-flex-basis: 300px;
	    -ms-flex-preferred-size: 300px;
	        flex-basis: 300px;
}
.photos__item img {
	max-width: 100%;
	display: block;
}
.photos__items .slick-next {
    background: url(img/photos/arrow_next.png) center center no-repeat;
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
    top: 50%;
}
/* Заказ */
.order__inner {
	background: url("../img/order/bg.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	margin-top: 50px;
}
.order__inner:before,
.footer:before {
	content: "";
	background: url("../img/order/border_top.png") center center repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	height: 6px;
	width: 100%;
	z-index: 2;
}
.order__inner:after {
	content: "";
	background: url("../img/order/border_bottom.png") center center repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 6px;
	width: 100%;
	z-index: 2;
}
.order__title {
	font-family: "ProximaNova-Bold", sans-serif;
	text-align: center;
	padding: 0 15px;
	font-size: 36px;
	line-height: 42px;
	color: #6b3f31;
}

/* Формы */
.form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 25px;
}
.form__input {
	font-family: "ProximaNova-Semibold", sans-serif;
    background: #fff;
    padding: 9px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    line-height: 30px;
    color: #6b3f31;
    font-size: 20px;
    border: 0;
    margin: 0 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border: 2px solid transparent;
}
.form__input.error {
	border-color: #d43300;
}
.form__input_hidden {
	display: none;
}
.form__input_border {
	border: 2px solid #6b3f31;
}
.form__submit {
	margin: 0 15px;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #6b3f31;
}
::-moz-placeholder {
	color: #6b3f31;
}
:-moz-placeholder {
	color: #6b3f31;
}
:-ms-input-placeholder {
	color: #6b3f31;
}
.form__input-popup_order {
	width: 100%;
	margin: 0;
	margin-top: 15px;
}
.form__radios {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}
.form__radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 15px;
}
.form__radio input[type="radio"] {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.form__radio input[type="radio"] + label {
	cursor: pointer;
}
.form__radio input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}
.form__radio input[type="radio"]:not(checked) + label {
	position: relative;
	padding: 0 0 0 30px;
}
.form__radio input[type="radio"]:not(checked) + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #6b3f31;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}
.form__radio input[type="radio"]:not(checked) + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #bf7d67;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.form__radio input[type="radio"]:checked + label:after {
	opacity: 1;
}
.form__radio label {
	font-family: "ProximaNova-Semibold", sans-serif;
	color: #6b3f31;
	font-size: 18px;
}
.form__number__container {
	overflow: hidden;
	position: relative; 
}
.form__number {
    margin: 0;
    margin-left: 15px;
    width: 80px;
    padding-right: 30px;
}
.form__number__plus {
	background: url("../img/form/number_before.png") center center no-repeat;
	position: absolute;
	right: 8px;
	top: 6px;
	height: 10px;
	width: 11px;
	padding: 5px;
	cursor: pointer;
}
.form__number__minus {
	background: url("../img/form/number_after.png") center center no-repeat;
	position: absolute;
	right: 8px;
	bottom: 6px;
	height: 10px;
	width: 11px;
	padding: 5px;
	cursor: pointer;
}
/* Карта */
.map {
	position: relative;
	min-height: 650px;
    z-index: 1;
    overflow: hidden; 
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.map__info {
	background: #fff;
	margin: 0 auto;
	margin-top: 50px;
	z-index: 2;
	padding: 8px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	max-width: calc(100% - 30px);
}
.map__info__inner {
	border-color: #6b3f31;
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
}
.map__info__title {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	font-size: 48px;
	line-height: 54px;
	color: #6b3f31;
}

/* Футер */
.footer {
	background: #ecbb83;
	position: relative;
}
.row-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer__logo {
	padding: 0 15px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.footer__logo img {
	display: initial;
}
.footer__about {
	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-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
  	padding: 0 15px;
}
.footer__about__link {
	font-family: "ProximaNova-Semibold", sans-serif;
  	font-size: 16px;
  	line-height: 22px;
  	color: #6b3f31;
  	text-decoration: none;
  	text-align: center;
    display: inherit;
}
.footer__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer__phone {
	font-family: "ProximaNova-Semibold", sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-right: 15px;
	color: #6b3f31;
	text-decoration: none;
}

/* Модальные окна */
.popup {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: none;
	left: 0;
	overflow: auto;
	padding: 40px 20px 40px 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
}
.popup__box {
    background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 20px auto;
	max-width: 100%;
	position: relative;
	width: 450px;
	z-index: 1;
}
.popup__body {
	padding: 30px;
	position: relative;
}
.popup__close {
	background: url("../img/popup/close.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	width: 25px;
	text-decoration: none;
	position: absolute;
    right: 10px;
    top: 10px;
	opacity: 0.7;
	-webkit-transition: 0.5s;
	transition: 0.5s;
    cursor: pointer;
    z-index: 1;
}
.popup__close:hover {
	opacity: 1;
}
.popup__desc {
    font-size: 18px;
    line-height: 24px;
	margin-top: 15px;
	text-align: center;
}

/* Заказ продукта */
.popup_order .popup__box {
	width: 770px;
}
.popup_order .popup__box:before {
	content: "";
	position: absolute;
	background: url("../img/products/bg_before.jpg") left center no-repeat;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 153px;
	display: block;
    z-index: -1;
}
.popup_order .popup__box:after {
	content: "";
	position: absolute;
	background: url("../img/popup/bg_after.jpg") center center no-repeat;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 118px;
	display: block;
    z-index: -1;
}
.popup__product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}
.popup__product__left {
	-webkit-flex-basis: 250px;
	    -ms-flex-preferred-size: 250px;
	        flex-basis: 250px;
	padding: 0 15px;
}
.popup__product__right {
	-webkit-flex-basis: 350px;
	    -ms-flex-preferred-size: 350px;
	        flex-basis: 350px;
	padding: 0 15px;
}
.popup__product__info {
	margin-top: 25px;
}
.popup__product__info__title {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #565656;
}
.popup__product__info__cost_old {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #565656;
    text-decoration: line-through;
    margin-top: 10px;
}
.popup__product__info__cost {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #408130;
}
.popup__product__info__weight {
	font-family: "ProximaNova-Semibold", sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #6b3f31;
}
.popup__product__name,
.popup__title {
  	font-family: "Izhitsa", sans-serif;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #6b3f31;
}
.popup__product__value {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.form__submit-popup_order {
	margin: 0;
	margin-top: 20px;
	width: 100%;
}
.popup__product__value {
	margin-top: 15px;
}
.popup__product__callback {
	font-family: "ProximaNova-Semibold", sans-serif;
	margin-top: 15px;
    color: #6b3f31;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.popup__product__value__title {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #6b3f31;
    font-size: 18px;
    line-height: 24px;
}
.form-callback {
	padding: 0;
}