html, body {
    overflow-y: hidden;
    height: 100%;
}

#paper {
    display: none;
}

#home-page {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
}

#home-page::-webkit-scrollbar {
    width: 6px;
}

#home-page::-webkit-scrollbar-track {
    background-color: white;
}

#home-page::-webkit-scrollbar-thumb {
    background-color: rgb(120, 120, 120);
    border-radius: 4px;
}

#first-slide {
    position: relative;
    width: 100vw;
    height: 600px;
}

#first-slide-paper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

#first-slide-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: 0 auto;
    top: 150px;
    right: 0;
    left: 0;
    z-index: 3;
    width: fit-content;
    text-align: center;
    color: rgb(50, 60, 70);
}

#first-slide-message > div:nth-child(1) {
    font-size: 28px;
    line-height: 36px;
}

#first-slide-message > div:nth-child(2) {
    font-size: 60px;
    line-height: 74px;
    font-weight: 700;
    color: rgb(30, 40, 50);
}

#first-slide-contact-us-btn {
    background-color: white;
    font-size: 20px;
    color: rgb(50, 60, 70);
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0 1px 4px rgba(0, 10, 20, 0.15), 0 18px 18px -18px rgba(0, 10, 20, 0.25);
    border-radius: 15px;
    padding: 10px 24px;
    margin-top: 20px;
    transition: 0.15s ease;
}

#first-slide-contact-us-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 4px rgba(0, 10, 20, 0.15), 0 18px 18px -14px rgba(0, 10, 20, 0.25);
}

#first-slide-message > div:nth-child(2) > span:first-child {
    color: #13a438;
}

#first-slide-message > div:nth-child(2) > span:last-child {
    color: #f4b700;
}

#handball-player {
    position: absolute;
    height: 400px;
    width: fit-content;
    z-index: 2;
    top: 40px;
    right: calc(50% + 130px);
    opacity: 1;
}

#handball-player::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 310px;
    width: 1500px;
    height: 310px;
    background-color: #3284c8;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#handball-player picture {
    display: flex;
    position: relative;
    z-index: 3;
    height: 100%;
}

#handball-player img {
    height: 100%;
}

#football-player {
    position: absolute;
    height: 400px;
    width: fit-content;
    z-index: 2;
    top: 170px;
    left: calc(50% + 130px);
    opacity: 1;
}

#football-player::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 330px;
    width: 1500px;
    height: 310px;
    background-color: #3284c8;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
}

#football-player picture {
    display: flex;
    position: relative;
    z-index: 3;
    height: 100%;
}

#football-player img {
    height: 100%;
}

#mobile-logo {
    display: none;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
    width: 380px;
}

.home-group-text {
    position: relative;
    z-index: 3;
}

.home-group-text > div:nth-child(1) {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    color: rgb(50, 60, 70);
    padding-right: 60px;
}

.home-group-text > div:nth-child(1):after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 70px;
    height: 4px;
    border-radius: 5px;
}

.home-group-text.red > div:nth-child(1)::after {
    background-color: #F23E55;
}

.home-group-text.blue > div:nth-child(1)::after {
    background-color: #3284C8;
}

.home-group-text.green > div:nth-child(1)::after {
    background-color: #13A438;
}

.home-group-text.yellow > div:nth-child(1)::after {
    background-color: #F4B700;
}

.home-group-text > div:nth-child(2) {
    margin: 50px 100px 35px 0;
    font-weight: 400;
    color: rgb(50, 60, 70);
    text-align: justify;
    line-height: 20px;
}

.home-group-text > div:nth-child(3) {
    display: flex;
    gap: 22px;
    height: 48px;
    position: relative;
}

.home-group-text > div:nth-child(3) img {
    height: 100%;
}

#home-group-1 {
    margin: 50px 0 150px 0;
    display: flex;
    gap: 80px;
    position: relative;
}

#home-group-1 .home-group-text {
    margin-top: 20px;
}

#home-group-1-image-1 {
    position: relative;
    display: flex;
    width: 50vw;
    height: 360px;
    flex-shrink: 0;
}

#home-group-1-image-1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: white;
    top: 0;
    right: -130px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-1-image-1 img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 88%;
}

#home-group-1-image-1 img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: 62px;
    z-index: 2;
    height: 100%;
}

