@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html,
body {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    height: auto;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: auto;
    background-color: #087e8b;
    position: relative;
    z-index: 9;
    position: sticky;
    top: 0px;
    left: 0px;
}
.header .header__block {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 100px;
}
.header .header__block .header__top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.header .header__block .header__top .ht__name {
    display: inline-flex;
    align-items: center;
}
.header .header__block .header__top .ht__name svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    stroke: #fff;
}
.header .header__block .header__top .ht__name span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.header .header__block .header__top .ht__list ul {
    display: inline-flex;
    align-items: center;
}
.header .header__block .header__top .ht__list ul li {
    display: inline-flex;
}
.header .header__block .header__top .ht__list ul li a {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}
.header .header__block .header__top .ht__list ul li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
    filter: invert(1);
}
.header .header__block .header__top .ht__list ul li a span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.header .header__block .header__main {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.header .header__block .header__main .header__logo img {
    max-height: 60px;
    object-fit: contain;
}
.header .header__block .header__main .header__nav ul {
    display: flex;
    align-items: center;
}
.header .header__block .header__main .header__nav ul li {
    list-style: none;
}
.header .header__block .header__main .header__nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    padding: 0px 15px;
}
.header .header__block .header__main .header__nav ul li:last-child a {
    background-color: #087e8b;
    padding: 5px 15px;
    border-radius: 8px;
    color: #fff;
}
.header .header__block .header__main .header__nav ul li:last-child a:hover {
    background-color: #ff5a5f;
    color: #fff;
}
.header .header__block .header__main .header__nav ul li a:hover {
    color: #087e8b;
}

.hero {
    width: 100%;
    height: auto;
    position: relative;
}
.hero::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero .hero__block {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.hero .hero__block .hero__content {
    width: 100%;
    height: auto;
    text-align: center;
}
.hero .hero__block .hero__content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #ff5a5f;
    padding-bottom: 20px;
}
.hero .hero__block .hero__content p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.news {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.news.news__page .news__block .news__items {
    flex-wrap: wrap;
    margin-left: -10px;
}
.news.news__page .news__block .news__items .news__item {
    margin: 10px;
    width: calc(33.33% - 20px);
}
.news .news__block {
    width: 100%;
    height: auto;
}
.news .news__block .news__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.news .news__block .news__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
    position: relative;
}
.news .news__block .news__title span {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    border-radius: 4px;
    display: inline-flex;
    width: 120px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #ff5a5f;
    color: #fff;
}
.news .news__block .news__items {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
}
.news .news__block .news__items .news__item {
    width: calc(33.33% - 15px);
    border-radius: 8px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.news .news__block .news__items .news__item:hover {
    transform: scale(1.05);
}
.news .news__block .news__items .news__item .ni__image {
    width: 100%;
    height: 250px;
}
.news .news__block .news__items .news__item .ni__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .news__block .news__items .news__item .ni__content {
    width: 100%;
    height: auto;
    padding: 20px;
}
.news .news__block .news__items .news__item .ni__content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #087e8b;
    height: 45px;
    overflow-y: hidden;
}
.news .news__block .news__items .news__item .ni__content p {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
    padding: 10px 0px;
    height: 140px;
    overflow-y: hidden;
}
.news .news__block .news__items .news__item .ni__content button {
    border: 0px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #ff5a5f;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.news .news__block .news__items .news__item .ni__content button:hover {
    background-color: #3c3c3c;
}

.partners {
    width: 100;
    height: auto;
    padding: 50px 0px;
}
.partners .partners__block {
    width: 100%;
    height: auto;
    position: relative;
}
.partners .partners__block .partners__list {
    width: 100%;
    height: auto;
    position: relative;
}
.partners .partners__block .partners__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.partners .partners__block .partners__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
    position: relative;
}
.partners .partners__block .partners__title span {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    border-radius: 4px;
    display: inline-flex;
    width: 120px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #ff5a5f;
    color: #fff;
}
.partners .partners__block .partners__arrows span {
    position: absolute;
    left: 0px;
    bottom: 70px;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff5a5f;
    z-index: 2;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.partners .partners__block .partners__arrows span.pa__right {
    left: auto;
    right: 0px;
}
.partners .partners__block .partners__items {
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-left: -10px;
}
.partners .partners__block .partners__items .partners__item {
    width: calc(33.33% - 22px);
    height: auto;
    margin: 0px 10px;
    transition: 0.5s all ease-in-out;
}
.partners .partners__block .partners__items .partners__item:hover {
    transform: scale(1.05);
}
.partners .partners__block .partners__items .partners__item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}
.partners .partners__block .partners__items .partners__item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
}

