h2 {
    text-align: center;
    font-size: 18px;
    margin: 1.25em 0 1.5em 0;
}

h2 > * {
    color: #5a529d;
    background-color: #ffffff;
    padding: .3em 1em;
    border-radius: 16px 16px 16px 0;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    position: relative;
    display: inline-block;
}

h2 > *::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url("../images/eventorg/bubble-pin.cc5c9efc0a9b.png") no-repeat;
}

.h2-vpritik {
    top: 15px;
    position: relative;
    margin-bottom: 0;
}

table {
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    width: 100%;
}

table thead {
    background-color: #ffffff;
}

tbody tr {
    border-top: 2px solid #918eb6;
    font-size: 12px;
    background-color: #ffffff;
}

table td {
    padding: .25rem 1rem;
}

.hero {
    color: #ffffff;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    line-height: 1.3;
}

.card-circle {
    border: 0;
    background: transparent !important;
}

.card-circle .card-header {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.card-circle .card-body {
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1em;
    position: relative;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

.card-circle .card-body:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -15px;
    border-color: transparent transparent #615c96 transparent;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    left: 50%;
    transform: translateX(-50%)
}

.card-circle.card-circle-purple .card-body {
    background-color: #615c96;
    color: #ffffff;
}

.card-circle.card-circle-purple .card-header img {
    border-radius: 100%;
    width: 70%;
    border: 10px solid #fff;
}

.card-circle.card-circle-purple .card-header {
    text-align: center;
}

.card-circle.card-circle-purple a {
    color: #ffffff;
    text-decoration: underline !important;
}

.card-circle.card-circle-purple a:hover {
    color: #fff500 !important;
}

.contacts-container {
    background: url("../images/eventorg/contact.14dc4836fd49.jpg") 50% 50% no-repeat;
    background-size: cover;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

.contacts {
    color: #ffffff;
    font-size: 16px;
    padding: 2.75em 20px 1.5em;
}

.contacts a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.contacts a:hover {
    color: #fff500 !important;
}

.contacts img {
    width: 50px;
    height: 50px;
}

#content_column {
    flex-basis: 100% !important;
}

.owner, .event {
    text-align: center;
    font-size: 14px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background-color: #ffffff;
    font-weight: 700;
    line-height: normal;
}

.owner {
    padding: 1em 1em 1em 6em;
    background: url("../images/eventorg/owner.cba0be0c9530.jpg") -100% 0 no-repeat #fff;
}

.event {
    padding: 1em 6em 1em 1em;
    color: #fff;
    background: url("../images/eventorg/event.bcb854dc56d4.jpg") 120% 50% no-repeat #000;
}

.event a {
    color: #ffffff;
}

.owner a, .event a {
    display: block;
    text-decoration: underline !important;
}

.plus-and-minus thead, .plus-and-minus tfoot {
    background: url("../images/advertising/pattern.b066504cb0d8.jpg");
    color: #ffffff;
    font-size: 14px;
}

.plus-and-minus thead td:first-child,
.plus-and-minus tbody td:first-child {
    border-right: 4px solid #918eb6;
    width: 50%;
    text-align: right;
}

.plus-and-minus thead td {
    padding-top: 20px;
}

.plus-and-minus tbody td:first-child {
    position: relative;
}

.plus-and-minus tbody td:first-child .plus-and-minus-counter {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #615c96;
    background: #fff;
    top: 50%;
    left: calc(100% + 1px);

    margin: -12px 0 0 -9px;
    width: 20px;
    height: 25px;
    font-size: 23px;
    line-height: 23px;
}

.plus-and-minus tbody td:last-child {
    color: #77b448;
    text-align: left;
    width: 50%;
}

.plus-and-minus tfoot {
    text-align: center;
    cursor: pointer;
}

.plus-and-minus tfoot td {
    padding: .5rem 0;
}

.plus-and-minus tfoot span {
    border-bottom: 1px dotted;
    transition: .3s;
}

.plus-and-minus tfoot:hover {
    color: #fff500;
}

#reviews {
    position: relative;
    padding-bottom: 2rem;
}

