@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: YesevaOne;
	font-display: swap;
	src: url(../fonts/YesevaOne-Regular.woff) format("woff"), url(../fonts/YesevaOne-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Prata;
	font-display: swap;
	src: url(../fonts/Prata-Regular.woff) format("woff"), url(../fonts/Prata-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Lato;
	font-display: swap;
	src: url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

body {
	font-family: Prata, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
	background-color: #f4f4f1;
	border: 20px solid #fff;
	color: #49322c
}

.uk-input {
	padding: 0 16px;
	font-size: 12px;
	line-height: 48px;
	border: 1px solid #dcdcdc;
	border-radius: 1px;
	color: rgba(0, 0, 0, .5);
	height: 50px;
	text-transform: uppercase
}

.uk-select {
	margin: 0 auto;
	position: relative;
	width: 210px;
	height: 50px;
	font-family: Montserrat, sans-serif;
	color: #a3a49e;
	background: #fff;
	border: 1px solid #a3a49e;
	border-radius: 1px
}

.uk-select a {
	color: inherit
}

.uk-select a:hover {
	color: inherit
}

.uk-select__header {
	position: relative;
	display: block;
	height: 100%;
	cursor: pointer
}

.uk-select__icon {
	height: 24px;
	width: 24px;
	position: absolute;
	right: 13px;
	top: 13px;
	background-image: url(../img/icons/arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 6px
}

.uk-select__item {
	cursor: pointer
}

.uk-select__item:hover {
	background-color: #f2f2f2
}

.uk-select__current,
.uk-select__item {
	padding: 0 16px;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	display: block
}

.uk-select__body {
	border: 1px solid #a3a49e;
	display: none;
	left: -1px;
	position: absolute;
	right: -1px;
	top: 100%;
	background: #fff
}

.uk-select.is-active .uk-select__body {
	display: block
}

.uk-btn {
	display: inline-block;
	background: #49322c;
	border-radius: 1px;
	width: auto;
	height: 50px;
	border: none;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px
}

.uk-btn:focus {
	outline: 0
}

.uk-btn:hover {
	opacity: .9
}

.uk-btn-dark {
	background-color: #5f5148
}

.lang {
	margin: 0 0 10px;
	padding: 0;
	list-style: none
}

.lang li {
	display: inline-block;
	margin-left: 15px
}

.lang li a {
	color: #49322c
}

.lang li a:hover {
	color: #49322c
}

.text-page {
	padding-top: 30px;
	padding-bottom: 40px
}

.text-page img {
	max-width: 100%;
	height: auto
}

.text-page h1 {
	font-family: YesevaOne, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.16em;
	color: #5f5148;
	margin-bottom: 8px
}

.text-page h3 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #5f5148;
	margin-bottom: 14px
}

.text-page a {
	color: inherit;
	text-decoration: underline
}

.text-page a:hover {
	text-decoration: none;
	color: inherit
}

.size-table {
	margin-top: 40px;
	margin-bottom: 40px
}

.size-table__desc {
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	color: #a3a49e;
	max-width: 240px;
	margin-left: auto;
	margin-bottom: 11px
}

.size-table__wrap {
	padding: 12px 40px 18px 48px;
	background-color: #fff
}

.size-table__table {
	margin: 0;
	color: #000
}

.size-table__table td,
.size-table__table th {
	padding: 22px 0;
	border-top: 1px solid #e1e1e1
}

.size-table__table th {
	font-size: 14px;
	line-height: 24px
}

.size-table__table td {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px
}

.size-table__table tr:first-child td,
.size-table__table tr:first-child th {
	border-top: 1px solid transparent
}

.zamer-steps-item {
	padding-left: 17px;
	margin-bottom: 15px
}

.zamer-steps-item__content {
	position: relative;
	padding-left: 80px;
	margin-top: 40px;
	margin-bottom: 40px
}

.zamer-steps-item__step {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	border-radius: 48px;
	text-align: center;
	font-family: YesevaOne, sans-serif;
	font-size: 24px;
	color: #a3a49e
}

.zamer-steps-item__text {
	font-size: 14px;
	line-height: 26px
}

.zamer-steps-item__image {
	width: 255px
}

.header {
	padding-top: 30px
}

.header__left {
	padding-top: 28px
}

.header__right {
	padding-top: 28px;
	text-align: right
}

.header-address {
	margin-bottom: 50px
}

.header-phone {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #54554f
}

.header-phone:hover {
	color: #54554f
}

.header-callback {
	margin-bottom: 10px
}

.header-callback__link {
	color: #49322c;
	font-size: 12px;
	line-height: 16px
}

.header-callback__link:hover {
	color: #49322c
}

.header-minicart__btn {
	display: inline-block;
	height: 39px;
	width: 130px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	padding: 12px 10px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #fff;
	color: #31343d
}

.header-minicart__btn:hover {
	color: #31343d;
	text-decoration: none
}

.socials-block {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.socials-block-item {
	display: inline-block;
	margin-right: 20px;
	width: 24px
}

.socials-block-item:last-child {
	margin-right: 0
}

.logo {
	width: 167px
}

.navbar-main {
	padding-top: 24px;
	padding-bottom: 22px
}

.navbar-main .navbar-nav .nav-link {
	color: #49322c
}

.navbar-main .navbar-nav .active>.nav-link,
.navbar-main .navbar-nav .nav-link.active,
.navbar-main .navbar-nav .nav-link.show,
.navbar-main .navbar-nav .show>.nav-link {
	color: #49322c;
	text-decoration: underline
}

.main-slider {
	margin-bottom: 75px !important
}

.main-slider-item {
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.main-slider .slick-dots {
	bottom: 20px
}

.main-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0
}

.main-slider .slick-dots li button {
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 30px;
	width: 29px;
	height: 29px;
	padding: 0;
	color: #fff;
	z-index: 1
}

.main-slider .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 4.5px;
	right: 4.5px;
	z-index: -1;
	left: auto;
	width: 20px;
	opacity: 1;
	height: 20px;
	border: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.main-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	background: rgba(73, 50, 44, .8);
	border: 1px solid #49322c
}

.home-catalog-tabs {
	border-bottom: none;
	margin-bottom: 40px
}

.home-catalog-tabs .nav-item {
	margin-bottom: 0
}

.home-catalog-tabs .nav-link {
	border: 1px solid transparent;
	padding: 7px 17px;
	border-radius: 0;
	font-size: 14px;
	line-height: 19px;
	color: #49322c;
	height: 35px
}

.home-catalog-tabs .nav-link:focus,
.home-catalog-tabs .nav-link:hover {
	border-color: transparent
}

.home-catalog-tabs .nav-item.show .nav-link,
.home-catalog-tabs .nav-link.active {
	color: #49322c;
	background: #fff;
	border: 1px dashed #a09a8c99
}

.home-catalog__more {
	display: block;
	margin: 30px auto;
	width: 200px;
	height: 50px;
	padding: 13px 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #49322c;
	border: 1px dashed #a09a8c99
}

.home-catalog__more:hover {
	color: #49322c
}

.product-card {
	padding: 40px 20px 20px;
	background-color: #fff;
	font-family: Montserrat, sans-serif;
	margin-bottom: 30px
}

.product-card a {
	color: inherit;
	text-decoration: none
}

.product-card a:hover {
	color: inherit;
	text-decoration: none
}

.product-card__image {
	width: 100%;
	max-width: 194px;
	margin: 0 auto 40px
}

.product-card__name {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #54554f;
	margin-bottom: 5px
}

.product-card__name_categ {
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px
}

.product-card__text {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #a09a8c;
	margin-bottom: 11px
}

.product-card__price {
	font-family: Prata, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #49322c
}
.howbuy {
	padding: 3em 0;
}
.howbuy .block__title {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
.howbuy .block__title p {
	font-family: YesevaOne, sans-serif;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
}
.howbuy__block {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
	grid-auto-rows: auto;
	grid-gap: 30px;
	justify-items: center; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.howbuy__item {
	width: 200px;
	margin: 1em;
	position: relative;
}
.howbuy__item:not(:last-child):not(:nth-child(4))::after {
	content: '';
	width: 50%;
	right: 0;
	top: 25px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	display: block;
	height: 1px;
	background-color: #49322c;
	position: absolute;
}
@media(max-width: 1199px) {
	.howbuy__item:not(:last-child)::after {
		content: '';
		width: 50%;
		right: 0;
		top: 25px;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		display: block;
		height: 1px;
		background-color: #49322c;
		position: absolute;
	}
	.howbuy__item:nth-of-type(3)::after,
	.howbuy__item:nth-of-type(6)::after {
		opacity: 0;
	}
}


@media(max-width: 992px) {
	.howbuy__item:not(:last-child)::after {
		content: '';
		width: 50%;
		right: 0;
		top: 25px;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		display: block;
		height: 1px;
		background-color: #49322c;
		position: absolute;
	}
	.howbuy__item:nth-of-type(3)::after,
	.howbuy__item:nth-of-type(6)::after {
		opacity: 1;
	}
	.howbuy__item:nth-of-type(2)::after,
	.howbuy__item:nth-of-type(4)::after,
	.howbuy__item:nth-of-type(6)::after {
		opacity: 0;
	}
}
@media(max-width: 576px) {
	.howbuy__item::after,
	.howbuy__item:nth-of-type(3)::after  {
		opacity: 0;
	}
}
.howbuy__item .item__img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.howbuy__item .item__img .h3 {
	position: absolute;
	font-weight: bold;
}
.howbuy__item figure {
	opacity: .3;
	text-align: center;
}
.howbuy__item img {
	width: 55px;
}
.howbuy__item .item__title {
	text-align: center;
	font-weight: bold;
	/* color: #ff3300; */
}
.advantages {
	padding: 45px 0 90px
}

.advantages__title {
	font-family: YesevaOne, sans-serif;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 100px
}

.advantages-item {
	margin-bottom: 30px
}

.advantages-item__icon {
	width: 95px;
	margin: 0 auto 30px
}

.advantages-item__icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.advantages-item__title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 14px
}

.advantages-item__text {
	font-size: 14px;
	line-height: 26px;
	color: #31343d
}

.fast-links {
	padding: 170px 0 140px;
	background-position: center;
	background-size: cover;
	background-image: url(../img/bg/fast-links.jpg)
}

.fast-links-item {
	color: #49322c;
	width: 300px;
	display: block;
	margin-bottom: 30px
}

.fast-links-item:hover {
	color: #49322c;
	text-decoration: none
}

.fast-links-item__title {
	padding: 32px 30px 31px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff
}

.fast-links-item__image {
	height: 340px;
	background-position: center;
	background-size: cover
}

.reviews {
	padding: 170px 0 110px
}

.reviews__more {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	padding: 13px 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #49322c;
	border: 1px dashed #a09a8c99
}

.reviews__more:hover {
	color: #49322c
}

.reviews .reviews-list {
	margin-bottom: 30px
}

.reviews .reviews-list>.col,
.reviews .reviews-list>[class*=col-] {
	margin-bottom: 30px
}

.reviews-item {
	background-color: #fff;
	padding: 45px 45px 55px;
	height: 100%
}

.reviews-item__image {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	overflow: hidden
}

.reviews-item__name {
	margin-top: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 12px
}

.reviews-item__link {
	display: block;
	width: 18px
}

.reviews-item__text {
	margin-top: 24px;
	font-size: 14px;
	line-height: 26px;
	color: #54554f
}

.constructor__left {
	padding: 45px 30px;
	background-color: #fff;
	height: 100%
}

.constructor__center {
	background-color: #fff;
	padding: 30px 25px;
	height: 100%
}

.constructor h1 {
	margin-bottom: 45px
}

.constructor-form {
	font-family: Montserrat, sans-serif
}

.constructor-form__label {
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.constructor-form__total {
	padding-top: 40px;
	border-top: 1px solid #e3e8f0;
	margin-top: 35px
}

.constructor-form__text {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase
}

.constructor-form__price {
	font-family: Prata, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1em;
	text-align: right
}

.constructor-form__btn {
	width: 100%;
	margin-top: 30px
}

.constructor-form .form-group {
	margin-bottom: 25px
}

.constructor-screen__labels {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.constructor-screen__label {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #000;
	color: #fff;
	border-radius: 24px;
	text-align: center;
	font-size: 13px;
	line-height: 26px
}

.constructor-screen__label:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: #000
}

.constructor-screen__label:nth-child(1) {
	top: 7%;
	left: 9%
}

.constructor-screen__label:nth-child(1):after {
	top: 10.5px;
	left: 100%;
	margin-left: 6px
}

.constructor-screen__label:nth-child(2) {
	top: 18%;
	left: 9%
}

.constructor-screen__label:nth-child(2):after {
	top: 10.5px;
	left: 100%;
	margin-left: 6px
}

.constructor-screen__label:nth-child(3) {
	top: 50%;
	left: 10%
}

.constructor-screen__label:nth-child(3):after {
	top: 10.5px;
	left: 100%;
	margin-left: 6px
}

.constructor-screen__label:nth-child(4) {
	bottom: 1%;
	left: 20%
}

.constructor-screen__label:nth-child(4):after {
	top: -8px;
	left: 100%;
	margin-left: 2px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg)
}

.constructor-result {
	position: relative;
	width: 100%;
	padding-top: 109.32%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.constructor-result .camus-piece {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.constructor-select {
	position: relative
}

.constructor-select select {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	background: 0 0;
	border: 1px solid #dcdcdc;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	color: rgba(0, 0, 0, .5);
	padding: 0 16px;
	font-size: 12px;
	line-height: 48px;
	text-transform: uppercase;
	cursor: pointer
}

.constructor-select select:focus {
	outline: 0
}

.constructor-select:after {
	content: "";
	height: 24px;
	width: 24px;
	position: absolute;
	right: 13px;
	top: 13px;
	background-image: url(../img/icons/arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 6px;
	z-index: 0
}

.footer {
	background: #201f25;
	color: #a3a49e;
	padding: 65px 0 45px
}

.footer a {
	color: #a3a49e
}

.footer a:hover {
	color: #a3a49e
}

.footer__heading {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.footer__text {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 25px
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase
}

.footer-links li {
	margin-bottom: 17px
}

.breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 35px
}

.breadcrumb-list a,
.breadcrumb-list span {
	color: rgba(0, 0, 0, .5)
}

.breadcrumb-list a:hover,
.breadcrumb-list span:hover {
	color: rgba(0, 0, 0, .5)
}

.breadcrumb-list__item {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-left: 8px
}

.breadcrumb-list__item+.breadcrumb-list__item:before {
	display: inline-block;
	content: "/";
	padding-right: 5px
}

.page-product {
	color: #000
}

.page-product__h2 {
	font-family: YesevaOne, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.16em
}

.page-product__content {
	text-align: center;
	padding: 85px 0 90px
}

.page-product__content-title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.page-product__content-text {
	max-width: 600px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px
}

.page-product__put {
	padding: 90px 0
}

.page-product__put-wrap {
	position: relative
}

.page-product__put-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: YesevaOne, sans-serif;
	font-size: 36px;
	line-height: 1.55em;
	text-align: center;
	color: #fff;
	width: 540px;
	max-width: 100%;
	margin: auto
}

.page-product-info {
	padding: 90px 0 55px;
	font-size: 14px;
	line-height: 28px
}

.page-product-info__heading {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 23px
}

.page-product-info__title {
	color: #918f9b
}

.page-product-info__text {
	margin-bottom: 22px
}

.page-product-info__text a {
	color: inherit;
	text-decoration: underline
}

.page-product-info__text a:hover {
	color: inherit;
	text-decoration: none
}

.page-product-cards {
	padding-bottom: 70px
}

.page-product-cards__heading {
	margin-bottom: 35px
}

.product-offer {
	padding-top: 20px;
	margin-bottom: 55px
}

.product-offer__link {
	font-family: Montserrat, sans-serif;
	display: block;
	font-size: 12px;
	line-height: 15px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #918f9b
}

.product-offer__link:hover {
	color: #918f9b;
	text-decoration: none
}

.product-offer__gallery a {
	display: block;
	margin-bottom: 30px
}

.product-offer__title {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 4px
}

.product-offer__model {
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 30px
}

.product-offer__price {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 20px
}

.product-offer__select {
	position: relative;
	width: 160px;
	font-family: Montserrat, sans-serif
}

.product-offer__select-icon {
	height: 24px;
	width: 24px;
	position: absolute;
	right: 13px;
	top: 13px;
	background-image: url(../img/icons/arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 6px;
	z-index: -1
}

.product-offer__select select {
	display: block;
	width: 100%;
	background: 0 0;
	border: 1px solid #dcdcdc;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	color: rgba(0, 0, 0, .5);
	padding: 0 16px;
	font-size: 12px;
	line-height: 48px;
	text-transform: uppercase
}

.product-offer__select select:focus {
	outline: 0
}

.product-offer__desc {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 8px
}

.product-offer__btns {
	margin-top: 40px;
	margin-bottom: 15px
}
.product-offer__btns .form-offer {
    margin-bottom: 1em !important;
}
.product-offer__to-cart {
	display: block;
	background: #5f5148;
	border-radius: 1px;
	width: 160px;
	height: 50px;
	border: none;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px
}
a.product-offer__to-cart {
    color: #fff;
    text-align: center;
}
a.product-offer__to-cart:hover {
    padding: 1em 0;
    color: #fff;
    text-decoration: none;
}
.product-offer__to-cart:focus {
	outline: 0
}

.product-offer__info {
	margin-top: 60px
}

.product-offer__info-title {
	width: 85px;
	font-size: 12px;
	line-height: 26px;
	color: #918f9b
}

.product-offer__info-text {
	padding-top: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #000
}

.aside-nav {
	position: absolute;
	height: 100%;
	width: 360px;
	padding-top: 70px;
	left: 0;
	z-index: 100
}

.aside-nav__width {
	width: 360px
}

.aside-nav__wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 70px
}

.aside-nav__title {
	font-family: YesevaOne, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	padding-top: 20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 71px;
	background-image: url(../img/nasha.png);
	margin-bottom: 20px
}

.aside-nav_create {
	width: auto;
	padding-left: 50px
}

.aside-nav_create .aside-nav__title {
	background-size: 75px;
	background-image: url(../img/unti.png)
}

.history {
	position: relative;
	color: #fff
}

.history-item {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	padding: 90px 0 140px
}

.history-item__num {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 24px;
	font-family: Lato, serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 30px;
	width: 29px;
	height: 29px;
	padding: 0;
	color: #fff;
	z-index: 1
}

.history-item__num:before {
	content: "";
	position: absolute;
	top: 4.5px;
	right: 4.5px;
	z-index: -1;
	left: auto;
	width: 20px;
	opacity: 1;
	height: 20px;
	border: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.history-item__title {
	text-align: center;
	font-family: YesevaOne, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 53px
}

.history-item__content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
	font-size: 14px;
	line-height: 24px
}

.history-item__next {
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase
}

.history-item__next:hover {
	color: #fff
}

.create-unti {
	position: relative;
	color: #fff
}

.create-unti-item {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	padding: 160px 0 140px
}

.create-unti-item__content {
	position: relative;
	max-width: 350px;
	padding: 35px 30px 100px;
	background-color: #fff;
	color: #000;
	min-height: 595px
}

.create-unti-item__num {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 27px;
	font-family: Lato, serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 30px;
	width: 29px;
	height: 29px;
	padding: 0;
	color: #000;
	z-index: 1
}

.create-unti-item__num::before {
	content: "";
	position: absolute;
	top: 4.5px;
	right: 4.5px;
	z-index: -1;
	left: auto;
	width: 20px;
	opacity: 1;
	height: 20px;
	border: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.create-unti-item__title {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #5f5148;
	margin-bottom: 14px
}

.create-unti-item__text {
	font-size: 14px;
	line-height: 24px
}

.create-unti-item__next {
	position: absolute;
	bottom: 38px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #101010;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase
}

.create-unti-item__next:hover {
	color: #101010
}

@media (min-width:992px) {
	.navbar-main .navbar-nav .nav-item {
		margin: 0 23px
	}

	.navbar-main .navbar-nav .nav-link {
		padding: 0
	}

	.footer__text:last-child {
		margin-bottom: 0
	}
}

@media (max-width:1199.98px) {
	.main-slider-item {
		height: 420px
	}

	.aside-nav__width {
		width: 260px
	}

	.aside-nav {
		width: 260px
	}

	.aside-nav__width {
		width: 260px
	}
}

@media (max-width:991.98px) {
	.main-slider-item {
		height: 320px
	}

	.reviews-item__name {
		margin-top: 0
	}

	.aside-nav {
		display: none
	}

	.aside-nav__width {
		display: none
	}

	.create-unti-item {
		padding: 100px 0 90px;
		min-height: auto
	}
}

@media (max-width:767.98px) {
	body {
		border: none
	}

	.text-page h1 {
		font-size: 28px
	}

	.header__left {
		text-align: center
	}

	.header__right {
		text-align: center
	}

	.header-address {
		margin-bottom: 20px
	}

	.socials-block {
		margin-bottom: 15px
	}

	.logo {
		margin: auto
	}

	.main-slider-item {
		height: 250px
	}

	.fast-links {
		padding: 60px 0 50px
	}

	.reviews {
		padding: 60px 0 50px
	}

	.page-product__h2 {
		font-size: 25px
	}

	.page-product__content {
		padding: 45px 0 50px
	}

	.page-product__put {
		padding: 45px 0
	}

	.page-product__put-text {
		font-size: 20px;
		padding: 0 15px
	}

	.page-product-info {
		padding: 45px 0 50px
	}

	.history-item {
		padding: 50px 0 100px
	}

	.history-item__content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}

	.history-item__next {
		bottom: 35px
	}
}