@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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");
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

* {
    font-family: "Inter", sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.wrapper {
    padding-top: 178px;
}

@media (max-width: 1250px) {
    .wrapper {
        padding-top: 152px;
    }
}

@media (max-width: 425px) {
    .wrapper {
        padding-top: 105px;
    }
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 60px;
}

@media (max-width: 425px) {
    .container {
        padding: 0 30px;
    }
}

.title {
    color: #235789;
    font-size: 32px;
    font-weight: 600;
}

.text {
    font-size: 16px;
}

.btn {
    padding: 18px 28px;
    font-size: 16px;
    border-radius: 41px;
    border: 1px solid #004D21;
    background-color: #004D21;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.btn:hover {
    background-color: transparent;
    color: #004D21;
}

.first {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .first {
        margin-bottom: 30px;
    }
}

.first__img {
    width: 100vw;
    max-width: none;
    display: inline-block;
    margin-left: calc((100% - 100vw) / 2);
    min-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.first__info {
    padding: 32px;
    background-color: #D6EFFC;
    border-radius: 20px;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    margin-top: -20%;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .first__info {
        margin-top: -30%;
    }
}

@media (max-width: 425px) {
    .first__info {
        margin-top: -75%;
    }
}

.first__title {
    margin-bottom: 8px;
}

.first__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.first__text {
    margin-bottom: 16px;
}

.first__btn {
    display: inline-block;
}

.items {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .items__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.items .item:nth-child(even) .item__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0px;
    padding-left: 80px;
}

.items .item:nth-child(even) .item__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 768px) {
    .items .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.items .item__left {
    width: 50%;
    padding: 100px 0;
    padding-right: 80px;
}

@media (max-width: 768px) {
    .items .item__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0 !important;
    }
}

.items .item__title {
    color: #004D21;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
}

.items .item__right {
    width: 50%;
}

@media (max-width: 768px) {
    .items .item__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        min-height: 220px;
        height: 1px;
    }
}

@media (max-width: 425px) {
    .items .item__right {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
}

.items .item__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reviews {
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    .reviews {
        margin-bottom: 30px;
    }
}

.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 15px;
}

.reviews__arrows {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 425px) {
    .reviews__arrows {
        gap: 5px;
    }
}

.reviews__arrows .prev,
.reviews__arrows .next {
    background-color: #004D21;
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
}

.reviews__slider {
    padding: 3px !important;
}

.reviews .slide {
    padding: 14px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.reviews .slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
}

.reviews .slide__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reviews .slide__name {
    font-size: 20px;
    color: #004D21;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.reviews .slide__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.reviews .slide__text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.book {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
}

.book_contact {
    background-image: none !important;
    padding: 0 0 30px 0;
}

@media (max-width: 768px) {
    .book {
        background-image: none !important;
        padding: 0 0 30px 0;
    }
}

.book__img {
    display: none;
    max-width: none;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    min-height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 768px) {
    .book__img {
        display: block;
    }
}

.book_contact .book__img {
    display: block;
    min-height: auto;
    height: 560px;
    border-radius: 35px;
}

.book__bottom {
    border-radius: 20px;
    background-color: white;
    padding: 32px;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .book__bottom {
        margin-top: -50%;
        position: relative;
    }
}

@media (max-width: 500px) {
    .book__bottom {
        margin-top: -75%;
    }
}

.book_contact .book__bottom {
    position: relative;
    margin-top: -20%;
}

@media (max-width: 768px) {
    .book_contact .book__bottom {
        margin-top: -50%;
    }
}

@media (max-width: 500px) {
    .book_contact .book__bottom {
        margin-top: -75%;
    }
}

.book__title {
    font-size: 32px;
    color: #004D21;
    font-weight: 800;
    margin-bottom: 8px;
}

.book__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.form__input input,
.form__input textarea {
    padding: 14px 12px;
    background-color: #F6F6F6;
    font-size: 14px;
    width: 100%;
    border: none;
    outline: none;
}

.form__input input::-webkit-input-placeholder,
.form__input textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.form__input input::-moz-placeholder,
.form__input textarea::-moz-placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.form__input input:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.form__input input::-ms-input-placeholder,
.form__input textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.form__input textarea {
    resize: none;
}

