@font-face {
	font-family: 'Futura';
	font-weight: 400;
	font-style: normal;

	src: local('Futura Book'), local('Futura Book C'),
		url('../fonts/futurabookc.woff') format('woff');
}

@font-face {
	font-family: 'Futura';
	font-weight: 400;
	font-style: italic;

	src: local('Futura Book Italic'), local('Futura Book C Italic'),
		url('../fonts/futurabookc-italic.woff') format('woff');
}

@font-face {
	font-family: 'Futura';
	font-weight: 600;
	font-style: normal;

	src: local('Futura Demi'), local('Futura Demi C'),
		url('../fonts/futurademic.woff') format('woff');
}


html {
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 20px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #f8a111;
}

body {
	width: 100%;
	min-width: 320px;
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	padding-right: 0 !important;
	color: #2d2d2d;
	background-color: #fff;
	font-family: "Futura", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

section,
nav,
footer,
header,
article,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 600;
}

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
}

.overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.overlay--active {
	display: block;
}

.order-form--modal {
	width: 100%;
}

.styled-list {
	padding: 0;
	list-style-type: none;
}

.styled-list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.styled-list li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 3px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	background-color: #ffc741;
}

.navbar {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin: 0 auto;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	width: 100%;
}

.navbar-toggler {
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: #6b1d37;
}

.page-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	text-align: center;
}

.page-header::before,
.page-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	height: 1px;
}

.page-header::before {
	left: 0;
	width: 100px;
	border-bottom: 1px solid #ffc741;
}

.page-header::after {
	left: 110px;
	width: calc(100% - 100px);
	border-bottom: 1px solid #d7d7d7;
}

.btn,
button {
	padding: 15px 30px;
	color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #2fa3e7;
	-webkit-box-shadow: none;
	        box-shadow: none;
	line-height: 1;
}

.btn:hover,
button:hover {
	background-color: #6b1d37;
}

.btn:focus,
button:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn:active,
button:active {
	border-color: transparent;
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn--icon {
	position: relative;
	padding-right: 50px;
}

.btn--icon::before {
	content: "";
	position: absolute;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.btn--calc::before {
	background-image: url("../img/icons/btn-calc.svg");
}

.btn--download::before {
	background-image: url("../img/icons/btn-download.svg");
}

.btn--second {
	color: inherit;
	border: 1px solid #ffc741;
	background-color: #fff;
}

.btn--icon:hover {
	color: #fff;
}

.btn--second:hover {
	color: #fff;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.contacts__item {
	position: relative;
	margin: 10px;
	padding-left: 25px;
}

.contacts__content {
	color: #2d2d2d;
	font-size: 0.9rem;
}

.contacts__content:hover {
	text-decoration: none;
	color: #ffc741;
}

.contacts__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.contacts__item--phone::before {
	background-image: url("../img/icons/contact-phone.svg");
}

.contacts__item--mail::before {
	background-image: url("../img/icons/contact-mail.svg");
}

.contacts__item--address::before {
	background-image: url("../img/icons/contact-address.svg");
}

.map {
	width: 100%;
	max-width: 1920px;
	min-height: 450px;
	margin: 0 auto;
	border-top: 1px solid #ededed;
}

.appointment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.appointment-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 20px;
}

.appointment-form__name {
	margin-bottom: 5px;
	padding-left: 20px;
}

input,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.appointment-form__input {
	padding: 10px 20px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

.appointment-form__input:focus {
	border: 1px solid #6b1d37;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.appointment-form__input::-webkit-input-placeholder {
	color: #2d2d2d;
}

.appointment-form__input::-moz-placeholder {
	color: #2d2d2d;
}

.appointment-form__input:-ms-input-placeholder {
	color: #2d2d2d;
}

.appointment-form__input::-ms-input-placeholder {
	color: #2d2d2d;
}

.appointment-form__input::placeholder {
	color: #2d2d2d;
}

.appointment-form__input--message {
	margin-bottom: 20px;
}

.success-message {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 95%;
	max-width: 900px;
	padding: 50px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translate(-50%, 100vh);
	    -ms-transform: translate(-50%, 100vh);
	        transform: translate(-50%, 100vh);
	text-align: center;
	opacity: 0;
	color: #fff;
	border: 2px solid #fff;
	background-color: #ffc741;
	-webkit-box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .58), 0 4px 65px 0 rgba(0, 0, 0, .45);
	        box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .58), 0 4px 65px 0 rgba(0, 0, 0, .45);
	font-size: 30px;
	font-weight: 700;
}

