/* font-family: "ArialRegular"; */
@font-face {
  font-family: "OpenSansCondLight";
  src: url("/assets/fonts/OpenSansCondensed/OpenSansCondLight.eot");
  src: url("/assets/fonts/OpenSansCondensed/OpenSansCondLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensed/OpenSansCondLight.woff") format("woff"), url("../fonts/OpenSansCondensed/OpenSansCondLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("/assets/fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("/assets/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/assets/fonts/OpenSansBold/OpenSansBold.eot");
  src: url("/assets/fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html,body {
    width: 100%;
    height: 100%;
}
body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}
body:after{
    content: "beta";
    position: fixed;
    width: 144px;
    height: 25px;
    background: #ffa400;
    top: 28px;
    right: -30px;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    line-height: 2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;

}

@media (max-width: 1024px) {
  body:after{
    
   display:none;

}
  }
h1,h2,h3,h4,h5 {
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
    font-size: 72px;
    line-height: 1.39;
    letter-spacing: 2.9px;
}

h2 {
  color: #323232;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

h3 {
  color: #ffa400;
  font-size: 16px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 32px;
}

a{
    color: #ffa726;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}
a:hover,
a:active,
a:focus{
    color: #d68b1d;
    /*text-decoration: none;*/
    transition: all 0.3s ease-in-out;
}

.btn{
    text-decoration: none;
}
.btn-white {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #212121;
    padding: 16px 60px 16px 55px;
    text-transform: uppercase;
    margin-top: 0;
    transition: background 0.3s ease-in-out;
    border-radius: 0;
    border: none;
    overflow: hidden;
}
.btn-white:hover,
.btn-white.hover,
.btn-white:active,
.btn-white:focus {
    background-color: #c3c3c3;
    color: #212121;
    /*padding: 16px 45px 16px 52px;*/
}
.btn-orange {
    border-color: transparent;
    background: #ffa726;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 6.25; */
    letter-spacing: 0.3px;
    text-align: center;
    color: #212121;
    padding: 16px 60px 16px 55px;
    text-transform: uppercase;
    margin-top: 0;
    transition: background 0.3s ease-in-out;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.btn-orange:hover,
.btn-orange.hover,
.btn-orange:active,
.btn-orange:focus {
    background: #d68b1d;
    color: #212121;
    /*padding: 16px 45px 16px 52px;*/
}
.btn  > span.text {
    display: inline-block;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn .but_ico{
    /*opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;*/
    line-height: 1;

    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    -webkit-transform: translate3d(-40px, 2.5em, 0);
    transform: translate3d(-40px, 2.5em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover .but_ico,
.btn.hover .but_ico,
.btn:active .but_ico,
.btn:focus .but_ico,
.btn:hover span.text ,
.btn.hover span.text ,
.btn:active span.text ,
.btn:focus span.text {
    /*display: inline-block;
    opacity: 1;
    margin-right: 10px;
    */
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

*,
*:hover,
*:active,
*:active:focus,
*:focus {
    outline: none!important;
}




[class*=" flaticon-"].rotate-45:before{
    transform: rotate(45deg);
    display: inline-block;
}
[class*=" flaticon-"].rotate-90:before{
    transform: rotate(90deg);
    display: inline-block;
}
[class*=" flaticon-"].rotate-180:before{
    transform: rotate(180deg);
    display: inline-block;
}
[class*=" flaticon-"].rotate-270:before{
    transform: rotate(270deg);
    display: inline-block;
}



/****************************/



#loader-modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 222, 222, 0.28);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
#loader-modal .loader-wrapper{
    background-image: url('../img/loading.gif');
    background-size: contain;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
}


.afterAjax.modal {
    text-align: center;
}

.afterAjax.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.afterAjax.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 520px;
    /* height: 184px; */
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.afterAjax.modal .modal-content{

}
.afterAjax.modal .modal-content .alert{
    margin: 0;
    text-align: center;
    font-size: 18px;
}


#top-header{
    z-index: 10;
    border: none;
    background: none;
}

#top-header .container {
    max-width: 1600px;
    width: 90%
}
#top-header.header .navbar .navbar-nav > li > a{
    color: #FFFFFF;
}

.header{
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    height: 100px;
    background: #fff;
    position: absolute;
    width: 100%;
}
.header.fixed{
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.header > .row{
    margin: 0;
}
.header > .row > .wrapper{
    padding: 0;
}
.header .navbar{
    padding: 0;
}
.header .navbar .navbar-brand {
    width: 330px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    /*padding: 34px 0;*/
}
 @media (max-width:768px) {
     #header .navbar .navbar-brand {
        width: 250px;
    }
 }
 @media (max-width:425px) {
     #header .navbar .navbar-brand {
        width: 205px;
    }
 }
.header .navbar .navbar-brand img {
    max-width: 100%;
}
.header .navbar .navbar-nav {
    padding: 6px 0;
}
.header .navbar .navbar-nav > li
{
    margin: 0px 15px;
    line-height: 40px;
    color: #858585;
    position: relative;
}


.header .navbar .navbar-nav > li > a {
    color: #858585;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    line-height: 40px;
    text-decoration: none;

    position: relative;
    display: inline-block;
    outline: none;
}

.header .navbar .navbar-nav > li > a:hover,
.header .navbar .navbar-nav > li > a:focus {
    color: #ffa726;
    background-color: transparent;
    text-decoration: none;
}
.header .navbar .navbar-nav > li > a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #ffa726;
    color: #ffa726;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    white-space: nowrap;
}
.header .navbar .navbar-nav > li > a:hover::before,
.header .navbar .navbar-nav > li > a:focus::before {
    max-width: 100%;
}

.header .navbar .navbar-nav > .active > a,
.header .navbar .navbar-nav > .active > a:hover,
.header .navbar .navbar-nav > .active > a:focus {
    color: #ffa726;
    background-color: transparent;
}

.header .navbar .navbar-nav > li > a.active{
    border-bottom: 2px solid #858585;
}
.header .navbar .navbar-nav > li > a.active:hover{
    color: #858585;
}
.header .navbar .navbar-nav > li > a.active:after {
    content: ' ';
    display: block;
    height: 6px;
    width: 6px;
    background-color: #ffa726;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -6px;
}
.header .navbar .navbar-nav > li > a.active:before{
    max-width: 0;
}
.header .navbar .navbar-nav li.login-link {

}

.header .navbar .navbar-nav li.login-link a{
    color: #212121;
}
.header .navbar .navbar-nav li.login-link:hover{

}

.header .navbar .navbar-nav > li .dropdown-menu{
    background: #ffa726;
    border-radius: 0;

    top: 67px;
    border-top: 0;
    border: none;
}

.header .navbar .navbar-nav > li .dropdown-menu .dropdown-header{
    color: #d8860e;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.header .navbar .navbar-nav > li .dropdown-menu .dropdown-item{
    color: #905f16;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.header .navbar .navbar-nav > li .dropdown-menu .dropdown-item:hover{

}
.header .navbar .navbar-nav > li .dropdown-menu .dropdown-item:focus,
.header .navbar .navbar-nav > li .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #212121;
}
.header .navbar .navbar-nav > li .dropdown-menu .dropdown-divider {
    margin: .5rem auto;
    background-color: #905f16;
    width: 80%;
}
/*mob-header*/
#header .navbar .dropdown-divider {
    display:none;
}