.form button {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #004D21;
    background-color: #004D21;
    outline: none;
    padding: 16px;
    cursor: pointer;
    font-weight: 700;
}

.form button:hover {
    background-color: transparent;
    color: #004D21;
}

.footer {
    background-color: #D6EFFC;
    padding: 25px 0;
}

@media (max-width: 1024px) {
    .footer {
        padding: 15px;
    }
}

.footer .container {
    max-width: 1300px;
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 1024px) {
    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }
}

.footer__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 1024px) {
    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__logo {
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .footer__logo {
        margin-bottom: 0;
    }
}

.footer__media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 600px) {
    .footer__media {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.footer__about {
    margin-bottom: 80px;
    position: relative;
}

.footer__about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #004D21;
    bottom: -40px;
    left: 0;
}

@media (max-width: 1024px) {
    .footer__about::before {
        bottom: -25px;
    }
}

@media (max-width: 1024px) {
    .footer__about {
        margin-bottom: 50px;
    }
}

.footer__title {
    font-size: 20px;
    color: #004D21;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer__text {
    font-size: 14px;
    color: #004D21;
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 80px;
    position: relative;
}

.footer__contacts::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #004D21;
    bottom: -40px;
    left: 0;
}

@media (max-width: 1024px) {
    .footer__contacts::before {
        bottom: -25px;
    }
}

