body, .sp-preloader {background-color: #ffffff; color: #000000;}
#sp-top-bar {background: #029a21; color: #ffffff;}
#sp-top-bar a {color: #ffffff;}
.sp-contact-info li {font-size: 120%;}
.h1, h1 {font-size: 1.5rem;text-align: center;}
.h2, h2 {font-size: 1.4rem;text-align: center;}
.h3, h3 {font-size: 1.3rem;text-align: center;}
#sp-main-body {padding: 10px 0;}
#sp-footer, #sp-bottom {background: #000000; color: #ffffff; text-align: center;}
#sp-footer a, #sp-bottom a {color: #ffffff;}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
.btn.active {width: 95%; background-color: #FF0000;}
.gtukopes-amiktun { 
  background:#309705; 
  border:2px solid #287b04; 
  border-radius:50%; 
  box-shadow:0 8px 10px rgba(56,163,253,0.3); 
  cursor:pointer; 
  height:68px; 
  text-align:center; 
  width:68px; 
  position: fixed; 
  right: 4%; 
  bottom: 4%; 
  z-index:999; 
  transition:.3s; 
  -webkit-animation:hoverWave linear 1s infinite; 
  animation:hoverWave linear 1s infinite; 
} 

.gtukopes-amiktun .telifonas { 
  height: 71px; 
  width: 71px; 
  border-radius: 100%; 
  position: relative; 
  overflow: hidden; 
} 

.gtukopes-amiktun .telifonas span { 
  text-align: center; 
  color: #1464a7; 
  opacity: 0; 
  font-size: 0; 
  position: absolute; 
  right: 7px; 
  top: 19px; 
  line-height: 12px; 
  font-weight: 600; 
  text-transform: uppercase; 
  transition: opacity .4s linear; 
  font-family: 'montserrat', Arial, Helvetica, sans-serif; 
} 

.gtukopes-amiktun .telifonas:hover span { 
  opacity: 1; 
  font-size: 9px; 
} 
.gtukopes-amiktun:hover i { 
  display:none; 
} 

.gtukopes-amiktun:hover { 
  z-index:1; 
  background:#fff; 
  color:transparent; 
  transition:.3s; 
} 
.gtukopes-amiktun:hover i { 
  color:#3992dc; 
  font-size:39px; 
  transition:.4s; 
} 
.gtukopes-amiktun i { 
  color: #e8e6e6; 
  font-size: 36px; 
  transition: .4s; 
  line-height: 69.7px; 
  transition: .5s ease-in-out; 
} 

.gtukopes-amiktun i { 
  animation: 1200ms ease 0s normal none 1 running shake; 
  animation-iteration-count: infinite; 
  -webkit-animation: 1200ms ease 0s normal none 1 running shake; 
  -webkit-animation-iteration-count: infinite; 
} 

@-webkit-keyframes hoverWave { 
  0% { 
  box-shadow:0 7px 9px rgba(64, 156, 232, 0.3),0 0 0 0 rgba(64, 156, 232, 0.3),0 0 0 0 rgba(64, 156, 232, 0.3)
} 
40% { 
  box-shadow:0 7px 9px rgba(64, 160, 241, 0.3),0 0 0 15px rgba(64, 160, 241, 0.3),0 0 0 0 rgba(64, 160, 241, 0.3) 
} 

}@keyframes hoverWave { 
  0% { 
  box-shadow:0 8px 10px rgba(49, 151, 236, 0.3),0 0 0 0 rgba(49, 151, 236, 0.3),0 0 0 0 rgba(49, 151, 236, 0.3) 
} 
40% { 
  box-shadow:0 8px 10px rgba(49, 151, 236, 0.3),0 0 0 15px rgba(49, 151, 236, 0.3),0 0 0 0 rgba(49, 151, 236, 0.3) 
} 
} 

/* animations icon */ 

@keyframes shake { 
0% { 
  transform: rotateZ(0deg); 
  -ms-transform: rotateZ(0deg); 
  -webkit-transform: rotateZ(0deg); 
} 
10% { 
  transform: rotateZ(-30deg); 
  -ms-transform: rotateZ(-30deg); 
  -webkit-transform: rotateZ(-30deg); 
} 
20% { 
  transform: rotateZ(15deg); 
  -ms-transform: rotateZ(15deg); 
  -webkit-transform: rotateZ(15deg); 
} 
30% { 
  transform: rotateZ(-10deg); 
  -ms-transform: rotateZ(-10deg); 
  -webkit-transform: rotateZ(-10deg); 
} 
40% { 
  transform: rotateZ(7.5deg); 
  -ms-transform: rotateZ(7.5deg); 
  -webkit-transform: rotateZ(7.5deg); 
} 
50% { 
  transform: rotateZ(-6deg); 
  -ms-transform: rotateZ(-6deg); 
  -webkit-transform: rotateZ(-6deg); 
} 
60% { 
  transform: rotateZ(5deg); 
  -ms-transform: rotateZ(5deg); 
  -webkit-transform: rotateZ(5deg); 
} 
70% { 
  transform: rotateZ(-4.28571deg); 
  -ms-transform: rotateZ(-4.28571deg); 
  -webkit-transform: rotateZ(-4.28571deg); 
} 
80% { 
  transform: rotateZ(3.75deg); 
  -ms-transform: rotateZ(3.75deg); 
  -webkit-transform: rotateZ(3.75deg); 
} 
90% { 
  transform: rotateZ(-3.33333deg); 
  -ms-transform: rotateZ(-3.33333deg); 
  -webkit-transform: rotateZ(-3.33333deg); 
} 
100% { 
  transform: rotateZ(0deg); 
  -ms-transform: rotateZ(0deg); 
  -webkit-transform: rotateZ(0deg); 
} 
} 

@-webkit-keyframes shake { 
0% { 
  transform: rotateZ(0deg); 
  -ms-transform: rotateZ(0deg); 
  -webkit-transform: rotateZ(0deg); 
} 
10% { 
  transform: rotateZ(-30deg); 
  -ms-transform: rotateZ(-30deg); 
  -webkit-transform: rotateZ(-30deg); 
} 
20% { 
  transform: rotateZ(15deg); 
  -ms-transform: rotateZ(15deg); 
  -webkit-transform: rotateZ(15deg); 
} 
30% { 
  transform: rotateZ(-10deg); 
  -ms-transform: rotateZ(-10deg); 
  -webkit-transform: rotateZ(-10deg); 
} 
40% { 
  transform: rotateZ(7.5deg); 
  -ms-transform: rotateZ(7.5deg); 
  -webkit-transform: rotateZ(7.5deg); 
} 
50% { 
  transform: rotateZ(-6deg); 
  -ms-transform: rotateZ(-6deg); 
  -webkit-transform: rotateZ(-6deg); 
} 
60% { 
  transform: rotateZ(5deg); 
  -ms-transform: rotateZ(5deg); 
  -webkit-transform: rotateZ(5deg); 
} 
70% { 
  transform: rotateZ(-4.28571deg); 
  -ms-transform: rotateZ(-4.28571deg); 
  -webkit-transform: rotateZ(-4.28571deg); 
} 
80% { 
  transform: rotateZ(3.75deg); 
  -ms-transform: rotateZ(3.75deg); 
  -webkit-transform: rotateZ(3.75deg); 
} 
90% { 
  transform: rotateZ(-3.33333deg); 
  -ms-transform: rotateZ(-3.33333deg); 
  -webkit-transform: rotateZ(-3.33333deg); 
} 
100% { 
  transform: rotateZ(0deg); 
  -ms-transform: rotateZ(0deg); 
  -webkit-transform: rotateZ(0deg); 
} 
}
.sss {text-align:center;}

body.ltr .offcanvas-menu .offcanvas-inner li {
    margin-left: 1px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.scroll-image {
    width: auto;
    display: block;
    margin: 1px auto;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s 
ease-out, transform 1.2s 
ease-out;
}
.scroll-image.visible {
    opacity: 1;
    transform: translateX(0);
}

.logo {
  opacity: 0;
  animation: slideInFromLeft 1s ease-out 0.5s forwards;
  will-change: transform, opacity;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.line {
  opacity: 0;
  transform: translateX(-40px);
  animation: slideIn 0.6s ease-out forwards;
  will-change: opacity, transform;
}

.line:nth-child(1) { animation-delay: 0.2s; }
.line:nth-child(2) { animation-delay: 0.4s; }
.line:nth-child(3) { animation-delay: 0.6s; }
.line:nth-child(4) { animation-delay: 0.8s; }
.line:nth-child(5) { animation-delay: 1s; }

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn-warning {
    min-width: 300px;
    margin-top: 20px;
    background-color: #029a21;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    border: solid 2px #029a21;
    color: #fff;
}
.h1, .h2, .h3, h1, h2, h3 {
    text-align: center;
    border-bottom: 2px solid #00af24;
    padding-bottom: 5px;
}
.button-top {text-align:center; margin-top: 15px; margin-bottom: 15px; padding-bottom: 20px; margin-left: auto; margin-right: auto;}
@media (max-width: 575px) {
    #sp-header {
        height: 59px;
    }
}
.callback-bt {
    background: #fa1a05;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56,163,253,.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}
.callback-bt .text-call span {
    color: #38a3fd;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.callback-bt .text-call:after {
    content: "";
    display: block;
    background: url(https://evakuator.services/images/24-7-w.svg) no-repeat;
    background-size: 38px;
    margin-left: 20%;
    margin-top: 20%;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 0.5s ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.0)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.0)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.0)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 0 rgba(246 4 36 / 20%),0 0 0 0 rgba(242 7 54 / 20%)
}
40% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 15px rgba(246 4 36 / 20%),0 0 0 0 rgba(242 7 54 / 20%)
}
80% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 30px rgba(246 4 36 / 20%),0 0 0 26.7px rgba(242 7 54 / 20%)
}
100% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 30px rgba(246 4 36 / 20%),0 0 0 40px rgba(242 7 54 / 20%)
}
}
.divider icon-location icon-fw {display: none;}