#header #menu-button {
    margin: 19px 0;
}
#header .toggle-nav {
    display: none;
    margin: 0;
    width: 60px;
    height: 60px;
}


@media (max-width:1024px){
    #header .show-nav.navbar .mob_header > li > a {
        color:#fff;
    }
    #header .show-nav #body-nav {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    }

    #header .show-nav .toggle-nav {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    }    
    #header  #menu-button {
        fill:#858585;
    }
    #header .show-nav #menu-button {
        fill:#ffa726;
        margin: 0;
    
    }
    #header #navbar-top {
        display: block;
    }
    #header #body-nav {
        background:#000;
        text-align:center;
        -webkit-box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
        -moz-box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
        box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
    }
    #header .mob_header {
        width:100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;      

    }
    #header .mob_header .nav-item{
        display: block;
        float:none;
    }
    #header #body-nav {
        box-shadow: none !important;
        z-index: 999999;
        transition: all 300ms ease 0ms;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 100%;
    }
    #header .toggle-nav {
        display: block;
    }
    #header .show-nav .toggle-nav {
        position: fixed;
        right:95px;
        z-index: 1000000;
    }
    #header .toggle-nav {
        float: right;
    }
    #header .navbar .dropdown-menu {
        float:none;
        position: static;
        background: transparent;
        text-align: center;
    }
    #header .show-nav .mob_header .hr {
        display: none;
    }
}
@media (max-width:768px){
    #header #menu-button {
        margin: 29px 0;
    }
    #header .toggle-nav {
        width: 40px;
        height: 40px;
    }
}
/******/
#home {
    /*
    background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: left;
    min-height: 540px;
    */
    background: #000;
    display: block;
    height: 100%;
    width: 100%;
    text-align: left;
    min-height: 540px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 165px;
}
#home #background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/bg_mob.jpg) no-repeat;
    background-size: 100%;
    background-position: 50%;
}
#home .text {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Roboto', serif;
    margin: 45px 0 0 0;
}

#home .login-link {
    background: #ffa400;
    margin-right: 20px;
    border-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0 14px 35px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    border: none;
}
#home .login-link:hover {
    background: #ffc400;
}

#home .login-link .icon-arrow {
    font-size: 22px;
    padding: 14px 15px;
    color: #000;
    background: #fff;
    margin: 0 0 0 35px;
}


.login-form{
    margin-top: 50px;
}


.login-form .form-wrapper{

}


.login-form .form-group{
    position: relative;
}
.login-form .form-control{
    border-radius: 0;
    height: 45px;
}

.login-form .form-wrapper .forgot-pass-link {
    color: #616161;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 10px;

}
.login-form .form-wrapper .forgot-pass-link:hover {
    color: #ffa400;
}

.register-block{
    color: #616161;
    font-size: 12px;
    padding-top: 8px;
}
.register-block a{
    color: #616161;
    font-size: 14px;
}

.login-form .btn{
    border-color: transparent;
    background: #ffa400;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 13px 15px;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    border: none;
}


.login-form button .icon-arrow {
    font-size: 16px;
    padding: 12px 15px 14px;
    color: #000;
    background: #fff;
    margin: 0 0 0 15px;
}

#first_section{
    background: #000;
    /*display: block;*/
    /*height: 100%;*/
    width: 100%;
    text-align: left;
    height: 800px;
    /*height: 100%;*/
    /*position: absolute;*/
    z-index: 1000;
    /*top: 0;*/
    /*left: 0;*/
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

#first_section #background {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* width: auto; */
    /*height: 100%;*/
    /* z-index: 0; */
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    /* transform: translateX(-50%) translateY(-50%); */
    /* background: url(../img/bg_first_block.jpg) no-repeat; */
    /* background-size: 100%; */
    /* background-position: 50%; */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-sizing: content-box;
    background: url(../img/bg_first_block.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
#first_section .container{
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 100%;

}
#first_section .logo {
    text-align: center;
    margin-bottom: 30px;
}
#first_section .logo a{}
#first_section .logo a img{
    height: 20px;
    width:100%;
}
#first_section h1{
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}


#first_section .descr{
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
}

#first_section .user_counter_left {
    /* width: 460px; */
    /* height: 246px; */
    /* margin: 0 auto; */
    position: relative;
    border: solid 1px #ffffff;
    border-bottom: none;
    margin-top: 50px;
}
#first_section .user_counter_left .count_numb{
    display: block;
    font-size: 137px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 244px;
    letter-spacing: 20px;
    text-align: center;
    color: #ffffff;
}
#first_section .user_counter_left .text{
    display: block;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0px;
}


#first_section .buttons{
    margin-top: 100px;
    text-align: center;
}

#first_section .buttons .btn{
    padding: 16px 20px 16px 15px;
}
#first_section > div{
    position: absolute;
}
#first_section canvas#canvas{
    width:100%;
    height: 100%;
    min-height: 800px;
    top:0;
    position: absolute;
}
#first_section div.grey-layout{
    width:100%;
    height: 800px;
    top:0;
    background: #212121;
    opacity: 0.6;
}
@media (max-width: 986px) {
    #first_section,
    #first_section div.grey-layout {
        height: 900px;
    }
}
#first_section div.earth-container.static-image{
    background-image: url('/assets/img/home/shutterstock_374827657_signed.jpg');
    background-size:cover;
}

#first_section div.earth-container.static-image.blue{
    background-image: url('/assets/img/home/shutterstock_374827657.jpg');
    background-size:cover;
}

#first_section div.earth-container{
    width: 100%;
    height: 100%;
    min-height: 800px;
    top:0;
    background-image: url('/assets/img/home/earth_500.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
}
@media (min-width: 768px) {
    #first_section div.earth-container {
        background-size:500px;
    }
}
@media (min-width: 1024px) {
    #first_section div.earth-container {
        background-size:700px;
    }
}
@media (max-width:767px){
    #first_section div.earth-container {
        background-image: url('/assets/img/home/earth_300.png');
    }
}


.section{
    padding-top: 150px;
    padding-bottom: 150px;
}
.section .section_title{
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    text-align: center;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.section .section_descr{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #212121;
}
.section .section_content{
    margin-top: 100px;
}


#second_section{
    margin-top: 100px;
}
#second_section .circle_steps{
    height: 1210px;
    /*background-image: url(../img/howto_line_1.svg);*/
    /*background-position: 120px 107px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 880px;*/
    position: relative;
    overflow:hidden;
    /*background-color: red;*/
    /*-webkit-mask:  url("../img/howto_line_1.svg") no-repeat 50% 50%;*/
    /*mask: url("../img/howto_line_1.svg") no-repeat 50% 50%;*/
}
#second_section .circle_steps .line{
    position: absolute;
    top: 107px;
    left: 120px;
    height: 1020px;
    width: 875px;
}
#second_section .circle_steps .line .path-line{
    fill: none;
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke: #ffa726;
    stroke-dasharray: 21000;
    stroke-dashoffset: 21000;
}
#second_section .circle_steps .step{
    opacity: 0;
    width: 240px;
    height: 240px;
    position: absolute;
    perspective: 1000;
}


