html, body {
    max-width: 100vw;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
}

* {
    scroll-behavior: smooth;
    line-height: 1.5;
}

.category-saferliver {
    background: url("/static/images/icons/corona-blue.7211a171e01a.png");
}

html {
    scroll-behavior: smooth;
}

/* Wagtail template */
.container {
    max-width: none !important;
}

.column {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.column-flexible {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.shopcategory:first-child {
    width: 550px !important;
}

/* .shopcategory:nth-child(6) {
  width: 500px !important;
} */

.fas.fa-chevron-down {
    padding: 10px;
    margin: 4px;
    background-color: #f9fffc;
    color: #2ECC71;
    border: solid 1px #2ECC71;
}

.fas.fa-chevron-up {
    padding: 10px;
    margin: 4px;
    background-color: #f9fffc;
    color: #2ECC71;
    border: solid 1px #2ECC71;
}

.cards {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

p {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

li {
    list-style-type: square;
}

.highlight {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f9fffc;
    color: #2ECC71;
    border: solid 1px #2ECC71;
}

.text-justify {
    text-align: justify;
}

/*webinars */
.webinar__date {
    color: #00122A;
    font-weight: 700;
}

.webinar__sign-up {
    background-color: #041F43;
    color: #FFF;
    text-align: center;
    padding: 8px 16px;
}

.webinar__sign-up:hover {
    color: #2ECC71;
}

.webinar__title {
    color: #00122A;
    font-weight: 800;
}

.webinar-listing__item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: solid 1px;
}

.template--news {
    padding-bottom: 5% !important;
    width: 100% !important;
}

.webinar__header-block {
    display: flex;
    align-items: center;
    height: 268px;
    margin-top: -56px;
    margin-bottom: 50px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/webinar-image-wide.cf3365f76315.png");
}

.webinar__header-title {
    color: #041F43;
    font-weight: 300;
    line-height: 42px;
}

/*forms*/
.search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-family: Inter, sans-serif;
}

input:not(.default-input):not(.search-input):not(.search):not([type="radio"]) {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    width: 70% !important;
    padding: 6px !important;
}

textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

h1 {
    margin-left: 100px !important;
    font-weight: 600;
    font-size: 30px !important;
    padding-bottom: 50px;
}

h2 {
    color: #113362;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 6px !important;
}

h3 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #2ECC71 !important;
}

ul {
    list-style-position: inside !important;
    list-style-type: disc;
    color: #113362;
    margin-left: 20px;
    margin-right: 20px;
}

table {
    margin: 20px;
    max-width: none;
}

tr {
    margin-top: 20px !important;
}

.accordion-button:not(.collapsed) {
    color: white;
}

/* a {
  color: #2ECC71 !important;
  font-style: italic !important;
} */

/* use cases */
.div.template--section-home {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.more-link {
    padding: 20px !important;
    color: #2ECC71 !important;
}

hr {
    margin: 20px !important;
}


.hover-link {
    transition: .7s;
}

.logo-link {
    font-size: 22px;
}

.hover-link:hover {
    color: #2ECC71;
    transition: .7s;
}

.hover-block:hover {
    transform: scale(1.05);
    transition: all 0.2s ease;
}


.menu-items {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
}

.menu-items-divider {
    border: 1px solid #5C677B;
    width: 65%;
    margin-left: auto;
}


.hover-block {
    transition: .7s;
}

.load-more-btn {
    align-self: center;
    border-radius: 20px;
    color: white;
    justify-self: center;
    width: 60%;
}

.color-grey-3-text {
    color: #5C677B;
}

.contact-phone-number {
    text-decoration: underline;
}

.contact-info-block {
    border-right: 1px solid #00122A;
    padding-right: 3rem;
    height: 50%;
}

.main-contact-block {
    grid-template-columns: min-content auto;
}

.search-results-block {
    display: flex;
    flex-direction: column;
}

.search-results-list li {
    list-style-type: disc;
}

.search-result-links {
    color: #4971DF;
}

.search-result-links li a {
    cursor: pointer;
}

.popular-searches {
    background-color: transparent;
}

.popular-searches-content {
    padding: 16px 23px 42px;
    background-color: #F2F4F9;
}

@media (min-width: 768px) {
    .popular-searches-content {
        padding: 0;
        background-color: transparent;
    }

    .popular-searches {
        padding: 30px;
        background-color: #F2F4F9;
    }
}

.revert-action-button {
    background-color: #FF9533;
    color: white;
}

.hover-btn {
    cursor: pointer;
}


.marketin-email-consent-checkbox label {
    cursor: pointer;
}

.marketin-email-consent-checkbox:hover {
    cursor: pointer;
    font-weight: 900;
}

.cart-menu-link {
    color: #2ECC71;
}

.category-wrapper {
    cursor: pointer;
}

.category-item {
    background-color: #F2F4F9;
    list-style-type: none !important;
}

.category-content h1 {
    margin: 0 !important;
}

.unstyled-category-item {
    list-style-type: none !important;
}

.active-tab {
    display: block !important;
}


.active-tab li span {
    color: #2ECC71;
}

.blog-post-header-image {
    height: 500px;
    display: block;
    margin: 0 auto;
    object-fit: fill;
}

.shop-item-button {
    display: flex;
    position: absolute;
    top: 60px;
    left: 80%;
}

.shop-item-button-icon {
    border-radius: 50%;
    background: #2ECC71;
    padding: 0.15rem 0.65rem;
    box-shadow: 0 0 0 10px rgba(46, 204, 113, 0.5);
}

.shop-item-block-content {
    position: relative;
    z-index: 99999;
}

.z-index-1000 {
    z-index: 1000;
}

.solution-item-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.solution-card-wrapper .solution-card {
    position: relative;
}


.solution-card {
    transition: all 1s cubic-bezier(0.7, -0.5, 0.3, 1.8);
    transform-style: preserve-3d;
}

.solution-card:hover > .solution-card-back {
    transform: perspective(600px) rotateY(0deg);
}


.solution-card:hover > .solution-card-front {
    transform: perspective(600px) rotateY(-180deg);
}

.solution-card-front,
.solution-card-back {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .5s linear;
    object-fit: cover;
}

.solution-card-front {
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .solution-card-front {
        height: auto;
        overflow: hidden;
    }
}


.solution-card-back {
    transform: rotateY(180deg);
    position: absolute;
}

.solution-card-front-content {
    position: absolute;
    bottom: 24px;
    left: 0;
}

@media (min-width: 1024px) {
    .solution-card-front-content {
        position: static;
        margin-top: 14rem;
        margin-bottom: 3.6rem;
    }
}

.solution-card-front-content label {
    font-weight: 900;
    padding: 9px 6px 9px 9px;
    background-color: rgba(92, 103, 123, 0.4);
}

@media (min-width: 1024px) {
    .solution-card-front-content label {
        padding: 15px 30px;
        font-weight: 900;
    }

}

.solution-card-back-content {
    padding: 16px;
    overflow-y: auto;
    height: max-content;
}

@media (min-width: 1024px) {
    .solution-card-back-content {
        padding: 20px;
    }
}

@media (min-width: 1440px) {
    .solution-card-back-content {
        padding: 28px;
    }
}

.shop-item-content {
    margin-top: 17rem;
}

.shop-item-content span {
    padding: 10px 10px;
    font-weight: 900;
    background-color: rgba(92, 103, 123, 0.4);
}

.work-process-block-parent .work-process-block-child {
    display: none;
    transition: 0.5s;
    animation: fadeOut 0.5s;
    font-size: 16px;
}

.work-process-block-parent:hover .work-process-block-child {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.work-process-block-parent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 30 53 / var(--tw-bg-opacity));
    transition: 0.4s;
}

.work-process-block-parent {
    transition: 0.5s;
}

.news-item-content-block {
    background-size: cover;
}

.news-item-content-block div {
    width: 30%;
    padding: 10px 10px;
    background-color: rgba(92, 103, 123, 0.4);
}

.add-to-cart-btn {
    color: white;
    background-color: #2ECC71;
    padding: 0 20px;
}

/* Swiper */

.swiper-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 100px;
}

