.banner-button-prev,
.banner-button-next {
    width: 60px;
    height: 60px;
    background: rgba(39, 174, 0, 0.3);
    padding: 8px;
    border-radius: 2px;
    fill: #fff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.banner-button-prev:hover,
.banner-button-next:hover {
    background: rgba(39, 174, 0, 1);
}

.banner-slider-buttons {
    display: none;
}

.arrow-rotate {
    transform: rotate(-180deg);
}

.center-block {
    max-width: 892px;
    padding: 27px 17px;
    background-color: rgba(29, 27, 30, 0.6);
    border-radius: 4px;
}

.slide-title {
    color: #fff;
    font-size: 31px;
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.slide-title + .action-link {
    margin-top: 24px;
}

.action-link {
    width: max-content;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.action-link:hover {
    transform: translate3d(15px, 0, 0);
}

.action-text {
    color: #fff;
    font-size: 17px;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
    display: none;
}

.home-image {
    width: 34%;
    height: max-content;
    border: 1px solid #707070;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.8s all !important;
    -webkit-transition: 0.8s all !important;
    -moz-transition: 0.8s all !important;
    position: relative;
    z-index: 10;
}

.home-image:hover,
.home-image-large:hover {
    transform: scale(1.04) !important;
    border-radius: 4px !important;
    z-index: 50;
}

.home-image-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.home-image-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.home-image-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.home-image-large {
    width: 31%;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.home-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    background: rgba(29, 26, 26, 0.85);
}

.home-image-large:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    background: rgba(39, 174, 0, 0.8);
}

.home-image-content {
    max-width: 200px;
    z-index: 20;
}

.home-image-description {
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin-top: 22px;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* word-break: break-all; */
    cursor: default;
    padding: 0 14px;
}

.home-about-description {
    font-size: 16px;
    color: #9498ab;
    margin-top: 25px;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
}

.home-about-dynamic {
    padding: 8px 0 8px 18px;
}

.home-about-dynamic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #8abe3e;
}

.home-about-title {
    font-size: 25px;
    color: #252a37;
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
}

.subsections {
    background-color: #f5f5f5;
}

.subsection-card {
    overflow: hidden;
}

.subdivision-name {
    width: 80%;
    text-align: center;
    padding: 20px 0;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #fff;
    background: rgba(39, 174, 0, 0.94);
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.subdivision-name-text {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.subsection-card-content {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(45, 53, 89, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    z-index: 10;
    padding: 40px;
}

.subdivision-name-inside {
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subdivision-description {
    margin-top: auto;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.subsection-card:hover .subdivision-name {
    opacity: 0;
    visibility: hidden;
}

.subsection-card:hover .subsection-card-content {
    opacity: 1;
    visibility: visible;
}

.section-green-wrap:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    background: rgba(39, 174, 0, 0.7);
}

.green-content {
    z-index: 20;
}

.green-link-block {
    width: 50%;
}

.green-link-block:first-child {
    margin-right: 10%;
}

.green-svg-email {
    max-width: 93px;
    min-width: 93px;
}

.green-svg-user {
    max-width: 68px;
    min-width: 68px;
}

.green-block-text {
    margin-left: 22px;
}

.green-block-title {
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.green-block-description {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}

.green-block-link {
    width: max-content;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #fff;
}

.green-block-link:hover {
    color: #fff;
}

.green-block-call-center {
    background-color: #2d3559;
    padding: 10px 30px;
    text-align: center;
    margin: 40px 0 0 14px;
}

.call-center {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.call-center-link {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    white-space: nowrap;
}

.call-center-link:hover {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.partners-container .swiper-wrapper {
    justify-content: center !important;
    align-items: center !important;
}

.svg-inside {
    top: -18px;
    left: 47px;
}

.partners-container {
    width: calc(100% - 144px);
}

.partners-wrapper > .swiper-slide {
    padding: 4px !important;
}

.partners-slide {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px 18px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    margin: 0 2px;
}

.partners-slide:hover {
    border-color: #fff;
    border-width: 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.partners-button {
    position: static;
    width: 41px;
    height: 41px;
    background-color: #a2df48;
    margin: auto;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.partners-button:hover {
    background-color: #27ae00;
}

.blog-card-with-image {
    border-radius: 4px;
    overflow: hidden;
}

.blog-card-with-image > img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.blog-card-with-image:hover > img {
    transform: scale(1.01);
}

.blog-card-with-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.5);
}

.blog-card-with-iamge-content {
    top: 45px;
    left: 38px;
    bottom: 45px;
    right: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 25;
}

.card-with-image-text {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-width-image-date {
    font-family: "Roboto-Italic";
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.blog-card {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    padding: 22px 17px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    outline: none;
    overflow: hidden;
}

.blog-card:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.blog-card-name {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    color: #000000;
}

.blog-description {
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #9498ab;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-date {
    font-family: "Roboto-Italic";
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #000;
}

.green-link-wrap {
    width: 75%;
}

.home-image-icon > svg {
    height: max-content;
}

.home-images {
    position: relative;
    z-index: 10;
    transform: translateY(50%);
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

.banner-container {
    opacity: 0;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

/* main {
  transform: translateY(0) !important;
  opacity: 1 !important;
} */

.blog-block-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    height: 100%
}

.blog-block-image::after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(45, 53, 89, 0.8);
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card:hover .blog-block-image {
    opacity: 1;
    z-index: -1;
}

.blog-card:hover span {
    color: #fff
}

@media (min-width: 1025px) {
    .blogs-height {
        height: 100%;
    }
}

@media (max-width: 1559px) {
    .center-block {
        max-width: 750px;
    }

    .slide-title {
        font-size: 26px;
    }

    .action-text {
        font-size: 16px;
    }

    .home-about-title {
        font-size: 23px;
    }

    .home-image-description {
        font-size: 20px;
    }

    .home-image-icon > svg {
        width: 80%;
    }

    .subdivision-name {
        padding: 17px 0;
        font-size: 19px;
    }

    .subsection-card-content {
        padding: 30px;
    }

    .subdivision-description {
        font-size: 15px;
    }

    .green-svg-email {
        max-width: 65px;
        min-width: 65px;
    }

    .green-svg-user {
        max-width: 48px;
        min-width: 48px;
    }

    .call-center-link {
        font-size: 25px;
    }

    .card-with-image-text {
        font-size: 23px;
    }

    .blog-card-with-iamge-content {
        top: 35px;
        left: 28px;
        bottom: 35px;
        right: 28px;
    }

    .blog-card-name {
        font-size: 18px;
    }

    .banner-button-prev,
    .banner-button-next {
        width: 45px;
        height: 45px;
    }

    .green-link-block > img {
        width: 65px;
    }
}

@media (max-width: 1299px) {
    .center-block {
        max-width: 700px;
        padding: 21px 16px;
    }

    .slide-title {
        font-size: 23px;
    }

    .subdivision-name {
        font-size: 17px;
    }

    .subsection-card-content {
        padding: 18px;
    }

    .subdivision-name-inside {
        font-size: 19px;
    }

    .subdivision-description {
        font-size: 14px;
    }

    .home-image-icon > svg {
        width: 68%;
    }

    .home-image-description {
        font-size: 18px;
        margin-top: 19px;
    }

    .green-block-title {
        font-size: 19px;
    }

    .green-block-link {
        font-size: 20px;
    }

    .call-center-link {
        font-size: 22px;
    }

    .blog-card {
        padding: 18px 13px;
    }

    .blog-card-name {
        font-size: 17px;
    }

    .card-with-image-text {
        font-size: 21px;
    }

    .green-link-block > img {
        width: 55px;
    }
}

@media (max-width: 1024px) {
    .slide-title {
        font-size: 18px;
    }

    .center-block {
        padding: 16px 12px;
    }

    .home-image-content {
        max-width: 100%;
    }

    .home-image-icon > svg {
        width: 55%;
    }

    .home-image-description {
        font-size: 16px;
        margin-top: 4px;
    }

    .home-about-title {
        font-size: 20px;
    }

    .home-about-description {
        font-size: 15px;
    }

    .subdivision-name-inside {
        font-size: 16px;
    }

    .subdivision-name {
        font-size: 15px;
        padding: 14px 0;
    }

    .section-green-wrap > img {
        height: 212px;
        object-fit: cover;
    }

    .green-link-wrap {
        width: 100%;
    }

    .green-svg-email {
        max-width: 50px;
        min-width: 50px;
    }

    .green-svg-user {
        max-width: 36px;
        min-width: 36px;
    }

    .green-block-title {
        font-size: 16px;
    }

    .green-block-description {
        font-size: 14px;
    }

    .green-block-link {
        font-size: 17px;
    }

    .call-center-link {
        font-size: 17px;
    }

    .blog-description {
        margin-top: 20px;
    }

    .blog-date {
        margin-top: 20px;
    }

    .banner-slide > .container {
        padding: 0px 60px !important;
    }

    .slide-title + .action-link {
        margin-top: 14px;
    }

    .home-image-icon > img {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .home-image-icon > svg {
        width: 45%;
    }

    .home-image-description {
        font-size: 13px;
    }

    .green-block-call-center {
        padding: 8px 16px;
    }

    .green-block-title {
        font-size: 15px;
    }

    .green-block-description {
        font-size: 13px;
    }

    .green-block-link {
        font-size: 16px;
    }

    .call-center {
        font-size: 13px;
    }

    .call-center-link {
        font-size: 15px;
    }

    .green-svg-email {
        max-width: 36px;
        min-width: 36px;
    }

    .green-svg-user {
        max-width: 24px;
        min-width: 24px;
    }

    .banner-button-prev,
    .banner-button-next {
        width: 35px;
        height: 35px;
    }

    .home-image-icon > img {
        width: 50%;
    }

    .green-link-block > img {
        width: 36px;
    }
}

@media (max-width: 575px) {
    .home-about-description {
        font-size: 14px;
    }

    .green-link-block {
        width: 100%;
    }

    .green-link-block:first-child {
        margin-right: 0;
        margin-bottom: 21px;
    }

    .section-green-wrap > img {
        height: 300px;
        object-fit: cover;
    }

    .partners-container {
        width: 100%;
    }

    .green-block-call-center {
        margin: 24px 0 0 0;
    }

    .partners-mobile-buttons {
        margin-top: 30px;
    }

    .partners {
        margin-top: 30px;
    }

    .partners-button {
        margin: 0;
    }

    .about-left-image-wrap {
        max-width: 191px;
    }

    .home-image-large {
        margin-top: -12px;
    }

    .home-image-icon > svg {
        width: 30%;
        display: none;
    }

    .home-image-description {
        font-size: 11px;
    }

    .slide-title {
        font-size: 14px;
    }

    .action-link {
        margin-top: 14px;
    }

    .action-text {
        font-size: 14px;
    }

    .home-image-icon > img {
        width: 32%;
    }
}

@media (max-width: 374px) {
    .slide-title {
        font-size: 13px;
    }

    .home-image-icon > img {
        width: 20%;
    }
}