@font-face {
    font-family: Unbonded;
    src: url(../fonts/Unbounded-Medium.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Unbonded;
    src: url(../fonts/Unbounded-Regular.ttf);
    font-weight: 400;
}

body {
    margin: 0;
    font-family: 'Unbonded';
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f7f7f7;
}

.header {
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.head_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
}

.logo {
    width: 100%;
    max-width: 250px;
}

.head_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 550px;
}

.link {
    text-decoration: none;
    color: #000;
    font-size: 19px;
}

.telega {
    width: 100%;
    max-width: 45px;
}

.main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    flex: 1 0 auto;
}

.banner_block {
    display: flex;
    justify-content: space-between;
    /* Rectangle 846 */
    background: linear-gradient(91.47deg, #835386 -4.35%, #C07DC4 99.12%);
    border-radius: 15px;
    height: 200px;
}

.banner_block > .left_side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.banner_block > .left_side >.title {
    color: #fff;
    font-size: 30px;
}

.banner_block > .left_side >.subtitle {
    color: #fff;
    font-size: 43px;
    margin: 0;
}

.min {
    color: #fff;
    font-size: 31px;
}

.agency {
}

.main_block {
    margin-top: 25px;
}

.row_models {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_model {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    width: 100%;
}

.info_model {
    display: flex;
}

.info_model > .right_side {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 10px;
}

.model_photo {
    width: 145px;
    height: 195px;
    object-fit: cover;
    border-radius: 10px;
}

.option_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option_block > .title {
    color: #9D9D9D;
}

.text {
    margin: 0;
}

.collection_block {
    background: #D9A7DB;
    border-radius: 5px;
    padding: 6px;
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.name {
    color: #fff;
    text-align: center;
}

.collection_wrap {
    display: flex;
    justify-content: space-between;
}

.details_model {
    display: flex;
    flex-direction: column;
}

.title_name {
    margin: 0;
    font-size: 21px;
    color: #C07DC3;
}

.town {
    color: #C07DC3;
    font-size: 17px;
}

.btn {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Unbonded';
    font-weight: 600;
    color: #fff;
    background: #C07DC3;
    margin: 5px 0;
}

.price_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price_block {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 140px;
    margin-bottom: 8px;
}

.price_ico {
    width: 17px;
    height: 17px;
}

.price_title {
    color: #C07DC3;
    font-size: 13px;
    margin-left: 3px;
}

.price_amount {
    color: #C07DC3;
    font-size: 13px;
    margin-left: auto;
}

.wwa_block {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    margin-top: 25px;
}

.pic_wwa {
    width: 100%;
    border-radius: 8px;
    height: 100%;
}

.wwa_block >.right_side > .title {
    font-size: 24px;
    margin: 0;
    color: #C07DC3;
}

.wwa_block > .right_side {
    width: 85%;
    margin-left: 25px;
}

.wwa_block > .left_side {
    width: 65%;
}

.text_inform {
    font-size: 14px;
}

.footer {
    display: flex;
    justify-content: center;
    /* margin-top: 15px; */
    flex: 0 0 auto;
    margin-top: 15px;
}

.footer_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ebebeb;
    border-radius: 8px;
    padding: 3px 10px;
}

.copyright {
}

.terms {
    color: #C07DC3;
}

.main_button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    background-color: #C07DC3;
    color: #fff;
    font-size: 18px;
    border: 0px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.main_button:hover {
    background-color: #835386;
}

.main_button img {
    width: 20px;
}

.main_btn {
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    background-color: #C07DC3;
    color: #fff;
    font-size: 18px;
    border: 0px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.main_btn:hover {
    background-color: #835386;
}

.main_image {
    margin-top: 20px;
    text-align: center;
}

.main_health_text {
    text-align: center;
    font-size: 30px;
}

.main_info_text {
    text-align: center;
    font-weight: 600;
}

.main_title {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

@media (max-width: 1000px) {
    .main_image img {
        width: 100%;
    }

    .review-card {
        max-width: 90% !important;
        width: 100%;
    }

    .iframe {
        text-align: center;
    }

    .iframe iframe {
        width: 100%;
        height: 450px;
    }
}

.review_title {
    color: #C07DC3;
    font-size: 30px;
}

.review-card {
    background: #835386;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    margin-top: 25px;
    max-width: 790px;
    position: relative;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-user {
    font-weight: bold;
    color: #fff;
}

.review-date {
    color: #fff;
    font-size: 14px;
}

.review-text {
    margin: 10px 0;
    line-height: 30px;
    color: #ffff;
}

.stars {
    color: #C07DC3;
    font-size: 25px;
}

.contacts_title {
    text-align: center;
}

.contacts_text {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}

.iframe {
    text-align: center;
}

.iframe iframe {
    width: 600px;
    height: 450px;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger span {
    width: 30px;
    height: 3px;
    background: #C07DC3;
    transition: 0.3s;
}

.mobile_menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #5d395f;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    z-index: 9999;
}

.mobile_menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    text-align: center;
    margin: 0;
}

.mobile_menu.active {
    display: flex;
}

@media screen and (max-width: 600px) {
    @font-face {
        font-family: Unbonded;
        src: url(../fonts/Unbounded-Medium.ttf);
        font-weight: 600;
    }

    @font-face {
        font-family: Unbonded;
        src: url(../fonts/Unbounded-Regular.ttf);
        font-weight: 400;
    }

    body {
        margin: 0;
        font-family: 'Unbonded';
        display: flex;
        flex-direction: column;
        height: 100vh;
        background: #f7f7f7;
    }

    .header {
        display: flex;
        justify-content: center;
    }

    .container {
        max-width: 1200px;
        width: 100%;
    }

    .burger {
        display: flex;
        margin-right: 10px;
    }

    .head_block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #c3c3c3;
    }

    .logo {
        width: 100%;
        max-width: 250px;
    }

    .head_links {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 550px;
    }

    .link {
        text-decoration: none;
        color: #000;
        font-size: 19px;
    }

    .teleg {
        display: none;
    }

    .main {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 25px;
        flex: 1 0 auto;
    }

    .banner_block {
        display: flex;
        /* Rectangle 846 */
        background-image: url('../img/agency.png');
        border-radius: 15px;
        height: 200px;
        width: 95%;
        margin: auto;
    }

    .banner_block > .left_side {
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        justify-content: space-between;
    }

    .banner_block > .left_side >.title {
        color: #fff;
        font-size: 24px;
    }

    .banner_block > .left_side >.subtitle {
        color: #fff;
        font-size: 29px;
        margin: 0;
    }

    .min {
        color: #fff;
        font-size: 26px;
    }

    .agency {
        width: 200px;
        height: 200px;
        display: none;
    }

    .main_block {
        margin-top: 25px;
    }

    .row_models {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .block_model {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        width: 95%;
        margin-bottom: 20px;
    }

    .info_model {
        display: flex;
    }

    .info_model > .right_side {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 10px;
    }

    .model_photo {
        width: 145px;
        height: 195px;
    }

    .option_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .option_block > .title {
        color: #9D9D9D;
    }

    .text {
        margin: 0;
    }

    .collection_block {
        background: #D9A7DB;
        border-radius: 5px;
        padding: 6px;
        display: flex;
        justify-content: center;
        margin: 5px 0;
    }

    .name {
        color: #fff;
        text-align: center;
    }

    .collection_wrap {
        display: flex;
        justify-content: space-between;
    }

    .details_model {
        display: flex;
        flex-direction: column;
    }

    .title_name {
        margin: 0;
        font-size: 21px;
        color: #C07DC3;
    }

    .town {
        color: #C07DC3;
        font-size: 17px;
    }

    .btn {
        width: 100%;
        height: 35px;
        border: none;
        border-radius: 6px;
        font-size: 18px;
        font-family: 'Unbonded';
        font-weight: 600;
        color: #fff;
        background: #C07DC3;
        margin: 5px 0;
    }

    .price_wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .price_block {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 140px;
        margin-bottom: 8px;
    }

    .price_ico {
        width: 17px;
        height: 17px;
    }

    .price_title {
        color: #C07DC3;
        font-size: 13px;
        margin-left: 3px;
    }

    .price_amount {
        color: #C07DC3;
        font-size: 13px;
        margin-left: auto;
    }

    .wwa_block {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        margin-top: 25px;
        align-items: center;
    }

    .pic_wwa {
        width: 100%;
        border-radius: 8px;
        height: auto;
    }

    .wwa_block >.right_side > .title {
        font-size: 15px;
        margin: 0;
        color: #C07DC3;
    }

    .wwa_block > .right_side {
        width: 85%;
        margin-left: 25px;
    }

    .wwa_block > .left_side {
        width: 65%;
    }

    .text_inform {
        font-size: 13px;
    }

    .footer {
        display: flex;
        justify-content: center;
        /* margin-top: 15px; */
        flex: 0 0 auto;
        margin-top: 15px;
    }

    .footer_block {
        display: flex;
        align-items: center;
        background: #ebebeb;
        border-radius: 8px;
        padding: 8px 10px;
        flex-direction: column;
        justify-content: space-between;
    }

    .copyright {
        margin: 10px 0;
    }

    .terms {
        color: #C07DC3;
    }

    .main_button {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        margin: auto;
        background-color: #C07DC3;
        color: #fff;
        font-size: 18px;
        border: 0px;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .main_button:hover {
        background-color: #835386;
    }

    .main_button img {
        width: 20px;
    }

    .main_btn {
        width: 300px;
        height: 50px;
        display: flex;
        align-items: center;
        margin: auto;
        background-color: #C07DC3;
        color: #fff;
        font-size: 18px;
        border: 0px;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;
        gap: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .main_btn:hover {
        background-color: #835386;
    }

    .main_image {
        margin-top: 20px;
        text-align: center;
    }

    .main_health_text {
        text-align: center;
        font-size: 30px;
    }

    .main_info_text {
        text-align: center;
        font-weight: 600;
    }

    .main_title {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }

    @media (max-width: 1000px) {
        .main_image img {
            width: 100%;
        }

        .review-card {
            max-width: 90% !important;
            width: 100%;
        }

        .iframe {
            text-align: center;
        }

        .iframe iframe {
            width: 100%;
            height: 450px;
        }
    }

    .review_title {
        color: #C07DC3;
        font-size: 30px;
    }

    .review-card {
        background: #835386;
        padding: 25px;
        border-radius: 10px;
        width: 100%;
        margin-top: 25px;
        max-width: 790px;
        position: relative;
    }

    .review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .review-user {
        font-weight: bold;
        color: #fff;
    }

    .review-date {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .review-text {
        margin: 10px 0;
        line-height: 30px;
        color: #ffff;
    }

    .stars {
        color: #C07DC3;
        font-size: 25px;
    }

    .contacts_title {
        text-align: center;
    }

    .contacts_text {
        text-align: center;
        font-size: 13px;
        line-height: 25px;
    }

    .iframe {
        text-align: center;
    }

    .iframe iframe {
        width: 600px;
        height: 450px;
    }

    .collection_wrap > .collection_block {
        width: 40%;
    }
}

 

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #7b4981;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: #fff;
    max-width: 1200px;
}

#searchInput {
    height: 35px;
    width: 100%;
    font-family: Unbonded;
    font-size: 18px;
    color: #C07DC3;
}

#cityList {
    cursor: pointer;
}
