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

/* --------------------------------------
=========================================
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*/

.enteredLend{
    background: #50af50 !important;
        color: #fff !important;
    border:none !important;
}

*,
*: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;
}


/* 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: 80px;
        height: 80px;
        position: absolute;
    left: 48%;
    top: 49%;
        background-image: url(../images/loading.gif);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

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

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

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 100;

}

h4 {
    font-size: 17px;
        line-height: 30px;
        font-weight: bold;
}

h5 {
    font-size: 29px;
    font-weight: 100;
}

/*---------------------------------------
   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;
}

.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: #d7f2ffeb !important;
}
.white-bg {
    background: #fff !important;
}

.white-bg h2 {
    font-size: 40px !important;
}

.white-bg .app-brief h2 {
    margin-bottom: 5px;
}


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

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

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.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: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
    min-height: 60px;
    background: #000000d9;
    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);
    color: #fff;
}

.sticky-navigation .navbar-header img {
  max-height: 55px;
  -webkit-backface-visibility: hidden;
}
.navbar-brand {
    float: left;
    padding: 3px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.page__container {
    background: #fff;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sticky-navigation .main-navigation .current a {
    color: #ffffff !important;
    position: relative;
    text-decoration: underline;
    outline: none;
}

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

.dropdown-menu {
    background: #000000fa;
    text-align: center;
    width: 230px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #ffffff2b;
}
.sticky-navigation .main-navigation li a:hover {
    color: #fff;
    
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .home-contents {
    margin-top: 3%;
}

header .intro-section {
    text-align: center;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 397px;
    margin: auto;
    margin-bottom: 50px;
}

header .phone-image img {
    width: 100%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

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

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

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

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    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 .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    background: url(/dist/lending/images/10-fon-dlya-sayta.png);
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 451px;
    margin: auto;
    margin-bottom: 50px;
}

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

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

.app-brief .left-align p {
    display: block;
        float: none;
        margin-top: 20px;
        text-align: justify !important;
}

.ot_vid iframe{
    border: 2px solid #000;
    margin-bottom: 10px;
}

.ot_vid .dark-text {
    font-size: 28px;
    text-align: right;
    color: #50af50;
    line-height: 35px;
}
.ot_vid {
    text-align: right;
}

.ot_vid .buttonProfit_green{
    width: 335px;
   
    text-align: center;

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

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

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/* VIDEO */

video {
    height: auto;
}

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

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}




/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    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: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

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

.services .single-service h3 {
    margin-top: 20px;
}



/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.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%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.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;
}


/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    color: #ffffff;
}

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

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.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: 30px;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
    background: #FFFFFF;
}

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 ul.social-icons a.pho {
    font-size: 22px;
    color: #00ab65;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}

.buttonProfit {
    border: 3px solid #4daa67;
    padding: 10px 30px;
    color: #4dab67 !important;
}
.bold12 {
    font-weight: bold;
    font-size: 12px;
}
.link_lending_white {
    color:#50af50 !important;
    font-size: 14px;
        text-decoration: underline;
}
.buttonProfit_green {
    border: 3px solid #4daa67;
    padding: 10px 30px;
    color: #ffffff !important;
    background: #4daa67;
}

.freeze-input {
    width: 100%;
    height: 40px;
    margin-top: 30px;
}
.freeze-input input {
    width: 65%;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #000000;
    border: 2px solid #56bc6b;
    border-radius: 50px 0 0 50px;
    display: inline-block;
    padding-left: 5%;
    outline: none;
}
.freeze-input button {
    display: inline-block;
    width: 30%;
    float: left;
    height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 50px 50px 0;
    line-height: 40px;
    color: #fff;
    background: #56bc6b;
    cursor: pointer;
    border: none;
    outline: none;
}
.how_is_that {
    width: 50%;
    margin: 0 auto;
}

.video_on_general {
    text-align: center;
    cursor: pointer;
    padding: 10px;

}

.video_on_general img {
    animation: jump 1s infinite;
    margin: 0 auto;
    display: block;

}

.go_to_up {
    animation: gotoup 1.5s infinite;

}

@keyframes gotoup {
    0% {
		position: relative;
        top: 0;
    }
    50% {
		position: relative;
        top: 5px;
    }
    55% {
		position: relative;
        top: 5px;
    }
    65% {
		position: relative;
        top: 3px;
    }

    100% {
		position: relative;
        top: 0;
    }
    }

@keyframes jump {
    0% {
		position: relative;
        top: 0;
    }
    50% {
		position: relative;
        top: 10px;
    }
    55% {
		position: relative;
        top: 10px;
    }
    65% {
		position: relative;
        top: 5px;
    }

    100% {
		position: relative;
        top: 0;
    }
    }

.video_on_general:hover {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    opacity: 0.7;
}

.video_on_general span{
    display: block;
    color: #fff;
    font-size: 12px;
}

.connection-channels-links a.chat span {
    background-color: #00bf54;
}

.connection-channels-links a.chat span, .svg-channels_chat {
    background-position: 0 0;
}

 .how_will_it_be {
     color: #fff;
     text-align: left;
     font-size: 11px;
 }


.connection-channels-links a span {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 35px;
    margin: 0 auto 8px;
}
.connection-channels-links a span, .svg-channels-connect {
    background: url("/dist/lending/images/social.svg") no-repeat;
}
.connection-channels-links a.email span, .svg-channels_mail {
    background-position: 28.985507246376812% 28.985507246376812%;
}
.connection-channels-links a.chat {
    color: #00bf54;
}
.connection-channels-links a.phone span, .svg-channels_phone {
    background-position: 57.142857142857146% 57.142857142857146%;
}
.connection-channels-links a.vk span, .svg-channels_vk {
    background-position: 100% 100%;
}
.connection-channels-links a.fb span, .svg-channels_fb {
    background-position: 14.492753623188406% 14.492753623188406%;
}
.connection-channels-links a.tg span, .svg-channels_tg {
    background-position: 71.01449275362319% 71.01449275362319%;
}
.connection-channels-links a.vb span, .svg-channels_vb {
    background-position: 85.5072463768116% 85.5072463768116%;
}
.connection-channels-links a.ok span, .svg-channels_ok {
    background-position: 43.47826086956522% 43.47826086956522%;
}

.ru .connection-channels-links a {
    margin: 15px 10px 0 10px;
}
.connection-channels-links a {
    display: inline-block;
    margin: 0 20px 20px;
    text-decoration: none;
    font-size: 12px;
    width: 100px;
    vertical-align: top;
}
#brief2 .container{
    background: #ffffffdb;
}
.connection-channels-links a.ok {
    color: #ff7812;
}
.connection-channels-links a.phone {
    color: #42bab0;
}
.connection-channels-links a.vk {
    color: #31648b;
}
.connection-channels-links a.fb {
    color: #008cff;
}
.connection-channels-links a.tg {
    color: #00b1eb;
}
.connection-channels-links a.vb {
    color: #9e69b1;
}
.connection-channels-links a.ok {
    color: #ff7812;
}

.standard-button:focus {
    background: none;
    color: #fff !important;
    border: 2px solid #fff;
}

.we_are_working .color-overlay {
    padding-top: 10px;
    padding-bottom: 30px;
}

.intro-section iframe {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid rgba(0,0,0,.3);
    border-width: 5vh 5vw;
}

.uslugi_lend .feature-list {
    margin-top: 40px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;

}

.uslugi_lend {

}