#home-group-1-image-2 {
    position: absolute;
    display: flex;
    width: 32vw;
    height: 100px;
    left: 0;
    top: 360px;
    overflow: hidden;
}

#home-group-1-image-2::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200%;
    background-color: white;
    right: -130px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-1-image-2 picture:first-child {
    display: flex;
    width: 100%;
    height: 100%;
}

#home-group-1-image-2 picture:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home-group-1-image-2 > img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    bottom: 0;
    right: 9px;
    z-index: 2;
    height: 300%;
}

#home-group-2 {
    margin: 50px 0 80px 0;
    display: flex;
    gap: 120px;
    position: relative;
}

#home-group-2 .home-group-text {
    padding-left: 100px;
    z-index: 4;
}

#home-group-2-image-1 {
    position: relative;
    display: flex;
    width: 40vw;
    height: 360px;
    flex-shrink: 0;
    margin-top: -40px;
}

#home-group-2-image-1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: white;
    top: 0;
    left: -130px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-2-image-1 img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}

#home-group-2-image-1 img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: 63px;
    z-index: 2;
    height: 100%;
}

#home-group-2-image-2 {
    position: absolute;
    z-index: 3;
    top: -10px;
    left: 52vw;
    width: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow-y: auto;
    pointer-events: none;
}

#home-group-2-image-2::-webkit-scrollbar {
    display: none;
}

#home-group-2-image-2::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    background-color: white;
    left: -83px;
    z-index: 2;
}

#home-group-2-image-2 img:first-child {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    position: relative;
    left: 35px;
}

#home-group-2-image-2 img:last-child {
    position: absolute;
    top: -82px;
    left: 60px;
    z-index: 2;
    height: 180%;
}

#home-group-3 {
    margin: 90px 0 80px 0;
    display: flex;
    gap: 160px;
    position: relative;
}

#home-group-3-image-1 {
    height: 380px;
    width: 600px;
    object-fit: cover;
    object-position: 100% 100%;
    flex-shrink: 0;
    position: relative;
}

#home-group-3-image-1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: white;
    top: 0;
    right: -130px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-3-image-1 img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 88%;
}

#home-group-3-image-1 img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: 62px;
    z-index: 2;
    height: 100%;
}

#home-group-3 .home-group-text {
    margin-top: -60px;
}

#home-group-4 {
    padding-bottom: 70px;
    display: flex;
    position: relative;
}

#home-group-4 .home-group-text {
    padding-left: 100px;
}

#home-group-4-image-1 {
    position: relative;
    display: flex;
    width: 55vw;
    height: 360px;
    flex-shrink: 0;
    margin-top: -170px;
}

#home-group-4-image-1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: white;
    top: 0;
    left: -130px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-4-image-1 img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 32%;
}

#home-group-4-image-1 img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: 63px;
    z-index: 2;
    height: 100%;
}

#home-group-4-image-2 {
    position: absolute;
    display: flex;
    width: 40vw;
    height: 100px;
    right: 0;
    top: 190px;
    overflow: hidden;
}

#home-group-4-image-2::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200%;
    background-color: white;
    left: -198px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#home-group-4-image-2 picture:first-child {
    display: flex;
    width: 100%;
    height: 100%;
}

#home-group-4-image-2 picture:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home-group-4-image-2 > img:last-child {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    bottom: 0;
    left: 51px;
    z-index: 2;
    height: 300%;
}

#contact-slide {
    position: relative;
    margin-bottom: 50px;
    padding: 50px;
}

#contact-slide > *:not(#contact-slide-paper) {
    position: relative;
    z-index: 2;
}

#contact-slide-paper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

#contact-slide-title-1 {
    text-align: center;
    color: rgb(50, 60, 70);
    font-size: 38px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

#contact-slide-title-2 {
    width: fit-content;
    margin: 0 auto 50px auto;
    position: relative;
    color: white;
}

#contact-slide-title-2 span {
    position: relative;
}

#contact-slide-title-2::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 12px);
    background-color: #3284C8;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

#contacts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 40px 80px;
    margin: 0 auto;
    width: 1150px;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.contact-name {
    font-size: 16px;
    font-weight: 600;
    color: rgb(50, 60, 70);
    margin-top: 10px;
}

.contact-job {
    line-height: 18px;
    color: rgb(80, 90, 100);
    margin: 4px 0 6px 0;
}

