.catalog-element__back-catalog
{
    width: auto;
}

.catalog-element__back-catalog a
{
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.catalog-element__back-catalog i
{
    font-size: 1.4em;

    color: #3693b3;
}

.catalog-element__back-catalog i:before
{
    position: relative;
    top: 2px;

    vertical-align: top;
}

.catalog-element__main
{
    max-height: 575px;
    margin-bottom: 2rem;
}

.catalog-element__photo-box
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(41.66666666666667% - 30px);
    width:         calc(41.66666666666667% - 30px);
    margin-right: 15px;
    margin-left: 15px;

    word-wrap: break-word;
}

.catalog-element__photo-box.big
{
    width: -webkit-calc(75% - 30px);
    width:         calc(75% - 30px);
}

.catalog-element__photo-box.big .photo__img-box:after
{
    padding-top: 50%;
}

.catalog-element__chars
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(33.333333333333336% - 30px);
    width:         calc(33.333333333333336% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 1rem;

    word-wrap: break-word;

    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}

.catalog-element__chars .chars__container .chars__list
{
    position: absolute;
    right: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    opacity: 0;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.catalog-element__chars .chars__container .chars__list.active
{
    -webkit-box-shadow: 0 5px 4px rgba(0,0,0,.1);
            box-shadow: 0 5px 4px rgba(0,0,0,.1);
}

.catalog-element__chars .chars__container .chars__list-item
{
    margin-right: 1rem;
    margin-left: 1rem;
}

.catalog-element__buy-list
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(25% - 30px);
    width:         calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 1rem;

    word-wrap: break-word;

    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap column;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
}

.catalog-element__code-order
{
    font-weight: 700;

    width: 100%;

    color: #939699;
}

.catalog-element__code-order span
{
    margin-left: .25rem;

    color: #d9572b;
}

.catalog-element__favorite
{
    width: auto;
}

.catalog-element__favorite i
{
    font-size: 1.333333333333333em;

    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

    color: #3693b3;
}

.catalog-element__favorite a.selected i
{
    color: #d9572b;
}

.catalog-element__favorite a:hover
{
    opacity: .7;
}

.catalog-element__addbasket
{
    margin: 1rem 0;
}

.catalog-element__cnt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.catalog-element__buy-one-click
{
    margin-top: auto;
}

.catalog-element__buy-sale
{
    margin-top: 1rem;
}

.catalog-element__sale-box
{
    font-weight: 700;

    width: 60%;
    padding-left: 1.5rem;
}

.catalog-element__sale-box span
{
    font-size: 1.333333333333333em;

    color: #d9572b;
}

.catalog-element__complect,
.catalog-element__kit-composition
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;

    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}

.catalog-element__desc-review,
.catalog-element__variants
{
    margin-bottom: 2rem;
}

.price
{
    font-weight: 700;

    margin-bottom: 1rem;
}

.price__new
{
    font-size: 4em;
    line-height: 1;

    letter-spacing: -.03em;

    color: #3693b3;
}

.price__new .rub
{
    font-size: .7em;
}

.price__old
{
    font-size: 1.333333333333333em;

    text-decoration: line-through;

    color: #939699;
}

.price__old i
{
    display: none;
}

.buy-list__box
{
    margin-bottom: 1rem;
}

.buy-list__top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: nowrap row;
        -ms-flex-flow: nowrap row;
            flex-flow: nowrap row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.buy-list__chars
{
    margin-top: auto;
}

.photo__img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: auto;

    -webkit-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

    background: url(/include/nophoto.png) center center/contain no-repeat;
}

.photo__img-box
{
    position: relative;

    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;

    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}

.photo__img-box:hover .photo__img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.photo__img-box:after
{
    display: block;

    padding-top: 100%;

    content: '';
}

.photo__slider-box
{
    margin-top: 1.5rem;
}

.photo__slider-box.owl-carousel .photo__slider-img
{
    height: 100%;
    padding-top: 100%;
}

.photo__slider-box.owl-carousel .owl-stage .owl-item.selected
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border: 2px solid #d9572b;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.photo__slider-box.no-slider
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}

.photo__slider-box.no-slider .photo__slider-img
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-calc(25% - 30px);
    width:         calc(25% - 30px);
    margin-right: 1rem;
    margin-left: 0;

    cursor: pointer;
    word-wrap: break-word;
}

.photo__slider-box.no-slider .photo__slider-img:after
{
    display: block;

    padding-top: 100%;

    content: '';
}

.photo__slider-img
{
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: center center/contain no-repeat #fff;
}

.cnt
{
    font-size: 2em;

    position: relative;

    width: 100%;
}

.cnt__val input
{
    text-align: center;

    color: #1f4e66;
}

