body {
    font-family: 'Inter Tight', sans-serif;
    background-color: #151515;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.logo {
    max-height: 200px;
}

.bg-img-1 {
    background: linear-gradient(rgba(33, 33, 33, 0.97), rgba(36, 36, 36, 0.95)), 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-image: url(../img/el-1.png);
    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;
    background: -webkit-linear-gradient(left, #FE6A00, #FFDE32);
    background: linear-gradient(to right, #FE6A00, #FFDE32);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    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: #c8c8c8;
    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%;
}

.circle-container {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.circle-inner {
    width: 68px;
    height: 68px;
    border: 1px #6e6e6e solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-point {
    width: 16px;
    height: 16px;
    background-color: #FE6A00;
    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-color: #FE6A00;
    color: white;
}

.mbtn.white {
    background-color: white;
    color: #151515;
}

.mbtn:hover {
    box-shadow: 0 0 23px #FE6A00;
}

.mbtn .white-circle {
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-color: white;
    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: #FFD62F;
    width: 320px;
    height: 220px;
    border-radius: 20px;
    color: #151515;
    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 #2323234d
}

.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-color: #FE6A00;
    transform: rotate(5deg);
    z-index: 5;
}

.line-2 {
    background-color: #BD5002;
    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: white; /* Фоновый цвет элемента */
    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, #FFD62F, #FE6A00);
    border-radius: 50%;
    z-index: -1;
}

.swiper-pagination .swiper-pagination-bullet {
    border: 1px white solid;
    opacity: 1;
}

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

.swiper-pagination-bullet-active {
    background-color: white;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.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: #cecece;

    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: #303030;
    padding: 13px 15px;
}

.us-category ul li.point::after {
    content: " • ";
    padding: 0;
    color: #ffb018;
}

.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: #cecece;
}


.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: white; /* Фоновый цвет элемента */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right, rgba(34, 33, 33, 0.5), rgba(50, 45, 39, 0.5), rgba(111, 80, 40, 0.5), rgba(122, 86, 39, 0.5)), url('../img/bg_03.svg');
    border: 1px #fe750069 solid;
    background-color: #222222;
    margin: auto !important;
}

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

.g-carusel .item .title {
    font-size: clamp(19px, 4vw, 24px);
    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: black;
    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, #fe6900, #fdba22);
}

.ticket-price-header {
    background: linear-gradient(to right, #fdba22, #fad931);
}

.ticket .price-contain {
    border-bottom: 1px #fdba22 solid;
    border-radius: 20px;
    border-right: 1px #fdba22 solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 50px;
    background: #232323;
    height: 100%;
}

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

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

.ticket .detail {
    color: #CACACA;
}

.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, #151515 40%, #917c28 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: #232323;
    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, #fe6900, #fad931);
    border-radius: 20px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0;
}


.ramka20 {
    background: linear-gradient(#151515 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #fe6900, #fad931) 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: #393939;
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    margin-top: 10px;
}

.card .card-label::before {
    content: " • ";
    padding: 0;
    position: absolute;
    font-size: 30px;
    color: #FE6A00;
    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: #232323;
    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 #2c2c2c solid;
    font-size: 12px;
    color: #818181;
}

.footer .footer-aferta a {
    color: #818181;
    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;
}