.swiper-box-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.swiper-slide {
    min-height: 100%;
}

.swiper-slide {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiper-slide--left-text {
    text-align: left;
    height: auto !important;
}

.swiper-slide .swiper-description-text {
    padding: 0 1.5rem;
}


.swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #C7C7CC !important;
}

.swiper-pagination-bullet-active {
    background-color: #2ECC71 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
}

.news-md-screen {
    width: 85%;
}

.news-sm-screen {
    width: 75%;
}

/* Home header */

.home-header-block {
    margin-top: -68px;
    background-image: url("../images/home-main-bg.e6e5ab191916.png");
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.home-header-block-content {
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.home-header-block-title {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
}

.home-header-block-text {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 53px;
    width: 100%;
    max-width: 80%;
    padding: 0 !important;
}

.home-header-buttons {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 14px;
}

.home-header-button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 2px;
    min-width: 286px;
    border: 1px solid #041F43;
    color: #011530;
    padding: 0px 20px;
    height: 65px;
    position: relative;
    z-index: 10;
}

.home-header-button--sm {
    height: 100%;
    min-width: 144px;
    min-height: 55px;
}

.home-header-button--with-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1440px) {
    .home-header-button {
        background-color: transparent;
    }
}

.home-header-button.green {
    height: 100%;
    background-color: #2ECC71;
    color: white;
    border: none !important;
}

