.hidden {
    display: none;
}


/* form REVIEW */

.grecaptcha {
    font-size: 0.8rem;
}

.catalog-reviews-item__top {
    display: flex;
    flex-wrap: wrap;
}

.review-files {
    margin: 10px 0;
}

.rating polygon:hover {
    cursor: pointer;
    transition: 500ms;
}

.rating polygon:hover {
    fill: gold;
}

.rating polygon {
    fill: lightgray;
}

.rating polygon.active {
    fill: gold;
}

.field__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.field__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.field__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field__file-fake {
    min-height: 3.0625rem;
    background: #f8f8f8;
    border-radius: 0.625rem 0 0 0.625rem;
    padding: 0 1.875rem;
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d4dbea;
    border-right: none;
    -webkit-border-radius: 0.625rem 0 0 0.625rem;
    -moz-border-radius: 0.625rem 0 0 0.625rem;
    -ms-border-radius: 0.625rem 0 0 0.625rem;
    -o-border-radius: 0.625rem 0 0 0.625rem;
    color: #bcbdcd;
    line-height: 1.1;
    font-size: 1rem;
    font-family: Nunito;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.field__file-fake.no-border {
    border: 1px solid transparent;
}

.field__wrapper .field__file-button {
    width: 130px;
    height: 3.0625rem;
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0.625rem 0.625rem 0;
    cursor: pointer;
    -webkit-border-radius: 0 0.625rem 0.625rem 0;
    -moz-border-radius: 0 0.625rem 0.625rem 0;
    -ms-border-radius: 0 0.625rem 0.625rem 0;
    -o-border-radius: 0 0.625rem 0.625rem 0;
}


/* end form REVIEW */


/* personal */

.bx-auth-serv-icons {
    text-align: center;
}

.personal-section {
    display: flex;
    flex-wrap: wrap;
}

.personal-section__box {
    width: calc(100%/4 - 30px);
    margin: 15px;
}

@media (max-width: 767px) {
    .personal-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }

    .personal-section__box {
        width: auto;
        margin: 0;
    }

    .personal-section__box .sale-personal-section-index-block {
        height: 100%;
    }
}

/* end of personal*/


/* pagination */

.bx-pag-prev.pagination__link span,
.bx-pag-next.pagination__link span {
    background: transparent;
    line-height: 28px;
    padding: 0;
    font-size: 0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #000;
    border-radius: 0;
    width: 10px;
    height: 10px;
    min-width: 10px;
    line-height: 15px;
}

.bx-pag-next.pagination__link span {
    transform: translateX(-2px) rotate(-45deg);
    -webkit-transform: translateX(-2px) rotate(-45deg);
    -moz-transform: translateX(-2px) rotate(-45deg);
    -ms-transform: translateX(-2px) rotate(-45deg);
    -o-transform: translateX(-2px) rotate(-45deg);
}

.bx-pag-prev.pagination__link span {
    transform: translateX(2px) rotate(135deg);
    -webkit-transform: translateX(2px) rotate(135deg);
    -moz-transform: translateX(2px) rotate(135deg);
    -ms-transform: translateX(2px) rotate(135deg);
    -o-transform: translateX(2px) rotate(135deg);
}

.bx-pag-prev.pagination__link:hover span,
.bx-pag-next.pagination__link:hover span {
    border-color: #fff;
}


/* end of pagination */

.btn[id*="_not_avail"] {
    display: block;
}

.more-photos__slider.swiper-container {
    overflow: hidden;
    /*   max-height: 18rem; */
}

.more-photos__slider .swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.more-photos__slider .swiper-pagination {
    display: flex;
}

.more-photos__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.more-photos__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.more-photos__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.more-photos__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.product-item-info-container-quantity-rating {
    justify-content: space-between;
    align-items: center;
}

.product-item-info-container-quantity-rating,
.product-item-info-container-rating {
    display: flex;
}

.product-item-info-container-rating {
    align-items: flex-start;
}


/* end of catalog */


/* catalog search */

.d-none {
    display: none;
}

.search-results .elements-tabs__link.--current {
    pointer-events: none;
}


/* end of catalog search */


/* cart in header */

.bx-basket-fixed {
    position: static;
    margin-top: 0px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.bx-basket-item-list-action {
    font-size: 0;
    display: none;
}

.basket-angle {
    display: none;
    border: 10px solid transparent;
    border-bottom: 18px solid white;
    position: absolute;
    top: 33px;
    left: 20%;
}

.bx-closed .bx-basket-item-list {
    display: none;
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
    width: 625px;
    position: absolute;
    right: 0;
    z-index: 25;
    border: none;
    box-shadow: -7px 5px 7px #cccccca8;
    background: #fff;
}

.bx-basket-item-list-button-container {
    text-align: center;
    bottom: 0;
    z-index: 26;
    padding: 0 10px 0 0;
    border-top: none;
}

.bx-basket-item-list-button-container .btn-big {
    display: inline-block;
    padding: 15px 28px;
    width: auto;
    height: auto;
    text-align: center;
    background: #3C6588;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bx-basket-item-list-container {
    background: #fff;
    max-height: 450px;
    padding: 25px;
}

.bx-basket-item-list-container {
    background: #fff;
    max-height: 450px;
    padding: 25px;
}

.bx-basket-item-list-item-status {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
    border-radius: 0px;
    background: transparent;
    text-align: left;
    white-space: normal;
    line-height: 1.1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: flex;
    justify-content: space-between;
}

.basket-close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 4px;
    right: 4px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

.basket-close:before,
.basket-close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    display: block;
    height: 1px;
    width: 15px;
    background-color: #2a2a2a;
    transition: all .25s ease-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.basket-close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.bx-basket-item-list-item {
    border: 1px solid #EBEBEB;
    padding: 25px 25px 5px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 65px 70% 20%;
}

.bx-basket-item-list-item:not(:last-child) {
    border-bottom: none;
}

.bx-basket-item-list-item-remove {
    top: -22px;
    left: -20px;
}

.bx-basket-item-list-item-name {
    padding: 5px 5px 15px 25px;
}

.bx-basket-item-list-item-name a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color: #2a2a2a;
    text-decoration: none;
}

.bx-basket-item-list-item-price-block {
    padding: 24px 0px 15px 1px;
    white-space: nowrap;
}

.basket-product-price {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
}

.basket-product-count {
    color: #ABABAB;
    font-size: 13px;
}

.basket-all-box {
    min-height: 50px;
    color: #2a2a2a;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.basket-all-title {
    font-size: 16px;
    font-weight: 400;
}

.basket-all-value {
    font-size: 20px;
    font-weight: 700;
}


/* end cart in header */

.header_centercontainer .topheader__box.topheader-promotion{
    padding-left: 1.5rem;
    margin-right: 1rem;
    max-width: 210px;
}

@media (min-width:992px){
    .header.header--scroll .topheader__box.topheader-promotion, .header_centercontainer .topheader__box.topheader-promotion{
   display: flex!important;
}
}

@media (max-width:1500px){
    .header_centercontainer .topheader__box.topheader-promotion{
  max-width: 100%;
}
}

