.modal-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 15;
    background-color: #000;
    opacity: 0.4;
}
.modal-open {
    display: flex !important;
}
.modal-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 16;
}
.modal-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #007558;
}
.modal-window--small {
    width: 240px;
}
.modal-window--medium {
    width: 345px;
}
.modal-window--big {
    width: 420px;
}
.modal-window__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    width: calc(100% - 40px);
    padding: 20px 0px;
}
.modal-window__top--nomargin {
    margin-bottom: 0px;
}
.modal-window__middle {
    display: flex;
    width: 100%;
    height: 90%;
}
.modal-window__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 16px);
}
.modal-window__title--medium,
.modal-window__title--medium2 {
    font-weight: 700;
    font-size: 20px;
}
.modal-window__title--medium {
    text-transform: uppercase;
}
.modal-window__close {
    background-image: url('../img/icons/close-green.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.modal-window__bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}
.modal-window__bottom--hide {
    display: none;
}
.modal-window__logo {
    margin-top: 1rem;
    margin-bottom: 20px;
    background-image: url('../img/logo-short.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.modal-form--hide {
    display: none !important;
}

.form-message {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
}
.form-message--show {
    display: flex;
}
.form-message__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5rem;
}
.form-message__ok {
    display: block;
    background: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 0px;
    text-transform: uppercase;
    cursor: pointer;
    color: #242424;
    text-decoration: none;
    text-align: center;
    outline: none;
    border: 1px solid #D3D3D3;
}

.mw-application,
.mw-order {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px;
}
.mw-application__brand,
.mw-application__modelinfo,
.mw-application__phone,
.mw-application__shooting {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.mw-application__brand label,
.mw-application__modelinfo label,
.mw-application__phone label,
.mw-application__shooting label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.mw-application__brand input,
.mw-application__phone input,
.mw-application__shooting select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    outline: none;
    padding: 10px;
    position: relative;
    color: #242424;
}
.mw-application__phone input::placeholder,
.mw-application__phone input::-moz-placeholder,
.mw-application__phone input::-webkit-input-placeholder,
.mw-application__phone input::-ms-input-placeholder {
    color: #242424;
    opacity: 1;
}
.mw-application__shooting select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-color: transparent;
    background-image: url('../img/icons/black-arrow.svg');
    background-repeat: no-repeat;
    background-position: 95.5% 50%;
    background-size: auto;
}
.mw-application__shooting select option {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.mw-application__shooting select option[selected],
.mw-application__shooting select option:checked,
.mw-application__shooting select option::-moz-selection {
    font-weight: 700;
}
.mw-application__button,
.mw-order__button {
    display: block;
    background: #007558;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 0px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    outline: none;
    border: none;
    font-family: 'Montserrat' !important;
}
.mw-application__modelname {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.mw-application__modeldatetime {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.mw-order__caption {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}
.mw-order__caption span {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.mw-order__caption p {
    font-weight: 400;
    font-size: 12.5px;
    line-height: 120%;
    margin: 5px 0px;
}
.mw-order__confirm {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 12px;
}
.mw-order__confirm label {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
}
.mw-order__button:disabled,
.mw-application__button:disabled {
    background-color: #D3D3D3;
    color: #242424;
    cursor: default;
}

.mw-prices {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.mw-prices__content.mw-prices-content {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 25px;
    overflow-y: auto;
}
.mw-prices-content__list.mw-prices-content-ul {
    margin: 10px 0px;
    list-style: none;
    padding: 0px 2px 0px;
}
.mw-prices-content-ul__li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #242424;
}
.mw-prices-content-ul-li__box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.mw-prices-content-ul__li::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #F2165C;
    border-radius: 50rem;
    margin-right: 10px;
}
.mw-prices-content-ul-li__box > span:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-left: 10px;
}
.mw-prices-content-ul-li__box > span:last-child > span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-left: 5px;
}
@media screen and (max-width: 500px) {
    .modal-window--big {
        width: 90%;
    }
    .mw-prices-content-ul--additonal .mw-prices-content-ul__li {
        font-weight: 400;
        font-size: 10px;
    }
    .mw-prices-content-ul--additonal .mw-prices-content-ul-li__price {
        font-size: 12px;
    }
    .modal-window__title--medium,
    .mw-prices-content__count {
        font-size: 16px;
    }

    .mw-prices-content__list.mw-prices-content-ul {
        line-height: 90%;
    }
}