.footer-pc {
    margin: 3.125vw 10vw 0vw 10vw;
}

.footer-pc .t-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1.25vw;
}

.footer-pc .t-container .logo-text {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    color: #444651;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

.footer-pc .t-container .logo-text img {
    width: 5.52vw;
}

.footer-pc .t-container .contacts {
    display: flex;
    align-items: start;
    gap: 1.25vw;
}

.footer-pc .t-container .contacts .item {
    width: 12.29vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.footer-pc .t-container .contacts .item .title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #828689;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 400;
}

.footer-pc .t-container .contacts .item .title img {
    width: 1.041vw;
    height: 1.041vw;
}

.footer-pc .t-container .contacts .item .description {
    color: #444651;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

.footer-pc .c-container {
    margin: 1.875vw 0vw;
    padding: 2.08vw 0vw;
    border-top: 1px solid #EDF0F2;
    border-bottom: 1px solid #EDF0F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-pc .c-container .site-link {
    display: flex;
    align-items: center;
    gap: 1.25vw;
}

.footer-pc .c-container .site-link .item {
    color: #444651;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

.footer-pc .c-container .site-link .item a {
    color: #444651;
    transition: color 300ms ease;
}

.footer-pc .c-container .site-link .item a:hover {
    color: #42A5F5;
}

.footer-pc .c-container .soc-time {
    display: flex;
    align-items: center;
    gap: 2.5vw;
}

.footer-pc .c-container .soc-time .soc-wrapper {
    display: flex;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 5px;
    border: 1px solid #C7D0DA;
    outline: 1px solid rgba(199, 208, 218, 0.5);
    transition: background-color 300ms ease;
    cursor: pointer;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item .inst {
    width: 0.93vw;
    height: 0.93vw;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item .fb {
    width: 0.625vw;
    height: 1.041vw;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item .tik-tok {
    width: 0.93vw;
    height: 1.041vw;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item-wrapper {
    margin-left: 0.625vw;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item-wrapper:first-child {
    margin-left: 0vw;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item path {
    transition: fill 300ms ease;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item:hover {
    background-color: #2074d4;
}

.footer-pc .c-container .soc-time .soc-wrapper .btn-item:hover path {
    fill: #FFFFFF;
}

.footer-pc .c-container .soc-time .schedule {
    width: 25.65vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.footer-pc .c-container .soc-time .schedule .title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #828689;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 400;
}

.footer-pc .c-container .soc-time .schedule .title img {
    width: 1.041vw;
    height: 1.041vw;
}

.footer-pc .c-container .soc-time .schedule .description {
    color: #444651;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

.footer-pc .b-container {
    margin: 1.875vw 0vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-pc .b-container .item {
    color: #828689;
    font-size: 0.833vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

.footer-pc .b-container .item a {
    color: #828689;
    transition: color 300ms ease;
}

.footer-pc .b-container .item a:hover {
    color: #42A5F5;
}





.footer-mobile {
    display: none;
}

@media (max-width: 768px) {
    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: block;
        padding: 9.23vw 6.15vw;
    }

    .footer-mobile .t-container .logo-text {
        display: flex;
        align-items: center;
        gap: 6.15vw;
        color: #444651;
        font-family: "Inter Tight", serif;
        font-weight: 500;
        font-size: 4.1vw;
    }

    .footer-mobile .t-container .logo-text img {
        width: 27.17vw;
    }

    .footer-mobile .t-container .contacts {
        margin-top: 9.23vw;
        display: flex;
        flex-direction: column;
        gap: 4.61vw;
    }

    .footer-mobile .t-container .contacts .line {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .footer-mobile .t-container .contacts .line .item {
        display: flex;
        flex-direction: column;
        gap: 3.07vw;
        width: calc(50% - 1.53vw);
    }

    .footer-mobile .t-container .contacts .item .title {
        display: flex;
        align-items: center;
        gap: 1.53vw;
    }

    .footer-mobile .t-container .contacts .item .title img {
        width: 5.12vw;
        height: 5.12vw;
    }

    .footer-mobile .t-container .contacts .item .title .text {
        color: #828689;
        font-family: "Inter Tight", serif;
        font-weight: 400;   
        font-size: 4.1vw;
    }

    .footer-mobile .t-container .contacts .item .description {
        color: #444651;
        font-family: "Inter Tight", serif;
        font-weight: 500;
        font-size: 4.1vw;
    }

    .footer-mobile .t-container .contacts .schedule {
        display: flex;
        flex-direction: column;
        gap: 3.07vw;
    }

    .footer-mobile .t-container .contacts .schedule .title {
        display: flex;
        align-items: center;
        gap: 1.53vw;
        color: #828689;
        font-family: "Inter Tight", serif;
        font-size: 4.1vw;
        font-weight: 400;
    }

    .footer-mobile .t-container .contacts .schedule .title img {
        width: 5.12vw;
        height: 5.12vw;
    }

    .footer-mobile .t-container .contacts .schedule .description {
        color: #444651;
        font-family: "Inter Tight", serif;
        font-weight: 500;
        font-size: 4.1vw;
    }

    .footer-mobile .t-container .contacts .soc-wrapper {
        display: flex;
        gap: 3.07vw;
    }
    
    .footer-mobile .t-container .contacts .soc-wrapper .btn-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15.38vw;
        height: 15.38vw;
        border-radius: 5px;
        border: 1px solid #C7D0DA;
        outline: 1px solid rgba(199, 208, 218, 0.5);
        transition: background-color 300ms ease;
        cursor: pointer;
    }

    .footer-mobile .t-container .contacts .soc-wrapper .btn-item .inst {
        width: 4.35vw;
        height: 4.35vw;
    }

    .footer-mobile .t-container .contacts .soc-wrapper .btn-item .fb {
        width: 2.82vw;
        height: 5.12vw;
    }

    .footer-mobile .t-container .contacts .soc-wrapper .btn-item .tik-tok {
        width: 4.35vw;
        height: 4.87vw;
    }

    .footer-mobile .c-container {
        margin: 9.23vw 0vw;
        padding: 6.15vw 0vw;
        border-top: 1px solid #EDF0F2;
        border-bottom: 1px solid #EDF0F2;
    }

    .footer-mobile .c-container .site-link {
        display: flex;
        align-items: center;
        gap: 6.15vw;
    }

    .footer-mobile .c-container .site-link .item {
        color: #444651;
        font-family: "Inter Tight", serif;
        font-size: 4.1vw;
        font-weight: 500;
    }
    
    .footer-mobile .c-container .site-link .item a {
        color: #444651;
    }

    .footer-mobile .b-container {
        margin-top: 9.23vw;
        display: flex;
        flex-direction: column;
        gap: 3.07vw;
    }
    
    .footer-mobile .b-container .item {
        color: #828689;
        font-family: "Inter Tight", serif;
        font-size: 4.1vw;
        font-weight: 500;
    }
    
    .footer-mobile .b-container .item a {
        color: #828689;
    }
}