/* Fonts connects */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icon';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* END Fonts connects */
/* END Fonts connects */

/* Bootstrap min */
	.container {
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	}
	.row {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	  position: relative;
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
	}

	@media (min-width: 576px) {
	  .container {
	    max-width: 540px;
	  }
	}

	@media (min-width: 768px) {
	  .container {
	    max-width: 720px;
	  }
	}

	@media (min-width: 992px) {
	  .container {
	    max-width: 960px;
	  }
	}

	@media (min-width: 1200px) {
	  .container {
	    max-width: 1140px;
	  }
	}
	@media (min-width: 992px) {
  
	  .col-lg-1 {
	    -ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	  }
	  .col-lg-2 {
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	  }
	  .col-lg-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	  }
	  .col-lg-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	  }
	  .col-lg-5 {
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	  }
	  .col-lg-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	  }
	  .col-lg-7 {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	  }
	  .col-lg-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	  }
	  .col-lg-9 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	  }
	  .col-lg-10 {
	    -ms-flex: 0 0 83.333333%;
	    flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	  }
	  .col-lg-11 {
	    -ms-flex: 0 0 91.666667%;
	    flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	  }
	  .col-lg-12 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	  }
	  
	}

	/* Bootstrap min */

/* Template Settings */

	body {
		margin: 0;
		padding: 0;
		font-family: roboto;
		
	}

	* {
  		box-sizing: border-box; 
	}
	ul {
		padding: 0;
		margin: 0;
	}
		li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	a {
		text-decoration: none;
		transition: all 0.4s ease-in-out;
	}
	input {
		height: 40px;
		width: 100%;
		margin: 8px 0;
		border-radius: 8px;
		border: 2px solid #ffcb00;
		padding: 0 10px;
		font-size: 16px;
		color: #fff;
		background: none;

	}
	button {
		display: block;
		background: #ffcb00;
		height: 40px;
		width: 100%;
		border-radius: 15px;
		border: none;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 20px;
		cursor: pointer;
		margin: 10px 0;
	}
	input:focus {
		outline: none;
	}
	textarea {

	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: 0;
	}
	h2 {
		position: relative;
		text-transform: uppercase;
		color: #08475e;
		text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
		margin-bottom: 20px;
	}

	p {
		font-size: 18px;
		line-height: 24px;
		color: #272727;
		margin: 10px 0;
	}
	section {
		padding: 50px 0;
	}

	/* Flex Blocks */

	.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: flex-start;
		width: 100%;
	}
	.item {
		display: block;
		width: 100%;
	}	

	/* END Flex Blocks */

	.burger,
	.nav__burger {
		display: none;
	}

	/* Slick */
	.slick-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.slick-slider button {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;		
	}
	.slick-slider button i {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 30px;
	}
	/* END Slick */

	/* END Template Settings */	

/* Header */

#header {
	height: 90px;
	background: #f5f5f5;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
}
#header .logo,
#header .header__contacts {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}
#header .menu ul {
	display: flex;
	align-items: center;
	height: 90px;
}

#header .menu ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	font-weight: 400;
	font-size: 16px;
	color: #575757;
	z-index: 2;
	padding: 0 13px;	
}

#header .menu ul > li > a:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	content: "";
	background: #08475e;
	z-index: -1;
	transition: all 0.1s ease-in-out;
}
#header .header__contacts li {
	margin: 5px 0;
}
#header .header__contacts li > a {
	color: #08475e;
	font-weight: 600;
}
#header .header__contacts li:nth-child(3) a {
	font-weight: 300;
}

/* Sticky */
.sticky#header {
		position: fixed;
		width: 100%;
    	top: 0;
    	height: 90px;
    	z-index: 99;
	}
/* END */
/* END Header */	