#second_section .circle_steps .step .wrapper{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: solid 1px #ffa726;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;

    /*top: 0;*/
    /*left: 0;*/
    /*position: absolute;*/

    /*-webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;*/

}
#second_section .circle_steps .step.shown{
    opacity: 1;
}
#second_section .circle_steps .step .wrapper > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*!*-webkit-backface-visibility: hidden;*!*/
    /*!*-moz-backface-visibility: hidden;*!*/
    /*!*-ms-backface-visibility: hidden;*!*/
    /*!*-o-backface-visibility: hidden;*!*/
    /*!*backface-visibility: hidden;*!*/

}

#second_section .circle_steps .step .wrapper > div.front {

    display: flex;
    justify-content: center;
    align-items: center;
}
#second_section .circle_steps .step .wrapper > div.back{
    /*-webkit-transform: rotateY( 180deg );*/
    /*-moz-transform: rotateY( 180deg );*/
    /*-ms-transform: rotateY(180deg);*/
    /*-o-transform: rotateY( 180deg );*/
    /*transform: rotateY( 180deg );*/


    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#second_section .circle_steps .step .icon{
    display: inline-block;
    /*
    color: #ffa726;
    font-size: 112px;
    text-align: center;
    line-height: 170px;
*/

    height: 100px;
    width: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 0 20px;
}
#second_section .circle_steps .step .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.91;
    letter-spacing: 0.3px;
    text-align: center;
    color: #212121;
    text-transform: uppercase;
    padding: 0 45px;
}
#second_section .circle_steps .step .text{
    display: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    /* letter-spacing: 0.3px; */
    text-align: center;
    color: #212121;
    /* height: 100%; */
    /* flex-basis: 0; */
    /* flex-grow: 1; */
    /* width: 190px; */
    /* margin: 0 auto; */
    padding: 0 24px;
}
#second_section .circle_steps .step .text a{
    color: #212121;
}
#second_section .circle_steps .step .text a:hover{
    color: #212121;
}

#second_section .circle_steps .step.hover .wrapper{
    background-color: #ffa726;

    display: flex;
    flex-wrap: wrap;
    align-items: center;

    /*-webkit-transform: rotateY( 180deg );*/
    /*-moz-transform: rotateY( 180deg );*/
    /*-ms-transform: rotateY( 180deg );*/
    /*-o-transform: rotateY( 180deg );*/
    /*transform: rotateY( 180deg );*/


}
#second_section .circle_steps .step.hover .icon{
    display: none;
}
#second_section .circle_steps .step.hover .title{
    display: none;
}
#second_section .circle_steps .step.hover .text{
    display: block;
}

#second_section .circle_steps .step.step_one{
    top: 0;
    left: 0;
}
#second_section .circle_steps .step.step_one .icon{
    background-image: url("../img/steps/write.png");
}

#second_section .circle_steps .step.step_two{
    top: 30px;
    left: 420px;
}
#second_section .circle_steps .step.step_two .icon{
    background-image: url("../img/steps/openledger.png");
}

#second_section .circle_steps .step.step_three{
    top: 260px;
    left: initial;
    right: 0;
}
#second_section .circle_steps .step.step_three .icon{
    background-image: url("../img/steps/link.png");
}

#second_section .circle_steps .step.step_four{
    top: 530px;
    left: 420px;
}
#second_section .circle_steps .step.step_four .icon{
    background-image: url("../img/steps/account.png");
}

#second_section .circle_steps .step.step_five{
    top: 740px;
    left: 0px;
}
#second_section .circle_steps .step.step_five .icon{
    background-image: url("../img/steps/technology.png");
}
#second_section .circle_steps .step.step_six{
    top: 965px;
    left: 442px;
}
#second_section .circle_steps .step.step_six .icon{
    background-image: url("../img/steps/money.png");
}



#third_section{
    background-color: #212121;
}

#third_section .section_title{
    color: #ffffff;
}
#third_section .section_descr{
    color: #ffffff;
}

#third_section .promomaterials{
    margin: 0;
}
#third_section .promomaterials .promo_item{
    height: 270px;
    padding: 0;
}
#third_section .promomaterials .promo_item > a{
    display: block;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
}
#third_section .promomaterials .promo_item:hover > a{
    opacity: 1;
}
#third_section .promomaterials .promo_item.all_promo > a{
    background:#383838;
    opacity: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#third_section .promomaterials .promo_item.all_promo > a:hover{
    background:#4f4e4e;
}





#third_section .promomaterials .promo_item.all_promo > a  .images {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;

    display: block;
    height: 126px;
    width: 106px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -53px;
}

#third_section .promomaterials .promo_item.all_promo > a  .images.unhover {
    -webkit-transition: all 0s;
    transition: all 0s;
    transition-delay: 0.1s;
}
#third_section .promomaterials .promo_item.all_promo > a  .images.hover {
    /*display: none;*/
    opacity: 0;
}
#third_section .promomaterials .promo_item.all_promo > a:hover  .images.unhover {
    /*display: none;*/
    opacity: 0;
    /*transition-delay: 0s;*/

    transition-delay: 0s;
    transition: all 0.19s;
}
#third_section .promomaterials .promo_item.all_promo > a:hover  .images.hover {
    /*display: block;*/
    opacity: 1;


}
#third_section .promomaterials .promo_item.all_promo > a  .images img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;
}

#third_section .promomaterials .promo_item.all_promo > a:hover  .images.unhover img {
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}


#third_section .promomaterials .promo_item.all_promo > a  .images.hover  img:first-child,
#third_section .promomaterials .promo_item.all_promo > a  .images.hover  img:nth-child(2) {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

#third_section .promomaterials .promo_item.all_promo > a:hover  .images.hover  img:nth-child(3) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#third_section .promomaterials .promo_item.all_promo > a:hover  .images.hover  img:first-child {
    -webkit-transform: rotate(-10deg) translateX(-25%) scale(0.8);
    transform: rotate(-10deg) translateX(-25%) scale(0.8);
}

#third_section .promomaterials .promo_item.all_promo > a:hover  .images.hover  img:nth-child(2) {
    -webkit-transform: rotate(10deg) translateX(25%) scale(0.8);
    transform: rotate(10deg) translateX(25%) scale(0.8);
}

#third_section .promomaterials .promo_item.all_promo > a .text{
    display: block;
    position: absolute;
    width: 100%;
    top: 75%;
    left: 0;
}









#third_section .promomaterials .promo_item.tweets{
    background: #fff;
    height: 540px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item{
    height: 540px;
    padding: 60px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header{
    color: #838383;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header .icon{
    font-size: 34px;
    color: #212121;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header a{
    color: #838383;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 0 10px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header a strong{
    color: #212121;
    display: inline-block;
    margin: 0 5px 0 10px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header a:hover strong{
    text-decoration: underline;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_content{
    margin-top: 60px;
    font-size: 24px;
    /*min-height: 180px;*/
    /*max-height: 230px;*/

    height: 200px;
    display: flex;
    align-items: center;

}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_content a{}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding: 0 60px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a{
    display: inline-block;
    color: #838383;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    max-width: 94px;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a .icon{
    display: block;
    color: #828282;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a:hover{
    color: #212121;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a.reply:hover .icon{
    color: #0084B4;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a.retweet:hover .icon{
    color: #19cf86;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a.like:hover .icon{
    color: #e81c4f;
}
#third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a.more:hover .icon{
    color: #0084B4 ;
}
#third_section .promomaterials .promo_item.tweets .carousel-control{
    background: none;
    text-shadow: none;
    color: #828282;

    top: 76px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    left: auto;
}
#third_section .promomaterials .promo_item.tweets .carousel-control.left{
    right: 80px;
}
#third_section .promomaterials .promo_item.tweets .carousel-control.right{
    right: 60px;
}

