﻿input.hidden {
    position: absolute;
    left: -9999px;
}

#profile-image1 {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: 2px solid #03b1ce;
}

.tital {
    font-size: 16px;
    font-weight: 500;
}

.bot-border {
    border-bottom: 1px #f8f8f8 solid;
    margin: 5px 0 5px 0
}

.page-wrap {
    margin: 0 auto;
    max-width: 1180px;
}

.basecontent .base-cover.simple {
    margin: 0 auto;
    text-align: center;
    max-width: 433px;
}


.b-error {
    position: relative;
    width: 580px;
    padding-top: 35px;
    text-align: left;
}

    .b-error:before {
        content: '';
        position: absolute;
        left: -88px;
        top: 30px;
        width: 68px;
        height: 68px;
        background-image: url(Images/warning-icon-attention-caution-23.png);    
        background-size: 68px 68px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

.b-error__text {
    padding-bottom: 12px;
    line-height: 26px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #3b3b3b;
}

.b-error__buttons {
    padding-top: 22px;
    white-space: nowrap;
}

.b-error__button {
    display: inline-block;
    outline: none;
    height: 43px;
    margin-right: 24px;
    border: none;
    border-radius: 3px;
    padding: 0 37px;
    box-shadow: none;
    line-height: 43px;
    font-size: 16px;
    font-family: 'helveticaneuecyr', 'als_ekibastuz_light', Helvetica, Arial, sans-serif;
    background: #005faf;
    color: #fff;
    cursor: pointer;
}