@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');


body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.article-container {
    max-width: 1111px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.article-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.article-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 20px;
}

.article-content {
    line-height: 1.6;
    margin-bottom: 15px;
}

.article-subtitle {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-list {
    margin: 10px 0;
    padding-left: 20px;
}

.article-list li {
    margin-bottom: 5px;
}


.box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    background: #f3f3f3;
    font-family: 'Poppins', sans-serif;
}

.box h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
    ;
    width: 100%;
    text-align: center;
    color: #0C6082;
    font-size: 3em;
    text-transform: capitalize;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
}

.box h1:nth-child(2) {
    background: #f3f3f3;
    color: #fff;
    overflow: hidden;
    z-index: 2;
    transition: 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}

.box h1:nth-child(2):hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.box h1:nth-child(1):hover~h1 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);

}


.imgheader {
    display: flex;
    max-width: 1111px;
    margin: 0 auto;
}

.imgheader a img {
    border-radius: 10px;
}



.arrowup a {
    display: flex;
    color: #f3f3f3;
    justify-content: center;

}



.scrollTop {
    outline: none;
    border: 0;
    background-color: white;
    width: 33px;
    height: 33px;
    padding: 8px;
    margin: -27px;
    margin-bottom: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}    

.scrollTop.active {
    opacity: 1;
    visibility: visible;
}


.scrollTop img {
    outline: none;
    border: 0;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.scrollTop img:hover {
    background-color: #6A518F;
}

/* Хлібні крихти */
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}
.breadcrumbs a {
    color: #007bff;
    text-decoration: none;
}
.breadcrumbs span {
    color: #333;
}

/* CTA блок 
div.cta-block {
    text-align: center !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    margin: 20px 0 !important;
}
div.cta-block p {
    margin: 0 !important;
    font-size: 18px !important;
}*/

/* CTA блок */

.cta-block {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    margin: 20px 0;
}
.cta-block p {
    margin: 0;
    font-size: 18px;
} 

/* Кнопки "Поділитися" 
.share-buttons {
    text-align: center;
    margin: 20px 0;
}
.share-buttons h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.share-buttons a {
    margin: 0 10px;
    color: #fff;
    background: #007bff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}
.share-buttons a:hover {
    background: #0056b3;
}*/

/* Блок "Про наш сервіс" 
#about-service-container .center.decor {
    min-height: 200px;
    padding: 20px;
}
#about-service-container .info {
    max-width: 800px;
    margin: 0 auto;
}

*/