/* Offer */
#offer {
	position: relative;
	padding: 70px 0;
	background: url(../images/offer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
#offer:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(#807c6cab, #08475ec4);
}
#offer h1 {
	position: relative;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	z-index: 3;

}
#offer form h2 {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	margin: 0 0 15px;
}
#offer form {
	position: relative;
	z-index: 3;
	background: #05303d;
	padding: 20px;
	border-radius: 15px;
	max-width: 360px;
	margin: 0 auto;
	box-shadow: 0 14px 28px rgba(253, 253, 253, 0.25), 0 10px 10px rgba(206, 206, 206, 0.22);
	-webkit-box-shadow: 0 14px 28px rgba(253, 253, 253, 0.25), 0 10px 10px rgba(206, 206, 206, 0.22);
	-moz-box-shadow: 0 14px 28px rgba(253, 253, 253, 0.25), 0 10px 10px rgba(206, 206, 206, 0.22);
	-ms-box-shadow: 0 14px 28px rgba(253, 253, 253, 0.25), 0 10px 10px rgba(206, 206, 206, 0.22);
	-o-box-shadow: 0 14px 28px rgba(253, 253, 253, 0.25), 0 10px 10px rgba(206, 206, 206, 0.22);
}
#offer form input {
	display: block;
}
/* END Offer */

/* Advantages */
#advantages .advantages__icons {
	margin-top: 50px;
}
#advantages .advantages__icons .box .icon {
	position: relative;
	background: #ffcb00;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.04);
	-o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.04);	
}
#advantages .advantages__icons .box .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: auto;
}
#advantages .advantages__icons .box h3 {
	text-align: center;
}
/* END */

/* Products */
#products {
	position: relative;
	background: url(../images/product-bg.jpg) no-repeat;
	background-attachment: fixed;
	z-index: 1;
}
#products:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(#08475ed6, #9d9d9d9e);
	width: 100%;
	height: 100%;
	z-index: 2
}
#products h2 {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
	z-index: 3
}
#products article {
	position: relative;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 15px;
	z-index: 3
}
#products article img {
	width: 100%;
	border-radius: 12px;
}
#products article h3 {
	text-align: center;
	margin: 15px 0;
}
#products article .sub__categories li > a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #777;
	padding: 5px 0;	
}
#products article .sub__categories li:not(:last-child) > a {
	border-bottom: 1px dashed;
}

.accordion {
	  width: 100%;
	  max-width: 900px;
	  margin: 0 auto;
	  padding: 0;
	}

	.accordion__item {
	  position: relative;
	}
	.accordion__item.active .heading {
	  color: #414a51;
	}
	.accordion__item.active .icon {
	  background: #f5f5f5;

	}
	.accordion__item.active .icon:before {
	  background: #414a51;

	}
	.accordion__item.active .icon:after {
	  width: 0;

	}
	.accordion__item .heading {
	  display: block;
	  text-decoration: none;
	  color: #08475e;
	  font-weight: 700;
	  text-transform: uppercase;
	  font-size: 18px;
	  position: relative;
	  padding: 1.5rem 1.5rem 1.5rem 4rem;
	  -webkit-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
	.accordion__item.heading:active,
	.accordion__item .heading:focus {
		outline: none;
	}

	@media (min-width: 40rem) {
	  .accordion__item .heading {
	    font-size: 18px;
	  }
	}
	
	
	.accordion__item .icon {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 3rem;
	  height: 3rem;
	  background: #ffcb00;
	  border: 1px solid #ffcb00;
	  border-radius: 3px;
	  -webkit-transform: translateY(-50%);
	          transform: translateY(-50%);
	}
	.accordion__item.active .icon {
		border-color: #08475e;
	}
	.accordion__item .icon:before, .accordion__item .icon:after {
	  content: '';
	  width: 1.25rem;
	  height: 0.25rem;
	  background: #08475e;
	  position: absolute;
	  border-radius: 3px;
	  left: 50%;
	  top: 50%;
	  -webkit-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	}
	.accordion__item .icon:after {
	  -webkit-transform: translate(-50%, -50%) rotate(90deg);
	          transform: translate(-50%, -50%) rotate(90deg);
	  z-index: -1;
	}
	.accordion__item .content__accordion {
	  display: block;
	}
		.accordion__item.active .content__accordion {
	  display: none;
	}

	@media (min-width: 40rem) {
	  .accordion__item .content__accordion {
	  	position: relative;
	    margin-left: 0;
	  }
	}
/* END Products */


/* About */
.about__form {
	
	background: #08475e;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.41), 0 10px 10px rgba(6, 6, 6, 0.44);
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.41), 0 10px 10px rgba(6, 6, 6, 0.44);
	-ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.41), 0 10px 10px rgba(6, 6, 6, 0.44);
	-o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.41), 0 10px 10px rgba(6, 6, 6, 0.44);
	
}
.about__form h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* END */