#third_section .promomaterials .promo_item.tweets .carousel-control .icon-prev,
#third_section .promomaterials .promo_item.tweets .carousel-control .icon-next{
    font-family: Flaticon;
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

#third_section .promomaterials .promo_item.tweets .carousel-control .icon-prev::before {
    content: "\f104";
}
#third_section .promomaterials .promo_item.tweets .carousel-control .icon-next::before {
    content: "\f102";
}


#fourth_section{
    padding-bottom: 70px;
}
#fourth_section .features_list{
    /*-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#fourth_section .features_list .item{
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
#fourth_section .features_list .item .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#fourth_section .features_list .item .icon{
    color: #ffa726;
    width: 110px;
    display: inline-block;
    -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
#fourth_section .features_list .item .icon .bg_wrapper{
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #212121;
}
#fourth_section .features_list .item .icon .bg_wrapper span{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
}
#fourth_section .features_list .item .icon .bg_wrapper span.ico_favorite{
    background-image: url("../img/features/favorite.png");
}
#fourth_section .features_list .item .icon .bg_wrapper span.ico_hat{
    background-image: url("../img/features/hat.png");
}
#fourth_section .features_list .item .icon .bg_wrapper span.ico_money{
    background-image: url("../img/features/money-1.png");
}
#fourth_section .features_list .item .icon .bg_wrapper span.ico_time{
    background-image: url("../img/features/time.png");
}
#fourth_section .features_list .item .descr{
    width: 400px;
    display: inline-block;
}
#fourth_section .features_list .item .descr .title{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#fourth_section .features_list .item .descr .text{}

#fifth_section{
    background-image: url("../img/bg_fifth_section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;

}
#fifth_section a{}
#fifth_section .section_title{
    color: #ffffff;
}
#fifth_section .section_descr{
    color: #ffffff;
}

#fifth_section #subscription_form{}
#fifth_section #subscription_form .input-group-btn:not(:first-child)>.btn{
    margin-left: 0px;
}
#fifth_section #subscription_form .input_block{
    position: relative;
    width: 100%;
    display: block;
}

#fifth_section #subscription_form .form-control{
    border-radius: 0;
    border: 0;
    height: 52px;
    background: rgba(255,255,255,0.4);
    padding: 0 30px;
    color: #fff;
}
#fifth_section #subscription_form .form-control:required{
    background: rgba(255, 255, 255, 0.7);
}
#fifth_section #subscription_form .form-control:invalid{
    background: rgba(255,255,255,0.4);
}
#fifth_section #subscription_form .form-control:focus{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px #ffa726;
    border: 1px solid rgba(255, 167, 38, 0.77);
    padding: 0 28px;
}

#fifth_section #subscription_form .form-control.error{
    background: rgba(223, 126, 126, 0.4);

}
#fifth_section #subscription_form .form-control.error:required{
    background: rgba(223, 126, 126, 0.7);
}
#fifth_section #subscription_form .form-control.error:invalid{
    background: rgba(223, 126, 126, 0.4);
}
#fifth_section #subscription_form .form-control.error:focus{
    background: rgba(223, 126, 126, 0.4);
    box-shadow: 0 0 2px #df7e7e;
    border: 1px solid rgba(223, 126, 126, 0.6);
}
#fifth_section #subscription_form .form-control ~ .errorIicon{
    display: none;
}
#fifth_section #subscription_form .form-control.error ~ .errorIicon{
    display: block;
    font-size: 30px;
    color: rgba(109, 70, 70, 0.3);
    position: absolute;
    top: 4px;
    z-index: 9;
    right: 10px;
}

#fifth_section #subscription_form em{
    font-size: 12px;
}

#fifth_section #subscription_form em.error{
    color: #a36c6c;
}

footer{
    background-color: #121212;
    padding: 145px 0px;

}
footer a{
    text-decoration: none;
}footer a:hover{
    text-decoration: none;
     color: #d68b1d;
}
footer > .row{
    margin: 0;
}
/*footer .wrapper{
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}*/

/*footer .footer_col.first_col{
    width: 440px;
    flex-basis: 440px;
}
footer .footer_col.second_col{
    width: 370px;
    flex-basis: 370px;
}
footer .footer_col.third_col{
    width: 510px;
    flex-basis: 510px;
}*/
footer .footer_col .col_title{
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    margin-bottom: 60px;
}

footer .footer_col .news_list{
    /*max-width: 460px;*/
}
footer .footer_col .news_list li{
    margin-bottom: 50px;
}
footer .footer_col .news_list a{
    color: #ffa726;
    font-size: 16px;
    text-decoration: none;
}
footer .footer_col .news_list a:hover{
    text-decoration: none;
    color: #d68b1d;
}
footer .footer_col .news_list a .icon{
    font-size: 12px;
}

footer .footer_col .news_list .date{
    font-size: 12px;
    color: #848484;
    font-style: italic;
}

footer .socials_list{
    /*max-width: 380px;*/
    margin-top: -10px;
}
footer .socials_list>li{
    display: inline-block;
    padding: 15px;
}
footer .socials_list a{
    width: 90px;
    height: 90px;
    background-color: #ffa726;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
footer .socials_list a:hover{
    background-color: #d68b1d;
}
footer .socials_list a i{
    font-size: 60px;
    color: #121212;

}

footer .about_block{
    /*max-width: 510px;*/

    color: #ffffff;
}
footer .about_block img{
    max-width: 100%;
}
/*******************faq-page********************/


#inner_page, #terms {
    padding-top:100px;
}
#inner_page {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  color: #212121;
  overflow: hidden;
}
#inner_page img {
    vertical-align: bottom;
}
#inner_page p,#inner_page h1, #inner_page h2, #inner_page h3,#inner_page h4, #inner_page h5, #inner_page h6 {
    margin:0;
    padding:0;
    color:#212121;;
}
#inner_page .box {
  width: 100%;
  padding: 150px 0;
}
#inner_page h2, #inner_page h3, #inner_page h4 {
  font-family: OpenSansCondLight, sans-serif;
  text-align: center;
  font-weight: normal;
}
#faq .tagline h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom:20px;
}
#faq .tagline h3 {
  font-size: 1rem;
  font-family: OpenSansRegular, sans-serif;
}
#faq .steps h4 {
  color: #828282;
  font-size: 1.875rem;
  text-transform: uppercase;
  padding: 6.25rem 0 5rem;
}
#faq .information {
  font-family: OpenSansRegular, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
