input {
    text-indent: 7px;
}

img {
    max-width: 100%;
}

#modal_close {
    width: 30px;
    height: 30px;
    font-size: 35px;
    font-family: tahoma;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    display: block;
}

#modal_form {
    width: 80%;
    height: 50%;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* margin-top: -150px; */
    margin: 0 auto;
    /* margin-left: -150px; */
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
}



#modal_form p {
    font-size: 20px;

}

#overlay {
    z-index: 3;
    /* Ð¿oÐ´Ð»oÐ¶Ðºa Ð´oÐ»Ð¶Ð½a Ð±Ñ‹Ñ‚ÑŒ Ð²Ñ‹ÑˆÐµ ÑÐ»oÐµÐ² ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚oÐ² ÑaÐ¹Ñ‚a, Ð½o Ð½Ð¸Ð¶Ðµ ÑÐ»oÑ Ð¼oÐ´aÐ»ÑŒÐ½oÐ³o oÐºÐ½a */
    position: fixed;
    /* Ð²ÑÐµÐ³Ð´a Ð¿ÐµÑ€ÐµÐºÑ€Ñ‹Ð²aÐµÑ‚ Ð²ÐµÑÑŒ ÑaÐ¹Ñ‚ */
    background-color: #000;
    /* Ñ‡ÐµÑ€Ð½aÑ */
    opacity: 0.8;
    /* Ð½o Ð½ÐµÐ¼Ð½oÐ³o Ð¿Ñ€oÐ·Ñ€aÑ‡Ð½a */
    -moz-opacity: 0.6;
    /* Ñ„Ð¸ÐºÑ Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¾ÑÑ‚Ð¸ Ð´Ð»Ñ ÑÑ‚Ð°Ñ€Ñ‹Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð² */
    filter: alpha(opacity=80);
    width: 100%;
    height: 95%;
    /* Ñ€aÐ·Ð¼ÐµÑ€oÐ¼ Ð²o Ð²ÐµÑÑŒ ÑÐºÑ€aÐ½ */
    top: 0;
    /* ÑÐ²ÐµÑ€Ñ…Ñƒ Ð¸ ÑÐ»ÐµÐ²a 0, oÐ±ÑÐ·aÑ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ ÑÐ²oÐ¹ÑÑ‚Ð²a! */
    left: 0;
    cursor: pointer;
    display: none;
    /* Ð² oÐ±Ñ‹Ñ‡Ð½oÐ¼ ÑoÑÑ‚oÑÐ½Ð¸Ð¸ ÐµÑ‘ Ð½ÐµÑ‚) */
}

.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    font-weight: bold;
    border-color: #bd3d4d;
    text-indent: 0 !important;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto;
}

.head-form {
    font-weight: bold;
}

.rub-ramka-varning {
    font-weight: 500;
    color: rgb(226, 36, 60)
}

.rub-ramka-varning-2 {
    font-weight: 500;
    color: rgb(226, 36, 60)
}

.title-my {
    text-align: center;
    font-family: "PT Serif";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: rgb(51, 51, 51);
    max-width: 880px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 0.3em;
}

.link-bio {
    border-bottom: 1px dashed;
    color: rgb(255, 31, 59);
    text-decoration: none;
    font-weight: 600;
}

.frame-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif;
}

.order {
    max-width: 570px;
    margin: 25px auto;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0px 0px 10px 1px #ebebeb;
    border-radius: 15px;
}

.col-md-12 {
    width: 100%;
    display: block;
}

.col-md-12 input {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 35px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: none;
    color: #757575;
    font-weight: 400;
}

.col-md-12 select {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 42px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: 400;
    outline: none;
    color: #757575;
    margin: 0 auto;
}

.order button {
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: #0c3492;
    color: #fff;
    transition: opacity .2s ease-out;
    border: none;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
    width: 90%;
    outline: none;
    cursor: pointer;
}

.order h2,
.order h3 {
    color: #fff;
    background: #e31c23;
}

.order h3 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 29px;
    text-shadow: 0px 1px 2px #000;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.head-form {
    border-radius: 10px 10px 0 0;
    background: #e31c23;
    font-size: 24px;
    padding: 10px 0 0;
}

.head-form img {
    margin-bottom: -10px;
    width: 100%;
}

.order h2 {
    padding-top: 8px;
    font-size: 17px;
    margin: 0;
}

.head-form span {
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin: 8px 0 -8px 0;
    padding: 8px;
}

.head-form span img {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}

.date,
.price {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0;
}

.date {
    margin-top: 14px;
    background: #ebebeb;
    border-radius: 12px 0 0 12px;
    line-height: 26px;
    font-size: 18px;
    color: #434343;
}

.price {
    background: #0c3492;
    color: #fff;
    border-radius: 0 12px 12px 0;
    min-height: 48px;
    padding: 7px 0;
}

.new-price {
    font-size: 36px;
    display: inline-block;
    margin-left: 10px;
}

.old-price {
    display: inline-block;
    margin-top: 14px;
    font-size: 19px;
    vertical-align: top;
    text-decoration: line-through;
}

.discount {
    margin: 25px 0;
    display: inline-block;
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 13px;
    background-color: #ebebeb;
}

.name,
.phone {
    position: relative;
    border: none;
    background: no-repeat;
    padding: 0;
}

.name input {
    background: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    display: block;
    margin: 0 auto;
}

.phone input {
    background: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    margin: 0 auto;
}

.col-md-12 select,
.phone input,
.name input {
    margin-bottom: 10px
}

button img {

    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}

.under-button {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    color: #818181;
    font-size: 11px;
    line-height: 20px;
}

.under-button i {
    font-style: normal;
    color: red;
}

.footer {
    background: #ebebeb;
    padding: 20px 25px;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
}

.footer span {
    background: #e31c23;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 32px;
}

.lead-footer-block {
    border: none !important;
}

@media(max-width: 767px) {

    .date,
    .price {
        width: 100%;
        float: none;
        border-radius: 12px;
    }

    .date br {
        display: none;
    }

    .discount {
        border: none;
    }

    .date {
        border-radius: 12px 12px 0 0;
    }

    .price {
        border-radius: 0 0 12px 12px;
    }

    .order button {
        font-size: 21px;
    }

    button img {
        margin-bottom: -5px;
        display: inline-block;
    }

    .footer {
        text-align: center;
    }
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(https://asert.site/lander/-nutra----cashfactories---osteon-lp---hr---kudo_1715688186/images/sel.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}

@media(max-width:991px) {
    .comm-item:nth-child(-n+11) {
        display: none;
    }
}

.picture {
    margin: 25px auto;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    max-width: 100%;
}

.picture img {
    display: block;
    margin: 0 auto 10px;
}

footer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
    color: #000;
}

footer a {
    text-decoration: none;
    color: #000;
}

select {
    appearance: none;
}