/* 1. Use a more-intuitive box-sizing model */

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Metrophobic&family=Montserrat:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Metrophobic&family=Montserrat:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 2. Remove default margin */

* {
    margin: 0;
}


/* 3. Enable keyword animations */

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}


/* 6. Improve media defaults */

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}


/* 7. Inherit fonts for form controls */

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


/* 8. Avoid text overflows */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}


/* 9. Improve line wrapping */

p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}


/*
    10. Create a root stacking context
  */

#root,
#__next {
    isolation: isolate;
}

body {
    overflow-x: hidden;
}

body.lock {
    overflow-y: hidden;
}

.wrapper {
    margin-top: 140px;
    overflow-x: hidden;
}

@media (max-width: 1100px) {
    .wrapper {
        margin-top: 150px;
    }
}

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

.container {
    max-width: 1444px;
    margin: 0 auto;
    padding: 0 72px;
}

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

.title {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
    color: #00637B;
}

.title span {
    color: #FFD700;
}

.subtitle {
    font-family: Bebas Neue;
    font-size: 84px;
    text-align: center;
    color: #02A0C6;
    line-height: 100%;
}

.subtitle span {
    color: #FFD700;
}

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

.first {
    margin-bottom: 50px;
}

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

.first__title {
    margin-bottom: 24px;
}

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

.mci {
    background-repeat: no-repeat;
    background-size: cover;
}

.mci__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: calc(100vw - (100vw - 100%) / 2);
}

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