.home-header-button-mobile {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
    min-width: 144px;
    min-height: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

.home-header-button-mobile--gradient {
    border: none;
    background: linear-gradient(0, #104727 0%, #2ECC71 100%) !important;
}

.home-header-button-mobile--dark {
    border-color: #00122A;
    color: #113362;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .home-header-block-title {
        font-size: 60px;
    }

    .home-header-block-text {
        font-size: 18px;
    }

    .home-header-buttons {
        gap: 27px;
    }
}

@media (min-width: 1024px) {
    .home-header-block {
        height: 0;
        padding-bottom: 51%;
        justify-content: start;
    }

    .home-header-block-content {
        padding: 0 40px;
        margin-top: 80px;
    }

    .home-header-block-title {
        font-size: 70px;
        max-width: 725px;
    }

    .home-header-block-text {
        font-size: 22px;
        max-width: 648px;
    }
}

@media (min-width: 1440px) {
    .home-header-block-content {
        margin-top: 120px;
    }
}

.home-header-block-text h6 {
    text-align: left;
    font-size: 39px;
    max-width: 80%;
}

.quote-section .quote-text {
    font-size: 3rem;
    font-weight: normal;
}

.quote-section .quote-author {
    font-weight: 50;
}

.solution-card-item-description {
    height: max-content;
}

@media (min-width: 1024px) {
    .solution-card-item-description:not(.solution-card-item-description--home) {
        height: 200px;
        overflow: auto;
    }
}

.unsplash-section {
    background-image: url("../images/unsplash.2722a1ed3f4c.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-section {
    background: url("../images/shop-content.b55db86f36e0.png"), lightgray 0 -634.721px / 100% 372.863% no-repeat;
    background-size: cover;
    height: 320px;
    margin-top: -56px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.shop-section h1 {
    color: #00122A;
    font-family: Inter;
    font-size: 72px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.solutions-block-header {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 22px!important;
}

@media only screen and (max-width: 1250px) {
    .quote-section .quote-text {
        font-size: 2rem;
    }

    .home-header-block-text h1 {
        max-width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media only screen and (max-width: 1024px) {

    .home-header-block-text h1 {
        text-align: center;
        margin-left: 0 !important;
        max-width: 100%;
    }

    .home-header-block-text p {
        text-align: center;
        margin-left: 0 !important;
        max-width: 100%!important;
    }

    .home-header-buttons-block {
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .home-header-block {
        background-position: center top;
    }

    .blog-post-header-image {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: fill;
    }

    .main-contact-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media only screen and (max-width: 550px) {

    .solutions-block-header {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px!important;
    }

    .home-header-buttons-block {
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .search-field input {
        width: 80% !important;
    }

    .search-filters {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .search-results-text {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .popular-searches {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    .load-more-btn {
        margin-top: 40px;
    }

    .column:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    h1 {
        margin-left: 20px !important;
        font-size: 20px !important;
        margin-bottom: 20px;
    }

    h2 {
        margin-left: 20px !important;
        font-size: 14px !important;
        margin-bottom: 20px;
    }

    h3 {
        margin-left: 20px !important;
        font-size: 14px !important;
        margin-bottom: 20px;
    }

    .flexible-mb {
        margin-bottom: 0.5rem !important;
    }

}

.howWeWorkSwiper {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    /* .main-menu-header-block {
        margin-bottom: 1.5rem;
    } */

    .home-header-block-text h1 {
        font-size: 2rem !important;
        max-width: 100%;
    }

    .howWeWorkSwiper {
        display: block !important;
    }

    .main-contact-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact-info-block {
        border: none;
    }
}

[x-cloak] {
    display: none !important;
}

.checkout-submit:disabled {
    color: white;
    background-color: #dad1d3;
}

.text-red {
    color: red;
}

button#button-cart.opened {
    color: #113362;
}

button#button-cart.opened path {
    stroke: #113362;
}

.cart-dropdown {
    position: absolute;
    top: 80px;
    background-color: #E3E4E7;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 20px;
    z-index: 1002;
    display: none;
    width: 387px;
    right: 127px;
    padding: 40px 21px 28px;
    border-radius: 10px;
    border-top-right-radius: 0;
}

.cart-dropdown-header > span.cart-dropdown-header-decore {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #E3E4E7;
    top: 0;
    right: 0;
    transform: translate(-97px, calc(-100% + 1px));
    z-index: 1;
}

.cart-dropdown-header > span.cart-dropdown-header-decore::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 13px;
    height: 12px;
    border-bottom-right-radius: 10px;
    background-color: #041F43;
    z-index: 2;
}

.cart-dropdown::before {
    content: '';
    position: absolute;
    height: 65px;
    width: 98px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #E3E4E7;
    top: 0;
    right: 0;
    transform: translateY(-98%);
}

.cart-dropdown p {
    margin: 0;
    padding: 5px 0;
}

.cart-dropdown ul {
    list-style: none;
    padding: 0;
}

.cart-dropdown-image-box {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

.cart-dropdown img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-dropdown li {
    padding: 5px 0;
}

.cart-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 77px;
}

.cart-dropdown-header h3 {
    color: #113362 !important;
    font-family: Inter;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 0 !important;
}

.cart-dropdown-header-block {
    display: flex;
    width: 60%;
    column-gap: 15px;
    margin-bottom: 40px;
}

.cart-dropdown-header-block button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 !important;
    margin: 0 0 3px;
    color: #113362;
    font-family: Inter;
    font-size: 7px;
    font-weight: 200;
    line-height: 1;
    transition: all 0.2s;
    justify-self: flex-end;
    width: max-content;
    height: max-content;
}

.cart-dropdown-header-block button:hover {
    color: #F14336;
}

.cart-dropdown-header-block p {
    color: #113362;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 !important;
}

.cart-dropdown-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart-dropdown-p {
    color: #113362;
    font-family: Inter;
    font-style: normal;
    line-height: 118.023%; /* 14.163px */
}

.cart-dropdown-button {
    border-radius: 2px;
    border: 1px solid #041F43;
    width: 80%;
    padding: 10px;
    color: #011530;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-dropdown-button a {
    color: #011530;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-dropdown-button-block {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-dropdown-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #113362;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.023%; /* 15.343px */
}

input.full-width#full {
    width: 100% !important;
}
.text-lg-desktop {
    font-size: 22px;
}

.c-hero__overlay {
    height: 30%;
    z-index: 2;
    background-image: linear-gradient(rgba(25, 32, 41, 0), #021329);
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.consulting-page-layout {
    padding: 0 50px;
}

.consulting-page-arrow-back {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px;
    border: none;
    outline: none;
    background-color: transparent;
    width: max-content;
}

.offer-text {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    max-width: 60%;
}


#nav {
    transition: all 0.2s linear;
}

#nav.transparent {
    background-color: transparent;
}

@media (min-width: 1024px) {
    #nav.transparent {
        background-color: #00122A
    }
}

#nav.oppened {
    background-color: #00122A !important;
}

#nav.oppened #logo {
    background-image: url("../images/logos/logoMobileWhite.135849615342.png") !important;
}

#nav.scrolled, nav.is-white {
    background-color: white;
}

#nav.scrolled #logo, #nav.is-white #logo {
    background-image: url("../images/logos/logoMobileDark.9a3585d4affa.png")
}

#nav.scrolled .burger-button-icon path,
#nav.scrolled .header-search-icon path,
#nav.is-white .burger-button-icon path,
#nav.is-white .header-search-icon path {
    fill: #00122A;
}

#nav.oppened .burger-button-icon path {
    fill: #2ECC71;
}

