#popup *{
    box-sizing: border-box;
}

#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: 'Georgia', serif;
}
#popup.absolute{
    position: absolute;
}

.popup_book{
    width: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 300px);
    z-index: 9999;
    text-align: center;
    background-color: #fff;
    padding: 30px 30px 40px 30px;
}

.popup_book .close_button {
    /* text-align: right; */
    /* height: 30px; */
    /* cursor: pointer; */
    /* width: 100%; */
    position: absolute;
    top: -40px;
    right: -15px;
    cursor: pointer;
}
.popup_book .form_title {
    color: #0e3083;
    font-size: 24px;
}
.popup_book input[type=text],
.popup_book input[type=email],
.popup_book select,
.popup_book textarea
{
    font-size: 18px;
    border: 1px solid #939393;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
}

label.input__title{
    padding-bottom: 10px;
}

.popup_callback .form_contacts .form_container,
.popup_question .form_contacts .form_container {
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
}
.popup_callback .form_container .button_contacts,
.popup_question .form_container .button_contacts  {
    margin: 20px auto 0;
    border-radius: 30px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

#popup .title {
    font-size: 18px;
    text-transform: none;
    padding:  0 0 20px 0;
}
#popup .popup_form_info .title{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#popup .popup_login .title,
.popup_sendproduct .title{
    margin-bottom: 30px;
}
#popup .description {
    color: #8d8d8d;
    font-size: 16px;
    margin: 15px 0 15px;
}


 .popup_end {
     font-size: 14px;
     text-transform: uppercase;
     color: #282c31;
     padding-top: 25px;
 }

 .close img {
     width: 15px;
     background: #da4b5b;
     padding: 5px;
     box-sizing: content-box;
 }

#popup .red-button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 30px;
    line-height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    background-color: #b31313;
    min-width: 240px;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto', 'Verdana', serif;
}

#popup .red-button:hover{
    background-color: #d81717;
}

#popup .phone-wrapper{
    clear: left;
    margin: 0px 0 0 24px;
}
#popup .call-prefix{
    float: left;
    width: 40px
}

#popup input[name=call-phone].text{
    float: left;
    width: 240px;
    margin-left: 5px;
}

#popup .form_title {
    font-size: 24px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    /*text-transform: uppercase;*/
}
#popup .form_title span {
    display: inline-block;
    padding-bottom: 5px;
}

.contacts_form {
    margin-bottom: 20px;
}
.contacts_form .form_contacts{
    margin:  -331px auto 5px;
    background: #fff;
    box-shadow: 0 0 20px 5px #c8c9ce;
    width: 710px;
    height: 656px;
}
#popup .form_container {
    padding: 30px 100px;
}
#popup_question .form_container {
    padding: 30px 50px;
}
#popup_question .input__popup {
    margin-top: 10px;
}
#popup .form_1click .form_container {
    padding: 20px 50px;
}
.search_field {
    margin-bottom: 15px;
}
/*
#popup input[type=text],
#popup input[type=email]
{
    width: 100%;
    padding-left: 18px;
    height: 52px;
    border: 1px solid #979797;
    font-size: 16px;
    color: #1e1e1e;
    outline: none;
    font-weight: 300;
}*/
#message_contacts {
    width: 100%;
    padding-left: 18px;
    padding-top: 10px;
    height: 130px;
    font-weight: 300;
    color: #a7a7a7;
    border: 1px solid #979797;
    font-size: 16px;
    margin-top: 33px;
    resize: none;
    outline: none;
}


#popup input[type=submit]{
    padding: 0;
}
#popup .form_contacts{
    width: auto;
}


.popup_cart {
    position: absolute;
    left: calc(50% - 550px);
    width: 1100px;
    background: #fff;
    border-radius: 5px;
    z-index: 100;
}

.step_title {
    font-size: 19px;
    font-family: 'Roboto', 'Verdana', serif;
    padding-bottom: 20px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.popup_book .step_title {
    padding-top: 60px;
}

#popup_step3p .step_title,
#popup_step_payment .step_title{
    padding-top: 20px;
}

.popup_book .step_cost {
    background-color: #fffdeb;
    text-align: center;
    width: 100%;
    padding: 25px 0;
}

.popup_book .format-option {
    margin-bottom: 10px;
    background-color: #f9f9f9;
    padding: 20px 20px;
    font-size: 18px;
    justify-content: space-between;
    cursor: pointer;
}

.popup_book .format-option .option-cost {
    margin-left: auto;
}

.popup_book .format-option .option-title {
    margin-left: 15px;
}

#popup_step1 .format-option input:checked + span,
span.active{
    color: #b31313;
}

#popup .button-wrapper {
    padding-top: 40px;
}

.popup_book .country-hint {
    font-size: 18px;
    padding-top: 30px;
    text-align: left;
}

.field-title {
    text-align: left;
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 20px;
}

.comment-handle {
    text-align: left;
    padding-bottom: 8px;
}

.comment-handle a{
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.comment-wrapper {
    display: none;
}