.section-page {
    background-image: url('img/bg-page.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 815px;
    text-align: center;
}

.section-page-bg {
    background: linear-gradient(transparent, rgba(16, 7, 34, .1), rgba(16, 7, 34, 1));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.section-page-bg h1 {
    font-family: secondary-font;
    text-align: center;
    font-size: 65px;
    margin: 0 auto;
    max-width: 850px;
    flex-grow: 1;
    color: #fff
}

.classic-small-page {
    height: 515px;
}

.section-page-bg h1 div,
.section-page-bg h1 span {
    color: #fff;
}

.section-page-bg h1 div {
    font-style: italic;
}

.section-page-bg h1 span {
    font-style: normal;
}

.section-page-buttons {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.btn-page {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #EBE4FA;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #6D28FF;
    background: #6D28FF;
    transition: .2s;
}

.btn-page:hover {
    color: rgba(255, 255, 255, 0.3);
    opacity: .5;
}

.section-page-bg .btn-page-secondary {
    color: #EBE4FA;
    font-size: 16px;
    text-decoration: underline;
    margin: 21px 0px 0px 50px;

}

.section-page-sub {
    color: #EBE4FA;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    padding: 90px 0px 110px 0px;
}


.section-page-sub .container {
    max-width: 1000px;
}

.section-page-sub .container h2 {
    font-size: 22px;
    font-weight: 300;
}

.section-page-content {
    color: #EBE4FA;
}

.section-page-content p a {
    color: #C2A6FF !important
}

.classic-page-city-h2 {
    font-family: secondary-font;
    font-size: 35px;
    color: #EBE4FA;
    padding-bottom: 19px;
}

.section-page-content h2 {
    font-family: secondary-font;
    font-size: 35px;
    color: #fff;
}

.section-classic-page-content h2 {
    padding-top: 25px;
    color: #EBE4FA !important;
}

.section-classic-page-content .section-page-content h1,
.section-classic-page-content .section-page-content h2,
.section-classic-page-content .section-page-content h3 {
    color: #EBE4FA !important;
}

.section-page-content h2 span {
    font-style: italic;
    color: #C2A6FF;
}

.section-page-content p,
.section-page-content ol,
.section-page-content ul {
    font-size: 16px;
    padding-top: 20px;
    color: rgba(235, 228, 250, 0.70);
    font-weight: 300;
}

.section-page-content ul {
    padding-top: 10px;
}

.section-page-content .col-md-5 img {
    max-width: 100%;
    padding-right: 50px;
}

.container_right-contact-img {
    background-image: url('img/contact-bg.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 674px;
}

.container_right-contact-border {
    width: 100%;
    border: 1px solid #fff;
    padding: 30px 10px;
    margin: 40px 0px;
    color: #fff;
    display: flex;
    font-weight: 300;
}

.container_right_news_all {
    width: 75%;
    padding-left: 100px;
}

.contact-table {
    display: flex;
    font-weight: 300;
    margin-top: 58px;
}

.contact-table-text {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    display: inline-block;
    font-weight: normal;
}

.contact-table-text div {
    margin-top: -5px;
}

.contact-table-text a,
.contact-table-text span {
    font-size: 18px;
    font-weight: 299;
    text-decoration: none;
}

.contact-form_table_l {
    min-width: 200px;
    font-size: 12px;
    font-weight: 400;
    color: #C2A6FF;
    text-align: center;
    padding-bottom: 0px;
}

.contact-form_table_r {
    font-size: 14px;
    text-align: left;
    padding: 0px;
}

.contact-bg {
    background-image: url('img/bg-tarot.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.form__contact_description {
    background: #100721;
    color: #B4A3FD;
    padding: 20px 20px 20px 50px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 50px;
}

.form__content {
    background: #B4A3FD;
    padding: 20px 40px 0px 0px;
    color: #100721;
    font-weight: 300;
    font-size: 15px;
    margin: 20px 0px;
}

.form__content p {
    text-align: left;
}

.input-1 {
    display: flex;
    width: 100%;
    height: 57px;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    color: #100721;
    padding-left: 25px;
    border: 1px solid #100721;
    border-radius: 7px;
    background-color: transparent;
}

.form__term-text {
    color: #100721;
    font-size: 11px;
    font-weight: 300;
}

.form__term-text a {
    color: #100721 !important;
    font-weight: 300 !important;
    text-decoration: underline;
}

.form__button-contact {
    display: block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 400;
    background-color: #100721;
    border: 1px solid #100721;
    color: #EBE4FA;
    transition: .2s;
    cursor: pointer;
    margin: 25px auto 0px auto;
}

.wp-caption {
    margin: 0 auto;
    width: auto !important;
    display: table;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}

.wp-caption p {
    padding: 15px 0px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    opacity: .75;
    background-color: #3E3058;
}

.container-city {
    display: flex;
    justify-content: space-between;
}

.box-city-supported {
    margin-bottom: 47px;
}

.block-city {
    display: flex;
    flex-direction: column;
}

.block-city a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 33px;
    margin-top: 18px;
    text-decoration: none;
}

.block-city p {
    font-size: 26px;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 7px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.border-city-supported {
    width: 267px;
    height: 1px;
    background-color: #C2C2C2;
    margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
    border-color: #6D28FF !important;
    background: #6D28FF;
    padding: 20px !important;
}

.wpcf7-textarea {
    min-height: 170px;
}

.single-author {
    display: flex;
    padding: 10px 0px 50px 0px;
}

.single-author-img {
    background-image: url('img/team/ekspert_6.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px 15px 0px 0px;
}

.single-author-name {
    font-size: 18px;
    color: #EBE4FA;
    padding: 5px 0px 0px 0px;
}

.single-author-bio {
    font-size: 16px;
    font-weight: 300;
    color: rgba(235, 228, 250, 0.80);
}

.heading-custom {
    font-size: 18px;
}

.inlinks-custom li {
    padding: 3px 0px;
}

.inlinks-custom li a {
    text-decoration: none;
    color: rgba(235, 228, 250, 0.7);
}

.spin18 p {
    padding-left: 30px;
    font-weight: 300;
}

.box_category_search {
    background: #B4A3FD;
    width: 100%;
    padding: 25px 20px 35px 20px;
    border-radius: 15px;
}

.box_category_search form {
    display: flex;
}

.box_category_search p {
    color: #100721;
    font-size: 18px;
    font-weight: 400;
}

.category_search h3 {
    font-family: secondary-font;
    font-size: 35px;
    font-weight: 300;
}

.category_search h3 span {
    color: #B4A3FD;
    font-style: italic;
}

.box_category_search .input-text {
    width: 100%;
    height: 57px;
    font-size: 16px;
    font-weight: 300;
    line-height: 48px;
    padding-left: 15px;
    border-radius: 8px;
    color: #fff;
    padding-left: 30px;
    border: 1px solid #100721;
    border-radius: 10px;
    background-color: #100721;
}

.box_category_search .btn-send {
    font-size: 16px;
    padding: 14px 30px;
    font-weight: 400;
    font-weight: 300;
    line-height: 21px;
    margin-left: 25px;
    color: #fff;
    background-color: #100721;
    border-color: transparent;
    transition: 0.2s;
}

.section-category-description {
    margin: 0px auto;
    font-family: primary-font;
    font-weight: 300;
    font-size: 16px;
    color: rgba(235, 228, 250, 0.8);
    padding-bottom: 30px;
}

.section-category-description .container div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 50px 50px 0px;
}

.section-category-description strong {
    font-weight: 400;
}

.section-category-description h2 {
    font-family: secondary-font;
    font-size: 28px;
    padding-bottom: 10px;
    color: #EBE4FA;
}

.about-links a {
    color: #EBE4FA !important;
    width: 40%;
    display: inline-block;
    padding: 5px 0px;
    opacity: 0.8;
    font-size: 16px;
}

.tablepress thead th {
    background-color: #3E3058 !important;
    font-weight: 400 !important;
    color: #EBE4FA !important;
}

.tablepress td,
.tablepress th {
    padding: 15px 10px !important;
    border: 1px solid #524A63 !important;
}

.tablepress tbody tr td {
    color: #EBE4FA !important;
}

.tablepress tbody .even td {
    background-color: #100721 !important;
}

.tablepress tbody .odd td {
    background-color: #100721 !important;
}

@media only screen and (max-width: 960px) {

    .about-links a {
        width: 100%;
    }

    .section-category-description .container div {
        width: 100%;
        padding: 0px 00px 50px 0px;
    }

    .box_category_search form {
        display: flex;
        flex-direction: column;
    }

    .box_category_search .btn-send {
        margin-left: 0px;
        margin-top: 20px;
    }

    .section-page-bg {
        background: linear-gradient(transparent, rgba(16, 7, 34, .4), rgba(16, 7, 34, 1));
    }

    .container-city {
        flex-direction: column;
    }

    .section-page-content {
        padding: 0px 15px;
    }

    .section-page-content .col-md-5 img {
        padding-right: 0px;
    }

    .section-page-sub {
        padding: 40px 20px 110px 20px;
    }

    .section-page-bg h1 {
        font-size: 50px;
    }

    .section-page-buttons {
        flex-grow: 0;
        flex-direction: column;
        margin: 0 auto;
    }

    .section-page-bg .btn-page-secondary {
        margin: 35px 0px 0px 0px;

    }

    .form__content-data {
        padding-left: 20px;
    }

    .form__content {
        padding: 20px 20px 0px 0px;
    }

    .container_right_news_all {
        width: 100%;
        padding-left: 0px;
    }

    .container_right-contact-border {
        padding: 10px 20px;
        margin: 0px 0px 40px 0px;
        flex-direction: column;
    }

    .form__button-contact {

        margin: 30px auto 30px auto;
    }

    .section-page-content {
        padding: 0px 15px;
    }

    .section-page-content .col-md-5 img {
        padding-right: 0px;
    }

    .section-page-sub {
        padding: 40px 20px 110px 20px;
    }

    .section-page-bg h1 {
        font-size: 50px;
    }

    .section-page-buttons {
        flex-grow: 0;
        flex-direction: column;
        margin: 0 auto;
    }

    .section-page-bg .btn-page-secondary {
        margin: 35px 0px 0px 0px;

    }
}