.cnt__minus,
.cnt__plus
{
    position: absolute;
    top: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    cursor: pointer;

    color: #3693b3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.cnt__minus:focus,
.cnt__minus:hover,
.cnt__plus:focus,
.cnt__plus:hover
{
    color: #d9572b;
}

.cnt__plus
{
    right: 5%;
}

.cnt__minus
{
    left: 5%;
}

.desc-review__links
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.desc-review__links-item
{
    font-size: 1.133333333333333em;
    font-weight: 700;

    width: auto;
    padding: 1rem 2rem;

    cursor: pointer;
    text-align: center;

    color: #000;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    background-color: #e9ecf0;
}

.desc-review__links-item.active
{
    color: #3693b3;
    background-color: #fff;
}

.desc-review__blocks
{
    padding: 1rem;

    -webkit-border-radius: 0 5px 5px 5px;
            border-radius: 0 5px 5px;
    background-color: #fff;
}

.desc-review__blocks-item
{
    display: none;
}

.desc-review__blocks-item:first-child
{
    display: block;
}

.variants__top
{
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 1rem;

    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.variants__top-title
{
    font-size: 1.333333333333333em;

    width: 100%;

    color: #1f4e66;
}

.variants__top-title i
{
    vertical-align: middle;

    color: #d9572b;
}

.variants__top-show
{
    width: 20%;

    text-align: right;
}

.variants__top-show span
{
    color: #d9572b;
}

.variants__top-show i
{
    font-size: 1.333333333333333em;

    vertical-align: middle;

    color: #3693b3;
}

.variants__header
{
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 1rem;

    color: #939699;
    background-color: #e9ecf0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: nowrap row;
        -ms-flex-flow: nowrap row;
            flex-flow: nowrap row;
}

.variants__header-model
{
    width: 30%;
}

.variants__header-prop-1,
.variants__header-prop-2,
.variants__header-prop-3
{
    width: 10%;
}

.variants__header-price,
.variants__header-prop-4
{
    width: 20%;
}

.variants__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 1rem;

    border-bottom: 1px solid #e1e3e6;
    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: nowrap row;
        -ms-flex-flow: nowrap row;
            flex-flow: nowrap row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.variants__item.active .variants__item-model,
.variants__item.active .variants__item-price
{
    color: #3693b3;
}

.variants__item.active .variants__item-more a
{
    color: #939699;
    background-color: #e9ecf0;
}

.variants__item-model
{
    font-weight: 700;

    width: 30%;

    color: #1f4e66;
}

.variants__item-prop-1,
.variants__item-prop-2,
.variants__item-prop-3
{
    width: 10%;
}

.variants__item-prop-4
{
    width: 20%;
}

.variants__item-price
{
    font-size: 1.333333333333333em;
    font-weight: 700;

    width: 10%;

    color: #939699;
}

.variants__item-more
{
    width: 10%;
}

.chars__container
{
    padding: 0;
}

.chars__title
{
    margin-right: -1rem;
    margin-bottom: .5rem;
    margin-left: -1rem;
    padding: 0 1rem 1rem;

    border-bottom: 1px solid #e1e3e6;
}

.chars__title h5
{
    color: #293033;
}

.chars__list-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-top: .5rem;
    padding-bottom: .25rem;

    border-bottom: 1px solid #e1e3e6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.chars__list-name
{
    width: 80%;
    padding-right: .5rem;

    color: #939699;
}

.chars__list-prop
{
    font-weight: 700;

    width: 100%;
}

.chars__list-prop.right
{
    text-align: right;
}

.chars__show-all
{
    position: absolute;
    bottom: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 2.25rem 1rem 1rem;

    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 10px #fff;
            box-shadow: 0 -10px 10px #fff;
}

.chars__show-all.active
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.chars__show-all.active a i
{
    top: 0;
}

.chars__show-all a
{
    font-weight: 700;

    -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

.chars__show-all a i
{
    font-size: 1.2em;

    position: relative;
    top: -1px;

    vertical-align: top;

    color: #3693b3;
}

.chars__show-all a:hover i
{
    color: #d9572b;
}

@media screen and (max-width:960px)
{
    .catalog-element__main
    {
        max-height: 100%;
        margin-bottom: 1rem;
    }

    .catalog-element__photo-box
    {
        width: -webkit-calc(50% - 30px);
        width:         calc(50% - 30px);
    }

    .catalog-element__chars
    {
        width: -webkit-calc(100% - 30px);
        width:         calc(100% - 30px);
        margin-top: 1rem;

        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }

    .catalog-element__chars .chars__container .chars__list
    {
        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        opacity: 1;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: wrap row;
            -ms-flex-flow: wrap row;
                flex-flow: wrap row;
    }

    .catalog-element__chars .chars__container .chars__list-item
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 15px;
        margin-left: 15px;

        word-wrap: break-word;
    }

    .catalog-element__buy-list
    {
        width: -webkit-calc(50% - 30px);
        width:         calc(50% - 30px);
    }

    .catalog-element__desc-review,
    .catalog-element__variants
    {
        display: none;
    }

    .chars__show-all
    {
        display: none;
    }
}

@media screen and (max-width:960px) and (max-width:960px)
{
    .catalog-element__chars .chars__container .chars__list-item
    {
        width: -webkit-calc(33.333333333333336% - 30px);
        width:         calc(33.333333333333336% - 30px);
    }
}

@media screen and (max-width:960px) and (max-width:780px)
{
    .catalog-element__chars .chars__container .chars__list-item
    {
        width: -webkit-calc(50% - 30px);
        width:         calc(50% - 30px);
    }
}

@media screen and (max-width:960px) and (max-width:560px)
{
    .catalog-element__chars .chars__container .chars__list-item
    {
        width: -webkit-calc(100% - 30px);
        width:         calc(100% - 30px);
    }
}

@media screen and (max-width:780px)
{
    .catalog-element__buy-one-click
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .catalog-element__buy-sale
    {
        display: none;
    }

    .catalog-element__sale-box
    {
        width: auto;
    }

    .product-item-detail-info-container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        text-align: center;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .product-item-detail-info-container .price__old
    {
        margin-right: 1rem;
    }
}

@media screen and (max-width:560px)
{
    .catalog-element__photo-box
    {
        width: -webkit-calc(100% - 30px);
        width:         calc(100% - 30px);
        margin-bottom: 1rem;
    }

    .catalog-element__buy-list
    {
        width: -webkit-calc(100% - 30px);
        width:         calc(100% - 30px);
    }
}
