#button_show-price {
    color: #ffffff;
    background-color: #607d8b;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    /* font-family: OpinionPro; */
    font-weight: 600;
    text-decoration: none;
    /* height: 60px; */
    font-size: 14px;
    padding: 10px 35px 10px 35px;
    margin: 0 25px 0 25px;
    cursor: pointer;
}

#button_show-calculation {
    color: #ffffff;
    background-color: #ff8800;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    /* font-family: OpinionPro; */
    font-weight: 600;
    text-decoration: none;
    /* height: 60px; */
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    margin: 0;
    cursor: pointer;
}



.popup_show-price,
.popup_show-calculation,
.popup_show-price-laser,
.popup_show-price-gibka,
.popup_show-price-frezer {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
}

.popup_show-price>button,
.popup_show-calculation>button,
.popup_show-price-laser>button,
.popup_show-price-gibka>button,
.popup_show-price-frezer>button {
    font-size: 0;
    border: none;
    background-color: transparent;
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
    position: fixed;
    cursor: pointer;
    z-index: 9;
}

.popup_show-price>div,
.popup_show-calculation>div,
.popup_show-price-laser>div,
.popup_show-price-gibka>div,
.popup_show-price-frezer>div {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);

    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;

    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.popup_show-price>div img,
.popup_show-calculation>div img,
.popup_show-price-laser>div img,
.popup_show-price-gibka>div img,
.popup_show-price-frezer>div img {
    width: 100%;
    display: block;
}

.popup_show-price>div div,
.popup_show-calculation>div div,
.popup_show-price-laser>div div,
.popup_show-price-gibka>div div,
.popup_show-price-frezer>div div {
    padding: 20px 42px;
    display: flex;
    flex-direction: column;
    -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 10000px;
}

.popup_show-price>div div span,
.popup_show-calculation>div div span,
.popup_show-price-laser>div div span,
.popup_show-price-gibka>div div span,
.popup_show-price-frezer>div div span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_show-price h1,
.popup_show-calculation h1,
.popup_show-price-laser h1,
.popup_show-price-gibka h1,
.popup_show-price-frezer h1 {
    color: #555555;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    text-align: center;

    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.popup_show-price input,
.popup_show-calculation input,
.popup_show-price-laser input,
.popup_show-price-gibka input,
.popup_show-price-frezer input {
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;

    background-color: transparent;
    -webkit-appearance: none;

    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;

    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 16px;
}

.popup_show-price input:invalid,
.popup_show-calculation input:invalid,
.popup_show-price-laser input:invalid,
.popup_show-price-gibka input:invalid,
.popup_show-price-frezer input:invalid {
    color: red
}

.popup_show-price textarea,
.popup_show-calculation textarea,
.popup_show-price-laser textarea,
.popup_show-price-gibka textarea,
.popup_show-price-frezer textarea {
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 90px;
    min-height: 25px;
    max-height: 200px;
    margin-bottom: 25px;
    resize: vertical;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: transparent;

    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 16px;
}

.popup_show-price button[id="button_download-price"],
.popup_show-calculation button[id="button_download-calculation"],
.popup_show-calculation button[id="button_upload-file"],
.popup_show-price-laser button[id="button_download-price-laser"],
.popup_show-price-gibka button[id="button_download-price-gibka"],
.popup_show-price-frezer button[id="button_download-price-frezer"] {
    color: #ffffff;
    background-color: #ff8800;
    border: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 600;
    cursor: pointer;

    width: 100%;
    height: 54px;
    -webkit-appearance: none;

    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 16px;
}

.popup_show-calculation button[id="button_upload-file"] {
    background-color: #aaaaaa;
    width: 50%;
    margin-bottom: 25px;
}