html, body, * {
    font-family: 'Golos Text' !important;
}

p, div, span {
    margin-top: 0;
    margin-bottom: 0;
}
.mos {
    width: 150px;
    position: absolute;
    top: 10px;
}

.main_label_wrap {
    margin-top: -220px;
}
.main_label {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #4E3B73;
}
.main_label_span {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #050100;
    width: 80%;
    display: block;
    padding-top: 25px;
}
.label_wanting_number {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 15px;
    color: #4E3B73;
}
.label_wanting_item {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 23px;
    color: #4E3B73;
    padding-top: 35px;
    padding-bottom: 35px;
}
.label_wanting_quote {
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #050100;
    width: 500px;
}
.photo_client img {
    border-radius: 200px;
    width: 94px;
    height: 94px;
}
.client_fio {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #000001;
}
.client_age_address {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #000001;
}

.desire_box {
    background: #F388B0;
    border-radius: 4px;
    margin-top: 46px;
    padding: 10px;
    width: auto;
}
.desire_box p {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 50px;
}
.egg {
    position: absolute;
    top: -30px;
    right: 0;
}
.butterfly {
    position: absolute;
    margin-left: 185px;
    margin-top: -80px;
}

.history_label {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 15px;
    color: #4E3B73;
    padding-bottom: 35px;
}
.history_text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #050100;
    padding-bottom: 35px;
}
.fond {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #050100;
}
#execution_desire_form_id_h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000001;
}
.bird-left {
    position: absolute;
    left: 0;
    bottom: 4px;
}
.bird-right {
    position: absolute;
    right: 30px;
    bottom: 86px;
}

footer {
    text-align: center;
    padding-top: 30px;
}
footer img.logo {
    width: 180px;
}
.footer_text1 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000001;
    padding-top: 15px;
}
.footer_phone {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #000001;
    padding-top: 5px;
    padding-bottom: 25px;
}
.footer_text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #000001;
    padding-top: 15px;
    padding-bottom: 20px;
}
label[for=executiondesire-name], label[for=executiondesire-phone]  {
    font-weight: bold;
}

.btn_send {
    background: #F388B0;
    border: 0;
    margin-bottom: 47px;
    color: #fff;
    height: 57px;
}
.btn_send:hover {
    background: #F388B0;
    color: #fff;
}

.history_back {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -139px;
}
.arrow_prev {
    margin-left: -195px;
}
.arrow_next {
    margin-left: 135px;  
}
.arrow_prev, .arrow_next {
    position: absolute;
    display: block;
    top: 53%;
    left: 50%;
    z-index: 100;
}
.arrow_prev img, .arrow_next img {
    width: 55px;
}
.text_bottom {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
    text-align: center;
    color: #000001;
}

.event_handler3 {
    display: none;
}

.form-control {
    font-size: 22px;
}
.control-label {
    font-size: 18px;
}
.field-executiondesire-confirm_personal_data, .field-executiondesire-confirm_personal_data_agree {
    font-size: 18px;
}

.btn__hidden {
    display: none;
}

@media(max-width:767px) {
    .main_label_wrap {
        margin-top: -30px;
    }
    .main_label {
        font-weight: 500;
        font-size: 25px;
        line-height: 15px;
    }
    .main_label_span {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .label_wanting_number {
        font-weight: 500;
        font-size: 32px;
        line-height: 15px;
    }
    .label_wanting_item {
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .label_wanting_quote { 
        font-weight: 500;
        font-size: 21px;
        line-height: 23px;
        width: 100%;
        padding-bottom: 20px;
    }
    .client_block {
        margin-left: 30px;
    }
    .desire_box {
        margin-top: 36px;
    }
    .egg {
        width: 90px;
        bottom: 0;
        top: inherit;
    }

    .mos {
        width: 75px;
        top: 1px;
    }

    .history_label {
        font-weight: 500;
        font-size: 31px;
        line-height: 15px;
    }
    .history_text {
        font-weight: 400;
        font-size: 23px;
        line-height: 27px;
    }
    .fond {
        font-weight: 400;
        font-size: 17px;
    }
    .butterfly {
        margin-left: 145px;
        margin-top: -85px;
    }
    #execution_desire_form_id_h3 {
        font-weight: 600;
        font-size: 19px;
        line-height: 24px;
    }
    .bird-left, .bird-right {
        display: none;
    }

    footer {
        text-align: left;
    }

    footer img.logo {
        width: 180px;
    }

    .footer_text1 {
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
    }
    .footer_phone {
        font-weight: 500;
        font-size: 25px;
        line-height: 19px;
        padding-top: 13px;
    }
    .footer_text2 {
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        padding-top: 40px;
    }

    .arrow_prev {
        margin-left: 0;
        left: 15px;
        right: inherit;
    }
    .arrow_next {
        margin-left: 0;
        left: inherit;
        right: 15px;
    }
    .arrow_prev img, .arrow_next img {
        width: 45px !important;
    }
    

}

































.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}