@media (max-width: 425px) {
    .mci__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.mci__left {
    width: calc(50% - (100vw - 100%) / 2);
    font-family: Open Sans;
    font-size: 24px;
    text-align: center;
    padding: 115px 0;
}

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

@media (max-width: 425px) {
    .mci__left {
        font-size: 16px;
        width: 100vw;
        position: relative;
        left: -20px;
    }
}

.mci__right {
    width: calc(50% + (100vw - 100%) / 2);
    position: relative;
}

.mci__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media (max-width: 1024px) {
    .mci__text {
        padding: 30px;
        background-color: white;
    }
}

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

.servicesWrapper {
    padding: 100px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .servicesWrapper {
        gap: 25px;
        padding: 25px 0;
    }
}

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

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

.services__left {
    width: 50%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

@media (max-width: 1024px) {
    .services:nth-child(even) .services__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.services__title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 8px;
}

.services__subtitle {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.services__text {
    font-family: Metrophobic;
    font-size: 16px;
}

.services__right {
    width: 50%;
    position: relative;
    min-height: 575px;
}

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

@media (max-width: 768px) {
    .services__right {
        left: -20px;
        min-height: 350px;
    }
}

.services__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media (max-width: 1024px) {
    .services:nth-child(even) .services__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.advans {
    margin-bottom: 50px;
}

.advans__title {
    margin-bottom: 50px;
}

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

@media (max-width: 425px) {
    .advans__title {
        display: none;
    }
}

.advans__mobiletitle {
    display: none;
}

@media (max-width: 425px) {
    .advans__mobiletitle {
        display: block;
    }
}

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

@media (max-width: 1024px) {
    .advans__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;
    }
}

@media (max-width: 425px) {
    .advans__body {
        gap: 10px;
    }
}

.advans__left {
    width: 50%;
    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;
}

@media (max-width: 1024px) {
    .advans__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

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

@media (max-width: 425px) {
    .advans__item {
        gap: 20px;
    }
}

.advans__advan {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    color: #00637B;
}

.advans__list div {
    font-family: Open Sans;
    font-size: 16px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}

.advans__list div:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #898989;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.advans__right {
    width: 50%;
    position: relative;
}

@media (max-width: 1024px) {
    .advans__right {
        width: 100vw;
        min-height: 350px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 425px) {
    .advans__right {
        display: none;
    }
}

.advans__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer {
    background-color: #fff;
    padding: 60px 0 30px 0;
}

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

.footer__body {
    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;
}

.footer__top {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 1024px) {
    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50px;
    }
}

.footer__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

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

@media (max-width: 425px) {
    .footer__middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 50px;
    }
}

.footer__col:first-child {
    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;
    gap: 35px;
}

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

.footer__col:last-child {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}

@media (max-width: 425px) {
    .footer__col:last-child {
        display: none;
    }
}

.footer__contacts {
    display: none;
}

@media (max-width: 425px) {
    .footer__contacts {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__title {
    font-family: Inter;
    font-size: 20px;
    color: #F6F8FF;
    margin-bottom: 10px;
}

.footer__list {
    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;
}

.footer__list a {
    font-family: Inter;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.footer__contacts .footer__list {
    text-align: center;
}

.footer__ever {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__ever a {
    font-family: Inter;
    font-size: 11px;
    text-decoration: underline;
    color: #9E8B8B;
}

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

.footer__bottom {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 1024px) {
    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .footer__bottom a {
        font-family: Inter;
        font-size: 11px;
        text-decoration: underline;
        color: #9E8B8B;
    }
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: white;
/*     padding: 34px 0; */
}

@media (max-width: 1100px) {
    .header {
/*         padding: 10px 0; */
    }
}

.header__body {
    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;
    gap: 10px;
}

.header__logo {
    z-index: 1;
}

@media (max-width: 768px) {
    .header__logo img {
        max-width: 100px;
    }
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    list-style: none;
}

.header__menu ul a {
    font-family: Metrophobic;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ACEA));
    background-image: linear-gradient(#00ACEA 0 0);
    background-position: 0 100%;
    background-size: 0% 2px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s, background-position 0s 0.3s;
    transition: background-size 0.3s, background-position 0s 0.3s;
}

.header__menu ul a:hover {
    background-position: 100% 100%;
    background-size: 100% 2px;
}

.header__menu ul li.current-menu-item a {
    background-position: 100% 100%;
    background-size: 100% 2px;
}

@media (max-width: 1200px) {
    .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 100px;
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header.open .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.header__phone {
    margin-right: 15px;
}

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

.header__phone:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(83%) saturate(1442%) hue-rotate(201deg) brightness(98%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(46%) sepia(83%) saturate(1442%) hue-rotate(201deg) brightness(98%) contrast(108%);
}

.header__burger {
    display: none;
    background-color: #00637B;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 10px;
    cursor: pointer;
}

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

@media (max-width: 425px) {
    .header__burger {
        width: 39px;
        height: 39px;
        padding: 12px 7px;
    }
}

.header__burger span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

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

.header.open .header__burger span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header.open .header__burger span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: 6px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn {
    font-family: Metrophobic;
    font-size: 16px;
    text-decoration: none;
    background-color: #02A0C6;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-wrap: nowrap;
}

@media (max-width: 425px) {
    .btn {
        font-size: 12px;
    }
}

.btn:hover {
    opacity: 0.7;
}

.about__title {
    margin-bottom: 35px;
}

.about__body {
    padding: 65px 0 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.about__box {
    background-color: white;
    padding: 30px;
    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;
    gap: 15px;
    max-width: 850px;
    margin: 0 auto;
}

.about__text {
    text-align: center;
    font-family: 'Open Sans';
    color: #333333;
}

.story__title {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
    padding: 50px 0;
    background-color: #00637B;
    color: #fff;
}

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

.story__body {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .story__body {
        padding: 25px 0;
    }
}

.story__subtitle {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

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

.story__text {
    font-family: Inter;
    font-size: 24px;
    margin-bottom: 50px;
}

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

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

.story__items {
    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: 20px;
}

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

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

@media (max-width: 768px) {
    .story__item {
        gap: 30px;
    }
}

.story__item img {
    max-width: 50px;
}

.story__item span {
    font-family: Open Sans;
    font-size: 24px;
    color: #333333;
}

@media (max-width: 768px) {
    .story__item span {
        font-size: 20px;
    }
}

.items {
    background-color: #00637B;
    padding: 80px 0;
}

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

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

.items__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

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

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

.items__item {
    text-align: center;
}

.items__title {
    font-family: Bebas Neue;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.items__text {
    font-family: Open Sans;
    font-size: 16px;
    color: #fff;
}

.gallery {
    padding: 50px 0 20px 0;
}

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

.gallery__body {
    padding: 0 70px;
    position: relative;
}

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

.gallery__title {
    margin-bottom: 20px;
}

.gallery__slide {
    height: 480px !important;
    position: relative;
}

.gallery__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__pag div {
    top: 50%;
    background-color: #00637B;
    padding: 20px;
    cursor: pointer;
}

.gallery__pag .prev {
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .gallery__pag .prev {
        left: -20px;
    }
}

.gallery__pag .next {
    position: absolute;
    right: 0;
}

@media (max-width: 768px) {
    .gallery__pag .next {
        right: -20px;
    }
}

.partners {
    padding: 0 0 20px 0;
}

.partners__body {
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 72px;
}

@media (max-width: 420px) {
    .partners__body {
        padding: 0 10px;
    }
}

.we {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.we::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(45, 85, 89, 0.43);
}

.we__body {
    position: relative;
    padding: 220px 0 140px 0;
}

@media (max-width: 1024px) {
    .we__body {
        padding: 80px 0 90px 0;
    }
}

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

.we__title {
    font-family: Bebas Neue;
    font-size: 84px;
    text-align: center;
    color: white;
    text-decoration: underline;
    text-decoration-color: #00ACEA;
    text-decoration-thickness: 5px;
    text-underline-offset: 5px;
    line-height: 120%;
}

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

@media (max-width: 768px) {
    .we__title {
        font-size: 40px;
        margin-bottom: 17px;
    }
}

.we__subtitle {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
    color: #D3D3D3;
    margin-bottom: 30px;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

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

.we__btns {
    max-width: 550px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.btn-yellow {
    font-family: Metrophobic;
    font-size: 16px;
    text-decoration: none;
    background-color: #02A0C6;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

@media (max-width: 425px) {
    .btn-yellow {
        font-size: 12px;
    }
}

.btn-yellow:hover {
    opacity: 0.7;
}

.why {
    padding: 50px 0;
}

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

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

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

.why__body {
    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;
    gap: 20px;
}

@media (max-width: 1024px) {
    .why__body {
        gap: 15px;
    }
}

.why__text {
    font-family: Open Sans;
    font-size: 16px;
    text-align: center;
}

.stat {
    padding-bottom: 50px;
}

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

@media (max-width: 768px) {
    .stat {
        padding-bottom: 10px;
    }
}

.stat__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

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

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

.stat__title {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
    color: #00637B;
    line-height: 100%;
    margin-bottom: 5px;
}

.stat__subtitle {
    font-family: Open Sans;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.hservices {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 70px;
    position: relative;
}

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

@media (max-width: 768px) {
    .hservices {
        padding-bottom: 10px;
        background-size: auto;
    }
}

@media (max-width: 1024px) {
    .hservices::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.494);
    }
}

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

.hservices__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    position: relative;
}

.hservices__left {
    width: 50%;
    position: relative;
}

.hservices__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.hservices__items {
    width: 50%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

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

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

.hservices .item {
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.hservices .item__title {
    font-family: Open Sans;
    font-size: 16px;
    margin-bottom: 15px;
}

.hservices .item__text {
    font-family: Open Sans;
    font-size: 16px;
    color: #7E7E7E;
}

.hservices .item__info {
    padding: 40px 30px;
    background-color: #D3D3D3;
}

.hservices .item img {
    max-height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hservices .item:hover {
    scale: 1.03;
}

.career {
    padding-bottom: 50px;
}

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

@media (max-width: 768px) {
    .career {
        padding-bottom: 10px;
    }
}

.career__title {
    margin-bottom: 35px;
}

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

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

.career__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

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

.career__left {
    width: 50%;
    position: relative;
}

.career__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media (max-width: 768px) {
    .career__left {
        width: 100vw;
        position: relative;
        left: -20px;
    }
}

.career__right {
    width: 50%;
    padding: 35px 0;
}

@media (max-width: 1024px) {
    .career__right {
        width: 100%;
        padding: 0;
        position: relative;
        margin-top: -75px;
        text-align: center;
    }
}

.career__subtitle {
    font-family: Bebas Neue;
    font-size: 40px;
    margin-bottom: 10px;
    color: #001F5B;
}

.career__subtitle span {
    color: #FFD700;
}

@media (max-width: 1024px) {
    .career__subtitle {
        background-color: #001F5B;
        color: #FFD700;
        padding: 40px 35px;
        margin: 0 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .career__subtitle {
        margin: 0 0 15px 0;
        width: 100vw;
        position: relative;
        left: -20px;
    }
}

.career__text {
    font-family: Open Sans;
    font-size: 16px;
    margin-bottom: 40px;
}

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

.hcontacts {
    padding-top: 70px;
}

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

.hcontacts__body {
    max-width: 680px;
    margin: 0px auto 0 auto;
    position: relative;
    top: -60px;
}

.hcontacts__body img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.hcontacts__info {
    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;
    padding: 32px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.448);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.448);
    background-color: #00637B;
}

@media (max-width: 768px) {
    .hcontacts__info {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.hcontacts__address {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.hcontacts__link {
    font-family: Open Sans;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.resources {
    padding-bottom: 50px;
}

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

.resources__subtitle {
    font-family: Open Sans;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

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

.resources__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 40px;
    margin-bottom: 85px;
}

@media (max-width: 1024px) {
    .resources__items {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px;
        margin-bottom: 15px;
    }
}

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

.resources .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: 18px;
}

.resources .item__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 18px;
}

.resources .item__date {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: capitalize;
    color: #A7A6A6;
}

.resources .item__title {
    font-family: Bebas Neue;
    font-size: 40px;
    color: #001F5B;
}

.resources .item__text {
    font-family: Open Sans;
    font-size: 16px;
    color: #000000;
}

.resources .item__more {
    font-family: Montserrat;
    font-size: 14px;
    text-decoration: underline;
    color: #A7A6A6;
}

.pag {
    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;
    gap: 5px;
}

.pag a,
.pag span {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    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;
}

.pag a {
    text-decoration: none;
    background: rgba(255, 215, 0, 0.5019607843);
    color: black;
}

.pag span {
    background-color: #FFD700;
}

.faq {
    margin-bottom: 70px;
    position: relative;
}

.faq .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
}

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

@media (max-width: 1024px) {
    .faq {
        margin-bottom: 0;
    }
    .faq .bg {
        background: none !important;
    }
}

.faq__body {
    padding: 115px 0 65px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.faq__left {
    padding: 30px 55px;
    background-color: white;
    border-top: 5px solid #02A0C6;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.448);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.448);
    max-width: 920px;
}

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

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

.faq__title {
    display: inline-flex;
    gap: 10px;
    border-bottom: 3px solid #CDE3FB;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.faq__right {
    display: none;
}

.faq__right img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.faq .item {
    padding: 15px 10px;
    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;
    gap: 10px;
    cursor: pointer;
}

.faq .item__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    color: #001F5B;
}

.faq .item__text {
    display: none;
}

.faq .item__arrow {
    background-color: #00637B;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq .item.open {
    background-color: #00637B;
}

.faq .item.open .item__title {
    color: #D3D3D3;
    margin-bottom: 15px;
}

.faq .item.open .item__text {
    color: white;
    display: block;
    font-family: Inter;
    font-size: 20px;
}

.faq .item.open .item__arrow {
    background-color: white;
    rotate: 180deg;
}

.faq .item.open .item__arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(90%) saturate(3545%) hue-rotate(212deg) brightness(84%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(90%) saturate(3545%) hue-rotate(212deg) brightness(84%) contrast(88%);
}

.contact .faq__left {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.contact .faq__right {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.touch {
    padding-bottom: 50px;
}

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

.touch__title {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
}

.touch__subtitle {
    font-family: Metrophobic;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.touch__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 75px;
    gap: 70px;
    border: 1px solid #FFD700;
}

@media (max-width: 1024px) {
    .touch__body {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .touch__body {
        gap: 15px;
        border: none;
        padding: 0;
    }
}

.touch .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;
    gap: 10px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.touch .item__title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
}

.touch .item__email {
    font-family: Metrophobic;
    font-size: 16px;
    color: #000000;
}

.touch .item__phone {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.touch .item:hover img {
    scale: 1.03;
}

.express {
    padding-bottom: 50px;
}

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

.express__title {
    font-family: Bebas Neue;
    font-size: 84px;
    color: #00637B;
    text-align: center;
    margin-bottom: 20px;
    line-height: 100%;
}

.express__title span {
    color: #02A0C6;
}

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

.express__subtitle {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.express__text {
    font-family: Open Sans;
    font-size: 24px;
    text-align: center;
}

.what {
    padding: 145px 0 215px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.what .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: pulse 10s linear infinite alternate;
    animation: pulse 10s linear infinite alternate;
}

@media (max-width: 1024px) {
    .what .bg {
        background-size: auto;
    }
}

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

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

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

.what .container {
    position: relative;
}

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

.what__img {
    display: none;
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.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: 30px;
    padding: 30px;
    background-color: white;
    max-width: 950px;
    margin: 0 auto;
}

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

.form__title {
    font-family: Bebas Neue;
    font-size: 40px;
    line-height: 100%;
    color: #00637B;
    text-align: center;
}

.form__title span {
    color: #02A0C6;
}

.form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

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

.form__left {
    width: 50%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

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

.form__input input {
    width: 100%;
    height: 70px;
    background-color: #EAEAEA;
    border: none;
    padding-left: 30px;
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input::-webkit-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input::-moz-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input:-ms-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input::-ms-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input::placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input input:focus {
    outline: 1px solid #FF0000;
    color: #FF0000;
}

.form__input input:focus::-webkit-input-placeholder {
    color: #FF0000;
}

.form__input input:focus::-moz-placeholder {
    color: #FF0000;
}

.form__input input:focus:-ms-input-placeholder {
    color: #FF0000;
}

.form__input input:focus::-ms-input-placeholder {
    color: #FF0000;
}

.form__input input:focus::placeholder {
    color: #FF0000;
}

.form__input textarea {
    width: 100%;
    height: 170px;
    background-color: #EAEAEA;
    border: none;
    padding: 30px;
    font-family: Metrophobic;
    font-size: 16px;
    resize: none;
}

.form__input textarea::-webkit-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input textarea::-moz-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input textarea:-ms-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input textarea::-ms-input-placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input textarea::placeholder {
    font-family: Metrophobic;
    font-size: 16px;
}

.form__input textarea:focus {
    outline: 1px solid #FF0000;
    color: #FF0000;
}

.form__input textarea:focus::-webkit-input-placeholder {
    color: #FF0000;
}

.form__input textarea:focus::-moz-placeholder {
    color: #FF0000;
}

.form__input textarea:focus:-ms-input-placeholder {
    color: #FF0000;
}

.form__input textarea:focus::-ms-input-placeholder {
    color: #FF0000;
}

.form__input textarea:focus::placeholder {
    color: #FF0000;
}

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

.form__row .form__input {
    width: 100%;
}

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

.form__select select {
    width: 100%;
    width: 100%;
    height: 70px;
    background-color: #EAEAEA;
    border: none;
    padding-left: 30px;
    font-family: Metrophobic;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 30px);
    background-position-y: 50%;
    border-radius: 2px;
    font-family: Metrophobic;
    font-size: 16px;
    color: #757575;
}

.form__select select:focus {
    outline: 1px solid #FF0000;
    color: #FF0000;
}

.form__right {
    width: 50%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.form__btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    height: 70px;
    border-radius: 0;
}

.form__bottom {
    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;
}

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

.form__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.form__phone a {
    font-family: Open Sans;
    font-size: 16px;
    color: #7E7E7E;
    text-decoration: none;
}

.shipper.what {
    margin-bottom: 0;
}

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

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

@media (max-width: 1024px) {
    .shipper.what .bg {
        display: none !important;
    }
}

.join__title {
    margin-bottom: 50px;
}

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

.join__body {
    background-repeat: no-repeat;
    background-size: cover;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 450px 0 50px 0;
}

@media (max-width: 1024px) {
    .join__body {
        padding: 280px 0 50px 0;
        background-size: auto;
    }
}

.join__subtitle {
    padding: 20px 80px;
    background-color: #FFD700;
    width: 100%;
    text-align: right;
}

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

@media (max-width: 1024px) {
    .join__subtitle {
        max-width: none;
        padding: 30px 30px 10px 30px;
    }
}

.join__text {
    font-family: Open Sans;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.join__bottom {
    background-color: #FFD700;
    padding: 35px 100px 35px 35px;
    max-width: 730px;
}

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

.join__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}

@media (max-width: 1024px) {
    .join__btns {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .join__btns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
    }
}

.work__title {
    padding: 50px 0;
}

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

.work__bottom {
    background-color: #D3D3D3;
    padding: 50px 0;
}

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

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

.work__items {
    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;
    gap: 40px;
}

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

@media (max-width: 768px) {
    .work__items {
        gap: 20px;
    }
}

.work .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;
}

.work .item__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 100%;
    margin-top: 6px;
}

.road {
    position: relative;
}

.road__body {
    padding: 50px 0 130px 0;
}

@media (max-width: 1024px) {
    .road__body {
        padding: 20px 0 25px 0;
    }
}

.road__title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.road__text {
    font-family: Open Sans;
    font-size: 24px;
    text-align: center;
}

.bottomWrapper {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bottomWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.52);
}

.career.what {
    padding: 115px 0 100px 0;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .career.what {
        padding: 50px 0 40px 0;
    }
}

@media (max-width: 768px) {
    .career.what {
        padding: 35px 0 20px 0;
    }
}

.with {
    padding-bottom: 50px;
}

@media (max-width: 1100px) {
    .with {
        padding-bottom: 25px;
    }
}

.with__body {
    position: relative;
}

.with__title {
    margin-bottom: 65px;
}

@media (max-width: 1100px) {
    .with__title {
        margin-bottom: 5px;
    }
}

.with__subtitle {
    position: absolute;
    z-index: 1;
    background-color: white;
    padding: 10px;
    text-align: left;
    top: 160px;
    left: 0;
}

@media (max-width: 1100px) {
    .with__subtitle {
        position: static;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }
}

.with__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: calc(100vw - (100vw - 100%) / 2);
    margin-left: calc(-50vw + 50%);
}

@media (max-width: 1100px) {
    .with__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        margin-left: auto;
        gap: 15px;
    }
}

.with__left {
    width: calc(50% + (100vw - 100%) / 2);
    position: relative;
}

@media (max-width: 1100px) {
    .with__left {
        width: 100vw;
        min-height: 300px;
        margin-left: calc(-50vw + 50%);
    }
}

.with__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.with__right {
    width: calc(50% - (100vw - 100%) / 2);
    padding: 350px 0 130px 0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 1100px) {
    .with__right {
        width: 100%;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.with__text {
    font-family: Open Sans;
    font-size: 24px;
    color: #333333;
}

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

.edi {
    padding-bottom: 50px;
}

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

.edi__title {
    margin-bottom: 40px;
}

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

.edi__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 75px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width: 1024px) {
    .edi__body {
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

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

.edi__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.897);
}

.edi .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: 5px;
    position: relative;
}

.edi .item__subtitle {
    font-family: Open Sans;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.how {
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

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

@media (max-width: 768px) {
    .how {
        background: none !important;
    }
}

.how__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

@media (max-width: 1024px) {
    .how__body {
        padding: 185px 0 195px 0;
    }
}

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

.how__left {
    width: 50%;
    padding: 250px 0;
}

@media (max-width: 1024px) {
    .how__left {
        width: 100%;
        background-color: white;
        padding: 50px;
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .how__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin-top: -85px;
        z-index: 2;
        background-color: transparent;
        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;
    }
}

.how__title {
    margin-bottom: 55px;
    max-width: 400px;
}

@media (max-width: 768px) {
    .how__title {
        margin-bottom: 10px;
        background-color: white;
        display: inline-block;
        padding: 10px 20px;
    }
}

.how__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;
}

@media (max-width: 768px) {
    .how__items {
        gap: 15px;
    }
}

.how__right {
    width: 50%;
    position: relative;
    margin-top: -250px;
}

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

@media (max-width: 768px) {
    .how__right {
        display: block;
        min-height: 400px;
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

.how__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.how .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.how .item__title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    color: #001F5B;
}

.how .item__subtitle {
    font-family: Open Sans;
    font-size: 16px;
    color: #333333;
}

.reviews {
    position: relative;
    padding-top: 80px;
}

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

@media (max-width: 768px) {
    .reviews {
        padding-top: 60px;
    }
}

.reviews__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-bottom: 3px solid #001F5B;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.reviews__title .title {
    text-align: left;
    line-height: 100%;
}

.reviews__pag {
    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;
    gap: 80px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .reviews__pag {
        gap: 40px;
    }
}

.reviews__dots {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.reviews__dots .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #0066ff;
}

.reviews__dots .swiper-pagination-bullet-active {
    background-color: #FFD700;
}

.reviews__prev {
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    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%;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews__next {
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    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%;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.review {
    background-color: #FFFDFD;
    padding: 30px;
    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;
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.review__top>img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .review__top>img {
        width: 70px;
        height: 70px;
    }
}

.review__info {
    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) {
    .review__info {
        gap: 5px;
    }
}

.review__name {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    color: #0F4291;
}

.review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .review__stars {
        gap: 5px;
    }
}

.review__date {
    font-family: Inter;
    font-size: 16px;
    color: #9B9B9B;
}

.review__excerpt {
    font-family: Inter;
    font-size: 20px;
    color: #1C1919;
    line-height: 120%;
}

.more .review__excerpt {
    display: none;
}

.review__full {
    font-family: Inter;
    font-size: 20px;
    color: #1C1919;
    display: none;
    line-height: 120%;
}

.more .review__full {
    display: block;
}

.review__more {
    font-family: Inter;
    font-size: 16px;
    text-decoration: underline;
    color: #9B9B9B;
    cursor: pointer;
}

.more .review__more {
    display: none;
}

.review__hide {
    font-family: Inter;
    font-size: 16px;
    text-decoration: underline;
    color: #9B9B9B;
    cursor: pointer;
    display: none;
}

.more .review__hide {
    display: block;
}

.route {
    background-color: #001F5B;
    position: relative;
    padding: 35px 0 25px 0;
}

.route__title {
    font-family: Bebas Neue;
    font-size: 40px;
    text-align: center;
    color: #FFD700;
}

.route__body {
    position: relative;
}

.route__road_1 {
    width: calc(100% - 100px);
}

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

.route__road_2 {
    display: none;
    width: 100%;
    height: 800px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

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

.route__road_3 {
    display: none;
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.route__text {
    font-family: Open Sans;
    font-size: 24px;
    color: #87CEEB;
    position: absolute;
    text-align: center;
    line-height: 105%;
    max-width: 400px;
}

@media (max-width: 1024px) {
    .route__text {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .route__text {
        max-width: 150px;
    }
}

.route__text_1 {
    top: 28%;
    left: 40%;
}

@media (max-width: 1024px) {
    .route__text_1 {
        top: 15%;
        right: 0;
        left: auto;
    }
}

@media (max-width: 850px) {
    .route__text_1 {
        top: 18%;
    }
}

.route__text_2 {
    bottom: 10%;
    left: 5%;
    max-width: 300px;
}

@media (max-width: 1350px) {
    .route__text_2 {
        bottom: 25%;
    }
}

@media (max-width: 1024px) {
    .route__text_2 {
        left: 10%;
        bottom: 50%;
    }
}

@media (max-width: 768px) {
    .route__text_2 {
        max-width: 150px;
    }
}

.route__text_3 {
    top: 45%;
    right: 15%;
}

@media (max-width: 1024px) {
    .route__text_3 {
        top: auto;
        right: auto;
        bottom: 10%;
        left: 0;
    }
}

@media (max-width: 768px) {
    .route__text_3 {
        top: auto;
        right: auto;
        bottom: 10%;
        left: 10%;
    }
}

.route__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    text-wrap: nowrap;
}

@media (max-width: 1024px) {
    .route__btn {
        right: 30%;
    }
}

@media (max-width: 768px) {
    .route__btn {
        right: 20%;
    }
}

@media (max-width: 600px) {
    .route__btn {
        right: 10%;
    }
}

.loading {
    position: relative;
}

.loading::before {
    content: "";
    position: absolute;
    z-index: 100000;
    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;
    }
}

.newsContent {
    margin: 60px 0;
}

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

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

.newsContent__body {
    max-width: 847px;
    margin: 0 auto;
}

.newsContent__top {
    padding: 30px 72px 72px 72px;
    background-color: #F9FAFC;
    border-radius: 40px 40px 0 0;
    line-height: 25.6px;
    font-family: Open Sans;
}

.newsContent__title_1 {
    display: none;
}

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

.newsContent__title_2 {
    display: block;
    margin-bottom: 30px;
}

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

@media (max-width: 1024px) {
    .newsContent__top {
        padding: 40px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .newsContent__top {
        padding: 24px;
    }
}

.newsContent__imgbody {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 32px;
}

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

.newsContent__img img {
    width: 100%;
    border-radius: 40px;
}

@media (max-width: 768px) {
    .newsContent__img img {
        border-radius: 0;
    }
}

.newsContent__bottom {
    padding: 72px;
    background-color: #F9FAFC;
    border-radius: 0 0 40px 40px;
    line-height: 25.6px;
    font-family: Open Sans;
}

@media (max-width: 1024px) {
    .newsContent__bottom {
        padding: 40px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .newsContent__bottom {
        padding: 24px;
    }
}

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

.form__team {
    font-size: 24px;
    text-align: center;
    font-family: Open Sans;
}

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

.form__resume {
    width: 100%;
    height: 70px;
    background-color: #EAEAEA;
    border: none;
    padding-left: 30px;
    font-family: Metrophobic;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: Metrophobic;
    font-size: 16px;
    color: grey;
    cursor: pointer;
}

.form__file input {
    display: none;
}

.header__menu ul li {
    position: relative;
}

.header__menu .sub-menu {
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    padding: 10px;
    background-color: #00637B;
    border-radius: 5px;
    display: none;
    margin: 0;
    width: 420px;
    overflow: hidden;
}

@media (max-width: 768px) {
	.header__menu .sub-menu {
		width: 200px;
	}
}

.header__menu ul li:hover>.sub-menu {
    display: block;
}

.header__menu .sub-menu li a {
    color: white;
}

.header {
/*     background-color: transparent; */
}

.header.scroll {
    background-color: white !important;
}

.nf .wrapper {
    margin-top: 0;
}

.bfirst__title {
    color: #00637B;
    font-size: 84px;
    font-family: 'Bebas Neue';
    margin-bottom: 10px;
}

.bfirst__title span {
    color: #02A0C6;
}

.bfirst__subtitle {
    font-size: 40px;
    font-family: 'Bebas Neue';
}

.bfirst__body {
    text-align: center;
    padding: 118px 0 167px 0;
    position: relative;
}

.bfirst::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.534);
    top: 0;
    left: 0;
}

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

@media (max-width: 425px) {
    .bfirst__body {
        padding: 131px 0;
    }
    .bfirst__title {
        font-size: 40px;
    }
   .bfirst__subtitle {
        font-size: 24px;
    }
}

.bfirst {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.posts {
    padding: 37px 0 60px 0;
    max-width: 1040px;
    margin: 0 auto;
}

.posts__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 10px;
}

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

.posts .item {
    padding: 28px 39px 49px 39px;
    border: 1px solid #C7C6C6;
}

.posts .item__title {
    color: #00637B;
    font-size: 40px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    margin-bottom: 18px;
}

.posts .item__date {
    font-size: 14px;
    color: #A7A6A6;
    font-family: 'Montserrat';
    margin-bottom: 16px;
}

.posts .item__text {
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: 18px;
}

.posts .item__read {
    font-size: 14px;
    color: #A7A6A6;
    font-family: 'Montserrat';
}

.posts__nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

.posts__nav a, .posts__nav span {
    width: 45px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Inter';
    border: 1px solid rgba(0, 0, 0, 0.274);
    text-decoration: none;
}

.posts__nav span {
    background-color: #00637B;
    color: white;
    border: none;
}

.pfirst__title {
    color: #00637B;
    font-size: 84px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    text-align: center;
}

.pfirst__body {
    padding: 122px 0;
}

.pfirst {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 37px;
}

.pmeta {
    margin-bottom: 68px;
}

.pmeta__body span {
    color: #A7A6A6;
    font-size: 14px;
    font-family: 'Montserrat';
}

.pmeta__body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pmeta__body span {
    position: relative;
}

.pmeta__body span::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    height: 70%;
    width: 1px;
    background-color: #A7A6A6;
    transform: translateY(-50%);
}

.pmeta__body span:last-child::before {
    display: none;
}

.pcontent {
    margin-bottom: 46px;
}

.pcontent__body {
    font-size: 24px;
    font-family: 'Open Sans';
}

.pnav__body {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
    background-color: #EFEFEF;
    border: 1px solid #00000018;
}

.pnav__body .prev, .pnav__body .next {
    display: flex;
    gap: 2px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    text-decoration: none;
}

.pnav__body .prev img, .pnav__body .next img {
    width: 5px;
}

.pnav {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .pfirst__body {
        padding: 78px 0;
    }
    .pmeta {
        margin-bottom: 35px;
    }
    .pnav {
        margin-bottom: 25px;
    }
}

@media (max-width: 425px) {
    .pfirst__body {
        padding: 25px 0;
        font-size: 40px;
    }
    .pmeta {
        margin-bottom: 25px;
    }
    .pfirst__title {
        font-size: 40px;
    }
}

.pcontent__body p {
    margin-bottom: 20px;
}

.cform {
    margin-bottom: 30px;
}

.cform__title {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.cform__form textarea {
    padding: 14px 19px;
    font-family: 'Open Sans';
    border: 1px solid rgba(0, 0, 0, 0.205);
    width: 100%;
    font-size: 15px;
    outline: none;
}

.cform__input textarea::placeholder {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #A08E8E;
}

.cform__row {
    display: flex;
    gap: 55px;
    margin: 17px 0 35px 0;
}

.cform__row .cform__input {
    flex-grow: 1;
}

.cform__input input {
    font-family: 'Open Sans';
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.205);
    padding: 12px 17px;
    outline: none;
}

.cform__input input::placeholder {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #A08E8E;
}

.cform__checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 35px;
}

.cform__checkbox label {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #A08E8E;
}

.cform__checkbox input {
    width: 22px;
    height: 22px;
    font-size: 15px;
    opacity: 0.5;
}

.cform__btn button {
    background-color: #02A0C6;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
    font-family: 'Metrophobic';
    cursor: pointer;
    line-height: 1;
}

.cform__btn button:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .cform__title {
        margin-bottom: 25px;
    }
    .cform__row {
        flex-direction: column;
        gap: 15px;
        margin: 15px 0;
    }
    .cform__checkbox {
        margin-bottom: 15px;
    }
}

.just-validate-error-label {
    font-family: 'Open Sans';
}

.header__contact.btn {
    border: 1px solid #00ACEA;
    background-color: transparent;
    color: #00ACEA;
}

.header__contact.btn:hover {
    background-color: #00ACEA;
    color: white;
}

.header__phone img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(3077%) hue-rotate(159deg) brightness(94%) contrast(102%);
}
.about__quote.title {
    color: #02A0C6;
    padding: 37px 0 28px 0;
    line-height: 1.1;
}
@media (max-width: 768px) {
    .about__quote.title {
        padding: 15px 0 15px 0;
    }
}

.gallery__pag img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(6%) hue-rotate(351deg) brightness(103%) contrast(105%);
}

.faq__title img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(45%) saturate(7044%) hue-rotate(161deg) brightness(96%) contrast(98%);
}

.faq__title .title {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Inter';
}

.local {
	padding: 58px 0;
	background-color: #2A6277;
	background-repeat: no-repeat;
	background-size: cover;
}

.local-body {
	padding: 21px 48px;
	background: #00637b63;
}

.local .section-title {
	font-size: 40px;
	color: #001F5B;
	margin-bottom: 8px;
	font-family: 'Montserrat';
}

@media (max-width: 768px) {
	.local .section-title {
		font-size: 32px;
	}
}

.local .text_16 {
	font-size: 16px;
	color: #001F5B;
	font-family: 'Montserrat';
	margin-bottom: 40px;
	text-transform: uppercase;
}

.local-title-letter {
	font-size: 24px;
	color: #001F5B;
	font-family: 'Montserrat';
	margin-bottom: 8px;
}

.local .place {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Montserrat';
	display: block;
}

.local-item {
	position: relative;
}

.local-item::before {
	content: '';
	position: absolute;
	left: -16px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #001F5B;
}

.local-list {
	list-style: none;
}

.local-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	row-gap: 24px;
	column-gap: 24px;
}

@media (max-width: 1024px) {
	.local-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.local-body {
		margin-left: -70px;
    	width: 100vw;
	}
	.local {
		padding: 77px 0;
	}
}


@media (max-width: 768px) {
	.local-list {
		grid-template-columns: 1fr 1fr;
	}
	.local-body {
		margin-left: -20px;
	}
	.local {
		padding: 42px 0;
	}
}

.hcontacts {
    padding-top: 30px;
}

@media (max-width: 1024px) {
	
.hcontacts {
    padding-top: 50px;
}
}

@media (max-width: 768px) {
	
.hcontacts {
    padding-top: 45px;
}
}

.faq .item.open a {
	    text-decoration: none;
	color: #00ACEA;
}

.local .section-title, .local .text_16 {
	color: white;
}

.stat {
	padding: 80px 0;
	background-color: #00637B;
}

.stat__title, .stat__subtitle {
	color: white;
}

.hservices .item__info {
	background-color: #00637B;
}

.hservices .item__title, .hservices .item__text {
	color: white;
}
.hservices .item__text a {
	text-decoration: none;
	color: #00ACEA;
}

.hservices .item {
	display: flex;
	flex-direction: column;
}
.hservices .item__info {
	flex-grow: 1;
}

.hservices .item {
	cursor: pointer;
}

.story__text a, .why__text a, .mci__text a, .services__text a {
		    text-decoration: none;
	color: #00ACEA;
}

.footer__title {
	color: black;
}

	.fix-tel {
		  position: fixed;
  right: 20px;
  -webkit-box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
  z-index: 1001;
  border-radius: 50%;
    bottom: 50px;
    box-shadow: 0 4px 17px 0 rgba(30, 45, 68, 0.33);
    width: 70px;
    height: 70px;
    display: flex;
		background-color: #007aff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: 1.5s linear infinite hoverWave;
    animation: 1.5s linear infinite hoverWave;
}
		@media screen and (max-width: 768px) {
			 .fix-tel img {
    width: 28px;
  }
  .fix-tel {
    width: 50px;
    height: 50px;
  }
		}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(0, 122, 255, 0.3),
      0 0 0 0 rgba(0, 122, 255, 0.2), 
      0 0 0 0 rgba(0, 122, 255, 0.2);
  }
  50% {
    box-shadow: 0 8px 10px rgba(0, 122, 255, 0.3),
      0 0 0 5px rgba(0, 122, 255, 0.2), 
      0 0 0 0 rgba(0, 122, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(0, 122, 255, 0.3),
      0 0 0 30px rgba(0, 122, 255, 0), 
      0 0 0 16.7px rgba(0, 122, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(0, 122, 255, 0.3),
      0 0 0 20px rgba(0, 122, 255, 0), 
      0 0 0 30px rgba(0, 122, 255, 0.01);
  }
}