/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

/*DEFAULT*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */

:focus {
    outline: 0;
}

strong {
    font-weight: 600;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 1px solid #ccc;
}

th,
td {
    text-align: left;
    padding: 4px;
    border: 1px solid #020409 !important;
    text-align: center !important;
}

td {
    padding: 10px 20px;
    border: 1px solid #020409 !important;
}

th {
    background: #F1F1F1 !important;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

a:focus {
    outline: none !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

:root {
    --footer-bg-first: #0078a9;
    --footer-bg-second: #102030;
    --color-white: #F1F1F1;
    --color-yellow: #FCCD00;
    --color-blue: #1e70b8;
    --page-header: #5d8daf;
}

body {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    /* font-family: 'Ubuntu', ui-sans-serif, system-ui, -apple-system, sans-serif; */
    font-family: 'Ubuntu', sans-serif !important;
    height: 100%;
    background: url("../images/background.png");
}

p {
    padding: 0;
    margin: 0;
}

.hamburger-menu-box {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

main ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 15px;
}


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    direction: ltr;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #414141;
    font-display: swap;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin: 0;
    /* 2 */
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* main {
    min-height: 100%;
    padding-top: 64px;
} */


/* 
@media(max-width: 1200px) {
    main {
        padding-top: 64px;
    }
} */

.vh-70 {
    height: 70vh;
}

@media (min-width: 1200px) {
    .height-100-desktop {
        height: 100% !important;
    }
}

.yellow-bg {
    background-color: var(--color-yellow) !important;
}

.yellow-color {
    color: var(--color-yellow);
}

.yellow-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--color-yellow);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.yellow-button:hover {
    color: #fff;
    background: #004AAD;
}

.copywrite__item {
    color: #000;
    font-weight: bold;
}


/*# FOOTER #*/

.footer {
    position: relative;
    flex: 0 0 auto;
}

.footer__copy {
    padding: 5px 0;
    color: var(--color-white);
    background: #FCCD00;
}

.footer__main {
    background: #000;
    padding: 50px 0;
}

.fa {
    color: #020409;
}

.footer-big-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-white);
    padding-bottom: 15px;
}

.footer__network_item {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5em;
}

.footer__network_item:not(:last-child) {
    margin-right: 10px;
}

.footer__network_item .fa::before {
    color: #FCCD00;
}

.footer__network_item .fa:hover:before {
    color: #004AAD;
}

.footer__donate_link {
    text-decoration: none;
    color: var(--color-white);
    padding: 15px 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    transition: 0.3s ease-in-out;
    transform: translateX(0);
    background: var(--color-blue);
}

.footer__donate_link:hover {
    background: var(--color-yellow);
    color: #020409;
}

.footer__network_item {
    text-decoration: none;
}

.footer__donate_link .fa {
    color: #020409;
    padding-right: 10px;
    transition: 0.3s ease-in-out;
}

.footer__donate_link:hover .fa {
    color: #020409;
    padding-right: 10px;
}

.footer__contacts a {
    color: #fff;
    text-decoration: none;
}

.footer__contacts a:hover {
    text-decoration: none;
    color: #fff;
}

.footer__contacts_phone {
    color: var(--color-white);
    font-size: 16px;
}

.footer__contacts_email {
    color: var(--color-white);
    font-size: 16px;
}

.footer-small-title {
    color: #fff;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}


/*# MENU #*/

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.menu-item a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    letter-spacing: 1.2px;
    width: 100%;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .menu-item a {
        color: #000;
    }
}

.current_page_item a {
    color: var(--color-blue);
}

.current-menu-item a {
    color: #FCCD00;
}

@media (max-width: 1200px) {
    .menu-item a {
        font-size: 22px;
    }
}


/*# Breadcrumbs #*/

.breadcrumbs__item:not(:last-child) {
    padding-right: 15px;
    position: relative;
    display: inline;
}

.breadcrumbs__item:first-child .fa {
    color: var(--color-white);
}

.breadcrumbs__item:not(:last-child) {
    padding-left: 10px;
    color: var(--color-white);
    font-weight: 700;
    text-decoration: none;
}

.breadcrumbs__item:last-child {
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline;
    z-index: 3;
    position: relative;
}

