.distributor .pager a {
    text-decoration: none;
}
.distributor .primary-button, .distributor .btn {
    background-color: #2a838c;
    border: none;
}
.distributor .primary-button:hover, .distributor .btn:hover {
    background-color: #000;
    color: white;
}
.distributor .file td input {
    margin-top: 18px;
}
.distributor .file p{
    border-bottom: none;
    margin-bottom: 0;
}
.distributor .btn-block {
    display: block;
}
.filter-collapsible-box {
    border-bottom: none !important;
}
.product-collapsible-box h2 {
    padding-bottom: 5px;
}

.technical-parent {
    border-bottom: 1px solid black;
}

.technical {
    background: none;
}

.technical h2 {
    background: none !important;
}

.technical-collapsible-box {
    width: 100%;
    height: auto;
}
.technical-collapsible-box .file-link:hover {
    padding-left: 45px;
}
.technical-collapsible-box:last-of-type {
    padding-bottom: 50px;
}

.technical .show-btn {
    background-color: white;
    color: black;
    text-transform: none;
    border: 1px solid black;
    text-align: left;
    padding: 12px 25px 12px 10px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    font-size: .75rem;
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 170px;
    transition: .5s;
    display: inline-block;
    z-index: 2;
}
.technical .show-btn .open,
.technical .show-btn .hide {
    position: relative;
    background-color: white;
}
.technical .show-btn .open::after,
.technical .show-btn .hide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 17px;
    height: 10px;
}
.technical .show-btn .open::after {
    background: url(../img/arrow-down.svg) no-repeat;
}
.technical .show-btn .hide::after {
    background: url(../img/arrow-up.svg) no-repeat;
}
.technical[aria-expanded="false"] .show-btn .open {
    display: block;
}
.technical[aria-expanded="false"] .show-btn .hide {
    display: none;
}
.technical[aria-expanded="true"] .show-btn .open {
    display: none;
}
.technical[aria-expanded="true"] .show-btn .hide {
    display: block;
}
.technical .file-link {
    word-break: break-all;
}
.file-link {
    background-position-y: 50%;
}

.sort select {
    width: 100%;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

#series-row .spinner-border {
    margin: 20px;
    width: 3rem;
    height: 3rem;
}

#filtered-content .product-bottom-line.text-uppercase {
    min-height: 76px;
}

.choose-item span.title-link {
    position: relative;
    text-decoration: none;
    text-transform: none;
    left: 0;
    transform: translateX(0);
    transition: .5s;
    display: inline-block;
}
.choose-item:hover span.title-link {
    left: 46%;
    transform: translateX(-50%);
}
.choose-item span.title-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 120%;
    width: 100vw;
    border-bottom: 1px #000 solid;
}
.choose-item.slick-slide::before {
    left: -5px;
}
.choose-item:hover img.second {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.container .product-slick .product-image span {
    color: transparent;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 36px;
}
.container .product-slick .product-image .slick-expanded-wrapper span {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    line-height: normal;
}
.container .product-slick .product-image .slick-expanded-wrapper span .slick-specification {
    letter-spacing: .18px;
    display: block;
    font-size: 10px;
    line-height: normal;
}
.collection-card a {
    text-decoration: none;
}

#online-partners a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
}
#online-partners a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    padding-left: 15px;
    padding-right: 15px;
}
#online-partners .col-md-4:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.mb-15-cols>div {
    margin-bottom: 30px !important;
    position: relative;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}

@media (max-width: 1459px) {
    #filtered-content .product-bottom-line.text-uppercase {
        min-height: 71px;
    }
    .pb-5, .py-5 {
        padding-bottom: 35px !important;
    }
    .pt-5, .py-5 {
        padding-top: 35px !important;
    }
}

.table-responsive td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.file-link {
    text-decoration: none !important;
}

@media (max-width: 1199px) {
    .navbar-collapse.collapse.show {
        max-height: calc(100vh - 71px);
        overflow-y: auto;
    }
    .pb-5, .py-5 {
        padding-bottom: 30px !important;
    }
    .pt-5, .py-5 {
        padding-top: 30px !important;
    }
}


@media (min-width: 768px) {
    body.languages main .lang-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%, -50%);
    }
}


body.languages main .lang-box {
    background-color: #fff;
    padding: 55px 70px 25px;
}

@media (max-width: 991px) {
    body.languages main {
        padding: 20px;
    }
    body.languages main .lang-box {
        padding: 35px 20px 15px;
    }
}


body.languages main .lang-box a {
    text-decoration: none;
    font-size: 14px;
}

body.languages main .lang-box a:hover {
    text-decoration: underline;
}

body.languages {
    width: 100vw;
    min-height: 100vh;
    background: url(../img/arbiton-slider.webp) center no-repeat;
    background-size: cover;
    margin-top: 0;
}

footer a {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
}
footer a:hover {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}

.footer-flags img {
    margin-right: 10px;
}

h1.h3-slider {
    font-size: 36px !important;
    line-height: 42px !important;
    font-weight: 100 !important;
    margin-bottom: 25px !important;
    margin-top: 50px !important;
}

.banner-top .flexslider .slides li .slide-text-box h1 a {
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
    text-transform: none !important;
    padding: 0;
    letter-spacing: normal;
    text-decoration: none !important;
}

.banner-top .flexslider .slides li .slide-text-box h1 {
    margin-top: 0;
}
@media (max-width: 767px) {
    .pb-5, .py-5 {
        padding-bottom: 20px !important;
    }
    .pt-5, .py-5 {
        padding-top: 20px !important;
    }
    #online-partners h3 {
        margin-top: 35px;
    }
}
