@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.vk_body1 {
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 12pt;
    background: #ffffff;
    color: #000000;}

.html {
    scroll-behavior: smooth;
}


.vk_header_blok_flex_space_around1 {
    display: flex;
    flex-wrap: wrap;
    background: #009999;
    color: #FFD073;
    align-items: center;
    justify-content: space-around;}


.vk_header_blok_flex_space_around2 {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    background: #009999;
    color: #FFD073;
    align-items: center;
    justify-content: space-around;}


.vk_header_blok_flex_space_around3 {
    display: flex;
    flex-wrap: wrap;
    background: #009999;
    color: #FFD073;
    align-items: center;
    justify-content: space-around;}


.vk_header_blok1 {
    width: auto;
    border-radius: 0;
    border-bottom: 1px solid #009999;
    padding: 1px;
    margin: 0;}


.vk_header_blok2 {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    font-size: 12pt;
    margin-top: 0px;}


.vk_global_blok1 {
    border-radius: 0px;
    background: #009999;
    border: 2px solid #006363;
    padding: 1px;
    margin: 0;}


.vk_global_blok2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #ffffff;
    padding: 0px;
    margin: 0;
    width: 85%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;}


.vk_header_btn1 {
    background: #009999;
    color: #FFBF40;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 10px;
    margin-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-size-adjust: 100%;
    border: 1px solid #009999;
    border-radius: 0px;
    text-decoration: none;}
.vk_header_btn1:hover {background: #006363; color: #FFBF40; border: 1px solid #006363;}


.vk_text_global1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFD073;}

.vk_text_global2 {
    width: 85%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFD073;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: justify;}


.vk_text_global3 {
    width: 85%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    color: #006363;
    margin-bottom: 25px;
    border: 2px solid #009999;
    line-height: 1.6;
    text-align: justify;}


.vk_text_global4 {
    width: 95%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    background: #1D7373;
    color: #ffffff;
    border: 1px solid #006363;
    border-radius: 15px 15px 0px 0px;
    line-height: 1.6;
    text-align: justify;}


.vk_text_global5 {
    width: 95%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    background: #009999;
    color: #FFD073;
    border: 1px solid #006363;
    border-radius: 0px 0px 0px 0px;
    line-height: 1.6;
    text-align: justify;}


.vk_text_global6 {
    width: 95%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    background: #FFD073;
    color: #1D7373;
    border: 1px solid #006363;
    border-radius: 0px 0px 15px 15px;
    line-height: 1.6;
    text-align: justify;}


.vk_text_global7 {
    width: 95%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    background: #FFD073;
    color: #1D7373;
    border: 1px solid #006363;
    border-radius: 15px 15px 15px 15px;
    line-height: 1.6;
    text-align: justify;}


.vk_profile_image1 {
    width: 200px; 
    height: 200px;
    border-radius: 50%; 
    border: 5px solid #FFBF40;
    object-fit: cover;}


.vk_text_global4 img {
    float: left; /* Картинка розташовується зліва */
    width: 220px; /* Ширина картинки */
    height: auto; /* Пропорційна висота */
    margin-right: 15px; /* Відступ між картинкою і текстом */
    margin-bottom: 10px; /* Відступ знизу для кращого вигляду */}


.h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: center; /* Центруємо всі заголовки */
    margin: 20px 0; /* Встановлюємо відступи */
}



