
.hed {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.popup {
    position: fixed;
    width: 100%;height: 100%;
    top: 0;left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y:auto;
    overflow-x: hidden;
    transition: all .8s linear;
}
.popup-area {
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}
.popup-body {
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
    padding: 30px 10px !important;
}
.popup-content {
    background-color: var(--white);
    color: var(--bl);
    width: 100%;
    max-width: 450px;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.docPopup .popup-content {
    max-width: 650px;
}
.popup-close {
    position: absolute;
    right: 20px;top: 20px;
    font-size: 20px;
    color: #000;
    text-decoration: none;

}
.popup-title {
    width: 100%;
    max-width: 210px;
    font-size: 40px;
    margin:0 auto 1em;
}

.docPopup .popup-title {
    max-width: 530px;
}
.promo-popup .popup-title {
    max-width: 270px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact-form label {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 15px;
}
.noPad {
    padding: 0 !important;
}
.radio-select {
    width: 100%;
    max-width: 300px;
}

.contact-form input {
    border: 1px solid var(--light-grey);
    width: 100%;max-width: 300px;
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 20px;
}
.contact-form input:focus, .contact-form input:focus-visible {
    border: 1px solid var(--dark-grey) !important;
}

.contact-form input::placeholder {
    font: inherit;
}

#describeProblem {
    height: 100px;
}

.contact-file {
    position: absolute;
    top: 160px;
    left: 310px;
    font-size: 0;
    height: 24px;
}
.docFile {
    top: 52px;
    left: calc(100% - 100px);
}
.contact-file input {
    display: none;
}
.contact-file img {
    cursor: pointer;
}
.div-file-inner {
    opacity: 0;
    transition: all.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 350px;
    height: 40px;
    background-color: var(--light-grey);
    border-radius: 20px;
    margin: 10px auto;
    padding: 5px 10px;
}

.profile-doc-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.missOf {
    color: var(--error);
}


.profile-doc-text {
    color: var(--grey) !important;
    margin-left: 30px;
    margin-bottom: 30px;
    font-family: 'HelveticaNeueCyr';
}
.docRelative{
    position: relative;
}
.checkDocDelete {
    z-index: 100;
    display: none;
}
.deleteBtn {
    position: absolute;
    right: 0;
    top: 50px;
    text-transform: uppercase;
    text-decoration: none;
    font: inherit;
    color: var(--bl);
    border: 1px solid var(--bl);
    border-radius: 20px;
    padding: 2px 10px;
    background-color: var(--light-grey);
    display: none;
}
.deleteOk {
    right: 100px;
}
.docActive {
    display: block;
}

.promo-popup .popup-content {
    max-width: 1350px;
}
.promo-select {
    margin: 0 !important;
}

.isRelative {
    position: relative;
}
.isAbsolute {
    position: absolute;
}
.isAbsolute-radio {
    position: absolute;
    right: 0;
    top: 5px;
}
.fullSpaceHeight {
    height: 100%;
}

#Cost, #Disc {
    position: absolute;
    height: 42px;
    top: calc(0% - 25px);
    right: 40px;
    opacity: 0;
}

.active-option {
    opacity: 1 !important;
    z-index: 1000;
}

.promo-flex {
    max-width: 650px;
    min-width: 400px;
    margin: 0 auto;
}
#r3 {
    margin-left: 0;
}
#i1 {
    max-width: 40px;
}
.promo-title {
    font: inherit;
    font-weight: 600;
    
}
.promo-label {
    max-width: 400px !important;
}
.promo-date {
    width: 100%;
    max-width: 650px;
    min-width: 400px;
}