.popup {
    position: absolute;
    z-index: 11;
    background: #f6f6f6;
}
.popup__wrapper {
    overflow: hidden;
}
.popup__slide-wrapper {
    position: relative;
    left: 0;
}
.popup__header {
    display: block;
    height: 109px;
    line-height: 109px;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Ristretto Medium';
    font-size: 46px;
    color: #3C3C3B;
    border-bottom: 1px solid #d3d3d3;
}
.popup__message-text {
    text-align: center;
    line-height: 45px;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 28px;
    color: #404040;
}

.popup .popup__btn-close {
    position: absolute;
    top: 38px;
    right: 29px;

}


.popup-office-order__wrapper {
    width: 980px;
}
.popup-office-order__slide-wrapper {
    width: 1960px;
}
.popup-office-order__slide {
    float: left;
    width: 980px;
}
.popup-office-order__body {
    display: table;
    width: 100%;
    min-height: 400px;
}
.popup-office-order__body__wrapper {
    display: table-cell;
    vertical-align: middle;
}
.popup-office-order__body__wrapper__inner {
    display: block;
}
.popup-office-order__body__content {
    float: left;
    padding: 50px 50px 50px 50px;
    width: 490px;
    text-align: center;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-office-order__body__content > p {
    margin: 0;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 41px;
    color: #4b4b4b;
}
.popup-office-order__body__form {
    float: left;
    padding: 50px 0 50px;
    width: 490px;
}
.popup-office-order__body__success {
    padding: 0 50px;
    text-align: center;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 28px;
    color: #404040;
}
.popup-office-order__body__success > p {
    margin: 0;
}

.popup-message {
    min-width: 450px;
    max-width: 780px;
}
.popup-message .popup__header {
    height: 80px;
    line-height: 80px;
    font-size: 36px;
}
.popup-message .popup__btn-close {
    top: 28px;
    width: 24px;
    height: 24px;
}
.popup-message__slide,
.popup-message__slide-wrapper,
.popup-message__body__content {
    display: table;
    width: 100%;
    min-height: 140px;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 16px;
    color: #4d4d4d;
}
.popup-message__body__content__inner {
    display: table-cell;
    padding: 0 80px;
    vertical-align: middle;
}

.overlay-infrastructure {
    z-index: 9998;
}
.popup-infrastructure {
    width: 808px;
    z-index: 9999;
}

.popup-infrastructure__body {
    padding: 20px 50px 40px;
}

.popup-service {
    width: 980px;
}
.popup-service__slide-wrapper {
    width: 2940px;
}
.popup-service__slide {
    width: 980px;
    float: left;
}
.popup-service__body {
    display: table;
    width: 100%;
    height: 310px;
}
.popup-service__body__wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 16px;
    color: #4d4d4d;
}
.popup-service__body__wrapper-inner {
    margin: 0 auto;
    width: 800px;
}
.popup-service__body__content {
    display: table;
    float: left;
    width: 590px;
    min-height: 149px;
}
.popup-service__body__content__inner {
    display: table-cell;
    vertical-align: middle;
}
.popup-service__body__content > p {
    margin: 0 0 20px 0;
}
.popup-service__body__sidebar {
    float: left;
}

.popup-service-pass-type {
    border-bottom: 1px solid #d3d3d3;
}
.popup-service-pass-type__wrapper {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 520px;
    height: 103px;
}
.popup-service-pass-type__label {
    float: left;
    width: 170px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conqueror Sans';
    font-size: 14px;
    color: #404040;
}
.popup-service-pass-type__field-wrapper {
    float: left;
    width: 349px;
    height: 60px;
}

.popup-service-pass-form__row {
    margin-top: 25px;
}
.popup-service-pass-form__row:first-child {
    margin-top: 0;
}
.popup-service-pass-form__field-wrapper {
    float: left;
    width: 349px;
}
.popup-service-pass-form__field {
    float: left;
    width: 349px;
}
.popup-service-pass-form__field.right {
    float: right;
}
.popup-service-pass-form__field.half {
    width: 174px;
}
.form-row__input-wrapper.size_1-3 {
    width: 105px;
}
.popup-service-pass-form__field.half .form__input-field {
    position: relative;
    z-index: 0;
}
.popup-service-pass-form__field.half .form__input-field:focus {
    z-index: 1;
}
.popup-service-pass-form__field_date > .form-row__input-wrapper {
    float: left;
    margin-left: 17px;
}
.popup-service-pass-form__field_date > .form-row__input-wrapper:first-child {
    margin-left: 0;
}
.popup-service-pass-form__field_btn-submit {
    margin-top: 27px;
}

.popup-login__wrapper {
    width: 980px;
}
.popup-login__slide-wrapper {
    width: 2940px;
}
.popup-login__slide {
    float: left;
    width: 980px;
}
.popup-login__body {
    display: table;
    width: 100%;
    height: 420px;
}
.popup-login__body__wrapper {
    display: table-cell;
    vertical-align: middle;
}
.popup-login__body__form {
    margin: 0 auto;
    width: 350px;
}
.popup-login-form {
    width: 350px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
}

.popup__btn-close {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/popup/btn-close.png") no-repeat 0 0;
    background-size: cover;
    cursor: pointer;

}
