.inner-page {
    padding-top: 2rem;
}

.component_xs {
    padding-top: 2rem;
}

.component_sm {
    padding-top: 7rem;
}

.component_med {
    padding-top: 8rem;
}

.about-header {
    padding-top: 3rem;
}

.post-content p+p {
    margin-top: 1rem;
}

.post-header h1 {
    font-size: 25px;
}

.post-content__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.post-content__title {
    color: #007073;
}

.post-content__text {
    padding-top: 0.5rem;
}

.post-content__icon {
    color: #007073;
    display: flex;
    flex: 0 0 auto;
}

.post-content__icon svg,
.post-content__icon img {
    width: 35px;
    height: 35px;
    display: inline-block;
    object-fit: contain;
}

.post-list ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.post-list ul li {
    position: relative;
    display: flex;
}

.post-list ul li:before {
    position: absolute;
    top: 0.6em;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f58220;
    flex: 0 0 auto;
    border-radius: 50%;
}

.post-content__text ul {
    margin-top: 0;
}

.post-content__content .post-content__text ul {
    margin-bottom: 0;
}

.gallery__swiper .swiper-slide {
    height: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    /* transform: scale(0.8); */
    -webkit-clip-path: inset(15% round 10px);
    clip-path: inset(15% round 10px);
    pointer-events: none;
    will-change: clipPath;
}

.gallery__swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transform: translate(0%, 0px);
    clip-path: inset(0% round 10px);
    pointer-events: initial;
}

.slider__item,
.slider__item .image {
    width: 100%;
    height: 100%;
}

.gallery__swiper {
    padding: 0 20vw;
}

.gallery_zoom .swiper-button-next,
.gallery_zoom .swiper-button-prev {
    width: 5vw;
    height: 5vw;
    margin-top: 0;
    transform: translate(0, -50%)
}

.gallery_zoom .circle {
    width: 100%;
    height: 100%;
}

.gallery_zoom .circle svg circle.back {
    stroke: #fff;
}

.gallery_zoom .circle .icon {
    position: absolute;
    width: 17px;
    height: 17px;
    will-change: transform;
    object-fit: contain;
}

.video--cover .image {
    --ratio: 40vw;
    border-radius: 0;
}

.video--cover .image:before {
    content: '';
    display: block;
    padding-bottom: var(--ratio);
}

.video__player {
    width: 80px;
    height: 80px;
}

.video__player .circle {
    width: 100%;
    height: 100%;
}

.video__player .circle svg circle.back {
    stroke: #fff;
}

.video__player .circle .play-icon {
    position: absolute;
    width: 17px;
    height: 17px;
    will-change: transform;
    object-fit: contain;
}

.video__player .play-icon {
    transform: translate(3px);
}

.share__icons {
    flex-direction: column;
}

.share__title {
    margin-bottom: 1.5rem;
}

.icon--share {
    display: flex;
}

.icon--share svg {
    width: 18px;
    height: 18px;
}

.share__link svg {
    width: 1.15rem;
    height: 1.15rem;
}

.share__list li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.share__icon {
    display: flex;
}

.share__list li a:hover {
    color: #f58220;
}

.component_post_big {
    padding: 5rem;
    min-height: 25rem;
    display: flex;
    align-items: flex-end;
}

.big_post_title {
    font-size: 16px;
    max-width: 500px;
}

.archive-news__list .post-item {
    display: flex;
    margin-bottom: 3rem;
}

.hero_header:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
}

.hero_header {
    padding-top: 3rem;
}

.post-content {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}

.post-content,
.post-content p {
    color: #666;
}

