:root {
    --color-blue: #183650;
    --color-grey: #E3E8EC;
    --box-shadow: 0 4px 10px rgb(0, 0, 0, 0.3);
}

.title__h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.section {
    margin: 50px 0;
}

.section__tables {
    margin: 80px 0;
}

.section__tables__content {
    margin-top: 40px;
    box-shadow: var(--box-shadow);
}

.section__tables__content:nth-child(1) {
    margin-top: 0;
}

.section__tables__inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 40px;
}

.section__tables__inner__title {
    background-color: var(--color-blue) !important;
    color: #fff;
}

.section__tables__inner:nth-child(2n+1) {
    background-color: #eee;
}

.section__tables__inner__title>.section__tables__item {
    font-size: 16px;
    font-weight: 700;
}

.section__tables__item {
    line-height: 1.2;
}

.section__tables__item:nth-child(1) {
    width: 80%;
    text-align: left;
}

.section__tables__item:nth-child(2) {
    width: 20%;
    text-align: right;
}

.section__reviews {
    padding: 80px 0;
    background: var(--color-grey);
}

.section__reviews__content {
    background-color: #fff;
    padding: 40px 0;
    box-shadow: var(--box-shadow);
}

.section__reviews__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.section__reviews__item {
    width: 50%;
}

.section__reviews__item:nth-child(1) {
    padding-left: 60px;
}

.section__reviews__item:nth-child(2) {
    padding-right: 60px;
}

.section__reviews__text {}

.section__reviews__name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.section__reviews__name::before {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin: 0 0 15px
}

.section__reviews__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 460px;
    object-fit: cover;
}

.section__reviews__title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}

.section__reviews__subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue);
    margin-top: 15px;
    padding: 0 20px;
}

.section__reviews__subtitle::after {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin: 13px auto 0;
}

.section__reviews__slider {
    margin-top: 40px;
}

.section__reviews__slider .swiper-button-next {
    color: var(--color-blue) !important;
}

.section__reviews__slider .swiper-button-prev {
    color: var(--color-blue) !important;
}

.section__stages {
    padding: 80px 0;
    /* background: var(--color-grey); */
}

.section__stages__content {
    max-width: 600px;
    margin: 0 auto;
}

.section__stages__inner {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    padding-bottom: 40px;
}

.section__stages__inner:last-child>.section__stages__line {
    display: none;
}

.section__stages__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: var(--color-blue);
    border-radius: 50%;
    z-index: 1;
}

.section__stages__line {
    width: 2px;
    height: 100%;
    background-color: var(--color-blue);
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 1;
}

.section__stages__num {
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.section__stages__text {
    padding-left: 80px;
}

.section__stages__text>p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-blue);
}

.section__stages__text>p:nth-child(2) {
    color: var(--color-blue);
}

.welcome-single-services span {
    display: block;
}

.custom__btn {
    display: inline-block !important;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background-color: #f5b639;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

/* 
.custom__btn:focus,
.custom__btn:hover {
    background: #1FB5C7;
    color: #000;
    text-decoration: none;
} */

.section__about {
    padding: 80px 0;
}

.section__about__inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.section__about__item:nth-child(1) {
    width: 32%;
}

.section__about__item:nth-child(2) {
    width: 63%;
}

.section__about__grup {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    /* margin-top: 87px; */
}

.section__about__grup__item {
    width: 47%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.section__about__grup__img {
    width: 50px;
    height: 50px;
}

.section__about__grup__content {}

.section__about__grup__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-blue);
}

.section__about__grup__text {
    margin-top: 10px;
}

.section__about__item .view-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}

.footer__rec {
    color: #fff;
    margin-top: 15px;
}

.footer__rec__down {
    background-color: #f5b639;
    color: #000 !important;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.footer__rec__down:focus,
.footer__rec__down:hover {
    background-color: #f5ab17;
}

/* #footer {
    background-size: 100%;

} */

.section__map {
    margin: 25px 0 -8px;
}

.section__map__content iframe {
    border: none;
}


























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

    .section__about__inner {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .section__about__item:nth-child(1) {
        width: 100%;
    }

    .section__about__item:nth-child(2) {
        width: 100%;
    }

    .section__about__grup {
        gap: 20px;
        margin-top: 20px;
    }

    #footer {
        background-size: inherit;

    }
}

@media (max-width: 767px) {
    .section__tables__item:nth-child(1) {
        width: 60%;
    }

    .section__tables__item:nth-child(2) {
        width: 40%;
    }

    .title__h1 {
        font-size: 30px;
    }

    .section__tables {
        margin: 50px 0;
    }

    .section__reviews__item {
        width: 100%;
    }

    .section__reviews__item:nth-child(1) {
        padding-right: 60px;
        text-align: center;
    }

    .section__reviews__item:nth-child(2) {
        display: none;
    }

    .section__reviews__name::before {
        margin: 0 auto 15px
    }

    .section__about__grup__item {
        width: 100%;
    }
}

@media (max-width: 565px) {
    .section__stages__text {
        padding-left: 60px;
    }

    .section__reviews__slider .swiper-button-next,
    .section__reviews__slider .swiper-button-prev {
        display: none;
    }

    .section__reviews__item:nth-child(1) {
        padding: 0 20px;
    }

    .section__stages {
        padding: 40px 0 40px;
    }

    #footer {
        background-position: 0 445px;
    }
}

@media (max-width: 390px) {}