.success-message--show {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 1;
}

.modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	    -ms-transform: translateY(-50%) !important;
	        transform: translateY(-50%) !important;
}

.modal {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
	width: 95%;
	max-width: 500px;
}

.modal-header {
	padding: 20px;
	background-color: #2d2d2d;
	border-radius: 0;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url("../img/slider-pattern.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: 5px auto;
}


.modal-title {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	z-index: 2;
}

.modal-content {
	border: none;
	border-radius: 0
}

.modal-body {
	font-size: 0.9rem;
}

.modal-body {
	padding: 30px;
}

.modal-header .modal-close {
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	opacity: 1;
	border-radius: 0;
	background-color: #ffc741;
	background-image: url("../img/icons/close.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
}

.modal-header .modal-close:hover {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1 !important;
	background-color: #6b1d37
}

.modal-header .modal-close span {
	display: none;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-overlay--show {
	display: block;
}

.modal--privacy .modal-dialog {
	top: 20px;
	max-width: 95%;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

.modal--privacy .modal-content {
	overflow: auto;
}

.modal--privacy .modal-body {
	padding: 20px;
}

.modal-footer {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/*-main-style-*/

.site-header {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.site-header--fixed {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #2d2d2d;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header-top__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 5px 0;
}

.main-site-info {
	background-color: #f5f5f5;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contacts__item {
	position: relative;
	margin: 0;
	margin-left: 20px;
	padding: 5px;
	padding-left: 40px;
}

.contacts__item--phone:first-child {
	margin-left: 0;
}

.contacts__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #ffc741;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
}

.contacts__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
}

.contacts__content:hover {
	text-decoration: none;
	color: #ffc741;
}

.contacts__item--phone::before {
	background-image: url("../img/icons/contact-phone.svg");
}

.contacts__item--mail::before {
	background-image: url("../img/icons/contact-mail.svg");
}

.contacts__item--address::before {
	background-image: url("../img/icons/contact-address.svg");
}

.main-site-info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo:hover {
	text-decoration: none;
	color: #ffc741;
}


.logo__img {
	width: 70px;
	margin-right: 15px;
}

.logo__text {
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
}

.logo__name {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}

.logo__slogan {
	font-size: 18px;
}

.navbar-nav {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar-nav__item {
	text-align: center;
}

.navbar-nav__link {
	display: block;
	padding: 25px 10px;
	color: #2d2d2d;
	font-size: 1rem;
}

.navbar-nav__link:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: #fff;
	background-color: #ffc741;
}

.section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 4rem 0;
}
#production.section  {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 2rem 0;
}
#production.section h2, .page-header__subtitle {margin: 0 auto;}

.section--main-slide {
	padding: 0;
}

.slider-main__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 680px;
	background-repeat: no-repeat;
	background-position: center center
}

.slider-main__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url("../img/slider-pattern.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: 5px auto;
}

.slider-main__item--first {
	background-color: #2d2d2d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/slider/1.jpg");
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/slider/1.jpg");
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/slider/1.jpg");
}

.slider-main__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 100px;
}

.slider-main__text {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	text-align: center;
	color: #fff;
}

.slider-main__title {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 2rem;
}

.slider-main__title span {
	display: block;
	color: #6e6969;
	font-size: 3rem;
}
.slider-main__title2 span {
	display: block;
	color: #f8a111;
	font-size: 2.6rem;
}
.slider-main__title2 {
	color: #f5f5f5;
	font-size: 1.8rem;
}

.slider-main__subtitle {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 400;
}

.production-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0;
	list-style: none;
}

.production-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 31%;
	margin: 1%;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
}

.production-list__info {
	padding: 20px;
}

.production-list__title {
	font-size: 1.2rem;
}

.production-list__subtitle {
	font-size: 0.8rem;
}

.production-list__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: auto;
	padding: 20px;
	border-top: 1px solid #d7d7d7;
}

.price__title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.price__cost {
	font-size: 1.2rem;
	font-weight: 600;
}

.production-list__pic {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.production-list__img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

.size-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0.7rem;
}

.size-list li {
	width: 31%;
	margin: 1%;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ededed;
	border-radius: 5px;
}

.section--about {
	background-color: #f5f5f5;
}

.about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.about__pic {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
}

.label {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 100%;
	max-width: 400px;
	padding: 30px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 7px 11px rgba(105, 105, 105, 0.04);
	        box-shadow: 0px 7px 11px rgba(105, 105, 105, 0.04);
}

.label__title {
	color: #ffc741;
	font-size: 3rem;
}