.post_image {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.post_image img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.search_form .form-control-wrap {
    display: inline-flex;
}

.search_form .form-control {
    width: auto;
    min-width: 300px;
    border: 1px solid #d3d3d3;
    border-radius: 100px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
}

.search_form .form-icon {
    top: 0.72rem;
    display: flex;
}

.search_form .form-icon svg {
    width: 22px;
    height: 22px;
}

.team-block .block-25 {
    display: flex;
}

.team-block .gutter {
    flex: 1;
    display: flex;
}

.tm__item {
    padding: 2rem;
    background: #cfeced;
    border-radius: .5rem;
    margin-bottom: 30px;
    flex: 1;
}

.tm__image {
    text-align: center;
    margin-bottom: 2rem;
}

.tm__image .image {
    position: relative;
    display: block;
    width: 8.25rem;
    height: 8.25rem;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}

.tm__image .image img {
    object-fit: contain;
}

.tm__content p {
    font-size: 14px;
    padding-top: 0.15em;
}

.team .tm__content p {
    font-weight: 400;
}

.team .tm__item:hover .tm__content p {
    color: #f58220;
}

.hp-item {
    border-radius: 0.5rem;
}

.component_reports .hp-item {
    margin-bottom: 30px;
    background-color: #cfeced;
}

.hp-item .image {
    height: 20rem;
}

.hp-item .image {
    clip-path: inset(0 round 10px);
    -webkit-clip-path: inset(0 round 10px);
    transition: all 800ms cubic-bezier(.05, .76, .38, 1.015);
    will-change: clipPath;
}

.hp-item:hover .image {
    clip-path: inset(0.84vw round 10px);
}

.component_reports .hp-content {
    right: 1.5rem;
    left: 1.5rem;
    bottom: 2rem;
}

.component_reports .hp-item .title {
    margin-top: 0.5rem;
}

.component_reports .hp-circle {
    bottom: 2.25rem;
}

.component_reports .hp-content .date {
    color: #fff;
}

.img-holder {
    border-radius: 0.5rem;
    margin-bottom: 30px;
    background-color: #cfeced;
}

.component_media .hp-circle {
    bottom: 3.85rem;
}

.component_media .hp-item .title {
    font-size: 14px;
    margin-top: 0.35rem;
}

.component_media .hp-item {
    display: block;
    margin-bottom: 50px;
}

.container--medium {
    width: 70vw;
}

.testimonial__slider {
    margin-left: 25px;
    margin-right: 25px;
}

.testimony .testimonial {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}

.testimony .testimonial .columns {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.testimony .testimonial .columns__item {
    height: 100%;
    overflow: hidden;
}

.testimony .testimonial .image {
    width: 100%;
    height: 100%;
    min-height: 30vw;
    border-radius: .5rem;
    overflow: hidden;
}

.testimony .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimony .testimonial__content {
    background: #F4F4F4;
    padding: 2rem;
    padding-bottom: 5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimony .testimonial .text {
    position: relative;
    padding-top: 5rem;
}

.testimony .testimonial .text p {
    font-size: 14px;
    margin-top: 1em;
}

.circular-quotes {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.circular-quotes img,
.circular-quotes svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #007073;
    object-fit: contain;
}

.gl-pagination .swiper-pagination {
    display: flex;
    justify-content: center;
}

.testimonial__slider .swiper-pagination {
    bottom: 2rem;
    width: calc(40% - 10px);
}

.gl-pagination .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    transition: all 1s cubic-bezier(.05, .76, .38, 1.015);
}

.gl-pagination .swiper-pagination-bullet-active {
    background: #007073;
}

.gl-pagination .swiper-pagination:hover .swiper-pagination-bullet {
    transform: scale(1.5);
    transition: all 300ms cubic-bezier(.05, .76, .38, 1.015);
}

.map-type__list {
    display: flex;
    justify-content: center;
}

.type-info__item {
    font-size: 15px;
    padding: .7rem 3rem;
    background: #f4f4f4;
    margin-left: 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
}

.type-info__item.active {
    color: #fff;
    background-color: #007073;
}

.type-icon {
    display: inline-flex;
    margin-left: 0.35rem;
}

.type-icon svg {
    color: #bdbdbd;
    width: 1rem;
    height: 1rem;
}

.type-info__item.active .type-icon svg {
    color: #fff;
}

.tabs-block li .tab-block {
    cursor: pointer;
}

.tab-item {
    display: none;
}

.show {
    display: block;
}

.map .tab-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    overflow-y: auto;
    background-color: #cfeced;
}

.map-container {
    margin: auto;
    position: relative;
    width: 80vw;
}

.component-map .columns__item {
    background: #cfeced;
    border-radius: .5rem;
    height: 36.5vw;
    overflow: hidden;
}

.map__list {
    height: 100%;
    padding: 2rem;
    overflow-y: auto;
}

.map-iframe {
    display: flex;
    height: 100%;
}

.component-map .title {
    display: inline-flex;
    font-weight: bold;
    font-size: 14px;
}

.component-map .tabs-block li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #afcddf;
}

