    @supports ((-o-object-fit: cover) or (object-fit: cover)) and ((-o-object-position: center center) or (object-position: center center))
{
}

.watch-history__image
{
    outline: inherit;
}
.watch-history__image > img
{
    max-width: 100%;
    max-height: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.watch-history__photo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 40%;
    padding-right: 10px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -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;
}

.watch-history__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 6px 0; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.watch-history__content .mt-auto
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.watch-history__title
{
    font-size: .8125rem;
    line-height: 15px;

    color: #2e3039;
}
@media only screen and (min-width: 1138px)
{
    .watch-history__title:hover
    {
        text-decoration: underline;

        color: #27aae1;
    }
}

.info-block-bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
}
.info-block-bottom__item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding: 40px 20px;
}
.info-block-bottom__item:first-child
{
    padding-left: 10px;
}
.info-block-bottom__item:last-child
{
    padding-right: 10px;
}
@media only screen and (min-width: 1440px)
{
    .info-block-bottom__item:not(:last-child)
    {
        border-right: 1px solid #ccc;
    }
}
@media only screen and (max-width: 1439px)
{
    .info-block-bottom__item
    {
        height: inherit;
        padding: 25px 10px;
    }
    .info-block-bottom__item:not(:last-child):after
    {
        position: absolute; 
        bottom: 0;
        left: 50%;

        width: 100vw;
        height: 1px;

        content: '';
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background: #ccc;
    }
}
.info-block-bottom__item > .d-flex
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.info-block-bottom__item .nopad
{
    padding-right: 0; 
    padding-left: 0;
}
.info-block-bottom__title
{
    font-family: 'Comfortaa', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.875rem;
}
.info-block-bottom__desc
{
    font-size: .8125rem;
    width: 100%;
    max-width: 80%; 

    color: #697180;
}
@media only screen and (max-width: 1137px)
{
    .info-block-bottom__desc
    {
        font-size: 1rem;

        color: #8893a6;
    }
}
@media only screen and (max-width: 575px)
{
    .info-block-bottom__desc
    {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.info-block-bottom__phones
{
    font-size: 20px;

    margin-top: 3px; 

    color: #2e3039;
}
.info-block-bottom__phones > a
{
    color: #2e3039;
}
.info-block-bottom__phones > a:hover
{
    border-bottom: 1px dashed #697180;
}
@media only screen and (max-width: 575px)
{
    .info-block-bottom__phones
    {
        margin-bottom: 15px;
    }
}
.info-block-bottom__footer .form-inline
{
    max-width: 430px;
}
@media only screen and (max-width: 1439px)
{
    .info-block-bottom__footer
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .info-block-bottom__footer a.btn
    {
        width: 250px;
        padding: .6rem .4rem;
    }
}
@media only screen and (max-width: 1137px)
{
    .info-block-bottom__footer
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .info-block-bottom__footer a.btn
    {
        padding: .8rem .4rem;
    }
}
@media only screen and (max-width: 575px)
{
    .info-block-bottom__footer
    {
        padding: 0;
    }
    .info-block-bottom__footer a.btn
    {
        width: 100%;
    }
}
.info-block-bottom .mt-auto
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.info-block-bottom .btn
{
    font-size: .75rem;
    font-weight: bold;

    padding: .6rem 2rem; 

    text-transform: uppercase;
}
@media only screen and (max-width: 575px)
{
    .info-block-bottom .btn
    {
        padding: .6rem 1rem;
    }
}

.watch-history__list
{
    padding: 10px 0 0;
}
@media only screen and (min-width: 1138px) and (max-width: 1439px)
{
    .watch-history__list .col-l-4
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}

.watch-history__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden; 
            flex-direction: row;

    height: 110px;
    padding: 10px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
@media only screen and (max-width: 767px)
{
    .watch-history__item
    {
        margin-bottom: 20px;
    }
}

.watch-history__title
{
    padding-bottom: 10px;
}

.watch-history__price .price,
.watch-history__price .price--sale
{
    font-size: 1rem;
    font-weight: bold;
}

.watch-history__price .price--old
{
    font-size: .9375rem;
    font-weight: normal;
}

.faq-block
{
    padding: 36px 40px;
}
@media only screen and (max-width: 575px)
{
    .faq-block
    {
        padding: 20px;
    }
    .faq-block > .row
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.faq-block__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.faq-block__title
{
    font-size: 1.875rem;

    margin-bottom: 30px;
}
@media only screen and (max-width: 575px)
{
    .faq-block__title
    {
        font-size: 1.25rem;
        font-weight: bold;
    }
}
.faq-block__list
{
    font-size: .8125rem;

    margin: 0; 
    padding: 0;

    list-style: none;

    color: #697180;
}
.faq-block__list > li:before
{
    font-family: 'Comfortaa', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px; 
    line-height: 22px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    content: attr(item-letter);

    color: #fff;
    -webkit-border-radius: 99em;
            border-radius: 99em;
    background: #27aae1;

    -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;
}
.faq-block__list > li:not(:last-child)
{
    margin-bottom: 10px;
}
.faq-block__list > li.icon:before
{
    font-family: 'icomoon' !important;
    font-size: 6px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.faq-block__bottom
{
    font-size: .8125rem;

    color: #697180;
}
@media only screen and (max-width: 575px)
{
    .faq-block__bottom
    {
        margin: 20px auto;
    }
}
.faq-block__block-question:not(:last-child)
{
    margin-bottom: 25px;
}
.faq-block__question
{
    font-family: 'Comfortaa', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px; 

    margin-bottom: 8px;

    color: #2e3039;
}
.faq-block__answer
{
    font-size: .8125rem;
    line-height: 1.54;

    position: relative; 

    padding-left: 35px;

    color: #697180;
}
.faq-block__answer [class^='icon-'],
.faq-block__answer [class*=' icon-']
{
    position: absolute;
    top: 0; 
    left: 0;
}
.faq-block__answer [class^='icon-']:before,
.faq-block__answer [class*=' icon-']:before
{
    font-size: 20px;
    line-height: 22px; 

    color: #27aae1;
}
.faq-block .mt-auto
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media only screen and (max-width: 1137px)
{
    .catalog__content .page__content.row
    {
        margin-right: -6px; 
        margin-left: -6px;
    }
}

.catalog__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 100%;

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

.catalog__item
{
    max-width: 16.666%;
    margin-bottom: 20px;
    padding: 0 10px; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666%;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
}
.catalog__item > .banner
{
    width: 100%; 
    margin: 0;
}
.catalog__item > .banner:not(.banner--horizontal)
{
    height: 460px;
}
@media only screen and (max-width: 1137px)
{
    .catalog__item > .banner:not(.banner--horizontal)
    {
        height: 376px;
    }
}
@media only screen and (max-width: 575px)
{
    .catalog__item > .banner:not(.banner--horizontal)
    {
        height: 300px;
    }
}
.catalog__item > .card
{
    width: 100%;
    margin-right: 0; 
    margin-left: 0;
}
@media only screen and (max-width: 1137px)
{
    .catalog__item > .card
    {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px)
{
    .catalog__item
    {
        max-width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
}
@media only screen and (min-width: 1138px) and (max-width: 1439px)
{
    .catalog__item
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
@media only screen and (max-width: 1137px)
{
    .catalog__item
    {
        max-width: 25%;
        margin-bottom: 16px; 
        padding: 0 6px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 991px)
{
    .catalog__item
    {
        max-width: 50%;
        margin-bottom: 16px; 
        padding: 0 6px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}
@media only screen and (max-width: 320px)
{
    .catalog__item
    {
        max-width: 100%;
        margin-bottom: 16px; 
        padding: 0 6px;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.catalog--rows .catalog__item
{
    max-width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.catalog--rows .catalog__item--banner
{
    display: none;
}
@media only screen and (max-width: 1439px)
{
    .catalog--rows .catalog__item--banner
    {
        display: block;
    }
}

@media only screen and (max-width: 1439px)
{
    .catalog--rows .catalog__content
    {
        width: 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

@media only screen and (max-width: 1439px)
{
    .catalog--rows .catalog__sidebar
    {
        display: none;
    }
}

.catalog--grid .catalog__content
{
    width: 100%;
    max-width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.catalog--grid .catalog__sidebar
{
    display: none;
}

.catalog-filter
{
    padding: 0;
}
.catalog-filter__title
{
    font-family: 'Comfortaa', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;

    padding: 20px 20px 10px;
}
@media only screen and (max-width: 1137px)
{
    .catalog-filter__title
    {
        font-size: 1.5rem;

        border-bottom: 1px solid #dfe3e8;
    }
}
.catalog-filter__params
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 20px 20px 20px;

    border-bottom: 1px solid #ccc; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 1137px)
{
    .catalog-filter__params
    {
        display: none;
    }
}
.catalog-filter__search-result
{
    font-size: .75rem;

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

    width: 16.6666%;
    max-width: 16.6666%;
    padding: 0 20px;

    color: #2e3039;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666%;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
@media only screen and (min-width: 1440px) and (max-width: 1680px)
{
    .catalog-filter__search-result
    {
        width: 20%;
        max-width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
}
@media only screen and (min-width: 1138px) and (max-width: 1439px)
{
    .catalog-filter__search-result
    {
        width: 25%;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
@media only screen and (max-width: 1137px)
{
    .catalog-filter__search-result
    {
        font-size: 1.125rem;
        line-height: 1.25rem;

        width: 30%;
        max-width: 30%;

        color: #697180;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
}
@media only screen and (max-width: 992px)
{
    .catalog-filter__search-result
    {
        width: 25%;
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
.catalog-filter__sort-panel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row; 

    min-height: 50px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
@media only screen and (max-width: 575px)
{
    .catalog-filter__sort-panel
    {
        height: 62px;
    }
    .catalog-filter__sort-panel > div
    {
        height: 62px;
    }
}
.catalog-filter__sort
{
    width: 100%;
}
.catalog-filter__sort .sorting
{
    height: 100%;
}
@media only screen and (max-width: 575px)
{
    .catalog-filter__sort
    {
        overflow: hidden;
    }
}
.catalog-filter__switch-grid
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-right: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media only screen and (max-width: 1137px)
{
    .catalog-filter__switch-grid
    {
        padding: 0 20px; 

        border-left: 1px solid #dfe3e8;
    }
}
.catalog-filter__switch-grid .btn
{
    width: 32px;
    height: 32px;
    padding: 0; 

    cursor: pointer;

    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none;
}
.catalog-filter__switch-grid .btn:hover,
.catalog-filter__switch-grid .btn:focus
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.catalog-filter__switch-grid .btn.active
{
    cursor: default;
    pointer-events: none;
}
.catalog-filter__switch-grid .btn.active [class^='icon-']:before,
.catalog-filter__switch-grid .btn.active [class*=' icon-']:before
{
    color: #27aae1;
}
@media only screen and (max-width: 1137px)
{
    .catalog-filter__switch-grid .btn:not(:last-child)
    {
        margin-right: 10px;
    }
}
.catalog-filter__switch-grid [class^='icon-']:before,
.catalog-filter__switch-grid [class*=' icon-']:before
{
    font-size: 1.125rem;

    color: #dfe3e8;
}

@media only screen and (min-width: 1440px) and (max-width: 1680px)
{
    .catalog-category__sidebar
    {
        max-width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1680px)
{
    .catalog-category__content
    {
        max-width: 80%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%;
    }
}

.catalog-category__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 100%;

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

.catalog-category__item--banner
{
    margin-bottom: 20px;
}

.catalog-category__item
{
    position: relative;

    max-width: 20%;
    margin-bottom: 20px; 
    padding: 0 10px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
}
@media only screen and (max-width: 1137px)
{
    .catalog-category__item
    {
        margin-bottom: 12px;
    }
}
.catalog-category__item > .card:not(.collapsed)
{
    width: 100%;
    margin-right: 0; 
    margin-left: 0;
}
.catalog-category__item > .card.collapsed
{
    position: absolute;
    z-index: 300;
    right: 10px;
    left: 10px;

    width: auto; 
    max-width: 100%;
    height: auto;
    max-height: 600px;

    -webkit-transition: max-height .25s ease;
         -o-transition: max-height .25s ease;
            transition: max-height .25s ease;
}
@media only screen and (min-width: 1440px) and (max-width: 1680px)
{
    .catalog-category__item
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
@media only screen and (min-width: 1138px) and (max-width: 1439px)
{
    .catalog-category__item
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
}
@media only screen and (max-width: 1137px)
{
    .catalog-category__item
    {
        max-width: 25%;
        padding: 0 6px; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .catalog-category__item > .card
    {
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px)
{
    .catalog-category__item
    {
        max-width: 33.3333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
            -ms-flex: 0 0 33.3333%;
                flex: 0 0 33.3333%;
    }
}
@media only screen and (max-width: 767px)
{
    .catalog-category__item
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}
@media only screen and (max-width: 575px)
{
    .catalog-category__item
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
