body {
    font-family: 'Inter Tight', sans-serif;
    background-color: var(--body-bg);
    overflow-x: hidden;
    padding-bottom: 50px;
}

.logo {
    max-height: 200px;
}

.bg-img-1 {
    background: linear-gradient(var(--bg-img-1-bg), var(--bg-img-1-bg-2)), url('../img/bg-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 10px 10px;
    padding-left: 50px;
    min-height: 600px;
    border-radius: 15px;
    z-index: 1;
}

.gallery_text_more {
    color: white;
}

.bg-img-1.circle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 37%;
}

.header-menu {
    position: relative;
    z-index: 3;
}

.phone-block {
    font-size: clamp(13px, 1.5vw, 19px);
    font-weight: 600;
}

.top-title {

}


.pnone-number-block .d-flex div {
    white-space: nowrap;
}

#phone-number-block {
    transition: all 0.5s ease-out;
}

.phone-block-anim {
    overflow: hidden;
    width: 0;
}

.intro-text {
    min-height: 100px;
    font-size: clamp(40px, 5.6vw, 59px);
    font-weight: bold;
    color: var(--intro-text-color);
    -webkit-text-fill-color: var(--intro-text-color);
    display: inline-block;
    text-transform: uppercase;
    line-height: clamp(40px, 6vw, 70px);
    margin-right: 100px;
    position: relative;
    z-index: 4;
}

.intro-descript {
    min-height: 50px;
    font-size: clamp(12px, 1.8vw, 18px);

    color: var(--intro-descript-color);
    margin-top: 20px;
    line-height: 1.6;
    max-width: 600px;
    margin-right: 100px;
    letter-spacing: 1px;
}

.circle-element {
    position: absolute;
    top: calc(50% - 65px);
    right: 6px;
    #transform: translateY(-50%);
    z-index: 3;
    border-radius: 50%;
    border: 5px var(--circle-element-border-2) solid;
}

.circle-container {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: var(--body-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

#circle-text {
    font-size: 12px;
    color: var(--circle-text-color);
    left: 34px;
    position: relative;
    top: 4px;
    letter-spacing: 4px;
}

.circle-inner {
    width: 68px;
    height: 68px;
    border: 1px var(--circle-element-border) solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-point {
    width: 16px;
    height: 16px;
    background-color: var(--circle-point-bg);
    border-radius: 50%;
}

/** BTN **/
.mbtn {
    width: 246px;
    height: 60px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    user-select: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 13px;
    white-space: nowrap;
}

.mbtn.orange {
    background: linear-gradient(90deg, var(--circle-point-bg), var(--mbtn-orange-bg));
    color: var(--mbtn-orange-color);
}

.mbtn.white {
    background-color: var(--mbtn-white-bg);
    color: var(--body-bg);
}

.mbtn:hover {
    box-shadow: 0 0 23px var(--circle-point-bg);
}

.mbtn .white-circle {
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-color: var(--mbtn-white-circle-bg);
    border-radius: 50%;
}

.icon_arrow {
    transition: transform 0.3s ease;
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg)
}

.mbtn:hover .icon_arrow {
    transform: rotate(1deg);
}

.runner-line {
    position: relative;
}

.sticker {
    background-color: var(--sticker-bg);
    width: 320px;
    height: 220px;
    border-radius: 20px;
    color: var(--sticker-color);
    padding: 40px 42px;
    padding-top: 45px;
    position: relative;
    transform: rotate(-8deg);
    transform-origin: 13px 13px;
    transition: transform 0.5s ease;
    transition-delay: 0.3s;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    will-change: transform;
    box-shadow: 6px 7px 12px 4px var(--sticker-box-shadow)
}

.sticker:hover {
    transform: rotate(0deg);
    transition-delay: 0s;
}

.sticker::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    bottom: 0;
    width: 17px;
    height: 17px;
    background-color: black;
    border-radius: 50%;
}

.sticker .sticker-text {
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
}

.sticker .sticker-detail {
    font-size: 16px;
    line-height: 22px;
}

.line-runner-block {
    overflow: hidden;
    padding-top: 70px;
    height: 220px;
    #border: 1px red solid;
    position: relative;
    top: -33px;
}

.line-runner {
    height: clamp(60px, 6.5vw, 80px);
    width: calc(100% + 20px);
    left: -10px;
    color: white;
    font-size: clamp(18px, 6.5vw, 23px);
    font-weight: 700;
    overflow: hidden;
    #padding-top: clamp(11px, 15px, 20px);
    line-height: clamp(58px, 7.5vw, 70px);
    position: absolute;
}

.line-1 {
    background: linear-gradient(90deg, var(--circle-point-bg), var(--mbtn-orange-bg));
    transform: rotate(5deg);
    z-index: 5;
}

.line-2 {
    background-color: var(--line-2-bg);
    transform: rotate(-5deg);
}

.insta-swiper {
    max-width: 1100px;
    min-height: 225px;
    padding-top: 5px;
}

.insta-swiper .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0 10px 0;
}

.insta-swiper .swiper-slide .item {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
    background-color: var(--mbtn-white-bg); /* Фоновый цвет элемента */
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta-swiper .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.insta-swiper .swiper-slide .item::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: linear-gradient(to right, var(--sticker-bg), var(--circle-point-bg));
    border-radius: 50%;
    z-index: -1;
}

.swiper-pagination .swiper-pagination-bullet {
    border: 1px var(--mbtn-white-bg) solid;
    opacity: 1;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: var(--mbtn-white-bg);
}

.swiper-button-next, .swiper-button-prev {
    color: var(--mbtn-white-bg);
}

.us-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.us-category ul li {

    font-size: 16px;
    margin-right: 7px;
    border-radius: 23px;
    color: var(--us-category-ul-li-color);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 0;

    list-style: none;
}