/* Gallery */
#photo-gallery {
	background: #f5f5f5;
	
}
#photo-gallery h2 {
	text-align: center;
	margin-bottom: 40px;
}
.gallery-slider .item {
	position: relative;
	display: block;
	height: 300px;
	overflow: hidden;
}
.gallery-slider .item img {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
}
#photo-gallery .slick-arrow {
	border-radius: 0;
}
/* END Gallery */

/* Footer */
.footer__content {
	display: flex;
}
.footer__content .left {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 40px 0 0 50px;

}
.footer__content .left,
.footer__content .right {
	width: 50%;
}
.footer__contacts ul {
	margin-top: 40px;
}
.footer__contacts ul > li {
	font-size: 18px;
	color: #777;
	margin: 10px 0;
}
.footer__contacts ul > li > a {
	margin-left: 15px;
	color: #575757;
}
.footer__form {
	text-align: center;
	margin-bottom: 15px;
}
.footer__form input {
	color: #575757;
}
/* Footer */

/* All Hover styles */
#header .menu ul > li > a:hover {
	color: #fff;
}
#header .menu ul > li > a:hover:after {
	height: 90px;
}
#header ul > li > a.active {
	color: #fff;
}
#header ul > li > a.active:after {
	height: 90px;
} 
button:hover {
	background: #fff;
}
#products article .sub__categories li > a:hover {
	color: #08475e;
}
.open__button:hover {
	background: #08475e;
	color: #fff;
}

.accordion__item .heading:hover .icon:before, .accordion__item .heading:hover .icon:after {
	  background: #575757;
	}
.accordion__item .heading:hover {
	  color: #575757;
	}	

.accordion__item .icon:hover {
	background: #08475e;
	border-color: #08475e;
}
.slick-arrow:hover {
	background: #08475e;
	color: #fff;
}	
.slider__product .slick-dots li button:hover {
	background: #08475e;
	color: #fff;
}
/* END All Hover styles */

/* Modal */


/* Slider Product */

.slider__product {
	margin-top: 30px;
}
.slider__product .item {
	padding: 0 10px;
}
.slider__product .item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.slider__product .slick-prev {
	left: 0;
}
.slider__product .slick-next {
	right: 0;
}
.slider__product .slick-dots {
	display: flex;
	justify-content: center;
}
.slider__product .slick-dots li {
	margin: 0 10px;
}
.slider__product .slick-dots li button {
	width: 25px;
	height: 25px;
	font-size: 14px;
}
/* END Slider Product */

/* Modal */

.content.fancybox-content {
	width: 1140px !important;
	height: auto !important;
	max-height: 620px;
	padding: 20px 25px;
	overflow: auto;
}
.content.fancybox-content h2 {
	margin-top: 20px;
}
.fancybox-close-small {
	background: #ffcb00 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: .8;
}
.form__fancybox {
	margin: 30px 0;
}
.form__fancybox form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	z-index: 5;
	background: #e8e8e8;
	padding: 20px;
	margin: 0 auto;
	border-radius: 12px;
}
.form__fancybox input,
.form__fancybox button {
	width: 250px;
	border-color: #575757;
	color: #575757;
}


/* END Modal */