.visit {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.visit .visit__block {
    width: 100%;
    height: auto;
}
.visit .visit__block .visit__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.visit .visit__block .visit__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
    position: relative;
}
.visit .visit__block .visit__title span {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    border-radius: 4px;
    display: inline-flex;
    width: 120px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #ff5a5f;
    color: #fff;
}
.visit .visit__block .visit__items {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
}
.visit .visit__block .visit__items .visit__sidebar {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}
.visit .visit__block .visit__items .visit__sidebar .visit__item {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    color: #3c3c3c;
}
.visit .visit__block .visit__items .visit__sidebar .visit__item.active {
    background-color: #087e8b;
    color: #fff;
}
.visit .visit__block .visit__items .visit__content {
    width: 100%;
    height: auto;
    padding-left: 40px;
}
.visit .visit__block .visit__items .visit__content .visit__tab {
    width: 100%;
    height: auto;
    display: none;
}
.visit .visit__block .visit__items .visit__content .visit__tab.active {
    display: block;
}
.visit .visit__block .visit__items .visit__content .visit__tab img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.visit .visit__block .visit__items .visit__content .visit__tab h4 {
    font-size: 20px;
    font-weight: 600;
    color: #087e8b;
}
.visit .visit__block .visit__items .visit__content .visit__tab span {
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
}
.visit .visit__block .visit__items .visit__content .visit__tab p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
}

.gallery {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.video {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.gallery.gallery__page {
    padding-top: 100px;
}
.video .video__block {
    width: 100%;
    height: auto;
}
.video .video__block .video__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.video .video__block .video__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
    position: relative;
}
.video .video__block .video__box {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.gallery.gallery__page .gallery__block .gallery__items {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
}
.gallery.gallery__page .gallery__block .gallery__items .gallery__item {
    width: calc(33.33% - 20px);
    margin: 10px;
}
.gallery .gallery__block {
    width: 100%;
    height: auto;
}
.gallery .gallery__block .gallery__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.gallery .gallery__block .gallery__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
    position: relative;
}
.gallery .gallery__block .gallery__title span {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    border-radius: 4px;
    display: inline-flex;
    width: 120px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #ff5a5f;
    color: #fff;
}
.gallery .gallery__block .gallery__items {
    width: 100%;
    height: auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery .gallery__block .gallery__items .gallery__item {
    width: calc(33.33% - 15px);
    height: 250px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.gallery .gallery__block .gallery__items .gallery__item::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(8, 126, 139, 0.7791491597) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(8, 126, 139, 0.7791491597) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(8, 126, 139, 0.7791491597) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#087e8b",GradientType=1);
}
.gallery .gallery__block .gallery__items .gallery__item:hover::after {
    background-color: rgba(8, 126, 139, 0.8);
}
.gallery .gallery__block .gallery__items .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .gallery__block .gallery__items .gallery__item h4 {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.footer {
    width: 100%;
    height: auto;
    margin-top: 50px;
    background-color: #087e8b;
}
.footer .footer__block {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    display: flex;
    align-items: flex-start;
}
.footer .footer__block .footer__info {
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}
.footer .footer__block .footer__info img {
    width: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}
.footer .footer__block .footer__info p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer .footer__block .footer__list {
    width: 20%;
    height: auto;
    padding: 0px 20px;
}
.footer .footer__block .footer__list ul li {
    list-style: none;
}
.footer .footer__block .footer__list ul li h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}
.footer .footer__block .footer__list ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0px;
}
.footer .footer__block .footer__list ul li .fl__item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 1px 0px;
}
.footer .footer__block .footer__list ul li .fl__item svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    margin-right: 10px;
    display: none;
}
.footer .footer__block .footer__list ul li .fl__item span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer .copy {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer .copy p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.footer .copy p a {
    color: #ff5a5f;
    font-weight: bold;
}

.show__mobile {
    display: none;
}

.post__page {
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.post__page .pp__content {
    width: 100%;
    height: auto;
}
.post__page .pp__content img {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    margin: 10px 0px;
}
.post__page .pp__content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #087e8b;
}
.post__page .pp__content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
}
.post__page .pp__content ul {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
}
.post__page .pp__content p {
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
}