.label__text {
	margin-bottom: 0;
}

.about__img {
	width: 100%;
	height: auto;

	-o-object-fit: cover;

	   object-fit: cover;
}

.about__text {
	width: 48%;
}

.section--features {
	position: relative;
	background-color: #2d2d2d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/section-features-bg.jpg");
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/section-features-bg.jpg");
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/section-features-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section--features::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url("../img/slider-pattern.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: 5px auto;
}

.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.features-list__item {
	width: 31%;
	margin: 1%;
	text-align: center;
	text-align: left;
	color: #fff;
}

.features-list__icon {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	font-style: normal;
}

.features-list__icon::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}

.features-list__icon::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
}

.features-list__icon--location::before {
	background-image: url("../img/icons/feature-location.svg");
}

.features-list__icon--pay::before {
	background-image: url("../img/icons/feature-pay.svg");
}

.features-list__icon--consulting::before {
	background-image: url("../img/icons/feature-consulting.svg");
}

.features-list__icon--price::before {
	background-image: url("../img/icons/feature-price.svg");
}

.features-list__icon--warehouse::before {
	background-image: url("../img/icons/feature-warehouse.svg");
}

.features-list__icon--medal::before {
	background-image: url("../img/icons/feature-medal.svg");
}


.features-list__title {
	margin-bottom: 15px;
	font-size: 1rem;
}


.features-list__text {
	color: #b3b3b3;
}

.features-list__text:last-child {
	margin-bottom: 0;
}

.service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0;
	list-style: none;
	counter-reset: div;
}

.service-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 31%;
	margin: 1%;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
}

.service-list__pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
}

.service-list__img {
	width: 100%;
	height: auto;

	-o-object-fit: cover;

	   object-fit: cover;
}

.service-list__title {
	position: relative;
	margin: 0;
	padding: 20px;
	padding-left: 60px;
	font-size: 1rem;
}

.service-list__title::before {
	content: counter(div, decimal-leading-zero);
	position: absolute;
	left: 20px;
	display: block;
	display: block;
	width: 30px;
	height: 30px;
	counter-increment: div;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #ffc741;
	font-size: 15px;
	line-height: 30px;

}

.service-list__text {
	padding: 20px;
}

.service-list__text p:last-child {
	margin-bottom: 0;
}

.service-list__bottom {
	margin-top: auto;
	padding: 20px;
	border-top: 1px solid #d7d7d7;
}

.section--main-form {
	background-color: #2d2d2d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/section-main-form-bg.jpg");
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/section-main-form-bg.jpg");
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/section-main-form-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.main-form__text {
	color: #fff;
}

.main-form p {
	color: #b3b3b3;
}

.main-form__info {
	width: 48%;
}

.main-form__form {
	width: 48%;
	padding: 50px;
	background-color: #fff;
}

.form-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 30px 0;
	list-style: none;
	border-top: 1px solid #b3b3b3
}

.form-contacts__item {
	position: relative;
	margin: 0;
	margin-left: 20px;
	padding: 5px;
	padding-left: 40px;
}

.form-contacts__item--phone:first-child {
	margin-left: 0;
}

.form-contacts__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #ffc741;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
}

.form-contacts__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
	font-size: 1.3rem;
}

.form-contacts__content:hover {
	text-decoration: none;
	color: #ffc741;
}

.form-contacts__item--phone::before {
	background-image: url("../img/icons/contact-phone.svg");
}

.brand-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 0;
	list-style: none;
}

.brand-list__item {
	width: 14%;
	margin: 1%;
	padding: 5px;
	border: 1px solid #d7d7d7;
}

.brand-list__img {
	width: 100%;
	height: auto;
}

.contacts-info {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 30px;
	list-style: none;
	color: #fff;
	background-color: #ffc741;
}

.contacts-info__name {
	color: #000;
}

.contacts-info__item {
	position: relative;
	width: 31%;
	padding-top: 70px;
	text-align: center;
}

.contacts-info__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #6b1d37;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}

.contacts-info__item--address::before {
	background-image: url("../img/icons/contact-address.svg");
}

.contacts-info__item--phone::before {
	background-image: url("../img/icons/contact-phone.svg");
}

.contacts-info__item--mail::before {
	background-image: url("../img/icons/contact-mail.svg");
}

.contacts-info__content {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 0.9rem;
}

.contacts-info__content:hover {
	text-decoration: none;
	color: #2d2d2d;
}


.site-footer {
	padding: 20px 0;
	text-align: center;
	color: #b3b3b3;
	background-color: #2d2d2d;
}

