@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900&subset=cyrillic');

:root {
    --color-white: #fff; --color-sky: #2781dd;
    --w100: 100%; --left: left; --right: right; --center: center;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4em;
    color:#000;
}

/* .wrapper {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    z-index: 10;
    background: rgba(245,245,245,0.8);
    border: 1px solid #fff;
    border-radius: 50%;
} */

/* Classes */
.fz22 { font-size: 22px; }
.transition {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.lsn {
    list-style: none;
}
.hyphenate{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}
.clear_both{clear:both;}
.display_none{display:none;}

.anchor-btn {
    display: block;
    width: 100%;
    color:#fff;
    background: #db136c;
    background: -moz-linear-gradient(left, #db136c 0%, #fc3d03 100%);
    background: -webkit-linear-gradient(left, #db136c 0%, #fc3d03 100%);
    background: linear-gradient(to right, #db136c 0%, #fc3d03 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db136c', endColorstr='#fc3d03', GradientType=1);
    background-position: 50% 50%;
    background-size: 200% 200%;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 50%);
    border-radius: 25px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 30px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.anchor-btn:hover {
    text-decoration: none;
    color: white;
}
a {
    color: #2192ff;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
a:hover {
    color: #345f9a;
}
/* Style */
/* Objects */
#home, #section-simple, #about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.baner {
    padding: 140px 0 100px 0;
    border-radius: 4px;
    margin-top: 20px;
    /*box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);*/
    background-color: transparent;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    line-height: 1.5;
}
.baner h2{
    font-size: 2.5em;
    margin:0;
    font-weight:900;
}
.baner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.baner li {
    position:relative;
    padding: 0.5ex 0 0.5ex 1.7em;
}
.baner li:before{
    content:"►";
    position:absolute;
    left:0;
    transform: scaleX(0.8);
}
.baner p {
    color: #fff;
    font-size: 1.6em;
    line-height:1.3em;
    margin: 1ex 0;
}
.baner a.btn{
    width:auto;
    display:inline-block;
    margin:20px 0 0 0;
}
.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.50);
    margin-bottom: 0;
    min-height: 0;
}
.navbar-default, .navbar-fixed-top{
    position:fixed;
    top:0;right:0; left:0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.navbar > .container .navbar-brand {
    padding: 0;
    opacity: 0.9;
    height:100px;
    margin:0 0 0 15px;
}
.navbar-brand:hover {
    opacity: 1;
}
.navbar-brand>img{
    height:60px;
    margin:20px 0;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.8;
}
.navbar-nav>li>a:hover {
    opacity: 1;
}

.container > .navbar-header {
    display:inline-block;
    margin:0;
}




.tooltip-inner {
    box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.50);
}




#about {
    background-color: #f4f6f8;
    padding:120px 0 60px 0;
}
#about .container .row{
    width:100%;
    display:inline-block;
    margin:0;
}
.img-td{
    width:50%;
    padding-right:5%;
}
.permissions{
    width:45%;
}
.about-img img{
    max-width:100%;
}
.permission-item{
    margin:0 0 30px 0;
}
.permission-icon{
    float:left;
    width:60px;
    text-align:left;
    color:#f4f6f8;
}
.permission-text{
    float:right;
    width:calc(100% - 60px);
}
.permission-icon i{
    background:#2b81c1;
    width:30px;
    height:30px;
    border-radius:50%;
    line-height:30px;
    font-size:15px;
    text-align:center;
}
.permission-title{
    font-size:1.35em;
    margin: 0px 0px 10px 0px;
    color: #3c4d6b;
    font-weight: 600;
}
.permission-body, .permissions-header p{
    font-size:1.1em;
}

.permissions-header{
    margin: 0 0 30px 0;
}
.permissions-header h3{
    font-size: 1.9em;
    padding: 0;
    margin-top:0;
    color: #3c4d6b;
    font-weight: 600;
}

