.sgames-label {
    color: #E87D0E;
    font-size: 20px;
    font-weight: 700;
}


.header {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.8%;
}

.header-logo {
    font-size: 29px;
    font-weight: 800;
    cursor: pointer;
}

.header-navigation {
    width: min-content;

}

.header-navigation-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 69px;
}

.header-navigation-menu-item {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
}

.header-navigation-menu-item.about {
    margin-top: 10px;
}

.header-navigation-menu-item-icon {
    display: block;
    width: 39px;
    height: 4px;
    background: url("./images/Pntik.svg") no-repeat;
    margin-top: 6px;
    margin-left: -20px;
}

.header-hamburger-menu {
    display: none;
    background: url("/images/HamburgerMenu.svg") no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-part {
    display: flex;
    flex-direction: column;
    margin-bottom: 73px;
    margin-top: 43px;
}

.title {
    font-size: 50px;
    font-weight: 700;
}

.title .bold {
    font-size: 60px;
    font-weight: 800;
}

.subtitle {
    font-size: 30px;
    font-weight: 400;
    margin-left: 76px;
}

.title-img {
    width: 156px;
    height: 8px;
    display: block;
    background: url("./images/BigPntik.svg") no-repeat;
    margin: 8px 0 8px 86px;
}

.our-games {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 78px;
}

.our-games-item {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    align-items: center;
}

.our-games-item-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 302px;
    border-radius: 72px;
    background-color: rgba(255, 255, 255, 0.07);
    cursor: pointer;
}

.our-games-item-img {
    width: 240px;
    height: 240px;
    border-radius: 52px;
}

.our-games-item-text {
    font-size: 25px;
    font-weight: 700;
}

