@import url('https://fonts.googleapis.com/css?family=Cormorant|Libre+Baskerville|Raleway&display=swap');


/*font-family: 'Raleway', sans-serif;
font-family: 'Libre Baskerville', serif;
*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	max-width: 100%;
}

body {
	max-width: 1920px;
	/*	max-width: 1460px;*/
	font-family: 'Libre Baskerville', serif;
	font-display: swap;
	width: 100%;
	margin: 0 auto;
}

header {
	background-color: #393737;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9999;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.header-btn button {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 45px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
}

.header-btn button:hover {
	background: #fff;
	color: #333;
}

.btn_up {
	position: fixed;
	bottom: -30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background: #333;
	z-index: 100;
	outline: 0 !important;
	transition: .4s;
}

.btn_up:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.btn_up.active {
	bottom: 30px;
}

/*
                header              */
.menu {
	/*	max-width: 1980px;*/
	margin: 0 auto;
}

.menu1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;

}

.menu2 {
	max-width: 1080px;
	margin: 0 auto;
	border-top: 1px solid white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: white;
	padding: 30px 0;
	font-size: 16px;

}


.menu1 img {
	height: 60px;
}

.tel ul {
	display: flex;
}


.tel ul li {
	list-style: none;
	/*	display: inline-block;*/
	color: white;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	margin-right: 20px;
}

.tel ul li a {
	color: #fff;
}

.mail a {
	text-decoration: none;
	color: #fff;
}

.burger {
	width: 30px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}


.burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;

}

.menu2 {}

.nav {
	margin: 0 auto;
}

.nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 34px 0px 0px;
	letter-spacing: 2.5px;

}

.nav a {
	text-decoration: none;
	color: white;
	font-family: 'Raleway', sans-serif;
}

.nav a:hover {
	color: #ACBF5C;
}


.about-block {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-block-img,
.about-block-text {
	width: 50%;
	font-size: 20px;
	padding: 20px;
}

.about-block-text {
	box-sizing: border-box;
	padding: 0 20px 0 45px;
}

.about-block-text ul li {
	margin-bottom: 10px;
}

.about-block-img {
	background: linear-gradient(rgba(122, 121, 121, 0.067), rgba(7, 7, 7, 0.8)), url(../image/kolos.jpg);
	height: 384px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding-top: 93px;
}

.about-block-img span {
	font-size: 35px;
}


/*                     SLIDER                        */

.slider1 {

	margin: 0 auto;
	height: 830px;
	background-image: url(../image/slider.png);
	background-size: cover;
	/*background-size: 100%;*/
	/*background-position: center top;*/
	text-transform: uppercase;
	padding-top: 340px;
}

.slider_text {
	text-align: center;
}

.slider_text h1, #h1 {


	margin-top: 0px;
	font-size: 110px;
	padding-top: 50px;
	text-align: center;
	color: white;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 13px;
}

.slider_text p {

	text-align: center;
	color: white;
	font-size: 31px;
	line-height: 1.7;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.btn {
	padding: 15px 40px;
	background: rgb(255, 217, 1);
	border: none;
	cursor: pointer;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 0 0 20px rgb(255, 167, 4);
	transition: .3s;
	font-size: 16px;
	color: #fff;
}

.btn:hover {
	transform: scale(1.05);
	background: rgb(253, 211, 25);
	box-shadow: 0 0 30px rgb(255, 167, 3);
	color: #fff;
}

/*           main                    */

main .about_us {
	background: #E5E4D6;
	padding-bottom: 60px;
	/*	height: 500px;*/

}

.about_us_green {
	background-image: url(image/green.png);
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box {
	max-width: 300px;
	margin-bottom: 75px;
}

.about_us_green img {
	width: 1146px;
	margin-top: -60px;

}

/*
.about_us_green_text{
	position: absolute;
	display: flex;
	flex-direction: row;
}

.about_us_green_text img{
	height: 30px;
}*/
.hide_content {
	background: #E5E4D6;
}

.border {

	max-width: 1080px;
	font-size: 24px;
	padding: 74px 122px;
	margin: 140px auto;
	text-align: center;
	line-height: 1.7;
	/*	position: relative;
	z-index: 2;*/
	/*background-image: url(../image/border.png);*/
	position: relative;
	border: 1px solid #000;
	border-bottom: none;
}

.border:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	border-top: 1px solid #000;
}

.border:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	border-top: 1px solid #000;
}




/*                         Всплывающий текст                  */
.border h3 {}

.newstitle:hover {
	color: #ACBF5C;
	cursor: pointer;
}

/*.border span{
	position: absolute;
	top: 64px;*/
/*	width: 100%;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 2px;
*/


/*                 services                    */

.ser {
	max-width: 1080px;
	padding: 0 35px;
	margin: 0 auto;
	height: 740px;
	overflow: hidden;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}

