#gallery{
	background: #f7f8fa;
	overflow: hidden;
}

.banner-content h2{
	font-size: 44px;
}
.banner-content h2 span{
	color: #EC5538;
}
.banner__advas{
	margin: 25px 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.banner__adva{
/*	width: 31%;*/
/*	margin-right: 2%;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
}
.banner__icon{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 15px;
	background: #EC5538;
	position: relative;
}
.banner__icon:before{
	content: "";
	width: 130%;
	height: 130%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: none;
	border: 1px solid #EC5538;
	opacity: 0.4;
	border-radius: 50%;
}
.banner__icon:after{
	content: "";
	width: 160%;
	height: 160%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: none;
	border: 1px solid #EC5538;
	opacity: 0.2;
	border-radius: 50%;
}
.banner__icon img{
	display: block;
	width: 60%;
	filter: invert(1);
}
.banner__adva span{
	font-size: 13px;
	color: #000;
	width: calc(100% - 55px);
}
/*.banner-content{
	padding-right: 40px !important;
}*/

.faq-wrapper .accordion > .card .card-body p{
	margin-bottom: 12px;
}
.faq-wrapper .accordion > .card .card-body ul{
	margin-bottom: 15px;
}
.faq-wrapper .accordion > .card .card-body ul li{
	display: block;
	width: 100%;
	margin-bottom: 12px;
	position: relative;
	padding-left: 26px;
}
.faq-wrapper .accordion > .card .card-body ul li:before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #EC5538;
	background-image: url(../../img/check.svg);
	background-size: 7px;
	background-position: center center;
	background-repeat: no-repeat;
}
.faq-wrapper .accordion > .card .card-body ul li:after{
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	position: absolute;
	left: -3px;
	top: 2px;
	background: none;
	border: 1px solid #EC5538;
	opacity: 0.3;
}



.params{
	background: #fff;
	padding: 0 40px 40px 40px;
}
.params__title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	color: #333;
}
.params__title span{
	color: #EC5538;
}
.params__img{
	height: 300px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.params__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 12px;
}
.params__row:nth-child(2n){
	background: #f3f3f3;
}
.params__row .params__col:nth-child(1){
	width: 40%;
}
.params__row .params__col:nth-child(1) span{
	font-weight: 500;
	color: #000;
}
.params__row .params__col:nth-child(2){
	width: 60%;
	padding-left: 12px;
}
.params__col span{
	font-size: 15px;
}
.params__colors{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.params__colors div{
	margin-right: 15px;
	border: 1px solid #dedede;
	border-radius: 4px;
	width: 40px;
	height: 40px;
}



.sertef{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sertef__item{
	width: 31%;
	border: 3px solid #EC5538;
	padding: 20px;
	cursor: zoom-out;
}
.sertef__item img{
	display: block;
	width: 100%;
}

.slick-slider{
	height: auto !important;
}
.slickcarousel .slick-slide{
	margin: 0 7px;
}
.slickcarousel .slick-list{
	margin: 0 -7px;
}
.slickcarousel .slick-prev,
.slickcarousel .slick-next{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: 0;
	background-color: #EC5538;
	text-indent: 9999px;
}

.slickcarousel .slick-prev{
	left: -25px;
	background-image: url(../../img/arrow.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
}
.slickcarousel .slick-next{
	right: -25px;
	background-image: url(../../img/arrow-next.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
}



.callform{
	padding: 60px 0;
	position: relative;
}
.callform__box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #EC5538;
	padding: 70px 60px;
	border-radius: 30px;
}
.callform__left{
	width: 60%;
}
.callform__left span{
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
	color: #fff;
}
.callform__left p{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	opacity: 0.8;
	margin-bottom: 0;
}
.callform__right{
	width: 30%;
}
.callform__form input{
	width: 100%;
	height: 60px;
	border-radius: 40px;
	background: #fff;
	border: 0;
	margin-bottom: 15px;
	padding: 0 30px;
	font-size: 18px;
	text-align: center;
}
.callform__form input::placeholder{
	color: rgba(0,0,0,0.5);
	font-size: 18px;
}
.callform__form button{
	background: #333333;
	width: 100%;
	border: 0;
	border-radius: 40px;
	padding: 18px 30px;
	color: #fff;
}


.ftext{
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.flink{
	color: #EC5538;
	margin-bottom: 7px;
}
.footer__logo{
	display: block;
	width: 94px;
	margin-bottom: 12px;
}

.footer-top-wrap{
	padding-top: 60px;
	padding-bottom: 45px;
}

.callback {
  width: 60px;
  height: 60px;
  background: #D1480E;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-animation: t651__btn-animate 2s ease-out;
          animation: t651__btn-animate 2s ease-out;
  z-index: 40;
}

.callback.active {
  background: #fff;
}

.callback__icon {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 30px;
}

.callback__icon.active {
  display: block;
}

.callback__icon.hidden {
  display: none;
}

.cb-window {
  padding: 30px 35px 40px;
  width: 360px;
  background: #fff;
  position: fixed;
  bottom: 110px;
  right: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.cb-window.active {
  pointer-events: auto;
  z-index: 40;
  opacity: 1;
}

.cb-window h2 {
  color: #000;
  margin-bottom: 25px;
  margin-top: 0;
  font: 700 22px "Montserrat";
  text-align: center;
}

.cb-window input {
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  color: #000;
  font: 300 16px "Montserrat";
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.cb-window input::-webkit-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::-moz-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input:-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window input::placeholder {
  color: #d1d1d1;
  font: 300 16px "Montserrat";
}

.cb-window button {
  background: #D1480E;
  border: 0;
  color: #fff;
  font: 600 16px "Montserrat";
  height: 50px;
  width: 100%;
  text-transform: uppercase;
}

.cb-window form {
  margin-bottom: 30px;
}

.cb-window h3 {
  color: #000;
  margin-bottom: 4px;
  font: 16px "Montserrat";
  text-align: center;
  margin-top: 0;
}

.cb-window a {
  display: block;
  font: 18px "Montserrat";
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}

.callback__thanks {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.callback__thanks p {
  color: #000;
  margin-top: 20px;
  font: 16px "Montserrat";
}

.header__phone{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header__phone img{
	display: block;
	width: 20px;
}
.header__phone span{
	font-size: 17px;
	font-weight: 600;
	color: #333;
	margin-left: 7px;
}

.brand-area .slick-track{
	align-items: center;
    display: flex;
}

.cataalog{
	background: #f7f8fa;
	padding: 70px 0;
}
.cataalog__tabs{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	margin-top: -20px;
}
.cataalog__tab{
	width: 210px;
    background: #e2e2e2;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    user-select: none;
}
.cataalog__tab.active{
	background: #EC5538;
	color: #fff;
}
.cataalog__tab:nth-child(1){
	border-radius: 30px 0 0 30px;
}
.cataalog__tab:nth-child(2){
	border-radius: 0 30px 30px 0;
}
.cataalog__wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.cataalog__item{
	width: 23%;
	background: #fff;
	margin-right: 2.5%;
	border-radius: 8px;
	padding: 20px;
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 3%;
}
.cataalog__item:nth-child(4n){
	margin-right: 0;
}
.cataalog__image{
	width: 80%;
	margin: 0 auto;
}
.cataalog__title{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-top: 12px;
	margin-bottom: 15px;
}
.cataalog__image img{
	display: block;
	width: 100%;
}
.cataalog__label{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	padding: 6px 11px;
	background: #333;
	border-radius: 8px;
}
.cataalog__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background: #EC5538;
	border-radius: 8px;
	border: 0;
	padding: 10px 0;
	margin-top: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.cataalog__btn img{
	display: block;
	width: 22px;
	margin-right: 12px;
}
.cataalog__btn span{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.cataalog__price{
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.pop{
	width: 400px;
	max-width: 100%;
	display: none;
	padding: 0 !important;
}
.pop__box{
	padding: 60px 40px;
}
.pop__title{
	font-size: 34px;
	color: #333;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
}
.pop__title span{
	color: #EC5538;
}
.pop__subtitle{
	font-size: 15px;
	color: #333;
	opacity: 0.7;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}
.pop__form{
	width: 100%;
}
.pop__form input{
	width: 100%;
    height: 60px;
    border-radius: 40px;
    background: #f3f3f3;
    border: 0;
    margin-bottom: 15px;
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
}
.pop__form button{
	background: #333333;
    width: 100%;
    border: 0;
    border-radius: 40px;
    padding: 18px 30px;
    color: #fff;
}

@media (max-width: 1100px){
	.cataalog__item{
		width: 32%;
		margin-right: 2%;
	}
	.cataalog__item:nth-child(4n){
		margin-right: 2%;
	}
	.cataalog__item:nth-child(3n){
		margin-right: 0;
	}
}

@media (max-width: 768px){
	.cataalog__wrap{
		justify-content: space-between;
	}
	.callback{
	    right: 10px;
	}
	.cataalog__item{
		width: 48%;
		margin-right: 0;
		padding: 15px;
		padding-bottom: 70px;
	}
	.cataalog__title{
		font-size: 14px;
    	line-height: 1.2;
	}
	.cataalog__price{
		position: static;
		font-size: 14px;
	}
	.cataalog__btn{
		right: 15px;
		width: calc(100% - 30px);
	}
	.logo img{
		max-width: 75px;
	}
	.banner-content h2{
		font-size: 32px;
	}
	.banner__adva{
		flex-grow: unset;
    	width: 240px;
    	text-align: left;
    	margin: 0 auto 25px;
	}
	.banner__adva br{
		display: none;
	}
	.banner-btn a:nth-child(2){
		display: none;
	}
	.params{
		padding: 0 15px 15px 15px;
	}
	.pop__title{
		font-size: 30px;
	}
	.callform__box{
		padding: 40px 30px;
	}
	.callform__left{
		width: 100%;
	}
	.callform__right{
		width: 100%;
	}
	.callform__left span{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.callform__left span br{
		display: none;
	}
	.callform__left p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.callform__left p br{
		display: none;
	}
	.sertef{
		margin-top: 25px;
	}
	.footer-widget{
		margin-bottom: 20px;
	}
}


.dmitro{
	position: relative;
	padding-left: 75px;
	margin: 10px 0;
}
.dmitro__image{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -5px;
}


