.contact-position {
    color: #3284C8;
    font-weight: 600;
}

footer {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

footer > div:first-child {
    padding-right: 50px;
    border-right: 1px solid rgb(220, 225, 230);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer > div:last-child {
    padding-left: 50px;
}

#footer-logo {
    width: 300px;
    margin-bottom: 12px;
}

.footer-info {
    display: flex;
    text-align: right;
    margin-top: 10px;
    gap: 10px;
}

.footer-info span {
    padding-top: 6px;
    line-height: 18px;
    color: rgb(50, 60, 70);
}

.footer-info div {
    width: 30px;
    height: 30px;
    background-color: #3284C8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer-info svg {
    width: 14px;
    height: 14px;
    fill: white;
}

#social-networks {
    display: flex;
    height: 30px;
    position: relative;
    gap: 10px;
}

#social-networks a {
    transition: 0.15s ease;
}

#social-networks a:hover {
    opacity: 0.88;
}

#social-networks img {
    height: 100%;
}

#by-your-side, #follow-us {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgb(50, 60, 70);
}

#follow-us {
    margin-top: 20px;
}

.sector {
    padding-left: 18px;
    position: relative;
    color: rgb(50, 60, 70);
    line-height: 18px;
    padding-bottom: 4px;
}

.sector::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F4B700;
}

.sector span {
    color: #F4B700;
    font-weight: 600;
}

@media screen and (max-width: 1750px) {

    #home-page {
        max-height: calc(100vh - 90px);
    }

}

@media screen and (max-width: 1700px) {

    #handball-player {
        right: calc(50% + 110px);
    }

    #football-player {
        left: calc(50% + 110px);
    }

}

@media screen and (max-width: 1550px) {

    #first-slide {
        height: 570px;
    }

    #handball-player {
        height: 360px;
        right: calc(50% + 90px);
    }

    #handball-player::before {
        width: 800px;
        top: 40px;
        height: 290px;
        right: 270px;
    }

    #football-player {
        height: 360px;
    }

    #football-player::before {
        width: 800px;
        top: 40px;
        height: 290px;
        left: 300px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 58px;
    }

}

@media screen and (max-width: 1500px) {

    #contacts {
        width: auto;
        gap: 40px 0;
    }

    .contact {
        width: 350px;
    }

    #home-group-1 {
        gap: 60px;
    }

    #home-group-1 .home-group-text > div:nth-child(2), #home-group-3 .home-group-text > div:nth-child(2)  {
        margin-right: 60px;
    }

    #home-group-2 .home-group-text, #home-group-4 .home-group-text {
        padding-left: 60px;
    }

    #home-group-2 {
        gap: 100px;
    }

    #home-group-3 {
        gap: 120px;
    }

    #home-group-3 .home-group-text {
        margin-top: -80px;
    }

}

@media screen and (max-width: 1400px) {

    #home-group-1-image-1 {
        width: 45vw;
    }

    #home-group-1-image-2 {
        width: 30vw;
    }

    #home-group-3-image-1 {
        width: 550px;
    }

    #home-group-3 {
        gap: 100px;
    }

}

@media screen and (max-width: 1300px) {

    #first-slide {
        height: 550px;
    }

    #handball-player {
        height: 330px;
        right: calc(50% + 60px);
    }

    #handball-player::before {
        top: 35px;
        height: 270px;
        right: 260px;
    }

    #football-player {
        height: 330px;
        left: calc(50% + 90px);
        top: 180px;
    }

    #football-player::before {
        top: 35px;
        height: 270px;
        left: 270px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 56px;
    }

    #first-slide-message {
        top: 140px;
    }

    #home-group-4 {
        padding-bottom: 100px;
    }

    #home-group-4-image-1 {
        margin-top: -120px;
    }

    #home-group-4-image-2 {
        top: 240px;
    }

    #home-group-3 .home-group-text {
        margin-top: -100px;
    }

}

@media screen and (max-width: 1250px) {

    #home-group-4-image-1 {
        width: 52vw;
    }

    #home-group-3 {
        margin-top: 80px;
    }

    #home-group-3-image-1 {
        width: 500px;
    }

}

@media screen and (max-width: 1200px) {

    .contact {
        width: 310px;
    }

}