.ser h3 {
	color: #ACBF5C;
	padding-top: 45px;
	font-size: 77px;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.ser h4 {
	padding-top: 55px;
	font-size: 37px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}


.ser-list {
	font-size: 25px;
	margin-bottom: 50px;
}

.ser span {
	font-size: 20px;
}

span.left {
	/*	text-align: left;*/
	text-transform: none;
}

.btn-wrap {
	margin-top: 50px;
	text-align: center;
}

.btn-open {
	padding: 5px 30px;
	cursor: pointer;
}

.show {
	height: 100%;
	transition: .5s ease-in;
}

.close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 25px;
	cursor: pointer;
	color: #555;
}

.pop-up {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 90%;
	background: rgb(149, 182, 79);
	padding: 40px 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgb(94, 93, 93, .5);
}




.form-header {
	text-align: center;
	font-size: 25px;
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}



/*            our product & slider          */

.our_product_box {
	max-width: 1680px;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}

.product_item {
	max-width: 500px;
	position: relative;
	margin: 0 auto 30px;
}

.product_item_name {
	position: absolute;
	text-align: center;
	line-height: 70px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(110, 110, 110, .5);
	color: #fff;
	font-size: 25px;
}

.our_product {
	color: #ACBF5C;
	font-size: 75px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 85px;
}



.sl_slider a:hover img {

	border: 2px solid black;
	/*	border: 2px solid #eee;*/
	opacity: 0.8;
}

.slick-slide {
	margin: 0 10px;
}

.slick-list {
	margin: 0 -10px;
}

.slick-slider {
	overflow: hidden;
}

.slick-slide,
.slick-slide * {
	outline: none !important;
}


.slider2 {
	background-image: url(../image/slider_green.png);
	background-size: cover;
	height: 617px;
	text-align: center;
}


.slider2_text {

	max-width: 1080px;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.7;

	position: relative;
	border: 2px solid white;
	border-bottom: none;
	top: 30%;
	color: white;
	padding: 100px;
}

.slider2_text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	border-top: 2px solid white;
}

.slider2_text:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	border-top: 2px solid white;
}

.slider2 .btn {
	margin-top: 150px;
}

.size {

	max-width: 1080px;
	position: relative;
	background: white;
	margin: 50px auto;
	height: 700px;
}

.four {
	display: flex;
	flex-direction: column;
	justify-content: space-between;


}

.two {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}

.two:nth-child(2) {
	margin-top: 100px;
}

.two img {
	height: 300px;
}

/*.two p{
	max-width: 300px;
}*/

.description-text {
	width: 60%;
}

.description-image {
	width: 30%;
	/*padding: 10px;*/
}

.description-text--title--top,
.description-text--text--top {
	text-align: left;
}

.description-text--title--top {
	font-size: 35px;
}

.description-text--text--top {
	font-size: 20px;
}

.description-text--title--bottom,
.description-text--text--bottom {
	text-align: left;
}

.description-text--title--bottom {
	font-size: 35px;
}

.description-text--text--bottom {
	font-size: 20px;
}

.dvig {
	padding: 63px 225px;
	position: absolute;
	border: 4px solid #ACBF5C;
	padding: 5px auto;

	text-transform: uppercase;
	font-size: 33px;
	top: 38%;
	left: 20%
}

.question {
	background-image: url(../image/bottom-01.png);
	text-align: center;
	background-size: cover;
	padding: 50px 0;
}

.question h3 {
	color: #ACBF5C;
	font-size: 75px;
	text-transform: uppercase;
}

.form-group {
	margin-bottom: 30px;
}

.question-form {
	max-width: 600px;
	margin: 30px auto;
}

input::placeholder,
textarea::placeholder {
	color: #fff;
}

form input,
textarea {
	padding: 5px;
	background: none;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 20px;
	border-bottom: 2px solid rgb(255, 208, 0);
}



.green_footer {
	background-color: #ACBF5C;
	height: 100px;
}

.grey_footer {
	background-color: #393737;

	height: 350px;

}






/*.center {


	color: white;

	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 3px;
}*/
.right {


	color: white;

	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 3px;

}

.m {
	max-width: 1080px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.m iframe {
	border: 5px solid white;
	margin: 25px;
}


.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 140px 15px 50px;
}

.services-title {
	text-align: center;
	padding: 30px;
}

.services-title h3 {
	font-size: 40px;
}

.service-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.service-menu-item {
	width: 370px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
}

.service-menu-item img {
	height: 100%;
	transition: .5s;
}

.info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	background: rgba(107, 107, 107, 0.5);
	color: #fff;
	padding: 10px;
	font-size: 17px;
	font-weight: 600;
	z-index: 5;
}

.shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 1005px;
	height: 100%;
	background: rgba(53, 53, 53, .5);
	opacity: 0;
	transition: .5s;
}

.more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	opacity: 0;
	transition: .5s;
}

.more:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 0;
	transition: .7s;
	background: rgb(255, 255, 255);
}

.service-menu-item:hover.service-menu-item img {
	transform: scale(1.2);
}

.service-menu-item:hover .shadow {
	opacity: 1;
}