#info {
    font-weight:400;
    background: rgb(49,45,67); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(49,45,67,1) 0%, rgba(73,68,96,1) 50%, rgba(49,45,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(49,45,67,1) 0%,rgba(73,68,96,1) 50%,rgba(49,45,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(49,45,67,1) 0%,rgba(73,68,96,1) 50%,rgba(49,45,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312d43', endColorstr='#312d43',GradientType=1 ); /* IE6-9 */

    color: #9b99a3;
    padding: 20px 0;
}
#footer {
    font-weight:400;
    background: #052242;
    color: #9b99a3;
    padding: 15px 0;
    border-top: solid 1px #534f66;
}
#footer a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    color: #9b99a3 !important;
}

#footer a:hover {
    color: #fff !important;
}
.about-us-box .about-text {
    font-size:0.9em;
    text-align:justify;
}
.services-box{
    text-align:center;
}
.services-box a{
    display:inline-block;
    height:45px;
    width:135px;
    max-width:100%;
    text-align:center;
    margin:8px 10px 30px 10px;
    background:#fff;
    box-shadow:1px 1px 2px rgba(4,36,63,0.8);
    padding:3px;
}
.services-box a+a{
    margin-bottom:0;
}
.services-box a img{
    display:inline-block;
    max-height:100%;
}
.services-box a img::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.link_policy{
    margin:0 auto;
    padding-left:5px;
    text-align: center;
}

#section-simple{
    min-height:calc(100vh - 209px);
    padding:60px 0 25px 0;
    color: black;
}
#section-simple .container{
    padding-top:60px;
    padding-bottom:40px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}
.thanks-section{text-align:center;}
.btn.thanks-continue{display:inline;}

#section-simple.connect-section .container{
    position:relative;
    padding-bottom:0;
}
#section-simple.connect-section .container:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;right:0;
    width:100%;
    height:25px;
    background:#fff;
    z-index:10;
}
.connect-iframe{
    border:none;
    width:100%;
    height:890px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* iPhone 4 (phone, 320px and up) */
@media (min-width: 320px) {
    /* Framework */

    /* CLasses */
    .fz14 {
        font-size: 12px;
    }



    #footer ul {
        float: left;
        display: block;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Framework */

    .nav>li>a>img {
        max-width: 100%;
    }
    .nav>li>a {
        padding: 15px;
    }
    /* CLasses */
    .fz14 {
        font-size: 10px;
    }


    #footer ul {
        float: right;
        display: flex;
    }
}


.fz14 {
    font-size: 14px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #2b81c1;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    z-index: 10000;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all ease-in 1.5s;
    -moz-transition: all ease-in 1.5s;
    -o-transition: all ease-in 1.5s;
    transition: all ease-in 1.5s;
}
#preloader .container{opacity:0;}
.progress {
    width: 0;
    height: 4px;
    background-color: #fefefe;
    margin-top: 30px;
    -webkit-transition: all ease-out 3.5s;
    -moz-transition: all ease-out 3.5s;
    -o-transition: all ease-out 3.5s;
    transition: all ease-out 3.5s;
}

.progress.w100 {
    background-color: #0093ff;
}
.logoPreloader {
    -webkit-transition: all ease-out 2.5s;
    -moz-transition: all ease-out 2.5s;
    -o-transition: all ease-out 2.5s;
    transition: all ease-out 2.5s;
}
.w100 {
    width: 100%;
}
.opacity0 {
    opacity: 0;
}
.sentContactsWindow {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #0069ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    z-index: 10000;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sentContacts {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 500px;

}
.sentContacts h5 {
    background-color: #0093ff;
    margin: 15px;
    padding: 15px;
    font-weight:900;
    font-style: italic;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);
}
.sentContacts span {
    font-weight:600;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
}
.sentContacts p {
    font-weight:600;
    margin: 15px 15px 0 0;
    color: #777;
    font-size: 18px;
    text-align: center;
}
.sentContacts img {
    padding: 15px;
    max-width: 50%;
}
.sentContacts button {
    font-weight:700;
    color: #fff;
    padding: 15px;
    max-width: 50%;
    background-color: #00ce6c;
    border: none;
    margin-bottom: 15px;
    border: solid 4px #00ce6c;
}
.sentContacts button:hover {
    background-color: #fff;
    color: #00ce6c;
}
.activation {
    border: solid 4px #0093ff;
    height: 60px;
    text-align: center;
    margin: 30px 0;
}
.activation:focus {
    border-bottom: solid 4px #0093ff !important;
    outline: none;
}
.activationAlert {
    padding: 18px !important;
}
/*
	Prodaction Edit
*/