.breadcrumbs__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #FCCD00;
    border-bottom: 1px solid #FCCD00;
    transform: rotate(-45deg);
}

.breadcrumbs__item a {
    text-decoration: none;
}

.breadcrumbs__item:not(:last-child):hover {
    text-decoration: underline;
}


/*# Page Header #*/

.page-header {
    background: #FCCD00;
    padding: 25px 0;
    position: relative;
    background-size: cover;
}

.page-header__title {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    z-index: 3;
    position: relative;
}


/* .page-header__title::before {
    content: '';
    height: 7px;
    bottom: -10px;
    position: absolute;
    left: 0%;
    background: #FCCD00;
    width: 20%;
} */

@media (min-width: 999px) {
    .page-header__title {
        max-width: 700px;
    }
}

@media (max-width: 999px) {
    .page-header__title {
        font-size: 32px;
    }
}

.page-header__post {
    height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    background-position: center center;
    color: #fff;
}

.page-header__button {
    color: #000;
    opacity: 1;
    z-index: 9;
    position: relative;
    background: #FCCD00;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    transition: ease-out 0.3s;
}

.page-header__button:hover {
    background: #004AAD;
    color: #fff;
}

.page-header__post::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
}

@media (max-width: 999px) {
    .page-header__post {
        align-items: center;
    }
}


/*# Contacts #*/

.contact {
    padding: 70px 0;
    margin-top: 50px;
}

.contact__title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.contact__description {
    color: #4C4C4C;
    font-size: 16px;
}

.contact__list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact__list li:not(:last-child) {
    margin-bottom: 15px;
}

.contact__list li i {
    color: #FCCD00;
    padding-right: 10px;
}

.contact .contact-form__item {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #FCCD00;
    border-radius: 0;
}

.contact .contact-form__item:focus {
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #004AAD;
    box-shadow: none
}

.contact .contact-form__label {
    font-weight: bold;
}

.contact .contact-form__submit {
    background: #FCCD00;
    color: #000;
    padding: 10px 15px;
    transition: ease-out 0.3s;
}

.contact .contact-form__submit:hover {
    background: #004AAD;
    color: #fff;
}


/*# Team #*/

.team {
    padding: 50px 0;
}

.team__name {
    color: rgb(93, 141, 175);
    font-size: 22px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}

.team__name:hover {
    cursor: pointer;
    background: rgb(93, 141, 175);
    color: #fff;
    transition: ease-out 0.3s;
}

.team__position {
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.team__title {
    font-size: 44px;
    color: rgb(93, 141, 175);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.01em;
    animation-delay: 1000ms;
    margin-bottom: 20px;
}

@media (max-width: 999px) {
    .team__title {
        font-size: 30px;
    }
}

.team__item {
    border: 1px solid rgb(93, 141, 175);
    height: 100%;
}

.team__our-team {
    font-size: 2.75em;
    color: rgb(93, 141, 175);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.01em;
    animation-delay: 1000ms;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
}

.team__image img {
    max-height: 335px;
    object-fit: cover;
}

.team__image img:hover {
    cursor: pointer;
}


/*# Advisor #*/

.advisor {
    padding: 50px 0;
}


/*# Privacy Policy #*/

.privacy-policy {
    padding: 50px 0;
}


/*# MENU #*/

.menu .sub-menu {
    display: none;
    /* Спочатку підменю заховано */
    position: absolute;
    flex-direction: column;
    background-color: #000;
    /*min-width: 340px;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    top: 100%;
    /* Позиціонуємо підменю безпосередньо під пунктом меню */
    left: 0;
    /* Вирівнюємо підменю з лівою стороною пункту меню */
    list-style: none;
    border-top: 2px solid #FCCD00;
}

.menu-item:hover .sub-menu {
    display: flex;
}

.menu-item a:hover {
    color: #FCCD00;
}


/* .menu-item__contact {
    border: 1px solid #FCCD00;
} */

.menu-item__contact a {
    padding: 5px 10px;
    transition: ease-out 0.3s;
    background: #FCCD00;
    border-radius: 5px;
    color: #000;
}

.menu-item__contact a:hover {
    background: #004AAD;
    color: #fff;
}


/*# Main Image #*/

.main-image {
    height: calc(100% - 183px);
}

.main-image img {
    width: 100%;
    height: 100%;
}

.top {
    padding: 50px 0;
}

.top img {
    border: 3px solid #FCCD00;
}

.top__title {
    font-size: 42px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
    animation-delay: 1000ms;
    margin-bottom: 30px;
    text-align: left;
    /* font-size: 44px;
    color: #004AAD;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.01em;
    animation-delay: 1000ms;
    margin-bottom: 20px; */
}

@media (max-width: 999px) {
    .top__title {
        font-size: 32px;
    }
}

.top__text ul li {
    position: relative;
}

.top__text ul li:not(:last-child) {
    margin-bottom: 20px;
}

.top__text ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1e70b8;
    left: -30px;
    border-radius: 50%;
    top: 4px;
    bottom: 0;
}