.service-menu-item:hover .more {
	opacity: 1;
}

.service-menu-item:hover .more:before {
	width: 100%;
}

.btb-block{
	text-align: center;
}

.btb-block a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 5px 40px;
	border: 1px solid #fff;
	margin: 30px 10px;
	transition: all .3s ease;
}

.btb-block .btn-2{
	background: #fff;
	color: #333;
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
	table p{
		font-size: 15px !important;
	}
	.menu1 img {
		margin-left: 30px;
	}

	.slider {
		width: 80%;
	}

	.slider2_text {
		max-width: 800px;
	}

	.nav a {

		font-size: 12px;
	}

	.tel {
		margin-right: 35px;
	}

	.tel ul li {
		font-size: 12px;
	}

	.slider_text h1, #h1 {
		font-size: 70px;
	}

	.slider_text p {
		font-size: 21px;
		margin-top: 49px;
	}

	.about_us_green img {
		width: 700px;
		margin-top: -81px;
	}

	.ser {
		padding: 30px;
	}

	.our_product {
		font-size: 60px;
	}

	.sl_text h1 {
		height: 50px;
		font-size: 18px;
	}

	.size {
		display: none;
	}

	.question-content h1 {
		font-size: 69px;
	}

	.right {
		font-size: 15px;
		margin-right: 17px;
	}

	.mail {
		margin-right: 35px;
	}

	.btn_up {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 960px) {
	.mail {
		display: none;
	}

}

@media screen and (max-width: 920px) {

	.about-block-text,
	.about-block-img {
		font-size: 18px;
		width: 90%;
	}

	.about-block-img {
		height: 300px;
	}

	.about-block {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.green_footer .header-btn{
		padding-top: 8px !important;
	}
	.menu2 {
		padding: 10px 0;
		font-size: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.nav ul li {
		font-size: 16px;
		padding: 0px 0px 0px 15px;
		letter-spacing: 2.5px;
		text-align-last: left;
	}

	.tel ul li {
		font-size: 13px;
		margin-right: 20px
	}

	.menu1 img {
		height: 60px;
		margin-left: 20px;
	}

	.slider_text h1, #h1 {
		font-size: 55px;
	}

	.slider_text p {
		font-size: 20px;
	}

	.about_us_green img {
		width: 650px;
		margin-top: -60px;
	}

	.border {
		max-width: 700px;
		font-size: 19px;
	}

	.ser h3 {
		font-size: 40px;
	}


	.ser h4 {
		padding-top: 23px;
		font-size: 20px;
	}

	.ser-list {
		font-size: 18px;
		margin-bottom: 29px;
	}

	.ser span {
		font-size: 15px;
	}

	.our_product {
		font-size: 40px;
	}

	.slider {
		max-width: 600px;
	}

	.sl_text h1 {
		height: 35px;
	}

	.slider2_text {
		max-width: 650px;
		top: 18%;
	}

	.size {
		max-width: 600px;
	}

	.question h3 {
		font-size: 40px;
	}

	.dvig {
		padding: 45px 101px;
		font-size: 30px;
		top: 31%;
		left: 21%;
	}

	.two img {
		height: 230px;
	}

	.center {
		font-size: 10px;
	}

	.right {
		font-size: 10px;
	}

	.green_footer {
		height: 80px;
	}

	.tel {
		display: none;
	}

	.burger {
		display: flex;
		margin-right: 30px;
	}

	.menu2 {
		display: none;
	}

	.menu2 nav ul {
		display: flex;
		flex-direction: column;
		text-align: center;
		padding-left: 0;
	}

	.container {
		padding-top: 60px;
	}
}

@media (max-width: 660px) {
	.m {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	form input,
	textarea {
		padding: 5px;
		background: none;
		border: none;
		width: 80%;
		color: #fff;
		font-size: 20px;
		border-bottom: 2px solid rgb(255, 208, 0);
	}

	.grey_footer {
		height: 100%;
	}
}



@media (max-width: 530px) {
	.slider_text h1, #h1 {
		font-size: 26px;
		padding-top: 150px;
	}

	.slider1 {
		padding: 10px;
	}

	.slider2_text {
		font-size: 16px;
		max-width: 650px;
		top: 18%;
		height: 400px;
	}

	.slider1 {
		height: 700px;
	}

	.slider_text h1, #h1 {
		padding-top: 160px;
	}
}

@media (max-width: 420px) {
	.our_product {
		font-size: 30px;
	}

	.question h3 {
		font-size: 30px;
	}

	.header-btn button {
		padding: 10px 18px;
	}
	.menu1 img{
		margin-left: 0;
	}
	.burger{
		margin-right: 10px;
	}
}

@media (max-width: 340px) {
	.slider_text p {
		font-size: 18px;
	}

	.slider_text h1, #h1 {
		font-size: 22px;
	}

	.slider_text p {
		font-size: 14px;
		line-height: 1.5;
	}
}

@font-face {
	font-display: swap;
}

.burger-nav {
	display: block;
}