body {
    color: #04202c;
}

.page-container a {
    color: #04202c;
}

.page-container {
    margin-top: 60px;
}

.knowledge-title {
    margin-bottom: 0;
}

.site-header {
    position: sticky;
}

.header-container {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0 0;
    height: 60px;
}

.header-nav-branding {
    background: #c2c7c9;
}

.site-branding a {
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.site-branding img {
    height: 38px;
}

.search-certi-form {
    justify-content: flex-end;
}

.primary-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 12px 24px 12px 24px;
    outline: solid 1px #a21d21;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: Geist;
    font-size: 20px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    background: #a21d21;
}

.primary-ul li a:hover {
    /* color: #e43239; */
    outline: solid 1px #e43239;
    background: #e43239;
}

.menu-toggle {
    box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2);
    background: #a21d21;
}

.menu-toggle:hover {
    background: #e43239;
}

.menu-toggle svg path {
    fill: #FFFFFF;
}

.nav-mobile .primary-navigation ul li a {
    border: 1px solid #a21d21;
    background: #a21d21;
}

.nav-mobile .primary-navigation ul li a:hover {
    border: 1px solid #e43239;
    background: #e43239;
}

.category-tag a.current-category {
    background: #882426;
}

.category-tag a {
    background: #f3f5f5;
}

.category-tag a:hover {
    background: #d12629;
}

.mySwiper .swiper-wrapper {
    height: 580px;
}

.swiper.mySwiper {
    position: absolute;
    width: 100%;
    height: 580px;
    border-radius: 20px;
}

.mySwiper .swiper-slide {
    height: 580px;
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-vertical.swiper-pagination.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
    right: 16px;
}

.mySwiper .swiper-pagination-bullet.myClass {
    display: flex;
    justify-content: center;
    align-items: center;
    width:auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px;
    border: none;
    background: #FFFFFFA3;
    color: #00557b;
    font-family: Geist;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
}

.swiper-pagination-bullet.myClass.swiper-pagination-bullet-active {
    background: #7dd7ffa3;
    pointer-events: none;
}

.mySwiper .swiper-pagination-bullet.myClass:hover {
    color: rgba(0, 52, 70, 1);
    background: rgba(216, 241, 255, .8);
}

.hero-text-wrap {
    margin-top: auto;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 52, 70, 1),rgba(95, 182, 226, 0) 100%);
    border-radius: 0 0 20px 20px;
}



input#new_name {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}

.contact-form-txt {
    color: var(--ck-cta);
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.contact-form-txt:hover {
    color: var(--ck-cta-hover);
    text-decoration: underline;
}

@media (min-width: 1199px) {
    .mob-dnone {
        display: none;
    }
}

@media (max-width: 991px) {
    .mySwiper .swiper-pagination-bullet.myClass {
        padding: 6px 10px;
        font-size: 14px;
    }
}

.languages {
    display: none;
}

.front {
    background: #FFFFFF;
}

.bg-images-sp {
    display: none;
}

.btn-next {
    position: relative;
}

/* Preloader */
.preloader-sm-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.preloader {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-spin 2s linear infinite;
}

.preloader-sm-wrap.active {
    display: flex;
}

.preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-spin 3s linear infinite;
}
.preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-spin 1.5s linear infinite;
}
@keyframes preloader-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer-top {
    background: #c2c7c9; /* #e4e7e7 */
}

.footer-text {
    color: #04202c;
}

.footer-copyright {
    color: #04202c;
}

.footer-links {
    justify-content: flex-end;
}

.footer-links ul li a {
    color: #04202c;
}

.overlay {
    background: #e1e1e1e6;
}

.cookie-container {
    border: 1px solid #adbabf;
    border-radius: 16px;
    background: #c2c7c9;
    max-width: 1344px;
    margin: 0 auto;
}

.cookie-text {
    color: #04202c;
}

.cookie-btns .btn-lite {
    outline: solid 1px #a21d21;
    color: #FFFFFF;
    background: #a21d21;
}

.cookie-btns .btn-lite:hover {
    outline: 1px solid #e43239;
    background: #e43239;
}

.cookie-btns .btn-standart {
    outline: solid 1px #139f19;
    color: #FFFFFF;
    background: #139f19;
}

.cookie-btns .btn-standart:hover {
    border: 2px solid #0c8111;
    /* outline: solid 1px #0c8111; */
    color: #FFFFFF;
    background: #0c8111;
}

.cookie-settings-wrap {
    border: 1px solid #c2c7c9;
}

.cookie-settings-titles {
    background: #c2c7c9;
}

.cookie-settings-item:nth-child(odd) {
    background: #f3f3f3e6;
}

.cookie-settings-page .btn-lite {
    outline: solid 1px #a21d21;
    color: #FFFFFF;
    background: #a21d21;
}

.cookie-settings-page .btn-lite:hover {
    outline: 1px solid #e43239;
    background: #e43239;
}
