.display-footer-after {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
}

.display-footer-after > div {
    margin-right: 32px;
    margin-top: 32px;
}
.language-selector.dropdown button {
    border: 1px #dfdfdf solid;
    padding: 8px 10px 8px;
    background: #fff;
    position: relative;
    top: -2px;
}


.dropdown .expand-more {
    color: #000;
}

.language-selector .expand-more {
    font-size: 16px;
    font-weight: 700;
}

/* Select 2 на стр оформления заказа */

.select2-container--default .select2-selection--single {
    border-radius: 3px;
    padding: 8px 0;
    height: 47px;
}



.select2-selection__rendered {
    font-size: 17px !important;
    color: #232323;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 10px !important;
}


/* спрячем поля которые не должен видеть пользователь */
.form-group.pe_country_id,
.form-group.address1,
.form-group.pe_region_id .input-wrap,
.form-group.pe_city_id .input-wrap {
    margin: 0;
    height: 0;
    overflow: hidden !important;
    visibility: hidden;
}


.header_text {
    margin-left: 32px;
}
.header_text p {
    font-size: 1rem;
    font-weight: 600;
    color: #00732f;
}
.header-nav-left-wrap {
    align-items: baseline;
}
#custom-text p, #custom-text .page-content.page-cms ul, .page-content.page-cms #custom-text ul {
    font-size: 1rem;
    font-weight: 600;
    color: #013253;
}
#custom-text {
    border: 4px solid #00732f;
}

.product-use-code {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #e06f43;
    padding: 0 8px;
}

.product-use-code-info {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 4px;
    background: #f4f4f4;
    font-weight: 700;

}

.product-use-code-info > span {
    margin-left: 16px;
}
#checkout_country_popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #00000030;
}
.checkout_country_popup_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}
.close_checkout_country_popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_checkout_country_popup:hover,
.close_checkout_country_popup:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 767px) {
    .checkout_country_popup_content {
        background-color: #ffffff;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
    }
}

/**/
.quantity_wanted_block_custom {
    display: flex;
    justify-content: center;
    height: 20px;
    margin: .5rem 0 .25rem;
}
.quantity_wanted_block_custom input {
    width: 20%;
    height: auto;
    text-align: center;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    outline: none;
    margin: 0 5px;
}
.btn-quantity {
    width: 10%;
    padding: 4px;
    line-height: 70%;
    border: 1px solid #0091a8;
    border-radius: 4px;
    cursor: pointer;
    color: #0091a8 !important;
    font-size: 15px;
}
.btn-quantity i {
    color: #fff;
}
.product-miniature .thumbnail-container {
    min-height: 430px;
}
.product-miniature .product-description {
    width: 100%;
    /*position: absolute;*/
    min-height: 195px;
}
.productcustomfields_original_usa_name {
    height: 28px;
}
.available_block {
    height: 30px;
}
.add-to-cart-or-refresh {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.productcustomfields_use_code {
    min-height: 45px;
}

/*new carousel indicators*/
.carousel-indicators {
    left: 70%;
    width: 20%;
    display: block !important;
    border-radius: 20px;
    background: #ffffffa1;
    height: 35px;
}
.carousel .carousel-control {
    display: block !important;
}
.carousel-control {
    text-shadow: unset;
    /*left: 42%;*/
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    top: unset;
    bottom: 6%;
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    color: #013253;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #013253;
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    font-size: 2rem;
}
.carousel-control.right {
    right: 40%;
    z-index: 10000;
}
.carousel-indicators .active {
    background-color: #013253;
    /*margin: unset;*/
}
.carousel-indicators li {
    border-color: #013253;
    /*margin-top: 10px;*/
    width: 12px;
    height: 12px;
    margin: unset;
    margin-top: 12px;
}
.carousel-control.left {
    left: 35%;
    z-index: 10000;
}
.carousel .carousel-control .icon-prev {
    left: unset;
}

#carousel .carousel-indicators, #carousel .direction {
    display: none !important;
}

.product-miniature .notify-prod-btn {
    height: 40px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    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;
    cursor: pointer;
    color: #0091a8;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-miniature .notify-prod-btn:hover {
    background-color: #e0851c !important;
    color: #fff;
}

.notify_when_in_stock {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mailalert_content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    text-align: center;
}

.close_notify_when_in_stock {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_notify_when_in_stock:hover,
.close_notify_when_in_stock:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#switch_website select {
    font-weight: 600;
    color: #013253;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .notify_when_in_stock {
        padding-top: 40%;
    }
    .mailalert_content {
        width: 95%;
    }
    #header .header-nav .user-info {
        margin-left: unset;
    }
    #header .burger {
        color: #013253;
        font-size: .7rem;
        display: flex;
        align-items: center;
    }
    #index #wrapper .banner {
        display: block;
        margin-bottom: 1.5rem;
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
        position: relative;
    }
    .carousel-indicators {
        display: none !important;
    }
    .carousel-control.right {
        right:0;
    }
    .carousel-control.left {
        left: 0;
    }
    .carousel .carousel-control {
        opacity: unset;
    }
    .carousel .direction .carousel-control i {
        background:rgb(179 179 179 / 25%);
    }
    #header .header-nav .blockcart {
        margin-left: unset;
    }
    #header .header-nav .material-icons.shopping-cart {
        font-size: 1.6rem;
    }
}

/*sticky header*/
@media (min-width: 786px) {
    #header.header_scrolled {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10001;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    }
}

@media (max-width: 785px){
    #header.header_scrolled {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10001;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    }

    #header.header_scrolled nav {
        margin:0px!important;
        padding:0px!important;
        border:none!important;
    }
}

@media (min-width: 576px){
    .header_fixed .modal-dialog {
        margin-top:130px!important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-help {
    position: absolute;
    text-align: center;
    z-index: 10;
    width: 100%;
    bottom: 25px;
    color: #013253;
    display: inline-block;
}
.product-image-modal-body {
    padding: 0;
}
.js-qv-product-cover {
    cursor: pointer;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.productPageImageSwiper {
    height: 80%;
    width: 100%;
}
.productPageThumbSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.productPageThumbSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.productPageThumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whatsapp_link {
    padding: 5px 10px;
    color: #fff !important;
    background: #37bd4a;
    border-radius: 5px;
}

.telegram_link {
    padding: 5px 10px;
    color: #fff !important;
    background: #0d8ccb;
    border-radius: 5px;
}