.modalMain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.modalMain__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.modalMain__inner {
    position: absolute;
    width: 480px;
    padding: 40px 45px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    z-index: 1005;
    text-align: center;
}

.modalMain__title {
    font-size: 36px;
    line-height: 1.23;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: 11px;
}

.modalMain__text {
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: 16px;
}

.modalMain__row {
    margin: 8px 0;
}

.modalMain__input {
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    -webkit-appearance: none;
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0px 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: none;
    -webkit-appearance: none;
    margin-bottom: 16px;
    max-width: 100%;

}

.modalMain__btn {
    color: #ffffff;
    background-color: #f7a38e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.5em;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 768px) {
    .modalMain__inner {
        width: 98%;
    }
}

.modalYesright {
    color: #000;
    ;
}

.modalYesright a {
    color: #f7a38e;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 10px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #222 !important
}

.preparat__text {
    font-size: 22px;
    padding: 16px 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.55;
}

.preparat__slider {
    position: relative;
}

.preparat__right {
    z-index: 900;
    position: absolute;
    right: -5%;
    top: 40%;
    cursor: pointer;
}

.preparat__left {
    z-index: 900;
    position: absolute;
    left: -5%;
    top: 40%;
    cursor: pointer;
}

.preparat__right:before {
    content: "🡪";
}

.preparat__left:before {
    content: "🡨";
}

.preparat__right:before,
.preparat__left:before {
    color: #f7a38e;
    border: 1px solid #f7a38e;
    border-radius: 50%;
    padding: 8px;
}

@media (max-width: 768px) {
    .preparat__right {
        right: 8px;
    }

    .preparat__left {
        left: 8px;
    }
}


.resultr__slider {
    position: relative;
}

.resultr__right {
    z-index: 900;
    position: absolute;
    right: -5%;
    top: 40%;
    cursor: pointer;
}

.resultr__left {
    z-index: 900;
    position: absolute;
    left: -5%;
    top: 40%;
    cursor: pointer;
}

.resultr__right:before {
    content: "🡪";
}

.resultr__left:before {
    content: "🡨";
}

.resultr__right:before,
.resultr__left:before {
    color: #f7a38e;
    border: 1px solid #f7a38e;
    border-radius: 50%;
    padding: 8px;
}

@media (max-width: 768px) {
    .resultr__right {
        right: 8px;
    }

    .resultr__left {
        left: 8px;
    }
}

.help-text {
    color: red;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    margin-top: 5px;
}