#faq .information:last-child {
  margin-bottom: 0;
}
#faq .information h5 {
  font-size: 1rem;
  background: #ffdfaf;
  font-family: OpenSansBold, sans-serif;
  padding: 2.4rem;
  width: 100%;
  cursor: pointer;
}
#faq .quest_text {
  display: none;
  background: #fff4e4;
  padding: 2.25rem;
}
#faq .quest_text p {
  /*padding-bottom: 2.8125rem;*/
  padding-bottom: 2rem;
  line-height: 1.875;
  margin-bottom:0;
}
#faq .quest_text .view {
    text-align: center;
}
#faq .quest_text p:last-child {
  padding-bottom: 0;
}
#faq .open {
  display: block;
}
#faq .num_block {
    background: #ffb74d;
}
#faq .num_block p{
  background: #ffb74d;
  color: #fff;
  font-size: 3.75rem;
  padding: 1.025rem 1.025rem 0;
  /*margin-right: 1.256rem;*/
  margin-bottom: 0;
  line-height: 1;
  height:100%;
}
#faq .block_info {
  width: 100%;
}
#faq .block_info img {
  max-width: 100%;
}
#faq .block_info .bs_arr {
  float: right;
  width: 20px;
  height: 15px;
  display: inline-block;
}
#faq .arr {
  display: inline-block;
  border-top: 10px solid #b57921;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: relative;
  transition: all 0.1s;
}
#faq .arr::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -11px;
  left: -10px;
  border-top: 10px solid #ffdfaf;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#faq .dropup .arr {
  border-top: 0;
  border-bottom: 10px solid #b57921;
}
#faq .dropup .arr::after {
  top: 0;
  bottom: -11px;
  border-top: 0;
  border-bottom: 10px solid #ffdfaf;
}


/*******************promotion-page********************/

#inner_footer {
  background: #212121;
}

#section_contacts {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  color: #212121;
}
#section_contacts .box {
  padding: 100px 0 150px;
}
#section_contacts img {
  vertical-align: bottom;
}
#section_contacts h2, #section_contacts h3, #section_contacts h4 {
  font-family: OpenSansCondLight, sans-serif;
  text-align: center;
  font-weight: normal;
}
#section_contacts p {
  font-family: OpenSansRegular, sans-serif;
  font-size: 1rem;
  color: #212121;
  line-height: 1.875rem;
}
#section_contacts .tagline h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#section_contacts .tagline h3 {
  font-size: 1rem;
}
#section_contacts .contact h2 {
  color: #fff;
}
#section_contacts .contact form {
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#section_contacts .contact form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 30px;
  font-size: 1rem;
}
#section_contacts .contact .input_block {
  width: 45%;
  text-align: center;
}
#section_contacts .contact form input:focus {
  outline: none;
}

#section_contacts .contact .button_block {
  width: 100%;
}
#section_contacts .contact .button_block::after {
  content: '';
  clear: both;
  display: table;
}
#section_contacts .contact .form_field {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
#section_contacts textarea{
  width:100%;
}
#section_contacts .contact .form_field_dis {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.5);
}
#section_contacts .contact .form_field_dis:-ms-input-placeholder {
  font-size: 1rem;
  font-family: OpenSansRegular;
  color: rgba(255, 255, 255, 0.5);
}
#section_contacts .contact .form_field_dis::-webkit-input-placeholder {
  font-size: 1rem;
  font-family: OpenSansRegular;
  color: rgba(255, 255, 255, 0.5);
}
#section_contacts .contact .form_field_dis::-moz-placeholder {
  font-size: 1rem;
  font-family: OpenSansRegular;
  color: rgba(255, 255, 255, 0.5);
}
#section_contacts .contact label {
  color: #fff;
  display: block;
  font-family: OpenSansRegular;
  line-height: 2;
}
#section_contacts .contact .form_button {
  width: 45%;
  background: #ffa726;
  text-transform: uppercase;
  font-family: OpenSansBold;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 70px;
  height: 65px;
  float: right;
}
.form_message {
    padding-top:100px;
}
#promotion a{
    text-decoration: none;
}
#promotion li{
     list-style-type: none;
}
#promotion figure{
     margin:0;
}
#promotion .box {
  padding-bottom: 0;
}

#promotion p {
  font-family: OpenSansRegular, sans-serif;
  font-size: 1rem;
  color: #212121;
  line-height: 1.875rem;
}
#promotion .tagline h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#promotion .tagline h3 {
  font-size: 1rem;
}
#promotion .main {
  margin-bottom: 100px;
}
#promotion .banner {
  margin: 100px 0;
  overflow: hidden;
  position: relative;
}
#promotion .banner img {
  width: 100%;
}

#promotion .banner .box_tagline {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#promotion .banner .box_tagline .top-text {
  margin-right: 10%;
}

#promotion .banner .box_tagline p {
  font-family: OpenSansBold;
  text-transform: uppercase;
  color: #7b8d9b;
  text-align: center;
  line-height: 1.875;
}
#promotion .banner .box_tagline .promote {
  font-size: 4rem;
}

#promotion .banner .box_tagline .business {
  font-size: 2.4375rem;
}

#promotion .banner .box_tagline .join {
  font-size: 1.0625rem;
  position: relative;
}

#promotion .banner .box_tagline .join::after, #promotion .banner .box_tagline .join::before {
  position: absolute;
  content: '';
  display: block;
  width: 38.5%;
  height: 1px;
  background: #7b8d9b;
  top: 50%;
}
#promotion .banner .box_tagline .join::before {
  left: 0;
}
#promotion .banner .box_tagline .join::after {
  right: 0;
}
#promotion .banner .box_tagline .blog {
  font-size: 1.7rem;
}

#promotion .banner .box_tagline .blog img {
  width: auto;
  vertical-align: baseline;
  margin-right: 10px;
}
#promotion .banner .box_tagline .program {
  font-size: 1.875rem;
}

#promotion .advantages_list {
  margin-top: 100px;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#promotion .advantages_list li {
  cursor: pointer;
  box-sizing: border-box;
  width: 18.77%;
  height: auto;
  border: 1px solid #cccccc;
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
#promotion .advantages_list li:hover figure::after {
  width: 1000px;
  height: 1000px;
  top: -200%;
  right: -100%;
  opacity: 1;
  transition: all 1s;
}
#promotion .advantages_list li:hover svg {
  transition: all .3s;
  fill: #fff;
  opacity: 1;
}

#promotion .advantages_list li p {
  margin: 0.75rem 0 0 0.75rem;
  font-family: OpenSansBold;
  text-transform: uppercase;
  line-height: 1.875rem;
}