@media screen and (max-width: 1150px) {

    #home-group-3 .home-group-text {
        margin-top: -120px;
    }

    #home-group-4-image-1 {
        width: 50vw;
    }

    #home-group-4-image-2 {
        width: 38vw;
    }

}

@media screen and (max-width: 1100px) {

    #mobile-logo {
        display: block;
        order: 1;
    }

    #first-slide {
        height: fit-content;
        display: flex;
        flex-direction: column;
    }

    #first-slide-message {
        position: relative;
        top: 0;
        order: 2;
        margin-bottom: 30px;
    }

    #handball-player {
        position: relative;
        top: 0;
        left: calc(50% - 420px);
        order: 3;
        height: 300px;
    }

    #handball-player::before {
        top: 25px;
        height: 240px;
        right: 240px;
    }

    #football-player {
        position: relative;
        top: 0;
        order: 4;
        margin-top: -300px;
        height: 300px;
        left: calc(50% + 10px);
    }

    #football-player::before {
        top: 25px;
        height: 240px;
        left: 250px;
    }

    #first-slide {
        margin-top: 0;
        padding: 30px 0;
    }

    #first-slide-message > div:nth-child(1) {
        font-size: 26px;
        line-height: 34px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 54px;
        line-height: 70px;
    }

    body {
        overflow-y: auto;
    }

    body::-webkit-scrollbar, #home-page::-webkit-scrollbar {
        display: none;
    }

    #home-page {
        max-height: initial;
    }

    #home-group-1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    #home-group-1-image-1 {
        width: 78vw;
        height: 300px;
    }

    #home-group-1 .home-group-text {
        margin-top: 60px;
        padding: 0 50px;
    }

    #home-group-1-image-2 {
        width: 55vw;
        height: 80px;
        top: 300px;
    }

    #home-group-1-image-2 > img:last-child {
        right: 21px;
    }

    .home-group-text {
        display: flex;
        flex-direction: column;
    }

    #home-group-1 .home-group-text > div:nth-child(1) {
        text-align: center;
        padding-right: 0;
        order: 2;
    }

    #home-group-1 .home-group-text > div:nth-child(1):after, #home-group-2 .home-group-text > div:nth-child(1):after,
    #home-group-3 .home-group-text > div:nth-child(1):after, #home-group-4 .home-group-text > div:nth-child(1):after {
        right: 0;
        margin: 0 auto;
    }

    #home-group-1 .home-group-text > div:nth-child(2) {
        margin: 50px 0 35px 0 !important;
        order: 3;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        justify-content: center;
        order: 1;
        flex-direction: column;
        position: absolute;
    }

    .home-group-text > div:nth-child(3) img {
        height: auto;
        width: 60px;
        max-height: 60px;
        object-fit: contain;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        top: -295px;
        right: 80px;
    }

    #home-group-2 {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 40px;
    }

    #home-group-2-image-2 {
        order: 1;
    }

    #home-group-2-image-1 {
        order: 2;
        margin-left: auto;
        margin-top: 0;
        width: 75vw;
        height: 300px;
    }

    #home-group-2-image-2 {
        top: 58px;
        left: 20vw;
    }

    #home-group-2 .home-group-text {
        order: 3;
        padding: 0 50px;
    }

    #home-group-2 .home-group-text > div:nth-child(1) {
        text-align: center;
        padding-right: 0;
    }

    #home-group-2 .home-group-text > div:nth-child(2) {
        margin-right: 0;
    }

    #home-group-2 .home-group-text > div:nth-child(3) {
        position: absolute;
        top: -340px;
        left: 50px;
        flex-direction: column;
    }

    #home-group-3 {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 20px;
        gap: 40px;
    }

    #home-group-3 .home-group-text {
        margin-top: 0;
    }

    #home-group-3-image-1 {
        width: 520px;
        height: 300px;
    }

    #home-group-3 .home-group-text > div:nth-child(1) {
        text-align: center;
        padding: 0 30px;
    }

    #home-group-3 .home-group-text > div:nth-child(2) {
        margin: 50px 50px 35px 50px;
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        position: absolute;
        flex-direction: column;
        right: 50px;
        top: -340px;
    }

    #home-group-4 {
        flex-direction: column;
        padding-bottom: 20px;
    }

    #home-group-4 > div:nth-child(1) {
        order: 3;
        padding: 120px 50px 0 50px;
    }

    #home-group-4 > div:nth-child(2) {
        order: 1;
    }

    #home-group-4 > div:nth-child(3) {
        order: 2;
    }

    #home-group-4-image-1 {
        margin-top: 0;
        margin-left: auto;
        height: 300px;
        width: 75vw;
    }

    #home-group-4-image-2 {
        top: 300px;
        height: 80px;
        width: 58vw;
    }

    #home-group-4-image-2 > img:last-child {
        left: 41px;
    }

    #home-group-4 .home-group-text > div:nth-child(1) {
        text-align: center;
        padding-right: 0;
    }

    #home-group-4 .home-group-text > div:nth-child(2) {
        margin-right: 0;
    }

    #home-group-4 .home-group-text > div:nth-child(3) {
        flex-direction: column;
        position: absolute;
        top: -300px;
        left: 50px;
    }

}

