*{
	margin: 0;
	padding: 0;
	transition: all 0.3s;
	box-sizing: border-box;
}

.yellow{
	color: #f7b70b;
}
.bold{
	font-weight: 600;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited{
	opacity: 1;
	color: #fff;
	border: none;
	outline: none;
	line-height: 1;
	font-weight: bold;
	padding: 15px 25px;
	background: #f7b70b;
	transition: all 0.3s;
	display: inline-block;
	font-size: 1.07143rem;
	text-decoration: none;
	text-transform: uppercase;
}
.btn:hover{
	opacity: 0.75;
}

/*title*/
.titles{
	color: #000;
	line-height: 1;
	padding: 50px 0;
	background: #f7b70b;
	font-size: 1.78571rem;
}
.titles h2{
	line-height: 1;
	margin-bottom: 30px;
	font-size: 2.57143rem;
	text-transform: uppercase;
}
.titles strong{
	color: #fff;
	font-weight: normal;
}

header{
	padding: 30px 0 0 0;
	background: #f7b70b;
	padding: 1.42857rem 0 0 0;
}
.row-cols-lg-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.logo{
	width: 100%;
	height: auto;
	max-width: 220px;
}
.header__item img{
	width: auto;
	height: 18px;
	margin-bottom: 7px;
}
.header__item_text{
	font-size: 1.42857rem;
	text-transform: uppercase;
}
header a{
	font-weight: 600;
	text-decoration: none;
	color: #000 !important;
}

/*nav*/
nav{
	background: #000;
	margin: 30px 0 0 0;
	padding: 1.07143rem 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
}
nav a,
nav a:active,
nav a:focus,
nav a:hover,
nav a:visited{
	opacity: 1;
	border: none;
	outline: none;
	font-weight: bold;
	transition: all 0.3s;
	text-decoration: none;
	font-size: 1.14286rem;
	color: #fff !important;
	letter-spacing: .03571rem;
}
nav a:hover{
	opacity: 0.75;
}

/*header.animate*/
header.animate{
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	padding-top: 10px;
}
header.animate nav{
	padding: 5px 0;
	margin-top: 10px;
}
header.animate .header__item_text{
	display: none;
}
header.animate nav a,
header.animate nav a:active,
header.animate nav a:focus,
header.animate nav a:hover,
header.animate nav a:visited{
	font-size: 14px;
	letter-spacing: .03571rem;
}

/*first*/
.first{
	padding: 50px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/first.jpeg);
}
.first:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: rgba(0,0,0,0.6);
}
.first .container{
	z-index: 2;
	position: relative;
}
.first h1{
	color: #fff;
	font-weight: 900;
	padding-bottom: 5px;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 2.35714rem;
	letter-spacing: .07143rem;
	text-transform: uppercase;
	border-bottom: 3px solid #f7b70b;
}
.first h2{
	font-weight: 700;
	font-size: 1.71429rem;
	letter-spacing: .35714rem;
	text-transform: uppercase;
	margin-bottom: 2.85714rem;
}
.first__item{
	color: #fff;
	margin-bottom: 15px;
	font-size: 1.42857rem;
}
.first img{
	width: auto;
	height: 35px;
	margin-bottom: 5px;
}

/*promo*/
.promo{
	color: #fff;
	font-size: 35px;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/IMG_6801.JPG);
}
.promo:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	position: absolute;
	background: rgba(0,0,0,0.5);
}
.promo .container{
	z-index: 3;
	position: relative;
}
.promo__item{
	color: #000;
	width: 290px;
	height: 290px;
	margin: 0 auto;
	line-height: 1;
	font-size: 30px;
	font-weight: 600;
	position: relative;
}
.promo__item span{
	top: 0;
	right: 0;
	bottom: 0;
	left: -50px;
	height: 50px;
	margin: auto;
	position: absolute;
}

/*product*/
.product{
	padding: 50px 0 5px 0;
	background: #fff;
}
.product__item{
	margin-bottom: 45px;
	font-size: 1.14286rem;
}
.product__item img{
	width: 100%;
	height: auto;
	max-width: 320px;
	margin-bottom: 35px;
}
.product__item h3{
	margin-bottom: 20px;
}
-.product__item .text{
	margin-bottom: 15px;
}
.product__item .price{
	margin-top: 15px;
}
.product .btn,
.about .btn,
.reviews .btn{
	margin: 25px 0 45px 0;
}

/*about*/
.about{
	padding: 50px 0 5px 0;
}
.about ul{
	margin: 15px 0 0 0;
}
.about ul li{
	line-height: 1.6;
	font-size: 1.07143rem;
}

