body {
    direction: rtl;
}

header {
    background: #a70000;
    height: 20px;
}

.message-error {
    color: #a94442;
    background: #FFFF00;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 15px;
}

.error-flag {
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(169, 68, 66, 1) !important;*/
    /*-moz-box-shadow: 1px 1px 5px 0px rgba(169, 68, 66, 1) !important;*/
    /*box-shadow: 1px 1px 5px 0px rgba(169, 68, 66, 1) !important;*/
    border: 1px solid #c32a2f !important;
}

.file-upload {
    position: relative;
    overflow: hidden;
    background: #c32a2f;
    text-transform: uppercase;
    font-size: 13px;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none;
    padding: 5px 10px !important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#filename {
    display: inline-block;
    border: none;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-size: 11px;
    padding-left: 0;
    width: 106px;
    padding-right: 0;
    padding-bottom: 17px;
    cursor: pointer;
}

#fileupload,
#fileupload_img {
    pointer-events: none;
    border-left: 0;
}

.phone-mobile {
    color: #333333;
}

.social-href-waze {
    display: none;
}

#skype-mobile {
    display: none;
}

#skype-mobile img {
    width: 50px;
    height: 50px;
}

.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-danger {
    position: absolute;
}

.btn-main {
    border-radius: 5px;
    width: 130px;
    height: 34px;
    background: #a70000;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

a.btn-main {
    padding: 10px 15px 10px 15px;
}

a.btn-main:hover,
a.btn-main:active,
a.btn-main:focus {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.btn-main span {
    line-height: 1.8em;
    cursor: pointer;
}

.site-title {
    font-size: 30px;
    font-weight: 600;
    margin: 15px;
    margin-bottom: 20px;
    color: #c32a2f;
}

.col-md-6 {
    float: right;
}

.main-container {
    background: url("../img/background2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.account-control {
    width: 50%;
    padding: 5px;
    border: 1px solid #dddddd;
    color: #666666;
    background: #EFEFEF;
}

.account-comments-wrap {
    margin-top: 25px;
    width: 50%;
    padding: 10px;
    border: 1px solid #dddddd;
    color: #666666;
    background: #EFEFEF;
}

.account-row.row-contacts {
    margin-top: 50%;
}

.account-comments-wrap,
.account-control {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
}

.comment-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #616161;
}

.comment-item-data {
    direction: ltr;
    font-size: 12px;
    text-align: left;
    color: #808080;
}

.comment-item-text {
    color: #141414;
    font-size: 14px;
}

#request-form {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    padding: 20px;
    background: #ffffff;
}

#request-login-form2,
#request-login-form {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    padding: 20px;
    background: #ffffff;
}

#request-login-form .btn-main {
    margin-top: 30px;
    margin-bottom: 10px;
}

#request-login-form2 h2,
#request-form h2,
.login-wrap-data h2 {
    margin-top: 0;
}

#request-form .row:first-of-type{
    margin-bottom: 10px;
}

.login-wrap-data h2 {
    margin-bottom: 20px;
}

.login-wrap-data .brands{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.login-wrap-data .brands img{
    max-width: 100%;
    height: auto;
}


.login-wrap-data .brands > div:nth-of-type(1) {
    width: 45%;
}

.login-wrap-data .brands > div:nth-of-type(2) {
    width: 27%;
}

.login-wrap-data .brands > div:nth-of-type(3) {
    width: 20.5%;
}

.btn-main.file {
    background: #e8e8e8;
    color: #000000;
    border: 1px solid #ccc!important;
    border-right: 0!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-main.file span {
    color: #555555;
}


#request-form .form-control{
    border-radius: 5px;
}

#request-form .upload-wrap .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#login-form .form-control {
    border-radius: 0;
}

#request-form .row {
    margin-bottom: 30px;
}

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

#login-form {
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    height: 220px;
    padding-top: 20px;
}

#login-form .col-xs-12 {
    margin-bottom: 20px;
    float: right;
}

#login-form .col-sm-2,
#login-form .col-md-10,
#login-form .col-md-4,
#login-form .col-md-2 {
    float: right;
}