.top__text blockquote {
    font-weight: 700;
    letter-spacing: 1.5px;
}

.top__text p,
.top__text ul li {
    font-size: 16px;
    color: #000;
}

.about-list__item {
    padding: 50px 0;
}

.right-side {
    position: relative;
}

.right-side div:first-child {
    order: 2;
}

.right-side div:last-child {
    order: 1;
}


/*# Error #*/

.error {
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.error__title {
    font-size: 82px;
    color: #020409;
    text-align: center;
}

.error__subtitle {
    font-size: 22px;
    color: #020409;
    text-align: center;
}


/*bord*/

.bord__item {
    position: relative;
}

.bord__image img {
    max-height: 235px;
    object-fit: cover;
}

.bord__item:hover .bord__image img {
    transform: scale(1.1);
}

.bord__link:hover .bord__title {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.bord__image {
    overflow: hidden;
}

.bord__image img {
    transition: transform 0.3s;
}

.bord {
    box-shadow: 0px 12px 36px -6px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.bord__title {
    color: #004AAD;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    transition: ease-out 0.5s;
}

.bord__title:hover {
    color: #004865;
}

.bord__read-more_events {
    background: #004AAD;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    transition: ease-out 0.3s;
}

.bord__read-more_events:hover {
    color: #fff;
    background: #FCCD00;
}

.bord__read-more {
    background: #FCCD00;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    transition: ease-out 0.3s;
}

.bord__read-more:hover {
    color: #fff;
    background: #004AAD;
}


/*pagination*/

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #004AAD;
    border-color: #004AAD;
    border-radius: 0 !important;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
    border-radius: 0;
}

.pagination .page-link {
    padding: 0.375rem 0.75rem;
    color: #004AAD;
    border-radius: 0 !important;
}


/*pagination*/


/*bord*/

.logo {
    text-decoration: none;
    display: flex;
    min-width: 180px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.logo:hover {
    color: #fff;
}

.logo__image {
    width: 100%;
    max-width: 50px;
    min-height: 50px;
}

.sub-menu .menu-item a {
    font-size: 14px;
}

.sub-menu.open li a {
    font-size: 16px;
}

.hide-desktop {
    display: block;
}

@media(max-width: 1200px) {
    .hide-desktop {
        display: none;
    }
}

.hide-mobile {
    display: block;
}

@media(max-width: 1200px) {
    .hide-mobile {
        display: none;
    }
}

.noscroll {
    overflow: hidden;
}

.home__inform-block {
    border: 1px solid #1e70b8;
    padding: 30px;
}

.fa-heart:before {
    content: "\f004";
    color: #fff;
}


/*                                                      */

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 1px 0px 8px -2px #000;
}

.navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
}

@media(max-width: 1023px) {
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        z-index: 10;
        overflow-y: auto;
        background-color: var(--color-white);
        box-shadow: var(--shadow-medium);
        transition: all 0.5s ease-in-out;
    }
}

.menu.is-active {
    top: 0;
    left: 0;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    margin: 1.25rem;
    list-style: none;
}

.menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--color-black);
    transition: all 0.3s ease;
}

.menu-link:hover {
    color: var(--color-blue-200);
}