@media screen and (max-width: 1050px) {

    #contact-slide {
        padding: 50px 0;
    }

    #contacts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: fit-content;
        margin: 0 auto;
    }

    .contact {
        width: 320px;
    }

}

@media screen and (max-width: 950px) {

    footer {
        flex-direction: column;
        align-items: center;
        padding: 0 30px 50px 30px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

    #footer-logo {
        align-self: center;
    }

    footer > div:first-child {
        padding-right: 0;
        border-right: none;
        align-items: flex-start;
        width: 100%;
    }

    footer > div:last-child {
        padding-left: 0;
    }

    .footer-info {
        text-align: left;
        flex-direction: row-reverse;
        justify-content: flex-end;
        width: 240px;
    }

    #social-networks {
        justify-content: flex-start;
    }

    #by-your-side {
        margin-top: 20px;
    }

}

@media screen and (max-width: 900px) {

    #handball-player {
        height: 250px;
        left: calc(50% - 340px);
    }

    #handball-player::before {
        height: 210px;
        right: 190px;
    }

    #football-player {
        height: 250px;
        margin-top: -250px;
    }

    #football-player::before {
        height: 210px;
        left: 210px;
    }

    #first-slide-message > div:nth-child(1) {
        font-size: 24px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 52px;
        line-height: 64px;
    }

    #first-slide-contact-us-btn {
        font-size: 18px;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        right: 50px;
    }

    #home-group-1-image-1 {
        width: 84vw;
    }

    #home-group-2-image-1 {
        width: 78vw;
    }

    #home-group-2-image-2 {
        left: 16vw;
    }

    #home-group-4-image-1 {
        width: 80vw;
    }

}

@media screen and (max-width: 750px) {

    #handball-player {
        height: 220px;
        left: calc(50% - 300px);
    }

    #handball-player::before {
        height: 180px;
        right: 170px;
    }

    #football-player {
        height: 220px;
        margin-top: -220px;
        left: 50%;
    }

    #football-player::before {
        height: 180px;
        left: 180px;
    }

    #contacts {
        gap: 30px 40px;
    }

    .contact {
        width: 250px;
    }

}

@media screen and (max-width: 700px) {

    #home-group-1-image-1 {
        width: calc(100vw - 100px);
        height: 260px;
    }

    #home-group-1-image-2 {
        top: 260px;
        height: 60px;
        width: calc(100vw - 250px);
    }

    .home-group-text > div:nth-child(3) img {
        width: 50px;
        max-height: 50px;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        right: 40px;
        top: -248px;
    }

    #home-group-1 .home-group-text {
        margin-top: 40px;
        padding: 0 40px;
    }

    #home-group-1-image-1 img:last-child {
        right: 65px;
    }

    #home-group-1-image-2 > img:last-child {
        right: 33px;
    }

    #home-group-2-image-1 {
        height: 260px;
        width: calc(100vw - 170px);
    }

    #home-group-2 .home-group-text > div:nth-child(3) {
        top: -300px;
        left: 40px;
    }

    #home-group-2-image-2 {
        left: 105px;
        top: 40px;
    }

    #home-group-2 .home-group-text {
        padding: 0 40px;
    }

    #home-group-2-image-1 img:last-child {
        left: 65px;
    }

    #home-group-3-image-1 {
        height: 260px;
        max-width: calc(100vw - 100px);
    }

    #home-group-3 .home-group-text > div:nth-child(2) {
        margin-left: 40px;
        margin-right: 40px;
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        top: -300px;
        right: 40px;
    }

    #home-group-3-image-1 img:last-child {
        right: 64px;
    }

    #home-group-4-image-1 {
        height: 260px;
    }

    #home-group-4-image-1 img:last-child {
        left: 65px;
    }

    #home-group-4-image-2 {
        top: 260px;
        height: 60px;
    }

    #home-group-4-image-2 > img:last-child {
        left: 31px;
    }

    #home-group-4 .home-group-text > div:nth-child(3) {
        top: -260px;
        left: 40px;
    }

    #home-group-4 > div:nth-child(1) {
        padding: 100px 40px 0 40px;
    }

}