/*reviews*/
.reviews{
	padding: 50px 0 5px 0;
}
.reviews__item{
	background: #fff;
	line-height: 1.3;
	min-height: 220px;
	font-size: 1.25rem;
	position: relative;
	margin-bottom: 45px;
	box-shadow: 0 0 5px #999;
    padding: 2.5rem 1.78571rem 2.5rem 5rem;
}
.reviews__item:before{
	content: "";
	top: 0;
	bottom: 0;
	left: -15px;
	width: 75px;
	height: 75px;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	background-color: #f7b70b;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/reviews.png);
}
.reviews__item .name{
	margin-bottom: 10px;
}

/*gallery*/
.gallery img{
	width: 100%;
	height: auto;
}

/*my-form*/
.my-form{
	padding: 0 0 45px 0;
	background: #f7b70b;
}
.my-form .b24-form-header,
.my-form .b24-form-sign{
	display: none !important;
}
.my-form .b24-form-padding-side{
	padding: 0 !important;
}
.my-form .b24-form-wrapper{
	border: none !important;
	background: none !important;
	border-radius: 0 !important;
}
.my-form .b24-form-btn{
	background: #000 !important;
}

/*contacts*/
.contacts{
	padding: 50px 0 25px 0;
}
.contacts__item{
	color: #a7a7a7;
	line-height: 1;
	font-size: 1rem;
	margin-bottom: 25px;
}
.contacts__item img{
	width: auto;
	height: 50px;
	margin-bottom: 20px;
}
.contacts__item .yellow{
	margin-top: 10px;
}
.contacts__item a,
.contacts__item a:active,
.contacts__item a:focus,
.contacts__item a:hover,
.contacts__item a:visited{
	opacity: 1;
	border: none;
	outline: none;
	color: #f7b70b;
	display: inline-block;
	transition: all 0.3s;
	text-decoration: none;
}
.contacts__item a:hover{
	opacity: 0.75;
}

/*footer*/
footer{
	color: #999 !important;
	padding: 45px 0 25px 0;
	background: #111;
}
footer a{
	text-decoration: none;
	color: #999 !important;
}
.footer__logo{
	width: auto;
	height: 100%;
	max-height: 75px;
	margin-bottom: 10px;
}
.address{
	position: relative;
	padding-left: 35px;
}
.address:before{
	content: "";
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/address.png);
}
.copyright{
	margin-top: 45px;
	padding-top: 25px;
	border-top: 1px solid #333;
}
.social{
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li{
	display: inline-block;
	vertical-align: middle;
}
.social a{
	width: 35px;
	height: 35px;
	opacity: 0.5;
	margin-left: 10px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.social a.vk{
	background-size: 20px auto;
	background-image: url(../images/vk.png);
}
.social a.telegram{
	background-size: 17px auto;
	background-image: url(../images/telegram.png);
}

@media(max-width: 1199px){
	.row-cols-lg-5 > * {
	  flex: 0 0 auto;
	  width: 25%;
	}
}

@media(max-width: 991px){
	header{
		padding-top: 10px;
	}
	header nav{
		padding: 5px 0;
		margin-top: 10px;
	}
	header nav a,
	header nav a:active,
	header nav a:focus,
	header nav a:hover,
	header nav a:visited{
		font-size: 14px;
		letter-spacing: normal !important;
	}
	.header__item_text{
		display: none;
	}
	nav a,
	nav a:active,
	nav a:focus,
	nav a:hover,
	nav a:visited{
		font-size: 14px;
		letter-spacing: normal;
	}
	.slick-slider{
		overflow: hidden;
	}
	.slick-dots{
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		margin: 15px 0 35px 0;
	}
	.slick-dots button{
		display: none;
	}
	.slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 5px;
		background: #fff;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		border: 3px solid #f7b70b;
	}
	.slick-dots .slick-active{
		background: #f7b70b;
	}


	.reviews__slider,
	.about__slider,
	.product__slider{
		margin: 0 -15px;
	}
	.reviews__item,
	.about__item,
	.product__item{
		float: left;
		margin: 0 15px;
	}
	.about__slider img{
		width: 100%;
		height: auto;
		max-width: 300px;
		margin-bottom: 30px;
	}
}

@media(max-width: 767px){
	.row-cols-lg-5 > * {
	  flex: 0 0 auto;
	  width: 50%;
	}
	header{
		padding: 10px 0;
	}
	.logo{
		margin-bottom: 10px;
	}
	header a{
		margin-bottom: 5px;
	}
	.header__item img{
		display: none;
	}
	nav span{
		display: none;
	}
	.first h1{
		border: none;
	}
	.titles {
	    padding: 35px 0;
	    font-size: 1.2rem;
	}
	.titles h2{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.address{
		padding-left: 0;
		margin-top: 10px;
	}
	.address:before{
		display: none;
	}
	.social{
		margin-top: 10px;
	}
}

@media(max-width: 560px){
	header nav a,
	header nav a:active,
	header nav a:focus,
	header nav a:hover,
	header nav a:visited{
		font-size: 10px !important;
	}
}