@media (max-width: 1024px) {
    .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.footer__contact a {
    font-size: 14px;
    color: #004D21;
    text-decoration: none;
}

.footer__general {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .footer__general {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .footer__general {
        margin-bottom: 30px;
    }
}

.footer__generaltitle {
    font-size: 20px;
    color: #004D21;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: center;
}

.footer__menu a {
    font-size: 14px;
    color: #004D21;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 500px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__ever {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

@media (max-width: 1024px) {
    .footer__ever {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__ever a {
    color: #9E8B8B;
    font-size: 11px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0 50px 0;
    background-color: white;
}

.header .container {
    max-width: 1300px;
}

@media (max-width: 1250px) {
    .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 425px) {
    .header {
        padding: 20px 0 30px 0;
    }
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 1250px) {
    .header__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
    }
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1250px) {
    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.header__logo img {
    width: 375px;
}

@media (max-width: 1250px) {
    .header__logo img {
        width: 285px;
    }
}

@media (max-width: 425px) {
    .header__logo img {
        width: 195px;
    }
}

.header__menu {
    padding: 10px;
    background-color: #D6EFFC;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 10px;
    margin-top: 20px;
}

@media (max-width: 1250px) {
    .header__menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

@media (max-width: 1250px) {
    .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__menu ul li.current-menu-item a {
    color: black;
}

.header__menu ul a {
    font-size: 16px;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.header__menu ul a:hover {
    color: black;
}

.header__phone {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

@media (max-width: 1250px) {
    .header__phone {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header__phone {
        display: none;
    }
}

.header__phone a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #555555;
}

.header.open .header__burger span {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.header.open .header__burger span:nth-child(1) {
    rotate: 45deg;
    position: relative;
    top: 1px;
}

.header.open .header__burger span:nth-child(2) {
    display: none;
}

.header.open .header__burger span:nth-child(3) {
    display: none;
}

.header.open .header__burger span:nth-child(4) {
    rotate: -45deg;
    position: relative;
    top: -2px;
}

.header__burger {
    display: none;
    width: 46px;
    height: 40px;
    background-color: #D6EFFC;
    border: 1px solid #4AADE8;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.header__burger span {
    width: 70%;
    height: 1px;
    background-color: #4AADE8;
}

@media (max-width: 1250px) {
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.contact {
    margin-bottom: 45px;
}

@media (max-width: 425px) {
    .contact {
        margin-bottom: 20px;
    }
}

.contact__title {
    margin-bottom: 55px;
    text-align: center;
}

@media (max-width: 768px) {
    .contact__title {
        margin-bottom: 35px;
    }
}

@media (max-width: 425px) {
    .contact__title {
        margin-bottom: 15px;
    }
}

.contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .contact__items {
        gap: 25px;
    }
}

.contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.contact .item__img {
    margin-bottom: 35px;
}

.contact .item__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 900;
}

.contact .item__link {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: black;
}

iframe {
    margin-bottom: -10px;
}

.post {
    margin-bottom: 59px;
}

@media (max-width: 768px) {
    .post {
        margin-bottom: 25px;
    }
}

.post__top {
    background-color: #D6EFFC;
    border-radius: 40px 40px 0 0;
    padding: 30px 72px 72px 72px;
    max-width: 847px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .post__top {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .post__top {
        padding: 20px;
    }
}

.post__top h2 {
    margin: 10px 0;
}

.post__title {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.post__text {
    color: black;
}

@media (max-width: 1024px) {
    .post__img {
        width: 100vw;
        position: relative;
        left: -60px;
    }
}

@media (max-width: 425px) {
    .post__img {
        left: -30px;
    }
}

.post__img img {
    border-radius: 40px;
}

@media (max-width: 1024px) {
    .post__img img {
        border-radius: 0;
        width: 100%;
    }
}

.post__bottom {
    background-color: #D6EFFC;
    border-radius: 0 0 40px 40px;
    padding: 72px;
    max-width: 847px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .post__bottom {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .post__bottom {
        padding: 20px;
    }
}

.post__bottom h2 {
    margin: 10px 0;
}

.notfound {
    background-color: #dbf6ff;
    padding: 0 0 20px 0;
}

@media (max-width: 768px) {
    .notfound {
        padding: 50px 0;
    }
}

@media (max-width: 425px) {
    .notfound {
        padding: 30px 0 80px 0;
    }
}

.notfound__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .notfound__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.notfound__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 35px;
    background-color: #235789;
    border: 1px solid #235789;
    border-radius: 14px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.notfound__btn:hover {
    background-color: transparent;
    color: #235789;
}

@media (max-width: 768px) {
    .notfound__btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 768px) {
    .notfound__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.blog {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .blog {
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    .blog {
        margin-bottom: 15px;
    }
}

.blog__body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .blog__body {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
}

@media (max-width: 425px) {
    .blog__body {
        border-radius: 0;
    }
}

.blog__title {
    padding: 35px 35px 172px 35px;
    font-size: 32px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.posts {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .posts {
        margin-bottom: 30px;
    }
}

.posts__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 25px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .posts__items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .posts__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-bottom: 30px;
    }
}

.posts__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.posts__pag a,
.posts__pag span {
    width: 45px;
    height: 40px;
    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;
    font-size: 24px;
    border-radius: 10px;
    color: white;
}

.posts__pag a {
    background-color: #4AADE8;
    text-decoration: none;
}

.posts__pag a:hover {
    background-color: #235789;
}

.posts__pag span {
    background-color: #235789;
}

.posts .item {
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.posts .item:hover {
    background-color: #235789;
    color: white;
    scale: 1.05;
}

.posts .item__img {
    margin-bottom: 16px;
}

.posts .item__img img {
    border-radius: 4px;
}

.posts .item__title {
    font-size: 16px;
    color: #004D21;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.posts .item__text {
    margin-bottom: 10px;
}

.posts .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.posts .item__date {
    color: #6B7280;
    font-size: 14px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.posts .item__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts .item__more a {
    color: #004D21;
    text-decoration: none;
    font-weight: 600;
}

.posts .item__more img {
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(91%) saturate(3339%) hue-rotate(148deg) brightness(93%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(11%) sepia(91%) saturate(3339%) hue-rotate(148deg) brightness(93%) contrast(101%);
}

.posts .item:hover .item__title {
    color: white;
}

.posts .item:hover .item__text {
    color: white;
}

.posts .item:hover .item__date {
    color: white;
}

.posts .item:hover .item__more a {
    color: #ffffff;
}

.posts .item:hover .item__more img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(70deg) brightness(107%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(70deg) brightness(107%) contrast(101%);
}

.loading {
    position: relative;
}

.loading::before {
    content: "";
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eeeeee), color-stop(50%, #dddddd), color-stop(60%, #eeeeee));
    background: linear-gradient(to bottom right, #eeeeee 40%, #dddddd 50%, #eeeeee 60%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    -webkit-animation: placeholderShimmer 2s infinite linear;
    animation: placeholderShimmer 2s infinite linear;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes placeholderShimmer {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0 0;
    }
}

.us {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .us {
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .us {
        margin-bottom: 40px;
    }
}

.us__body {
    text-align: center;
}

.us__title {
    margin-bottom: 25px;
}

.us__text {
    margin-bottom: 25px;
}

.team {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .team {
        margin-bottom: 30px;
    }
}

.team__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .team__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.team__left {
    width: 50%;
}

@media (max-width: 768px) {
    .team__left {
        width: 100%;
    }
}

.team__left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 35px;
}

@media (max-width: 768px) {
    .team__left img {
        min-height: 450px;
    }
}

.team__right {
    width: 50%;
    padding: 130px 0;
}

@media (max-width: 768px) {
    .team__right {
        width: 100%;
        padding: 0;
    }
}

.team__title {
    font-size: 20px;
    color: #235789;
    font-weight: 600;
    margin-bottom: 10px;
}

.certs {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .certs {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .certs {
        margin-bottom: 20px;
    }
}

.certs__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .certs__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.certs__left {
    width: 50%;
}

@media (max-width: 768px) {
    .certs__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 425px) {
    .certs__left {
        text-align: center;
    }
}

.certs__right {
    width: 50%;
    max-height: 650px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 0 25px;
    background-color: #004D21;
    scrollbar-color: #235789 #D6EFFC;
    scrollbar-width: thin;
}

@media (max-width: 768px) {
    .certs__right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 425px) {
    .certs__right {
        width: 100vw;
        max-height: 450px;
    }
}

.advans {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .advans {
        margin-bottom: 30px;
    }
}

.advans__title {
    margin-bottom: 15px;
}

@media (max-width: 425px) {
    .advans__title {
        text-align: center;
    }
}

.advans__text {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .advans__text {
        margin-bottom: 30px;
        text-align: center;
    }
}

.advans__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .advans__items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 425px) {
    .advans__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.advans .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 425px) {
    .advans .item {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.advans .item__img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
}

.advans .item__title {
    font-size: 20px;
    font-weight: 600;
}

.special {
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .special {
        margin-bottom: 30px;
    }
}

.special__top {
    text-align: center;
    margin-bottom: -80px;
    position: relative;
}

.special__title {
    font-size: 32px;
    font-weight: 600;
    color: #004D21;
    margin-bottom: 15px;
}

.special__bottom {
    width: 100vw;
    height: 370px;
    margin-left: calc((100% - 100vw) / 2);
}

.special__bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 35px;
}

.proms {
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .proms {
        margin-bottom: 30px;
    }
}

.proms__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
}

.proms .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}

.proms .item:nth-child(even) .item__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 768px) {
    .proms .item:nth-child(even) .item__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.proms .item:nth-child(even) .item__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 768px) {
    .proms .item:nth-child(even) .item__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 768px) {
    .proms .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.proms .item__left {
    width: 50%;
}

@media (max-width: 768px) {
    .proms .item__left {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .proms .item__left {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
}

.proms .item__left img {
    border-radius: 23px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 350px;
}

.proms .item__right {
    width: 50%;
}

@media (max-width: 768px) {
    .proms .item__right {
        width: 100%;
    }
}

.proms .item__title {
    font-size: 64px;
    color: #004D21;
    line-height: 1;
}

.proms .item__title span {
    color: #4AADE8;
}

.proms .item__text {
    margin: 20px 0;
}

.proms .item__btn {
    margin-top: 20px;
}

.gift__title {
    font-size: 60px;
    line-height: 1;
    color: #004D21;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .gift__title {
        text-align: left;
    }
}

.gift__subtitle {
    font-size: 40px;
    color: #4AADE8;
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
}

@media (max-width: 768px) {
    .gift__subtitle {
        text-align: left;
    }
}

.gift__img {
    height: 350px;
}

@media (max-width: 768px) {
    .gift__img {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
}

.gift__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 32px;
}

.feel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0 100px 0;
}

@media (max-width: 1024px) {
    .feel {
        padding: 30px 0;
    }
}

.feel__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

@media (max-width: 1024px) {
    .feel__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feel__left {
    width: 50%;
}

@media (max-width: 1024px) {
    .feel__left {
        width: 100%;
    }
}

.feel__title {
    font-size: 70px;
    color: #235789;
    font-family: "Playfair Display", serif;
    line-height: 1.1;
}

@media (max-width: 1024px) {
    .feel__title {
        text-align: center;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .feel__title {
        font-size: 36px;
    }
}

.feel__btn {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .feel__btn {
        display: none;
    }
}

.feel__right {
    width: 50%;
    text-align: center;
    max-width: 420px;
}

@media (max-width: 1024px) {
    .feel__right {
        width: 100%;
    }
}

.feel__text {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

.feel__text span {
    color: #235789;
}

.feel__btn2 {
    margin-top: 25px;
    display: none;
}

@media (max-width: 1024px) {
    .feel__btn2 {
        display: inline-block;
    }
}

.services {
    padding: 25px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .services {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .services {
        padding: 110px 0;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 500px 0 0 0;
        background-position: center -300px;
    }
}

.services__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .services__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.services__box {
    width: 400px;
}

.services__top {
    background-color: #D6EFFC;
    border-radius: 20px 20px 0 0;
    padding: 12px 24px 16px 24px;
}

.services__title {
    font-size: 32px;
    font-weight: 600;
    color: #235789;
}

.services__items {
    background-color: #4AADE8;
    padding: 15px 24px;
}

.services .item {
    margin-bottom: 15px;
}

.services .item:last-child {
    margin-bottom: 0;
}

.services .item__title {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services .item__link {
    font-size: 12px;
    text-decoration: none;
    color: black;
}

.iframe_home {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .iframe_home {
        margin-top: 0;
    }
}

.sed {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    .sed {
        margin-bottom: 30px;
    }
}

.sed__img {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .sed__img {
        width: 100%;
        height: 70%;
    }
}

.sed__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
}

.sed__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 77px 0 144px 0;
}

@media (max-width: 1024px) {
    .sed__body {
        padding: 360px 0 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .sed__body {
        padding: 325px 0 0 0;
    }
}

.sed__info {
    width: 50%;
    background-color: #D6EFFC;
    border-radius: 35px;
    padding: 24px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .sed__info {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .sed__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.sed__title {
    margin-bottom: 16px;
}

.sed__text {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .sed__btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.faq {
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    .faq {
        margin-bottom: 30px;
    }
}

.faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 20px 0 90px 0;
}

@media (max-width: 768px) {
    .faq__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 285px 0 0 0;
    }
}

@media (max-width: 425px) {
    .faq__body {
        padding: 375px 0 0 0;
    }
}

.faq__left {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .faq__left {
        width: 100vw;
        height: 70%;
        margin-left: calc((100% - 100vw) / 2);
    }
}

.faq__left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 35px;
}

.faq__right {
    width: 470px;
    position: relative;
}

@media (max-width: 768px) {
    .faq__right {
        background-color: #D6EFFC;
        border-radius: 35px;
        padding: 24px;
    }
}

.faq__title {
    margin-bottom: 10px;
    text-align: right;
}

@media (max-width: 768px) {
    .faq__title {
        text-align: center;
    }
}

.faq__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    text-align: right;
}

@media (max-width: 768px) {
    .faq__subtitle {
        text-align: center;
    }
}

.faq__items {
    background-color: #D6EFFC;
    padding: 24px;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .faq__items {
        padding: 0;
    }
}

.faq .item {
    padding: 8px;
}

.faq .item.open {
    background-color: white;
}

.faq .item.open .item__body {
    display: block;
}

.faq .item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq .item__title {
    font-weight: 500;
}

.faq .item__plus {
    width: 20px;
    height: 20px;
    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;
    border-radius: 50%;
    background-color: #004D21;
    cursor: pointer;
}

.faq .item__body {
    margin-top: 8px;
    display: none;
}