#login-form .col-md-1 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 1%;
}

#login-form .col-md-3 {
    width: 27%;
}

.message-success {
    color: #c32a2f;
    font-size: 20px;
    margin-top: 40px;
}

.row-contacts {
    margin-top: 30%;
}

.row-contacts a,
.row-contacts p {
    color: #555555;
    font-size: 16px;
}

.row-contacts span{
    color: #8d8d8d;
}

#serial-number,
#problem-comment {
    display: none;
}

.container-data-account {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
    height: 93%;
    background-color: rgba(255, 255, 255, 0.7);
}

.status-wrap {
    font-size: 20px;
    font-weight: 600;
}

.row-comment .col-md-12 {
    font-size: 14px;
}

.row-comment hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-date {
    margin-top: 5px;
    font-size: 12px;
}

@media (min-height: 1000px) and (max-height: 3000px) {
    .row-contacts {
        margin-top: 600px;
    }

    #request-form .row {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1600px) {
    #request-form .row:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .request-container .col-md-6,
    .login-container .col-md-6 {
        width: 100%;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .site-title .logo-site {
        width: 53px;
    }

    #request-form {
        padding-bottom: 28px;
    }

    #request-form .row .col-md-6 {
        margin-bottom: 30px;
    }

    #request-form .row .col-md-6:nth-of-type(2) {
        margin-bottom: 0;
    }

    #request-login-form2 .btn-main {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #login-form .col-md-3,
    #login-form .col-md-1 {
        width: 100%;
    }

    #skype-mobile {
        display: block;
    }

    #skype {
        display: none;
    }

    .account-comments-wrap {
        width: 100%;
    }

    #login-form {
        height: 390px;
    }

    .social-href-waze {
        display: block;
    }

    #login-form {
        background: #ffffff;
    }

    .login-wrap-data {
        margin-top: 30px;
    }

    .row-contacts {
        margin-top: 0px;
    }

    .row-contacts a, .row-contacts p {
        font-size: 14px;
    }

    #request-form {
        margin-top: 20px;
    }

    #login-form {
        width: 100%;
    }

    .account-col {
        width: 100%;
    }

    .status-request {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
        -moz-box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
        box-shadow: 1px 2px 5px 0px rgba(128, 128, 128, 1);
        margin-top: 25px;
    }

    .message-success {
        background: #fff;
        padding: 20px;
    }
}

.site-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}

.site-title .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-title .social a{
    margin: 0 10px;
}

@media (min-width: 991px) {
    .hheader{
        color: #000000;
        font-size: 30px;
        font-weight: 400;
        width: 100%;
        margin-left: 70px;
        text-align: center;
    }
    .site-title{
        margin-right: 45px;
        margin-left: 45px;
    }
}

.select-wrapper{
    position: relative;
}

.select-wrapper select{
    background: #ffffff!important;
}

.select-wrapper:after{
    pointer-events: none;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
    background: #ffffff url("/static/img/qqqqqqqq.png") no-repeat center;
}

.kkk-whatsap{
    position: fixed;
    bottom: 40px;
    right: 0px;
    box-shadow: 3.536px 3.536px 8px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none!important;
    padding: 10px 15px;
    padding-left: 10px;
    background: #fff;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    color: #4caf50!important;
    width: 127px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
}

.kkk-whatsap span{
    text-decoration: none!important;
}


h2{
    font-size: 26px!important;
}

@media (max-width: 991px) {

    .hheader2{
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .row-contacts h2 {
        text-align: right;
    }

    .row-contacts p {
        text-align: left;
        border-bottom: solid 1px #dcdcdc;
    }

    .row-contacts p,
    .row-contacts a{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    h2{
        font-size: 18px!important;
    }

    .main-container {
        background: #ffffff!important;
    }

    .kkk-whatsap{
        display: none!important;

    }
    .login-wrap-data .brands{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 384px) {
    #login-form .col-md-10 {
        width: 100%;
    }

    .login-container .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .site-title {
        text-align: center;
    }
}