.single__gallery {
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.single__gallery .sg__block {
    width: 100%;
    height: auto;
}
.single__gallery .sg__block .sg__items {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.single__gallery .sg__block .sg__items .sg__item {
    width: calc(25% - 20px);
    height: 180px;
    margin: 10px;
    cursor: pointer;
}
.single__gallery .sg__block .sg__items .sg__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.single__gallery .sg__block .sg__items .sg__item img:hover {
    border: 1px solid #087e8b;
}

.image__modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 80px 20px;
    display: none;
}
.image__modal.active {
    display: block;
}
.image__modal .im__close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #ff5a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.image__modal .im__close svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.image__modal .im__image {
    width: 100%;
    height: 100%;
}
.image__modal .im__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    max-height: calc(100vh - 100px);
}

@media screen and (max-width: 1280px) {
    .container {
        padding: 0px 10px;
    }
}
@media screen and (max-width: 960px) {
    .show__mobile {
        display: block;
    }

    .header {
        position: sticky;
        top: 0px;
        left: 0px;
    }
    .header .header__hamb {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 9;
    }
    .header .header__hamb svg {
        width: 40px;
        height: 40px;
    }
    .header .header__close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: #ff5a5f;
    }
    .header .header__close svg {
        height: 30px;
        object-fit: contain;
        stroke: #fff;
    }
    .header .header__nav {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        z-index: 9999999;
        padding-top: 100px;
        display: none;
    }
    .header .header__nav.active {
        display: block;
    }
    .header .header__nav ul {
        flex-wrap: wrap;
    }
    .header .header__nav ul li {
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 20px;
        align-items: center;
        border-bottom: 1px solid #d7d7d7;
        padding: 0px;
        margin: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .news.news__page .news__block .news__items {
        flex-wrap: wrap;
        margin-left: 0px;
    }
    .news.news__page .news__block .news__items .news__item {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .news .news__block .news__items {
        flex-wrap: wrap;
    }
    .news .news__block .news__items .news__item {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .news .news__block .news__items .news__item .ni__content h4 {
        height: auto;
    }
    .news .news__block .news__items .news__item .ni__content p {
        height: auto;
        padding: 25px 0px;
    }

    .gallery.gallery__page .gallery__block .gallery__items {
        flex-wrap: wrap;
        margin-left: 0px;
    }
    .gallery.gallery__page .gallery__block .gallery__items .gallery__item {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .gallery .gallery__block .gallery__items {
        flex-wrap: wrap;
    }
    .gallery .gallery__block .gallery__items .gallery__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .footer__block {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__info {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .footer .footer__block .footer__list {
        width: 33.33%;
        padding-left: 0px;
    }

    .single__gallery .sg__block .sg__items .sg__item {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 880px) {
    .visit .visit__block .visit__items {
        flex-wrap: wrap;
    }
    .visit .visit__block .visit__items .visit__sidebar {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .visit .visit__block .visit__items .visit__content {
        padding-left: 0px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 680px) {
    .header .header__block {
        min-height: 70px;
    }
    .header .header__block .header__top {
        display: none;
    }
    .header .header__block .header__main {
        top: 20px;
    }

    .hero .hero__block .hero__content h1 {
        font-size: 32px;
    }
    .hero .hero__block .hero__content p {
        font-size: 14px;
    }

    .footer .footer__block .footer__list {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .post__page .pp__content h3 {
        font-size: 24px;
    }
    .post__page .pp__content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .news {
        padding-bottom: 30px;
    }

    .partners {
        padding-top: 0px;
    }
    .partners .partners__block .partners__items {
        margin-left: 0px;
    }
    .partners .partners__block .partners__items .partners__item {
        margin: 0px;
    }

    .visit,
    .gallery {
        padding-top: 0px;
    }

    .gallery.gallery__page {
        padding-top: 100px;
    }

    .footer {
        margin-top: 30px;
    }
}

/*# sourceMappingURL=style.css.map */
