.slider__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 21.875rem;
    color: #818181;
    background-size: cover;
    background-position: 50%
}

@media (max-width: 1023.98px) {
    .slider__item {
        height: 18.125rem
    }
}

.slider__item-title {
    position: relative;
    font-weight: 700;
    font-size: 1.75rem;
    padding-bottom: 1.625rem;
    margin-bottom: 1.5rem
}

@media (max-width: 1346px) {
    .slider__item-title {
        font-size: calc(1.075rem + .80238vw)
    }
}

.slider__item-title:after {
    position: absolute;
    content: "";
    max-width: 20%;
    width: 9.375rem;
    height: 4px;
    background: #818181;
    left: 0;
    bottom: 0
}

.slider__item-subtitle {
    font-weight: 700;
    font-size: 1.125rem
}

@media (max-width: 1346px) {
    .slider__item-subtitle {
        font-size: calc(1.0125rem + .13373vw)
    }
}

@media (max-width: 575.98px) {
    .slider__item {
        height: 13.75rem
    }
}

.how__item {
    font-size: 1.625rem;
    color: #fff;
    background: #3f3f3f;
    border-radius: 10px;
    padding: 2.5rem 0 2.5rem 3.0625rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
    overflow: hidden
}

@media (max-width: 1346px) {
    .how__item {
        font-size: calc(1.0625rem + .66865vw)
    }
}

@media (max-width: 1345.98px) {
    .how__item {
        padding: 1.875rem 0 1.875rem 2rem
    }
}

.how__item:hover {
    color: #fff;
    text-decoration: none
}

.how__item-title {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.19231em;
    position: relative;
    z-index: 1;
    padding-bottom: .7rem;
    margin-bottom: .7rem
}

@media (max-width: 1346px) {
    .how__item-title {
        font-size: calc(1.0625rem + .66865vw)
    }
}

.how__item-title:after {
    position: absolute;
    content: "";
    max-width: 30%;
    width: 4.375rem;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0
}

.how__item-subtitle {
    z-index: 1;
    font-size: 1.125rem;
    line-height: 1.5625rem
}

.how__item-icon {
    height: 100%;
    width: auto
}

@media (max-width: 1199.98px) {
    .how__item-icon {
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%)
    }
}

@media (max-width: 1023.98px) {
    .how__item {
        padding: 2rem 1.5rem
    }

    .how__item-icon {
        display: none
    }
}

@media (max-width: 767.98px) {
    .how__item {
        height: auto;
        margin-bottom: 1rem
    }
}

.brands__item, .vendors__item {
    border: 2px solid #dadada;
    background: #fff;
    border-radius: 5px;
    height: 8.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.375rem 0
}

.brands__item-img, .vendors__item-img {
    width: auto !important;
    max-width: 100%;
    height: auto
}

.brands__carousel-dots, .vendors__carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.375rem
}

.brands__carousel-dots .owl-dot, .vendors__carousel-dots .owl-dot {
    background: #dadada;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 .9375rem;
    outline: none;
    border: none;
    border-radius: 50%
}

.brands__carousel-dots .owl-dot.active, .vendors__carousel-dots .owl-dot.active {
    background: #999
}

@media (max-width: 575.98px) {
    .brands .p-block__blink, .vendors .p-block__blink {
        display: none
    }
}

.texts__item {
    color: #fff;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    padding: 4.5rem 0
}

@media (max-width: 1023.98px) {
    .texts__item {
        padding: 3rem 0
    }
}

.texts__item .p-block__blink {
    line-height: 2.375rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 19px;
    margin-top: 1.625rem
}

.texts__item-title {
    font-size: 1.625rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    position: relative
}

.texts__item-title:after {
    position: absolute;
    content: "";
    max-width: 20%;
    width: 9.375rem;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0
}

.texts__item-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4375rem;
    margin-bottom: 2rem
}

.about__nitem {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1.7rem
}

.about__nitem:last-child {
    margin-bottom: 0
}

.about__nitem-img {
    max-width: 20%;
    flex-grow: 1;
    display: block;
    width: 100%;
    padding-right: 15px
}

.about__nitem-data {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: .3rem
}

.about__nitem-title {
    line-height: 1.25rem;
    font-weight: 500;
    display: block;
    margin-bottom: .7rem
}

.about__nitem-date {
    font-size: 14px;
    font-weight: 500;
    color: #999
}

.pros {
    background: #3f3f3f;
    padding: 2.5rem 0 1.5rem
}

.pros__item {
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pros__item-title {
    color: #fff;
    font-weight: 500;
    line-height: 1.4375rem;
    text-align: center
}

.pros__item-img {
    display: block;
    width: auto;
    height: 5rem;
    margin-bottom: 1rem
}

/*# sourceMappingURL=main.css.map*/