/* Пользовательские стили*/

/* Smartphones ----------- */
#mobileDetector {
    width: 1px;
    height: 1px;
}

@media only screen and (max-width: 760px) {
  #mobileDetector { display: none; }
}

.float-right {
    float: right;
}

.codecheck-icon-yellow {
    color: #E6D000;
    font-size: 115px;
    float: right;
    padding: 20px 10px 5px 0px;
}

.codecheck-icon-warning {
    color: #E63030;
    font-size: 115px;
    float: right;
    padding: 20px 10px 5px 0px;
}

.codecheck-icon-success {
    color: #009529;
    font-size: 115px;
    float: right;
    padding: 20px 10px 5px 0px;
}


.text-left {
    text-align: left;
}

.btn-codecheck {
    padding: 10px 25px !important;
    font-size: 20px !important;
}

.cover {
    background-size: auto;
}

.b-mainslider__overlay {
    background-color: rgba(0,0,0,0);
    height: 500px;
}

.b-mainslider__button {
   padding-top: 200px; 
}

.btn-main {
    margin-right: 25px;
    margin-top: 200px;
    padding: 25px 65px;
    font-size: 26px;
    color: #fff;
    background: #dea465;
}

.btn-main:hover {
    margin-right: 25px;
    padding: 25px 65px;
    font-size: 26px;
    color: #fff;
    background: #dea465;
}

.btn-button {
    padding: 25px 65px;
    font-size: 26px;
    color: #fff;
    background: #dea465;
}

.b-intro__form {
    max-width: 400px;
    margin: 0 auto 20px auto;
    text-align: center;
    overflow: hidden;    
}

.b-intro__form_input {
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    line-height: 25px;
    height: auto;
    position: relative;
    padding: 15px 25px;
}

.b-intro__button {
    max-width: 400px;
    margin: 0 auto 20px auto;
    text-align: center;
    overflow: hidden;    
}

.b-intro__form_button {
    margin-top: 15px;
}

.b-intro__text {
    margin-bottom: 40px;
}

.b-intro__head {
    text-align: center;
}

.b-intro2 {
    background: #f5f5f5;
}

.b-slim_menu__link {
    padding: 0 10px;
}

.fa-drive2 {
    background-image: url(/wa-data/public/site/img/d-logo.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
    display: inline-block;
    margin: -2px;
    transition: all .8s ease;
}
a:hover .fa-drive2 {
    background-image: url(/wa-data/public/site/img/d-logo-w.svg);
}
