.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
	border-top: 2px solid #e0d5d5;
}
.footer-top__logo {
	width: 19%;
}
.footer-top__social {

}
.footer-top__social a {
	margin: 0 15px;
}
.footer-top__social a i {
	font-size: 18px;
}

.footer-middle {
	margin-bottom: 45px;
}
.footer-middle__item:first-child {
	margin-bottom: 40px;
}
.footer-middle__item h4 {
	color: #ceae56;
	margin-bottom: 20px;
}
.menu_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu_footer li {
	margin-right: 10px;
}
.menu_footer li:last-child {
	margin-right: 0;
}
.menu_footer a:hover {
  color: #ba8b43;
}
.footer-middle .contacts-blk {
		display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-middle .contacts-blk li {
	margin-right: 3vw;
}
.footer-middle .contacts-blk li i:last-of-type {
	margin-right: 10px;
}
.footer-middle .contacts-blk li i:before {
	color: #998C8C;
	font-size: 12px;
}
.footer__copy-blk {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu__copyrigt-blk-logo span,
.footer__copy-left {
	font-family: 'Open Sans', 'sans-serif';
	font-size: 13px;
}


/*cookis*/
.cookis-block {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
	display: none;
	width: 100%;
}
.cookis-block__inside {
	width: 100%;
	padding: 50px 0 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookis-block__inside p {
	margin-right: 20px;
}
.cookis-block__inside a {
	color: #ceae56;
}
.cookis-block__inside a:hover {
	text-decoration: underline;
}
.cookis-block__inside i {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.cookis-block__inside i:before {
	color: #998c8c;
	font-size: 20px;
	transition: 0.5s;
}
.cookis-block__inside i:hover:before {
	color: #ceae56;
}
@media only screen and (max-width: 1199px) {
	.footer-middle__text {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-top {
		height: 130px;
	}
	.footer-top__logo {
		width: 35%;
	}
}
@media only screen and (max-width: 767px) {
	.cookis-block__inside p {
		margin-right: 0;
	}
	.cookis-block__inside {
		flex-direction: column;
	}
	.cookis-block__inside button {
		margin-top: 15px; 
	}
	.footer-top__logo {
	    width: 60%;
	}
	.footer-top {
		height: 180px;
		flex-direction: column;
		align-content: center;
		justify-content: space-around;
	}
	.footer-middle__text {
		display: none;
	}
	.footer-middle__item h4 {
		text-align: center;
	}
	.footer-middle__item ul {
		flex-direction: column;
	}
	.footer-middle__item li {
		margin: 5px 0;
	}
	.footer-middle .contacts-blk li {
		margin-right: 0;
	}
	.footer__copy-blk {
    	height: 70px;
	}
	.footer-top__social {
	    margin-top: -36px;
	}
}
@media only screen and (max-width: 550px) {
	.footer__copy-blk {
		flex-direction: column;
	}
}




/*chat bot*/
.b24-widget-button-popup-description {
	color: #fff !important;
}
.b24-widget-button-popup-triangle {
	border-color: #b99d50 !important;
}
.b24-widget-button-position-bottom-right {
	right: 30px !important;
	bottom: 30px !important;
}
.b24-widget-button-inner-mask,
.b24-widget-button-popup,
.b24-widget-button-inner-block,
.b24-widget-button-pulse.b24-widget-button-pulse-animate {
	background: #b99d50 !important;
}
.b24-widget-button-popup {
	border: 2px solid #b99d50 !important;
}
.b24-widget-button-pulse.b24-widget-button-pulse-animate {
	border: 1px solid #b99d50 !important;
}
/*end chat bot*/