.section-catalog-main .product-list-desc__item  {width:24%}
.visually-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.catalog-new {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.catalog-side-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 65px;
    flex-shrink: 0;
    /*height: 100vh;*/
    padding: 0;
    margin: 0;
    margin-right: 5px;
    list-style: none;
    background-color: #f5f5f5;
}

.catalog-new__return-btn-container {
    /*position: absolute;
    left: 68px;
    height: 100%;
    margin-top: 8px;*/
    margin-bottom: 20px;
}

.catalog-new__return-btn {
    /*position: sticky;*/
    /*position: absolute;
    top: 0;
    left: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    color: #ff8a00;
    font-size: 22px;
    line-height: 1;
    background-color: #fcfcfc;
    border-radius: 70px;
    border: 2px solid #acacac;
    cursor: pointer;
}

.catalog-new__return-btn-text {
    position: relative;
    padding-left: 18px;
}

.catalog-new__return-btn-text::before {
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
}

/*.catalog-side-menu {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-basis: 65px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    background-color: #f5f5f5;*/
/*    z-index: 1;*/
/*}*/

.catalog-side-menu__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-family: 'webfontregular';
    color: #ed7102;
    line-height: 1;
    font-size: 50px;
    outline: none;
    transition: color .28s ease;
}

.catalog-side-menu__link:hover,
.catalog-side-menu__link:focus {
    text-decoration: none;
    color: #ed7102;
}

.catalog-items__item {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 35px;
    border-top: 1px solid #dbdbdb;
}

.catalog-items__item-gallery {
    flex-basis: 300px;
    flex-grow: 1;
    margin-right: 10px;
    padding-top: 30px;
}

.catalog-items {
    flex-grow: 1;
    padding-top: 17.5px;
}

.catalog-items__item-desc {
    margin-bottom: 50px;
}

.catalog-items__item-desc p {
    margin-bottom: 0;
}

.catalog-items__item-name {
    display: block;
    color: #f4651a;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 0 10px;
}

.catalog-items__item-name:hover {color: #f4651a;}

.catalog-items__item-chars-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-items__item-chars-line:last-of-type {
    margin-bottom: 0;
}

.catalog-items__item-chars-value {
    margin-left: 15px;
    font-weight: bold;
   /* white-space: nowrap;*/
    text-align: right;
}

.catalog-items__item-chars-name {
    padding-left: 20px;
    background-position: left center;
    background-size: 10px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
}

.catalog-items__item-info {
    flex-basis: 280px;
    margin-right: 20px;
}

.catalog-items__item-nav {
    flex-basis: 340px;
    padding-top: 15px;
}

.catalog-items__favorite {
    margin-bottom: 15px;
}

.catalog-items__favorite-label {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.catalog-items__favorite-label::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 2px solid #98b0dc;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: border-color .2s;
}

.catalog-items__favorite-label::after {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 12px;
    display: none;
    width: 12px;
    height: 19px;
    background-color: transparent;
    border-right: 2px solid #f4651a;
    border-bottom: 2px solid #f4651a;
    transform: translateY(-50%) rotate(40deg);
}

.catalog-items__favorite-checkbox:checked + .catalog-items__favorite-label::after {
    display: block;
}

.catalog-items__favorite-label:hover::before,
.catalog-items__favorite-label:focus::before {
    border-color: #ff8a00;
}

.catalog-items__favorite {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding-left: 42px;
    background-color: #eaecf0;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-image: url("../img/icon-list.svg");
}

.catalog-items__favorite-text {
    padding-right: 40px;
    text-transform: uppercase;
    color: #1b375f;
    font-size: 14px;
    font-weight: 300;
}

.catalog-items__item-gallery-main {
    width: 100%;
    height: 300px;
    margin-bottom: 8px;
    /*background: #eee;*/
    text-align: center;
}

.section__product-list-month {padding-top: 40px;margin-bottom:40px; }
.section__product-list-month .additional-products__product {width: calc(33% - 10px);}
@media (max-width:1663px) {
    .catalog-items__item-gallery-main {height: 250px;}
}
@media (max-width:1199px) {
    .catalog-items__item-gallery-main {height: 200px;}
    .section__product-list-month .additional-products__product {
        padding: 20px;
    }
    .group__btns .btn_rash {max-width: 185px;}
}
@media (max-width:991px) {
    .catalog-items__item-gallery-main {height: auto; max-height: 300px}
    .section__product-list-month .additional-products__product {
        width: calc(50% - 10px);
    }
    .group__btns {
        justify-content: center;
    }
}
@media (max-width:767px) {
    .group__btns .btn_rash {
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media (max-width:655px) {
    .section__product-list-month .additional-products__product {
        width: 100%;
        max-width: 470px;
        padding: 45px;
    }
}
@media (max-width:440px) {
    .section__product-list-month .additional-products__product {
        padding: 20px;
    }
}


.catalog-items__item-gallery-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.catalog-items__item-gallery-gift {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-bottom: -5px;
}

.catalog-items__gift-product {
    width: calc(33.3333% - 5px);
    height: 95px;
    margin-bottom: 5px;
    background: #eee;
}

.catalog-items__gift-product:not(:nth-child(3n)) {
    margin-right: 5px;
}

.catalog-items__gift-product-img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.catalog-items__item-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 30px;
}

.catalog-items__item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 40px;
    color: #f4651a;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #d3d3d3;
}

.catalog-items__item-btn--more {
    transition: border-color .28s ease;
}

.catalog-items__item-btn--cart {
    color: #fff;
    background-color: #f4651a;
    border-color: #f4651a;
    transition: background-color .28s ease;
    cursor: pointer;
}


.catalog-items__item-btn--cart:hover,
.catalog-items__item-btn--cart:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f57430;
}

.catalog-items__item-btn--more:hover,
.catalog-items__item-btn--more:focus {
    border-color: #f4651a;
    color: #f4651a;
    text-decoration: none;
}

.catalog-items__resume-item,
.catalog-items__resume-delivery,
.catalog-items__resume-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
}

.catalog-items__resume-item-value,
.catalog-items__resume-delivery-value,
.catalog-items__resume-total-value {
    margin-left: 15px;
    /*font-weight: bold;*/
    white-space: nowrap;
}