@media only screen and (min-width: 1024px) {
    .menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin-left: auto;
        background: none;
        box-shadow: none;
    }
    .menu-inner {
        display: flex;
        flex-direction: row;
        column-gap: 1.75rem;
        margin: 0 auto;
    }
    .menu-link {
        text-transform: capitalize;
    }
    .menu-block {
        margin-left: 2rem;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    order: -1;
    width: 2rem;
    height: auto;
    border: none;
    outline: none;
    visibility: visible;
}

.burger-line {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 2px;
    margin: 6px auto;
    transform: rotate(0deg);
    border-radius: 1rem;
    background: #004AAD;
}

@media only screen and (min-width: 1024px) {
    .burger {
        display: none;
        visibility: hidden;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

.overlay.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.search-toggle,
.search-cancel {
    display: block;
    cursor: pointer;
    font-size: 1.45rem;
    line-height: inherit;
    color: var(--color-black);
}

.search-block {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background-color: var(--color-white);
    transition: all 0.35s ease-in-out;
}

.search-block.is-active {
    top: 0;
    right: 0;
}

.search-form {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.search-input {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 0.65rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: var(--color-black);
    background-color: var(--color-light);
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button {
    display: none;
    visibility: hidden;
}


/* image-section */

.image-section {
    background-size: cover;
    height: 100vh;
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    /* background-position: bottom; */
    /* background-size: cover; */
    width: 100%;
}

.image-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.image-section__inner {
    position: relative;
    z-index: 3;
    color: #000;
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 25%;*/
    margin: auto;
    display: flex;
    font-weight: bold;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 70px;
}

.image-section__title {
    font-size: 32px;
    line-height: 110%;
    font-weight: bold;
}

.image-section__title ul {
    list-style: disc;
    font-family: "Rubik", sans-serif;
}

.image-section__title li::marker {
    color: var(--footer-bg-first);
}

.image-section__title li:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .image-section__title {
        font-size: 50px;
        max-width: 100%;
        line-height: 110%;
        font-weight: bold;
    }
}

.image-section__buttons {
    display: flex;
    flex-direction: column;
    margin-top: 25px
}

.image-section__buttons-item:not(:last-child) {
    margin-bottom: 10px;
}

.image-section__buttons-link {
    color: #fff;
    text-decoration: none;
    background: var(--footer-bg-first);
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid var(--footer-bg-first);
    transition: ease-out 0.3s;
}

.image-section__buttons-link:hover {
    background: none;
    border: 2px solid #fff;
    color: #FFFFFF;
}


/* Slider */

.slider-section {
    position: relative;
    padding: 50px 0;
}

.slide__img {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}


/* .slick-slide:not(:last-child) {
    padding-right: 30px;
} */

.slider-section .slick-slide {
    margin: 0 5px;
    /*height: 295px;*/
    display: flex;
    justify-content: space-between;
}

.slick-list {
    margin: 0 -5px;
}


/*.slider-section .slide__item {*/


/*    height: 100%;*/


/*    display: flex;*/


/*    flex-direction: column;*/


/*    justify-content: space-between;*/


/*}*/

.slide__title {
    font-weight: 700;
}


/* the parent */

.slick-track {
    margin: 0 -5px;
}


/*.slide__profile {*/


/*    margin-top: 15px;*/


/*}*/

.slide__image img {
    border-radius: 50%;
    border: 3px solid #FCCD00;
}

.slide__name {
    font-weight: 700;
}


/* .slide__img {
    padding: 20px;
} */

.slide__img img {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .slide__img img {
        height: 288px;
    }
}

@media only screen and (max-width: 767px) {
    .slider__arrows {
        display: none;
    }
}

.slider__arrows-prev.slick-arrow {
    width: 30px;
    height: 50px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 9;
    /*background: #fff;*/
    bottom: 0;
    /* margin: auto; */
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.slider__arrows {
    padding: 0;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
}

.slider__arrows-next.slick-arrow {
    width: 30px;
    height: 50px;
    /* position: absolute; */
    right: 0;
    top: 0;
    z-index: 9;
    /*background: #fff;*/
    bottom: 0;
    /* margin: auto; */
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.slider__arrows .fa-angle-left:before {
    content: "\f104";
    color: #FCCD00;
    font-size: 30px;
}

.slider__arrows .fa-angle-left:hover:before {
    content: "\f104";
    color: var(--footer-bg-first);
    font-size: 30px;
}

.slider__arrows .fa-angle-right:before {
    content: "\f105";
    color: #FCCD00;
    font-size: 30px;
}

.slider__arrows .fa-angle-right:hover:before {
    content: "\f105";
    color: var(--footer-bg-first);
    font-size: 30px;
}

.slick-dots {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    margin-top: 25px;
    position: absolute;
    left: 0;
    right: 0;
}


/* Стилізує кожну крапку */

.slick-dots li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}


/* Стилізує кнопку (саму крапку) всередині li */

.slick-dots li button {
    font-size: 0;
    /* Прибираємо стандартний текст кнопки */
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ccc;
    border-radius: 50%;
}


/* Стилізує активну крапку */

.slick-dots li.slick-active button {
    background: #FCCD00;
}


/* Contact form */

.form-group textarea,
.form-group input {
    width: 100%;
    color: #777777;
    background-color: #eee;
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-white);
    border: 1px solid #fff;
    padding: 15px;
}

.form-group .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}

.form-group .form-group__submit {
    background: var(--footer-bg-first);
    color: #FFFFFF;
    font-size: 20px;
}

.form-group .form-group__submit:hover {
    background: #FFFFFF;
    color: var(--footer-bg-first);
    font-size: 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid var(--footer-bg-first)
}

.form-group__select {
    line-height: 20px;
    height: 100%;
    width: 100%;
    border-radius: 0;
    min-height: 37px;
    color: #777777;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border-bottom: 1px solid #FCCD00;
    padding: 8px 8px 7px 8px;
    border-left: none;
    border-right: none;
    border-top: none;
    /*-webkit-appearance: menulist-button;*/
    -webkit-appearance: none;
}

.form-group input:focus,
.form-group input:focus,
.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid var(--footer-bg-first);
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.top-section {
    height: calc(100vh - 64px);
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.top-section::before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.top-section__title {
    font-size: 72px;
    position: relative;
    z-index: 3;
    color: #fff;
}


/* footer-menu */

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li a {
    color: #fff;
    transition: ease-out 0.3s;
}

.footer-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-menu .current-menu-item a {
    color: #fff;
}


/*   Modal Team    */

.modal {
    display: none;
    /* Спрятати модальне вікно за замовчуванням */
    position: fixed;
    /* Зафіксувати його на сторінці */
    z-index: 1;
    /* Поставити над іншими елементами */
    left: 0;
    top: 0;
    width: 100%;
    /* Повна ширина */
    height: 100%;
    /* Повна висота */
    overflow: auto;
    /* Додати прокрутку, якщо потрібно */
    background-color: rgb(0, 0, 0);
    /* Колір фону */
    background-color: rgba(0, 0, 0, 0.4);
    /* Чорний з прозорістю */
}


/* Вміст модального вікна */

[id^="myModal-"] .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 35px;
    border: none;
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    [id^="myModal-"] .modal-content {
        max-width: 370px;
    }
}


/* Кнопка закриття */

[id^="myModal-"] .close {
    color: rgb(93, 141, 175);
    cursor: pointer;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 10px;
}

.modal-content__wrapper_name.text-start {
    color: rgb(93, 141, 175);
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.modal-content__wrapper_position.text-start {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}


/*. */

.list-services {
    margin-left: 0px !important;
}

.list-services__item {
    position: relative;
    padding-left: 20px !important;
    height: 100%;
}

.list-services__item:not(:last-child) {
    margin-bottom: 20px;
}

.list-services__item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--footer-bg-first);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.image-section {
    height: calc(75vh - 64px);
}

#myVideo {
    border: 3px solid #FCCD00;
    width: 100%;
}

@keyframes MoveUpDown {
    0%,
    100% {
        top: -50px;
    }
    50% {
        top: -30px;
    }
}

.social-share-buttons .fa-twitter:before {
    content: "\f099";
    color: #004AAD;
    transition: ease-out 0.3s;
}

.social-share-buttons .fa-facebook-f:before,
.social-share-buttons .fa-facebook:before {
    content: "\f09a";
    color: #004AAD;
    transition: ease-out 0.3s;
}

.social-share-buttons .fa-linkedin:before {
    content: "\f0e1";
    color: #004AAD;
    transition: ease-out 0.3s;
}

.social-share-buttons .fa-twitter:hover:before,
.social-share-buttons .fa-facebook-f:hover:before,
.social-share-buttons .fa-facebook:hover:before,
.social-share-buttons .fa-linkedin:hover:before {
    color: #FCCD00;
}


/*Category*/

.category {
    padding: 50px 0;
}

.category__description {
    color: #4C4C4C;
}


/**/

.get-contact-section {
    background: #FCCD00;
    padding: 50px 15px;
    margin-top: 50px;
    border-radius: 5px;
    /*margin-bottom: 50px;*/
}

.get-contact-section__title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}