/* Hidden Google Play and Appstore */
.navbar-right { opacity: 0; }
/* New color label form */
.form-group label { color: #000; }
/* Span font restyle Extrabold - Bold */

/* Span font restyle Extrabold - Bold */
.rounded span { font-weight: 600; }
/* Slim Form */
.form-group {
    margin-bottom: 0;
}
.country-phone {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0;
}

.waiting_block{
    display:none;
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    z-index: 200;
}

.cssload-loader {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    margin: 16px  0 0 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    opacity:0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    margin: 0;
    transform: translate(-50%, -50%);
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 0.95s infinite ease-in-out;
    -o-animation: 0.95s infinite ease-in-out;
    -ms-animation: 0.95s infinite ease-in-out;
    -webkit-animation: 0.95s infinite ease-in-out;
    -moz-animation: 0.95s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
    content: "";
}
.cssload-loader:before {
    border: 1px solid #0094ff;
    top: -1px;
    left: -1px;
    opacity: 0;
    animation-name: cssload-pulse;
    -o-animation-name: cssload-pulse;
    -ms-animation-name: cssload-pulse;
    -webkit-animation-name: cssload-pulse;
    -moz-animation-name: cssload-pulse;
}
.cssload-loader:after {
    background-color: #0094ff;
    animation-name: cssload-pulse-2;
    -o-animation-name: cssload-pulse-2;
    -ms-animation-name: cssload-pulse-2;
    -webkit-animation-name: cssload-pulse-2;
    -moz-animation-name: cssload-pulse-2;
}

.w_h_video_if {
    width: 100% !important;
}


@keyframes cssload-pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0; }
    100% { transform: scale(1.3); opacity: 0; }
}

@-o-keyframes cssload-pulse {
    0% { -o-transform: scale(1); opacity: 1; }
    50% { -o-transform: scale(1.3); opacity: 0; }
    100% { -o-transform: scale(1.3); opacity: 0; }
}

@-ms-keyframes cssload-pulse {
    0% { -ms-transform: scale(1); opacity: 1; }
    50% { -ms-transform: scale(1.3); opacity: 0; }
    100% { -ms-transform: scale(1.3); opacity: 0; }
}

@-webkit-keyframes cssload-pulse {
    0% { -webkit-transform: scale(1); opacity: 1; }
    50% { -webkit-transform: scale(1.3); opacity: 0; }
    100% { -webkit-transform: scale(1.3); opacity: 0; }
}

@-moz-keyframes cssload-pulse {
    0% { -moz-transform: scale(1); opacity: 1; }
    50% { -moz-transform: scale(1.3); opacity: 0; }
    100% { -moz-transform: scale(1.3); opacity: 0; }
}

@keyframes cssload-pulse-2 {
    0% { transform: scale(1); }
    50% { transform: scale(0.7); }
    100% { transform: scale(1); }
}

@-o-keyframes cssload-pulse-2 {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(0.7); }
    100% { -o-transform: scale(1); }
}

@-ms-keyframes cssload-pulse-2 {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(0.7); }
    100% { -ms-transform: scale(1); }
}

@-webkit-keyframes cssload-pulse-2 {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.7); }
    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cssload-pulse-2 {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(0.7); }
    100% { -moz-transform: scale(1); }
}