

/* Start:/local/templates/truck/components/bitrix/catalog/catalog/style.css?16753074741117*/
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */

.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width:479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.related-products .product-slider .slick-prev,
.related-products .product-slider .slick-next {
    top: -32px;
}

/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.element/catalog-element/style.css?16753074785312*/
/*BEGIN-DETAILED.HTML*/
.detailed-container {
    padding-top: 20px;
}

.detailed-container .head-detailed {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.detailed-container .detailed-slider {
    width: 40%;
    height: 371px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    overflow: hidden;
}

.detailed-container .detailed-info {
    width: 58%;
}

.detailed-info h2 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.detailed-info .options-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.detailed-info .options-container p {
    font-family: 'Roboto-Medium';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.13px;
    color: #333333;
    margin: 15px 0;
}

.detailed-info .options-container p span {
    font-family: 'Roboto-Regular';
}

.detailed-info .options-container .right {
    margin-left: 168px;
}

.detailed-info .info-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.detailed-info .info-footer .price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-left: 20px;
}

.detailed-info .info-footer .price .old-price {
    font-size: 16px;
    color: #cac9c9;
    text-decoration: line-through;
    margin-right: 16px;
}

.detailed-info .info-footer .price .new-price {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: #000000;
}

.detailed-info .info-footer .inbascet {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    margin-left: 30px;
}

.detailed-info .info-footer .inbascet:hover {
    background-color: #d4070e;
}

.detailed-info .info-footer .inbascet i {
    margin-right: 5px;
}

.detailed-info .info-footer .not-available {
    font-size: 17px;
    color: #d4180d;
}

.detailed-info .info-footer .smeshariki {
    display: flex;
    align-items: center;
    margin: 35px 0 25px 0;
    width: 100%;
    justify-content: space-between;
}

.detailed-container .text {
    margin: 50px 0;
}

.detailed-container .text p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
}

/* Слайдер */

.detailed-slider button {
    width: 30px;
    height: 30px;
    z-index: 9;
    text-align: center;
}

.detailed-slider button i {
    width: 5px;
    height: 8px;
    font-size: 13px;
    color: #999999;
}

.detailed-slider .slider-nav .slick-prev {
    left: 35%;
    top: -35px;
    transform: rotate(90deg);
}

.detailed-slider .slider-nav .slick-next {
    top: initial;
    bottom: -35px;
    right: initial;
    left: 38%;
    transform: rotate(90deg);
}

.detailed-slider .slider-nav {
    width: 20%;
    margin: 0 -10px;
}

.detailed-slider .slider-nav .slide {
    width: 90%;
    border: 1px solid #e1e1e1;
    margin: 3px 10px;
    padding: 5px;
}

.detailed-slider .slider-nav .slide .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 69px;
}

.detailed-slider .slider-for {
    width: 75%;
}

.detailed-slider .slider-for.single {
    width: 100%;
}

.detailed-slider .slider-for .slide {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    position: relative;
}

.detailed-slider .slider-for .slide a {
    position: relative;
    display: block;
    padding: 20px;
}

.detailed-slider .slider-for .slide a:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.detailed-slider .slider-for .slide .image {
    min-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* медиа */

@media (max-width: 991px) {

    .detailed-slider .slider-nav {
        width: 25%;
    }
}

@media (max-width: 767px) {

    .detailed-container {
        position: relative;
        padding-top: 37px;
    }

    .detailed-container .detailed-slider,
    .detailed-container .detailed-info {
        width: 100%;
    }

    .detailed-container .detailed-slider {
        flex-direction: row;
        justify-content: center;
    }

    .detailed-slider .slider-nav {
        width: 80px;
    }

    .detailed-slider .slider-for {
        width: 80%;
        margin-right: 10px;
    }

    .detailed-slider .slider-for .slide img {
        width: 143px;
        height: 215px;
    }

    .detailed-info h2 {
        position: absolute;
        top: 0;
        border-bottom: 0;
    }

    .detailed-info .options-container .right {
        margin-left: 40px;
    }

    .detailed-info .options-container p {
        font-size: 12px;
    }

    .detailed-container .custom-input-number {
        width: 96px;
        margin-right: auto;
    }

    .detailed-info .info-footer .inbascet {
        width: 170px;
        height: 50px;
    }

    .detailed-slider .slider-for .slide a:after {
        bottom: 0px;
        right: 10px;
    }

    .detailed-container .text {
        margin: 25px 0;
    }
}

@media (max-width: 400px) {

    .smeshariki {
        flex-direction: column;
    }

    .info-footer .price {
        margin-top: 10px;
        align-self: flex-end;
    }
}
/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.top/product-slider/section/style.css?167530798895*/
.product-slider .product-item-container,
.product-slider .product-unit {
    height: inherit;
}
/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.item/product-item/style.css?16753074822336*/
.product-unit {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.product-unit .head-slide {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.product-unit .head-slide .image {
    height: 202px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-unit .product-info {
    clear: both;
    padding: 15px 15px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.product-unit:hover .product-info .name a {
    color: #d4070e;
}

.product-unit:hover .product-info .inbascet {
    background-color: #d4070e;
}


.product-unit .product-info .name {
    margin-bottom: 10px;
    min-height: 60px;
}

.product-unit .product-info .name a {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #333;
}

.product-unit .product-info .price-box {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 10px;
}

.product-unit .product-info .price-box .price_old {
    margin-right: 10px;
    font-size: 16px;
}

.product-unit .product-info .price-box .price {
    font-size: 20px;
}

.product-unit .product-info .select-drop-magazine {
    margin-bottom: 10px;
}

.product-unit .footer-slide {
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-unit .footer-slide .counter {
    float: left;
    width: 81px;
    height: 41px;
    border-radius: 21px;
    border: 1px solid #e6e6e6;
    background-color: #ebebeb;
    line-height: 41px;
    text-align: center;
}

.product-unit .footer-slide .counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-unit .footer-slide .counter i {
    align-self: stretch;
    padding: 0 5px;
    cursor: pointer;
}

.product-unit .footer-slide .counter i:nth-child(2) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    cursor: inherit;
}

.product-unit .footer-slide .inbascet {
    float: right;
    line-height: 40px;
    text-align: center;
}

.product-unit .footer-slide .out-of-stock {
    display: block;
    font-size: 16px;
    padding: 10px 0;
}
/* End */
/* /local/templates/truck/components/bitrix/catalog/catalog/style.css?16753074741117 */
/* /local/templates/truck/components/bitrix/catalog.element/catalog-element/style.css?16753074785312 */
/* /local/templates/truck/components/bitrix/catalog.top/product-slider/section/style.css?167530798895 */
/* /local/templates/truck/components/bitrix/catalog.item/product-item/style.css?16753074822336 */