.catalog-items__resume-item, .catalog-items__resume-total {
    border-bottom: 1px solid #ececec;
}

.catalog-items__resume-item--gift .catalog-items__resume-item-value,
.catalog-items__resume-delivery .catalog-items__resume-delivery-value,
.catalog-items__resume-total--gift,
.catalog-items__resume-total--diff {
    color: #f4651a;
}
.catalog-items__resume-total--diff, .catalog-items__resume-total--diff .catalog-items__resume-total-name {text-transform: uppercase;
    font-weight: bold !important;}
.catalog-items__resume-item-value u {text-decoration: line-through; display: block;}

.catalog-items__resume-delivery {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

/*.catalog-items__resume-total--gift .catalog-items__resume-total-name {*/
/*    font-weight: bold;*/
/*}*/

.catalog-items__resume-total:not(.catalog-items__resume-total--gift) .catalog-items__resume-total-name {
    font-weight: normal;
}

.catalog-items__resume-item-value--discount {
    position: relative;
}

.catalog-items__resume-item-value--discount::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    background-color: #ff0403;
    transform: translateY(-50%) rotate(-5deg);
}

.header-line {
    height: 50px;
    background-color: #eaecf0;
}

.header-line .container {
    height: 100%;
}

.header-line__menu {
    height: 100%;
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: center;
    align-items: center;
    /*padding: 0 100px 0 0;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-line__menu-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-line__menu-item:not(:last-of-type) {
    margin-right: 35px;
}

.header-line__menu-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    color: #ff8a00;
    text-transform: uppercase;
    font-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.catalog-new__catalog {
    /*padding-top: 50px;*/
}

.additional-products__container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    justify-content: center;
    /*margin-bottom: -10px;*/
}

.additional-products__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 45px;
   /* background-color: #f4f4f4;*/
}

.additional-products__product-pic-block {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
}

.additional-products__product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.additional-products__heading,
.additional-products__product-brand,
.additional-products__product-name,
.additional-products__product-desc {
    color: #1b375f;
}

.additional-products__product-brand {
    margin-bottom: 10px;
}

.additional-products__product-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.additional-products__heading {
    margin: 0 0 20px;
    padding: 0 10px;
    font-weight: bold;
}

.additional-products__product:hover *,
.additional-products__product:focus * {
    text-decoration: none;
}

.additional-products__product-desc {
    text-align: center;
}

.additional-products__product-desc p:last-child {
    margin-bottom: 0;
}

.additional-products__product-desc > .additional-products__product-desc-text {min-height: 155px;}

.catalog-element__top-block {
    width: 100%;
    padding: 45px;
    background-color: #f4f4f4;
}

.catalog-element__left-block,
.catalog-element__right-block {
    width: calc(50% - 15px);
}
.catalog-element__left-block {background-color: #f4f4f4; padding: 45px 15px 45px 25px;}
.catalog-element__right-block {padding: 45px 25px 45px 15px;}
.catalog-element__main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0px;

}

.catalog-element__image {
    width: 100%;
    height: auto;
}

.catalog-element__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    min-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-color: #f4651a;
    outline: none;
    transition: background-color .28s ease;
    cursor: pointer;
}

.catalog-element__btn:hover,
.catalog-element__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f57430;
}

.catalog-element__btn:not(:last-child) {
    margin-bottom: 15px;
}

.element__nav {
    display: flex;
    flex-direction: column;
}

.catalog-element__name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #273a60;
    width:100%;
}

.catalog-element__brand {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #273a60;
}

.catalog-element__desc {
    color: #273a60;
}

.catalog-element__desc h3 {
    font-weight: bold;
    margin: 0 0 15px;
}

.catalog-element__desc p:last-child {
    margin-bottom: 0;
}

.catalog-element__slogan-phrase {
    font-weight: 900;
    font-size: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

.catalog-element__slogan-phrase--main {
    color: #273a60;
}

.catalog-element__slogan-phrase--accent {
    color: #f4651a;
}

.catalog-element__left-top {
    margin-bottom: 70px;
}

.catalog-element__name-price {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.catalog-element__price {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    font-size: 20px;
}

.catalog-element__price-vals {
    display: flex;
    margin: 0 0 0 10px;
    font-size: 20px;
}
.catalog-element__price-vals u {text-decoration: line-through;}
.catalog-element__price-currency {
    margin-left: 5px;
}

.catalog-element__price-value {
    color: #f4651a;
    font-weight: bold;
}

.catalog-element__price span {
    display: block;
}

.catalog-element__top-link {
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    color: #ff8a00;
}

.catalog-element__top-slogan {
    margin-bottom: 22px;
}

.catalog-element__top-link::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #f4651a;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon-plus.svg");
    transform: translateY(-50%);
}

.catalog-element__slider-block {
    width: calc(50% - 5px);
    margin-bottom: 25px;
    /*margin-right: 10px;*/
}

.catalog-element__slider-img {
    max-width: 100%;
}

.catalog-element__chars-block {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
    margin-bottom: 25px;
    margin-left: auto;
    padding: 50px 25px 25px;
    background-color: #f4f4f4;
}

.catalog-element {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(100% - 70px);
}

.catalog-element__chars-heading {
    margin: 0 0 40px;
    color: #ff8a00;
    font-weight: bold;
    font-size: 18px;
}

.catalog-element__chars-block .catalog-items__item-chars {
    margin-bottom: 25px;
}

.catalog-element__slider-slide {
    width: 100%;
}

.catalog-element__slider {
    position: relative;
    height: 100%;
}

.catalog-element__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    transform: translateY(-50%);
    outline: none;
    border: none;
    background-color: #ff8a00;
    transition: background-color .28s ease;
}

.catalog-element__slider .slick-arrow:hover,
.catalog-element__slider .slick-arrow:focus {
    background-color: #f4651a;
}

.catalog-element__slider .slick-prev {
    left: 15px;
    background-image: url("../img/icon-arrow-left.svg");
}

.catalog-element__slider .slick-next {
    right: 15px;
    background-image: url("../img/icon-arrow-right.svg");
}

