.slide__title h1{
    font-size: 2.43056vw;
    line-height: 3.125vw;
    font-weight: 500;
}

.nav ul li.active a{
    color: #0050E0;
}

.product-box--lines {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    width: 100%!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-box--lines .product-box__desc{
    width: 100%;
}

.product-box--lines .product-box__ftr {
    padding-top: 1.80556vw;
    padding-right: 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.product-box--lines .product-box__image {
    width: 100%;
}

@media (min-width: 1800px) {
    .product-box--lines .product-box__image {
        max-width: 248px;
    }
}

.product-box--lines .product-box__price {
    text-align: end;
}
@media (max-width: 1024px) {
    .product-box--lines {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-box--lines .product-box__price {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-box--lines .product-box__ftr .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-box--lines .product-box__available {
        font-size: 3.4375vmin;
        line-height: 6.25vmin;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-top: -5.625vmin;

        position: absolute;
        top: 17.375vmin;
        left: 4.375vmin;
    }

    .product-box--lines .product-box__intro {
        o-ms-flex-order: 1;
        order: 1;
    }

    .product-box--lines .block-product-bottom {
        padding: 4.6875vmin 6.25vmin 6.25vmin 4.375vmin;
    }

    .product-box--lines .product-box__desc .block-product-bottom {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .product-box--lines .product-box__price{
        white-space: nowrap;
    }

    .product-box--lines .product-box__price {
        text-align: left;
    }

    .product-box--lines .product-box__desc{
        padding-bottom: 0;
    }
    .product-box--lines .product-box__intro {
        margin-bottom: 0;
    }
}


.product-box__available:before {
    min-width: 20px;
}


.product-box-photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: 307px;
}

.product-box-photo.no-photo img{
    height: 170px;
}

.pagination-block__pagination li.is-active{
    width: 3.81944vw;
    height: 3.81944vw;
    text-align: center;
    line-height: 3.81944vw;

    background-color: #0050E0;
    color: #fff;
    font-size: 1.18056vw;
    border: 1px solid #F1F3FA;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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.69444vw;
}

input.tags-brand:checked + span {
    color: #fff;
    background-color: #0050E0;
}

input.tags-brand{
    display: none;
}

.tags-brand-wrap{
    cursor: pointer;
}

.cert-page__tags .cert-tag-input{
    display: none;
}

input.cert-tag-input:checked + span {
    color: #fff;
    background-color: #0050E0;
}

.cert-tag-wrap{
    cursor: pointer;
}

.company__text ul li{
    margin-bottom: 1.25vw;
    position: relative;
    font-size: 1.04167vw;
    line-height: 1.59722vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.61111vw;
    min-height: 3.05556vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company__text ul li:before {
    content: "";
    position: absolute;
    width: 2.91667vw;
    height: 2.91667vw;
    border-radius: 0.69444vw;
    background: #F2F5FF url(../images/sprites/svg/check-green.svg) no-repeat center center;
    background-size: 1.31944vw;
    left: 0;
    top: 0.27778vw;
    color: #0050E0;
}

.brand__cat {
    height: unset;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

@media (max-width: 1024px) {
    .company__text ul li {
        font-size: 4.0625vmin;
        line-height: 6.25vmin;
        padding-left: 16.25vmin;
    }
    .company__text ul li.company__check:before {
        width: 12.5vmin;
        height: 12.5vmin;
        border-radius: 3.125vmin;
        top: 1.25vmin;
        background-size: 5.3125vmin;
    }
    .partners-page__tags .tags__item {
        padding-left: 6.25vmin;
        margin-bottom: 6.25vmin;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .brands--page .brands__tags .tags__item {
        padding-left: 6.25vmin;
        margin-bottom: 6.25vmin !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .brands--page .brands__tags .tags-brand-wrap:last-child .tags__item{
        margin-bottom: 0vmin !important;
    }
}

.footer__map-wrapper{
    height: 100%;
}

.form-zindex {
    z-index: 3;
}

.z-index-100{
    position: relative;
    z-index: 100;
}

.form-zindex .form__input{
    z-index: 3;
}

.form-zindex .suggestions-wrapper{
    z-index: 9999;
}

.delivery__tab-item.tab-item .form__wrapper {
    overflow: unset;
}

.product-box-photo img{
    max-width: 100%;
    height: auto;
}

.order-address{
    /*margin-bottom: 3.47222vw;
    border-bottom: 1px solid #E5EAEF;*/
    padding-bottom: 3.47222vw;

}

.form__wrapper-address {
    background: #FFFFFF;
    border: 1px solid #F1F3FA;
    position: relative;
    border-radius: 1.38889vw;
}

.crumbs ol {
    flex-wrap: wrap;
}

.partner-btn.active{
    color: #fff;
    background-color: #0050E0;
}

.tagFaqJs{
    cursor: pointer;
}

.tagFaqJs input{
    display: none;
}

.tagFaqJs.is-checked{
    color: #fff;
    background-color: #0050E0;
}

.delivery-method{
    display: none;
}

#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.cookie-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 2.5vw;
    -webkit-box-shadow: 0px -5px 40px rgb(148 164 180 / 10%);
    box-shadow: 0px -5px 40px rgb(148 164 180 / 10%);
    max-width: 1080px;
}

.load{
    opacity: 0.3;
}
.load::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cert-page__container {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

textarea.form__textarea{
    resize: vertical;
}

.terminals .radio {
    margin-bottom: 1vw;
    margin-top: 0.3vw;
}

.search-hints {
    width: 100%;
}
.search__input {
    z-index: 2;
}
.search__btn {
    z-index: 2;
}
.delivery__prev-add span{
    margin-right: 2.08333vw;
}
.delivery__prev-add .nativejs-select {
    margin-left: 0;
}

.cart-page__delivery #add {
    margin-bottom: 3.47222vw;
    padding-bottom: 3.47222vw;
    border-bottom: 1px solid #E5EAEF;
}

.form .input-notempty + .suggestions-wrapper + .form__label {
    font-size: 0.76389vw;
    top: 0.55556vw;
}

.order-error{
    color: #D32323;
}

@media (min-width: 1800px) {
    .form .input-notempty + .suggestions-wrapper + .form__label {
        font-size: 11px;
        top: 8px;
    }
}
@media (max-width: 1024px) {
    .form .input-notempty + .suggestions-wrapper + .form__label {
        font-size: 3.4375vmin;
        top: 1.5625vmin;
    }
}

.form__input--radius-left-top{
    border-top-left-radius: 1.38889vw;
}
.form__input--radius-right-top{
    border-top-right-radius: 1.38889vw;
}
.form__input--radius-left-bottom{
    border-bottom-left-radius: 1.38889vw;
}
.form__input--radius-right-bottom{
    border-bottom-right-radius: 1.38889vw;
}


.logout{
    color: #d32323;
}

.order__product-list {
    padding-bottom: 1.38889vw;
}

.form__label--error {
    background: #fff;
}

.form .input-notempty + .suggestions-wrapper + .form__label + .form__label--error, .form  .form__input--error + .suggestions-wrapper + .form__label + .form__label--error {
    font-size: 0.76389vw;
    top: 0.55556vw;
}

.cart-product__number{
    text-align: right;
}

.cart-product__delete {
    top: 1vw;
}

.jsCalcBasketItemError{
    margin: 0.5rem 0 0.5rem 0;
}

.header.is-open-menu {
    z-index: 1000;
}
.cart-product.product-order .cart-product__delete {
    top: 0;
}

.cart-product__image {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.subcatalog-page__seo-bottom {
    margin-top: 0;
    margin-bottom: 15.625vmin;
}

.brand__document-title {
    word-break: break-all;
}

.brand-info__tags .tags__item {
    height: unset;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.char-table__value {
    font-weight: 400;
}

.jsCalcBasketItemError{
    color: red;
}

.pay-info .nativejs-select__placeholder-value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.form .input-notempty + .form__label +.form__label--error {
    font-size: 0.76389vw;
    top: 0.55556vw;
}

.date-input{
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #fff;
    padding: 1rem;
}

.footer__container a, .footer__container p, .footer__copyright, .footer__indexart{
    font-weight: 400;
}

.main-slider {
    margin-bottom: 2rem;
}

.status-update{
    font-size: 13px;
    color: #94A4B4;
    margin-top: 1rem;
    text-align: right;
}
.status-update-top{
    font-size: 13px;
    color: #94A4B4;
    text-align: right;
    line-height: 4.0625vmin;
}



@media (max-width: 1024px){
    .cart-page__type-client .form__input, .cart-page__type-client .form__textarea {
        height: 15.625vmin;
        font-size: 2.6875vmin;
    }
    #basket-aside #error-msg {
        font-size: 1rem;
        line-height: 1rem;
    }
    .product-page__head {
        justify-content: space-between;
    }
}

.all-result{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 24px;
}

.btn-sign-in{
    min-width: 65px;
    line-height: 41px;
}
.btn-sign-in:hover{
    color: #fff !important;
}

.auth {
    align-items: center;
}

.header__cart{
    position: relative;
}
#cart-sum{
    background-color: #0050E0;
    color: #fff;
    position: absolute;
    top: -30%;
    left: 70%;
    white-space: nowrap;
    border-radius: 50%;
    border-radius: 6px;
    padding: 2px 5px;
}

#cart-sum-mobile{

}

.order__header-item:nth-child(1){
    width: 20%;
}
.order__header-item:nth-child(2){
    width: 20%;
}
.order__header-item:nth-child(3){
    width: 60%;
}

@media (max-width: 1024px) {
    .order__header-item:nth-child(1){
        width: unset;
    }
    .order__header-item:nth-child(2){
        width: unset;
    }
    .order__header-item:nth-child(3){
        width: unset;
    }
    .btn-sign-in{
        padding: 0 2rem;
    }
}

#error-msg{
    font-size: 1.04167vw;
    line-height: 1.66667vw;
    color: #D32323;
    margin: 1rem 0 0 0;
}

.global-error{
    color: #D32323;
}

.order__header-item {
    max-width: 305px;
}

.order__header {
    cursor: default;
}

.profile-card__title {
    word-break: break-all;
}

.article-main__container {
    padding-bottom: 30px;
    margin-bottom: 31px;
}
.company__container {
    margin-top: 20px;
    padding-top: 28px;
}
.company {
    padding-bottom: 22px;
}
.cert .container {
    padding-top: 38px;
    padding-bottom: 38px;
}

.requisites-block {
    padding: 30px 0 35px;
}

.feedback__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.header_fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: inherit;
    background-color: #fff;
}

#inside-mini-cart{
    position: relative;
    top: 5%;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.links-shipment{
    display: flex;
    width: 90%;
}

.links-shipment a{
    margin: 0 10px;
}

.lds-dual-ring{
    display: none;
}

.load .lds-dual-ring {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 37px;
    height: 37px;
    margin: -10px;
    border-radius: 50%;
    border: 2px solid #0050E0;
    border-color: #fff transparent #0050E0 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.elegant-quote {
    background: rgba(0, 80, 224, 0.04);
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    margin: 15px 0;
    border-left: 4px solid #0050E0;
}

.typography ol{
    display: flex;
    flex-direction: column;
}

.typography ul {
    display: flex;
    flex-direction: column;
}

.typography ul p {
    margin-bottom: 0px;
}

@media (min-width: 1800px) {
    .typography ul p {
        margin-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .typography ul li:before {
        width: 38px;
        height: 38px;
        -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
        border-radius: 0.69444vw;
        margin-right: 1.25vw;
    }
    .typography ul p {
        margin-bottom: 0px;
    }
    .elegant-quote {
        font-size: 3.53125vmin;
    }
}

#inside-mini-cart svg{
    margin-right: 4px;
}

#cart-sum{
    font-size: 15px;
    position: unset;
    margin-top: -15px;
    padding: 4px 5px 3px 5px;
}

.feedback__title {
    margin-top: 3rem;
}

.footer {
    padding-top: 37px;
}

.footer__btm {
    padding-bottom: 37px;
}

.scroll-block-filter {
    max-height: 200px;
    overflow-y: auto;
}
.footer__menu-block{
    flex-wrap: wrap;
}
.footer__menu-catalog-block{
    width: 100%;
    display: block;
}

.footer__menu-catalog-block .footer__menu ul li {
    margin-bottom: 0.6rem;
}
.catalog-wrap-download-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-btn-catalog {
    margin-bottom: 10px;
    padding: 0 15px;
}
.update-catalog-info{
    color: #94A4B4;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.goods-slider .slick-slide {
    margin: 0 10px;
}
.goods-slider .slick-list {
    margin: 0 -10px;
}

.other-products-slider__item .product-box__available{
    justify-content: space-between;
}

.other-products-slider__item .product-box__price{
    margin-bottom: 0;
}

.product-page__column {
    position: relative;
}

@media (min-width: 1024px){
    .product-page__title {
        line-height: 2.54444vw;
    }
    .footer__menu-catalog-block {
        margin-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1800px){
    .long-search {
        width: 492px;
    }
}
@media (min-width: 1024px) {
    .product-box__image {
        min-height: 308px;
        height: 308px;
    }

    .product-box__desc {
        height: 100%;
        margin-bottom: 5.33333vw;
    }

    .product-box__desc .block-product-bottom {
        position: absolute;
        bottom: 1.08889vw;
        left: 1.38889vw;
    }


}

@media (max-width: 1024px){
    .cookie-block {
        flex-wrap: wrap;
        padding: 1rem 1rem;
        font-size: 4.125vmin;
    }
    .block-product-bottom{
        width: 100%;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .product-box__price {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .product-box__desc .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-info__price {
        font-size: 6.125vmin;
        line-height: 6.75vmin;
    }
    .jsCalcBasketItemError {
        margin: 0rem 0 1rem 0;
    }
    .cert-page__tags .tags__item {
        padding-left: 6.25vmin;
        margin-bottom: 6.25vmin !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .cert-page__tags .cert-tag-wrap:last-child .tags__item{
        margin-bottom: 0vmin !important;
    }
    .contacts-page__map {
        height: 188px;
        min-height: 188px;
        flex: unset;

    }
}