.footer-bottom__link {
	color: #b3b3b3;
}

.footer-bottom__link--copy {
	text-transform: uppercase;
}

.footer-bottom__link--privacy,
.footer-bottom__link--orvin {
	font-size: 0.8rem;
}

.footer-bottom__link:hover {
	text-decoration: none;
	color: #ffc741;
}


@media(max-width: 1199px) {
	.slider-main__item {
		min-height: 700px;
	}
}

@media(max-width: 991px) {
	html {
		font-size: 18px;
	}

	.slider-main__item {
		min-height: 600px;
	}

	.slider-main__title {
		font-size: 1.5rem;
	}

	.slider-main__title span {
		font-size: 2rem;
	}

	.production-list__item,
	.service-list__item {
		width: 48%;
	}

	.about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.about__pic {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 100px;
	}

	.about__text {
		width: 100%;
	}

	.features-list__item {
		width: 48%;
	}

	.main-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.main-form__info {
		width: 100%;
	}

	.main-form__form {
		width: 100%;
	}

	.brand-list__item {
		width: 31%;
	}

}

@media(max-width: 768px) {
	.navbar {
		position: fixed;
		top: 20px;
		right: 15px;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: auto;
	}

	.navbar-toggler {
		z-index: 20;
		width: 40px;
		height: 40px;
		margin: 0 !important;
		padding: 0;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		border-radius: 0;
		background-color: #ffc741;
	}

	.navbar-toggler::before,
	.navbar-toggler::after,
	.navbar-toggler span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 25px;
		height: 2px;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		background-color: #fff;
	}

	.navbar-toggler::before {
		-webkit-transform: translate(-50%, -8px);
		    -ms-transform: translate(-50%, -8px);
		        transform: translate(-50%, -8px);
	}

	.navbar-toggler::after {
		-webkit-transform: translate(-50%, 6px);
		    -ms-transform: translate(-50%, 6px);
		        transform: translate(-50%, 6px);
	}

	.navbar-toggler.close::before {
		-webkit-transform: translateX(-50%) rotate(45deg);
		    -ms-transform: translateX(-50%) rotate(45deg);
		        transform: translateX(-50%) rotate(45deg);
	}

	.navbar-toggler.close::after {
		-webkit-transform: translateX(-50%) rotate(-45deg);
		    -ms-transform: translateX(-50%) rotate(-45deg);
		        transform: translateX(-50%) rotate(-45deg);
	}

	.navbar-toggler.close span::before {
		background-color: transparent;
	}

	.navbar-toggler.close {
		opacity: 1 !important;
		background-color: #ffc741;
	}

	.navbar-nav {
		position: relative;
		z-index: 2;
	}

	.navbar-collapse {
		position: fixed;
		z-index: 11;
		top: 0;
		right: 0;
		bottom: 0;
		display: block !important;
		width: 100%;
		max-width: 250px;
		min-height: 100vh;
		padding: 70px 0 20px;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		-webkit-transform: translateX(200%);
		    -ms-transform: translateX(200%);
		        transform: translateX(200%);
		opacity: 0;
		background-color: #2d2d2d;
	}

	.navbar-collapse::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("../img/slider-pattern.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 5px auto;
}

	.navbar-collapse.menu--show {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}

	.page-header__title,
	h2 {
		font-size: 1.5rem;
	}

	.logo {
		margin-bottom: 10px;
	}

	.logo__img {
		width: 45px;
	}

	.logo__img {
		margin-right: 10px;
	}

	.logo__name {
		font-size: 16px;
	}

	.logo__slogan {
		font-size: 13px;
	}

	.header-top__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.contacts {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.contacts__item {
		margin: 5px;
	}

	.navbar-nav__link {
		padding: 10px 30px;
		text-align: left;
		color: #fff;
	}

	.production-list__item,
	.service-list__item {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.service-list__bottom {
		text-align: center;
	}

	.contacts-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.contacts-info__item {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media(max-width: 640px) {
	.features-list__item {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.features-list__icon {
		margin: 0 auto 20px;
	}
}

@media(max-width: 480px) {
	.page-header {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.main-form__form {
		padding: 20px;
	}

	.slider-main__title {
		font-size: 1.2rem;
	}

	.slider-main__title span {
		font-size: 1.5rem;
	}

	.slider-main__subtitle {
		font-size: 1rem;
	}

	.production-list__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.price__cost {
		font-size: 0.9rem;
	}

}

@media(max-width: 350px) {}