.catalog-element__slider .slick-list {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.catalog-new__return-btn-container--element {
    left: 115px;
}

.catalog-element__slider .slick-dots li {
    bottom: 25px;
    display: inline-block;
}

.catalog-element__slider .slick-dots li button {
    display: block;
}

.slick-dots li.slick-active button::before {
    color: #ff8a00;
}

.accessories {
    width: 100%;
    max-width: 500px;
    min-height: 35px;
    background-color: #fff;
    border: 1px solid #ff8a00;
    cursor: pointer;
}

.accessories--open {
    position: relative;
}

.accessories,
.accessories * {
    box-sizing: border-box;
}

.accessories__options-list {
    position: absolute;
    top: 100%;
    left: -1px;
    /*display: flex;*/
    display: none;
    width: calc(100% + 2px);
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    z-index: 1;
}

.accessories--open .accessories__options-list {
    display: flex;
}

.accessories--open .accessories__default-option {
    background-image: url("../img/icon-arrow-up.svg");
}

.accessories__default-option {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    padding: 0 12px;
    color: #000;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url("../img/icon-arrow-down.svg");
}

.accessories__default-option:hover,
.accessories__default-option:focus {
    text-decoration: none;
}

.accessories__option {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 35px;
    padding-right: 10px;
    padding-left: 40px;
    color: #ff8a00;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    /*background-image: url("../img/icon-check.svg");*/
    transition: color .28s ease;
}

.accessories__option::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #ff8a00;
    border-radius: 2px;
    transform: translateY(-50%);
}

.accessories__option--active {
    background-image: url("../img/icon-check.svg");
}

.accessories__option--active::before {
    display: none;
}

.accessories__option:hover,
.accessories__option:focus {
    color: #337ab7;
    text-decoration: none;
}

.accessories__option-img {
    position: absolute;
    top: 0;
    left: -215px;
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    width: 195px;
    height: 215px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.accessories__option:hover .accessories__option-img {
    display: flex;
}

.accessories__option-img-name {
    text-align: center;
    color: #000;
}

.accessories__option-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.accessories__option-price {
    margin-left: 10px;
    white-space: nowrap;
}

.basket-calendar__time-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.basket-calendar__time-option {
    display: none;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    min-height: 35px;
    padding: 5px;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: 1px solid #000;
    transition: all .28s ease;
    cursor: pointer;
}
.basket-calendar__time-option--active {display: flex;}
.basket-calendar__time-option--current {background: #f4651a;
    color: #fff;}

.basket-calendar__time-option:hover,
.basket-calendar__time-option:focus {
    color: #ff8a00;
    text-decoration: none;
    border-color: #ff8a00;
}

.basket-calendar__time-option:not(:last-child) {
    margin-bottom: 15px;
}

.basket-calendar__heading {
    margin: 0 auto 50px;
    text-align: center;
    color: #ff8a00;
    font-size: 22px;
}

.basket-calendar__date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket-calendar__calendar-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.basket-calendar__months {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin-bottom: 30px;
}

.basket-calendar__month-name {
    font-weight: bold;
}

.basket-calendar__month-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #fff;
    outline: none;
}

.basket-calendar__month-btn path {
    fill: #000;
    transition: fill .28s ease;
}

.basket-calendar__month-btn:hover path,
.basket-calendar__month-btn:focus path {
    fill: #ff8a00;
}

.basket-calendar__calendar-cell:not(.basket-calendar__calendar-cell--empty):not(.basket-calendar__calendar-cell--heading) {
    width: 60px;
    height: 60px;
    border-top: 1px solid #000;
}

.basket-calendar__calendar-cell {
    text-align: center;
    vertical-align: middle;
}

.basket-calendar__calendar {
    margin-bottom: 30px;
}

.basket-calendar__calendar-link {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: background-color .28s ease;
}

.basket-calendar__calendar-link--active:hover,
.basket-calendar__calendar-link--active:focus,
.basket-calendar__calendar-link--current {
    background-color: #ccc;
    cursor: pointer;
}

.basket-calendar__calendar-link:hover,
.basket-calendar__calendar-link:focus {
    text-decoration: none;
}

.basket-calendar__calendar-cell--heading {
    height: 50px;
}

.basket-calendar__calendar-link:not(.basket-calendar__calendar-link--active) .basket-calendar__calendar-date {
    color: lightgrey;
}

.catalog-side-menu {
    display: none;
}

.catalog-side-menu--biggest-screen {
    /*position: absolute;*/
    /*top: auto;*/
    /*left: 0;*/
    /*display: flex;*/

    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    min-width: 65px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 100;
}

.catalog-side-menu--biggest-screen::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}