/* Up button */

	#button-up {
	  display: inline-block;
	  background: linear-gradient(#208b80, #234147);
	  width: 50px;
	  height: 50px;
	  padding: 10px;
	  text-align: center;
	  border-radius: 4px;
	  position: fixed;
	  bottom: 60px;
	  right: 30px;
	  transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 1000;
	  border: 1px solid #fff;
	  cursor: pointer;
	}
	#button-up svg path {
		fill: #fff;
	}
	#button-up.show {
	  opacity: 1;
	  visibility: visible;
	}

	/* END Up button */

	/* Whatsapp */
	.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    left : 20px;
    z-index: 10;
	}

	.whatsapp-ico:hover{
	    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	}
	/* END Whatsapp */

	/* Callback Buttons */
	.callback__buttons {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		justify-content: space-between;
		background: #fff;
		z-index: 99;
	}
	.callback__buttons a:nth-child(1) {
		background: #267eb2;
	}
	.callback__buttons a:nth-child(2) {
		background: #52b226;
	}
	.callback__buttons a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
		color: #fff;
	}
	.callback__buttons a:active {
		background: #EE9D00;
	}
	.callback__buttons a i {
		margin-right: 14px;
	}
	




/* Responsive */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.menu,
	.header__contacts {
		display: none !important;
	}
	#offer {
		padding: 30px 0;
	}
	#offer h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	#advantages .box {
		margin-bottom: 30px;
	}
	#products article {
		margin-bottom: 40px;
	}
	.about__form {
		margin-top: 40px;
	}
	.footer__content {
		display: block;
	}
	.footer__content .left, .footer__content .right {
		width: 100%;
	}
	.footer__content .left {
		padding: 30px;
	}
	.content.fancybox-content {
		height: auto !important;
		padding: 20px 15px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: auto !important;
	}
	.footer__content .left {
		display: block;
	}
	.footer__form {
		margin-top: 40px;
	}
	.callback__buttons {
		display: flex;
	}
	.whatsapp {
		display: none;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 966px) {
	/* Burger */
	.responsive__navbar {
		position: relative;
		display: block;
		width: 100%;
		height: 80px;
		

	}
.burger,
.nav__burger {
    display: block;
  }
.burger {
	position: fixed;
	top: 18px;
	right: 15px;
	display: block;  
  	width: 50px;
  	height: 50px;
  	z-index: 9999;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #08475e;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #ffffff;
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
.nav__burger {
  background: linear-gradient(#31758eed, #08475eed);
  position: fixed;
  z-index: 997;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 40px 20px 40px 20px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav__burger.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav__burger.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.nav__burger.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
.nav__burger.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
.nav__burger.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
.nav__burger.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
.nav__burger.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
.nav__burger.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
.nav__burger.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
.nav__burger.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
.nav__burger.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
.nav__burger.show .about, .nav__burger.show .social, .nav__burger.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}

.nav__burger ul.main {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav__burger ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__burger ul.main li:last-of-type {
  margin-bottom: 0px;
}
.nav__burger ul.main li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  letter-spacing: 5px;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__burger ul.main li a span {
  color: #b7ac7f;
}
.nav__burger ul.main li a:hover {
  color: #f26522;
}

.nav__burger ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__burger ul.sub li {
  margin-bottom: 10px;
}
.nav__burger ul.sub li:last-of-type {
  margin-bottom: 0px;
}
.nav__burger ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__burger ul.sub li a:hover {
  color: #b7ac7f;
}

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b7ac7f;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}	

/* END */
} 


@media screen and (min-width: 767px) and (max-width: 966px) {
	.callback__buttons {
		display: flex;
	}
	.whatsapp {
		display: none;
	}
	#header .menu,
	.header__contacts {
		display: none !important;
	}
	#offer .col-lg-6 {
		width: 50%;
	}
	#offer h1 {
		font-size: 33px;
		line-height: 33px;
	}
	#advantages .col-lg-4 {
		width: 33%;
	}
	#products .col-lg-4 {
		width: 33%;
	}
	.about__form {
		margin-top: 30px;
	}
	.footer__content .left {
		display: block;
		padding: 30px 20px;
	}
	.footer__form {
		margin-top: 20px;
	}

}
/* END Responsive */


.headerh3{
    color: #e4f302;
    z-index:99999;
    position: relative;
    margin-bottom:15px;
}