/* -------------------------------------------- */
/*        Created with ♥ by MVaR Team           */
/* Additional information on https://maksvar.ru */
/* -------------------------------------------- */
/*                                              */
/*         © Copyright 2023, RobuxPay           */
/* -------------------------------------------- */

/* popups */

.place-creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.place-creator > p {
    font-size: 21px;
    margin: 40px 0 30px;
    text-align: center;
}

.place-creator > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--text);
    font-size: 24px;
    background: var(--line);
    border-radius: 20px;
    padding: 10px 35px 10px 20px;
    margin-bottom: 20px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.place-creator > a:hover {
    background-color: var(--text);
    color: var(--line);
}

.place-creator > a svg {
    width: 40px;
    height: 40px;
    fill: var(--text);
    margin-right: 25px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.place-creator > a:hover svg {
    fill: var(--line);
}

.place-creator > button {
    width: 218px;
    outline: none;
    border: 3px solid var(--line);
    padding: 15px 25px;
    font-size: 22px;
    color: #b3b3b3;
    background: none;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.place-creator > button:hover {
    background-color: var(--line);
    color: var(--text);
}

#selectplace-popup > p {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#00cc00, #009999);
    background-size: 100%;
    -webkit-background-clip: text;
        background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    -webkit-filter: drop-shadow(var(--shadow));
            filter: drop-shadow(var(--shadow));
}

.place-selector > p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.places-wrapper-block {
    background: var(--body-bg);
    padding: 20px 10px 20px 15px;
    margin-bottom: 30px;
    border-radius: 30px;
}

.places-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 350px;
    overflow-y: auto;
    padding-right: 10px;
}

.places-wrapper::-webkit-scrollbar {
    width: 5px;
}

.places-wrapper::-webkit-scrollbar-track {
    background: var(--body-bg);
}

.places-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--line);
    border-radius: 20px;
}

.place-fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    font-size: 21px;
    cursor: pointer;
    background: #434343;
}

.place-fs:not(:last-child) {
    border-bottom: 1px solid var(--line);
}

.place-fs:hover {
    background: #535353;
}

.place-fs.active-place {
    background: #535353;
    border-radius: 20px;
    border: 2px solid var(--line);
}

.place-fs img {
    width: 70px;
    height: 70px;
    border: 1px solid var(--text);
    margin-right: 20px;
    border-radius: 10px;
}

.place-selector > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--line);
    outline: none;
    border: 3px solid var(--line);
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 17px;
    font-size: 24px;
    cursor: pointer;
    color: var(--text);
    -webkit-transition: border-color .3s, color .3s, background-color .3s;
    -o-transition: border-color .3s, color .3s, background-color .3s;
    transition: border-color .3s, color .3s, background-color .3s;
}

.place-selector > button:hover {
    border-color: var(--text);
    background-color: var(--text);
    color: var(--line);
}

.place-selector > button:disabled {
    border-color: var(--line);
    background: none;
    color: #b3b3b3;
    cursor: not-allowed;
}

.place-selector > button svg {
    width: 45px;
    height: 45px;
    fill: var(--text);
    margin-right: 10px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.place-selector > button:hover svg {
    fill: var(--line);
}

.place-selector > button:disabled svg {
    fill: #b3b3b3;
}

.setprice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.setprice-gp, .setprice-vip {
    display: none;
}

.sp-gp .setprice-gp, .sp-vip .setprice-vip {
    display: block;
}

.setprice-videos iframe {
    width: 500px;
    height: 300px;
    margin: 20px 0 30px;
    background: var(--text) url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">Видео загружается</text></svg>') no-repeat 0px 0px;
}

.setprice-block > p {
    font-size: 22px;
    font-family: 'Russo One', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.setprice-block > p span {
    display: inline-block;
    background: -webkit-linear-gradient(#00cc00, #009999);
    background-size: 100%;
    -webkit-background-clip: text;
        background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    -webkit-filter: drop-shadow(var(--shadow));
            filter: drop-shadow(var(--shadow));
}

.setprice-block > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--text);
    font-size: 24px;
    background: var(--line);
    border-radius: 20px;
    padding: 10px 35px 10px 20px;
    margin-bottom: 20px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.setprice-block > a:hover {
    background-color: var(--text);
    color: var(--line);
}

.setprice-block > a svg {
    width: 40px;
    height: 40px;
    fill: var(--text);
    margin-right: 25px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.setprice-block > a:hover svg {
    fill: var(--line);
}

.setprice-block > button {
    outline: none;
    border: 3px solid var(--line);
    padding: 15px 25px;
    font-size: 22px;
    color: #b3b3b3;
    background: none;
    font-family: 'Russo One', sans-serif;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.setprice-block > button:hover {
    background-color: var(--line);
    color: var(--text);
}

@media all and (max-width: 1200px) {

    .setprice-videos iframe {
        width: 450px;
        height: 260px;
    }

}

@media all and (max-width: 730px) {

    .places-wrapper {
        height: 250px;
    }

    .setprice-videos iframe {
        width: 400px;
        height: 230px;
        margin: 40px 0 30px;
    }

}

@media all and (max-width: 520px) {

    #selectplace-popup > p {
        margin-top: 30px;
    }

    .setprice-videos iframe {
        width: 90%;
        margin: 40px auto 30px;
    }

    .setprice-gp {
        width: 90%;
    }

}

@media all and (max-width: 420px) {

    #selectplace-popup > p {
        margin-top: 30px;
        font-size: 34px;
        margin-bottom: 15px;
    }

    .place-selector > p {
        width: 90%;
        margin: 0 auto 20px;
        font-size: 22px;
    }

    .place-fs {
        padding: 10px;
    }

    .place-fs img {
        width: 60px;
        height: 60px;
    }

    .place-selector > button svg {
        width: 40px;
        height: 40px;
    }

    .setprice-videos iframe {
        width: 100%;
        margin: 30px auto;
    }

}

@media all and (max-width: 380px) {

    #selectplace-popup > p {
        line-height: 34px;
    }

}

/* -------------------------------------------- */
/*        Created with ♥ by MVaR Team           */
/* Additional information on https://maksvar.ru */
/* -------------------------------------------- */
/*                                              */
/*         © Copyright 2023, RobuxPay           */
/* -------------------------------------------- */