.group {
    width: 100%;
    padding: 0 9.5%;
    margin-top: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-container {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.group-title {
    font-size: 50px;
    line-height: 77px;
    font-weight: 700;
}

.group-description {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}

.group-links {
    margin-top: 52px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.group-img {
    max-height: 439px;
    width: auto;
    border-radius: 92px;
}

.group-links-link {
    width: 245px;
    height: 80px;
}

.group-images {
    width: 100%;
    padding: 0 9.5%;
    margin-top: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-images-image {
    width: calc(25% - 40px);
    height: auto;
    border-radius: 12px;
    border: 1px solid #ffffff;
}

.smasher-mix-video-container {
    padding: 0 9.5%;
    margin-top: 104px;
}

.smasher-mix-video {
    position: relative;
    width: 100%;
    border-radius: 38px;
    z-index: 1;
}

.smasher-mix-video-border {
    position: relative;
    background: #39289F;
    border-radius: 38px;
    width: 100%;
}

.smasher-mix-title {
    margin-top: 66px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.smasher-mix-subtitle {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.smasher-mix-images {
    display: flex;
    flex-direction: column;
    row-gap: 37px;
    padding: 0 9.5%;
    margin-top: 71px;
    position: relative;
    z-index: 1;
}

.smasher-mix-images-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smasher-mix-images-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smasher-mix-images-top-img {
    width: calc(33% - 15px);
    height: auto;
    border-radius: 21px;
}

.smasher-mix-images-bottom-img {
    width: calc(50% - 20px);
    height: auto;
    border-radius: 21px;
}

.smasher-mix-images-mobile-container-overflow {
    display: none;
    overflow: clip;
    margin-top: 54px;
    width: 100%;
}

.smasher-mix-images-mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
}

.smasher-mix-images-mobile {
    display: flex;
    column-gap: 21px;
    transform: translateX(0);
    transition: all, 500ms;
}

.smasher-mix-images-mobile-img {
    width: 376px;
    height: 212px;
    border-radius: 21px;
}

.smasher-dots-list {
    display: flex;
    justify-content: center;
    column-gap: 4px;
}

.smasher-dots-list-item {
    width: 9px;
    height: 9px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
    transition: all, 500ms;
}

.smasher-dots-list-item.active {
    width: 31px;
    background: #ffffff;
    border-radius: 20px;
    cursor: default;
}

.muzzle-puzzle-title {
    font-size: 31px;
    font-weight: 700;
    align-self: start;
    margin-top: 104px;
    margin-bottom: 36px;
    padding: 0 9.5%;
}

.muzzle-group {
    margin: 0;
}

.about-us-image {
    width: 50%;
    height: auto;
}

.about-us-group .group-description {
    font-size: 20px;
    line-height: 25px;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #070707;
    margin-top: 96px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 73px 101px 62px 101px;
}

.footer-top-left {
    display: flex;
    flex-direction: column;
}

.footer-top-left.first {
    font-size: 24px;
    font-weight: 800;
}

.footer-top-left.second {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 55px;
}

.footer-top-left.third {
    font-size: 16px;
    font-weight: 400;
}

.footer-top-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-top-right-text {
    font-size: 16px;
    font-weight: 400;
}

.footer-top-right-text.first {
    font-size: 17px;
    font-weight: 500;
}

.footer-bottom {
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #D2D2D2;
}

.copyright {
    font-size: 13px;
    font-weight: 400;
}

.video-dots {
    display: block;
    position: absolute;
    width: 196px;
    height: 154px;
    background: url("/images/Dots.svg") no-repeat;
}

.video-dots.top {
    left: 15%;
    margin-top: -50px;
    bottom: -56px;
}

.video-dots.bottom {
    right: 15%;
    margin-top: -70px;
    top: 20px;
}

.image-dots {
    display: block;
    position: absolute;
    width: 196px;
    height: 154px;
    background: url("/images/Dots.svg") no-repeat;
    left: 0;
    top: 50px;
}

.about-us-image {
    max-height: 620px;
    height: 100%;
    width: auto;
}

.balls .group-images-image {
    user-select: none;
}

.muzzle-carousel .group-images-image {
    user-select: none;
}

@media screen and (max-width: 1224px) {
    .group-img {
        width: 40%;
        height: auto;
    }

    .image-dots {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .header-logo {
        font-size: 31px;
    }

    .title-part {
        margin-top: 23px;
        width: 100%;
        padding: 0 3.8%;
    }

    .title {
        font-size: 40px;
        align-self: start;
    }

    .title .bold {
        font-size: 50px;
    }

    .subtitle {
        font-size: 25px;
    }

    .our-games {
        width: 100%;
        column-gap: 54px;
        padding: 0 3.8%;
    }

    .our-games-item {
        row-gap: 33px;
    }

    .our-games-item-img-container {
        width: 207px;
        height: 207px;
        border-radius: 40px;
    }

    .our-games-item-img {
        width: 163px;
        height: 163px;
        border-radius: 34px;
    }

    .group {
        margin-top: 68px;
        padding: 0 3.8%;
    }

    .group-title {
        font-size: 30px;
        line-height: 46px;
    }

    .group-links {
        margin-top: 32px;
    }

    .group-links-link {
        width: 170px;
        height: 55px;
    }

    .group-img {
        width: 276px;
        height: 276px;
        border-radius: 61px;
    }

    .group-images {
        margin-top: 70px;
        padding: 0 3.8%;
        column-gap: 17px;
    }

    .group-images-image {
        width: calc(25% - 15px);
    }

    .smasher-mix-video-container {
        padding: 0 3.8%;
        margin-top: 62px;
    }

    .smasher-mix-title {
        margin-top: 99px;
    }

    .smasher-mix-images {
        display: none;
    }

    .smasher-mix-images-mobile-container-overflow {
        display: block;
    }

    .muzzle-puzzle-title {
        padding: 0 3.8%;
        margin-top: 68px;
        margin-bottom: 0;
    }

    .muzzle-group {
        margin-top: 48px;
    }

    .about-us-group {
        margin-top: 0;
        flex-direction: column-reverse;
    }

    .about-us-image {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .about-us-group .group-container {
        width: 100%;
    }

    .about-us-group .sgames-label {
        margin-bottom: 17px;
    }

    .about-us-group .group-title {
        margin-bottom: 10px;
    }

    .footer-top {
        padding: 56px 3.8%;
    }

    .footer-top-left.second {
        margin-bottom: 0;
    }

    .footer-top-left.third {
        display: none;
    }

    .muzzle-carousel, .balls-carousel {
        display: none;
    }

    .video-dots.top {
        margin-top: -70px;
    }

    .smasher-mix-video-border {
        border-radius: 28px;
    }

    .smasher-mix-video {
        border-radius: 28px;
    }
}

@media screen and (max-width: 790px) {
    .header-navigation {
        display: none;
    }

    .smasher-mix-video-border {
        border-radius: 18px;
    }

    .smasher-mix-video {
        border-radius: 18px;
    }

    .our-games {
        column-gap: 34px;
    }

    .our-games-item {
        row-gap: 22px;
    }

    .our-games-item-img-container {
        width: 177px;
        height: 177px;
        border-radius: 31px;
    }

    .our-games-item-img {
        width: 141px;
        height: 141px;
        border-radius: 31px;
    }
}

@media screen and (max-width: 670px) {
    .header {
        height: 70px;
    }

    .header-logo {
        font-size: 24px;
    }

    .title-part {
        margin-top: 0;
        width: 100%;
        padding: 0 3.8%;
        margin-bottom: 190px;
    }

    .title {
        font-size: 20px;
        align-self: start;
    }

    .title .bold, .title .line {
        display: none;
    }

    .subtitle {
        font-size: 18px;
        margin-left: 0;
    }

    .title-img {
        margin-left: 0;
        width: 94px;
        height: 4px;
        background-size: contain;
    }

    .our-games {
        column-gap: 11px;
        padding: 0;
        overflow-x: hidden;
        scale: 0.8;
        position: absolute;
        top: 150px;
        width: auto;
    }


    .our-games::-webkit-scrollbar {
        display: none;
    }

    .our-games-item {
        row-gap: 22px;
    }

    .our-games-item-img-container {
        width: 135px;
        height: 135px;
    }

    .our-games-item-img {
        width: 109px;
        height: 109px;
        border-radius: 24px;
    }

    .our-games-item-text {
        font-size: 18px;
    }

    /*.our-games-item:nth-child(2) .our-games-item-img{*/
    /*    width: 141px;*/
    /*    height: 141px;*/
    /*}*/

    /*.our-games-item:nth-child(2) .our-games-item-img-container  {*/
    /*    width: 177px;*/
    /*    height: 177px;*/
    /*}*/

    .group {
        margin-top: 53px;
        flex-direction: column-reverse;
        row-gap: 31px;
    }

    .group-img {
        width: 200px;
        height: 200px;
        border: 20px solid rgba(255, 255, 255, 0.07);
        background-color: rgba(255, 255, 255, 0.07);
        border-radius: 56px;
    }

    .group-container {
        width: 100%;
    }

    .sgames-label {
        font-size: 20px;
    }

    .group-title {
        margin-top: 10px;
        font-size: 24px;
        line-height: 31px;
    }

    .group-title .break {
        display: none;
    }

    .group-description {
        font-size: 16px;
        line-height: 28px;
    }

    .group-links a {
        width: 50%;
    }

    .group-links-link {
        width: 100%;
        height: auto;
    }

    .group-images {
        display: none;
    }

    .group-images-image {
        width: 60%;
        height: auto;
    }

    .balls, .muzzle-carousels {
        column-gap: 4px;
    }

    .muzzle-carousel, .balls-carousel {
        display: flex;
    }

    .about-us-image {
        border: none;
        background: none;
        width: 100%;
        height: auto;
    }

    .about-us-group {
        margin-top: 0;
    }

    .smasher-mix-images-mobile-container {
        row-gap: 21px;
    }

    .smasher-mix-video-container {
        margin-top: 29px;
    }

    .smasher-mix-title {
        margin-top: 53px;
    }

    .muzzle-puzzle-title {
        font-size: 31px;
        font-weight: 700;
    }

    .footer {
        margin-top: 50px;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 41px;
    }

    .footer-bottom {
        height: 63px;
    }

    .video-dots.top {
        margin-top: -100px;
    }

    .video-dots.bottom {
        right: 15%;
        margin-top: -50px;
    }

    #groups-image > div, #group-images-carousel > div {
        align-self: start;
    }
}