@media screen and (max-width: 650px) {

    #handball-player {
        height: 190px;
        left: calc(50% - 260px);
    }

    #handball-player::before {
        height: 150px;
        right: 150px;
    }

    #football-player {
        height: 190px;
        margin-top: -185px;
    }

    #football-player::before {
        height: 150px;
        left: 160px;
        top: 20px;
    }

    .contact {
        width: 230px;
    }

    .contact-job {
        font-size: 13px;
        line-height: 16px;
    }

    #home-group-2-image-1 {
        height: 260px;
        width: calc(100vw - 130px);
    }

    #home-group-2-image-2 {
        left: 90px;
    }

}

@media screen and (max-width: 600px) {

    #mobile-logo {
        width: 300px;
    }

    #handball-player {
        height: 160px;
        left: calc(50% - 220px);
    }

    #handball-player::before {
        height: 120px;
        right: 125px;
    }

    #football-player {
        height: 160px;
        margin-top: -155px;
    }

    #football-player::before {
        height: 120px;
        left: 135px;
    }

    #first-slide-message > div:nth-child(1) {
        font-size: 20px;
        line-height: 28px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 48px;
        line-height: 58px;
    }

    #first-slide-contact-us-btn {
        margin-top: 18px;
    }

}

@media screen and (max-width: 550px) {

    #mobile-logo {
        width: 280px;
    }

    #contacts {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .contact {
        width: 100vw;
    }

    #home-group-1 .home-group-text {
        margin-top: 30px;
        padding: 0 30px;
    }

    #home-group-2 .home-group-text {
        padding: 0 30px;
    }

    #home-group-3 .home-group-text > div:nth-child(2) {
        margin-left: 30px;
        margin-right: 30px;
    }

    #home-group-4 > div:nth-child(1) {
        padding: 100px 30px 0 30px;
    }

    .home-group-text > div:nth-child(1) {
        font-size: 34px;
        line-height: 44px;
    }

    #contact-slide-title-1 {
        font-size: 34px;
    }

    #home-group-1-image-1 {
        height: 220px;
        width: calc(100vw - 75px);
    }

    #home-group-1-image-2 {
        top: 220px;
        height: 50px;
        width: calc(100vw - 210px);
    }

    .home-group-text > div:nth-child(3) {
        height: 48px;
    }

    .home-group-text > div:nth-child(3) img {
        width: 45px;
        max-height: 45px;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        top: -218px;
        right: 30px;
    }

    #home-group-2-image-2 {
        width: 260px;
        height: 150px;
        top: 44px;
        left: 70px;
    }

    #home-group-2-image-1 {
        height: 240px;
        width: calc(100vw - 100px);
    }

    #home-group-2-image-2 img:first-child {
        top: -16px;
    }

    #home-group-2-image-2::before {
        top: -16px;
    }

    #home-group-2 .home-group-text > div:nth-child(3) {
        top: -280px;
        left: 30px;
    }

    #home-group-3-image-1 {
        height: 240px;
        max-width: calc(100vw - 80px);
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        top: -280px;
        right: 30px;
    }

    #home-group-4-image-1 {
        height: 220px;
        width: calc(100vw - 80px);
    }

    #home-group-4-image-2 {
        top: 220px;
        height: 50px;
        width: calc(100vw - 180px);
    }

    #home-group-4-image-2 > img:last-child {
        left: 26px;
    }

    #home-group-4 .home-group-text > div:nth-child(3) {
        top: -220px;
        left: 30px;
    }

}