.get-contact-section__button {
    color: #fff;
    opacity: 1;
    z-index: 9;
    position: relative;
    background: #004AAD;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
}

.get-contact-section__button:hover {
    color: #fff;
    background: #205cac;
}


/*Single page*/

.single-page__content p a {
    text-decoration: none;
    border-bottom: 1px solid #FCCD00;
    color: #FCCD00;
}

.single-page__content p a:hover {
    border-bottom: none;
}


/* tabs-section */

.tabs-section {
    padding: 50px 0;
}

.tabs-section>.container:first-child {
    border-top: 2px solid var(--color-yellow);
    padding-top: 100px;
}

.tabs-section__title {
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
    animation-delay: 1000ms;
    margin-bottom: 20px;
    text-align: center;
}

.tabs-section .card {
    /*box-shadow: 0px 12px 36px -6px rgba(0, 0, 0, 0.3);*/
    border: none !important;
    border-radius: 0 0 0 0;
}

.tabs__list {
    padding: 20px;
    border: 2px solid #FCCD00;
    border-radius: 5px 0 0 5px;
}

.tabs__content {
    border-top: 2px solid #FCCD00;
    border-bottom: 2px solid #FCCD00;
    border-right: 2px solid #FCCD00;
    border-radius: 0 5px 5px 0;
}