#promotion .advantages_list li figure {
  position: absolute;
  top: 41%;
  text-align: right;
  width: 100%;
}
#promotion .advantages_list li figure::after {
  content: '';
  position: absolute;
  display: block;
  background: #ffa726;
  width: 1px;
  height: 1px;
  top: 60%;
  right: 23%;
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
  opacity: 0;
}
#promotion .advantages_list li img, #promotion .advantages_list li svg {
  width: 65%;
  margin-right: -10px;
  height: 65%;
  fill: #ffa726;
  transition: all .3s;
}
#promotion .tools_list {
  padding: 100px 0;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#promotion .tools_list a {
  display: block;
  height: 100%;
}
#promotion .tools_list li {
  height: 35px;
}
#promotion .tools_list li img, #promotion .tools_list li p {
  display: inline;
  vertical-align: middle;
}
#promotion .tools_list li p {
  padding-left: 1rem;
}
#promotion .tools_list li img {
  width: 25px;
  height: 25px;
}
#promotion .tools_list li:first-child img {
  width: 35px;
  height: 35px;
}
/*******************@media promotion-page********************/
@media (max-width: 1754px) {
  #promotion .advantages_list li {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1440px) {
  #promotion .banner img {
    width: auto;
  }
}
@media (max-width: 1290px) {
  #promotion .advantages_list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 1190px) {
  #promotion .banner .box_tagline {
    background: rgba(255, 255, 255, 0.7);
  }

  #promotion .advantages_list li {
    width:160px;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  #promotion .banner .box_tagline {
    background: rgba(255, 255, 255, 0.7);
  }

  #promotion .advantages_list li {
    width:120px;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  #section_contacts .contact form input {
    width: 70%;
    margin: 0 auto;
  }
  #section_contacts .contact .input_block {
    width: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section_contacts .contact label {
    padding: 0 15%;
  }
  #section_contacts textarea,#section_contacts .contact .form_button {
    width: 69%;
    float:none;
  }

}
@media (min-width: 769px) and (max-width: 1024px) {
  #promotion .advantages_list li p {
    font-size: 0.75rem;
    margin: 0.5rem 0 0 0.5rem;
  }

  #promotion .advantages_list li:hover figure::after {
    right: -285%;
  }
}
@media (min-width: 769px) and (max-width: 1190px) {
  #promotion .advantages_list li figure {
    z-index:-1;
  }

}
@media (max-width: 768px) {
  #section_contacts {
    width: 95%;
  }
  #promotion .advantages_list {
    display: block;
  }
   #promotion .advantages_list li {
    width:214px;
    height: 214px;
    margin: 0 auto 50px;
  }
  .form_message {
    padding-top:135px;
  }
}
@media (max-width: 600px) {
  #promotion .banner .box_tagline {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #promotion .banner .box_tagline .top-text {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
   #section_contacts .contact form input {
    width: 100%;
  }
  #section_contacts .contact label {
    padding: 0;
  }
  #section_contacts .contact .form_button, #section_contacts textarea {
    width: 98%;
  }
}
@media (max-width: 340px) {
   #promotion .banner .box_tagline .promote {
    font-size: 3.25rem;
  }
   #promotion .banner .box_tagline .business {
    font-size: 2rem;
  }
  #promotion .banner .box_tagline .join {
    font-size: 1rem;
  }
  #promotion .banner .box_tagline .blog {
    font-size: 1.4rem;
  }
  #promotion .banner .box_tagline .program {
    font-size: 1.55rem;
  }
}
@media (min-width: 1755px) {
  #promotion .advantages_list li {
    width: 214px;
    height: 214px;
  }
  #promotion .advantages_list li p {
    margin: 1.8755rem 0 0 1.875rem;
  }
}


















@media (max-width:767px){
    .btn-white{
        padding: 16px 10px;
    }
    .btn-orange{
        padding: 16px 10px;
    }
    #first_section h1{
        font-size: 36px;
    }
    #first_section .descr{
        font-size: 18px;
        line-height: 1.5;
        padding: 36px 0px;
    }

    /*#header {
        height: 135px;
    }
    #header .navbar .navbar-brand {
        width: 100%;
        padding: 40px 0 30px;
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }*/
    #header .navbar .navbar-brand>img{
        display: inline-block;
    }
    /*#header .navbar .navbar-nav {
        padding: 0 0 10px 0;
        display: flex;
        justify-content: center;
    }*/
    /*#header .navbar .navbar-nav > li {
        margin: 0px 16px;
        line-height: 1.5;
    }*/
    #header .navbar .navbar-nav > li > a{
        line-height: 1.5;
    }
    #header .navbar .navbar-nav > li > a.active:after{
        top: 1px;
        left: -5px;
    }
    .section .section_title{
        font-size: 38px;
        line-height: 1.5;
    }

    #second_section {
        margin-top: 140px;
    }
    #second_section .circle_steps{
        height: auto;
        background: none;
    }
    #second_section .circle_steps .step{
        position: static;
        margin: 0 auto 45px;
    }
    #second_section .circle_steps .step .wrapper > div.back{
        display: table;
    }
    #second_section .circle_steps .step.hover .text{
        display: table-cell;
        vertical-align: middle;
    }

    #third_section .promomaterials .promo_item {
        height: 180px;
    }
    #third_section .promomaterials .promo_item.tweets{
        height: auto;
    }
    #third_section .promomaterials .promo_item.tweets .carousel-control{
        top: 24px;
    }
    #third_section .promomaterials .promo_item.tweets .carousel-control.left {
        right: 40px;
    }
    #third_section .promomaterials .promo_item.tweets .carousel-control.right {
        right: 20px;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header{
        display: block;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header .icon {
        font-size: 22px;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header a{
        margin: 0 5px 0 5px;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_header a strong{
        margin: 0 5px 0 0px;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_content {
        margin-top: 30px;
        font-size: 16px;
        max-height: 220px;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer{
        display: block;
        text-align: center;
    }
    #third_section .promomaterials .promo_item.tweets .tweet_item .tweet_footer a{
        vertical-align: top;
        margin: 0 10px;
    }

    #fourth_section .features_list{
        columns: initial;
        -webkit-columns:  initial;
        margin: 0 30px;
    }
    #fourth_section .features_list .item{
        display: block;
    }
    #fourth_section .features_list .item .icon{
        width: 100%;
        display: block;
        text-align: center;
    }
    #fourth_section .features_list .item .icon .bg_wrapper span{
        display: inline-block;
        line-height: 86px;
    }
    #fourth_section .features_list .item .descr {
        width: 100%;
        display: block;
        text-align: justify;
    }
    #fourth_section .features_list .item .descr .title {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    footer{
        padding: 145px 0;
    }
    footer .wrapper {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-columns: initial;
        -moz-columns: initial;
        columns: initial;
    }
    footer .footer_col {
        width: 100%!important;
    }
    footer .footer_col .news_list {
        max-width: initial;
    }

    footer .socials_list {
        margin-bottom: 50px;
        max-width: initial;
    }

    footer .socials_list a{
        width: 76px;
        height: 76px;
        display: block;
        text-align: center;
    }

    footer .about_block {
        max-width: initial;
    }
    footer .socials_list a i {

        height: 56px;
        display: inline-block;
        margin: 10px 0;
    }

    /******/
    #second_section .circle_steps .line{
        display: none;
    }
    #inner_page {
        width:95%;
    }
}