@media screen and (max-width: 500px) {

    #mobile-logo {
        width: 260px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 44px;
        line-height: 54px;
    }

    #home-group-1-image-1 {
        height: 180px;
    }

    #home-group-1-image-2 {
        top: 180px;
        height: 40px;
        width: calc(100vw - 170px);
    }

    .home-group-text > div:nth-child(3) {
        gap: 18px;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        top: -192px;
    }

    #home-group-1 .home-group-text {
        margin-top: 20px;
    }

    #home-group-1 .home-group-text {
        padding: 0 20px;
    }

    #home-group-1-image-1 {
        width: calc(100vw - 70px);
    }

    #home-group-2 .home-group-text {
        padding: 0 20px;
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        top: -268px;
    }

    #home-group-3 .home-group-text > div:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px;
    }

    #home-group-4 > div:nth-child(1) {
        padding: 85px 20px 0 20px;
    }

}

@media screen and (max-width: 450px) {

    #mobile-logo {
        width: 250px;
    }

    #first-slide {
        padding-top: 20px;
    }

    #handball-player {
        height: 140px;
        left: calc(50% - 190px);
    }

    #handball-player::before {
        height: 115px;
        right: 105px;
        top: 15px;
    }

    #football-player {
        height: 140px;
        margin-top: -140px;
    }

    #football-player::before {
        height: 115px;
        left: 115px;
        top: 15px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 40px;
        line-height: 50px;
    }

    #contact-slide-title-1 {
        font-size: 34px;
        line-height: 26px;
    }

    #contact-slide-title-2 {
        margin-bottom: 40px;
    }

    .home-group-text > div:nth-child(3) img {
        width: 40px;
        max-height: 40px;
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        right: 20px;
    }

    #home-group-1-image-1 {
        height: 170px;
        width: calc(100vw - 50px);
    }

    #home-group-1-image-2 {
        top: 170px;
        height: 35px;
        width: calc(100vw - 150px);
    }

    #home-group-1 .home-group-text > div:nth-child(3) {
        top: -172px;
    }

    #home-group-1-image-1 img:last-child {
        right: 66px;
    }

    #home-group-1 .home-group-text {
        margin-top: 5px;
    }

    #home-group-2-image-1 {
        height: 200px;
        width: calc(100vw - 70px);
    }

    #home-group-2-image-2 {
        width: 220px;
        top: 32px;
        left: 50px;
    }

    #home-group-2-image-2 img:first-child {
        height: 100%;
    }

    #home-group-2 .home-group-text > div:nth-child(3) {
        top: -245px;
        left: 20px;
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        right: 20px;
    }

    #home-group-3-image-1 {
        height: 200px;
        max-width: calc(100vw - 60px);
    }

    #home-group-3 .home-group-text > div:nth-child(3) {
        top: -243px;
    }

    #home-group-3-image-1 img:last-child {
        right: 65px;
    }

    #home-group-4-image-1 {
        height: 170px;
        width: calc(100vw - 60px);
    }

    #home-group-4-image-2 {
        top: 170px;
        height: 35px;
        width: calc(100vw - 150px);
    }

    #home-group-4-image-2 > img:last-child {
        left: 19px;
    }

    #home-group-4 .home-group-text > div:nth-child(3) {
        left: 20px;
    }

    #home-group-4 .home-group-text > div:nth-child(3) {
        top: -170px;
    }

    .home-group-text > div:nth-child(1) {
        font-size: 30px;
        line-height: 40px;
    }

    #contact-slide-title-1 {
        font-size: 30px;
    }

}

@media screen and (max-width: 420px) {

    #mobile-logo {
        width: 230px;
    }

    #handball-player {
        height: 130px;
        left: calc(50% - 170px);
    }

    #handball-player::before {
        height: 105px;
    }

    #football-player {
        height: 130px;
        margin-top: -130px;
    }

    #football-player::before {
        height: 105px;
        left: 110px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 38px;
        line-height: 46px;
    }

}

@media screen and (max-width: 400px) {

    #mobile-logo {
        width: 220px;
    }

    #footer-logo {
        width: calc(100vw - 100px);
    }

}

@media screen and (max-width: 380px) {

    #mobile-logo {
        width: 210px;
    }

    #first-slide-message > div:nth-child(2) {
        font-size: 36px;
        line-height: 44px;
    }

}