.us-category ul li.point {
    align-items: center !important;
}

.us-category ul li:not(.point) {
    background-color: var(--us-category-ul-li-not-point-bg);
    padding: 13px 15px;
}

.us-category ul li.point::after {
    content: " • ";
    padding: 0;
    color: var(--us-category-ul-li-point-after-color);
}

.us-category-title {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 600;
    margin-bottom: 20px;
}

.us-category-description {
    font-size: 16px;
    font-weight: 400;
    color: var(--us-category-ul-li-color);
}


.swiper-left, .swiper-right {
    width: 200px;
    height: 450px;
}


.swiper-left .item, .swiper-right .item {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    position: relative;
    background-color: var(--mbtn-white-bg); /* Фоновый цвет элемента */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right, var(--swiper-left-item-bg), var(--swiper-left-item-bg-2), var(--swiper-left-item-bg-3), var(--swiper-left-item-bg-4)), url('../img/bg_03.svg');
    border: 1px var(--swiper-left-item-border) solid;
    background-color: var(--swiper-left-item-bg-5);
    margin: auto !important;
}

.g-carusel {
    #max-width: 550px;
}

/* плитка — контейнер, чтобы шрифт заголовка считался от её ширины, а не от экрана */
.g-carusel .item {
    container-type: inline-size;
}

.g-carusel .item .title {
    font-size: clamp(19px, 4vw, 24px);
    /* длинные слова (напр. «Кропивницький») не должны вылезать за плитку */
    font-size: clamp(13px, 10cqw, 24px);
    max-width: 100%;
    hyphens: auto;
    overflow-wrap: anywhere;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

/* ticket */
.ticket_header {
    height: 40px;
    min-height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--ticket-header-color);
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

.ticket-price {
    min-width: 300px;
}

.ticket-action {
    min-width: 400px;
}

.ticket-price-title {
    font-size: 16px;
}

.ticket-price-title span {
    font-size: 30px;
    margin-left: 20px;
    white-space: nowrap;
}

.ticket-act-header {
    background: linear-gradient(to right, var(--ticket-act-header-bg), var(--ticket-price-contain-border-left));
}

.ticket-price-header {
    background: linear-gradient(to right, var(--ticket-price-contain-border-left), var(--ticket-price-header-bg));
}

.ticket .price-contain {
    border-bottom: 1px var(--ticket-price-contain-border-bottom) solid;
    border-radius: 20px;
    border-right: 1px var(--ticket-price-contain-border-bottom) solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 50px;
    background: var(--ticket-price-contain-bg);
    height: 100%;
}

.ticket .info {
    width: fit-content;
}

.ticket .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

.ticket .detail {
    color: var(--ticket-detail-color);
}

.ticket .place {
    line-height: 17px;
}

.section-title {
    text-transform: uppercase;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 600;
}

.ticket .contain {
    background-image: linear-gradient(to bottom, var(--ticket-contain-bg-image) 40%, var(--ticket-contain-bg-image-2) 40%);
    background-size: 2px 10px;
    background-repeat: repeat-y;
    background-position: right;
    padding-top: 35px;
    padding-bottom: 20px;
    min-height: 220px;
}

.ticket .contain {
    background-color: var(--ticket-price-contain-bg);
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    left: 1px;
}

.ticket .contain::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -0px;
    bottom: -1px;
    z-index: -1;
    background: linear-gradient(45deg, var(--ticket-act-header-bg), var(--ticket-contain-before-bg));
    border-radius: 20px;
    box-shadow: 0 0 0 5px var(--ticket-contain-before-shadow);
    border-top-left-radius: 0;
}


.ramka20 {
    background: linear-gradient(var(--body-bg) 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, var(--ticket-act-header-bg), var(--ticket-contain-before-bg)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 20px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 600;
}

.card .card-label {
    border-radius: 20px;
    display: inline-block;
    padding: 6px 13px;
    background-color: var(--card-card-label-bg);
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    margin-top: 10px;
}

.card .card-label::before {
    content: " • ";
    padding: 0;
    position: absolute;
    font-size: 30px;
    color: var(--circle-point-bg);
    width: 5px;
    height: 5px;
    line-height: 0;
    left: 0;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    margin-left: 10px
}

.teams-swiper .card {
    max-width: 400px;
    background-color: var(--teams-swiper-card-bg);
    color: white;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    height: 510px;
    margin: auto;
}

.teams-swiper .card .img {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: contain;
    border-radius: 10px;
    background-repeat: no-repeat;
}

.grayscale {
    filter: grayscale(1);
    transition: 1s;
}

.grayscale:hover {
    filter: grayscale(0);
}

.swp-team {
    transform: translateY(11px);
}

.back {
    height: 100%;
}

.video-js *:focus {
    outline: none !important;
}

.swiper-to-left .item, .swiper-to-right .item {
    height: 180px;
}

.swiper-to-left .item .img, .swiper-to-right .item .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}


.footer .logo {
    max-width: 190px;
}

.footer .phone .item {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 25px;
}


.footer .footer-aferta {
    border-top: 1px var(--footer-footer-aferta-border-top) solid;
    font-size: 12px;
    color: var(--footer-footer-aferta-color);
}

.footer .footer-aferta a {
    color: var(--footer-footer-aferta-color);
    text-decoration: underline;
}

.footer .offerta a {
    display: block;
}

.phone-block > div:not(:last-child) {
    margin-right: 10px;
}

.us-category-description ul {
    margin-left: 25px;
}

.us-category-description ul li {
    margin-bottom: 1px;
    list-style-type: disc;
}

.us-category-description p, .intro-descript p {
    margin-bottom: 0;
}

.card-sp-description {
    margin-top: 15px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}
