body{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.fixed_panel {
    position: relative;
    width: 100%;
   
    z-index: 99;
    top: 0px;
  
    padding-bottom: 5px;
}
.rast_header_kont {
    background: #f0f4fd;
    padding: 5px 0px;
    margin-bottom: 5px;
}
.rast_header_kont a {
    font-weight: 600;
    color: #33406a;
    text-decoration: none;
}
.text_logo {
        padding: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}
.tel_top_p a{
    padding: 10px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 40px;	
}
#header_gl{
	background: url(/images/hero-13.jpg)no-repeat center center / cover;
	padding: 130px 0 70px !important;
	position: relative;
    min-height: 550px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    top: -88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.animation-image-wrap {
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.animation-icon-img.animation-icon-1 {
    left: 15%;
    top: 30%;
}
.animation-icon-img {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}
.animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 45%;
    top: 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.animation-icon-img.animation-icon-3 {
    top: 30%;
    left: 75%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 45%;
    top: 60%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
#header_gl:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(0, 115, 236, 0.9), rgba(48, 97, 228, 0.88), rgba(75, 77, 217, 0.85), rgba(96, 52, 203, 0.88), rgba(113, 0, 185, 0.9));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.text-white {
    color: #ffffff;
}
.single-promo-hover:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}
.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform;
    border-radius: 30px;
}
.single-promo-hover h5 {
    color: #5a5a5a;
}
.circle-icon {
    display: block;
    margin-bottom: 10px;
}
a:hover{
	text-decoration:none;
}
.single-promo-2 span {
    font-size: 25px;
    background-image: url(/images/promo-icon-bg.svg);
    background-size: 120px;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: 40% 25%;
    color: #fff;
}

a .single-promo-2 p {
    color: #707070;
}
.single-promo-2 {
    box-shadow: 0 5px 10px rgba(31,45,61,.125)!important;
}
.ptb-100 {
    padding: 100px 0;
}
.align-center-row {
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.lead {
    font-weight: 400;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.tech-feature-list li {
    font-size: 14px;
	padding: 5px 0;
}
.tech-feature-list li span {
    margin-right: 8px;
}
.color-primary {
    color: #0073ec;
}
.section-heading-center {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.white-bg {
    background: #ffffff;
}
.single-service-plane {
    padding: 45px;
    margin-top: 30px;
}
.rounded {
    border-radius: 4px;
}
.gray-light-bg {
    background: #f5f5f5;
}
.gradient-overlay {
    position: relative;
    width: 100%;
}
.gradient-overlay a{
	color:#fff;
	font-weight:800;
	font-size:25px;
}
.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(0, 115, 236, 0.9), rgba(48, 97, 228, 0.88), rgba(75, 77, 217, 0.85), rgba(96, 52, 203, 0.88), rgba(113, 0, 185, 0.9));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.action-btns .call_top{
	text-align:left;
}
.action-btnscenter .call_top{
	text-align:center;
}
.call_top{
	text-align: right;
    margin-top: 30px;
}
.call_top .button_call_sh{
	    border: 1px solid #0073ec;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #0073ec, #214eec);
    color: #ffffff;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 18px;
    transition: all .25s ease-in-out;
    display: inline-block;
    border-radius: 5px;
}
.kontbutton h2{
    margin: 30px 0;
    display: inline-block;
}
.call_top .button_call_sh:hover{
	background: transparent;
}
.action-btns .call_top .button_call_sh:hover,.action-btns .call_top .button_call_sh:hover svg path{
	fill: #333;
	background: transparent;
	color:#333
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}
@keyframes light {
    0%, 100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes light {
    0%, 100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes light {
    0%, 100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}
@keyframes jump {
    0%, 100% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes jump {
    0%, 100% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-moz-keyframes jump {
    0%, 100% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-webkit-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-moz-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}
@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}

@-o-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(3600deg);
        -ms-transform: rotate(3600deg);
        transform: rotate(3600deg);
    }
}