@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.w-1250{
    width: 1250px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px 20px 25px 20px;
    margin-top: 20px;
    text-align: center;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 18px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
}


.velomahazyn-kulykiv{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.velomahazyn-kulykiv .right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.velomahazyn-kulykiv .right div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.internet-mahazyn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.internet-mahazyn div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.phone-link{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
}




button {
    background-color: #ffcc00;
    border: 2px solid #ffcc00;
    padding: 12px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

button a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

button:hover {
    background-color: #ffffff;
    border-color: #e2e2e2;
}

button:hover a {
    color: #000000;
}

img {
    width: 24px;
    height: 24px;
    object-fit: contain

}

.rowerstore-logo{
    width: 500px;
    height: 100px;
    object-fit: contain;
}

.velomahazyn-img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.icon-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.icon-a:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}