#nav.oppened .header-search-icon path {
    display: none;
}

#searchIcon.header-search-icon.is-green path {
    fill: #2ECC71;
}

.logo-wrapper {
    display: block;
    width: 140px;
    height: 54px;
}

#logo {
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/logos/logoMobileWhite.135849615342.png");
}

#logo.hidden {
    display: none;
}

.mobile-menu {
    width: 100vw;
    padding: 46px 46px 115px;
    overflow-y: auto;
    height: 100vh;
}

.mobile-menu-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 39px;
    min-height: 100%;
    overflow-y: auto;
}


.mobile-menu-link {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.mobile-menu-link path {
    transition: all 0.3s;
}

.mobile-menu-link--oppen {
    color: #2ECC71;
}

.mobile-menu-link-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 39px;
}

.mobile-menu-link-list-item {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 100;
}

.mobile-menu-button--white {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
    width: max-content;
}

.mobile-menu-footer {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mobile-menu-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.mobile-menu-footer-link {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu-footer-divider {
    display: block;
    width: 1px;
    height: 22px;
    background-color: #fff;
}

/* mobile adittional list */

.addition-links {
    padding: 45px 45px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.addition-links-title {
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.addition-links-content {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.addition-link {
    width: 100%;
    border-radius: 6px;
    background: #1133621a;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 16px 16px 9px;
    display: flex;
    gap: 20px;
}

@media (min-width: 768px) {
    .addition-link {
        width: 30%;
    }
}


.addition-link-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.addition-link-icon {
    width: 15px;
    min-width: 15px;
    height: 26px;
}

.addition-link-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.addition-link-title {
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.addition-link-text {
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.16;
}

/* learn more button */

.learn-more-button {
    border: 1px solid #113362;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #113362;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 16px;
    min-width: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .learn-more-button {
        min-width: 184px;
        padding: 14px;
        box-shadow: none;
        border-radius: 2px;
        border-color: #FFF;
        color: #FFF;
        font-weight: 500;
        margin-top: 8px;
    }
}

/* Quote section */

.quote-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Benefit block */

.benefet-block {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.benefit-item {
    padding: 20px 24px;
    background-color: #1133621a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #113362;
}

.benefit-image {
    width: 100%;
    position: relative;
    z-index: 1;
}

.benefit-image:after {
    content: '';
    position: absolute;
    background-image: url("../images/dotsCircle.92691f1dc223.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 768px) {
    .benefet-block {
        gap: 16px;
    }

    .benefit-item {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
    }

    .benefit-image {
        width: 50%;
        height: 51%;
    }
}

@media (min-width: 1024px) {
    .benefet-block {
        gap: 28px;
    }

    .benefit-item {
        color: #fff;
    }

    .benefit-image {
        height: 65%;
    }
}

@media (min-width: 1280px) {
    .benefet-block {
        gap: 40px;
    }
}

/* Footer */
.footer-top {
    position: relative;
}

.footer-top::after {
    position: absolute;
    bottom: 0;
    left: 14px;
    width: calc(100% - 28px);
    height: 1px;
    background-color: #5C677B;
}

@media (min-width: 1024px) {
    .footer-top::after {
        content: '';
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

@media (min-width: 768px) {
    .footer-column {
        gap: 45px;
    }
}

@media (min-width: 1024px) {
    .footer-column {
        gap: 84px;
    }
}

.footer-column a {
    transition: text-decoration 0.2s;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-column-title {
    color: #FFF;
    font-family: Jost, Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.footer-column-text, .footer-column-text a {
    color: #FFF;
    font-family: Jost, Inter, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

.footer-common-text {
    color: #FFF;
    font-family: Jost;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .footer-common-text,
    .footer-column-title,
    .footer-column-text,
    .footer-column-text a {
        font-size: 19px;
    }

    .footer-common-text {
        font-weight: 400;
    }
}

.footer-copiright-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 768px) {
    .footer-copiright-box {
        width: max-content;
        justify-content: center;
    }
}

.footer-copiright {
    color: #FFF;
    font-family: Jost, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 4.4;
}

.footer-social-link-img {
    width: 55px;
    height: 50px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .footer-social-link-img {
        width: 87px;
        height: 74px;
    }
}

/* Search page */
.search-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.search-input-label {
    width: 100%;
    max-width: 800px;
    height: max-content;
    padding: 10px 10px 10px 16px;
    border: 1px solid #BFCADB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input {
    padding: 0 !important;
    flex-grow: 1;
    border: none;
    box-shadow: none !important;
    outline: none;
    font-size: 18px;
    font-family: Inter, sans-serif;
}

.search-filter-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    gap: 6px;
    padding: 6px 15px;
    margin-top: 20px;
    color: #5C677B;
    font-size: 12px;
}

/* Filter block */

.category-search-button label input {
    display: none !important;
}

.category-search-button {
    background: #F2F4F9;
    cursor: pointer;
    margin-right: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem ;
}

.category-search-button label {
    color: #113362;
    font-weight: 650;
    cursor: pointer;
}


.active-filter-search {
    background: #2ECC71;
}

.filter-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .filter-block {
        width: 90vw;
        min-height: 100vh;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #fff;
        z-index: 11;
        padding: 30px 30px 62px 15px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        transition: all 0.4s;
        transform: translateX(100%);
    }

    .filter-block.visible {
        transform: translateX(0);
    }
}

.filter-block-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    margin-bottom: 80px;
}

.filter-block-logo {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.filter-block-buttons {
    width: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.filter-block-button {
    border-radius: 6px;
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 134px;
    width: 50%;
    height: 55px;
    border: 1px solid #113362;
}

.filter-block-button--gradient {
    color: white;
    border: none;
    background: linear-gradient(180deg, #2ECC71 0%, #165A33 100%) !important;
}

.filter-block-content {
    padding-left: 25px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .filter-block-content {
        padding-left: 25px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        margin-bottom: 20px;
    }
}

.filter-block-content-item {
    background: none !important;
}

.filter-block-content-item label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
}

.filter-block-content-item label {
    color: #113362;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 170px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.filter-block-content-item label::after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #BFCADB;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s;
}

.filter-block-content-item label.checked::after {
    border-color: #2ECC71;
    background-image: url("../images/icons/checkbox-checked.43a158552d40.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* News */

.news-type {
    text-align: left;
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
}