.catalog-side-menu--biggest-screen {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.catalog-new__return-btn {
    left: -67px;
}

.catalog-side-menu--biggest-screen::before,
.catalog-side-menu--biggest-screen::after {
    position: fixed;
    content: "";
    left: 0;
    width: 65px;
    height: 40px;
    background-color: #000;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: .6;
    z-index: 2;
    transition: all .28s ease;
}

.catalog-side-menu--biggest-screen::before {
    top: 0;
    background-image: url("../img/icon-arrow-up-white.svg");
}

.catalog-side-menu--biggest-screen::after {
    bottom: 0;
    background-image: url("../img/icon-arrow-down-white.svg");
}

.catalog-side-menu--biggest-screen:hover::before,
.catalog-side-menu--biggest-screen:hover::after {
    opacity: 0;
    z-index: -1;
}

@media (max-width: 1365px) {
    .catalog-side-menu {
        display: flex;
    }

    .catalog-side-menu--biggest-screen {
        display: none;
    }

    .catalog-new__return-btn {
        left: 0;
    }
}

@media (max-width: 1663px) {
    /*.catalog-side-menu {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    flex-basis: 65px;*/
    /*    padding: 0;*/
    /*    margin: 0;*/
    /*    list-style: none;*/
    /*    background-color: #f5f5f5;*/
    /*}*/

    .catalog-items__item-gallery,
    .catalog-items__item-info,
    .catalog-items__item-nav {
        flex-basis: 33%;
    }
}

@media (max-width: 1199px) {
    .header-line__menu {
        padding: 0;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .catalog-items__item-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .catalog-items__item-btn {
        width: 100%;
        max-width: 250px;
    }

    .catalog-items__item-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .catalog-items__item {
        flex-wrap: wrap;
        padding-left: 10px;
    }

    .catalog-items__item-gallery {
        flex-basis: 100%;
    }

    .catalog-items__item-info {
        flex-basis: calc(50% - 10px);
        margin-right: 20px;
    }

    .catalog-items__item-nav {
        flex-basis: calc(50% - 10px);
    }

    .catalog-items__gift-product {
        height: 150px;
    }

    .catalog-element__main {
        padding: 45px 20px 20px;
    }

    .catalog-element__chars-block {
        padding: 35px 20px 20px;
    }

    .additional-products__product {
        padding: 20px;
    }

    .catalog-element__btn {
        font-size: 16px;
    }

    .catalog-element__slogan-phrase {
        font-size: 34px;
    }

    .header-line__menu-link {
        padding-left: 25px;
        font-size: 14px;
        background-size: 16px 16px;
    }

    .catalog-new__return-btn-container--element {
        left: 85px;
    }
}

@media (max-width: 767px) {
    .header-line__menu-link {
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        font-size: 0;
        /*background-image: none !important;*/
        background-size: 20px 20px;
    }

    .catalog-element__main {
        flex-direction: column-reverse;
    }

    .catalog-element__left-block,
    .catalog-element__right-block {
        width: 100%;
    }

    .catalog-element__nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .catalog-element__right-block {
        margin-bottom: 25px;
    }

    .catalog-element__left-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

    .catalog-element__top-slogan {
        margin-bottom: 0;
    }

    .catalog-element__slider-block,
    .catalog-element__chars-block {
        width: 100%;
        margin: 0 0 20px;
    }

    .catalog-element__slogan-phrase {
        font-size: 28px;
    }

    .catalog-element__top-slogan {
        margin-bottom: 15px;
    }

    .catalog-element__left-top {
        flex-direction: column;
    }

    .accessories__option-img {
        top: 40px;
        left: 0;
    }
}

@media (max-width: 575px) {
    .catalog-new__return-btn-container {
        left: 0;
    }

    .catalog-side-menu {
        display: none;
    }

    .catalog-items__item {
        flex-direction: column;
        padding-left: 0;
    }

    .catalog-items__item-gallery,
    .catalog-items__item-nav,
    .catalog-items__item-info {
        flex-basis: 100%;
        margin-right: 0;
    }

    .catalog-items__item-gallery,
    .catalog-items__item-nav {
        margin-bottom: 15px;
    }

    .catalog-items__item-desc {
        display: none;
    }

    .catalog-element {
        width: 100%;
    }

    .additional-products__container {
        width: 100%;
    }

    .additional-products__product {
        width: 100%;
        margin-right: 0;
    }

    .catalog-element__btn {
        font-size: 14px;
    }

    .catalog-element__name-price {
        flex-direction: column;
    }

    .catalog-element__brand,
    .catalog-element__name,
    .catalog-element__price {
        text-align: center;
    }

    .catalog-element__name {
        margin-bottom: 10px;
    }

    .catalog-element__price {
        margin-left: 0;
    }

    .catalog-new__return-btn-container--element {
        left: 20px;
    }
}

.header_cart {float: right;    margin-left: 25px;
    padding-top: 16px;}

.navbar-header .header_cart {
    float: right;
    margin-left: 17px;
    padding-top: 10px;
    margin-right: 25px;
    display: none;
}
.navbar-header .header_cart_count {
    top: -30px;
}
@media (max-width: 1365px) {
    .navbar-header .header_cart {display: block;}
}

.header_cart .bx-basket>a {position: relative;}
.header_cart_count {background: #f4651a;
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    top: -33px;}
.bx-basket-item-list-button-container {z-index: 9;}
.bx-basket-item-list-button-container a {background: #f4651a; border-color: #f4651a}
.bx-basket-item-list-button-container a:hover {background: #f48522; border-color: #f4651a}

.catalog-element__input-email, .catalog-element__input-email:focus{    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid;
outline: 0;}

.bx-basket {cursor: pointer;}
.bx-opener.active .bx-basket-item-list {    position: fixed; display: block;
    top: 0px;
    z-index: 999;
    height: 100%;}
.basket_bgr {position: fixed; display: none; top: 0px;
    width: 100%; height: 100%; z-index: 99; background: rgba(0,0,0,0.4)}
.hq-icon {
    font-family: hq_icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #f35321;
    position: absolute;
    top:1px; left:0;
}
.hq-icon-x1{font-size:1em}
.hq-icon-x2{font-size:2em}
.hq-icon-x3{font-size:3em}
.hq-icon-x4{font-size:4em}
.hq-icon-x5{font-size:5em}
.hq-icon-small{font-size:24px!important}
.hq-icon-medium{font-size:30px!important}
.hq-icon-large{font-size:50px!important}
.hq-icon-extralarge{font-size:130px!important}
.hq-icon-placeholder-old2:before{content:"\E001"}
.hq-icon-check:before{content:"\E002"}
.hq-icon-check-circle:before{content:"\E003"}
.hq-icon-clear-all:before{content:"\E004"}
.hq-icon-delete-forever:before{content:"\E005"}
.hq-icon-double-arrow:before{content:"\E006"}
.hq-icon-download-myaccount:before{content:"\E007"}
.hq-icon-externallink:before{content:"\E008"}
.hq-icon-fingerprint:before{content:"\E009"}
.hq-icon-fleet-sprite:before{content:"\E00A"}
.hq-icon-go-back-icon:before{content:"\E00B"}
.hq-icon-locator:before{content:"\E00C"}
.hq-icon-mode-edit:before{content:"\E00D"}
.hq-icon-save:before{content:"\E00E"}
.hq-icon-smart-home-int:before{content:"\E00F"}
.hq-icon-sync:before{content:"\E010"}
.hq-icon-category-accessories-and-parts:before{content:"\E011"}
.hq-icon-category-aerator:before{content:"\E012"}
.hq-icon-category-axes-and-tools:before{content:"\E013"}
.hq-icon-category-battery-series:before{content:"\E014"}
.hq-icon-category-blower:before{content:"\E015"}
.hq-icon-category-blowers:before{content:"\E016"}
.hq-icon-category-brands-team:before{content:"\E017"}
.hq-icon-category-brush-cutters:before{content:"\E018"}
.hq-icon-category-chainsaws:before{content:"\E019"}
.hq-icon-category-clearing-saw:before{content:"\E01A"}
.hq-icon-category-cultivators:before{content:"\E01B"}
.hq-icon-category-dethatcher:before{content:"\E01C"}
.hq-icon-category-earth-auger:before{content:"\E01D"}
.hq-icon-category-edger:before{content:"\E01E"}
.hq-icon-category-firewood-splitter:before{content:"\E01F"}
.hq-icon-category-front-lawn-mowers:before{content:"\E020"}
.hq-icon-category-garden-tractors:before{content:"\E021"}
.hq-icon-category-hedge-trimmers:before{content:"\E022"}
.hq-icon-category-hydro-walk-behind-mower:before{content:"\E023"}
.hq-icon-category-ice-auger:before{content:"\E024"}
.hq-icon-category-lawn-mowers:before{content:"\E025"}
.hq-icon-category-lubricant-and-fuel:before{content:"\E026"}
.hq-icon-category-pole-saws:before{content:"\E027"}
.hq-icon-category-power-cutters:before{content:"\E028"}
.hq-icon-category-pressure-washer:before{content:"\E029"}
.hq-icon-category-protective-equipment:before{content:"\E02A"}
.hq-icon-category-riders:before{content:"\E02B"}
.hq-icon-category-robotic-lawn-mowers:before{content:"\E02C"}
.hq-icon-category-snow-throwers:before{content:"\E02D"}
.hq-icon-category-sod-cutter:before{content:"\E02E"}
.hq-icon-category-stand-on-mower:before{content:"\E02F"}
.hq-icon-category-stump-grinder:before{content:"\E030"}
.hq-icon-category-tiller-cultivator:before{content:"\E031"}
.hq-icon-category-top-handle-chainsaws:before{content:"\E032"}
.hq-icon-category-trimmers:before{content:"\E033"}
.hq-icon-category-vacuum-cleaner:before{content:"\E034"}
.hq-icon-category-workwear:before{content:"\E035"}
.hq-icon-category-zero-turn:before{content:"\E036"}
.hq-icon-arrow-down:before{content:"\E037"}
.hq-icon-arrow-east:before{content:"\E038"}
.hq-icon-arrow-left:before{content:"\E039"}
.hq-icon-arrow-north:before{content:"\E03A"}
.hq-icon-arrow-right:before{content:"\E03B"}
.hq-icon-arrow-south:before{content:"\E03C"}
.hq-icon-arrow-up:before{content:"\E03D"}
.hq-icon-arrow-west:before{content:"\E03E"}
.hq-icon-avatar:before{content:"\E03F"}
.hq-icon-download:before{content:"\E040"}
.hq-icon-dealer-locator:before{content:"\E041"}
.hq-icon-reseller:before{content:"\E042"}
.hq-icon-servicing-workshop:before{content:"\E043"}
.hq-icon-premium-dealer:before{content:"\E044"}
.hq-icon-contact-us:before{content:"\E045"}
.hq-icon-street-address:before{content:"\E046"}
.hq-icon-phone-number:before{content:"\E047"}
.hq-icon-e-mail-address:before{content:"\E048"}
.hq-icon-opening-hours:before{content:"\E049"}
.hq-icon-wishlist:before{content:"\E04A"}
.hq-icon-shopping-basket:before{content:"\E04B"}
.hq-icon-log-in:before{content:"\E04C"}
.hq-icon-search:before{content:"\E04D"}
.hq-icon-newsletter:before{content:"\E04E"}
.hq-icon-sound:before{content:"\E04F"}
.hq-icon-play-button:before{content:"\E050"}
.hq-icon-print-page:before{content:"\E051"}
.hq-icon-pdf-document:before{content:"\E052"}
.hq-icon-faqs:before{content:"\E053"}
.hq-icon-manuals-and-downloads:before{content:"\E054"}
.hq-icon-product-registration:before{content:"\E055"}
.hq-icon-link:before{content:"\E056"}
.hq-icon-locate:before{content:"\E057"}
.hq-icon-minus:before{content:"\E058"}
.hq-icon-plus:before{content:"\E059"}
.hq-icon-star-half:before{content:"\E05A"}
.hq-icon-star:before{content:"\E05B"}
.hq-icon-view:before{content:"\E05C"}
.hq-icon-x-mark:before{content:"\E05D"}
.hq-icon-social-vk:before{content:"\E05E"}
.hq-icon-social-email:before{content:"\E05F"}
.hq-icon-social-facebook:before{content:"\E060"}
.hq-icon-social-flicker:before{content:"\E061"}
.hq-icon-social-instagram:before{content:"\E062"}
.hq-icon-social-pinterest:before{content:"\E063"}
.hq-icon-social-twitter:before{content:"\E064"}
.hq-icon-social-youtube:before{content:"\E065"}
.hq-icon-cutting-height:before{content:"\E066"}
.hq-icon-cutting-width:before{content:"\E067"}
.hq-icon-engine-motor:before{content:"\E068"}
.hq-icon-transmission:before{content:"\E06A"}
.hq-icon-capacity:before{content:"\E06B"}
.hq-icon-drive-system:before{content:"\E06C"}
.hq-icon-cutting-deck:before{content:"\E06D"}
.hq-icon-equipment:before{content:"\E06E"}
.hq-icon-dimensions:before{content:"\E06F"}
.hq-icon-material:before{content:"\E070"}
.hq-icon-style-sizes:before{content:"\E071"}
.hq-icon-lubricant:before{content:"\E072"}
.hq-icon-sound-noise:before{content:"\E073"}
.hq-icon-vibration:before{content:"\E074"}
.hq-icon-emission:before{content:"\E075"}
.hq-icon-approval:before{content:"\E076"}
.hq-icon-weight:before{content:"\E077"}
.hq-icon-width:before{content:"\E078"}
.hq-icon-height:before{content:"\E079"}
.hq-icon-knife-length:before{content:"\E07A"}
.hq-icon-bar-length:before{content:"\E07B"}
.hq-icon-power:before{content:"\E07C"}
.hq-icon-volume-m3:before{content:"\E07D"}
.hq-icon-speed:before{content:"\E07E"}
.hq-icon-area-m2:before{content:"\E07F"}
.hq-icon-battery:before{content:"\E080"}
.hq-icon-type-method:before{content:"\E081"}
.hq-icon-time:before{content:"\E082"}
.hq-icon-usp-all-accessories:before{content:"\E083"}
.hq-icon-usp-designed-for-tough-work:before{content:"\E084"}
.hq-icon-usp-easy-start:before{content:"\E085"}
.hq-icon-usp-easy-to-manoeuvre:before{content:"\E086"}
.hq-icon-usp-efficiently:before{content:"\E087"}
.hq-icon-usp-lightweight:before{content:"\E088"}
.hq-icon-usp-low-fuel-consumption:before{content:"\E089"}
.hq-icon-usp-person:before{content:"\E08A"}
.hq-icon-usp-powerful:before{content:"\E08B"}
.hq-icon-usp-quiet:before{content:"\E08C"}
.hq-icon-usp-use-for-many-purposes:before{content:"\E08D"}
.hq-icon-usp-use-with-ease:before{content:"\E08E"}
.hq-icon-usp-wide-range:before{content:"\E08F"}
.hq-icon-placeholder-old:before{content:"\E090"}
.hq-icon-crown-dealer:before{content:"\E091"}
.hq-icon-dusters-misters:before{content:"\E092"}
.hq-icon-sprayers:before{content:"\E093"}
.hq-icon-placeholder:before{content:"\E094"}

/*body.header_fixed:not(.is_main) {padding-top: 125px;}*/
/*body.header_fixed:not(.is_main) header {position: fixed; top:0px; width: 100%; z-index: 100;}*/

body.header_fixed {padding-top: 125px;}
body.header_fixed .header__fixe-wrap {position: fixed; top:0px; width: 100%; z-index: 100;}


.catalog-items__resume-total--gift .catalog-items__resume-total-value {text-decoration: line-through;}

.show_more {background: url('../img/icon-arrow-down-orange.svg') no-repeat right 2px; padding-right: 20px; background-size: 15px auto;margin-bottom:7px;border-bottom: 1px dotted #f57430; display: inline-block !important; color: #000; text-decoration: none;}
.show_more:hover { text-decoration: none;}
.show_more {}
.show_more.up {background: url('../img/icon-arrow-up-orange.svg') no-repeat right 2px; background-size: 15px auto;}

.additional-products__product-desc-text p[aria-expanded="true"] {
    margin-bottom: 3px;
}

.additional-products__product-desc .catalog-element__chars-heading {margin-bottom: 15px;}
.additional-products__product-desc .catalog-items__item-chars {margin-bottom: 20px;  min-height: 155px;}

.trigger_in_prod {width: 100%;}
.trigger_in_prod .trig {padding-top: 0px;}

.popup-window-titlebar-close-icon {background: #f57430;
    border-radius: 50%;
    opacity: 1;
    top: -12px;
    right: -12px;
}
.popup-window-close-icon:after {
    top: 9px;
    left: 9px;
    transform: none;
    background: url('../img/icon__close.svg');
    background-size: cover;
}
.popup-window-content a {display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 40px;
    color: #f4651a;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #d3d3d3;
    transition: border-color .28s ease;
}
.popup-window-content a:hover, .popup-window-content a:focus {
    border-color: #f4651a;
    color: #f4651a;
    text-decoration: none;
}
@media (min-width: 1570px) {
    footer > .navbar > .container {
        position: relative;
    }

    footer > .navbar > .container:after {
        display: block;
        content: '';
        position: absolute;
        top: 30px;
        right: -200px;
        width: 200px;
        height: 167px;
        background: url('/include/footer.png') no-repeat;
        background-size: contain;
    }
}
@media (max-width: 1250px) and (min-width: 400px) {
    footer > .navbar > .container {
        position: relative;
    }

    footer > .navbar > .container:after {
        display: block;
        content: '';
        position: absolute;
        top: 30px;
        right: 0px;
        width: 200px;
        height: 167px;
        background: url('/include/footer.png') no-repeat;
        background-size: contain;
    }
}


/*husqvarna-2*/
.section__catalog-slider {
    margin-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom:30px;
}
.section__catalog-slider .btn-prod {
     margin: 0 auto;
     display: block;
     max-width: 220px;
}
.section__product-list-desc h1,
.section__catalog-slider h1 {
    font-family: 'sf_ui_displayheavy';
    font-size: 36px;
    text-align: center;
    padding: 0 15px;
}
.catalog-slider {
    padding-top: 40px;
    max-width: 1400px;
    margin: 0 auto 50px;
}
.catalog-slider.slick-slider{
    margin-bottom: 50px;
}

.catalog-slider__item{
    padding: 0 6px;
    width: 33.333%;
    display: inline-block;
}
.catalog-slider__item__link:hover ~ .catalog-slider__item__link .link-text{
text-decoration: underline;
}
.catalog-slider .img-wrap {
    height: 300px;
    display: flex;
    align-items: center;
}
.catalog-slider__item__link img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.catalog-slider__item__link {
    width: 100%;
    /*padding: 6px 70px 8px;*/
    text-align: center;
    display: block;
    text-decoration: none;
}
.catalog-slider__item__link:hover {
    text-decoration: none
}

.catalog-slider__item__link h5 {
    font-family: 'sf_ui_displaysemibold';
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #f4651a;
    margin: 20px 0;
}
.catalog-slider__item__link .text {
    font-family: 'sf_ui_displaylight';
    font-size: 17px;
    color: #787878;
    font-weight: normal;
    /*padding: 0 20px;*/
    margin: 0 auto 5px;
    /*max-width: 450px;*/
    max-width: calc(100% - 40px);
    max-height: 75px;
    /*overflow: hidden;*/

}
.catalog-slider__item__link .link-text {
    font-family: 'sf_ui_displaylight';
    font-size: 17px;
    font-weight: 700;
    color: #f4651a;
    font-weight: normal;
    font-weight: 700;
}
.catalog-slider__item__link .link-text span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    padding-left: 5px;
}

.catalog-slider__item__link:hover .link-text {
    text-decoration: underline;
}
.catalog-slider .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    font-size: 0;
    text-decoration: underline;
    width: 36px;
    height: 77px;
    background-color: transparent;
    background-image: url("/local/templates/huskvarna/img/slider-arrow-left.png");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    outline:none;
    z-index: 2;
}
.catalog-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    font-size: 0;
    text-decoration: underline;
    width: 36px;
    height: 77px;
    background-color: transparent;
    background-image: url("/local/templates/huskvarna/img/slider-arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    outline:none;
        z-index: 2;
}

/*.catalog-slider__item .hide-desc[aria-expanded="true"] {*/
/*    height: 100%!important;*/
/*}*/

@media (max-width: 840px) {
    .catalog-slider .img-wrap {
        height: auto;
    }
    .catalog-slider__item__link img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 220px;
    }
    .catalog-slider__item__link .text {
        max-width: 610px;
    }
    .catalog-slider__item__link h5 {
        min-height: 64px;
         display: flex;
         align-items: center;
         text-align: center;
         justify-content: center;
     }
    .catalog-slider.slick-slider {
        margin-bottom: 20px;
    }
    .catalog-slider .slick-prev,
    .catalog-slider .slick-next {
        height: 47px;
        background-size: 20px;
    }
    .catalog-slider .slick-slider {
        width: 86%;
    }
}

.section__product-list {
    margin-top: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-top:20px
}
.default-title {
    color: #4d4d4f;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.default-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -147px;
    width: 114px;
    height: 1px;
    background-color: #4d4d4f;
    top: 50%;
    transform: translateY(50%);
    border-radius: 10px;
}
.default-title:after {
    content: "";
    display: block;
    position: absolute;
    right: -147px;
    width: 114px;
    height: 1px;
    background-color: #4d4d4f;
    top: 50%;
    transform: translateY(50%);
    border-radius: 10px;
}
.product-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.product-list__item {
    width: 300px;
    margin-bottom: 30px;
    margin-bottom:30px;
}
.product-list__item__img-wrap {
    border: 1px solid #f5f5f5;
    display: flex;
    margin-bottom: 20px;
    height: 300px;
    align-items: center;
}
.product-list__item__img-wrap:hover ~ .product-list__item__text  {
    text-decoration: underline;
}
.product-list__item__img-wrap img {
    width: 100%;
}
.product-list__item__text {
    font-family: 'sf_ui_displaylight';
    color: #4d4d4f;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 10px;
    display: block;
}
.section-catalog-main .product-list__item__text {font-size: 22px;}
@media (max-width: 992px) {
    .product-list__item {
        width: 230px;
}
    .default-title:after,
    .default-title:before {
        display: none;
    }
}
@media (max-width: 780px) {
    .product-list {
        max-width: 300px;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .product-list__item__img-wrap {
        margin-bottom: 10px;
    }
}

.section__product-list-desc {
    padding-top: 40px;
    display: block;
    padding-bottom: 20px;
}
.container-1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.product-list-desc {
    display: flex;
    justify-content: center;
    padding-top:40px;
    flex-wrap: wrap;
    column-gap: 15px;
}
.product-list-desc__item {
    width: calc(20% - 12px);
    overflow: hidden;
    display:flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.product-list-desc__item .link-more {
    opacity: 0;
    transition: 0.1s;
}
.product-list-desc__item:hover .link-more {
    opacity: 1;
}

.product-list-desc__item img {
   /* width: 100%;*/
}
.product-list-desc__item input {
    display: none;
}

.product-list-desc__item__title {
    font-family: 'sf_ui_displaysemibold';
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    min-height: 54px;
    color: #000;
    margin: 10px 0;
}
.product-list-desc__item .hide-desc {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'sf_ui_displaylight';
    margin-bottom:0px;
}
.catalog-slider__item .link-more,
.product-list-desc__item .link-more {
    background: url(/local/templates/huskvarna/img/icon-arrow-down-orange.svg) no-repeat right 2px;
    padding-right: 20px;
    background-size: 15px auto;
    border-bottom: 1px dotted #f57430;
    color: #000;
    text-decoration: none;
    display: block!important;
    width: max-content;
    margin: 0 auto 15px;
}
.catalog-slider__item .link-more.link-more--up,
.product-list-desc__item .link-more.link-more--up {
    background: url(/local/templates/huskvarna/img/icon-arrow-up-orange.svg) no-repeat right 2px;
    background-size: 15px auto;
    margin-top: 10px;
    opacity: 1;
}
.product-list-desc__item .btn-prod {
    margin: 0 auto;
    display: block;
    width: max-content;
}

@media (max-width: 1200px) {
    .product-list-desc__item__title {
        font-size: 20px;
        line-height: 22px;
        min-height: 44px;
}
   .product-list-desc__item {
       width: calc(25% - 12px);
    }
}
@media (max-width: 900px) {
    .product-list-desc {
        max-width: 700px;
        margin: 0 auto;
    }
    .product-list-desc__item {
        width: 48%;
    }
    .product-list-desc__item .link-more{
        opacity: 1;
    }
}


@media (max-width: 450px) {
    .product-list-desc {
        justify-content: center;
    }
    .product-list-desc__item {
        width: 80%;
    }
    header .logo {
        height: 44px;
        width: 100px;
    }
}

.biger_image {
    overflow:hidden;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biger_image img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    max-height: 150px;
    max-width: 100%;
}

.section-catalog-main .biger_image img {max-height: 300px;}

.biger_image img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.group__btns {display: flex;flex-wrap: wrap}
.group__btns .btn_rash {width: 100%; margin-right: 15px;}
.btn_rash {max-width: 200px; margin-bottom: 15px;}

.carousel-indicators {
    bottom: 15px;
    min-height: 42px
}

.carousel-caption {
    padding-bottom: 5.3%;
}
.carousel-indicators .active,
.carousel-indicators li {
    margin-bottom: 5px;
}

.carousel-caption .zagolovok {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}

.basket-link {
    display: block;
    background-color: #fff;
    padding: 13px 22px 8px 7px;
    border-radius: 4px;
}
.header_cart_count {
    padding: 4px;
    top: 5px;
    right: 9px;
    line-height: 8px;
}
.catalog-items__item-desc>div[data-readmore] {
    margin-bottom: 4px;
}
.catalog-unslick {
    /*display: flex;*/
    flex-wrap: wrap;
    padding: 40px 0px 0;
    width: 94%;
}
.catalog-unslick .catalog-slider__item {
    margin-bottom: 40px;
    vertical-align: top;
}

@media (min-width: 768px) and (max-width: 1261px) {
    .catalog-unslick{
        width: 88%;
    }}

@media (max-width: 1500px) {
    .carousel-caption {
        right: 0;
        left: 10%;
        width: 80%;
    }
}

@media (max-width: 1365px) {
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption {
        padding-bottom: 60px;
    }

    .carousel-caption .zagolovok {
        font-size: 40px;
        line-height: 55px;
        min-height: 220px;
    }
    .navbar-header .header_cart {
        padding-top: 8px;
    }
    .navbar-header .header_cart_count {
        top: -2px;
        right: 7px;
    }
    .basket-link {
        padding: 7px 19px 6px 7px;
    }
    .catalog-element {
        width:100%;
    }
}

@media (max-width: 1099px) {
.catalog-unslick .catalog-slider__item {
    width: 50%;
}
}
@media (max-width: 1060px) {
    .carousel-caption {
        padding-bottom: 50px;
    }
    .carousel .btn-info {
        margin-top: 10px;
    }
    .carousel-caption .zagolovok {
        font-size: 35px;
        line-height: 45px;
        min-height: 200px;
        display: flex;
        align-items: center;
    }

}
@media (max-width: 991px) {
    .trig_items {
        max-width: 270px;
        width: 100%;
    }
}

@media (max-width: 980px) {
    .carousel-caption .zagolovok {
        min-height: 140px;
        margin-bottom: 0;
    }
}


@media (max-width: 875px) {
    .carousel-caption .zagolovok {
        font-size: 29px;
        line-height: 38px;
    }

}

@media (max-width: 839px) {
    .catalog-unslick .catalog-slider__item {
        width: 100%;
        max-width: 81%;
    }
    .catalog-unslick {
        text-align: center;
        width:100%
    }
}


@media (max-width: 768px) {
    .catalog-unslick .catalog-slider__item {
        width: 100%;
        max-width: 79%;
    }
    .trig {
        padding: 25px 20px 20px 20px;
    }

}
@media (max-width: 520px){
    .catalog-unslick .catalog-slider__item {
        max-width: 76%;
    }
}

@media (max-width: 450px) {
    header .navbar-brand {
        padding: 7px 5px;
    }
    header .navbar-toggle {
        margin-right: 5px;
    }
    .navbar-header .header_cart {margin: 0 5px;}
    .search-header.mobile {
        margin-right: 0;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    background: #fff;
}
.free_delivery_icon {padding-right: 10px;}

.preview-block__btn {
    max-width: 350px;
    margin-top: 35px;
}

.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}

@media (min-width:1366px) {
    .desktop-hidden {
        display: none !important;
    }
}

.show-all-shem {font-size: 28px;}
.show-all-shem i {
    position: relative; top: 5px;}
.show-all-shem a {color: #000;}

.regular .show_full_img {width: 100%;
    text-align: center;
    display: inline-block;}

.catalog-items__resume-delivery-name {flex-grow: 1; color: #000; text-decoration: underline;}

.header-line__menu-link {position: relative}
.favorite-count {position: absolute; background: #ed7102; color: #fff; height: 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center; top: 4px; left: 20px;    font-size: 12px;
    padding: 2px 4px;}
@media (max-width: 767px) {
    .favorite-count {top:-5px; left: 17px;}
}

.header-line .container {
    display: flex;
    justify-content: center;
}
.header-line__links {
    position: relative;
    display: flex;
    margin-left: 20px;
    float: left;
    column-gap: 10px;
    padding-top: 3px;
    color: #000;
}

.header-line__links__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 17px;
    font-family: 'sf_ui_displaylight';
    color: #000;
}

.header-line__links__item:hover {
    color: #23527c;
    text-decoration: underline;
}


.header-img-viking:after {
content: "";
    position: relative;
    display: block;
    width: 80px;
    background-image: url(../img/header-viking.png);
    background-repeat: no-repeat;
    height: 26px;
    background-size: 80px;
    background-position: center;
    border-radius: 5px;
}
.header-img-stihl:after {
content: "";
    position: relative;
    display: block;
    width: 80px;
    background-image: url(../img/header-stihl.png);
    background-repeat: no-repeat;
    height: 26px;
    background-size: 80px;
    background-position: center;
    border-radius: 5px;
}

@media (max-width:991px) {
.header-line__menu-item:not(:last-of-type) {
    margin-right: 20px;
}
}

@media (max-width:991px) {
.header-line__links {
    margin-left: 40px;
}
}

.header-line__menu-link--phone {
    white-space: nowrap;
}
@media (max-width:1365px) {
    body.header_fixed {
        padding-top: 102px;
    }
}


@media (max-width: 1200px) and (min-width: 901px) {
    .product-list-desc__item__title {
        margin-top: 0;
    }
}
@media (max-width: 650px) and (min-width: 501px) {
    .product-list-desc__item__title {
        margin-top: 0;
    }
}


@media (min-width: 768px) {
    .navbar-right~.navbar-right {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        width: fit-content;
    }
}

@media (max-width: 900px) {
    .product-list-desc__item {
        width: calc(50% - 8px)!important;
        margin-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .product-list-desc__item {
        width: 100%!important;
        margin-bottom: 10px;
    }
    .product-list-desc__item__title {
        min-height: auto;
    }
}

.available_text {text-align: right; font-weight: bold; padding: 10px 0;}
.catalog-element__main .available_text {padding-top: 0;}
.table-prise .available_text {text-align: center;}
.table-search .available_text {text-align: center; font-size: 12px;}
.block-fullimg img {max-width: 100%;}

.delivery_eu {color: #fff; background: #ed7102; padding: 4px; display: inline-block; margin-top:10px;}
.order_eu_text {color:red; padding: 0 0 20px;  font-weight: bold;}
.order_eu_checkbox {text-align: right;}
.order_eu_checkbox label {cursor:pointer; color: #fff; background: #ed7102; padding: 8px; font-weight: bold; font-size: 16px;}
.btn.checkout.disabled {opacity: 0.5; cursor: default;}

.block-picking {padding-top: 50px;}