@media(min-width:768px) and (max-width:991px){
    .btn-white{
        padding: 16px 10px;
    }
    .btn-orange{
        padding: 16px 10px;
    }
    #header .navbar .navbar-nav > li {
        margin: 0px 15px;
    }

    #second_section .circle_steps {
        height: 1400px;
        background-image: url(../img/howto_line_1.svg), url(../img/howto_line_1.svg);
        background-position: 120px 107px,126px 671px;
        background-repeat: no-repeat;
        background-size: 510px;
    }
    #second_section .circle_steps .step.step_one {
        top: 0;
        left: 0;
    }
    #second_section .circle_steps .step.step_two {
        top: 155px;
        left: 449px;
    }
    #second_section .circle_steps .step.step_three {
        top: 544px;
        left: 121px;
    }
    #second_section .circle_steps .step.step_four {
        top: 730px;
        left: 442px;
    }
    #second_section .circle_steps .step.step_five {
        top: 950px;
        left: 0px;
    }
    #second_section .circle_steps .step.step_six {
        top: 1151px;
        left: 359px;
    }

    #fourth_section .features_list {
        -webkit-columns: initial;
        -moz-columns: initial;
        columns: initial;
    }
    #fourth_section .features_list .item{
        display: block;
    }
    #fourth_section .features_list .item .icon{
        width: 15%;
        display: inline-block;
        text-align: left;
    }
    #fourth_section .features_list .item .descr {
        width: 83%;
        display: inline-block;
        text-align: justify;
    }
    #fourth_section .features_list .item .descr .title {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    footer{
        padding: 145px 0px;
    }
    footer .wrapper{
        display: block;
    }
    footer .footer_col .news_list {
        max-width: 100%;
    }
    footer .socials_list {
        max-width: 100%;
        /*margin: -15px -15px 0;*/
    }
    footer .socials_list>li {
        padding: 15px 10px;
    }
   

    footer .about_block {
        max-width: 100%;
        color: #ffffff;
        font-size: 14px;
    }

    /******/
    #second_section .circle_steps .line{
        display: none;
    }
}
@media (max-width:1024px){
    footer .socials_list  {
       text-align:center;
    }
 footer .socials_list a {
        width: 80px;
        height: 80px;
    }
}   
@media(min-width:992px) and (max-width:1099px){
    .btn-white{
        padding: 16px 10px;
    }
    .btn-orange{
        padding: 16px 10px;
    }

    #second_section .circle_steps {
        height: 1062px;
        background-size: 726px;
    }

    #second_section .circle_steps .step.step_three {
        top: 295px;
        left: 668px;
        right: auto;
    }
    #second_section .circle_steps .step.step_four {
        top: 450px;
        left: 300px;
    }
    #second_section .circle_steps .step.step_five {
        top: 642px;
        left: 0px;
    }
    #second_section .circle_steps .step.step_six {
        top: 816px;
        left: 442px;
    }


    #third_section .promomaterials .promo_item {
        height: 320px;
    }

    #fourth_section .features_list .item .row {
        display: block;
        margin: 0;
    }
    #fourth_section .features_list .item .icon {
        width: 100%;
        display: block;
        text-align: center;
    }
    #fourth_section .features_list .item .descr {
        width: 100%;
        display: block;
        text-align: justify;
    }
    #fourth_section .features_list .item .descr .title {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }
    footer {
        padding: 145px 0px;
    }
    footer .wrapper {
        display: block;
    }

    /******/
    #second_section .circle_steps .line{
        display: none;
    }
}

@media(min-width:1100px) and (max-width:1199px){

    #second_section .circle_steps {
        height: 1062px;
        background-size: 726px;
    }

    #second_section .circle_steps .step.step_three {
        top: 295px;
        left: 668px;
        right: auto;
    }
    #second_section .circle_steps .step.step_four {
        top: 450px;
        left: 300px;
    }
    #second_section .circle_steps .step.step_five {
        top: 642px;
        left: 0px;
    }
    #second_section .circle_steps .step.step_six {
        top: 816px;
        left: 442px;
    }


    #third_section .promomaterials .promo_item {
        height: 350px;
    }

    #fourth_section .features_list .item .row {
        display: block;
        margin: 0;
    }
    #fourth_section .features_list .item .icon {
        width: 100%;
        display: block;
        text-align: center;
    }
    #fourth_section .features_list .item .descr {
        width: 100%;
        display: block;
        text-align: justify;
    }
    #fourth_section .features_list .item .descr .title {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    footer {
        padding: 145px 0px;
    }
    footer .wrapper {
        display: flex;
        justify-content: space-around;
        margin-left: -30px;
        margin-right: -30px;
        flex-wrap: wrap;
    }
    footer .first_col{
        order: 1;
        flex-basis: 50%;
    }
    footer .second_col{
        order: 3;
        flex-basis: 100%;
    }
    footer .third_col{
        order: 2;
        flex-basis: 50%;
    }

    footer .footer_col .news_list {
        max-width: 100%;
    }
    footer .socials_list {
        max-width: 100%;
    }
    footer .about_block {
        max-width: 100%;
    }
    footer .socials_list a {
        width: 70px;
        height: 70px;
    }

}
@media(min-width:1200px) and (max-width:1359px){
    .section {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    #first_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #first_section .logo {
        margin-bottom: 70px;
    }

    #first_section h1{
        line-height: normal;
        letter-spacing: normal;
    }
    #first_section .descr{
        font-size: 26px;
    }
    #first_section .user_counter_left{
        width: 40%;
        margin-left: 30%;
        margin-top: 70px;
    }
    #first_section .user_counter_left .count_numb{
        font-size: 100px;
        line-height: 230px;
    }
    #first_section .user_counter_left .text{
        font-size: 22px;
        bottom: -13px;
    }
    #first_section .buttons{
        width: 40%;
        margin-left: 30%;
    }


    #header{
        height: 100px;
    }
    #header .navbar .navbar-brand{
        padding: 38px 0;
    }
     #second_section {
        margin-top: 80px;
    }
    #second_section .circle_steps .step{
        width: 200px;
        height: 200px;
    }
    #second_section .circle_steps .step .icon{
        height: 80px;
        width: 80px;
        margin: 0px 0 10px;
    }
    #second_section .circle_steps .step .title{
        font-size: 15px;
        line-height: normal;
    }

    #second_section .circle_steps .step .text{
        font-size: 14px;
    }

    #second_section .circle_steps .step.step_three {
        right: 30px;
    }
    #second_section .circle_steps .step.step_four {
        top: 564px;
    }
    #second_section .circle_steps .step.step_five {
        top: 766px;
        left: 50px;
    }
    #second_section .circle_steps .step.step_six {
        top: 1000px;
    }



    #third_section .promomaterials .first_col{
        width: 25%;
    }
    #third_section .promomaterials .first_col .promo_item:first-of-type{
        width: 100%;
    }
    #third_section .promomaterials .first_col .promo_item:last-of-type{
        display: none;
    }
    #third_section .promomaterials .second_col{
        width: 50%;
    }
    #third_section .promomaterials .third_col{
        width: 25%;
    }
    #third_section .promomaterials .third_col .promo_item:first-of-type{
        display: none;
    }
    #third_section .promomaterials .third_col .promo_item:last-of-type{
        width: 100%;
    }
   /* footer {
        padding: 145px 0px;
    }
    footer .wrapper {
        display: flex;
        justify-content: space-around;
        margin-left: -30px;
        margin-right: -30px;
        flex-wrap: wrap;
    }
    footer .first_col{
        order: 1;
        flex-basis: 50%;
    }
    footer .second_col{
        order: 3;
        flex-basis: 100%;
    }
    footer .third_col{
        order: 2;
        flex-basis: 50%;
    }
*/
    footer {
        padding: 145px 0px;
    }

    footer .footer_col.first_col {
        width: 380px;
        flex-basis: 380px;
    }
    footer .footer_col .news_list a {
        font-size: 14px;
    }

    footer .footer_col.second_col {
        width: 320px;
        flex-basis: 320px;
    }
    footer .footer_col .news_list li {
        margin-bottom: 20px;
    }
    /*footer .socials_list{
        margin: -15px -10px 0;
    }*/
    footer .socials_list>li{
        padding: 10px;
    }
    footer .socials_list a {
        width: 68px;
        height: 68px;
    }
    footer .socials_list a i {
        font-size: 40px;
    }

    footer .footer_col.third_col {
        width: 386px;
        flex-basis: 386px;
    }
    footer .about_block{
        font-size: 14px;
    }
}
@media(min-width:1359px) and (max-width:1499px){
    /*.section {
        padding-top: 115px;
        padding-bottom: 115px;
    }*/
    #first_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #first_section .logo {
        margin-bottom: 70px;
    }
    #first_section h1{
        font-size: 60px;
        line-height: normal;
        letter-spacing: normal;
    }
    #first_section .descr{
        font-size: 26px;
    }
    #first_section .user_counter_left{
        width: 40%;
        margin-left: 30%;
        margin-top: 70px;
    }
    #first_section .user_counter_left .count_numb{
        font-size: 100px;
        line-height: 230px;
    }
    #first_section .user_counter_left .text{
        font-size: 22px;
        bottom: -13px;
    }
    #first_section .buttons{
        width: 40%;
        margin-left: 30%;
    }

    #header{
        height: 100px;
    }
    #header .navbar .navbar-brand{
        padding: 38px 0;
    }
   
    #second_section {
        margin-top: 80px;
    }

    #second_section .circle_steps .step{
        width: 200px;
        height: 200px;
    }
    #second_section .circle_steps .step .icon{
        height: 80px;
        width: 80px;
        margin: 0px 0 10px;
    }
    #second_section .circle_steps .step .title{
        font-size: 15px;
        line-height: normal;
    }

    #second_section .circle_steps .step .text{
        font-size: 14px;
    }

    #second_section .circle_steps .step.step_three {
        right: 30px;
    }
    #second_section .circle_steps .step.step_four {
        top: 564px;
    }
    #second_section .circle_steps .step.step_five {
        top: 766px;
        left: 50px;
    }
    #second_section .circle_steps .step.step_six {
        top: 1000px;
    }

    #third_section .promomaterials .first_col{
        width: 25%;
    }
    #third_section .promomaterials .first_col .promo_item:first-of-type{
        width: 100%;
    }
    #third_section .promomaterials .first_col .promo_item:last-of-type{
        display: none;
    }
    #third_section .promomaterials .second_col{
        width: 50%;
    }
    #third_section .promomaterials .third_col{
        width: 25%;
    }
    #third_section .promomaterials .third_col .promo_item:first-of-type{
        display: none;
    }
    #third_section .promomaterials .third_col .promo_item:last-of-type{
        width: 100%;
    }


    footer .footer_col.first_col {
        width: 380px;
        flex-basis: 380px;
    }
    footer .footer_col .news_list a {
        font-size: 14px;
    }

    footer .footer_col.second_col {
        width: 320px;
        flex-basis: 320px;
    }
    footer .footer_col .news_list li {
        margin-bottom: 20px;
    }
    /*footer .socials_list{
        margin: -15px -10px 0;
    }*/
    footer .socials_list>li{
        padding: 10px;
    }
    footer .socials_list a {
        width: 68px;
        height: 68px;
    }
    footer .socials_list a i {
        font-size: 40px;
    }

    footer .footer_col.third_col {
        width: 386px;
        flex-basis: 386px;
    }
    footer .about_block{
        font-size: 14px;
    }


}
/*register sign in*/
#auth_page {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', serif;

}