.to-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    background: #FCCD00;
    /* width: 30px; */
    /* height: 30px; */
    display: none;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 5px 10px;
}

.tabs-section .list-group-item {
    font-size: 14px;
}


/* About */

.about {
    padding: 50px 0;
}

.white-opacity {
    color: rgb(255 255 255 / 60%);
}

.footer-menu li a {
    font-size: 15px;
    color: rgb(255 255 255 / 60%);
    transition: ease-out 0.3s;
}

.footer-menu li a:hover {
    color: #FCCD00;
}


/**/

.plans-menu__list {
    padding: 0;
    margin: 0;
}

.plans-menu__list li a {
    font-size: 15px;
    color: rgb(255 255 255 / 60%);
}

.plan-page_detail {
    padding: 50px 0;
}

.plan-page__wrapper {
    background: #000;
}

.plan-page_detail_title {
    color: #FCCD00;
    margin-bottom: 15px;
}

.plan-page_detail_description {
    color: #fff;
    line-height: 26px;
}

.plan-page-header__title {
    font-size: 44px;
    color: #FCCD00;
}

.plan-page-header__description {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.plan-page-header {
    background: #000;
}

.border-line-4 {
    border-bottom: 4px solid #FCCD00;
}

.plan-page-header__button a {
    padding: 10px 15px;
    transition: ease-out 0.3s;
    background: #FCCD00;
    border-radius: 5px;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: ease-out 0.3s;
}

.plan-page-header__button a:hover {
    background: #004AAD;
    color: #fff;
}

.event-time {
    background: #198754;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    border-radius: 5px;
    margin-right: 25px;
}

.bord__date.finished {
    position: relative;
}

.bord__date.finished::after {
    content: 'Finished';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 5px;
}



.plan-slider__list .slick-slide {
      margin: 0 10px;
}

  /* the parent */
.plan-slider__list .slick-list {
      margin: 0 -10px;
}
  
.plan-slider__list .slick-list {
    padding:0 10% 0 0 !important;
}

.plan-slider__list .slick-dots {
    bottom: -20px;
}