.call-button {
	width: 70px;
	height: 70px;
	right: 40px;
	bottom: 40px;
	position: fixed;
	text-align: center;
	color: #ffffff;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
display: inline-block;
line-height: 0px;
animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation: rotate 1s alternate-reverse;
	animation: rotate 1s alternate-reverse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.call-button img {
	background: #fff;
	border-radius: 50%;
}

@-webkit-keyframes rotate {
	0% {
			-webkit-transform: rotate(-15deg) scale(0.7);
	}
	100% {
			-webkit-transform: rotate(15deg) scale(1);
	}
}

.gfort-btn-back-to-top {
	display: none !important;
}
.btn-popup span {
	color: #fff;
	background: #f44c5e;
	padding: 5px 20px;
	border-radius: 25px;
}

.gfort-section-top-header-content p a {
	margin: 0 8px;
}
.close span {
	color: #fff;
}
.close {
	text-shadow: none;
}
.modal-content > .close {
	right: 10px;
	top: 5px;
}
.gfort-social-icons.gfort-social-icons-sm ul li a {
    font-size: 17px;
}
.dark-1-bg-color {
	background-image: url('../../images/main-bg-new.jpg') !important;
	position: relative;
}
/**
.dark-1-bg-color:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(68, 22, 8, .4);
}
*/

.owl-cases .owl-dots{
	display: none !important;
}
.owl-cases{
	pointer-events: none !important;
}
.owl-stage-outer{ 
	height: auto !important;
}

.telegram-icon{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
}

.footer-telegram-icon{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	opacity: 0.75;
}
a:hover	.footer-telegram-icon{
	opacity: 1;;
}

.telegram-button {
	width: 70px;
	height: 70px;
	right: 110px;
	bottom: 40px;
	position: fixed;
	text-align: center;
	color: #ffffff;
	background: #24a1de;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
display: inline-block;
line-height: 0px;
animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation: rotate 1s alternate-reverse;
	animation: rotate 1s alternate-reverse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.telegram-button img {
	position: relative;
	top: 10px;
	left: -5px;
	width: 50px;
	height: 50px;
}