﻿main-btn {
overflow: hidden;
}
main-btn:after {
content: "";
margin-left: 60px;
width: 30px;
height: 300px;
background: #fff;
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.main-btn span {
	display: block;
	color: #000;
}
.main-btn .main-naim {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	
	background-image: url("img/svg/005-right-arrow.svg")/***css-loader:: can't load recource***/;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-right: 20px;
	position: relative;
}

.main-btn .main-naim:after {
	content: url("img/arrow.png")/***css-loader:: can't load recource***/;
	position: absolute;
	top: -135px;
    right: -140px;
}

.main-btn .sub-naim {
	font-weight: 400;

	font-size: 15px;
	
}

.our-works {
	padding: 20px 0 90px;
}

.our-works .title {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.our-works .title span {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	padding: 0 25px;
	font-family: 'Museo Sans Cyrl 700';
}


.our-works .title span:before {
	left: 100%;
}

.our-works .title span:after {
	right: 100%;
}

.our-works .slider-container {
	padding: 0 65px;
}

.our-works .slick-slide {
	padding: 0 5px;
}

.our-works .slick-slide img {
	width: 100%;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;
}

.our-works .slick-slide img:hover {
	opacity: 0.9;
	-webkit-filter: brightness(110%); filter: brightness(110%);-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;
}

.our-works .slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	text-indent: -9999px;
}

.our-works .slick-prev {
	background: url("img/svg/003-arrows.svg")/***css-loader:: can't load recource***/ no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	left: -65px;
}

.our-works .slick-next {
	background: url("img/svg/002-arrows-1.svg")/***css-loader:: can't load recource***/ no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	right: -65px;
}

body.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.butt-anim{
overflow: hidden;
position: relative;
}
.butt-anim:after {
content: "";
margin-left: 60px;
width: 30px;
height: 300px;
background: #fff;
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
  
.text span:after{ 
content: ''; 
width: 5px; 
height: 5px; 
background-color: #F68D33; 
border-radius: 50%; 
display: inline-block; 
margin-right: 5px; 
animation: pulsing 1.5s ease infinite; 
position: absolute; 
top: 8px; 
bottom: 0; 
left: 0px; 
right: 0; 
} 

@-webkit-keyframes pulsing { 
0% { 
box-shadow: 0 0 0 transparent; 
-webkit-box-shadow: 0 0 0 transparent; 
} 
50% { 
box-shadow: 0 0 12px 3px #21A9D9; 
-webkit-box-shadow: 0 0 12px 3px #F68D33; 
} 
100% { 
box-shadow: 0 0 24px 3px transparent; 
-webkit-box-shadow: 0 0 24px 3px transparent; 
} 

} 
.text{ 
width: 100%; 
padding-left: 20px; 
}

.butt-bg{
    background-image: url(img/texture.png) !important;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#ThemeableButton1.ui-button {
    border: 0px solid #FF0000;
}

@media only screen and (max-width: 1169px) and (min-width: 768px) {
#ThemeableButton1 {
    font-size: 18px;
}
#ThemeableButton2 {
    font-size: 18px;
}
}

@media only screen and (max-width: 767px) {
#ThemeableButton1 {
    font-size: 18px;
}
#ThemeableButton2 {
    font-size: 18px;
}
}
#ThemeableButton1:before {
content:"";
display: inline-block;
position:absolute;
font-family: "Gilroy Light";
font-weight: normal;
font-size: 16px;
bottom:10%;
text-align: center;
left:5%;
}

@media only screen and (max-width: 1169px) and (min-width: 768px) {
#ThemeableButton1:before {
    font-size: 46px;
	left:10%;
}
}
@media only screen and (max-width: 767px) {
#ThemeableButton1:before {
    font-size: 36px;
	left:10%;
}
}

.fancybox-error, .fancybox-iframe {
    height: 120% !important;
}
	
	@media only screen and (max-width: 767px) {
#wb_Image7 {
    visibility: inherit;
}
	}