/*   
Theme Name: Smart Trek
Author: Dmitry Shulga
Author t.me/+380935701024
Version: 2.0
*/
.searcher__all {
    width: 100%;
    border-right: 0;
}
.pdfp_wrapper .cta_wrapper {
    display: none;
}
.text-page {
    padding: 55px 0 0;
    flex: 1;
}
.article-content iframe {
    height: 500px;
}
.footer__lang a+a {
    margin-left: 0.5rem;
}
.footer__controls {
    justify-content: flex-end;
}
.service-hide, .tag-hidden {
    display: none;
}
#show-services {
    width: 100%;
}
.seo-section > h2 {
    color: #1f2135;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    margin: 0 0 56px;
}
.text-hide {
    display: none;
}
.iti {
    width: 100%;
}
p.status {
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}
.footer__form p.status {
    color: #000;
}
.shop-tile__image {
    padding-top: 100%;
}
.mobile__submenu li a span {
    background-color: #1255ff;
    border-radius: 6px;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    line-height: 120%;
    margin-left: 0.5rem;
    padding: 0.25rem;
    text-transform: uppercase;
    white-space: nowrap;
}
.track-list__item:before {
    left: 0rem;
}
.track-list__item:after {
    left: 0.25rem;
}
.track-list__item:last-child:before,
.track-list__item:last-child:after {
    display: none;
}
.seo-section {
    padding: 60px 0;
}
.seo-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.seo-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.seo-section p, .seo-section ul {
    margin-bottom: 1rem;
}
.seo-section ul {
    list-style: disc;
    padding-left: 30px;
}
.product-div ul {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 999;
    width: 100%;
    overflow: auto;
    max-height: 300px;
}
.product-div ul li {
    cursor: pointer;
    padding: 3px 0;
}
.product-div ul.show {
    display: block;
}
.calculator__summ small {
    font-size: 0.9rem;
    line-height: 1.15;
    display: inline-block;
}
.calculator__summ p {
    font-size: 20px;
}
section.broker {
    z-index: 0;
}
.seo-section {
    height: 250px;
    overflow-y: scroll;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 5rem;
    padding-right: 10px !important;
}
.seo-section::-webkit-scrollbar {
  width: 5px;
}
/* Define the thumb style */
.seo-section::-webkit-scrollbar-thumb {
  background: #1255ff;
  border-radius: 5px;
}
/* Define the track style */
.seo-section::-webkit-scrollbar-track {
  background-color: #ddd;
}
@media only screen and (max-width: 767px) {
    .article-content iframe {
        height: 250px;
    }
    .text-page {
        padding-top: 40px;
    }
    .hero__slider .hero__slider-pagination {
        bottom: 0.875rem;
    }
}
.hero__slider .hero__slider-pagination {
    bottom: 1.875rem;
}
@media only screen and (max-width: 1180px) {
    .footer__controls {
        justify-content: center;
    }
    .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .hero__tracking form {
        display: none;
    }
    .hero__text {
        margin-bottom: 24px;
    }
    .track-list__item:first-child .track-list__info:before {
        top: 0;
    }
    .track-list__info:before {
        top: 14px;
    }
    .track-list__item:after {
        left: 0.8rem;
    }
    .track-list__item:before {
        left: 0.55rem;
    }
}
@media (min-width: 1600px) {
    .case__desc {
        margin-right: 0;
    }
}
@media (min-width: 1500px) {
    .broker__nav .nav-link span {
        font-size: 2.5rem;
    }
}

@media (min-width: 1350px) and (max-width: 1450px) {
    .hero__slider, .hero__wrap {
        width: 50%;
    }
    .hero__text {
        font-size: 1.4rem;
    }
}