

/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog/.default/style.css?1542883164417*/
.alfasintez-catalog-top-sections-cell
{
    padding-top: 30px;
}
.alfasintez-catalog
{
    display: flex;
    justify-content: space-between;
}
.alfasintez-catalog > .left-col
{
    width: 300px;
}
.alfasintez-catalog > .left-col > .filter
{
    margin-bottom: 15px;
}
.alfasintez-catalog > .right-col
{
    width: calc(100% - 300px - 45px);
}
.alfasintez-catalog > .right-col > .description
{
    margin-top: 45px;
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/main.share/.default/style.css?1542883164476*/
.alfasintez-share-item
{
    align-items: center;
    background-color: #8DC04B;
    border-radius: 16px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-size: calc(1rem + 2px);
    justify-content: center;
    transition: 0.5s;
    width: 32px;
    height: 32px;
}
.alfasintez-share-item:not(:last-child)
{
    margin-right: 10px;
}
.alfasintez-share-item:hover,
.alfasintez-share-item:active,
.alfasintez-share-item:focus
{
    background-color: #86B747;
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components//bitrix/system.pagenavigation/.default/style.css?15428831641473*/
/* -------------------------------------------------------------------- */
/* ---------------------------- clear style --------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-pager a,
.alfasintez-pager a:visited,
.alfasintez-pager a:hover,
.alfasintez-pager a:active,
.alfasintez-pager a:focus {
    color: inherit;
    text-decoration: none;
}
/* -------------------------------------------------------------------- */
/* ------------------------------ pager ------------------------------- */
/* -------------------------------------------------------------------- */

.alfasintez-pager {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
}

.alfasintez-pager .page,
.alfasintez-pager .switcher {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    width: 37px;
    padding: 3px 0;
    color: #adacac;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 3px;
    margin-right: 5px;
}

.alfasintez-pager .page:last-child,
.alfasintez-pager .switcher.forward {
    margin-right: 0;
}

.alfasintez-pager .page.selected {
    background-color: #8dc04b;
    color: #fff;
    text-shadow: none;
    border: none;
}

.alfasintez-pager .space {
    display: flex;
    margin: 0 10px;
    align-self: flex-end;
    color: #adacac;
    font-weight: 700;
    letter-spacing: 1px;
}

.alfasintez-pager .switcher.back {
    margin-right: 5px;
}

/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.section/slider/style.css?15428831641173*/
.alfasintez-catalog-items-slider, .alfasintez-catalog-items-noslider
{
    align-items: center;
    display: flex;
}

.alfasintez-catalog-items-noslider .navigation-poor
{
    width:  48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.5s;
}

.alfasintez-catalog-items-slider .navigation
{
    color: #8DC04B;
    cursor: pointer;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.5s;
    width:  48px;
    height: 48px;
}
.alfasintez-catalog-items-slider .navigation:hover,
.alfasintez-catalog-items-slider .navigation:active,
.alfasintez-catalog-items-slider .navigation:focus
{
    color: #86B747;
}
.alfasintez-catalog-items-slider .slider-block, .alfasintez-catalog-items-noslider .slider-block
{
    align-items: center;
    display: flex;
    margin: 0 -15px;
}
.alfasintez-catalog-items-noslider .slider-block /* my changes resize */
{
    width: calc(100% - 48px * 2 + 30px);
}
.alfasintez-catalog-items-slider .slider-block .item, .alfasintez-catalog-items-noslider .slider-block .item{
    margin: 0 15px;
    width: 25%;
    max-width: 194px;
    max-height: 331px;
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.item/.default/style.css?15428831643677*/
/* -------------------------------------------------------------------- */
/* --------------------------- clear style ---------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-item-preview a,
.alfasintez-catalog-item-preview a:visited,
.alfasintez-catalog-item-preview a:hover,
.alfasintez-catalog-item-preview a:active,
.alfasintez-catalog-item-preview a:focus {
    color: inherit;
    text-decoration: none;
}
/* -------------------------------------------------------------------- */
/* ------------------------------- item ------------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-item-preview {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2dede;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.alfasintez-catalog-item-preview:hover,
.alfasintez-catalog-item-preview:active,
.alfasintez-catalog-item-preview:focus {
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s linear;
}

.alfasintez-catalog-item-preview *:nth-last-child(2) {
    flex-grow: 1;
}

.alfasintez-catalog-item-preview a img {
    height: 155px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.alfasintez-catalog-item-preview a.image {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.alfasintez-catalog-item-preview a.title {
    color:  #3d3d3d;
    font-size: calc(1em + 1px);
    font-weight: 700;
    min-height: calc(2rem + 4px);
    line-height: calc(1em + 1px);
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.alfasintez-catalog-item-preview a.title.native,
.alfasintez-catalog-item-preview:hover a.title.shorted {
    display: none;
}

.alfasintez-catalog-item-preview:hover a.title.native,
.alfasintez-catalog-item-preview a.title.shorted{
    display: inline-block;
}

.alfasintez-catalog-item-preview .props {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    max-height: 75px;
    overflow: hidden;
}

.alfasintez-catalog-item-preview .props span {
    display: none;
}

.alfasintez-catalog-item-preview .props span:nth-child(-n+3),
.alfasintez-catalog-item-preview .price span,
.alfasintez-catalog-item-preview:hover .props span {
    color: #8d8d8d;
    font-size: calc(1em - 3px);
    line-height: 20px;
    display: inline-block;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 5px;
}

.alfasintez-catalog-item-preview .price span:first-child {
    padding: 0;
}

.alfasintez-catalog-item-preview .price span {
    margin-bottom: 0;
}

.alfasintez-catalog-item-preview .price span:last-child {
    font-weight: 700;
    position: relative;
    padding: 0;
}

.alfasintez-catalog-item-preview .read-more .link {
    color: #7f7e7e;
    font-size: calc(1em - 3px);
    font-weight: 700;
    text-transform: uppercase;
}

.alfasintez-catalog-item-preview .read-more {
    width: 100%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.alfasintez-catalog-item-preview .price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 15px;
    height: 30px;
}

.alfasintez-catalog-item-preview .read-more .icon {
    background-color: #8dc04b;
    padding: 0 15px;
}

.alfasintez-catalog-item-preview .read-more .icon {
    color: #fff;
}

.alfasintez-catalog-item-preview .price .space {
    border-bottom: 1px dotted #8d8d8d;
    display: inline-block;
    padding: 0 10px;
}

.alfasintez-catalog-item-preview .rating {
    margin-top: 10px;
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/main.css?15428831642072*/
.alfasintez-catalog-items-detail
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.alfasintez-catalog-items-detail > .images
{
    width: 400px;
}
.alfasintez-catalog-items-detail > .preview
{
    text-align: justify;
    width: calc(100% - 400px - 45px);
}
.alfasintez-catalog-items-detail > .preview > .title
{
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.alfasintez-catalog-items-detail > .ask-form
{
    margin-top: 20px;
    text-align: right;
    width: 100%;
}
.alfasintez-catalog-items-detail > .offers
{
    margin-top: 40px;
    width: 100%;
}
.alfasintez-catalog-items-detail > .additional
{
    margin-top: 40px;
    width: 100%;
}
.alfasintez-catalog-items-detail > .detail
{
    margin-top: 20px;
    width: 100%;
}
/* -------------------------------------------------------------------- */
/* ----------------------------- ask form ----------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail-ask-form
{
    background-color: #FFF;
    border-radius: 4px;
    display: none;
    padding: 20px 40px;
    max-width: 400px;
}
.alfasintez-catalog-items-detail-ask-form > .close
{
    align-items: center;
    background-color: #8DC04B;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 20px;
    position: absolute;
    transition: 0.5s;
    right: -10px;
    top: -15px;
    width:  30px;
    height: 30px;
}
.alfasintez-catalog-items-detail-ask-form .close:hover,
.alfasintez-catalog-items-detail-ask-form .close:active,
.alfasintez-catalog-items-detail-ask-form .close:focus
{
    background-color: #86B747;
}
.alfasintez-catalog-items-detail-ask-form .title
{
    font-size: calc(1rem + 5px);
    font-weight: bold;
    line-height: calc(1rem + 5px);
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/images.css?15428831646773*/
/* -------------------------------------------------------------------- */
/* ---------------------------- main image ---------------------------- */
/* -------------------------------------------------------------------- */
.title-offer
{
    background-color: #8DC04B;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
    position: absolute;
    z-index: 1;
}
.alfasintez-catalog-items-detail > .images .main-image
{
    height: 350px;
    overflow: hidden;
    position: relative;
}
.alfasintez-catalog-items-detail > .images .main-image:not(.default)
{
    cursor: pointer;
}
.alfasintez-catalog-items-detail > .images .main-image img
{
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
/* -------------------------------------------------------------------- */
/* -------------------------- preview slider -------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail > .images .slider
{
    align-items: center;
    display: flex;
    margin: 10px -32px 0 -32px;
}
.alfasintez-catalog-items-detail > .images .slider .navigation
{
    color: #8DC04B;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    transition: 0.5s;
    width:  32px;
    height: 32px;
}
.alfasintez-catalog-items-detail > .images .slider .navigation:hover,
.alfasintez-catalog-items-detail > .images .slider .navigation:active,
.alfasintez-catalog-items-detail > .images .slider .navigation:focus
{
    color: #86B747;
}
.alfasintez-catalog-items-detail > .images .slider .slider-block
{
    align-items: center;
    display: flex;
    margin: 0 -2px;
    width: calc(100% - 30px * 2);
    height: 85px;
}
.alfasintez-catalog-items-detail > .images .slider .slider-block .item
{
    cursor: pointer;
    margin: 0 2px;
    overflow: hidden;
    width:  25%;
    height: 100%;
}
.alfasintez-catalog-items-detail > .images .slider .slider-block .item img
{
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
/* -------------------------------------------------------------------- */
/* --------------------------- image viewer --------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail-viewer
{
    background-color: #FFF;
    border-radius: 4px;
    display: none;
    padding: 20px 40px 0 40px;
    width:  800px;
    height: 600px;
}
.alfasintez-catalog-items-detail-viewer > .close
{
    align-items: center;
    background-color: #8DC04B;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 20px;
    position: absolute;
    transition: 0.5s;
    right: -10px;
    top: -15px;
    width:  30px;
    height: 30px;
}
.alfasintez-catalog-items-detail-viewer .close:hover,
.alfasintez-catalog-items-detail-viewer .close:active,
.alfasintez-catalog-items-detail-viewer .close:focus
{
    background-color: #86B747;
}
.alfasintez-catalog-items-detail-viewer .title
{
    border-bottom: 1px solid #E0DEE1;
    font-size: calc(1rem + 5px);
    font-weight: bold;
    line-height: calc(1rem + 5px);
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.alfasintez-catalog-items-detail-viewer .body
{
    align-items: center;
    display: flex;
    height: calc(600px - 20px - 40px);
}
/* ------------------------------------------- */
/* --------------- main slider --------------- */
/* ------------------------------------------- */
.alfasintez-catalog-items-detail-viewer .main-slider
{
    align-items: center;
    display: flex;
    width:  100%;
    height: calc(100% - 32px * 2);
}
.alfasintez-catalog-items-detail-viewer.with-slider .main-slider
{
    width: calc(100% - 150px);
}
.alfasintez-catalog-items-detail-viewer .main-slider .navigation
{
    color: #999;
    cursor: pointer;
    line-height: 48px;
    font-size: 48px;
    text-align: center;
    transition: .3s;
    width:  48px;
    height: 48px;
}
.alfasintez-catalog-items-detail-viewer .main-slider .navigation:hover,
.alfasintez-catalog-items-detail-viewer .main-slider .navigation:active,
.alfasintez-catalog-items-detail-viewer .main-slider .navigation:focus
{
    color: #86B747;
}
.alfasintez-catalog-items-detail-viewer .main-slider .slider-block
{
    align-items: center;
    display: flex;
    width:  calc(100% - 48px * 2);
    height: 100%;
}
.alfasintez-catalog-items-detail-viewer .main-slider .slider-block .item
{
    overflow: hidden;
    width:  100%;
    height: 100%;
}
.alfasintez-catalog-items-detail-viewer .main-slider .slider-block .item img
{
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
/* ------------------------------------------- */
/* ------------- vertical slider ------------- */
/* ------------------------------------------- */
.alfasintez-catalog-items-detail-viewer .vertical-slider
{
    align-items: center;
    display: flex;
    flex-direction: column;
    width:  150px;
    height: 100%;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .navigation
{
    color: #8DC04B;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    transition: 0.5s;
    width:  32px;
    height: 32px;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .navigation:hover,
.alfasintez-catalog-items-detail-viewer .vertical-slider .navigation:active,
.alfasintez-catalog-items-detail-viewer .vertical-slider .navigation:focus
{
    color: #86B747;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block
{
    display: flex;
    flex-direction: column;
    margin: -2px 0;
    overflow: hidden;
    width:  100%;
    height: calc(100% - 30px * 2);
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item
{
    border-left: 3px solid #FFF;
    cursor: pointer;
    margin: 2px 0;
    overflow: hidden;
    width:  100%;
    height: 25%;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item:hover,
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item:active,
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item:focus
{
    border-color: #8DC04B;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item.active
{
    border-color: #86B747;
}
.alfasintez-catalog-items-detail-viewer .vertical-slider .slider-block .item img
{
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/offers.css?15428831642744*/
/* -------------------------------------------------------------------- */
/* ---------------------------- clear style --------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail > table,
.alfasintez-catalog-items-detail > table th,
.alfasintez-catalog-items-detail > table td {
    border: none;
    padding: 0;
    margin:  0;
}
/* -------------------------------------------------------------------- */
/* ------------------------------- table ------------------------------ */
/* -------------------------------------------------------------------- */

.offers {
    border: 1px solid #d6dbdf;
}

.offers > table {
    width: 100%;
}

.offers > table thead tr {
    background-color: rgba(141, 192, 75, 0.1);
}

.offers > table thead tr th,
.offers > table tbody tr td {
    color: #535d69;
    text-align: center;
    font-size: calc(1em - 4px);
    border-right: 1px solid #d6dbdf;
    border-bottom: 1px solid #d6dbdf;
    font-weight: 700;
    line-height: 13px;
    padding: 5px 15px;
}

.offers > table thead tr th {
    border-right: none;
    padding: 5px 10px;
}

.offers > table tbody tr:last-child td {
    border-bottom: none;
}
/* -------------------------------------------------------------------- */
/* ---------------------------- socnet-buttons ------------------------ */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail .socnet-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(100% - 80%);
    margin-bottom: 8px;
    margin-left: auto;
}

.alfasintez-catalog-items-detail .socnet-buttons-inner {
    display: flex;
    align-items: center;
}

.alfasintez-catalog-items-detail .socnet-buttons .alfasintez-socnet-link {
    font-size: 25px;
    margin-right: 20px;
}

.alfasintez-catalog-items-detail .socnet-buttons .alfasintez-socnet-link:first-child {
    color: #dc4a3d;
}

.alfasintez-catalog-items-detail .socnet-buttons .alfasintez-socnet-link:nth-child(2) {
    color: #1ab2e8;
}

.alfasintez-catalog-items-detail .socnet-buttons .alfasintez-socnet-link:last-child {
    color: #3b5997;
    margin-right: 0;
}

.alfasintez-catalog-items-detail .socnet-buttons .socnet-title {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .alfasintez-catalog-items-detail .socnet-buttons-inner {
        display: flex;
        align-items: center;
        zoom: 2;
    }

    .alfasintez-catalog-items-detail .socnet-buttons {
        width: 100%;
        align-items: end;
    }

    .alfasintez-catalog-items-detail .socnet-buttons .socnet-title {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/colors.css?15428831641166*/
/* -------------------------------------------------------------------- */
/* ---------------------------- clear style --------------------------- */
/* -------------------------------------------------------------------- */
.alfasintez-catalog-items-detail > table,
.alfasintez-catalog-items-detail > table th,
.alfasintez-catalog-items-detail > table td {
    border: none;
    padding: 0;
    margin:  0;
}

/* -------------------------------------------------------------------- */
/* ----------------------------  style --------------------------- */
/* -------------------------------------------------------------------- */

.colors {
    margin: 30px 0;
    position: relative;
    width: calc(100% - 20%);
}

.colors .colors-content {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    vertical-align: text-top;
}

.colors .colors-title {
    font-weight: bold;
}

.colors .color-name {
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.colors img {
    border-radius: 20px;
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
}



/* End */


/* Start:/bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/relatedProducts.css?1542883164392*/
.relatedProducts{
    margin: 20px 0;
    width: 100%;
}

.relatedProducts .title-related-products{
    text-transform: uppercase;
    font-size: calc(1em + 7px);
    line-height: 24px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    color: #8DC04B;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;

}
/* End */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog/.default/style.css?1542883164417 */
/* /bitrix/templates/asintez_eu/components/bitrix/main.share/.default/style.css?1542883164476 */
/* /bitrix/templates/asintez_eu/components//bitrix/system.pagenavigation/.default/style.css?15428831641473 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.section/slider/style.css?15428831641173 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.item/.default/style.css?15428831643677 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/main.css?15428831642072 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/images.css?15428831646773 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/offers.css?15428831642744 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/colors.css?15428831641166 */
/* /bitrix/templates/asintez_eu/components/bitrix/catalog.element/.default/css/relatedProducts.css?1542883164392 */