.component-map .tabs-block li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.component-map .text {
    font-size: 14px;
    margin-top: 0.5rem;
    color: #007073;
}

.tabs-banner {
    position: relative;
}

.map-iframe iframe {
    border-radius: 0.5rem;
}

.tab-close {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.back-icon {
    display: inline-flex;
}

.back-icon img,
.back-icon svg {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.split-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 1px;
    background-color: #afcddf;
}

.map-row .title {
    display: inline-flex;
    font-weight: bold;
    font-size: 14px;
}

.hour-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.hour-item>div {
    width: 50%;
}

.image__swiper {
    margin: 0 auto;
    border-radius: 0.5rem;
}

.gallery-item {
    height: 100%;
}

.gallery-item .image {
    height: 100%;
}

.image__slider .swiper-pagination {
    position: relative;
    padding-top: 1.5rem;
}

.post__video .video__iframe {
    height: 30vw;
}

.contact__hero .title {
    max-width: 50rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.title .title_light {
    color: #f58220;
}

.contact__hero .text {
    color: #666666;
    max-width: 500px;
}

.contact__hero .images-grid {
    display: flex;
    position: relative;
}

.background {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: .5rem;
}

.background__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact__hero .images-grid .image-left {
    width: 60vw;
}

.contact__hero .images-grid .image-right {
    width: 40vw;
    padding-top: 5vw;
}

.contact__hero .images-grid .image-left .background {
    position: relative;
    height: 35vw;
}

.contact__hero .images-grid .image-right div.background:first-child {
    position: relative;
    width: 15vw;
    height: 15vw;
    margin-bottom: 1vw;
}

.contact__hero .images-grid .image-right div.background:last-child {
    position: relative;
    width: 100%;
    height: 20vw;
}

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

.component--hero_card .post_image img {
    width: auto;
    margin: 0 auto;
}

.card-image .image img {
    object-fit: contain;
}

.post_image.single_card {
    max-width: 500px;
}

.card-content {
    padding-top: 1rem;
}

.card-content .text {
    font-size: 14px;
    padding-top: 0.5rem;
}

.card-item {
    margin-bottom: 3rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.product-list {
    width: 100%;
    font-size: 14px;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-list::-webkit-scrollbar {
    height: 4px;
    background-color: #d7d7d7;
    box-shadow: none;
}

.product-list::-webkit-scrollbar-thumb {
    box-shadow: none;
    background-color: #007073;
}

.product-list__title {
    font-size: 14px;
    line-height: 14px;
    color: #007073;
    font-style: normal;
    font-weight: normal;
}

.product-list .product-list-td,
.product-list .product-list-th {
    width: auto;
    min-width: 150px;
    border-bottom: 1px solid #007073;
}

.product-list.prd-table .product-list-td,
.product-list .product-list-th {
    padding: 20px;
}

/* .product-list.contact-table tr:last-child .product-list-td {
    border-bottom: none;
} */
.product-list tr:first-child th {
    padding-top: 0;
}

.product-list .product-list-th:first-child {
    padding-right: 0;
}

.product-list .product-list-th:last-child {
    padding-left: 0 !important;
}

.product-list .product-list-td:first-child {
    padding-right: 0 !important;
}

.product-list tbody tr:not(:first-child):hover {
    background-color: #cfeced;
}

.currency-table .td-text__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.td-text {
    display: flex;
    align-items: center;
}

.td-text__icon {
    display: flex;
}

.accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-header {
    color: #007073;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #007073;
}

.accordion-body {
    display: none;
    color: #666666;
    padding-bottom: 20px;
}

.accordion-header:before,
.accordion-header:after {
    content: '';
    position: absolute;
    background-color: #f58220;
    transform-origin: center;
    -webkit-transition: all 0.3s cubic-bezier(.33, 1, .68, 1);
    -moz-transition: all 0.3s cubic-bezier(.33, 1, .68, 1);
    -o-transition: all 0.3s cubic-bezier(.33, 1, .68, 1);
    transition: all 0.3s cubic-bezier(.33, 1, .68, 1);
}

.accordion-header:before {
    top: calc(50% - 5px);
    width: 2px;
    height: 12px;
}

.accordion-header:after {
    top: 50%;
    width: 12px;
    height: 2px;
}

.accordion__item.active .accordion-header:before {
    transform: rotate(90deg);
}

.accordion-body__contents.post-list ul {
    margin: 0;
}

.component_servies .block-33 {
    display: flex;
}

.component_servies .gutter {
    flex: 1;
    display: flex;
}

.component_servies.scheduleh .sc-item {
    margin-bottom: 30px;
    height: auto;
}

.bn-branches .text+.text {
    margin-top: .35rem;
}

.apply-button .btn {
    padding: 1.2rem 2rem
}

.get-started__form {
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    transform: translateY(100%);
    z-index: 99;
}

.get-started__frame {
    position: fixed;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    height: 100vh;
    transition: all 1s cubic-bezier(.77, 0, .17, 1);
    will-change: border;
}

.get-started__wrapper {
    height: 100%;
    padding: 1rem 0;
}

.get-started__wrapper .grid,
.get-started__wrapper .gutter {
    height: 100%;
}

.get-started__holder {
    height: 100%;
    display: flex;
    align-items: center;
}

.get-started__inner {
    width: 100%;
    margin: auto 0;
    padding: 2.58rem 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.get-started__title {
    margin-bottom: 15px;
}

.get-started__container {
    padding: 2rem;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.close-btn svg {
    width: 20px;
    height: 20px;
}

.close-btn {
    display: flex;
}

.btn-icon svg {
    width: 27px;
    height: 27px;
}

.btn-icon {
    display: inline-flex;
}

.best-time .form-control-wrap {
    font-size: 14px;
    color: #007073;
}

.checkbox-title {
    margin-right: 0.5rem;
}

.time-list {
    display: flex;
    flex-wrap: wrap;
}

.form .time-list .form-group {
    width: 50%;
    margin-bottom: 0.5rem;
}

.attached-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    margin-bottom: 1rem;
    background: #F4F4F4;
    border-radius: 0.5rem;
}

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

.attached-content {
    display: flex;
}

.attached-icon {
    display: inline-flex;
}

.attached-icon svg {
    width: 20px;
    height: 20px;
}

.attached-download {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
}

.dn-icon {
    display: inline-flex;
}

.dn-icon svg {
    width: 20px;
    height: 20px;
}

.opportunities__item {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 30px;
    flex: 1;
}

.opp__item {
    color: #777;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.opp__icon {
    display: inline-flex;
}

.opp__icon.time svg {
    width: 17px;
    height: 17px;
}

.opp__icon.marker svg {
    width: 20px;
    height: 20px;
}

.ratio__image.media-ratio .image {
    will-change: transform;
    --ratio: 25vw;
}

.pagination-wrap {
    margin-top: 2rem;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li>* {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.35rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

.pagination li:first-child>*,
.pagination li:last-child>* {
    width: auto;
}

.pagination li:first-child>*,
.pagination li:last-child>* {
    padding: .2rem .75rem .5rem;
}

.pagination li .current,
.pagination li a:hover {
    color: #fff;
    border-color: #007073;
    background-color: #007073;
}

.gallery__swiper .swiper-btn svg,
.gallery__swiper .swiper-btn img {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.5));
}

.component--contact_info .box__content {
    max-width: 58rem;
    margin: 0 auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.contact-item {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: .5rem;
}

.contact-details .title {
    color: #00cacf;
    text-decoration: underline;
}

.contact-details .info {
    margin-top: .5rem;
}

.contact-item .contact-icon {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.contact-item .icon {
    width: 2rem;
    height: 2rem;
}

.career-page__container iframe {
    min-height: 37.5rem;
}

@media (max-width: 1200px) {
    .component_sm {
        padding-top: 6rem;
    }

    .hero_header {
        padding-top: 2rem;
    }
}

@media (max-width: 1024px) {
    .post-header h1 {
        font-size: 20px;
    }

    .post-content__icon svg,
    .post-content__icon img {
        width: 30px;
        height: 30px;
    }

    .gallery__swiper .swiper-slide {
        -webkit-clip-path: inset(10% round 10px);
        clip-path: inset(10% round 10px);
    }

    .video__player {
        width: 70px;
        height: 70px;
    }

    .circular-quotes {
        width: 3.5rem;
        height: 3.5rem;
    }

    .circular-quotes img,
    .circular-quotes svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .share__list li a {
        width: 45px;
        height: 45px;
    }

    .share__link svg {
        width: 1rem;
        height: 1rem;
    }

    .box__content {
        padding: 4rem;
    }

    .ratio__image.media-ratio .image {
        height: calc(calc(100vw/20) * 4);
    }

    .post__video .video__iframe {
        height: calc(calc(100vw/20) * 7);
    }

    .contact__hero .title {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {
    .map--list {
        order: 1;
        margin-top: 1rem;
    }

    .component-map .map--list .columns__item {
        height: auto;
    }

    .contact-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .component_sm {
        padding-top: 5rem;
    }

    .about-header {
        padding-top: 0;
    }

    .post-header h1 {
        font-size: 18px;
    }

    .gallery_zoom .swiper-button-next,
    .gallery_zoom .swiper-button-prev {
        width: 7vw;
        height: 7vw;
    }

    .gallery__swiper .swiper-slide {
        -webkit-clip-path: inset(7% round 10px);
        clip-path: inset(7% round 10px);
    }

    .gallery_zoom .circle .icon {
        width: 15px;
        height: 15px;
    }

    .video__player {
        width: 60px;
        height: 60px;
    }

    .video__player .circle .play-icon {
        transform: translate(2px);
    }

    .testimony .testimonial .columns__item {
        height: auto;
    }

    .testimony .testimonial__content {
        margin-top: 1rem;
    }

    .testimony .testimonial .text {
        padding-top: 0;
    }

    .testimonial__slider .swiper-pagination {
        width: calc(100% - 10px);
    }

    .circular-quotes {
        position: absolute;
        bottom: -1rem;
        left: -2rem;
        opacity: .5;
        width: 8rem;
        height: 8rem;
    }

    .circular-quotes img,
    .circular-quotes svg {
        width: 3rem;
        height: 3rem;
    }

    .testimony .testimonial .image {
        will-change: transform;
        --ratio: 20rem;
        height: auto;
        min-height: auto;
    }

    .testimony .testimonial .image:before {
        content: '';
        display: block;
        padding-bottom: var(--ratio);
    }

    .share__list li a {
        width: 40px;
        height: 40px;
    }

    .map__list {
        padding: 1.5rem
    }

    .accordion-header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .accordion-body {
        padding-bottom: 15px;
    }

    .apply-button .btn {
        padding: 1rem;
    }

    .box__content {
        padding: 3rem;
    }

    .btn-icon svg {
        width: 25px;
        height: 25px;
    }

    .component_post_big {
        padding: 3rem;
        min-height: 22rem;
    }

    .product-list .product-list-td,
    .product-list .product-list-th {
        min-width: auto;
    }

    .currency-table .td-text__icon img {
        width: 27px;
        height: 27px;
    }

    .product-list {
        font-size: 13px;
    }

    .product-list.prd-table .product-list-td,
    .product-list .product-list-th {
        padding: 15px;
    }

    .component_reports .hp-content {
        bottom: 1.5rem;
    }

    .component_reports .hp-circle {
        bottom: 2rem;
    }

    .circle-block .circle {
        width: 35px;
        height: 35px;
    }

    .circle .arrow-down {
        width: 18px;
        height: 18px;
    }

    .ratio__image.media-ratio .image {
        height: calc(calc(100vw/15) * 4);
    }

    .component_media .hp-circle {
        bottom: 3.25rem;
    }

    .contact__hero .title {
        font-size: 1.10rem;
    }

    .contact__hero .images-grid .image-right {
        padding-top: 0;
        padding-bottom: 4rem;
        transform: none !important;
    }

    .map .tab-item {
        padding: 1.5rem;
    }
}

@media (max-width: 550px) {
    .post-header h1 {
        font-size: 16px;
    }

    .post-list ul {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .gallery_zoom .circle .icon {
        width: 12px;
        height: 12px;
    }

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

    .video__player .circle .play-icon {
        width: 15px;
        height: 15px;
    }

    .testimony .testimonial__content {
        padding: 1.5rem;
        padding-bottom: 4.5rem;
    }

    .testimony .testimonial .image {
        --ratio: 17rem;
    }

    .attached-item {
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .attached-btn {
        width: 100%;
        margin-top: 1rem;
        display: flex;
    }

    .attached-btn .attached-download {
        color: #fff;
        font-size: 13px;
        padding: 0.5rem;
        background-color: #007073;
    }

    .search_form .form-icon svg {
        width: 20px;
        height: 20px;
    }

    .btn-icon svg {
        width: 23px;
        height: 23px;
    }

    .box__content {
        padding: 2rem;
    }

    .accordion-header {
        font-size: 13px;
    }

    .card-item {
        margin-bottom: 2rem;
    }

    .component_post_big {
        padding: 2rem;
        min-height: 20rem;
    }

    .ratio__image.media-ratio .image {
        height: calc(calc(100vw/6) * 4);
    }

    .gl-pagination .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .post__video .video__iframe {
        height: calc(calc(100vw/7) * 4);
    }

    .contact__hero .title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .contact__hero .text {
        margin-right: 0;
        max-width: initial;
    }

    .contact__hero .images-grid .image-right {
        width: 40vw;
        padding-bottom: 0;
    }

    .contact__hero .images-grid {
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .contact__hero .images-grid .image-right div.background:first-child {
        position: absolute;
        bottom: 0;
        width: 30vw;
        height: 70%;
        margin-bottom: 0;
    }

    .contact__hero .images-grid .image-right div.background:last-child {
        width: 60vw;
        height: 25vw;
        margin-top: 1rem;
    }

    .scheduleh .item .more {
        width: 0.8rem;
        height: 0.8rem;
        left: 1.5rem;
        bottom: 1.5rem;
    }

    .component-map .columns__item {
        height: calc(calc(100vw/6) * 4);
    }

    .opportunities__item {
        margin-bottom: 15px;
    }

    .tm__item {
        margin-bottom: 15px;
    }

    .img-holder {
        margin-bottom: 15px;
    }

    .contact-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 425px) {
    .post-header h1 {
        font-size: 15px;
    }

    .testimony .testimonial .image {
        --ratio: 15rem;
    }

    .search_form .form-control-wrap {
        width: 100%;
    }

    .search_form .form-control {
        width: 100%;
        min-width: inherit;
    }

    .type-info__item {
        font-size: 14px;
        padding: 0.7rem 2rem;
    }

    .map__list {
        padding: 1rem;
    }

    .map .tab-item {
        padding: 1rem;
    }

    .component-map .title {
        font-size: 13px;
    }

    .component-map .text {
        font-size: 13px;
        margin-top: 0.35rem;
    }

    .tm__item {
        padding: 1.5rem;
    }

    .box__content {
        padding: 1.5rem;
    }

    .component_post_big {
        min-height: 18rem;
        padding: 2rem 1rem;
    }

    .big_post_title {
        font-size: 15px;
    }

    .product-list {
        font-size: 12px;
    }

    .circle .arrow-down {
        width: 16px;
        height: 16px;
        opacity: 0.5;
    }

    .media_section .hp-content {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        color: #000;
        margin-top: 1rem;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .media_section .circle svg circle.back {
        stroke: #000;
    }

    .media_section .image__gradient-bottom {
        display: none;
    }

    .media_section .hp-item {
        background-color: transparent;
    }

    .media_section .hp-item .title {
        font-weight: bold;
    }

    .media_section .hp-circle {
        left: auto;
        bottom: auto;
        position: relative;
        padding-right: 2rem;
    }

    .media_section .circle-block .circle {
        position: relative;
    }

    .media_section .hp-content .date {
        color: #666666;
    }

    .contact__hero .title {
        font-size: .85rem;
    }
}

@media (max-width: 375px) {
    .testimony .testimonial .image {
        --ratio: 12rem;
    }
}