#auth_page h1 {
    font-family: 'Roboto', serif;
    font-size: 72px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #ffa726;
    margin-bottom: 45px;
}
@media (max-width: 475px) {
    #auth_page h1 {
        font-size: 66px;
    }
}
#auth_page h1 span{
    font-size: 42px;
    color: #fff;
    opacity: .6;
}

#auth_page h2 {
    color: #323232;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 1px;
    padding-bottom: 12px;
}

#auth_page h3 {
    color: #ffa400;
    font-size: 16px;
    letter-spacing: 26px;
    letter-spacing: 2px;
}

#auth_page h5 {
    color: #ffa400;
    line-height: 28px;
    letter-spacing: 2px;
}

#auth_page p {
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 32px;
}


#auth_page .btn-orange {
    border-color: transparent;
    background: #ffa400;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 13px 15px;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    border: none;
}



/****************************/

#auth_page+.header {
    top: 40px;
    border-width: 0 0 1px;
    border-color:#000;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #000;
}
#auth_page+.header .navbar{
    padding: 0;
}
#auth_page+.header .navbar .navbar-brand {
    width: 60px;
    height: 60px;
    padding: 0;
}
#auth_page+.header .navbar .navbar-brand img {
    max-width: 100%;
}
#auth_page+.header .navbar .navbar-nav > li {
    margin: 0px 20px;
}
#auth_page+.header .navbar .navbar-nav > li > a {
    color: #fff;
    font-family: 'Roboto', serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    line-height: 40px;
}

#auth_page+.header .navbar .navbar-nav > li > a:hover,
#auth_page+.header .navbar .navbar-nav > li > a:focus {
    color: #ffa726;
    background-color: transparent;
}
#auth_page+.header .navbar .navbar-nav > .active > a,
#auth_page+.header .navbar .navbar-nav > .active > a:hover,
#auth_page+.header .navbar .navbar-nav > .active > a:focus {
    color: #ffa726;
    background-color: transparent;
}

#auth_page+.header .navbar .navbar-nav li.login-link {
    border: 1px solid #fff;
}

#auth_page+.header.navbar .navbar-nav li.login-link a{
    padding: 0 25px;
}
#auth_page+.header .navbar .navbar-nav li.login-link:hover{
    border-color:  #ffa726;
}

#auth_page a{
    color: #ffa726;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}
#auth_page a:hover,
#auth_page a:active,
#auth_page a:focus{
    color: #d68b1d;
    /*text-decoration: none;*/
}

#auth_page {
    background: #000;
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 165px 0 110px;
}

/*#auth_page  #background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/bg_mob.jpg) no-repeat;
    background-size: 100%;
    background-position: 50%;
}*/
#auth_page .text {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Roboto', serif;
    margin: 45px 0 0 0;
}

#auth_page  .login-link {
    background: #ffa400;
    margin-right: 20px;
    border-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0 14px 35px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    border: none;
}
#auth_page  .login-link:hover {
    background: #ffc400;
}

#auth_page  .login-link .icon-arrow {
    font-size: 22px;
    padding: 14px 15px;
    color: #000;
    background: #fff;
    margin: 0 0 0 35px;
}


#auth_page .login-form{
    margin-top: 50px;
}


#auth_page .login-form .form-wrapper{

}


#auth_page .login-form .form-group{
    position: relative;
}
#auth_page .login-form .form-control{
    border-radius: 0;
    height: 45px;
}

#auth_page .login-form .form-wrapper .forgot-pass-link {
    color: #616161;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 10px;

}
#auth_page .login-form .form-wrapper .forgot-pass-link:hover {
    color: #ffa400;
}

#auth_page .register-block{
    color: #616161;
    font-size: 12px;
    padding-top: 8px;
}
#auth_page .register-block a{
    color: #616161;
    font-size: 14px;
}

#auth_page .login-form .btn{
    border-color: transparent;
    background: #ffa726;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 13px 15px;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    border: none;
}
#auth_page .login-form button .icon-arrow {
    font-size: 16px;
    padding: 12px 15px 14px;
    color: #000;
    background: #fff;
    margin: 0 0 0 15px;
}
