/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #232323;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: #008ed6

DEEP COLOR CODE: #005885
=========================================
----------------------------------------- */

.color-overlay {
    background: rgba(255, 255, 255, 0.7);
    /* background: url(../patterns/06.png); */
}
.standard-button {
    background: #00ab66;
    border: 2px solid #14a95e;
}

.standard-button2 {
    background: #008ed6;
}

.standard-button2:hover {
    background: #005885;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #005885;
    border-color: inherit;
}

.colored-line,
.colored-line-left {
    background: #008ed6;
}

.main-color {
    color: #008ed6;
}

.color-bg {
    background: #008ed6;
    color: #FFFFFF;
}



.features .feature:hover .icon-container .icon {
    background: #008ed6;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #008ed6;
    box-shadow: 0px 0px 0px 2px #008ed6;
}

.features .feature .icon-container .icon {
    border: 1px solid #008ed6;
    color: #008ed6;
}

.feature-list li i {
    color: #008ed6;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #008ed6;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #645cab;
}

footer .contact-button {
    border: 2px solid #008ed6;
    color: #008ed6;
}

footer .contact-button:hover {
    background: #008ed6;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #008ed6;
}

footer .social-icons li a:hover {
    color: #008ed6;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/image/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/* HEADINGS */

h1,
h2 {
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size:1.6rem;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*--------------------------------------- CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
    color: #fff;
    background-color: #069451;
    border-color: #069451;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*--------------------------------------- TEXTS               
-----------------------------------------*/
.white-text {color: #ffffff}
.dark-text {color: #272727}
.grey-bg {background: #F7F8FA !important}
.blue-text {color: #008ed6}
.uppercase {text-transform: uppercase;}

/*--------------------------------------- SECTIONS          
-----------------------------------------*/

.section-header {
    padding-top: 2rem;
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
}

/*--------------------------------------- LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 150px;
    height: 1px;
}
@media (min-width: 992px) {.colored-line {width: 250px}}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*--------------------------------------- SECTION:  HOME  -----------------------------------------*/

header .color-overlay {
    min-height: 720px;
    padding-top: 2rem;
}

header {
    background: url(/image/bg-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/* TOP BAR WITH NAVIGATION */

.navbar-brand {
    height: auto;
    max-width: 280px;
}
.navbar-fixed-top {top: 0; border: none}



.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 8px 12px;
    font-weight: 400;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {color: #008ed6}
.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
    border: none;
    margin: 5px;
    padding: 10px 10px 9px 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background: none;}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
@media (min-width: 320px) {
    .navbar-brand {max-width: 270px}
}
@media (min-width: 360px) {
    .navbar-brand {max-width: 310px;padding-right: 0}
}
@media (min-width: 375px) {
    .navbar-brand {max-width: 320px}
}
@media (min-width: 410px) {
    .navbar-brand {max-width: 320px}
}
@media (min-width: 992px) {
    .navbar-brand {max-width: 320px}
    .navbar-inverse .navbar-nav>li>a {padding: 15px 12px}
}
.navbar-brand img {}
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #080808;
}


/* ======= HEADER ======= */
header .only-logo .navbar {background: none;padding: 60px}
header .only-logo .navbar .navbar-header {float: none}
header .home-contents {margin-top: 4rem}
header .intro-section {text-align: left;padding-top: 0}
header h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.8;
    text-shadow: 2px 2px 10px #2f2f2f;
}
header h1 span {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
}
header h3 {
    text-align: center;
    font-size: 2rem;
    margin-top: -4px;
    margin-bottom: 2rem;
}

header h3 span {
    color: #028cd6;
    padding: 0 8px;
    font-weight: 400;
    text-shadow: 2px 2px 10px #ffffff;
}
header h4 {
    font-size: 2rem;
    margin-top: 0;
    line-height: 1.1;
}
header h4 span {font-weight: 400;color: #018dd6}
header .colored-line {
    margin-top: 14px;
    width: 220px;
}
header .colored-line.line2 {
    margin-bottom: 32px;
    margin-top: -22px;
    width: 220px;
}
header .intro-section .standard-button {margin: 0}
header .box-zakaz {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    margin-top: -22px;
}
header .head-price {
    color: #018dd6;
    font-weight: 300;
    font-size: 3rem;
    padding: 1rem 0 10px;
}
header .rukzak-img {
    margin-bottom: -1rem;
    margin-top: 2rem;
    margin-left: 0;
}
header .rukzak-img img {
    float: right;
    margin-bottom: -32px;
    width: 100%;
}
header .intro-section .buttons {margin-top: 35px}


@media (min-width: 360px) {
    header h1 {font-size: 2.3rem;}
    header .box-zakaz {margin-top: -22px}
}
@media (min-width: 375px) {
    header h1 {font-size: 2.4rem;}
}
@media (min-width: 410px) {
    header h1 {font-size: 2.7rem;line-height:1}

}
@media (min-width: 992px) {
    header .head-price {font-size: 2rem}
    header h1 {
        line-height: 1.2;
    }
    header .colored-line {
        margin-top: 32px;
        width: 280px;
    }
    header .colored-line.line2 {
        margin-bottom: 32px;
        margin-top: -22px;
        width: 280px;
    }
    header h3 {
        text-align: center;
        font-size: 2rem;
        margin-top: 4px;
        margin-bottom: 2rem;
    }
    header .box-zakaz {margin-top: 0}
    header .rukzak-img {margin-left: -1rem}
}
/*--------------------------------------- SECTION:  FEATURES  -----------------------------------------*/

.features {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
}
.features .section-header {padding-bottom: 2rem}

.features .features-left {
    text-align: right;
    margin-top: -1rem;
    margin-bottom: 2rem;
    padding: 0;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: -1rem;
    margin-bottom: 2rem;
    padding: 0;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.features .feature .icon-container {
    display: none;
    min-height: 120px;
    margin-top: 5px;
}
@media (min-width: 992px) {
    .features .feature .icon-container {
        display: inherit;
        min-height: 150px;
        margin-top: 5px;
    }
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.features .rukzak-img {
    max-width: 470px;
    margin: auto;
    margin-bottom: 2rem;
}
.features .rukzak-img img {width: 100%}
.features .rukzak-img h3 {margin-top: 3rem}
/*--------------------------------------- SECTION:  VARIANT  -----------------------------------------*/
.variant {
    padding-top: 0px;
    padding-bottom: 30px;
    background: #ffffff;
    box-shadow: inset 0 1px 6px 0 #d8d8d8;
}
.variant .section-header {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.var-item {
    background: #fff;
    padding: 0.5rem 1rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.var-item h3 {font-size: 2rem}
.var-item .price {
    color: #018dd6;
    font-weight: 300;
    font-size: 3rem;
    padding: 1rem 0 2rem;
}
.feedback .image {}
.feedback .image img {margin: 0 auto}

@media (min-width: 992px) {
    .var-item .price {font-size: 2rem}
    .features .rukzak-img {
        max-width: 470px;
        margin: 20px -40px 20px -20px;
    }
}
.price span {
    font-size: 0.75em;
}
.old-price {
    display: inline-block;
    margin-right: 3rem;
}
.old-lable {
    font-size: 14px;
    color: #788487;
}
.old-numb {
    position: relative;
    font-size: 28px;
    line-height: 32px;
}
.old-numb:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 60%;
    height: 54%;
    transform: rotate(-16deg);
    left: -4px;
}
.skidka {
    display: inline-block;
}
.skidka-lable {
    font-size: 14px;
    color: #788487;
}
.skidka-numb {}
.new-price {
    display: inline-block;
}
.new-lable {
    font-size: 14px;
    color: #788487;
}
.new-numb {
    font-weight: 400;
}
/*--------------------------------------- SECTION:  BRIEF  -----------------------------------------*/

.app-brief {
    background: #FFFFFF;
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.app-brief .rukzak-img {
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .rukzak-img img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 1rem;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}
/*--------------------------------------- HARAKTERISTIKI  -----------------------------------------*/
.harakteristiki {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.harakteristiki .section-header {
    padding-top:0;
    padding-bottom: 2rem;
}
.harakteristiki h2 {
    margin-bottom: 0;
}
.harakteristiki h3 {
 margin-top: 0;
}
.harakteristiki .rukzak-img {
    margin: auto;
    padding: 2rem 0;
}
.rukzak-table {}
.harakteristiki .detali {margin-bottom: 0}
.harakteristiki .detali tr {border-bottom: 8px solid #fff;}
.harakteristiki .detali td {background: #f7f8fa;font-size: 14px; border: 0;}
.harakteristiki .detali td:first-child {
    width: 100px;
    background: #505358;
    color: #fff;
    vertical-align: middle;
}
.harakteristiki.panzer-mob {padding-top: 0}
.harakteristiki.panzer-desk {display: none}
.table-1 {}
.table-2 {}
.table-3 {}
.table-3 tr {}
.table-3 td {}

@media (min-width: 320px) {
    .harakteristiki .section-header {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .harakteristiki .section-header {}
    .harakteristiki.panzer-mob {display: none}
    .harakteristiki.panzer-desk {display: inherit;padding-bottom: 4rem}
    .rukzak-table {padding-top: 2rem}
    .prd4 {padding-right: 4px}
    .pld4 {padding-left: 4px}
}
@media (min-width: 1300px) {
    .harakteristiki .detali td {font-size:16px}
    .rukzak-table {padding-top: 4rem}
}
/*--------------------------------------- POCHEMU -----------------------------------------*/
.pochemu {
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: inset 0 1px 6px 0 #d8d8d8;
}
.pochemu .section-header {
    padding-bottom: 0;
    padding-top: 1rem;
}
.pochemu h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 3rem;
}
.pochemu p {
    padding-top: 1.5rem;
}
.pochemu .video-container {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.pochemu-mob {
    padding-top: 2rem;
}
.pochemu-dsk {display: none}
.video-container.last {margin-bottom: -2rem}
@media (min-width: 992px) {
    .pochemu-mob {display: none;}
    .pochemu-dsk {display: inherit;}
    .pochemu h2 {margin-top:1rem}
}
/*--------------------------------------- SECTION:  VIDEO OBZOR -----------------------------------------*/
.video-obzor {
    background: #fff;
}
.video-obzor .section-header {
    padding-top: 2rem;
    padding-bottom: 0;
}
.video-container h3 {
    margin-top: 2rem;
}

/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 100%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.services .video {
    background: transparent !important;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}
.modal-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}
.modal-video-container .play-button {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-video-container .play-button:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff;
}
.modal-video-container .play-button:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}

/*--------------------------------------- SECTION:  TESTIMONIALS  -----------------------------------------*/


.testimonials {
    background: url(/image/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*--------------------------------------- SECTION:  SERVICES -----------------------------------------*/

.services {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
}
.services .section-header {padding-bottom: 0}
.services .single-service {
    padding-bottom: 0;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}
.row-portfolio {    padding-top: 2rem;}
.portfolio-item {
    width: 33.33333%;
    float: left;
}
.portfolio-item-caption {display: none;}
.gallery {}
.gallery .thumb {
    padding: 0;
}
/*--------------------------------------- SECTION:  SCREENSHOTS -----------------------------------------*/
.screenshots {
    background: url(/image/bg-4.jpg) no-repeat center fixed;
    box-shadow: inset 0 1px 6px 0 #888888;
}
.screenshots .color-overlay {
    background: rgba(255, 255, 255, 0.75);
    padding-bottom: 1rem;
}
.screenshots h2 {font-size: 2rem; margin: 0}
.screenshots .section-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}
.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}
@media (min-width: 992px) {
    .screenshots .color-overlay {padding-bottom: 3rem; padding-top: 1rem}
}
/*--------------------------------------- KAK KYPIT -----------------------------------------*/
.packages {background: #fff}
.packages .color-overlay {
    padding-bottom: 1rem;
    background: rgba(255, 255, 255, 0.7);
}
.packages .section-header {
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.packages .section-description {}
.dostavka-title, .dostavka-text {padding-bottom: 2rem}
.dostavka-text {}

.section-description.dostavka {padding-top: 4rem}
.section-header.dostavka {padding-bottom: 1rem;font-weight: 400}
@media (min-width: 992px) {.section-header.dostavka {padding-bottom: 2rem}}
.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 60px;
}

.single-package .price {
    background: #FFFFFF;

}
.single-package .color-bg {
    background-color: !important;
}
.single-package .price h2 {
    color: #272727;
}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
} 

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li > span {
  margin-right: 7px;
}
.timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.separline:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #e7e7e7;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}
.iconsBackground {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #e7e7e7;
    top: 20px;
    margin-left: -30px;
    border: 2px solid;
}
.iconsBackground span {
    font-size: 2em;
    line-height: 1.7em;
}
.align-left {
    text-align: left;
}
.align-left {
    text-align: left;
}
.timeline-text-content {
    padding: 2rem 2.5rem;
    background: #e7e7e7;
    margin-right: 2rem;
    transition: all .4s;
}
.reverse .timeline-text-content {
    margin-left: 2rem;
    margin-right: 0;
}
/*--------------------------------------- SECTION:  DOWNLOAD  -----------------------------------------*/
.download {
    background: url(/image/bg-2.jpg) no-repeat center;
    background-size: cover;
}
.download .color-overlay {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background: rgba(0, 0, 0, 0.4);
}
.download .download-container {padding-bottom: 80px}
.download .subscription-form-container {}
.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width:100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
    font-weight: 400;
}
.download .subscription-form .input-box:focus, .download .subscription-form .input-box:active {color: #000;font-weight: 400}
.download .subscription-form .subscription-success, .download .subscription-form .subscription-error {display: none}
.download h2 {
    margin-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
}
.service-icon {
    font-size: 6rem;
    color: #018dd6;
    padding-top: 2rem;
}
.service-icon i {}
.single-service {}
.single-service h3 {font-weight: 400; margin-top: 1rem; font-size: 1.6rem}

.download .subscription-form {
    padding: 2rem 0;
    border-radius: 4px;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.subscription-form .standard-button {margin: 0}
.download .subscription-form .standard-button {width: 90%}

@media (min-width: 992px) {
    .download {
        background: url(/image/bg-2.jpg) no-repeat center;
        background-size: 150%;
        background-position-x: 45%;
    }
    .download h2 {text-align: left; font-size: 2.6rem;}
    .single-service h3 {font-weight: 300; margin-top: 1rem; font-size: 1.5rem}
    .download .subscription-form {
        padding: 2rem;
        border-radius: 4px;
        margin-top: 0rem;
        margin-bottom: 4rem;
    }
    .download .subscription-form .standard-button {width: 100%}
}
/*--------------------------------------- SECTION:  ZAKAZ -----------------------------------------*/
.zakaz {
    background: url(/image/bg-5.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.zakaz .color-overlay {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background: rgba(119, 119, 119, 0.7);
}
.zakaz .download-container {padding-bottom: 80px}
.zakaz .subscription-form {padding: 0 1rem}
.zakaz .subscription-form-container {
    padding: 2rem 1rem 3rem;
    border-radius: 4px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.zakaz .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
    width: 100%;
    margin-bottom: 2rem;
    font-weight: 400;
    text-align: center;
}
.zakaz .subscription-form .input-box:focus, .zakaz .subscription-form .input-box:active {color: #000;font-weight: 400}
.zakaz .subscription-form .subscription-success, .zakaz .subscription-form .subscription-error {display: none}
.zakaz h2 {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 10px #2f2f2f;
}
.zakaz p {color: #fff; text-shadow: 2px 2px 10px #2f2f2f; padding-bottom: 1rem;}
.zakazat-img {padding: 2rem}
.form-col {margin-top: -155px}
.zakaz .standard-button {width:100%;height:57px;margin:0}
.zakaz .standard-button i {margin-top:-2px}
@media (min-width: 768px) {
    .form-col {margin-top:0}
    .zakaz h2 {font-size: 2rem}
}
@media (min-width: 992px) {
    .form-col {margin-top:0}
    .zakaz h2 {font-size: 3rem}
}
::-webkit-input-placeholder {color: #efefef}
::-moz-placeholder {color: #fff}
:-moz-placeholder {color: #fff}
:-ms-input-placeholder {color: #fff}
::placeholder {color: #fff}
/*--------------------------------------- SECTION:  FOOTER -----------------------------------------*/
footer {
    background: #fff;
    background: url(/image/bg-4.jpg) no-repeat center fixed;
}
footer .contact-box {margin-bottom: 78px}
footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #e5e5e5;
    padding-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-top: 1px solid #e5e5e5;
}
.footer-wrapper {
    background: #222;
    color: #f0f0f0;
    padding-top: 1rem;
}
.footer-wrapper h6 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}
.footer-wrapper p {
    margin-top: 1rem;
}
.footer-wrapper ul {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.footer-wrapper li {}
.footer-wrapper a {color: #e5e5e5}
.footer-wrapper a:hover {color: #e5e5e5; text-decoration: underline;}
.footer-wrapper .colored-line {
    width: 100px;
}

.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}


/* === Responsive === */
@media (max-width: 640px){/*header{background:url(http://demo.templateocean.com/premium/template/kane/files/images/bg-1.jpg) no-repeat center;-webkit-background-size:cover;background-size:cover */}}@media (max-width: 1024px){body{font-size:15px;line-height:26px}header .color-overlay{min-height:800px}.app-brief .left-align{text-align:center}.colored-line-left{float:none;margin:auto}}@media (min-width: 768px) and (max-width: 1024px){html{font-size:90%}header .color-overlay{min-height:780px}.sticky-navigation .navbar-header{width:100%;position:relative;text-align:center;margin-top:10px}.sticky-navigation .navbar-header a{float:none!important}.sticky-navigation .navbar-header img{max-height:40px}.sticky-navigation .main-navigation{text-align:center;width:100%;padding-top:0}header .intro-section{padding-top:0}header .phone-image{max-width:265px;margin-top:5%}.features .features-left,.features .features-right{margin-top:0}.features .features-left .icon-container,.features .features-right .icon-container{display:none}}@media (max-width: 767px){html{font-size:80%}body{font-size:15px;line-height:26px}header .color-overlay{min-height:580px}header .only-logo .navbar{padding:20px}.navbar-inverse .navbar-nav{padding-left:10px;line-height:normal;text-align:center}.navbar-inverse .navbar-nav>li{display:inline-block;margin-bottom:0;width:100%}header .intro-section{padding-top:9%;text-align:center}.features .features-left,.features .features-right{text-align:center;margin-top:5px}.features .features-left .icon-container,.features .features-right .icon-container{float:none;margin-left:inherit;min-height:70px}.features .feature .icon-container .icon{margin:auto}.download .subscription-form .input-box{margin:auto;width:80%;margin-bottom:10px}}@media (max-width: 480px){html{font-size:65%}header .color-overlay{min-height:480px}header .only-logo .navbar{padding:10px}header .intro-section{padding-top:0}header .intro-section .intro{margin-bottom:16px}header .intro-section h5{color:#fff}header .intro-section .buttons{margin-top:15px}.download .subscription-form .input-box{width:90%;height:50px;text-align:center}.standard-button,.standard-button2{font-size:16px;min-width:150px;padding:14px 24px 15px}.features .feature:hover .icon-container .icon,footer .contact-button:hover{-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}}@media (max-width: 320px){html{font-size:60.5%}}@media (min-width: 320px) and (max-width: 640px) and (orientation: landscape){.full-screen h1{font-size:30px!important;line-height:40px;margin-top:0;font-weight:700}.full-screen .intro-section .intro{margin-bottom:0}.full-screen .intro-section h5{font-size:14px}.full-screen .intro-section .buttons{margin-top:0}.full-screen .standard-button{font-size:14px;padding:8px 5px}}