#reviews .swiper-button-next {
    display: none;
}

#reviews .swiper-button-prev {
    display: none;
}

#reviews .swiper-pagination {
    width: 100%;
}

#reviews .swiper-bullet::after {
    width: 15px;
    height: 15px;
}

#reviews_slider .card-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-color: #b3aed5;
}

#reviews_slider .card-body {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#reviews_slider .card {
    border-radius: 30px !important;
    border: none;
}

#reviews_slider .card {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

#reviews_slider .card-header {
    background-color: transparent;
}

#reviews_slider .card-body {
    text-align: justify;
}

#reviews_slider .card-header .fio {
    line-height: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

#reviews_slider .swiper-slide {
    min-height: 100%;
    height: auto;
}

#reviews_slider .swiper-slide .card {
    height: 100%;
}

.warning-img {
    width: 35px;
    height: 35px;
}

#tariffs {
    overflow-x: auto;
}

#tariffs::-webkit-scrollbar {
    -webkit-appearance: none;
}

#tariffs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

#tariffs::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#tariffs table {
    margin-top: 18px;
}

#tariffs table td {
    font-size: 12px;
    padding: .5rem 1rem;
}

#tariffs table thead td {
    font-size: 14px;
    text-align: center;
    color: #615c96;
}

#tariffs table td:first-child {
    max-width: 290px;
}

#tariffs table tbody td:not(:first-child) {
    text-align: center;
    color: #615c96;
}

#tariffs table tbody tr td.tariff-text-big {
    font-weight: bold;
    font-size: 22px;
}

#tariffs .recommended_tariff_td {
    position: relative;
    min-width: 95px;
}

#tariffs .recommended_tariff_td:before,
#tariffs .recommended_tariff_td:after {
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
}

#tariffs .recommended_tariff_td:before {
    box-shadow: -3px 0 4px rgba(0, 0, 0, 0.25);
    left: 0;
}

#tariffs .recommended_tariff_td:after {
    box-shadow: 3px 0 4px rgba(0, 0, 0, 0.25);
    right: 0;
}

#tariffs .recommended_tariff_text {
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    background: #2f9908;
    color: #ffffff;
    position: absolute;
    top: -18px;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .hero {
        font-size: 44px;
        padding: 1.5em 2em;
    }

    .event, .owner {
        font-size: 17px;
    }

    .contacts {
        font-size: 26px;
    }

    .contacts img {
        width: 75px;
        height: 75px;
    }

    h2 {
        font-size: 32px !important;
    }

    .owner {
        background: url("../images/eventorg/owner.cba0be0c9530.jpg") -20% 0 no-repeat #fff;
    }

    .owner, .event {
        font-weight: normal;
    }

    .h2-vpritik {
        top: 30px;
    }

    .card-circle.card-circle-purple .card-header img {
        width: 50%;
    }

    .plus-and-minus thead {
        font-size: 28px;
    }

    .plus-and-minus tbody tr {
        font-size: 17px;
    }

    .plus-and-minus thead td {
        padding: 50px 43px .5em;
    }

    .plus-and-minus tbody td {
        padding: 1rem 2.5rem;
    }

    .plus-and-minus tbody td:first-child .plus-and-minus-counter {
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px;
        font-size: 46px;
        line-height: 50px;
    }

    #reviews .swiper-button-next {
        right: -60px;
        display: flex;
    }

    #reviews .swiper-button-prev {
        left: -60px;
        display: flex;
    }

    #reviews {
        background: url("../images/advertising/comments.2bb92c8aab80.jpg") 50% 0 no-repeat;
        background-size: contain;
    }

    .warning-img {
        width: 100px;
        height: 100px;
    }

    #tariffs table td {
        font-size: 14px;
        padding: 1rem;
    }

    #tariffs table thead td {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .contacts {
        text-align: center;
        padding: 1.5em;
    }

    .contacts img {
        width: 110px;
        height: 110px;
    }

    .card-circle.card-circle-purple .card-header img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .no-sidebar-container {
        padding: 0 110px;
    }
}
