.more-photos__slider.swiper-container{
    height: 100%;
}

.description-text {
    margin-top: 1rem;
    text-align: justify;
}

table.table-1.align th,
table.table-1.align td {
    text-align: center;
}

.pagination {
    margin-bottom: 1rem;
}

.footer-form-complection_btn {
    box-sizing: content-box;
    position: fixed;
    top: 260px; 
    right: 0px;
    z-index: 1000;
    display: block;
    width: 40px;
    height: 40px;
    padding: 6px 0px 6px 6px;
    background: #194c6c;
    border: 2px solid #f0f0f0;
    color: #030303;
    border-radius: 7px 0 0 7px;
}

.footer-form-complection_btn:hover {
    background: #00395c;
    opacity: 1
}

#svg-form-complection {
    display: inline-block;
    fill: #ffffff;
    width: 35px;
    height: 35px;
}

@media (max-width:767px) {
    .footer-form-complection_btn {
        width: 35px;
        height: 35px;
        padding: 5px 0px 3px 5px;
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
    }

    #svg-form-complection {
        width: 30px;
        height: 30px;
    }
}

.elements-tabs__wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.bx_sections_list-info {
    list-style: none;
    box-shadow: 3px 4px 13px rgb(30 35 66 / 28%);
    min-height: 13rem;
    display: flex;
    flex-direction: column;
    padding: 1.7rem;
}

.bx_sections_list-title {
    font-size: 1.25rem;
    line-height: 117.9%;
    font-weight: bold;
    margin-bottom: 12px;
}

.bx_sections_list-info .button {
    width: unset;
    max-width: 200px;
    min-width: unset;
    min-height: 3rem;
    margin-top: auto;
    display: inline-block;
}

.bx_sections_list-description {
    margin: 1rem 0;
}

.bx_sections_list-info .bx_sections_list-img {
    max-width: 200px;
    margin: 0 auto;
}

.slider-sections-list .bx_sections_list-info .bx_sections_list-img {
    max-width: 100px;
    margin: 0 0 10px;
}

.header-form-complection_btn.header-button.button.button--header,
.bx_sections_list-button.button {
    color: #00395c;
    background: #ffff;
    border: 0.0625rem solid #00395c;
}

.header-form-complection_btn.header-button.button.button--header:hover,
.bx_sections_list-button.button:hover {
    color: #fff;
    background: #778ECD;
    border: 0.0625rem solid transparent;
}

.header_center-search {
    max-width: 600px;
    padding-left: 20px;
    margin-left: auto;
}

@media (max-width: 1200px) {

    .header_center-search {
        padding-left: 12px;
    }
}

.header__menu .menu ul.menu-section {
    justify-content: space-evenly;
}

.header-form-complection_btn {
    display: flex;
}

@media (min-width:993px) {
    .header-form-complection_btn.header-button.button.button--header {
        display: none;
    }
}

@media (max-width: 992px) {
    #svg-form-complection {
        width: 30px;
        height: 30px;
        fill: #0c2830;
    }

    .header-form-complection_btn:not(.header-button) {
        margin-right: 30px;
    }

    .topheader__box.topheader__btn {
        flex-wrap: wrap;
    }

}

@media (max-width: 800px) {
    .header-form-complection_btn:not(.header-button) {
        margin-right: 15px;
    }

    .header__line .header__main .header__actions.row div:not(:last-of-type) {
        margin-right: 15px;
    }
}

@media (max-width: 560px) {
    .header-form-complection_btn:not(.header-button) {
        display: none;
    }

    .bx_sections_list-info .button {
        padding: 0.7rem 1.6rem;
    }
}

.contact__form-wrap {
    display: flex;
    align-items: baseline;
}

.contact__form-info {
    padding-left: 30px;
}

@media (max-width: 1366px) and (min-width: 993px) {
    .contact .contact__form-wrap .contact__form {
        max-width: 30.375rem;
    }
}

@media (max-width: 992px) {
    .contact__form-wrap {
        flex-direction: column;
    }

    .contact__form-info {
        margin-bottom: 3rem;
        padding-left: 0;
    }
}

.removed-icon {
    position: absolute;
    background-image: url(../images/removed.png);
    background-size: contain;
    width: 60%;
    background-repeat: no-repeat;
    height: 70px;
    top: 0;
    left: 0;
}

.removed-icon.removed-icon--detail{
    z-index: 11;
}

.product-list-mode-table .product-info-row__img_wrapper,
.product-info-row__img_wrapper,
.slider-catalog-products-viewed .prod-all__img {
    position: relative;
}

.removed-icon--table {
    width: 100%;
}

@media (max-width: 500px) {

    .removed-icon--table,
    .removed-icon--line {
        width: 90%;
        left: -50%;
        top: -12px;
    }

    .removed-icon--line {
        width: 45%;
    }

    .slider-catalog-products-viewed .removed-icon--table {
        left: 0;
    }
}

.card-desc__detail-info .block-frame__big {
    max-width: 580px;
    border-radius: 0px;
    margin: 1rem 1rem 1rem 1rem;
}

.button.site-close__btn {
    display: none;
}

@media (max-width: 992px) {
    .card-desc__detail-info .block-frame__big {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media screen and (max-width: 767px) {

    .pagination .bx-pag-end,
    .pagination .bx-pag-begin {
        font-size: 0;
    }
}

@media screen and (max-width: 580px) {
    .contact__form-info .button {
        padding: 1.2rem 2rem;
        display: flex;
        white-space: normal;
        max-width: 300px;
        line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1025px) {
    .catalog-section-list-box-seo .bx_catalog_tile_ul--gap .bx_catalog_tile__item {
        max-width: calc(18% - 1rem);
        padding: 10px 10px;
    }

    .catalog-section-list-box-seo .bx_catalog_tile_title {
        font-size: 1rem;
    }
}

.features-item__check::before {
    content: "\f00c" !important;
}

.news-detail__text p+p {
    margin-top: 10px;
}

.news-detail__text .features-item__check {
    display: block;
}

.card1 .prod-all__name {
font-size: 18px;
line-height: 24px;
}

.content-info--main .content-info__advantage-title{
    height: 100%;
    display: flex;
    align-items: center;
}

.text__bold.text__bold--main{
    display: block;
}

.product-item-price-current .empty-price{
    display: block;
    padding: 0;
    border: none;
    width: fit-content;
    border-bottom: 1px dotted;
    margin: 0.5rem auto 0;
    min-height: auto;
    min-width: auto;
    border-radius: 0;
    outline-style: none;
    cursor: pointer;
    background-color: transparent;
    color: #1b363d;
    font-weight: 400;
    font-size: 16px;
    line-height: 1; 
}

#body-apriori-ecom .elements-tabs__link{
    border-bottom: none;
}

#body-apriori-ecom .elements-tabs__link:before,
#body-apriori-ecom .elements-tabs__link:after{
    display: none!important;
}

#body-apriori-ecom .elements-tabs__link.--current{
    border-bottom: 0.1875rem solid #022027;
}

@media screen and (max-width: 480px) {
    h1 {
        line-height: 1.2!important;
    }
    
    .page-header h1 {
        margin-top: 1.5rem!important;
    }

    .section-page__sort{
        padding: 10px 0 15px!important;
    }

    .bx-filter{
        margin-bottom: 10px!important;
    }

    .prod-all {
        padding-top: 1rem!important;
    }

}

.sectionitems__elem-img-wrap{
    display: inline;
}