@font-face {
	font-family: Roboto-Black;
	src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../fonts/Roboto-Bold.ttf');
}  opacity: 1;  transition: opacity 0.3s;} img[data-src] {  opacity: 0;}
@font-face {
	font-family: Roboto-Medium;
	src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
	font-family: Roboto-Regular;
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: Roboto-Light;
	src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
	font-family: RobotoCondensed-Bold;
	src: url('../fonts/RobotoCondensed-Bold.ttf');
}
body {
	padding: 0;
	margin: 0;
	font-family: Roboto-Light;
	font-size: 18px;
	color: #333333;
}
p {
	margin: 0;
}
h1, h2, h3, h4 {
	margin: 0;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	font-family: Roboto-Bold;
}
.header-item.header-social {
    padding-top: 10px;
}
.header-contact-item-img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #02cc01;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.header-contact-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	line-height: 150%;
}
.header-contact-tel .header-contact-item {
	font-size: 15px;
}
.header-contact a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.header-item.header-social p {
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 5px;
	text-transform: uppercase;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
#menu {
	background: url(../images/menu-bg.png) center;
	position: absolute;
    width: 100%;
    left: 0;
	z-index: 10;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
}
.menu a {
	padding: 20px 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Roboto-Regular;
	font-size: 15px;
}
li.menu-item.active a {
	color: #00c700;
}
.menu .sub-menu {
	display: none;
}
.menu-list {
	padding: 0 20px;
}
#poster {
	background: url(../images/header.png) center;
	background-size: cover;
	height: 535px;
	padding-top: 70px;
	margin-top: 58px;
}
#poster h1 {
	font-family: RobotoCondensed-Bold;
	font-size: 28px;
}
#poster p {
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
}
.poster-title {
	width: 780px;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 25px 20px 55px;
	position: relative;
}
.poster-title::before {
	content: "";
	display: block;
	position: absolute;
	left: 25px;
	top: 25px;
	height: 160px;
	width: 6px;
	background: #02cc01;
}
h2, h3 {
	font-family: RobotoCondensed-Bold;
	font-size: 28px;
}
.services-list-item-text h4 {
	font-family: RobotoCondensed-Bold;
	text-transform: uppercase;
	line-height: 140%;
	font-size: 19px;
}
.title {
	position: relative;
	text-align: center;
}
.title::after{
	content: "";
	display: block;
	width: 75px;
	height: 4px;
	margin: 20px auto;
	background: #02cc01;
}
.services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 45px 0;
}
.services-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 32%;
}
.services-list-item-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #d2d2d2;
	margin-right: 25px;
}
.services-list-item-text {
	width: 67%;
	font-size: 16px;
}
.header-contact-item-text a {
	text-transform: lowercase;
	font-size: 15px;
	font-family: Roboto-Medium;
}
#services {
	box-shadow: 0 4px 2px -2px #f1f1f1;
}
#about {
	padding: 70px 0;
}
#about p {
	margin-bottom: 35px;
}
.profil {
	margin-top: 70px;
	font-family: RobotoCondensed-Bold;
	font-size: 22px;
	position: relative;
}
.profil-text {
	width: 490px;
	position: absolute;
	left: 30%;
	top: 240px;
	text-align: center;
}
.profil-text span {
	color: #8c3002;
}
.profil-arrow {
    position: absolute;
    bottom: 30px;
    left: 210px;
}
#production {
	background: url(../images/about-bg.png) center;
	background-size: cover;
	padding: 80px 0;
}
.production-info-block {
	margin: 40px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.production-info-block-item-text {
	width: 230px;
	font-size: 15px;
}
.production-info-left {
	text-align: right;
}
.production-info-img {
	margin-right: 5px;
}
.production-info span {
	font-family: Roboto-Medium;
}
.production-info {
	margin: 45px 0;
}
.production-info-bottom {
	font-family: Roboto-Bold;
}
.production-info-bottom span {
	color: #8e3302;
}
.production-info-bottom-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 60px 90px;
	margin-top: 50px;
}
.production-info-bottom-list-item {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.production-info-bottom-list-item:first-child{
	width: 50%;
}
.production-info-bottom-list-item-img {
	margin-right: 35px;
}
.production-info-bottom-list-item-text {
	width: 60%;
	font-size: 15px;
}
#advantages {
	padding: 90px 0;
}
.advantages-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advantages-title-heading {
	width: 250px;
}
.advantages-title-text {
	width: 78%;
	font-size: 15px;
}
.advantages-info {
	margin-top: 120px;
}
.advantages-title-text-bold {
	margin-top: 20px;
	border-left: 6px solid #02cc01;
	padding-left: 17px;
	font-size: 22px;
	font-family: RobotoCondensed-Bold;
}
.advantages-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advantages-list-text-item-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #02cc01;
	margin-right: 18px;
}
.advantages-list-text-right .advantages-list-text-item-img {
	margin: 0 0 0 18px;
}
.advantages-list-text-right {
	text-align: right;
}
.advantages-list-text {
	width: 300px;
	font-size: 15px;
	margin-top: 50px;
}
.advantages-list-text-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.advantages-list-text-item-text {
	width: 72%;
}
.advantages-info-title {
	text-align: center;
	margin-bottom: 50px;
}
#form {
	background: url(../images/form-bg.png) center;
	background-size: cover;
	padding: 55px 0;
	text-align: center;
}
.form-wrapper form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form-block {
	width: 300px;
	margin: 0 12px;
}
.form-block input {
	border: 1px solid #959595;
	padding: 12px 28px;
	background: #fff;
	font-size: 17px;
	width: calc(100% - 58px);
}
.form-btn {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.form-btn button {
    width: 275px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
	text-transform: uppercase;
    font-size: 17px;
    position: relative;
    background: #02cc01;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	border-radius: 30px;
	border-bottom: 3px solid #01ac00;
	font-family: Roboto-Medium;
	margin: 0 auto;
}
.form-btn button::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/icons/tel.png) center no-repeat;
    background-size: 100%;
    display: block;
    margin-right: 12px;
}
.form-text {
	margin: 10px 0 35px 0;
}
.form-info {
	border: 5px solid #8e3302;
}
.form-title {
    position: relative;
    z-index: 100;
    top: -22px;
    width: 290px;
    margin: 0 auto;
    background: #ebf5fb;
}
.form-text-bottom {
	padding-bottom: 30px;
	font-size: 15px;
}
footer {
	background: url(../images/footer-bg.png) center no-repeat;
	background-size: cover;
	padding: 35px 0;
	color: #fff;
}
.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.footer a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 5px 0;
}
.footer-social-list, .header-social-list {
	display: flex;
	flex-wrap: wrap;
}
.footer-social-list a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
	transition: 0.5s;
}
.footer-social-list a:hover{
	background: #49352e;
}
.footer-copy {
	margin-top: 18px;
}
.header-social-list {
	margin-top: 10px;
}
.header-social-list a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #e2cabf;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
	text-decoration: none;
	transition: 0.5s;
}
.header-social-list a:hover {
    background: #eacbbb;
}
.menu-list li:hover > ul {
    display: block;
}
.sub-menu {
	position: absolute;
	top: 58px;
	background: #fff;
	width: 315px;
	z-index: 100;
	border-top: 3px solid #02cd01;
	box-shadow: 0 0 5px #aabfca;
}
.sub-menu a {
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	font-family: Roboto-Medium;
}
li.menu-item {
	position: relative;
}
li.menu-item a:hover {
	background: #02cd01;
}
li.menu-item.active a:hover {
	color: #fff;
}
li.menu-item .sub-menu a:hover{
	color: #8c3002;
	background: none;
}
.hamburger {
	display: none;
}
section#menu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.thanks-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}
@media screen and (max-width: 1170px) {
	.wrapper {
		width: auto;
		padding: 0 15px;
	}
	.advantages-list-img {
		width: 350px;
	}
	.advantages-list-text {
		margin-top: 0;
	}
	.advantages-list-text-item {
		margin-bottom: 20px;
	}
	.advantages-list {
		align-items: center;
	}
	.advantages-title-text {
		width: 75%;
	}
	.advantages-title-heading {
		width: 220px;
	}
	.production-info-block-item {
		width: 170px;
	}
	.services-list-item-img {
		width: 70px;
		height: 70px;
	}
	.menu-list {
		padding: 0;
	}
	.menu a {
		padding: 20px 25px;
	}
	.header.wrapper {
		padding: 20px 15px;
	}
	.header-contact-tel .header-contact-item {
		font-size: 12px;
	}
	.logo {
		width: 120px;
	}
	.profil-arrow {
		position: static;
		text-align: center;
	}
	.profil-text {
		left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.profil-text p {
		width: 490px;
	}
}
@media screen and (max-width: 992px) {
	.menu.wrapper {
		padding: 0;
	}
	.menu .menu-list {
		display: none;
	}
	.poster-title {
		width: auto;
	}
	.services-list-item {
		justify-content: center;
		flex-direction: column;
	}
	.services-list-item-text {
		width: auto;
		text-align: center;
		margin-top: 10px;
	}
	.profil-text {
		top: 50%;
	}
	.production-info-block-item {
		width: 140px;
	}
	.production-info-bottom-list {
		padding: 20px;
	}
	.production-info-bottom-list-item, .production-info-bottom-list-item:first-child {
		width: 49%;
	}
	#advantages {
		padding: 50px 0;
	}
	h2, h3 {
		font-size: 25px;
	}
	.advantages-title-heading {
		width: 170px;
	}
	.advantages-title-text-bold {
		font-size: 18px;
	}
	.advantages-info {
		margin-top: 70px;
	}
	.advantages-list-img, .advantages-list-text {
		width: auto;
	}
	.advantages-list {
		display: block;
	}
	.advantages-list-img {
		text-align: center;
	}
	.advantages-list-text-right .advantages-list-text-item {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.advantages-list-text-right {
		text-align: left;
	}
	.advantages-list-text-right .advantages-list-text-item-img {
		margin: 0 18px 0 0;
	}
	.header-social, .footer-social {
		display: none;
	}
	.menu-list li:hover > ul {
		display: none;
	}
	.hamburger {
        padding: 10px;
        display: block;
        cursor: pointer;
        z-index: 10000;
		position: relative;
		height: 23px;
		width: 30px;
    }
    .hamburger-icons {
        width: 25px;
        background: #fff;
        display: block;
        position: absolute;
        height: 2px;
        margin-top: 3px;
        border-radius: 5px;
        transition: 0.5s;
    }
    .hamburger-icons:after {
        content: "";
        height: 2px;
        width: 25px;
        background: #fff;
        display: block;
        position: absolute;
        top: 16px;
        border-radius: 5px;
    } 
    .hamburger-icons:before {
        content: "";
        height: 2px;
        width: 25px;
        background: #fff;
        display: block;
        position: absolute;
        top: 8px;
        border-radius: 5px;
    }
    .open.hamburger-icons:before {
        display: none;
    }
    .hamburger-icons.open {
        transform: rotate(45deg);
        top:15px;
    }
    .open.hamburger-icons::after {
        transform: rotate(-90deg);
        top: 1px;
    }
	.menu-list.open {
		display: block;
		width: 100%;
	}
	.menu li {
		border-bottom: 1px solid #886c61;
	}
	.sub-menu {
		position: static;
		width: 100%;
	}
	li.menu-item a:hover {
		background: none;
	}
	.sub-menu-list a {
		margin-right: 50px;
	}
	.sub-menu-list ul a {
		margin: 0;
	}
	#poster {
		margin-top: 43px;
	}
	.header-contact-item-img {
		margin-right: 10px;
	}
	.header-contact-item-text a {
		font-size: 13px;
	}
	.logo {
		width: 110px;
	}
}
@media screen and (max-width: 767px) {
	.services-list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.profil-text p {
		width: 70%;
		font-size: 15px;
	}
	.production-info-block-item {
		width: 32%;
	}
	.production-info-block-item-text {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.production-info-bottom-list {
		display: block;
	}
	.production-info-bottom-list-item, .production-info-bottom-list-item:first-child {
		width: auto;
		margin: 10px 0;
	}
	.advantages-title-heading {
		width: auto;
		margin-bottom: 10px;
	}
	.advantages-title {
		display: block;
	}
	.advantages-list-text-item {
		margin: 20px 0;
	}
	.form-info {
		padding: 0 10px;
	}
	.header-social, .footer-social {
		display: block;
	}
	.footer-item {
		margin: 10px;
	}
	.form-block {
		width: auto;
		margin: 10px;
	}
	.header-item.header-social {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.header-social-list {
		justify-content: center;
	}
	.header-item.header-social p {
		font-size: 12px;
	}
	#poster {
		height: 400px;
	}
	.services-list-item-img {
		margin: 0;
	}
	.advantages-title-text {
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.header-contact-item-img {
		width: 30px;
		height: 30px;
	}
	.logo {
		width: 90px;
	}
	.header-item.header-contact {
		width: 100%;
		margin-bottom: 10px;
	}
	.header-item.header-contact.header-contact-tel {
		width: auto;
	}
	.form-btn button {
		width: 240px;
	}
	.form-title {
		width: auto;
	}
	.production-info-bottom-list-item {
		display: block;
	}
	.production-info-bottom-list-item-text {
		width: auto;
		margin-top: 10px;
		text-align: center;
	}
	.production-info-bottom-list-item-img {
		text-align: center;
		margin: 0;
	}
	.profil-text {
		position: static;
	}
	.profil-text p {
		width: auto;
		margin: 0;
	}
}