

/* Start:/local/templates/arlight/css/bootstrap-reboot.min.css?15584203333966*/
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

/* End */


/* Start:/local/templates/arlight/css/bootstrap-grid.min.css?157650190342134*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container, .container-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}
@media (min-width: 1630px) {
    .container {
        max-width: 1600px
    }
    .container-main{
        max-width: 1250px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
/* End */


/* Start:/local/templates/arlight/css/bootstrap-table.css?15554837784053*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/* End */


/* Start:/local/templates/arlight/css/slick.css?15554837781776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/arlight/css/slick-theme.css?15554837782535*/
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/arlight/css/./ajax-loader.gif') center center no-repeat;*/
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    opacity: .5;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: 0px;
}
.slick-prev:before
{
    content: "\e910";
}
.slick-next
{
    right: 0px;
}
.slick-next:before
{
    content: "\e912";
}
/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}
.slick-dots
{
    left: 0;
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/arlight/css/lity.min.css?15554837783383*/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/* End */


/* Start:/local/templates/arlight/css/plyr.css?155548377824205*/
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--video .plyr__control svg{filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{height:20px;left:2px;position:relative;width:20px}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls:empty{display:none}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__video-embed{height:0;padding-bottom:56.25%;position:relative}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4f5b5f;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:3px;height:6px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__progress{flex:1;left:7px;margin-right:14px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:6px;left:0;margin-top:-3px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0;transition:width .2s ease}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:6px}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:6px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:fullscreen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:6px;left:0;margin:-3px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/* End */


/* Start:/local/templates/arlight/css/jquery.fancybox.min.css?155548377813924*/
body.compensate-for-scrollbar{overflow:hidden;-ms-overflow-style:none}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px 44px 0;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{padding:44px 0 0;overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 44px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-slide--html .fancybox-content{margin:0 0 6px}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:calc(100% - 44px);overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;vertical-align:top;width:100%}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background:transparent;height:100px;margin:0;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{background:rgba(30,30,30,.6);height:100%;padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0 0}.fancybox-slide--image .fancybox-content{margin-bottom:6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:768px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/arlight/css/jquery-ui.min.css?155548377819064*/
/*! jQuery UI - v1.12.1 - 2019-01-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/arlight/css/../img/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/arlight/css/../img/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/arlight/css/../img/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/arlight/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/arlight/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/arlight/css/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/arlight/css/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/local/templates/arlight/css/jquery.scrollbar.css?155548377822160*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #4D5256;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  /*min-width: 7px;*/
  /*width: 20px;*/
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */


/* Start:/local/templates/arlight/css/style.css?1577192581200420*/
@charset "UTF-8";
@font-face {
  font-family: 'FontItalic';
  src: url(/local/templates/arlight/css/../fonts/PTSans-Italic.eot?#iefix) format("embedded-opentype"), url(/local/templates/arlight/css/../fonts/PTSans-Italic.woff) format("woff"), url(/local/templates/arlight/css/../fonts/PTSans-Italic.ttf) format("truetype"), url(/local/templates/arlight/css/../fonts/PTSans-Italic.svg#FontRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FontRegular';
  src: url(/local/templates/arlight/css/../fonts/PTSans-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/arlight/css/../fonts/PTSans-Regular.woff) format("woff"), url(/local/templates/arlight/css/../fonts/PTSans-Regular.ttf) format("truetype"), url(/local/templates/arlight/css/../fonts/PTSans-Regular.svg#FontRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FontMedium';
  src: url(/local/templates/arlight/css/../fonts/PTSans-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/arlight/css/../fonts/PTSans-Bold.woff) format("woff"), url(/local/templates/arlight/css/../fonts/PTSans-Bold.ttf) format("truetype"), url(/local/templates/arlight/css/../fonts/PTSans-Bold.svg#FontMedium) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/local/templates/arlight/css/../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Bold.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/local/templates/arlight/css/../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Regular.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/local/templates/arlight/css/../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Medium.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("/local/templates/arlight/css/../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Black.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("/local/templates/arlight/css/../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Light.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/local/templates/arlight/css/../fonts/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/local/templates/arlight/css/../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/Roboto-Thin.woff") format("woff"), url("/local/templates/arlight/css/../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("/local/templates/arlight/css/../fonts/icomoon/icomoon.eot?tgnmdw");
  src: url("/local/templates/arlight/css/../fonts/icomoon/icomoon.eot?tgnmdw#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/icomoon/icomoon.ttf?tgnmdw") format("truetype"), url("/local/templates/arlight/css/../fonts/icomoon/icomoon.woff?tgnmdw") format("woff"), url("/local/templates/arlight/css/../fonts/icomoon/icomoon.svg?tgnmdw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Extrabold.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-Extrabold.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-BoldItalic.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-BoldItalic.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-ExtraboldItalic.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-ExtraboldItalic.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSansLight-Italic.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSansLight-Italic.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Italic.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-Italic.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-Italic.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Bold.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-Bold.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-Bold.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Light.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans-Light.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans-Light.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/local/templates/arlight/css/../fonts/OpenSans.eot");
  src: url("/local/templates/arlight/css/../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("/local/templates/arlight/css/../fonts/OpenSans.woff2") format("woff2"), url("/local/templates/arlight/css/../fonts/OpenSans.woff") format("woff"), url("/local/templates/arlight/css/../fonts/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon-star3:before {
  content: "\e928";
}

.icon-close1:before {
  content: "\e927";
}

.icon-star2:before {
  content: "\e915";
}

.icon-star-o:before {
  content: "\e92b";
}

.icon-heart-o:before {
  content: "\e92d";
}

.icon-balance-scale:before {
  content: "\e90a";
}

.icon-star-empty:before {
  content: "\e90d";
}

.icon-rate1:before {
  content: "\e90d";
}

.icon-star1:before {
  content: "\e90d";
}

.icon-favorite11:before {
  content: "\e90d";
}

.icon-bookmark1:before {
  content: "\e90d";
}

.icon-add-outline:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e926";
}

.icon-ar_flag:before {
  content: "\e930";
}

.icon-ar_auto:before {
  content: "\e931";
}

.icon-ar_bfr:before {
  content: "\e932";
}

.icon-ar_ny:before {
  content: "\e933";
}

.icon-ar_pres:before {
  content: "\e934";
}

.icon-ar_copy:before {
  content: "\e92f";
}

.icon-ar_menu_n:before {
  content: "\e92e";
}

.icon-ar-dislike:before {
  content: "\e92a";
}

.icon-ar-like:before {
  content: "\e92c";
}

.icon-ar_head_vs:before {
  content: "\e908";
}

.icon-ar_head_list:before {
  content: "\e90b";
}

.icon-ar_head_fav:before {
  content: "\e929";
}

.icon-logout:before {
  content: "\e904";
}

.icon-quest:before {
  content: "\e924";
}

.icon-available:before {
  content: "\e900";
}

.icon-notavailable:before {
  content: "\e901";
}

.icon-wait:before {
  content: "\e902";
}

.icon-backlink:before {
  content: "\e905";
}

.icon-enter:before {
  content: "\e906";
}

.icon-rub-bold:before {
  content: "\e907";
  color: #485156;
}

.icon-rub:before {
  content: "\e909";
  color: #4c5256;
}

.icon-4:before {
  content: "\e90c";
}

.icon-date:before {
  content: "\e90e";
}

.icon-blockquote:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-arrow-left-double:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-down-double:before {
  content: "\e913";
}

.icon-arrow-right-double:before {
  content: "\e925";
}

.icon-checkboxchecked:before {
  content: "\e914";
}

.icon-required:before {
  content: "\e916";
}

.icon-arrow-down:before {
  content: "\e917";
}

.icon-list:before {
  content: "\e918";
}

.icon-list-arrow-down:before {
  content: "\e919";
}

.icon-list-arrow-up:before {
  content: "\e923";
}

.icon-garbage:before {
  content: "\e91a";
}

.icon-menu:before {
  content: "\e91b";
}

.icon-nophoto:before {
  content: "\e91c";
}

.icon-phone:before {
  content: "\e91d";
  width: 20px;
  display: block;
}

.icon-search:before {
  content: "\e91e";
}

.icon-cart:before {
  content: "\e91f";
}

.icon-cart-cross:before {
  content: "\e920";
}

.icon-cart-empty:before {
  content: "\e921";
}

.icon-email:before {
  content: "\e922";
}

.icon-arMailIcon:before {
  content: "\e935";
}

.icon-quest2:before {
  content: "\e936";
}

/*Yandex*/
.ya-browser-updater__stripe {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.ya-browser-updater__stripe__txt {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff !important;
  padding: 0 30px;
  top: 50%;
  margin-top: -70px;
  left: 0;
  font-size: 18px;
  white-space: normal !important;
}

.ya-browser-updater__stripe__close, .ya-browser-updater__popup__close {
  display: none !important;
}

.ya-browser-updater__stripe__button {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff !important;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 4px;
}

.ya-browser-updater__stripe__button-wrap {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}

.ya-browser-updater__popup__paranja {
  opacity: 0.9 !important;
}

.ya-browser-updater__popup__wrap {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 711px) {
  .ya-browser-updater__popup__wrap {
    padding: 20px 15px !important;
  }
}
@media only screen and (max-width: 601px) {
  .ya-browser-updater__stripe__txt {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    margin-top: 20px;
    font-size: 15px !important;
    margin-bottom: 30px;
  }

  .ya-browser-updater__stripe {
    padding: 0 !important;
  }

  .ya-browser-updater__stripe__button {
    position: relative;
    margin: 0 auto !important;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 2px;
    width: 200px;
    text-align: center;
    display: none !important;
  }

  .ya-browser-updater__stripe__button-wrap {
    position: relative !important;
    width: 100%;
  }
}
body {
  min-width: 320px;
  font-family: FontRegular, sans-serif;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
  color: #4c5256;
  line-height: 1.2;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: 0;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

h1 {
  margin: 0;
}

a:focus,
button:focus,
:focus {
  outline: 0;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

form {
  line-height: 1;
}

input {
  outline: 0;
}

h3 {
  font-weight: normal;
}

button {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button {
  color: #fff;
  font-size: 19px;
  display: block;
  padding: 10px 30px;
  border: solid 1px #4c5256;
  background-color: #4c5256;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  border-color: #ef172f;
  background-color: #ef172f;
  color: #fff;
}
.button:focus {
  color: #fff;
}
.button_full {
  display: block;
  width: 100%;
}
.button_red {
  background-color: #ef172f;
  border: solid 1px #ef172f;
}
.button_red:hover {
  background: transparent;
  color: #ef172f;
  text-decoration: none;
}
.button_red:focus {
  color: #fff;
  background-color: #ef172f;
  border: solid 1px #ef172f;
}
.button_transparent {
  border: solid 1px #c9cbcc;
  background-color: #fff;
  color: #4c5256;
}
.button_transparent:hover, .button_transparent.active_el {
  background-color: #ef172f;
  border: solid 1px #ef172f;
  color: #fff;
}
.button_transparent.active_el:focus {
  color: #fff;
}
.button_transparent:focus {
  position: static;
  color: #4c5256;
}
.button_transparent-red {
  border: solid 1px #ef172f;
  background-color: #fff;
  color: #ef172f;
}
.button_transparent-red:hover, .button_transparent-red.active_el {
  background-color: #ef172f;
  border: solid 1px #ef172f;
  color: #fff;
}
.button_transparent-red:focus {
  position: static;
  color: #ef172f;
}
.button_text {
  text-align: center;
  color: #c9cbcc;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  border: none;
  background: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.button_text:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #c9cbcc;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0 auto;
}
.button_text:hover {
  color: #4c5256;
  background: none;
}
.button_text:hover:after {
  background-color: #4c5256;
  width: 100%;
}
.button_text:focus {
  color: #c9cbcc;
}
.button_change span:first-of-type {
  display: inline-block;
}
.button_change span:last-of-type {
  display: none;
}
.button_change.active_el span:first-of-type {
  display: none;
}
.button_change.active_el span:last-of-type {
  display: inline-block;
}
.button_block {
  display: block;
}

.buy-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy-block__items {
  border: 1px solid #c9cbcc;
  font-size: 0;
  padding: 5px 0;
  border-radius: 3px;
}
.buy-block__items .buy-block__button {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-block__items .buy-block__button:hover {
  color: #ef172f;
}
.buy-block__button {
  border: 0;
  background: 0 0;
  display: inline-block;
  height: 37px;
  padding: 0;
  text-align: center;
  width: 30px;
  color: #c9cbcc;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  font-size: 1rem;
  cursor: pointer;
  margin: -15px 0;
}
.buy-block__button--favorite {
  font-size: 30px;
  color: inherit;
  text-decoration: none;
}
.buy-block__button--favorite:focus {
  color: inherit;
  text-decoration: none;
}
.buy-block__button--favorite:hover {
  color: #ef172f;
}
.buy-block__button--favorite.in_cart {
  color: #ef172f;
}
.buy-block__button--compare {
  font-size: 27px;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-block__button--compare:focus {
  color: inherit;
  text-decoration: none;
}
.buy-block__button--compare:hover {
  color: #ef172f;
}
.buy-block__button--compare.in_cart {
  color: #ef172f;
}
.buy-block__input {
  color: #4c5256;
  border: 0;
  background: 0 0;
  display: inline-block;
  height: 25px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  width: calc(100% - 60px);
  border-right: 1px solid #c9cbcc;
  border-left: 1px solid #c9cbcc;
}
.buy-block__item-packnorm {
  color: #c9cbcc;
  margin-top: 5px;
  font-size: 13px;
}
.buy-block__button--submit {
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  width: 90px;
  height: 37px;
  line-height: 30px;
  margin: 0;
  padding: 5px;
  background-color: #c9cbcc;
  border-radius: 3px;
  color: #4c5256;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
}
.buy-block__button--submit:hover {
  color: #fff;
  background-color: #ef172f;
}
.buy-block__button--submit:focus {
  background-color: #c9cbcc;
  color: #4c5256;
  text-decoration: none;
}
.buy-block__button--submit.in_cart {
  color: #c9cbcc;
  background-color: #4c5256;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.buy-block__button--submit.in_cart:before, .buy-block__button--submit.in_cart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  z-index: -1;
  background-color: #ef172f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.buy-block__button--submit.in_cart:after {
  top: auto;
  bottom: 50%;
}
.buy-block__button--submit.in_cart:hover {
  background: none;
  color: #fff;
}
.buy-block__button--submit.in_cart:hover:before {
  height: 50%;
}
.buy-block__button--submit.in_cart:hover:after {
  height: 50%;
}

.upper {
  text-transform: uppercase;
}

.slick-slide {
  outline: 0;
}

.header_fixed .header__menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.45);
}
.header_fixed .header__top {
  margin-bottom: 80px;
}
.header_fixed .header__basket {
  top: 85px;
  right: 0;
  position: fixed;
}

.header {
  position: relative;
}
.header__admin {
  padding: 0px 50px;
  text-align: right;
  border-bottom: solid 1px #c9cbcc;
}
.header__admin a {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #4c5256;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
  position: relative;
}
.header__admin a:hover {
  color: #767a7d;
}
.header__admin a:hover:after {
  width: 100%;
}
.header__admin a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #4c5256;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__linkfav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.header__linkfav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__linkfav ul li {
  display: inline-block;
  white-space: nowrap;
  margin-left: 30px;
  max-width: 113px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__linkfav ul li:first-of-type {
  margin-left: 0;
}
.header__linkfav ul li a {
  text-decoration: underline;
  font-weight: normal;
  margin-left: 0px;
}
.header__linkfav ul li a:hover {
  color: #ef172f;
}
.header__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  color: #ef172f;
}
.header__message i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 21px;
  border-color: transparent transparent transparent #ef172f;
  margin-top: -15px;
  margin-right: 30px;
}
.header__message-txt {
  max-width: 100%;
  font-size: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 3px;
}
.header__top {
  padding: 0 50px 0 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  background-color: #eee;
  padding: 0 50px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.header__nav {
  height: 100%;
}
.header__nav nav {
  height: 100%;
}
.header__nav nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav nav > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 100%;
}
.header__nav nav > ul > li > a, .header__nav nav > ul > li > span.link-parrent {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav nav > ul > li > span.link-parrent {
  width: 100%;
  height: 100%;
  color: #767a7d;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 15px;
  cursor: default;
}
.header__nav nav > ul > li:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
.header__nav nav > ul > li:hover:before {
  opacity: 1;
}
.header__nav nav > ul > li.active_el:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
.header__nav nav > ul > li.parent-catalog > a:after {
  position: relative;
  content: "\e92e";
  font-family: icomoon;
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.header__nav a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #767a7d;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.header__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1px;
}
.header__sign a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #4c5256;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
}
.header__sign a:first-of-type:before {
  height: 100%;
  width: 1px;
  top: 0;
  left: -30px;
}
.header__sign a:before {
  content: '';
  display: block;
  height: 12px;
  width: 2px;
  background: #c9cbcc;
  position: absolute;
  top: 5px;
  left: -9px;
}
.header__sign a:hover {
  color: #767a7d;
}
.header__sign > a:first-of-type {
  margin-left: 30px;
}
.header__tel {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #c9cbcc;
}
.header__mail {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #c9cbcc;
}
.header__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 29px;
  padding: 0 30px;
}
.header__search:hover i {
  color: #ef172f;
}
.header__search-form {
  display: none;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 90px 15px;
  -webkit-box-shadow: 0px 10px 21px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 21px -8px rgba(0, 0, 0, 0.4);
}
.header__search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__search-form-close {
  font-size: 30px;
  cursor: pointer;
  color: #a1a8ac;
  width: 30px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search-form-block {
  width: calc(100% - 250px);
}
.header__search-form-button {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search-form-button button {
  cursor: pointer;
  font-size: 73px;
  background: none;
  border: none;
  line-height: 0;
  color: #a1a8ac;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__search-form-button button:hover {
  color: #4c5256;
}
.header__search-form-input {
  border: none;
  background: transparent;
  font-size: 110px;
  color: #4c5256;
  padding: 0 20px;
  height: 100%;
  width: 100%;
}
.header__cart {
  display: inline-block;
  padding-left: 10px;
}
.header__cart a {
  position: relative;
  color: #4c5256;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cart a:focus {
  text-decoration: none;
}
.header__cart i {
  display: inline-block;
  font-size: 28px;
}
.header__cart-count {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__cart .header__count {
  right: -12px;
}
.header__cart-price {
  display: block;
  color: #4c5256;
}
.header__cart:hover {
  color: #ef172f;
}
.header__cart:hover a {
  color: inherit;
}
.header__cart:hover .header__count {
  background: #ef172f;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.header__logo > div {
  height: 100%;
}
.header__logo img {
  max-height: 100%;
}
.header__centerlogo {
  display: none;
}
.header__basket {
  display: none;
  right: 0;
  top: 100%;
  position: absolute;
  width: 815px;
  max-width: 100%;
  padding: 20px 15px;
  background: #f2f2f2;
  z-index: 3;
  max-height: calc(100vh - 220px);
  overflow: auto;
  -webkit-box-shadow: -6px 6px 8px -6px rgba(0, 0, 0, 0.2);
          box-shadow: -6px 6px 8px -6px rgba(0, 0, 0, 0.2);
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -12px;
  right: -4px;
  font-size: 12px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #eee;
  background: #4c5256;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__favorite, .header__compare {
  position: relative;
  padding: 0 15px 0 10px;
  color: #4c5256;
}
.header__favorite:hover, .header__compare:hover {
  color: #ef172f;
}
.header__favorite:hover .header__count, .header__compare:hover .header__count {
  background: #ef172f;
}
.header__favorite a, .header__compare a {
  display: block;
  color: inherit;
}
.header__favorite a:before {
  content: "\e929";
  font-size: 28px;
  color: inherit;
  font-family: icomoon;
  position: relative;
  top: -3px;
}
.header__compare {
  padding-left: 30px;
  border-left: 1px solid #c9cbcc;
}
.header__compare a:before {
  content: "\e908";
  font-size: 28px;
  color: inherit;
  font-family: icomoon;
  position: relative;
  top: -1px;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-icon i {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
}
.link-icon div {
  display: inline-block;
  color: #4c5256;
  font-size: 16px;
  position: relative;
}
.link-icon div:after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #4c5256;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-icon:hover {
  color: #4c5256;
}
.link-icon:hover div:after {
  width: 100%;
}

.hover-border {
  position: relative;
}
.hover-border:after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #4c5256;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-border:hover:after {
  width: 100%;
}
.hover-border_white:after {
  background: #fff;
}

.menu-parent {
  position: relative;
}
.menu-child_1 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
  padding: 20px 0;
  background-color: #f2f2f2;
}
.menu-child_1 a {
  text-transform: uppercase;
  padding: 17px 20px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-child_1 a:hover {
  background: #fff;
}
.menu-child_1 li {
  display: block;
  position: static;
  padding: 0 20px;
}
.menu-child_1 li:hover > a {
  background: #fff;
}
.menu-child_2 {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  min-height: 100%;
  padding: 20px 0px;
  padding-right: 0;
  background-color: #f2f2f2;
  width: 320px;
  display: none;
}
.menu-child_2 li {
  display: block;
  padding-right: 20px;
}
.menu-child_2 a {
  text-transform: none;
  font-size: 14px;
  padding: 5px 20px;
}
.menu-child_3 {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  min-height: 100%;
  padding: 20px 20px;
  background-color: #f2f2f2;
  width: 320px;
  display: none;
}
.menu-child_3 li {
  display: block;
  padding: 0;
}
.menu-child_3 a {
  text-transform: none;
  font-size: 14px;
  padding: 5px 20px;
}

.banner-slider .slide {
  height: 600px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-slider .slide__block {
  position: relative;
  z-index: 1;
  width: 600px;
  color: #4c5256;
}
.banner-slider .slide__datas {
  margin-bottom: 20px;
  font-size: 15px;
}
.banner-slider .slide__directory {
  padding-right: 5px;
}
.banner-slider .slide__date {
  padding-left: 10px;
  border-left: 1px solid #4c5256;
}
.banner-slider .slide__title {
  margin-bottom: 20px;
}
.banner-slider .slide__span {
  color: #4c5256;
  font-size: 40px;
}
.banner-slider .slide__link {
  color: #4c5256;
  font-size: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-slider .slide__link:hover {
  color: #ef172f;
}
.banner-slider .slide__description {
  font-size: 17px;
}
.banner-slider .slide__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-slider .slide__img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-slider .slide__img:after {
  content: '';
  display: block;
  width: 78px;
  height: 70px;
  background-image: url("/local/templates/arlight/css/../img/icon-banner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 65px;
  bottom: 55px;
  z-index: 1;
}
.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
  font-size: 30px;
  color: #4C5256;
}
.banner-slider .slick-prev, .banner-slider .slick-next {
  width: auto;
  height: 30px;
}
.banner-slider .slick-next {
  right: 50px;
}
.banner-slider .slick-prev {
  left: 50px;
}

.full-width {
  width: 100%;
}
.full-width img {
  width: 100%;
}

.title {
  color: #4c5256;
  font-size: 37px;
  line-height: 1.1;
  font-weight: bold;
}
.title_footer {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.title--additional {
  color: #4c5256;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.title--indent-bottom {
  margin-bottom: 30px;
}
.title__backlink, .title__logout {
  font-size: 14px;
  color: #c9cbcc;
  position: relative;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title__backlink:hover, .title__logout:hover {
  color: #4c5256;
}
.title__backlink i, .title__logout i {
  font-size: 27px;
  margin-right: 10px;
}
.title__backlink a, .title__logout a {
  text-decoration: underline;
  color: inherit;
}
.title__text {
  text-transform: uppercase;
  padding-right: 20px;
}
.title__text h1 {
  font-weight: inherit;
  font-size: inherit;
}
.title__subtext {
  padding-right: 0px;
  font-size: 20px;
}
.title--content {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

.about {
  position: relative;
  margin-bottom: 70px;
}
.about .title {
  text-align: center;
  margin-bottom: 20px;
}
.about .title h1 {
  font-weight: inherit;
  font-size: inherit;
}
.about-wrap {
  padding-right: 0%;
}
.about-wrap a {
  display: block;
}
.about-wrap a:after {
  content: '';
  width: 100%;
  height: 157px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer {
  background-color: #4c5256;
}
.footer__logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo a {
  display: block;
  height: 100%;
}
.footer__logo a > div {
  height: 100%;
}
.footer__logo img {
  max-height: 100%;
}
.footer__bottom {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.footer__menu {
  padding: 15px 20px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu > div {
  width: 33.333%;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul a {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.footer__menu ul a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__menu ul a:hover:after {
  width: 100%;
}
.footer__menu ul a.title_footer {
  font-size: 24px;
}
.footer__menu ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer__copyright {
  margin-bottom: 0px;
  width: 33.333%;
  padding-right: 20px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.footer__copyright p {
  margin: 0;
}
.footer__copyright a {
  color: inherit;
}
.footer__b {
  padding: 30px 0;
  border-top: solid 2px rgba(222, 222, 222, 0.2);
}
.footer__b p {
  color: #fff;
  font-size: 15px;
}
.footer__b-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.footer__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__time > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__time > span:first-child {
  margin-right: 10px;
}
.footer__time > span:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__top {
  padding: 35px 0;
}
.footer__info {
  color: #fff;
  border-left: solid 2px rgba(222, 222, 222, 0.2);
  padding: 15px 0 15px 15px;
  text-align: right;
}
.footer__info p {
  margin-bottom: 8px;
}
.footer__info .link-icon {
  margin-bottom: 8px;
}
.footer__info .link-icon i {
  display: none;
}
.footer__info .link-icon div {
  display: inline-block;
  color: #fff;
  font-size: inherit;
}
.footer__info-b {
  font-size: 20px;
  font-weight: bold;
}
.footer__info-n {
  font-size: 17px;
}
.footer__info-tr {
  opacity: 0.8;
  font-size: 17px;
}
.footer__info a {
  color: #fff;
}
.footer__info a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer__social .footer-social {
  border-left: none;
  padding-left: 0;
}
.footer__subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer__subscribe input[type='email'] {
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  background: transparent;
  height: 40px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__subscribe input[type='email']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__subscribe input[type='email']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__subscribe input[type='email']::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__subscribe input[type='email']::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__subscribe label {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
}

.page-control {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.page-control.before-footer {
  bottom: 140px;
}

.to-top {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  margin-bottom: 20px;
  opacity: 0;
}
.to-top.active_el {
  opacity: 0.8;
}
.to-top:hover {
  opacity: 0.7;
}
.to-top i {
  color: #ef172f;
  font-size: 30px;
}

.question {
  position: relative;
}
.question .form__policy a, .question .form__policy a:focus {
  color: #fff;
}
.question .input__radio + label {
  color: #fff;
  font-size: 14px;
}
.question .input__radio:not(checked) + label {
  padding: 0 0 0 30px;
}
.question .input__radio:checked + label:after {
  background: #fff;
}
.question .input__radio:not(checked) + label:before {
  width: 25px;
  height: 25px;
  top: 0;
}
.question .input__radio:checked + label:after {
  width: 19px;
  height: 19px;
  top: 3px;
  left: 3px;
}
.question .form__policy a:hover {
  color: #4c5256;
}
.question__button {
  color: #ef172f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.question__button i {
  font-size: 75px;
  position: relative;
}
.question__button i:after {
  content: "\e935";
  position: absolute;
  color: #fff;
  display: block;
  font-size: 40px;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.question__button:hover {
  color: #878587;
}
.question form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question__block {
  width: 790px;
  margin-top: -140px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  bottom: 0;
  color: #fff;
  right: -900px;
  position: absolute;
  background-color: #ef172f;
  pointer-events: initial;
  padding: 35px 20px 45px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.question__block.active_el {
  right: -20px;
}
.question__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  background-color: #ef172f;
  color: #fff;
  font-size: 30px;
}
.question__col-title {
  font-size: 19px;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 0px;
}
.question__col {
  text-align: left;
}
.question__col:nth-of-type(1) {
  width: 150px;
  position: relative;
}
.question__col:nth-of-type(2) {
  width: 440px;
  padding-left: 70px;
}
.question__col:nth-of-type(3) {
  width: 130px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
.question__col-center.preload {
  position: relative;
}
.question__col-center.preload:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url("/local/templates/arlight/css/../img/preload.gif") center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.question__col-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.question__col-text {
  font-size: 19px;
  line-height: 1.3;
}
.question__col-block {
  margin-bottom: 10px;
}
.question .input {
  width: 100%;
  display: block;
  padding: 10px 15px;
  resize: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  border-bottom-color: #c9cbcc;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #fff;
  outline: 0;
  font-size: 30px;
}
.question .input.error {
  border-bottom-color: #fff;
  margin-bottom: 5px;
}
.question__submit {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  outline: 0;
}
.question__submit:before {
  content: "\e906";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  right: -12px;
  bottom: -25px;
  font-size: 40px;
}
.question__col-block:not(:first-child) {
  margin-top: 20px;
}

.map {
  position: relative;
}
.map__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.map__block .row {
  height: 100%;
}
.map .offset-xl-8 {
  height: 100%;
}
.map__block-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px 70px 45px;
  pointer-events: all;
  height: 100%;
}
.map__title {
  color: #4c5256;
}
.map__title a {
  color: inherit;
}
.map__title a:focus {
  text-decoration: none;
}
.map__title a:hover {
  color: #ef172f;
}
.map__title-text {
  font-size: 40px;
  margin-bottom: 8px;
  display: block;
}
.map__title-subtext {
  font-size: 17px;
}
.map__list {
  margin-top: 60px;
  height: 100%;
}
.map__list-item {
  position: relative;
  width: 100%;
  padding: 15px 0 0 55px;
  margin-bottom: 30px;
}
.map__list-item:before {
  content: attr(data-linum);
  font-size: 17px;
  text-align: center;
  display: block;
  width: 40px;
  height: 55px;
  background: url(/local/templates/arlight/css/../img/map-point.svg) no-repeat top left/contain;
  padding: 11px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.map__list-pickup {
  color: #43525A;
}
.map__list-pickup .input__radio + label {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  color: #43525A;
}
.map__list-pickup .input__radio:not(checked) + label:before {
  left: auto;
  right: 0;
  top: 5px;
}
.map__list-pickup .input__radio:checked + label:after {
  left: auto;
  right: 4px;
  top: 9px;
}
.map__list-pickup--name {
  font-size: 24px;
  margin-bottom: 10px;
}
.map__list-pickup--address {
  font-size: 19px;
  margin-bottom: 10px;
}
.map__list-pickup--phone {
  font-size: 24px;
  margin-bottom: 10px;
}
.map__list-pickup--email {
  font-size: 19px;
  margin-bottom: 10px;
}
.map__list-block {
  height: 100%;
  overflow: auto;
}
.map__link {
  color: #4c5256;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  font-size: 18px;
}
.map__link:hover {
  color: #ef172f;
  opacity: 1;
}
.map__link:focus {
  color: #4c5256;
}
.map__link-phone {
  font-size: 21px;
  position: relative;
  display: inline-block;
  color: #4c5256;
  margin-top: 10px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.map__link-phone:hover {
  color: #ef172f;
  opacity: 1;
}
.map__link-phone:focus {
  color: #4c5256;
}
.map__link-email {
  font-size: 17px;
  position: relative;
  display: inline-block;
  color: #4c5256;
  margin-top: 10px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.map__link-email:hover {
  color: #ef172f;
  opacity: 1;
}
.map__link-email:focus {
  color: #4c5256;
}
.map__list-more {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.map__list-more a {
  font-size: 50px;
  color: #4c5256;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.map__list-more a:hover {
  opacity: 1;
}
.map__list-more a:focus {
  text-decoration: none;
}
.map-order .map__block {
  position: static;
}
.map-order .map__block-info {
  padding: 20px 0;
}
.map-order .map__link-phone {
  font-size: 17px;
}
.map-inner #map {
  height: calc(100vh - 171px);
  min-height: 400px;
  max-height: 900px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

#map {
  width: 100%;
  height: 670px;
}

.open-child {
  display: none;
}

.mobile {
  display: none;
}

.item--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item--cart-all.max3 .item.item--cart {
  display: none;
}
.item--cart-all.max3 .item.item--cart:nth-of-type(1), .item--cart-all.max3 .item.item--cart:nth-of-type(2), .item--cart-all.max3 .item.item--cart:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item--catalog-list {
  margin-bottom: 30px;
}
.item__archive-text {
  text-align: center;
  width: 100%;
}
.item__archive-text-title {
  color: #ef172f;
  width: 100%;
  display: block;
}

.important .cart__currency-name {
  font-size: 18px;
}
.important .cart__currency {
  font-weight: bold;
}

i.rub {
  display: inline-block;
  font-style: normal;
}
i.rub:after {
  content: '\20CF';
  display: block;
  font-size: 16px;
}

.item__stock-block {
  padding-left: 10px;
}

.item__stock-value {
  font-size: 0;
}

.item__stock-value[data-stock=wait]:before {
  content: "\e902";
  font-family: icomoon;
  color: #FF9E00;
  font-size: 25px;
}

.item__stock-value[data-stock=notavailable]:before {
  content: "\e901";
  font-family: icomoon;
  color: #ef172f;
  font-size: 25px;
}

.item__stock-value[data-stock=available]:before {
  font-family: icomoon;
  color: #009E00;
  font-size: 25px;
  content: "\e900";
}

.col-4.align-self-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.popup-auth {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95vw;
  height: 95vh !important;
  overflow: auto;
  margin: auto;
}
.popup-auth .form__item .input-checkbox {
  display: inline-block;
  width: auto;
}

.popup {
  position: relative;
}
.popup-close {
  cursor: pointer;
  width: 31px;
  height: 31px;
  top: 25px;
  right: 25px;
  position: absolute;
  color: #a1a8ac;
}
.popup-close:after {
  content: "\e926";
  font-family: icomoon;
  font-size: 30px;
  font-weight: lighter;
}
.popup__title-name {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #4c5256;
  cursor: pointer;
}
.popup__title-name:after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ef172f;
  right: 100%;
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
}
.popup__title-name:before {
  content: '';
  display: block;
  background-color: #c9cbcc;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.popup__title-name.active_el:after, .popup__title-name:hover:after {
  right: 0;
}
.popup__button {
  width: 290px;
}
.popup__button-link {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
}
.popup__forgot-text {
  font-size: 23px;
  margin-bottom: 50px;
  font-weight: normal;
}
.popup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px;
  width: 100%;
  margin-bottom: 100px;
}
.popup__block {
  width: 100%;
  display: none;
}
.popup__block.active_el {
  display: block;
}

.input {
  width: 100%;
  display: block;
  padding: 10px 15px;
  resize: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  border-bottom-color: #c9cbcc;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.input-checkbox {
  border: none !important;
  padding: 0;
}
.input-simple {
  border: 1px solid #eee;
}
.input-simple:focus {
  border: 1px solid #848484;
}
.input.error {
  border-bottom-color: #ef172f;
}
.input.valid {
  border-bottom-color: #00A651;
}
.input__checkbox {
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.input__checkbox + label, .input__checkbox + span {
  cursor: pointer;
  margin-bottom: 0;
  color: #19191a;
  font-size: 15px;
}
.input__checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.input__checkbox:not(checked) + label, .input__checkbox:not(checked) + span {
  position: relative;
  padding: 0 0 0 50px;
}
.input__checkbox:not(checked) + label:before, .input__checkbox:not(checked) + span:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 33px;
  height: 33px;
  border: 1px solid #c9cbcc;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input__checkbox:checked + label:after, .input__checkbox:checked + span:after {
  content: '\e914';
  font-family: icomoon;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ef172f;
}
.input__radio {
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.input__radio + label {
  cursor: pointer;
  margin-bottom: 0;
  color: #4c5256;
  font-size: 15px;
}
.input__radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.input__radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 50px;
}
.input__radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 33px;
  height: 33px;
  border: 1px solid #c9cbcc;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input__radio:checked + label:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ef172f;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input__radio-reverse:not(checked) + label {
  position: relative;
  padding: 0 50px 0 0;
}
.input__radio-reverse:not(checked) + label:before {
  left: auto;
  right: 0;
}
.input__radio-reverse:checked + label:after {
  left: auto;
  right: 4px;
}

.form__block {
  width: 100%;
}
.form__item-title {
  padding-left: 30px;
  font-size: 19px;
}
.form__item {
  margin-bottom: 30px;
}
.form__item .input {
  font-size: 30px;
  padding: 30px 15px;
}
.form__link {
  color: #4c5256;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.form__link:hover {
  color: #ef172f;
  text-decoration: underline;
}

.required {
  color: #ef172f;
}

.tac {
  text-align: center;
}
.tac .button {
  margin-left: auto;
  margin-right: auto;
}

.lity {
  background: rgba(0, 0, 0, 0.6);
}
.lity-hide {
  display: none;
}
.lity-close {
  display: none;
}

.categories__item {
  position: relative;
  min-height: 200px;
  height: calc((100vh - 178px) / 3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: .5px solid #fff;
  padding: 0;
  overflow: hidden;
}
.categories__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.categories__link {
  z-index: 1;
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}
.categories__link:hover {
  color: #fff;
}
.categories__link:hover .categories__title {
  top: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.4);
}
.categories__link:hover .categories__link-count {
  opacity: 0.8;
}
.categories__link-count {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  padding: 0 15px;
}
.categories-main {
  overflow: hidden;
  border-bottom: solid 3px #fff;
}
.categories-main .row {
  margin: 0 -1px;
  margin-bottom: -2px;
}
.categories-main .row > div {
  padding: 0 1px;
  margin-bottom: 2px;
}

.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs__list {
  padding: 0;
  margin: 0;
}
.breadcrumbs__item {
  padding-right: 30px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}
.breadcrumbs__item:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 3px;
  right: 15px;
  bottom: 3px;
  background-color: #c9cbcc;
}
.breadcrumbs__item:last-of-type {
  padding-right: 0;
}
.breadcrumbs__item:last-of-type:after {
  display: none;
}
.breadcrumbs__link {
  color: #c9cbcc;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}
.breadcrumbs__link:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #c9cbcc;
  right: 100%;
  -webkit-transition: right .1s linear, background-color .1s linear;
  transition: right .1s linear, background-color .1s linear;
}
.breadcrumbs__link:hover {
  color: #ef172f;
}
.breadcrumbs__link:hover:after {
  right: 0;
  background-color: #ef172f;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  width: 310px;
  margin-bottom: 100px;
}
.sidebar__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #cfd0d0;
}
.sidebar__choose-button {
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  font-size: 18px;
}
.sidebar__choose-button:before {
  content: '';
  display: block;
  background-color: transparent;
  height: 5px;
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}
.sidebar__choose-button.active_el {
  color: #ef172f;
  font-weight: bold;
}
.sidebar__choose-button.active_el:before {
  background-color: #ef172f;
}
.sidebar__choose-button:not(:first-child) {
  border-left: 1px solid #c9cbcc;
}
.sidebar__block {
  margin-bottom: 45px;
  display: none;
}
.sidebar__block-all form .sidebar__block {
  display: none;
}
.sidebar__block-all .sidebar__block[data-block="2"] {
  display: block;
}
.sidebar__block-hide {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

.items {
  width: calc(100% - 310px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
}

.title-page {
  font-size: 48px;
  color: #4c5256;
  margin: 35px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-page--news {
  margin: 35px 0 70px 0;
  text-align: center;
  display: block;
}
.title-page--news .title__text {
  text-transform: uppercase;
  padding-right: 0;
}
.title-page--product {
  font-size: 40px;
}
.title-page--product .title__text {
  text-transform: none;
}

.categories-list {
  list-style: none;
  border-bottom: 1px solid #c9cbcc;
  padding: 0;
  padding-bottom: 45px;
  margin: 0;
}
.categories-list:not(.categories-list--sub) > .categories-list__item > .categories-list__link {
  opacity: .5;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  font-size: 16px;
}
.categories-list:not(.categories-list--sub) > .categories-list__item > .categories-list__link.active_el {
  color: #4c5256;
  opacity: 1;
  font-size: 19px;
}
.categories-list:not(.categories-list--sub) > .categories-list__item > .categories-list__link:hover {
  color: #4c5256;
  opacity: 1;
}
.categories-list:not(.categories-list--sub) > .categories-list__item > .categories-list.categories-list--sub {
  border-bottom: 1px solid #c9cbcc;
  padding-bottom: 45px;
  padding-left: 0;
  margin-bottom: 25px;
}
.categories-list--sub {
  padding: 20px 0 0 20px;
  border-bottom: 0;
  display: none;
}
.categories-list--sub.active_el {
  display: block;
}
.categories-list--sub .categories-list--sub {
  padding-left: 20px !important;
}
.categories-list--sub .categories-list--sub .categories-list__item {
  position: relative;
  opacity: .8;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.categories-list--sub .categories-list--sub .categories-list__item .categories-list__link {
  font-size: 16px;
}
.categories-list--sub .categories-list--sub .categories-list__item:before {
  content: "\e918";
  display: block;
  font-family: icomoon;
  font-size: 7px;
  margin-left: -20px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
}
.categories-list--sub .categories-list--sub .categories-list__item.active_el {
  color: #ef172f;
  font-weight: bold;
  opacity: 1;
}
.categories-list--sub .categories-list--sub .categories-list__item.active_el .categories-list__link {
  color: #ef172f;
}
.categories-list__item {
  display: block;
  position: relative;
  padding: 0 0 20px;
  font-size: 19px;
}
.categories-list__item:last-of-type {
  padding-bottom: 0;
}
.categories-list__item:last-of-type .categories-list--sub {
  padding-bottom: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
}
.categories-list__item > .categories-list--sub {
  padding-left: 0;
}
.categories-list__item > .categories-list__link {
  color: #4c5256;
  opacity: 1;
  position: relative;
}
.categories-list__link {
  display: inline-block;
  text-decoration: none;
  color: #4c5256;
  font-size: 16px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.categories-list__link.active_el {
  font-weight: bold;
  color: #ef172f;
}
.categories-list__link:hover {
  color: #ef172f;
}

.find-form {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.find-form button {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  color: #a1a8ac;
  z-index: 1;
}
.find-form button:hover {
  color: #4c5256;
}
.find-form .input {
  height: 50px;
  position: relative;
  z-index: 0;
}

.meta-info {
  font-size: 20px;
  padding: 0 0 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.meta-info__total {
  padding: 15px 0 10px;
}
.meta-info__sort {
  position: relative;
  z-index: 1;
  width: 370px;
  max-height: 47px;
  border: 1px solid #c9cbcc;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.meta-info__sort:after {
  content: "\e919";
  font-family: icomoon;
  display: block;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  color: #c9cbcc;
  cursor: pointer;
}
.meta-info__sort-item {
  cursor: pointer;
  padding: 12px 20px;
  padding-right: 60px;
  width: 100%;
  display: block;
  border: none;
  height: 100%;
  color: #4c5256;
}
.meta-info__sort-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #f1f1f1;
  margin: 0;
  list-style: none;
  padding: 10px 20px;
}
.meta-info__sort-list li {
  padding: 5px 0;
  font-size: 16px;
}
.meta-info__sort-list a {
  display: block;
  text-decoration: none;
  color: #4c5256;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}
.meta-info__sort-list a:hover {
  color: #ef172f;
}
.meta-info__sort-list a:hover .meta-info__sort-text:after {
  width: 100%;
  background-color: #ef172f;
}
.meta-info__sort-text {
  position: relative;
  display: inline-block;
}
.meta-info__sort-text:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #4c5256;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.item--catalog-list .item__sale {
  min-width: 275px;
  max-width: 275px;
  width: 25%;
  padding: 0 15px 10px 15px;
  border-left: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.item--catalog-list .item__sale .buy-block__button-wrap {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.item--catalog-list .item__sale .buy-block__button-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item--catalog-list .item__sale .buy-block__button--submit {
  width: 140px;
}
.item--catalog-list .item__sale-price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 220px;
  margin: 5px 0;
}
.item--catalog-list .item__sale-price-text {
  font-size: 26px;
  letter-spacing: -1px;
}
.item--catalog-list .item__sale-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item--catalog-list .item__sale-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.item--catalog-list .item__sale-stock .item__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.item--catalog-list .item__sale .buy-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 5px #fff;
}
.item__main-block:nth-of-type(even) {
  background: #fff;
}
.item__main-block:nth-of-type(even) .item__sale, .item__main-block:nth-of-type(even) .item__file {
  border-color: #f6f6f6;
}
.item__main-block:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.item__main-block:nth-of-type(odd) .item__sale, .item__main-block:nth-of-type(odd) .item__file {
  border-color: #fff;
}
.item__img {
  min-width: 171px;
  max-width: 171px;
  width: 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item__img-link img {
  width: 100%;
}
.item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 171px;
  overflow: hidden;
}
.item__info {
  padding: 15px 15px 40px 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item__link-block {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 100%;
}
.item__colors {
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item__colors-tooltip {
  position: absolute;
  bottom: 0;
  right: calc(100% + 12px);
  font-size: 12px;
  color: #4c5256;
  border: solid 1px #4c5256;
  background: #fff;
  white-space: nowrap;
  height: 26px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item__colors-tooltip span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  left: -1px;
  padding: 0 6px;
  border-radius: 3px;
}
.item__colors-tooltip:after, .item__colors-tooltip:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.item__colors-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}
.item__colors-tooltip:before {
  border-color: rgba(245, 0, 0, 0);
  border-left-color: #4c5256;
  border-width: 13px;
  margin-top: -13px;
}
.item__colors:hover .item__colors-tooltip {
  opacity: 1;
}
.item__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 95px;
  max-width: 95px;
  width: 95px;
  border-left: 2px solid;
}
.item__file-wrap {
  text-align: center;
}
.item__file-link {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #4c5256;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}
.item__file-link:hover {
  color: #ed1b2f;
}
.item__file-link:focus {
  text-decoration: none;
  color: #4c5256;
}
.item__file-text {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.item__link-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ef172f;
  margin-right: 20px;
}
.item__link-block a:last-of-type {
  margin-right: 0;
}
.item__link-block a i {
  color: #4c5256;
  margin-right: 7px;
}
.item__vendor {
  display: inline-block;
  color: #ef172f;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 24px;
}
.item__vendor:hover {
  text-decoration: underline;
  color: #ef172f;
}
.item__name {
  margin-bottom: 10px;
}
.item__name a {
  color: #4c5256;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 22px;
}
.item__name a:hover {
  color: #ef172f;
}
.item__description {
  font-size: 14px;
}
.item__description > p {
  margin: 0;
  display: block;
  max-height: 50px;
  overflow: hidden;
}
.item__stock {
  position: relative;
  width: 90px;
  font-size: 13px;
}
.item__stock:before {
  content: '';
  display: block;
  margin-right: 3px;
}
.item__stock[data-stock=available] {
  color: #009E00;
}
.item__stock[data-stock=available]:before {
  font-family: icomoon;
  font-size: 25px;
  content: "\e900";
}
.item__stock[data-stock=notavailable] {
  color: #ef172f;
}
.item__stock[data-stock=notavailable]:before {
  content: "\e901";
  font-family: icomoon;
  font-size: 25px;
}
.item__stock[data-stock=wait] {
  color: #FF9E00;
}
.item__stock[data-stock=wait]:before {
  content: "\e902";
  font-family: icomoon;
  font-size: 25px;
}

.cart {
  font-size: 14px;
}
.cart__block-list {
  margin-right: -10px;
  margin-bottom: 20px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart__block-list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cart__block-list::-webkit-scrollbar-thumb {
  background-color: #4c5256;
}
.cart__block-order-text {
  font-size: 10px;
  color: rgba(67, 82, 90, 0.5);
}
.cart__button-wrap button {
  width: 100%;
}
.cart__button-more {
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  margin-bottom: 20px;
}
.cart__button-more span {
  display: inline-block;
  background: #485156;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
}
.cart__button-more:hover {
  opacity: 1;
}
.cart__block-price {
  display: inline-block;
  text-align: left;
}
.cart__item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #c9cbcc;
}
.cart__item a {
  color: #4c5256;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}
.cart__item a:hover {
  color: #ef172f;
  text-decoration: underline;
}
.cart__item--article {
  width: 90px;
  padding-left: 0;
}
.cart__item--article img {
  width: 100%;
}
.cart__item--name {
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart__item--name .link-art {
  font-weight: bold;
}
.cart__item--name > div {
  width: 100%;
}
.cart__item--order {
  width: 200px;
}
.cart__item--stock {
  width: 100px;
}
.cart__item--price {
  width: 100px;
}
.cart__item--price-total {
  width: 100px;
}
.cart__item--del {
  width: 50px;
  color: #ef172f;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart__item--del i {
  color: #c9cbcc;
}
.cart__item--del:hover {
  text-decoration: none;
}
.cart__item--del:hover i {
  color: #4c5256;
}
.cart__item--del a:focus, .cart__item--del a:hover {
  text-decoration: none;
}
.cart__currency-block {
  margin-bottom: 5px;
  font-size: 14px;
}
.cart__currency-name {
  color: rgba(67, 82, 90, 0.5);
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
.cart__currency {
  color: #4c5256;
}

.color {
  display: inline-block;
}
.color--radial {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.color--radial:last-child {
  margin-left: -15px;
}
.color--radial:not(:first-child) {
  margin-left: -15px;
}
.color--radial:first-child {
  margin-left: 0;
}
.color[data-color=violet] {
  background-color: #90f;
}
.color[data-color=cool_white] {
  background-color: #accdec;
}
.color[data-color=white] {
  background-color: #eef8fd;
}
.color[data-color=day_white] {
  background-color: #fff0d8;
}
.color[data-color=warm_white] {
  background-color: #ffed78;
}
.color[data-color=pink] {
  background-color: #ec008b;
}
.color[data-color=violet] {
  background-color: #90f;
}
.color[data-color=blue] {
  background-color: #03f;
}
.color[data-color=green] {
  background-color: #0db14b;
}
.color[data-color=green_blue] {
  background-color: #0c9;
}
.color[data-color=green_yellow] {
  background-color: #cf3;
}
.color[data-color=yellow] {
  background-color: #fff200;
}
.color[data-color=orange] {
  background-color: #f37021;
}
.color[data-color=red] {
  background-color: #ed1c24;
}
.color[data-color=ir850] {
  background-color: #ccc;
}
.color[data-color=ir940] {
  background-color: #e0e0e0;
}

.pagenavi-block {
  width: 100%;
}
.pagenavi-block--indent {
  margin: 50px 0 100px;
}

.pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagenavi__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.pagenavi__item {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 15px;
}
.pagenavi__item:first-of-type {
  margin-left: 0;
}
.pagenavi__item:last-of-type {
  margin-right: 0;
}
.pagenavi__item-arrow {
  width: 20px;
}
.pagenavi__item-arrow .pagenavi__link {
  color: #c9cbcc;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenavi__item-arrow .pagenavi__link:hover {
  text-decoration: none;
}
.pagenavi__item-arrow.disabled {
  pointer-events: none;
  opacity: .4;
}
.pagenavi__link {
  color: #4c5256;
  display: block;
  width: 35px;
  height: 35px;
  padding: 6px 0;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
}
.pagenavi__link:hover {
  text-decoration: underline;
  color: #4c5256;
}
.pagenavi__link.active_el {
  color: #fff;
  background-color: #4c5256;
  pointer-events: none;
}
.pagenavi__info {
  opacity: .4;
  pointer-events: none;
  font-size: 16px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.filter-block {
  position: relative;
}
.filter-block__item {
  clear: both;
  border-bottom: 1px solid #EBEBEC;
}
.filter-block__item.bx-active .filter-block__title:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 12px;
}
.filter-block__item-toggle {
  display: inline-block;
  width: 58px;
  height: 26px;
  padding: 4px;
  border-radius: 13px;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e2e2e2;
  position: relative;
  cursor: pointer;
}
.filter-block__item-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #ef172f;
  right: calc(100% - 22px);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.filter-block__item-toggle.type2:before {
  left: auto;
  right: 4px;
}
.filter-block__item-result {
  text-align: center;
  padding: 0 0 10px;
  margin-top: 20px;
  border: none;
}
.filter-block__item-result .button {
  font-size: 14px;
}
.filter-block__item-result .button[name="set_filter"], .filter-block__item-result .button[name="set_filter2"] {
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
}
.filter-block__item-result--wrap {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-block__item-result--text {
  color: rgba(76, 82, 86, 0.5);
  font-size: 12px;
  margin-bottom: 2px;
}
.filter-block__item-result--value {
  margin-left: 5px;
  color: #ef172f;
  font-family: FontMedium, sans-serif;
  font-size: 21px;
}
.filter-block__item-checkbox {
  display: none;
}
.filter-block__item-checkbox:checked + .filter-block__item-color:before {
  border-color: #ef172f;
}
.filter-block__item--checkbox {
  display: none;
}
.filter-block__item--checkbox:checked + span {
  background-color: #4c5256;
  border-color: #4c5256;
  color: #fff;
}
.filter-block__item--checkbox[disabled] + span {
  opacity: 0.5;
  list-style-type: none;
  cursor: default;
}
.filter-block__item--checkbox[disabled]:hover + .filter-block__item--label {
  border: 1px solid #e9eaea;
}
.filter-block__item--label {
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e9eaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-block__item--label:hover {
  border: 1px solid #4c5256;
}
.filter-block__item-color {
  display: inline-block;
  font-size: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  border: solid 1px #fff;
  padding: 1px;
}
.filter-block__item-color:before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 1px solid;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-block__change-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.filter-block__change-type input[type='radio'] {
  display: none;
}
.filter-block__change-type label {
  cursor: pointer;
}
.filter-block__change-type-block {
  display: none;
}
.filter-block__change-type-block.active_el {
  display: block;
}
.filter-block__title {
  font-family: FontMedium, sans-serif;
  font-size: 22px;
  margin: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 0 15px 0 0;
  position: relative;
}
.filter-block__title:after {
  position: absolute;
  left: calc(100% - 10px);
  pointer-events: none;
  content: '';
  display: block;
  float: right;
  border-right: 1px solid #4c5256;
  border-bottom: 1px solid #4c5256;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-top: 10px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.filter-block__list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-block__list ul:nth-of-type(2) {
  padding-top: 10px;
}
.filter-block__list ul li {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 0 3px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.filter-block__list ul.list-color {
  position: relative;
  padding-bottom: 30px;
}
.filter-block__list ul.list-color li {
  padding: 0;
  border: none;
  margin-right: 13px;
  margin-bottom: 15px;
}
.filter-block__list ul.list-color li:last-of-type {
  margin-right: 0;
}
.filter-block__list ul.list-color li:hover .filter-block__item-color:before {
  border-color: #ef172f;
}
.filter-block__list ul.list-color li.select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20px;
  position: absolute;
  right: 0;
  margin-bottom: 30px;
  bottom: 0;
  left: 0;
  border-right: 1px solid rgba(76, 82, 86, 0.5);
  border-bottom: 1px solid rgba(76, 82, 86, 0.5);
  border-left: 1px solid rgba(76, 82, 86, 0.5);
}
.filter-block-result {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 265px;
  height: 44px;
  z-index: 10;
  padding-left: 10px;
  font-size: 16px;
  margin-left: 330px;
  border: solid 1px #ef172f;
  top: 50px;
}
.filter-block-result:after, .filter-block-result:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.filter-block-result:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 21px;
  margin-top: -21px;
}
.filter-block-result:before {
  border-color: rgba(239, 23, 47, 0);
  border-right-color: #ef172f;
  border-width: 22px;
  margin-top: -22px;
}

.disabled {
  opacity: 0.5 !important;
  list-style-type: none !important;
  cursor: default !important;
}

.slider-range {
  margin: 30px 0 30px;
}
.slider-range--inputs {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-range--input {
  border-color: rgba(76, 82, 86, 0.5);
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 5px 0 4px;
  width: 70px;
  text-align: center;
}

.ui-slider-handle {
  position: relative;
}
.ui-slider-handle:after {
  content: 'min';
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 11px;
}

.ui-slider-handle:last-of-type:after {
  content: 'max';
}

.select-all--block {
  background-color: #fff;
  position: relative;
  padding: 5px;
  margin: 0 15px -15px 0;
}
.select-all--check {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #4c5256;
  position: relative;
}
.select-all--check:before {
  content: 'Все';
  display: block;
  position: absolute;
  bottom: -10px;
  right: 30px;
  font-size: 13px;
}
.select-all--check:after {
  content: '';
  border-radius: 50%;
  background-color: #ef172f;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  display: none;
}
.select-all input[type="checkbox"]:checked + .select-all--check:after {
  display: block;
}

.filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-tag-item:last-of-type {
  margin-right: 0;
}

.card {
  margin-bottom: 90px;
  padding-top: 10px;
}
.card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card .color--radial {
  width: 40px;
  height: 40px;
  vertical-align: text-bottom;
}
.card .color--radial:last-child {
  margin-left: -15px;
  margin-right: 10px;
}
.card .color--radial:not(:first-child) {
  margin-left: -15px;
}
.card .color--radial:first-child {
  margin-left: 0;
}
.card .buy-block__button--compare, .card .buy-block__button--favorite {
  margin: 0 5px;
}
.card__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__slider-for {
  width: calc(100% - 100px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.card__slider-for .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__slider-for .slide:after {
  content: '';
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 0px);
  border: 1px solid #efeff0;
  left: 0;
  top: 0;
  z-index: 1;
}
.card__slider-for .slide > div, .card__slider-for .slide img {
  width: 100%;
}
.card__slider-nav {
  width: 100px;
  padding-right: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
}
.card__slider-nav .slide {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  overflow: hidden;
  margin-bottom: 10px;
}
.card__slider-nav .slide img {
  width: 100%;
}
.card__slider-nav .slide.slick-current {
  border-color: #efeff0;
}
.card__slide img {
  width: 100%;
}
.card__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.card__line > .row {
  width: 100%;
}
.card__line .buy-block__button--submit {
  margin-left: 0px;
}
.card__line-buy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.card__article {
  display: block;
}
.card__article span {
  display: block;
}
.card__article span:first-child {
  color: #ef172f;
  font-size: 30px;
}
.card__article span:nth-child(2) {
  font-size: 10px;
}
.card__quantity {
  padding-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.card__quantity div {
  text-align: right;
}
.card__quantity[data-stock=available] {
  color: #009E00;
}
.card__quantity[data-stock=available]:before {
  font-family: icomoon;
  font-size: 25px;
  content: "\e900";
}
.card__quantity[data-stock=notavailable] {
  color: #ef172f;
}
.card__quantity[data-stock=notavailable]:before {
  content: "\e901";
  font-family: icomoon;
  font-size: 25px;
  margin-right: 5px;
}
.card__quantity[data-stock=wait] {
  color: #FF9E00;
}
.card__quantity[data-stock=wait]:before {
  content: "\e902";
  font-family: icomoon;
  font-size: 25px;
  margin-right: 5px;
}
.card__description {
  margin: 50px 0 30px;
  color: #4c5256;
  font-size: 17px;
}
.card__colors-wrap {
  font-size: 0;
}
.card__buy-block {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.card .buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .buy-block__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 225px;
  padding-left: 10px;
}
.card .buy-block__button-wrap .buy-block__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card .buy-block__items {
  width: 140px;
}
.card__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.card__row .color--radial {
  width: 22px;
  height: 22px;
}
.card__param, .card__param-value {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 2;
  padding: 0 20px;
}
.card__param {
  border-left: solid 2px #4c5256;
  width: 50%;
}
.card__param-value {
  border-left: solid 2px #efeff0;
  width: 50%;
  color: #4c5256;
  font-weight: 700;
}
.card__param-value--color {
  line-height: 0;
}
.card__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  margin-top: 10px;
}
.card__file-img {
  width: 44px;
  margin-bottom: 10px;
}
.card__file-img img {
  width: 100%;
}
.card__file-title {
  font-size: 10px;
  text-transform: uppercase;
}
.card__file-wrapper a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card__file-wrapper a:focus {
  text-decoration: none;
  color: #4c5256;
}
.card__file-wrapper a:hover {
  color: #ef172f;
}
.card__price {
  color: #4c5256;
  font-size: 27px;
  margin-right: 0px;
  line-height: 1;
}
.card .buy-block__item-packnorm {
  position: absolute;
  left: 0;
  top: 100%;
}
.card .buy-block__wrap {
  position: relative;
}

.contacts {
  padding-bottom: 30px;
}
.contacts__block {
  font-size: 17px;
}
.contacts__block a {
  color: #4c5256;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__block a:hover {
  text-decoration: underline;
}
.contacts__item {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 520px);
}
.contacts__item-image {
  width: 520px;
  position: relative;
  overflow: hidden;
}
.contacts__item-image img {
  width: 100%;
  z-index: 0;
}
.contacts__item-image-link {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__item-image-link:hover {
  text-decoration: none !important;
  opacity: 1;
}
.contacts__item-title {
  font-size: 30px;
  margin-bottom: 45px;
}
.contacts__item-block {
  padding: 0 20px 0 50px;
}
.contacts__item-block--row {
  margin: 15px -10px 15px -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__item-col {
  width: 25%;
  padding: 10px 10px 10px 45px;
  border-left: 1px solid #c9cbcc;
}
.contacts__item-col--address {
  width: 43%;
  border-left: 0;
}
.contacts__item-time {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.contacts__item-schema {
  text-decoration: underline;
  font-size: 20px;
}
.contacts__text-big {
  color: #4c5256;
  text-decoration: none;
  font-size: 30px;
}
.contacts__text-big:hover {
  color: #ef172f;
  text-decoration: underline;
}
.contacts__form {
  margin-top: 90px;
  margin-bottom: 80px;
}
.contacts__form .input {
  padding: 25px;
  font-size: 30px;
  color: #4c5256;
  margin-bottom: 40px;
}
.contacts__form .input::-webkit-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.contacts__form .input:-ms-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.contacts__form .input::-ms-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.contacts__form .input::placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.contacts__form-label {
  padding-left: 25px;
  font-size: 19px;
}
.contacts__form-required {
  color: #FF0000;
}
.contacts__form .button {
  font-size: 30px;
  padding: 21px 30px;
  width: 450px;
  max-width: 100%;
  margin: 60px auto 0;
}
.contacts__form-radios {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 0 25px;
}
.contacts__form-radios > div {
  width: 50%;
}
.contacts__form-radios > div label {
  width: 100%;
}
.contacts__form label.error {
  display: none !important;
}
.contacts__form-answer {
  font-size: 29px;
  text-align: center;
  color: #4c5256;
}

.about-page {
  margin-bottom: 100px;
  font-size: 17px;
}

.content.content--block {
  margin-top: 35px;
}
.content.content--block .title-page {
  margin-top: 0;
}
.content__text img {
  max-width: 100%;
}
.content__text p:first-of-type {
  margin-top: 0;
}
.content p {
  font-size: 17px;
  margin: 17px 0;
}
.content a {
  color: #4c5256;
  text-decoration: underline;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}
.content a:hover {
  color: #ef172f;
}
.content blockquote {
  font-size: 20px;
  font-family: inherit;
  color: #939598;
  display: block;
  padding: 5px 0 5px 45px;
  margin: 1.5rem 0 0;
  position: relative;
  border: none;
}
.content blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e90f";
  font-family: icomoon;
  font-size: 25px;
}
.content__slider .slide img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 100vh;
}
.content__slider-nav .slide__img {
  cursor: pointer;
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding: 5px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__slider-nav .slide.slick-current {
  opacity: 0.5;
}
.content__video {
  margin-bottom: 20px;
}
.content table td {
  border: 1px solid #c9cbcc;
  padding: 15px;
}
.content table thead {
  font-weight: bold;
  background-color: #eee;
}

.news {
  overflow: hidden;
}
.news_mb {
  margin-bottom: 30px;
}
.news-item {
  margin-bottom: 60px;
}
.news-item__img {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.news-item__img a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #4c5256;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.news-item__img a:hover {
  opacity: 0.4;
}
.news-item__img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.news-item__title {
  display: block;
  color: #4c5256;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin: 15px 0;
  font-size: 24px;
}
.news-item__title span {
  width: 100%;
  display: block;
}
.news-item__title:hover {
  color: #ef172f;
}
.news-item__text {
  overflow: hidden;
}
.news-item__text a:hover {
  color: #ef172f;
}
.news-item__download {
  margin-top: 20px;
}
.news-item__download-link {
  display: inline-block;
  padding: 15px 0 15px 60px;
  position: relative;
  text-decoration: none;
}
.news-item__download-link:before {
  content: '';
  display: block;
  width: 46px;
  height: 53px;
  margin-top: -27px;
  background: url(/local/templates/arlight/css/../img/pdf-download.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
}
.news-item__download-link:hover .news-item__download-text {
  color: #ef172f;
}
.news-item__download-text {
  color: #4c5256;
  font-size: 1rem;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  display: block;
}
.news-item__download-size {
  display: block;
  color: #c9cbcc;
  font-size: 11px;
}
.news-detail .additional-goods {
  margin-bottom: 100px;
}
.news-last__item {
  margin-bottom: 45px;
}
.news-last__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.news-last__item a:hover {
  color: #ef172f;
}
.news-last__item img {
  width: 100%;
}
.news-last__item-title {
  margin-top: 10px;
  font-size: 19px;
  text-decoration: none;
}
.news-last__item-time {
  color: rgba(67, 82, 90, 0.5);
  font-size: 17px;
  margin-top: 15px;
}
.news_catalog .news-item__text {
  max-height: none;
}
.news_catalog .news-item__img {
  padding-bottom: 100%;
}
.news__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__share-text {
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(67, 82, 90, 0.4);
  margin-right: 10px;
}
.news__share .ya-share2__container_size_m .ya-share2__icon {
  width: 30px;
  height: 30px;
}
.news__share .ya-share2__badge {
  border-radius: 50%;
}
.news__share .ya-share2__container_size_m .ya-share2__item {
  margin-right: 10px;
}
.news__socblock {
  margin: 100px 0;
}

.additional-goods {
  padding: 0 20px;
  border-top: 1px solid #aebebd;
  margin-top: 30px;
}
.additional-goods--sliders {
  margin-bottom: 90px;
  padding: 0 10px;
}
.additional-goods--mainsliders {
  margin-bottom: 70px;
  padding: 0 10px;
}
.additional-goods--mainsliders .additional-goods {
  border-top: none;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
}
.additional-goods--mainsliders .slick-prev, .additional-goods--mainsliders .slick-next {
  top: 35%;
}
.additional-goods .title {
  margin: 50px 0;
  text-align: center;
}
.additional-goods a {
  text-decoration: none;
}
.additional-goods__item {
  width: 340px;
  height: 100%;
  padding-bottom: 115px;
  margin: auto;
  position: relative;
}
.additional-goods__item .color--radial {
  width: 40px;
  height: 40px;
}
.additional-goods__item .color--radial:not(:first-child) {
  margin-left: -30px;
}
.additional-goods__img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% - 2px);
  border: solid 1px #eee;
}
.additional-goods__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.additional-goods__img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(37, 37, 37, 0.45);
}
.additional-goods__img:hover:after {
  opacity: 1;
}
.additional-goods__color {
  position: absolute;
  left: 50px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
.additional-goods__color .item__colors-tooltip {
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(110%);
          transform: translateY(50%) translateX(110%);
  border-left-color: transparent;
}
.additional-goods__color .item__colors-tooltip:before {
  border-right-color: #4c5256;
  border-left-color: transparent;
}
.additional-goods__color .item__colors-tooltip:after {
  border-right-color: #ffffff;
  border-left-color: transparent;
}
.additional-goods__color .item__colors-tooltip:after, .additional-goods__color .item__colors-tooltip:before {
  right: 100%;
  left: auto;
}
.additional-goods__color:hover .item__colors-tooltip {
  opacity: 1;
}
.additional-goods__art {
  text-align: center;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  font-size: 23px;
}
.additional-goods__art:hover {
  color: #ef172f;
}
.additional-goods__title {
  display: block;
  padding: 0 15px;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.additional-goods__title:hover {
  text-decoration: underline;
  color: #ef172f;
}
.additional-goods__price {
  font-weight: bold;
  color: #4c5256;
  text-align: center;
  font-size: 22px;
  padding: 0 15px;
  margin-top: 15px;
  position: absolute;
  bottom: 70px;
  width: 100%;
}
.additional-goods__price sup {
  font-weight: normal;
}
.additional-goods__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}
.additional-goods__slider .slick-list, .additional-goods__slider .slick-track {
  width: 100%;
}
.additional-goods__slider .slick-slide {
  margin: 0 5px;
}
.additional-goods .slick-prev:before, .additional-goods .slick-next:before {
  font-size: 30px;
  color: #A5A7AA;
}
.additional-goods .slick-prev, .additional-goods .slick-next {
  width: auto;
  height: auto;
}
.additional-goods .title_sub {
  font-size: 19px;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
}
.additional-goods .buy-block__wrap {
  display: none;
}
.additional-goods .buy-block {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.additional-goods .buy-block__button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.additional-goods .buy-block__button {
  margin: 0 20px;
}

.faq {
  margin-bottom: 100px;
}
.faq .item {
  padding: 30px 0;
  border-bottom: 1px solid #c9cbcc;
}
.faq .item:first-of-type {
  border-top: 1px solid #c9cbcc;
}
.faq .item.active_el .item__answer {
  display: none;
}
.faq .item.active_el .item__answer--full {
  display: block;
}
.faq .item__question {
  margin-left: 11px;
  font-weight: bold;
  color: #ef172f;
  position: relative;
  padding: 10px 0 10px 15px;
  margin-bottom: 20px;
  font-size: 24px;
  border-left: solid 1px #ef172f;
}
.faq .item__question:before, .faq .item__question:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.faq .item__question:before {
  border-color: rgba(239, 23, 47, 0);
  border-right-color: #ef172f;
  border-width: 4px 11px 4px 0;
  margin-top: 3px;
}
.faq .item__question:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px 10px 3px 0;
  margin-top: 4px;
}
.faq .item__answer {
  color: #4c5256;
  font-size: 17px;
  padding-right: 15px;
  margin-right: 11px;
  border-right: 1px solid #4c5256;
  position: relative;
  width: calc(50% - 11px);
  margin-left: 50%;
}
.faq .item__answer:before, .faq .item__answer:after {
  left: 100%;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.faq .item__answer:before {
  border-color: rgba(76, 82, 86, 0);
  border-left-color: #4c5256;
  border-width: 4px 0 4px 11px;
  margin-top: -20px;
}
.faq .item__answer:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 3px 0 3px 10px;
  margin-top: -19px;
}
.faq .item__answer--full {
  display: none;
}
.faq .item__link {
  display: block;
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 18px;
  color: #4c5256;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .item__link:hover {
  color: #ef172f;
}

#personal_new {
  margin-bottom: 90px;
}

.personal__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 0 60px;
}
.personal__tabs-item {
  margin: 0;
  padding: 0 35px;
  border-left: 1px solid #c9cbcc;
}
.personal__tabs-item:first-of-type {
  padding-left: 0;
  border-left: 0;
}
.personal__tabs-link {
  color: #c9cbcc;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 29px;
}
.personal__tabs-link:hover {
  color: #ef172f;
}
.personal__tabs-link:focus {
  text-decoration: none;
  color: #c9cbcc;
}
.personal__tabs-link.active_el {
  color: #ef172f;
}
.personal__block {
  display: none;
}
.personal__block.active_el {
  display: block;
}
.personal__order-remove .button {
  font-size: 15px;
  padding: 4px 29px;
}
.personal__order-copy {
  position: relative;
}
.personal__order-copy a {
  color: #4c5256;
}
.personal__order-copy a i {
  font-size: 26px;
  font-weight: 600;
}
.personal__order-copy a:hover {
  color: #ef172f;
}
.personal__order-copy a:hover + .personal__order-copy--tooltip {
  opacity: 1;
}
.personal__order-copy--tooltip {
  opacity: 0;
  width: 95px;
  display: block;
  background: #ef172f;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 110%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.personal__order-copy--tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.personal__order-copy--tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ef172f;
  border-width: 5px;
  margin-left: -5px;
}

.profile__btns {
  text-align: right;
}
.profile__btns span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.profile__btns .button {
  padding: 20px 30px;
  width: 450px;
  max-width: 100%;
  font-size: 30px;
}

font.errortext {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.forgot-answer {
  font-size: 18px;
  width: 750px;
  margin: 30px 0;
  max-width: 100%;
  font-weight: 600;
}

.change-password {
  width: 500px;
  max-width: 100%;
}

div[data-view="table"] {
  max-width: 100%;
  overflow: auto;
}

.search-page {
  padding-bottom: 50px;
}
.search-page .meta-info__sort {
  display: none;
}

.preloader_block {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.54);
  z-index: 99999;
  display: none;
}

.preloader_block_2 {
  display: block;
  background-color: white;
}

@keyframes lds-flickr-opacity {
  0% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    opacity: 1;
  }
  49.99% {
    opacity: 1;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes lds-flickr-opacity {
  0% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    opacity: 1;
  }
  49.99% {
    opacity: 1;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes lds-flickr {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes lds-flickr {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.lds-css.ng-scope {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px !important;
  height: 95px !important;
}

.lds-flickr {
  position: relative;
}

.lds-flickr div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
}

.lds-flickr div:nth-child(1) {
  background: #ef172f;
  -webkit-animation: lds-flickr 1s linear infinite;
  animation: lds-flickr 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-flickr div:nth-child(2) {
  background: #545454;
  -webkit-animation: lds-flickr 1s linear infinite;
  animation: lds-flickr 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-flickr div:nth-child(3) {
  background: #ef172f;
  -webkit-animation: lds-flickr-opacity 1s linear infinite;
  animation: lds-flickr-opacity 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-flickr {
  width: 95px !important;
  height: 95px !important;
  -webkit-transform: translate(-48px, -48px) scale(0.5) translate(48px, 48px);
          transform: translate(-48px, -48px) scale(0.5) translate(48px, 48px);
}

.card__buy-block-accept {
  display: none;
  border: 1px solid #c9cbcc;
  border-radius: 3px;
  height: 37px;
  margin-right: 10px;
  overflow: hidden;
}
.card__buy-block-accept img {
  height: 100%;
}

.item__buy-block-accept {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  max-width: 240px;
  display: none;
  border: 1px solid #c9cbcc;
  border-radius: 3px;
  overflow: hidden;
}
.item__buy-block-accept img {
  width: 100%;
}

.block-404 {
  background-color: #b9bec6;
}
.block-404__num {
  width: 25%;
  padding: 0 15px;
}
.block-404__section.block-404__section--button {
  position: relative;
  width: 290px;
  margin: -20px auto 0;
}
.block-404__pic::before {
  content: '';
  padding-top: 130%;
  float: left;
}
.block-404__pic {
  border: 1px solid #fff;
  overflow: hidden;
  background: url(/local/templates/arlight/css/../img/404-bg.jpg) no-repeat center center/cover;
}
.block-404__pic-wrap {
  width: 50%;
  padding: 0 15px;
}
.block-404 .image {
  max-width: 100%;
  max-height: 100%;
}
.block-404__section.block-404__section--cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-404__main {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.block-404--indent {
  padding: 90px 0;
}

.order {
  margin-bottom: 100px;
}
.order__reg {
  margin-top: 30px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  background-color: #ececec;
  border: solid 1px #d8d8d9;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.order__reg a {
  font-weight: normal;
  text-decoration: underline;
  margin-left: 20px;
}
.order__reg a:hover {
  color: #ef172f;
}

#send_order {
  margin-top: 20px;
}

.order-cart {
  margin-bottom: 30px;
  display: none;
}
.order-cart__title {
  font-size: 22px;
}
.order-cart .buy-block__wrap {
  margin-top: 20px;
}
.order-cart__stock {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-cart__item {
  border: 1px solid #c9cbcc;
  border-collapse: collapse;
  padding: 10px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-cart__item-price {
  width: 50%;
  font-size: 25px;
}
.order-cart__item--title {
  padding: 30px 15px;
  font-weight: bold;
  font-size: 19px;
}
.order-cart__item-title--name {
  width: calc(100% - 600px);
}
.order-cart__item-title--order {
  width: 300px;
}
.order-cart__item-title--price {
  width: 300px;
}
.order-cart__item:not(:last-child) {
  border-bottom: 0;
}
.order-cart__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-cart__item-block--order {
  width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-cart__item-block--price {
  width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 25px;
}
.order-cart__thumb {
  width: 170px;
}
.order-cart__thumb img {
  width: 100%;
}
.order-cart__info {
  padding: 0 20px;
}
.order-cart__article {
  font-family: inherit;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}
.order-cart__article a {
  color: #ef172f;
  text-decoration: none;
}
.order-cart__article a:hover {
  text-decoration: underline;
}
.order-cart__title-link {
  color: #4c5256;
  text-decoration: none;
  font-family: inherit;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 19px;
}
.order-cart__title-link:hover {
  color: #ef172f;
}
.order-cart__wrap {
  width: calc(100% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-cart__basket a {
  color: #c9cbcc;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 30px;
}
.order-cart__basket a:hover {
  color: #000;
}
.order-cart__block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.order__form-input-title {
  padding-left: 15px;
  font-size: 13px;
}
.order__form-input {
  margin-bottom: 45px;
}

.order__pay-block {
  margin-bottom: 20px;
  background: #fff;
}
.order__pay-col {
  font-size: 17px;
  padding: 20px 15px;
  border: 1px solid #c9cbcc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__pay-col:not(:last-child) {
  border-bottom: 0;
}
.order__pay-col .button {
  width: 100%;
  padding: 10px 15px;
}
.order__pay-title--important, .order__pay-value--important {
  font-weight: bold;
  color: #ef172f;
}
.order__pay-item-description {
  overflow: hidden;
  max-height: 0;
  color: #c9cbcc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.order__pay-item-description p {
  margin: 0;
}
.order__pay-input:checked + .order__pay-label + .order__pay-item-description {
  max-height: 80px;
  margin-top: 20px;
}

.order__delivery {
  border: 1px solid #c9cbcc;
  padding: 20px;
}
.order__delivery:not(:last-child) {
  border-bottom: 0;
}
.order__delivery-label {
  font-size: 19px !important;
}
.order__delivery-label span {
  display: inline-block;
  padding-top: 3px;
}
.order__delivery-description {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.order__delivery-radio:checked ~ .order__delivery-description {
  max-height: none;
}
.order__delivery-description-text {
  padding-left: 50px;
  padding-top: 10px;
}

.map__list .input__radio:not(checked) + label {
  padding: 0;
}
.map__list .input__radio:not(checked) + label:before {
  left: -80px;
  width: 20px;
  height: 20px;
  top: -2px;
}
.map__list .input__radio:checked + label:after {
  width: 14px;
  height: 14px;
  left: -77px;
  top: 1px;
}

.order__delivery .map-order .map__block-info {
  padding-left: 30px;
}

.personal__order-more {
  margin-bottom: 100px;
}
.personal__order-date-wrap {
  position: relative;
}
.personal__order-date-wrap:after {
  content: "\e90e";
  font-family: icomoon;
  display: block;
  font-size: 20px;
  margin-top: -12px;
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: -1;
}
.personal__order-date, .personal__order-text, .personal__order-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
}
.personal__order-date input[type='text'] {
  width: 150px;
  border: 1px solid #c9cbcc;
  background: 0 0;
  padding: 5px;
  padding-right: 25px;
  height: 38px;
}
.personal__order-date-block {
  margin-left: 5px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal__order-text span {
  font-weight: bold;
}
.personal__order-block {
  border: 1px solid #c9cbcc;
}
.personal__order-block.personal__order-block--filter {
  padding: 30px 15px;
  border-bottom: 0;
}
.personal__order-list {
  margin-bottom: 100px;
}
.personal__order-date-wrap {
  margin: 0 5px;
  position: relative;
}
.personal__order-col--text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal__order-select {
  color: #4c5256;
  width: 200px;
  max-width: 100%;
  border: 1px solid #c9cbcc;
  background: 0 0;
  padding: 5px;
  margin-right: 10px;
}
.personal__order-col-text {
  padding: 0 15px;
}
.personal__order-number {
  font-weight: bold;
  font-size: 40px;
  color: #ef172f;
}
.personal__order-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  margin: 0 15px;
  padding: 15px 0;
  width: calc(100% - 30px);
  border-bottom: 1px solid #c9cbcc;
}
.personal__order-block-list {
  font-size: 13px;
  margin: 0 30px;
  width: calc(100% - 80px);
}
.personal__order-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c9cbcc;
  padding: 10px 5px;
}
.personal__order-list-item:last-of-type {
  border-bottom: 0;
}
.personal__order-list-item--title {
  font-weight: bold;
  border-bottom: 1px solid #4c5256;
}
.personal__order-list-col--number {
  width: 50px;
}
.personal__order-list-col--vendor {
  width: 75px;
}
.personal__order-list-col--login {
  width: 150px;
  overflow: hidden;
}
.personal__order-list-col--name {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.personal__order-list-col--count {
  width: 165px;
  text-align: center;
}
.personal__order-list-col--param-val {
  font-weight: bold;
}
.personal__order-list-col--param-val a {
  color: #4c5256;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.personal__order-list-col--param-val a:hover {
  color: #ef172f;
  text-decoration: none;
}
.personal__order-list-col--param {
  width: 150px;
}
.personal__order-list-col--pricecount {
  display: none;
}
.personal__order-price, .personal__order-status {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal__order-status div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.personal__order-block-button {
  padding: 20px 30px;
}
.personal__order-block-button .button {
  width: 140px;
  font-size: 14px;
}
.personal__order-status-text {
  font-weight: bold;
  display: block;
}
.personal__order-total-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px 0 30px;
}
.personal__order-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  width: 250px;
}
.personal__order-total-col--name {
  width: 60px;
  color: rgba(67, 82, 90, 0.5);
}
.personal__order-total-col--val {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.personal__order-total-item--main {
  font-size: 16px;
}
.personal__order-total-item--main .personal__order-total-col.personal__order-total-col--val {
  font-weight: bold;
}
.personal__order-col-form {
  max-width: 100%;
}

.personal__order-list-item--table .personal__order-list-col--num {
  min-width: 50px;
  width: 50px;
  max-width: 50px;
}
.personal__order-list-item--table .personal__order-list-col--vend {
  min-width: 80px;
  width: 80px;
  max-width: 80px;
}
.personal__order-list-item--table .personal__order-list-col--name {
  font-weight: bold;
  min-width: 220px;
  width: 220px;
  max-width: 220px;
}
.personal__order-list-item--table .personal__order-list-col--name a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.personal__order-list-item--table .personal__order-list-col--name a:hover {
  color: #ef172f;
}
.personal__order-list-item--table .personal__order-list-col--name {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.personal__order-list-item--table .personal__order-list-col--desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.personal__order-list-item--table .personal__order-list-col--price, .personal__order-list-item--table .personal__order-list-col--count {
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  text-align: center;
}
.personal__order-list-item--table .personal__order-list-col--total-price {
  min-width: 120px;
  width: 120px;
  max-width: 120px;
}

.admin-setting-list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #c9cbcc;
  border-radius: 3px;
}
.admin-setting-list li {
  display: block;
  border-bottom: 1px solid #c9cbcc;
  padding: 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.admin-setting-list li a {
  display: block;
  color: inherit;
}
.admin-setting-list li a:focus {
  color: inherit;
}
.admin-setting-list li:last-of-type {
  border-bottom: 0;
}
.admin-setting-list li:hover {
  background-color: #4c5256;
  color: #fff;
}
.admin-setting-list li.active_el {
  background-color: #ef172f;
  color: #fff;
}

.personal#admin {
  margin-bottom: 100px;
}

#admin .personal__order-block-item {
  overflow: auto;
}
#admin .personal__order-list-col--vendor {
  padding: 0 2px;
}
#admin .personal__order-block-list {
  min-width: 400px;
  width: 100%;
  margin: 0;
}
#admin .personal__order-block-list a:hover {
  color: #ef172f;
}

.file-upload {
  max-width: 250px;
}
.file-upload--header .file-upload-content {
  background: #eee;
}
.file-upload--footer .file-upload-content {
  background: #4c5256;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #4c5256;
  border: none;
  padding: 5px;
  border-bottom: 4px solid #181b1f;
  border-right: 4px solid #181b1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.file-upload-btn:hover {
  background: #474d51;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border-color: transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed #d3d2d2;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.file-upload-content {
  margin-top: 20px;
  background: #ececec;
  border: 2px dashed #929ba1;
  border-radius: 4px;
}

.image-dropping,
.image-upload-wrap:hover {
  border: 2px dashed #929ba1;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #d3d2d2;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.settings__shop-list {
  position: relative;
}
.settings__shop-list-hide {
  display: none;
}
.settings__shop-list--del {
  position: absolute;
  right: 15px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #ef172f;
}
.settings__shop-list--del:focus {
  color: #ef172f;
}
.settings__shop-list--del:hover {
  color: #4c5256;
}
.settings__shop-list--new {
  padding-top: 20px;
}

.form-group p {
  margin-bottom: 8px;
}

.form-group img {
  max-width: 100%;
}

.shop__name {
  margin: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.shop__name + form {
  display: none;
  margin-top: 10px;
}

#map_shop {
  width: 100%;
}

.map_shop_wrap {
  width: 750px;
  padding: 20px;
  background: #fff;
}
.map_shop_wrap .button {
  height: 38px;
  padding: 2px 10px;
  font-size: 15px;
  line-height: 1;
  margin-left: 10px;
}

.map_shop_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#marker {
  background-image: url("/local/templates/arlight/css/../img/map-point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 36px;
  position: absolute;
}

.map_shop {
  position: relative;
  display: block;
  height: 500px;
}
.map_shop iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.shop-coord {
  position: relative;
}
.shop-coord a {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  padding: .25rem .25rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.add-hidden .shop__name, .add-hidden form, .add-hidden .btn {
  opacity: 0.5;
  pointer-events: none;
}
.add-hidden hr {
  display: none;
}
.add-hidden .mess {
  margin-top: 5px;
}
.add-hidden .mess a {
  text-decoration: underline;
}
.add-hidden .mess a:focus {
  color: inherit;
}
.add-hidden .mess a:hover {
  color: #ef172f;
}

.mini-card-list {
  margin: 20px -15px 50px -15px;
}
.mini-card-list .slide {
  padding: 0 15px;
  width: 20%;
  margin-bottom: 25px;
}
.mini-card-list .additional-goods__item {
  width: 100%;
  padding-bottom: 15px;
}

.compare__del .button {
  font-size: 15px;
  padding: 8px;
}
.compare__content ul {
  display: block;
  margin: 0;
  padding: 0;
}
.compare__content li {
  display: block;
}
.compare__content li:nth-of-type(odd) {
  background: #b2b2b2;
}
.compare__content li:nth-of-type(even) {
  background: #fff;
}
.compare__item {
  width: 250px;
  border: solid 1px;
  margin-right: 5px;
}
.compare__item:last-of-type {
  margin-right: 10px;
}
.compare__img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #c9cbcc;
}
.compare__img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.compare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare__td {
  min-width: 250px;
  max-width: 250px;
  padding: 8px 5px;
}
.compare__td-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.compare__td-title a:hover {
  color: #ef172f;
}
.compare__td-img {
  padding: 0;
  margin-right: 5px;
  border: solid 1px #c9cbcc;
  border-bottom: none;
}
.compare__body .compare__row {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.compare__body .compare__row:nth-of-type(odd) .compare__td {
  background: #EDEEEE;
}
.compare__table-wrap2 {
  display: none;
}
.compare__table-wrap2[data-item="1"] {
  display: block;
}
.compare__table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.compare__table-wrap .scrollbar-outer > .scroll-element div.scroll-bar {
  height: 12px;
  top: -4px;
}
.compare__table-wrap .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: visible;
}
.compare__table-wrap .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 5px;
}
.compare__table-left {
  width: 250px;
}
.compare__table-main {
  width: calc(100% - 250px);
  overflow: auto;
}
.compare__table-main .compare__body .compare__td {
  border-left: solid 1px #c9cbcc;
  border-right: solid 1px #c9cbcc;
  margin-right: 5px;
}
.compare__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #c9cbcc;
  margin-bottom: 20px;
}
.compare__result > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 230px;
  height: 41px;
}
.compare__result-del {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #c9cbcc;
  text-transform: uppercase;
  color: inherit;
  font-size: 16px;
}
.compare__result-del:hover {
  color: #ef172f;
}
.compare__result-del--count {
  margin-left: 5px;
  color: #ef172f;
  font-weight: bold;
}
.compare__result-del i {
  text-decoration: underline;
  font-style: normal;
  text-transform: none;
}
.compare__head .compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-transform: uppercase;
}
.compare__head .buy-block__wrap {
  display: none;
}
.compare__head .buy-block {
  padding: 10px 0 6px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.compare__head .buy-block__button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.compare__head .buy-block__button {
  margin: 0 20px;
}
.compare__head .buy-block__button--compare {
  font-size: 25px;
  margin-top: -2px;
}
.compare__section {
  margin: 0;
  padding: 0;
}
.compare__section li {
  display: inline-block;
  margin-right: 10px;
}
.compare__section li a {
  font-size: 16px;
  margin-bottom: 8px;
}
.compare__section li a:focus {
  text-decoration: none;
}
.compare__section li:last-of-type {
  margin-right: 0;
}
.compare__body .compare__row:last-of-type .compare__td {
  border-bottom: solid 1px #c9cbcc;
}

.scroll-wrapper.compare__table .compare__body {
  padding-bottom: 20px;
}

.compare-table tbody td {
  padding: 5px;
  border: solid 1px #b2b2b2;
}

.subscribe__form {
  padding: 0 15px;
  margin: 120px auto;
  width: 560px;
  max-width: 100%;
  text-align: center;
  display: block;
}
.subscribe__form-title {
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.subscribe__form .button {
  width: 450px;
  padding: 21px 10px;
  font-size: 30px;
  max-width: 100%;
  margin: 40px auto 0;
}
.subscribe__form .input {
  text-align: center;
  padding: 25px;
  font-size: 30px;
  color: #4c5256;
  margin-bottom: 40px;
}
.subscribe__form .input::-webkit-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.subscribe__form .input:-ms-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.subscribe__form .input::-ms-input-placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.subscribe__form .input::placeholder {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.4);
}
.subscribe__form label.error {
  display: none !important;
}

.add_input {
  text-decoration: underline;
  font-size: 12px;
  display: block;
  cursor: pointer;
  color: #d3d2d2;
  margin-top: 3px;
}
.add_input:hover {
  color: #495057;
}

.favorite__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #c9cbcc;
  margin-bottom: 20px;
}
.favorite__result > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 230px;
  height: 41px;
}
.favorite__result-del {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #c9cbcc;
  text-transform: uppercase;
  color: inherit;
  font-size: 16px;
}
.favorite__result-del:hover {
  color: #ef172f;
}
.favorite__result-del--count {
  margin-left: 5px;
  color: #ef172f;
  font-weight: bold;
}
.favorite__result-del i {
  text-decoration: underline;
  font-style: normal;
  text-transform: none;
}

.item--favorite-list {
  margin-bottom: 90px;
}

.starrequired {
  color: #ef172f;
}

.newnews-item {
  width: 100%;
  position: relative;
  color: #43525a;
  margin-bottom: 70px;
}
.newnews-item:last-of-type {
  margin-bottom: 0;
}
.newnews-item__img {
  width: 760px;
  position: relative;
}
.newnews-item__img img {
  width: 100%;
}
.newnews-item__title {
  font-size: 31px;
  margin-bottom: 20px;
  display: block;
}
.newnews-item__title:hover {
  color: #ef172f;
}
.newnews-item__text {
  font-size: 20px;
}
.newnews-item__content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 710px);
  padding: 50px;
  background: #fff;
}
.newnews-item__date {
  color: rgba(67, 82, 90, 0.4);
  margin-bottom: 20px;
}

.type-payer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
}
.type-payer__list > div {
  height: 41px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type-payer__list > div:first-of-type {
  display: none;
}

.info__menu-list {
  padding: 0;
  margin: 40px 0 45px 0;
}
.info__menu-list li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  padding-right: 26px;
  border-right: 1px solid rgba(76, 82, 86, 0.5);
}
.info__menu-list li:last-of-type {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.info__menu-list a {
  font-size: 30px;
  color: rgba(76, 82, 86, 0.5);
}
.info__menu-list a:focus {
  color: inherit;
}
.info__menu-list a:hover {
  color: #ef172f;
}
.info__menu-list a.active_el {
  color: #ef172f;
}

.footer-social {
  border-left: solid 1px #fff;
  padding-left: 122px;
}
.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0px 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.footer-social ul li:hover {
  opacity: 0.8;
}
.footer-social ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-social ul li a:hover, .footer-social ul li a:focus {
  text-decoration: none;
}
.footer-social ul li a:hover:after, .footer-social ul li a:focus:after {
  display: none;
}
.footer-social_fb {
  background-image: url("/local/templates/arlight/css/../img/soc_2_fb.svg");
}
.footer-social_vk {
  background-image: url("/local/templates/arlight/css/../img/soc_2_vk.svg");
}
.footer-social_gp {
  background-image: url("/local/templates/arlight/css/../img/soc_gl.svg");
}
.footer-social_ig {
  background-image: url("/local/templates/arlight/css/../img/soc_2_ig.svg");
}
.footer-social_pr {
  background-image: url("/local/templates/arlight/css/../img/soc_pr.svg");
}
.footer-social_tw {
  background-image: url("/local/templates/arlight/css/../img/soc_2_tw.svg");
}
.footer-social_yt {
  background-image: url("/local/templates/arlight/css/../img/soc_2_yt.svg");
}
.footer-social_ok {
  background-image: url("/local/templates/arlight/css/../img/soc_2_ok.svg");
}

[name="register_submit_button"], .button[name="Login"], .button[name="send_account_info"], .button[name="change_pwd"] {
  width: 457px;
  max-width: 100%;
  font-size: 30px;
  padding: 20px;
}

.news-detail--new .title-page {
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-detail--new .title__text {
  text-transform: none;
  padding-right: 0;
  margin: 0;
  text-align: left;
}
.news-detail--new .title__date {
  width: 100%;
  text-align: left;
  font-size: 17px;
  color: rgba(67, 82, 90, 0.51);
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 992px) {
  .news-detail--new .col-lg-8 {
    padding-right: 30px;
  }
  .news-detail--new .col-lg-4 {
    padding-left: 30px;
  }
}
.order__form .input {
  font-size: 30px;
  padding: 33px 15px;
}
.order__form .order__form-input-title {
  font-size: 19px;
}

.like-block {
  color: #4c5256;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
.like-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-right: 30px;
}
.like-block__item:last-of-type {
  margin-right: 0;
}
.like-block__item i {
  font-size: 27px;
}
.like-block__txt {
  display: block;
  margin-left: 5px;
  font-size: 17px;
}

.like-link {
  cursor: pointer;
}
.like-link.active_el {
  color: #ef172f;
}
.like-link.disabled_el {
  pointer-events: none;
  cursor: default;
}

.news-detail--new .like-block {
  margin-top: 0;
}

.icon-ar-dislike:before {
  position: relative;
  top: 9px;
}

.header__search-form-block {
  position: relative;
}

.header__search-form-input {
  display: block;
}

.changesearch {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: auto;
  display: inline-block;
  font-size: 110px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

input[type="color"] {
  border-radius: 5px;
  background: transparent;
  height: 38px;
}

.header_message_icon-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header_message_icon-item {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
}
.header_message_icon-item i {
  font-size: 20px;
}
.header_message_icon-item.active_el {
  border: solid 1px #ef172f;
  color: #ef172f;
}
.header_message_icon-item:hover {
  border: solid 1px #ef172f;
  color: #ef172f;
}

.select-all-input {
  color: #485156;
  font-size: 12px;
  font-weight: bold;
  padding: 4.5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e9eaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.select-all-input:hover {
  border: 1px solid #4c5256;
}
.select-all-input--color {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
}

.old-price {
  font-size: 14px;
  display: inline-block;
  position: relative;
  opacity: 0.6;
}
.old-price:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #4c5256;
  position: absolute;
  left: 0;
  top: 50%;
}

.new-price {
  font-size: 20px;
}

.color-scheme-items,
.header-scheme-items,
.font-scheme-items {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.color-scheme-items:hover, .color-scheme-items.active_el,
.header-scheme-items:hover,
.header-scheme-items.active_el,
.font-scheme-items:hover,
.font-scheme-items.active_el {
  border: 1px solid #ef172f;
}
.color-scheme-items span,
.header-scheme-items span,
.font-scheme-items span {
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  margin-right: 3px;
}
.color-scheme-items span:last-of-type,
.header-scheme-items span:last-of-type,
.font-scheme-items span:last-of-type {
  margin-right: 0;
}

.font-scheme-items,
.header-scheme-items {
  width: 100%;
  display: block;
  word-wrap: break-word;
  height: auto;
  padding: 5px;
}
.font-scheme-items span,
.header-scheme-items span {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  line-height: 1.2;
}

.personal .button {
  display: inline-block;
}
.personal .button_block {
  display: block;
}

.form__policy {
  opacity: 0.8;
  font-size: 12px;
}
.form__policy a {
  text-decoration: underline;
}
.form__policy a:hover {
  color: #4c5256;
}

[data-header="scheme1"] .header__nav nav > ul > li:before {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-header="scheme1"] .header__nav nav > ul > li.active_el {
  font-weight: bold;
}
[data-header="scheme1"] .header__nav nav > ul > li.active_el:before {
  height: 4px;
}
[data-header="scheme1"] .header__nav nav > ul > li:before,
[data-header="scheme1"] .header__nav nav > ul > li:hover:before {
  height: 4px;
}
[data-header="scheme1"] .header__nav nav > ul > li:before {
  background: #ef172f;
}
[data-header="scheme1"] .header__centerlogo {
  display: block;
  text-align: center;
  padding: 60px 0 80px;
}
[data-header="scheme1"] .header__centerlogo img {
  max-height: 100px;
}
[data-header="scheme1"] .header__logo {
  opacity: 0;
  visibility: hidden;
}
[data-header="scheme1"] .header_fixed .header__logo {
  opacity: 1;
  visibility: visible;
}

[data-header="scheme2"] .header__nav nav > ul > li.active_el > a, [data-header="scheme2"] .header__nav nav > ul > li:hover > a {
  color: #ef172f;
  font-weight: bold;
}
[data-header="scheme2"] .header__nav nav > ul > li:before {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[data-header="scheme2"] .header__nav nav > ul > li.active_el:before {
  display: none;
}
[data-header="scheme2"] .header__nav nav > ul > li:before,
[data-header="scheme2"] .header__nav nav > ul > li:hover:before {
  height: 4px;
}
[data-header="scheme2"] .header__nav nav > ul > li:before {
  background: #ef172f;
}
[data-header="scheme2"] .header__logo img {
  opacity: 0;
  visibility: hidden;
}
[data-header="scheme2"] .header__centerlogo {
  display: block;
  text-align: center;
  padding: 50px 0;
}
[data-header="scheme2"] .header__centerlogo img {
  max-height: 100px;
}

[data-color="scheme2"] .map__list-item:before {
  background: url(/local/templates/arlight/css/../img/map-point_1.svg) no-repeat top left/contain;
}
[data-color="scheme2"] .footer__menu ul a, [data-color="scheme2"] .title_footer {
  color: #fff;
}
[data-color="scheme2"] .footer__menu ul a:after {
  background: #fff;
}
[data-color="scheme2"] .question__button, [data-color="scheme2"] .to-top i, [data-color="scheme2"] .header__favorite:hover, [data-color="scheme2"] .header__compare:hover, [data-color="scheme2"] .header__cart:hover, [data-color="scheme2"] .header__search:hover i, [data-color="scheme2"] .newnews-item__title:hover, [data-color="scheme2"] .news-last__item a:hover, [data-color="scheme2"] .like-link.active_el, [data-color="scheme2"] .breadcrumbs__link:hover, [data-color="scheme2"] .map__link:hover, [data-color="scheme2"] .map__link-phone:hover, [data-color="scheme2"] .map__link-email:hover, [data-color="scheme2"] .info__menu-list a.active_el, [data-color="scheme2"] .info__menu-list a:hover, [data-color="scheme2"] .news-item__title:hover, [data-color="scheme2"] .content a:hover, [data-color="scheme2"] .faq .item__question, [data-color="scheme2"] .faq .item__link:hover, [data-color="scheme2"] .contacts__text-big:hover, [data-color="scheme2"] .contacts__form-required, [data-color="scheme2"] .buy-block__button--compare:hover, [data-color="scheme2"] .buy-block__button--favorite:hover, [data-color="scheme2"] .buy-block__button--compare.in_cart, [data-color="scheme2"] .buy-block__button--favorite.in_cart, [data-color="scheme2"] .item__vendor, [data-color="scheme2"] .item__name a:hover, [data-color="scheme2"] .sidebar__choose-button.active_el, [data-color="scheme2"] .categories-list__link:hover, [data-color="scheme2"] .categories-list__link.active_el, [data-color="scheme2"] .buy-block__items .buy-block__button:hover, [data-color="scheme2"] .filter-block__item-result--value, [data-color="scheme2"] .card__article span:first-child, [data-color="scheme2"] .additional-goods__art:hover, [data-color="scheme2"] .additional-goods__title:hover, [data-color="scheme2"] .meta-info__sort-list a:hover, [data-color="scheme2"] .cart__item--del, [data-color="scheme2"] .cart__item a:hover, [data-color="scheme2"] .compare__td-title a:hover, [data-color="scheme2"] .compare__result-del--count, [data-color="scheme2"] .compare__result-del:hover, [data-color="scheme2"] .favorite__result-del:hover, [data-color="scheme2"] .favorite__result-del--count, [data-color="scheme2"] .order__pay-title--important, [data-color="scheme2"] .order__pay-value--important, [data-color="scheme2"] .order-cart__title-link:hover, [data-color="scheme2"] .order-cart__article a, [data-color="scheme2"] .banner-slider .slide__link:hover, [data-color="scheme2"] .input__checkbox:checked + label:after, [data-color="scheme2"] .input__checkbox:checked + span:after, [data-color="scheme2"] .required, [data-color="scheme2"] .personal__tabs-link.active_el, [data-color="scheme2"] .personal__tabs-link:hover, [data-color="scheme2"] .starrequired, [data-color="scheme2"] .personal__order-number, [data-color="scheme2"] .personal__order-copy a:hover, [data-color="scheme2"] .personal__order-list-col--param-val a:hover, [data-color="scheme2"] .personal__order-list-item--table .personal__order-list-col--name a:hover, [data-color="scheme2"] #admin .personal__order-block-list a:hover, [data-color="scheme2"] #admin .personal__order-block-list a:hover, [data-color="scheme2"] .header_message_icon-item.active_el, [data-color="scheme2"] .header_message_icon-item:hover, [data-color="scheme2"][data-header="scheme2"] .header__nav nav > ul > li.active_el > a, [data-color="scheme2"][data-header="scheme2"] .header__nav nav > ul > li:hover > a, [data-color="scheme2"] .news-item__text a:hover, [data-color="scheme2"] .forgot-answer, [data-color="scheme2"] .map__title a:hover, [data-color="scheme2"] .theme-link:hover {
  color: #707578;
}
[data-color="scheme2"] .header__favorite:hover .header__count, [data-color="scheme2"] .header__compare:hover .header__count, [data-color="scheme2"] .header__cart:hover .header__count, [data-color="scheme2"] .breadcrumbs__link:hover:after, [data-color="scheme2"] .input__radio:checked + label:after, [data-color="scheme2"] .question__block, [data-color="scheme2"] .question__close, [data-color="scheme2"] .sidebar__choose-button.active_el:before, [data-color="scheme2"] .buy-block__button--submit:hover, [data-color="scheme2"] .bx-filter .bx-ui-slider-handle:hover, [data-color="scheme2"] .meta-info__sort-list a:hover .meta-info__sort-text:after, [data-color="scheme2"] .popup__title-name:after, [data-color="scheme2"] .personal__order-copy--tooltip, [data-color="scheme2"] .admin-setting-list li.active_el, [data-color="scheme2"] .lds-flickr div:nth-child(1), [data-color="scheme2"] .lds-flickr div:nth-child(3) {
  background: #707578;
}
[data-color="scheme2"] .faq .item__question, [data-color="scheme2"] .filter-block-result, [data-color="scheme2"] .color-scheme-items:hover, [data-color="scheme2"] .color-scheme-items.active_el, [data-color="scheme2"] .font-scheme-items:hover, [data-color="scheme2"] .font-scheme-items.active_el, [data-color="scheme2"] .header_message_icon-item.active_el, [data-color="scheme2"] .header_message_icon-item:hover, [data-color="scheme2"] .header-scheme-items:hover, [data-color="scheme2"] .header-scheme-items.active_el {
  border-color: #707578;
}
[data-color="scheme2"] .faq .item__question:before {
  border-right-color: #707578;
}
[data-color="scheme2"] .footer, [data-color="scheme2"] .img-in-logo-footer {
  background: #4c5256;
}
[data-color="scheme2"] .footer__bottom {
  border-top: 1px solid #7e8285;
}
[data-color="scheme2"] .header__menu, [data-color="scheme2"] .img-in-logo-header {
  background-color: #c6ccd2;
}
[data-color="scheme2"] .header__admin, [data-color="scheme2"] .header__top {
  background: #ff0019;
}
[data-color="scheme2"][data-header="scheme1"] .header__nav nav > ul > li:before, [data-color="scheme2"] [data-header="scheme2"] .header__nav nav > ul > li:before {
  background: #ff0019;
}
[data-color="scheme2"] .header__admin {
  border-color: #ff0019;
}
[data-color="scheme2"] .link-icon div, [data-color="scheme2"] .header__sign a, [data-color="scheme2"] .header__admin a, [data-color="scheme2"] .header__top, [data-color="scheme2"] .link-icon:hover {
  color: #fff;
}
[data-color="scheme2"] .link-icon div .hover-border:after, [data-color="scheme2"] .header__sign a .hover-border:after, [data-color="scheme2"] .header__admin a .hover-border:after, [data-color="scheme2"] .header__top .hover-border:after, [data-color="scheme2"] .link-icon:hover .hover-border:after {
  background-color: #fff;
}
[data-color="scheme2"] .header__sign a:before, [data-color="scheme2"] .header__admin a:after, [data-color="scheme2"] .link-icon div:after {
  background-color: #fff;
}
[data-color="scheme2"] .header__count, [data-color="scheme2"] .header__admin {
  border-color: #c6ccd2;
}
[data-color="scheme2"] .header__tel {
  border-right: 1px solid #fff;
}
[data-color="scheme2"] .header__linkfav ul li a:hover {
  color: #4c5256;
}
[data-color="scheme2"] .header__nav a, [data-color="scheme2"] .header__nav nav > ul > li > span.link-parrent {
  color: #2d3439;
}
[data-color="scheme2"] .button_transparent-red:focus,
[data-color="scheme2"] .button_transparent-red {
  border: solid 1px #707578;
  color: #707578;
}
[data-color="scheme2"] .button_transparent-red:hover, [data-color="scheme2"] .button_transparent-red.active_el {
  background-color: #707578;
  border: solid 1px #707578;
  color: #fff;
}
[data-color="scheme2"] .button:hover, [data-color="scheme2"] .button_transparent:hover, [data-color="scheme2"] .button_transparent.active_el {
  border-color: #707578;
  background-color: #707578;
  color: #fff;
}
[data-color="scheme2"] .filter-block-result:before {
  border-right-color: #707578;
}
[data-color="scheme2"] .button_red {
  background-color: #707578;
  border: solid 1px #707578;
}
[data-color="scheme2"] .button_red:hover {
  background-color: #fff;
  color: #707578;
}
[data-color="scheme2"] .button_text:hover {
  background: none;
  border: none;
}
[data-color="scheme2"] .personal__order-copy--tooltip:after {
  border-top-color: #707578;
}

[data-color="scheme3"] .map__list-item:before {
  background: url(/local/templates/arlight/css/../img/map-point_2.svg) no-repeat top left/contain;
}
[data-color="scheme3"] .footer__menu ul a, [data-color="scheme3"] .title_footer {
  color: #fff;
}
[data-color="scheme3"] .footer__menu ul a:after {
  background: #fff;
}
[data-color="scheme3"] .question__button, [data-color="scheme3"] .to-top i, [data-color="scheme3"] .header__compare:hover, [data-color="scheme3"] .header__cart:hover, [data-color="scheme3"] .header__search:hover i, [data-color="scheme3"] .newnews-item__title:hover, [data-color="scheme3"] .news-last__item a:hover, [data-color="scheme3"] .like-link.active_el, [data-color="scheme3"] .breadcrumbs__link:hover, [data-color="scheme3"] .map__link:hover, [data-color="scheme3"] .map__link-phone:hover, [data-color="scheme3"] .map__link-email:hover, [data-color="scheme3"] .info__menu-list a.active_el, [data-color="scheme3"] .info__menu-list a:hover, [data-color="scheme3"] .news-item__title:hover, [data-color="scheme3"] .content a:hover, [data-color="scheme3"] .faq .item__question, [data-color="scheme3"] .faq .item__link:hover, [data-color="scheme3"] .contacts__text-big:hover, [data-color="scheme3"] .contacts__form-required, [data-color="scheme3"] .buy-block__button--compare:hover, [data-color="scheme3"] .buy-block__button--favorite:hover, [data-color="scheme3"] .buy-block__button--compare.in_cart, [data-color="scheme3"] .buy-block__button--favorite.in_cart, [data-color="scheme3"] .item__vendor, [data-color="scheme3"] .item__name a:hover, [data-color="scheme3"] .sidebar__choose-button.active_el, [data-color="scheme3"] .categories-list__link:hover, [data-color="scheme3"] .categories-list__link.active_el, [data-color="scheme3"] .buy-block__items .buy-block__button:hover, [data-color="scheme3"] .filter-block__item-result--value, [data-color="scheme3"] .card__article span:first-child, [data-color="scheme3"] .additional-goods__art:hover, [data-color="scheme3"] .additional-goods__title:hover, [data-color="scheme3"] .meta-info__sort-list a:hover, [data-color="scheme3"] .cart__item--del, [data-color="scheme3"] .cart__item a:hover, [data-color="scheme3"] .compare__td-title a:hover, [data-color="scheme3"] .compare__result-del--count, [data-color="scheme3"] .compare__result-del:hover, [data-color="scheme3"] .favorite__result-del:hover, [data-color="scheme3"] .favorite__result-del--count, [data-color="scheme3"] .order__pay-title--important, [data-color="scheme3"] .order__pay-value--important, [data-color="scheme3"] .order-cart__title-link:hover, [data-color="scheme3"] .order-cart__article a, [data-color="scheme3"] .banner-slider .slide__link:hover, [data-color="scheme3"] .input__checkbox:checked + label:after, [data-color="scheme3"] .input__checkbox:checked + span:after, [data-color="scheme3"] .required, [data-color="scheme3"] .personal__tabs-link.active_el, [data-color="scheme3"] .personal__tabs-link:hover, [data-color="scheme3"] .starrequired, [data-color="scheme3"] .personal__order-number, [data-color="scheme3"] .personal__order-copy a:hover, [data-color="scheme3"] .personal__order-list-col--param-val a:hover, [data-color="scheme3"] .personal__order-list-item--table .personal__order-list-col--name a:hover, [data-color="scheme3"] #admin .personal__order-block-list a:hover, [data-color="scheme3"] #admin .personal__order-block-list a:hover, [data-color="scheme3"] .header_message_icon-item.active_el, [data-color="scheme3"] .header_message_icon-item:hover, [data-color="scheme3"] .news-item__text a:hover, [data-color="scheme3"] .button_red:hover, [data-color="scheme3"] .forgot-answer, [data-color="scheme3"] .map__title a:hover, [data-color="scheme3"] .theme-link:hover {
  color: #8c0011;
}
[data-color="scheme3"] .header__favorite:hover .header__count, [data-color="scheme3"] .header__compare:hover .header__count, [data-color="scheme3"] .header__cart:hover .header__count, [data-color="scheme3"] .breadcrumbs__link:hover:after, [data-color="scheme3"] .input__radio:checked + label:after, [data-color="scheme3"] .question__block, [data-color="scheme3"] .question__close, [data-color="scheme3"] .sidebar__choose-button.active_el:before, [data-color="scheme3"] .buy-block__button--submit:hover, [data-color="scheme3"] .bx-filter .bx-ui-slider-handle:hover, [data-color="scheme3"] .meta-info__sort-list a:hover .meta-info__sort-text:after, [data-color="scheme3"] .popup__title-name:after, [data-color="scheme3"] .personal__order-copy--tooltip, [data-color="scheme3"] .admin-setting-list li.active_el, [data-color="scheme3"] .lds-flickr div:nth-child(1), [data-color="scheme3"] .lds-flickr div:nth-child(3), [data-color="scheme3"][data-header="scheme2"] .header__nav nav > ul > li:before {
  background: #8c0011;
}
[data-color="scheme3"] .faq .item__question, [data-color="scheme3"] .filter-block-result, [data-color="scheme3"] .color-scheme-items:hover, [data-color="scheme3"] .color-scheme-items.active_el, [data-color="scheme3"] .font-scheme-items:hover, [data-color="scheme3"] .font-scheme-items.active_el, [data-color="scheme3"] .header_message_icon-item.active_el, [data-color="scheme3"] .header_message_icon-item:hover, [data-color="scheme3"] .header-scheme-items:hover, [data-color="scheme3"] .header-scheme-items.active_el {
  border-color: #8c0011;
}
[data-color="scheme3"] .faq .item__question:before {
  border-right-color: #8c0011;
}
[data-color="scheme3"] .footer, [data-color="scheme3"] .img-in-logo-footer {
  background: #878c8e;
}
[data-color="scheme3"] .link-icon div, [data-color="scheme3"] .header__sign a, [data-color="scheme3"] .header__admin a, [data-color="scheme3"] .header__top, [data-color="scheme3"] .link-icon:hover {
  color: #fff;
}
[data-color="scheme3"] .link-icon div .hover-border:after, [data-color="scheme3"] .header__sign a .hover-border:after, [data-color="scheme3"] .header__admin a .hover-border:after, [data-color="scheme3"] .header__top .hover-border:after, [data-color="scheme3"] .link-icon:hover .hover-border:after {
  background-color: #fff;
}
[data-color="scheme3"] .header__sign a:before, [data-color="scheme3"] .header__admin a:after, [data-color="scheme3"] .link-icon div:after {
  background-color: #fff;
}
[data-color="scheme3"] .header__favorite:hover, [data-color="scheme3"][data-header="scheme2"] .header__nav nav > ul > li.active_el > a, [data-color="scheme3"][data-header="scheme2"] .header__nav nav > ul > li:hover > a {
  color: #8c0011;
}
[data-color="scheme3"] .header__tel {
  border-right: 1px solid #fff;
}
[data-color="scheme3"] .footer__bottom {
  border-top: 1px solid #d3cdd6;
}
[data-color="scheme3"] .header__menu, [data-color="scheme3"] .img-in-logo-header {
  background-color: #e5e5e5;
}
[data-color="scheme3"] .header__admin, [data-color="scheme3"] .header__top {
  background: #8c0011;
}
[data-color="scheme3"] .header__count, [data-color="scheme3"] .header__admin {
  border-color: #e5e5e5;
}
[data-color="scheme3"] .header__nav a, [data-color="scheme3"] .header__nav nav > ul > li > span.link-parrent {
  color: #2d3439;
}
[data-color="scheme3"] .button_transparent-red:focus,
[data-color="scheme3"] .button_transparent-red {
  border: solid 1px #8c0011;
  color: #8c0011;
}
[data-color="scheme3"] .button_transparent-red:hover, [data-color="scheme3"] .button_transparent-red.active_el {
  background-color: #8c0011;
  border: solid 1px #8c0011;
  color: #fff;
}
[data-color="scheme3"] .button:hover, [data-color="scheme3"] .button_transparent:hover, [data-color="scheme3"] .button_transparent.active_el {
  border-color: #8c0011;
  background-color: #8c0011;
  color: #fff;
}
[data-color="scheme3"] .filter-block-result:before {
  border-right-color: #8c0011;
}
[data-color="scheme3"] .button_text:hover {
  background: none;
  border: none;
}
[data-color="scheme3"] .personal__order-copy--tooltip:after {
  border-top-color: #8c0011;
}
[data-color="scheme3"] .menu-child_1 a:hover {
  background-color: #e5e5e5;
}
[data-color="scheme3"] .menu-child_1 li:hover > a {
  background-color: #e5e5e5;
}
[data-color="scheme3"][data-header="scheme1"] .header__nav nav > ul > li:before {
  background: #8c0011;
}
[data-color="scheme3"] .header__admin {
  border-color: #8c0011;
}
[data-color="scheme3"] .button_red {
  background-color: #8c0011;
  border: solid 1px #8c0011;
}
[data-color="scheme3"] .button_red:hover {
  background-color: #fff;
  color: #8c0011;
}
[data-color="scheme3"] .header__linkfav ul li a:hover {
  color: #000;
}

[data-color="scheme4"] .map__list-item:before {
  background: url(/local/templates/arlight/css/../img/map-point_3.svg) no-repeat top left/contain;
}
[data-color="scheme4"] .footer__menu ul a, [data-color="scheme4"] .title_footer {
  color: #fff;
}
[data-color="scheme4"] .footer__menu ul a:after {
  background: #fff;
}
[data-color="scheme4"] .question__button, [data-color="scheme4"] .to-top i, [data-color="scheme4"] .header__linkfav ul li a:hover, [data-color="scheme4"] .header__favorite:hover, [data-color="scheme4"] .header__compare:hover, [data-color="scheme4"] .header__cart:hover, [data-color="scheme4"] .header__search:hover i, [data-color="scheme4"] .newnews-item__title:hover, [data-color="scheme4"] .news-last__item a:hover, [data-color="scheme4"] .like-link.active_el, [data-color="scheme4"] .breadcrumbs__link:hover, [data-color="scheme4"] .map__link:hover, [data-color="scheme4"] .map__link-phone:hover, [data-color="scheme4"] .map__link-email:hover, [data-color="scheme4"] .info__menu-list a.active_el, [data-color="scheme4"] .info__menu-list a:hover, [data-color="scheme4"] .news-item__title:hover, [data-color="scheme4"] .content a:hover, [data-color="scheme4"] .faq .item__question, [data-color="scheme4"] .faq .item__link:hover, [data-color="scheme4"] .contacts__text-big:hover, [data-color="scheme4"] .contacts__form-required, [data-color="scheme4"] .buy-block__button--compare:hover, [data-color="scheme4"] .buy-block__button--favorite:hover, [data-color="scheme4"] .buy-block__button--compare.in_cart, [data-color="scheme4"] .buy-block__button--favorite.in_cart, [data-color="scheme4"] .item__vendor, [data-color="scheme4"] .item__name a:hover, [data-color="scheme4"] .sidebar__choose-button.active_el, [data-color="scheme4"] .categories-list__link:hover, [data-color="scheme4"] .categories-list__link.active_el, [data-color="scheme4"] .buy-block__items .buy-block__button:hover, [data-color="scheme4"] .filter-block__item-result--value, [data-color="scheme4"] .card__article span:first-child, [data-color="scheme4"] .additional-goods__art:hover, [data-color="scheme4"] .additional-goods__title:hover, [data-color="scheme4"] .meta-info__sort-list a:hover, [data-color="scheme4"] .cart__item--del, [data-color="scheme4"] .cart__item a:hover, [data-color="scheme4"] .compare__td-title a:hover, [data-color="scheme4"] .compare__result-del--count, [data-color="scheme4"] .compare__result-del:hover, [data-color="scheme4"] .favorite__result-del:hover, [data-color="scheme4"] .favorite__result-del--count, [data-color="scheme4"] .order__pay-title--important, [data-color="scheme4"] .order__pay-value--important, [data-color="scheme4"] .order-cart__title-link:hover, [data-color="scheme4"] .order-cart__article a, [data-color="scheme4"] .banner-slider .slide__link:hover, [data-color="scheme4"] .input__checkbox:checked + label:after, [data-color="scheme4"] .input__checkbox:checked + span:after, [data-color="scheme4"] .required, [data-color="scheme4"] .personal__tabs-link.active_el, [data-color="scheme4"] .personal__tabs-link:hover, [data-color="scheme4"] .starrequired, [data-color="scheme4"] .personal__order-number, [data-color="scheme4"] .personal__order-copy a:hover, [data-color="scheme4"] .personal__order-list-col--param-val a:hover, [data-color="scheme4"] .personal__order-list-item--table .personal__order-list-col--name a:hover, [data-color="scheme4"] #admin .personal__order-block-list a:hover, [data-color="scheme4"] #admin .personal__order-block-list a:hover, [data-color="scheme4"] .header_message_icon-item.active_el, [data-color="scheme4"] .header_message_icon-item:hover, [data-color="scheme4"][data-header="scheme2"] .header__nav nav > ul > li.active_el > a, [data-color="scheme4"][data-header="scheme2"] .header__nav nav > ul > li:hover > a, [data-color="scheme4"] .news-item__text a:hover, [data-color="scheme4"] .forgot-answer, [data-color="scheme4"] .map__title a:hover, [data-color="scheme4"] .theme-link:hover {
  color: #ff0019;
}
[data-color="scheme4"] .header__favorite:hover .header__count, [data-color="scheme4"] .header__compare:hover .header__count, [data-color="scheme4"] .header__cart:hover .header__count, [data-color="scheme4"] .breadcrumbs__link:hover:after, [data-color="scheme4"] .input__radio:checked + label:after, [data-color="scheme4"] .question__block, [data-color="scheme4"] .question__close, [data-color="scheme4"] .sidebar__choose-button.active_el:before, [data-color="scheme4"] .buy-block__button--submit:hover, [data-color="scheme4"] .bx-filter .bx-ui-slider-handle:hover, [data-color="scheme4"] .meta-info__sort-list a:hover .meta-info__sort-text:after, [data-color="scheme4"] .popup__title-name:after, [data-color="scheme4"] .personal__order-copy--tooltip, [data-color="scheme4"] .admin-setting-list li.active_el, [data-color="scheme4"] .lds-flickr div:nth-child(1), [data-color="scheme4"] .lds-flickr div:nth-child(3), [data-color="scheme4"] .menu-child_1 a:hover {
  background: #ff0019;
}
[data-color="scheme4"] .faq .item__question, [data-color="scheme4"] .filter-block-result, [data-color="scheme4"] .color-scheme-items:hover, [data-color="scheme4"] .color-scheme-items.active_el, [data-color="scheme4"] .font-scheme-items:hover, [data-color="scheme4"] .font-scheme-items.active_el, [data-color="scheme4"] .header_message_icon-item.active_el, [data-color="scheme4"] .header_message_icon-item:hover {
  border-color: #ff0019;
}
[data-color="scheme4"] .faq .item__question:before {
  border-right-color: #ff0019;
}
[data-color="scheme4"] .footer, [data-color="scheme4"] .img-in-logo-footer {
  background: #8c0011;
}
[data-color="scheme4"] .footer__bottom {
  border-top: 1px solid #fff;
}
[data-color="scheme4"] .header__menu, [data-color="scheme4"] .img-in-logo-header {
  background-color: #fff;
}
[data-color="scheme4"] .header__admin, [data-color="scheme4"] .header__top {
  background: #fff;
}
[data-color="scheme4"] .header__top {
  border-bottom: solid 2px #8c0011;
}
[data-color="scheme4"] .menu-child_1 a:hover {
  color: #fff;
}
[data-color="scheme4"][data-header="scheme1"] .header__nav nav > ul > li:before {
  background: #ff0019;
}
[data-color="scheme4"] .header__admin {
  border-color: #ff0019;
}
[data-color="scheme4"] .header__count, [data-color="scheme4"] .header__admin {
  border-color: #fff;
}
[data-color="scheme4"] .header__tel {
  border-right: 1px solid #4c5256;
}
[data-color="scheme4"] .header__nav a, [data-color="scheme4"] .header__nav nav > ul > li > span.link-parrent {
  color: #2d3439;
}
[data-color="scheme4"] .button_transparent-red:focus,
[data-color="scheme4"] .button_transparent-red {
  border: solid 1px #ff0019;
  color: #ff0019;
}
[data-color="scheme4"] .button_transparent-red:hover, [data-color="scheme4"] .button_transparent-red.active_el {
  background-color: #ff0019;
  border: solid 1px #ff0019;
  color: #fff;
}
[data-color="scheme4"] .button:hover, [data-color="scheme4"] .button_transparent:hover, [data-color="scheme4"] .button_transparent.active_el {
  border-color: #ff0019;
  background-color: #ff0019;
  color: #fff;
}
[data-color="scheme4"] .filter-block-result:before {
  border-right-color: #ff0019;
}
[data-color="scheme4"] .button_red {
  background-color: #ff0019;
  border: solid 1px #ff0019;
}
[data-color="scheme4"] .button_red:hover {
  background-color: #fff;
  color: #ff0019;
}
[data-color="scheme4"] .button_text:hover {
  background: none;
  border: none;
}
[data-color="scheme4"] .personal__order-copy--tooltip:after {
  border-top-color: #ff0019;
}
[data-color="scheme4"] .menu-child_1 li:hover > a {
  background: #ff0019;
  color: #fff;
}

[data-font="font2"] {
  font-family: Roboto, sans-serif;
}

[data-font="font3"] {
  font-family: Open Sans, sans-serif;
  letter-spacing: -0.2px;
}

.font-scheme-items[data-font="font1"] {
  font-family: FontRegular, sans-serif;
}

.font-scheme-items[data-font="font2"] {
  font-family: Roboto, sans-serif;
}

.font-scheme-items[data-font="font3"] {
  font-family: Open Sans, sans-serif;
}

.fullheight {
  height: 100%;
  width: auto !important;
}

.catalog-main-empty {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-main-empty a.button {
  display: inline-block;
}

.form-control.error {
  border-color: #ef172f;
}

.banner-slider .slide.type_2 .slide__block {
  margin-right: 0;
  margin-left: auto;
}

.banner-slider .slide.type_3 .slide__block {
  margin: 0 auto;
}

.additional-goods__slider-3 .additional-goods__item {
  width: 100%;
}

.err_404Y .breadcrumbs {
  display: none;
}
.err_404Y .container {
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.form-group {
  position: relative;
}

.scheme-descr {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: 15px;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scheme-descr span {
  vertical-align: middle;
  margin: 2px 0;
}
.scheme-descr img {
  max-width: 100%;
}
.scheme-descr > div {
  margin-left: 30px;
  margin-bottom: 5px;
}

.header-scheme-items:hover + .scheme-descr {
  top: 35px;
  padding: 15px;
}

.header-scheme-items:hover + .scheme-descr,
.color-scheme-items:hover + .scheme-descr {
  display: block;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.75);
}

.personal__order-col-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

[class*=-image-with-content] {
  background-size: contain;
  background-repeat: no-repeat;
}

.shop-city input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  cursor: pointer;
}
.shop-city input[type=checkbox] + label {
  font-weight: bold;
}

.img-in-logo {
  padding: 15px;
  margin-bottom: 20px;
}
.img-in-logo > img {
  display: block;
  max-width: 50%;
}
.img-in-logo-header {
  background-color: #eee;
}
.img-in-logo-footer {
  background-color: #4c5256;
}

.tablink {
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 10px;
}

.tabcontent {
  display: none;
  padding-bottom: 10px;
}
.tabcontent img {
  max-width: 100%;
  margin: 5px 0;
}

.header.headerSortUp,
.header.headerSortDown {
  background-color: rgba(0, 0, 0, 0.07);
}

.table .header {
  cursor: pointer;
  position: relative;
}
.table .header:after {
  position: absolute;
  left: calc(100% - 10px);
  pointer-events: none;
  content: '';
  display: block;
  float: right;
  border-right: 1px solid #4c5256;
  border-bottom: 1px solid #4c5256;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-top: 0px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.table .header:before {
  position: absolute;
  left: calc(100% - 10px);
  pointer-events: none;
  content: '';
  display: block;
  float: right;
  border-right: 1px solid #4c5256;
  border-bottom: 1px solid #4c5256;
  width: 5px;
  height: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0px;
}
.table .header.headerSortUp:after {
  margin-top: -7px;
}
.table .header.headerSortUp:before {
  display: none;
}
.table .header.headerSortDown:after {
  display: none;
}
.table .header.headerSortDown:before {
  margin-top: 7px;
}

label[for="header_message_text"] span {
  color: #adadad;
}

.tarrif-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 100%;
}
.tarrif-disabled:hover:before {
  opacity: 1;
}
.tarrif-disabled:before {
  content: 'Данный функционад доступен для тарифов не ниже "Оптимальный"';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  opacity: 0;
  z-index: 1;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tarrif-disabled:after {
  content: '';
  z-index: 0;
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
}

.button_jira {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

[data-blocking='true'] .item--catalog-list .item__sale .buy-block__button-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
[data-blocking='true'] .header__linkfav {
  margin-right: 0;
}

.theme-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-link:hover {
  color: #ef172f;
}

.accept-buy {
  padding: 5px;
  padding-right: 35px;
  height: 70px;
  width: 275px;
  background: #fff;
  border-radius: 35px 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accept-buy--wrap {
  display: none;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accept-buy__icon {
  font-size: 25px;
  color: #0db14b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 2px #0db14b;
}
.accept-buy__text {
  font-size: 20px;
}

.header_fixed .accept-buy {
  height: 50px;
}
.header_fixed .accept-buy__icon {
  width: 45px;
  height: 45px;
}

.change-status--feedback {
  cursor: pointer;
}

.change-status--feedback---form {
  display: none;
}

.personal__order-list-col-answer {
  max-width: 450px;
}

.nowrap {
  white-space: nowrap;
}

.header__social {
  padding-left: 20px;
  padding-right: 20px;
}
.header__social .footer-social {
  border: none;
  padding: 0;
}
.header__social .footer-social ul li {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
.header__social .footer-social_ig {
  background-color: #4c5256;
  border-radius: 50%;
}

.header__nav {
  z-index: 999;
}

.info__menu-list ~ .news-detail .title__text {
  text-transform: none;
  padding-bottom: 20px;
}

.font_style_normal {
  font-style: normal !important;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-top: 2px !important;
  margin-bottom: 3px !important;
}

.news_table_responsive {
  max-width: 100%;
  overflow: auto;
}

.search-page font.notetext {
  color: red;
}

.compare__section .button_transparent.active_el:active, .compare__section .button_transparent.active_el:focus {
  color: #fff;
}

.order__pay-block {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.item__sale-price-text sup {
  font-size: 14px;
  top: -11px;
}

.archive_span {
  width: 100%;
}

.calc__img-wrap {
  border: solid thin #4c5256;
}
.calc__img-wrap img {
  max-width: 100%;
}

.calc-block__section--wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calc-block__section--wrap .calc-block__section--field {
  margin: 0;
  width: 100%;
}
.calc-block__select option {
  white-space: normal;
  width: 100%;
}
.calc-block__section--field {
  margin: 0 -15px;
}
.calc-block__section--field .calc-block__param {
  width: 100%;
}
.calc-block__section--field .calc-block__param-value input[type='text'], .calc-block__section--field .calc-block__param-value select {
  width: 100%;
}
.calc-block__section--field .calc-block__param-value {
  width: calc(50% + 155px);
}
.calc-block__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding: 0 15px;
  margin: 6px 0;
}
.calc-block__param.w100 {
  width: 100%;
}
.calc-block__param--empty {
  margin: 0;
}
.calc-block__param-value input[type='text'], .calc-block__param-value select {
  height: 44px;
  width: 140px;
  border: solid thin #cfd0d0;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.calc-block__param-value input[type='text']:hover, .calc-block__param-value input[type='text']:focus, .calc-block__param-value select:hover, .calc-block__param-value select:focus {
  border-color: #515151;
}
.calc-block__param-value select {
  background-color: #51515110;
  cursor: pointer;
  outline: none;
  width: 240px;
}
.calc-block__param-value .calc-block__input--dark {
  background-color: #51515110;
  width: 240px !important;
}
.calc-block__param-title-wrapper {
  color: lightgrey;
}
.calc-block__section--result {
  border: solid thin #cfd0d0;
  padding: 20px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.calc-block__section--result .calc-block__param {
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.calc-block__section--result .calc-block__param--full {
  font-size: 18px;
  width: 80%;
  margin-top: 25px;
  border-top: solid 1px #cfd0d0;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc-block__section--result .calc-block__param--full .calc-block__value-result {
  width: auto;
  color: #4c5256;
  border: none;
  margin-left: 0;
}
.calc-block__section--result > .icon {
  width: 32px;
  height: 28px;
  fill: #4c5256;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calc-block__section--result .calc-block__title {
  text-transform: uppercase;
  width: 260px;
  text-align: right;
  font-size: 12px;
}
.calc-block__value-result {
  font-size: 21px;
  color: #ef172f;
  padding: 5px 15px;
  border-left: solid 1px #cfd0d0;
  margin-left: 20px;
  width: 100px;
  display: block;
  text-align: left;
}
.calc-block .button--main {
  font-size: 23px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}
.calc-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-block__buttons-item {
  padding: 0 15px;
}
.calc-block__link {
  font-size: 18px;
  text-decoration: underline;
}
.calc-block__link:hover {
  color: #ef172f;
}

.master-calc-products {
  margin-top: 30px;
}
.master-calc-products--title {
  font-size: 30px;
}

.seo-table {
  position: relative;
}
.seo-table.search-empty tbody tr {
  display: none;
}
.seo-table.search-empty tbody .is-empty {
  display: table-row;
}
.seo-table.search-empty tbody .filtered {
  display: none;
}
.seo-table--btn {
  background: #fff;
  border-top: solid 1px #4c5256;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0px;
}
.seo-table .level_1 {
  background-color: #d3d3d3;
}
.seo-table .level_2 {
  background-color: #e5e5e5;
  padding-left: 10px;
}
.seo-table .level_3 {
  background-color: #fcfcfc;
  padding-left: 20px;
}
.seo-table textarea,
.seo-table input[type="search"],
.seo-table input[type="text"] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.seo-table textarea:focus,
.seo-table input[type="search"]:focus,
.seo-table input[type="text"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.seo-table .filtered, .seo-table .tablesorter-filter.disabled {
  display: none;
}
.seo-table .header,
.seo-table .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center right;
  white-space: normal;
  cursor: pointer;
}
.seo-table .headerSortUp,
.seo-table .tablesorter-headerSortUp,
.seo-table .tablesorter-headerAsc {
  background-color: #cacaca;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.seo-table .headerSortDown,
.seo-table .tablesorter-headerSortDown,
.seo-table .tablesorter-headerDesc {
  background-color: #cacaca;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.seo-table thead .sorter-false {
  background-image: none;
  cursor: default;
}

#seo-table--sections tbody td:nth-of-type(2) {
  width: 270px;
}
#seo-table--sections tbody td:nth-of-type(1) {
  width: 50px;
}

#seo-table--products tbody td:nth-of-type(1) {
  width: 45px;
}
#seo-table--products tbody td:nth-of-type(2) {
  width: 95px;
}
#seo-table--products tbody td:nth-of-type(3) {
  width: 270px;
}

.seo-list--sections {
  margin-bottom: 30px;
}
.seo-list--sections ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.seo-list--sections ul li {
  padding: 5px 15px;
  border: solid 1px #c9cbcc;
  list-style-type: none;
  border-radius: 5px 5px 0 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.seo-list--sections ul li.active {
  padding-top: 15px;
  background-color: #4c5256;
  border-color: #4c5256;
  color: #fff;
}
.seo-list--sections ul li a {
  cursor: pointer;
  font-size: 20px;
}
.seo-list--sections ul li a.active, .seo-list--sections ul li a:hover {
  color: #ef172f;
}

.index-catalog {
  margin-top: 70px;
}
.index-catalog--wrap {
  padding: 0 55px;
}
.index-catalog .title, .index-catalog .title_sub {
  text-align: center;
}
.index-catalog .title_sub {
  margin-bottom: 40px;
}
.index-catalog__title {
  font-size: 29px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.index-catalog__wrap {
  display: block;
  width: 100%;
  height: 270px;
  background-position: center;
  background-size: cover;
  background-color: #707578;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.index-catalog__wrap:hover .index-catalog__title {
  left: 60px;
}
.index-catalog__wrap:hover:after {
  opacity: 0.8;
}
.index-catalog__wrap:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/arlight/css/../img/shadow.svg");
  background-position: left bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.banner-slider--wrapper {
  position: relative;
}

.dealer-sticker {
  border-radius: 50px 0 0 0;
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 260px;
  height: 260px;
  padding: 20px;
  background-color: #fff;
}
.dealer-sticker--wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  width: 335px;
  height: 330px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: block;
}
.dealer-sticker--wrapper:hover {
  color: #4c5256;
}
.dealer-sticker--border {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #4c5256;
  border-radius: 50px;
}
.dealer-sticker--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dealer-sticker--img1 svg {
  width: 140px;
  height: 84px;
}
.dealer-sticker--img2 svg {
  width: 44px;
  height: 22px;
}
.dealer-sticker--number {
  font-size: 10px;
}
.dealer-sticker--status {
  font-size: 23px;
}

/* End */


/* Start:/local/templates/arlight/css/responsive.css?157710353046706*/
@media (max-width: 1800px) {
  .banner-slider .slide {
    height: 600px;
  }
}
@media (max-width: 1800px) and (min-width: 1630px) {
  .banner-slider .slick-prev {
    left: 5px;
  }

  .banner-slider .slick-next {
    right: 5px;
  }

  .banner-slider .slide__block {
    width: 650px;
    padding-left: 50px;
  }
}
@media all and (max-width: 1630px) {
  .item--catalog-list .item__sale .buy-block__button--submit {
    width: 120px;
  }

  .map__list {
    margin-top: 30px;
  }

  .map__list-more {
    bottom: 0;
  }

  .map__list-item {
    margin-bottom: 30px;
  }

  .item__buy-block-accept {
    left: auto;
    right: 0;
    background: #fff;
  }

  .header__top, .header__menu, .header__admin {
    padding: 0 20px;
  }

  .header__top {
    padding-left: 0;
  }

  .item--catalog-list .item__sale-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .item--catalog-list .item__sale .buy-block__button-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
  }

  .contacts__item-image {
    width: 400px;
  }

  .contacts__item-info {
    width: calc(100% - 400px);
  }

  .contacts__item-col {
    padding: 10px;
  }

  .contacts__item-block--row {
    margin: 15px -10px 15px -10px;
  }

  .item__main {
    height: auto;
  }

  .footer-social {
    padding-left: 50px;
  }

  .personal__order-date input[type='text'] {
    width: 125px;
  }

  .personal__order-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .banner-slider .slide {
    height: 475px;
  }

  .banner-slider .slide__img img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }

  .map__block-info {
    padding: 40px 30px;
    padding-bottom: 55px;
  }

  .item--catalog-list .item__sale {
    width: calc(100% - 100px);
    max-width: none;
    padding: 0 15px 15px;
    border-left: none;
  }
  .item--catalog-list .item__sale .buy-block__wrap, .item--catalog-list .item__sale .buy-block__button-wrap {
    width: 50%;
  }
  .item--catalog-list .item__sale .buy-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .item--catalog-list .item__sale .buy-block__button-wrap {
    margin-top: -17px;
  }

  .item__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: none;
  }

  .item__file {
    width: 100px;
    max-width: none;
    min-width: 0;
    border-left: none;
    margin-bottom: 0px;
  }
  .item__file img {
    width: 35px;
  }

  .item__file-wrap {
    margin-top: 20px;
  }

  .item__file-text {
    display: block;
    margin-top: 0;
    font-size: 10px;
  }

  .item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item__name a {
    font-size: 19px;
  }

  .item__vendor {
    font-size: 20px;
  }

  .order-cart__item-title--price, .order-cart__item-block--price {
    width: 150px;
  }

  .order-cart__item-title--order, .order-cart__item-block--order {
    width: 200px;
    padding: 0 10px;
  }

  .order-cart__wrap, .order-cart__item-title--name {
    width: calc(100% - 350px);
  }

  .mini-card-list .slide {
    width: 25%;
  }

  .newnews-item__content {
    width: 500px;
    padding: 30px;
  }

  .newnews-item__img {
    width: calc(100% - 400px);
  }

  .item__info {
    padding: 15px 15px 20px 15px;
  }
}
@media all and (max-width: 1400px) {
  .header__message-txt {
    font-size: 18px;
  }

  .header__linkfav ul li {
    margin-left: 10px;
  }

  .header__tel {
    padding-right: 20px;
    margin-right: 20px;
  }

  .header__linkfav {
    margin-right: 20px;
  }
}
@media all and (max-width: 1345px) {
  .header__linkfav {
    display: none;
  }

  .header__sign a:first-of-type:before {
    display: none;
  }

  .header__mail {
    margin-right: 0;
  }

  .dealer-sticker--wrapper {
    -webkit-transform: translateY(50%) scale(0.8);
            transform: translateY(50%) scale(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@media (max-width: 1630px) and (min-width: 1200px) {
  .card__param, .card__param-value {
    font-size: 14px;
  }
}
@media (max-width: 1345px) and (min-width: 1200px) {
  .banner-slider .slick-prev {
    left: 5px;
  }

  .banner-slider .slick-next {
    right: 5px;
  }

  .banner-slider .slide__block {
    width: 650px;
    padding-left: 50px;
  }

  .banner-slider .slide {
    height: 400px;
  }
}
@media all and (min-width: 1199px) {
  .menu-parent:hover .menu-child_1 {
    visibility: visible;
    opacity: 1;
  }

  .menu-child_2 > li:hover .menu-child_3,
  .menu-child_1 > li:hover .menu-child_2 {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .parent-catalog .menu-child_2,
  .parent-catalog .menu-child_3 {
    border-left: 1px solid #c9cbcc;
  }

  .parent-catalog .menu-child_2:before,
  .parent-catalog .menu-child_3:before,
  .parent-catalog .menu-child_2:after,
  .parent-catalog .menu-child_3:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    width: 1px;
    height: 20px;
    background-color: #f2f2f2;
  }

  .parent-catalog .menu-child_2:before,
  .parent-catalog .menu-child_3:before {
    top: 0;
  }

  .parent-catalog .menu-child_2:after,
  .parent-catalog .menu-child_3:after {
    bottom: 0;
  }
}
@media all and (min-width: 1201px) {
  .header__nav {
    display: block !important;
  }
}
@media all and (max-width: 1200px) {
  .index-catalog--wrap {
    padding: 0;
  }

  .personal__order-col-v {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }

  .index-catalog {
    margin-top: 30px;
  }

  .personal__order-date-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item--catalog-list .item__sale .buy-block__button-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }

  [data-header="scheme2"] .header__centerlogo,
  [data-header="scheme1"] .header__centerlogo {
    padding: 20px 0;
  }

  [data-header="scheme1"] .header__centerlogo img,
  [data-header="scheme2"] .header__centerlogo img {
    max-height: 50px;
  }

  [data-header="scheme1"] .header__logo, [data-header="scheme2"] .header__logo {
    display: none;
  }
  [data-header="scheme1"] .header_fixed .header__logo, [data-header="scheme2"] .header_fixed .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__search-form {
    padding: 15px;
  }

  .header__search-form-input {
    font-size: 20px;
  }

  .header__search-form-button button {
    font-size: 35px;
  }

  .header__search-form-block {
    width: calc(100% - 100px);
  }

  .footer-social {
    padding-left: 30px;
  }

  .footer__info-b {
    font-size: 18px;
  }

  .newnews-item__title {
    font-size: 20px;
  }

  .newnews-item__text {
    font-size: 16px;
  }

  .newnews-item__date, .newnews-item__title {
    margin-bottom: 10px;
  }

  .personal__order-select {
    width: 100%;
  }

  .mini-card-list .slide {
    width: 33.333%;
  }

  .personal#admin {
    margin-bottom: 30px;
  }

  .item__buy-block-accept {
    top: auto;
    bottom: 50px;
  }

  .personal__order-date, .personal__order-col--text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }

  .header__nav nav > ul > li > a,
  .header__nav nav > ul > li > span.link-parrent {
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }

  .additional-goods__item {
    width: 240px;
  }

  .filter-block-result {
    display: none;
  }

  .faq .item__answer {
    width: calc(70% - 11px);
    margin-left: 30%;
  }

  .contacts__item-image {
    width: 300px;
  }

  .contacts__item-info {
    width: calc(100% - 300px);
  }

  .contacts__block {
    font-size: 14px;
  }

  .contacts__item-title {
    font-size: 20px;
  }

  .card__sliders {
    margin-bottom: 20px;
  }

  .title-page, .title {
    font-size: 35px;
  }

  .title_footer.title {
    font-size: 20px;
  }

  .order-title {
    font-size: 30px;
  }

  .item__name a {
    font-size: 16px;
  }

  .item__vendor {
    font-size: 19px;
  }

  .item--catalog-list .item__sale-price {
    width: 100%;
    max-width: none;
  }

  .item__name {
    margin-bottom: 0;
  }

  .item--catalog-list .item__sale .buy-block__button-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .item--catalog-list .item__sale .buy-block__wrap, .item--catalog-list .item__sale .buy-block__button-wrap {
    width: 100%;
  }

  .pagenavi__info {
    display: none;
  }

  .pagenavi__block {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pagenavi-block--indent {
    margin: 50px 0;
  }

  .buy-block__button--submit {
    width: 100%;
  }

  .card__line .buy-block__button--submit {
    width: auto;
  }

  .buy-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item--catalog-list .item__sale {
    width: 100%;
    max-width: none;
  }

  .item__img-wrap {
    width: 100%;
  }

  .sidebar {
    width: 275px;
  }

  .items {
    width: calc(100% - 275px);
    padding-left: 15px;
  }

  .item__main-block {
    width: calc(50% - 5px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #c9cbcc;
    margin-bottom: 10px;
  }

  .item--catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .item__main-block:nth-of-type(odd) {
    background: #fff;
  }

  .item__img {
    width: 100%;
    min-width: 0;
    max-width: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .item__link-block {
    display: none;
  }

  .item__info {
    padding: 15px;
  }

  .item__file {
    display: none;
  }

  .item__description {
    display: none;
  }

  .header__basket {
    display: none;
  }

  .mobile {
    display: block;
  }

  .banner-slider .slide {
    height: auto;
    padding: 50px 0;
  }
  .banner-slider .slide img {
    width: auto;
    height: 100%;
    min-width: 100%;
  }

  .banner-slider .slide__block {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
  }

  .banner-slider .slick-prev {
    left: 20px;
  }

  .banner-slider .slick-next {
    right: 20px;
  }

  .banner-slider .slide__link {
    font-size: 30px;
    line-height: 1.1;
  }

  .map__block {
    position: static;
  }

  .header__nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: initial;
    background-color: rgba(67, 82, 90, 0.95);
    z-index: 3;
    left: 0;
    top: 0;
  }

  .header__nav span.link-parrent,
  .header__nav a {
    color: #fff;
    width: auto;
  }

  .header__nav a {
    padding: 10px;
  }

  .header__nav li.active_el span.link-parrent,
  .header__nav li.active_el > a {
    color: #43525A;
  }

  .header__nav nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .header__nav nav {
    margin-top: 30px;
    height: auto;
    max-height: calc(100% - 125px);
    overflow: auto;
  }

  .header__nav nav > ul {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__nav nav > ul > li:hover:before {
    opacity: 0;
  }

  .menu-parent .menu-child_1.active_el {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .header__nav nav > ul > li.active_el {
    color: #43525A;
  }

  .header__nav nav > ul > li.active_el .open-child:after,
  .header__nav nav > ul > li.active_el .open-child:before {
    background: #43525A;
  }

  .header__nav nav > ul > li.active_el:before {
    width: 100%;
    height: 39px;
    opacity: 1;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .header__btn-menu {
    cursor: pointer;
    font-size: 30px;
    line-height: 0;
  }
  .header__btn-menu i {
    vertical-align: middle;
  }

  .header__btn-close {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    cursor: pointer;
  }

  .header__nav nav > ul > li.parent-catalog > a:after {
    display: none;
  }

  .open-child {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
  }
  .open-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .open-child:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .menu-child_1 {
    position: static;
    display: none;
    background: transparent;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    border-bottom: 1px solid #AEBEBD;
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    visibility: visible;
    opacity: 1;
  }

  .menu-child_1 li.active_el a {
    text-decoration: underline;
    color: #fff;
  }

  .header__nav nav > ul > li.open .open-child:before {
    display: none;
  }

  .menu-child_1 a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .map__block-info {
    padding: 40px 0;
  }

  .item__sale .buy-block__button--compare, .item__sale .buy-block__button--favorite {
    margin-right: 10px;
  }

  .personal__order-col--text .button {
    width: 70%;
    margin-top: 10px;
  }

  .contacts__form-radios {
    padding-bottom: 50px;
  }

  [data-color^="scheme"] .header__nav a, [data-color^="scheme"] .header__nav nav > ul > li > span.link-parrent {
    color: #fff;
  }
}
@media all and (max-width: 1110px) {
  .header__message {
    display: none;
  }

  .dealer-sticker--wrapper {
    -webkit-transform: translateY(50%) scale(0.5);
            transform: translateY(50%) scale(0.5);
  }
}
@media all and (max-width: 991px) {
  .footer .footer__subscribe, .footer__social > p {
    display: none;
  }

  .footer__menu > div {
    width: auto;
  }

  .footer__time {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .index-catalog__wrap {
    height: 170px;
  }

  .index-catalog__title {
    font-size: 25px;
  }

  .footer__top {
    padding: 25px 0 10px;
  }

  .footer__copyright {
    margin: 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .footer__b {
    padding: 20px 0;
  }

  .header__social {
    display: none;
  }

  .header__message-txt {
    font-size: 14px;
  }

  .header__message i {
    margin-right: 10px;
    border-width: 33px 0 33px 15px;
  }

  .question .input__radio:not(checked) + label {
    padding: 7px 0 10px 30px;
  }

  .news__socblock {
    margin: 30px 0;
  }

  .order {
    margin-bottom: 30px;
  }

  .news-detail .additional-goods {
    margin-bottom: 30px;
  }

  .footer-social {
    border-left: none;
    margin: 0px auto 0;
    padding-top: 0px;
    padding-left: 0;
    width: 100%;
  }

  .footer-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-social ul li {
    margin: 15px 15px 15px 15px;
  }

  .footer__b-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__info {
    border-left: none;
    border-top: solid 2px #DEDEDE;
    padding: 0;
    padding-top: 20px;
    text-align: left;
  }

  #personal_new {
    margin-bottom: 30px;
  }

  .newnews-item__content {
    width: 400px;
  }

  .newnews-item__img {
    width: calc(100% - 300px);
  }

  .newnews-item {
    margin-bottom: 30px;
  }

  .item--favorite-list {
    margin-bottom: 30px;
  }

  .favorite__result,
  .compare__result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .compare__section {
    width: 100%;
    margin-bottom: 20px;
  }

  .favorite__result > div,
  .compare__result > div {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .compare__section li a {
    padding: 8px;
    margin-bottom: 8px;
  }

  .compare__td {
    min-width: 200px;
    max-width: 200px;
    padding: 5px 5px;
  }

  .compare__table-left {
    width: 200px;
  }

  .compare__table-main {
    width: calc(100% - 200px);
  }

  .compare__table {
    font-size: 12px;
  }

  .personal__order-list-item--table .personal__order-list-col--desc {
    display: none;
  }

  .personal__order-list-col--count {
    width: 70px;
    text-align: center;
  }

  .personal__order-block-title {
    font-size: 18px;
  }

  .personal__order-number {
    font-size: 25px;
  }

  .personal__order-number {
    text-align: center;
  }

  .personal__order-col:last-of-type {
    display: none;
  }

  .personal__order-col.personal__order-col--text:last-of-type {
    display: block;
  }

  .personal__order-col--text {
    margin-top: 20px;
  }

  .personal__order-block.personal__order-block--filter {
    padding: 15px;
  }

  .faq {
    margin-bottom: 50px;
  }

  .faq .item {
    padding: 20px 0;
  }

  .faq .item__answer {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .mt-xl-30 {
    margin-top: 30px;
  }

  .contacts__item-image {
    width: 200px;
  }

  .contacts__item-info {
    width: calc(100% - 200px);
  }

  .contacts__text-big, .contacts__item-time {
    font-size: 25px;
  }

  .contacts__item-block {
    padding: 0 20px;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts__item-title {
    margin-bottom: 10px;
  }

  .contacts__item-col {
    padding: 8px 10px;
    width: 50%;
  }

  .contacts__item-col--address {
    width: 100%;
  }

  .question__close {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 80px;
    width: 80px;
  }

  .question__block {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    padding: 75px 15px 15px;
    margin-top: 0;
    border-radius: 0;
    right: -100vw;
  }

  .header_fixed .question__block {
    top: 80px;
    height: calc(100vh - 80px);
  }

  .question .input {
    font-size: 18px;
  }

  .question__col:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }

  .question__col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .question__col:nth-of-type(3) {
    margin-right: 0;
    margin-left: auto;
    margin-top: 30px;
    display: block;
  }

  .question__block.active_el {
    right: 0;
  }

  .question form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .banner-slider .slide__block {
    width: 100%;
  }

  .catalog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sidebar {
    width: 100%;
  }

  .items {
    width: 100%;
    padding-left: 0px;
  }

  .sidebar {
    margin-bottom: 50px;
  }

  .item--catalog-list .item__sale {
    min-width: 0;
  }

  .sidebar__block-all .sidebar__block:first-of-type {
    display: none;
  }

  .sidebar__block-hide {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .index-catalog__wrap {
    height: 95px;
  }

  .dealer-sticker--wrapper {
    display: none;
  }

  .calc-block__param {
    width: 100%;
  }

  .calc-block__param-value input[type='text'], .calc-block__param-value select {
    width: 240px;
  }

  .calc-block .button--main {
    font-size: 18px;
    height: auto;
    padding: 0 10px;
    width: auto;
  }

  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0.25;
  }

  .slick-dots li.slick-active button:before {
    opacity: 0.75;
  }

  .news__share .ya-share2__container_size_m .ya-share2__item {
    margin-right: 5px;
  }

  .order-title {
    margin-top: 20px;
  }

  .additional-goods--sliders {
    margin-bottom: 30px;
  }

  .form__link {
    font-size: 14px;
  }

  .form--modal .container {
    padding: 0;
  }

  .input__radio-reverse:not(checked) + label {
    position: relative;
    padding: 0 40px 0 0;
  }

  .info__menu-list a {
    font-size: 16px;
  }

  .info__menu-list li {
    margin-right: 5px;
    margin-bottom: 8px;
    padding-right: 10px;
  }

  .info__menu-list {
    margin: 20px 0;
  }

  .header__tel {
    padding-right: 10px;
    margin-right: 10px;
  }

  .footer-social ul li {
    margin: 0px 10px 5px 0px;
    width: 35px;
    height: 35px;
  }

  .footer-social {
    margin: 0 auto;
    width: 100%;
  }

  .footer__menu-block {
    margin-bottom: 40px;
  }

  .footer__menu ul a {
    font-size: 14px;
  }

  .footer__menu ul a.title_footer {
    font-size: 18px;
  }

  .profile__btns span {
    display: block;
  }

  .form__item .input {
    font-size: 20px;
  }

  .form__item .input, .type-payer__list {
    padding: 15px;
  }

  .form__item-title {
    font-size: 16px;
  }

  .about .col-md-4 {
    padding: 0;
  }

  .map__list {
    margin-top: 30px;
  }

  .map__list-link-block {
    margin-bottom: 15px;
  }

  .map__list-item {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .map__link-phone {
    margin-top: 5px;
    font-family: FontRegular;
  }

  .map__title {
    text-align: center;
  }

  .banner-slider .slide__description {
    display: none;
  }

  .banner-slider .slide {
    padding: 20px 0 70px;
  }

  .banner-slider .slide__link {
    text-align: center;
    display: block;
  }

  .banner-slider .slide__datas {
    text-align: center;
    margin-bottom: 10px;
  }

  .banner-slider .slide img {
    width: auto;
    height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .banner-slider.slick-dotted.slick-slider {
    padding-bottom: 30px;
  }
  .banner-slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  .banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 6px;
    padding: 0 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #A5A7AA;
    opacity: 0.4;
  }
  .banner-slider .slick-dots li button:before {
    content: '';
  }
  .banner-slider .slick-dots li {
    width: 30px;
    height: 8px;
    margin: 0;
  }
  .banner-slider .slick-dots {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 80px 30px 50px;
    z-index: 3;
  }

  .header__search-form form {
    height: 100%;
  }

  .header__search-form-close {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header__search-form-button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .newnews-item__content {
    width: 95%;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: -20px auto 0;
    padding: 15px;
  }

  .newnews-item__img {
    width: 100%;
  }

  .contacts__form {
    margin: 0px 0 30px 0;
  }

  .contacts__form .input, .subscribe__form .input {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contacts__form .input::-webkit-input-placeholder, .subscribe__form .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contacts__form .input:-ms-input-placeholder, .subscribe__form .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contacts__form .input::-ms-input-placeholder, .subscribe__form .input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contacts__form .input::placeholder, .subscribe__form .input::placeholder {
    font-size: 16px;
  }

  .subscribe__form {
    margin: 30px auto;
  }

  .subscribe__form-title {
    margin-bottom: 20px;
  }

  .contacts__form-label {
    font-size: 16px;
    padding-left: 10px;
  }

  .contacts__form-radios {
    padding: 20px 0 20px 10px;
  }

  .contacts__form .button, .subscribe__form .button {
    font-size: 20px;
    padding: 9px 10px;
    width: 100%;
    margin: 36px auto 0;
  }

  .map__list-pickup--name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .map__list-pickup--address {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .map__list-pickup--phone {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .map__list-pickup--email {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .compare__section li a {
    padding: 3px;
  }

  .compare__table-left {
    width: 150px;
  }
  .compare__table-left .compare__td {
    min-width: 140px;
    max-width: 140px;
  }

  .compare__table-main {
    width: calc(100% - 140px);
  }

  .mini-card-list .slide {
    width: 50%;
  }

  .personal__order-list-item--table > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .personal__order-list-item--table > .personal__order-list-col--name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: none;
    margin-top: 15px;
    padding: 0;
    font-family: FontRegular, 'Arial';
    border-top: dotted 1px rgba(72, 81, 86, 0.2);
    padding-bottom: 30px;
    padding-top: 12px;
  }

  .personal__order-list-item--table .personal__order-list-col--price {
    display: none;
  }

  .personal__order-list-col--pricecount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    width: 80px;
    max-width: 80px;
  }
  .personal__order-list-col--pricecount span span {
    color: #EF172F;
    font-weight: bold;
  }

  .personal__order-list-item--table .personal__order-list-col--num {
    display: none;
  }

  .personal__order-list-item--table .personal__order-list-col--vend, .personal__order-list-item--table .personal__order-list-col--total-price {
    font-family: FontMedium, 'Arial';
  }

  .personal__order-list-item--table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .personal__order-list-col--name---title {
    display: none;
  }

  .personal__order-total-item {
    width: 140px;
  }

  .popup-auth {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .personal__order-list {
    margin-bottom: 30px;
  }

  .personal__order-date, .personal__order-text, .personal__order-date-block, .personal__order-col--text {
    font-size: 18px;
  }

  .personal__tabs-link {
    font-size: 21px;
  }

  .personal__tabs {
    margin: 30px 0;
  }

  .personal__order-list-col--number {
    display: none;
  }

  .personal__order-list-col--count {
    display: none;
  }

  .personal__order-list-col--name {
    width: calc(100% - 75px);
  }

  .order-cart__wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-cart__item-block--order {
    width: calc(100% - 150px);
  }

  .order-cart__item-block--price {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 18px;
  }

  .order-cart__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-cart__thumb {
    display: none;
  }

  .order-cart__item--title {
    display: none;
  }

  .search-page {
    padding-bottom: 30px;
  }

  .faq .item__question {
    font-size: 18px;
  }

  .faq .item__answer {
    font-size: 15px;
  }

  .additional-goods__slider {
    padding: 0;
    padding-bottom: 50px;
  }

  .news-item {
    margin-bottom: 30px;
  }

  .news-item__title {
    font-size: 20px;
    margin: 10px 0;
  }

  .about-page img {
    margin-bottom: 20px;
  }

  .about-page {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .contacts__item-image {
    width: 690px;
    margin-bottom: 15px;
  }

  .contacts__item-info {
    width: 100%;
  }

  .contacts__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
  }

  .contacts__text-big, .contacts__item-time {
    font-size: 20px;
  }

  .contacts__item-block {
    padding: 0;
  }

  .contacts__item-title {
    display: none;
  }

  .contacts__item-block--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__item-col {
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .contacts__item-content p:last-of-type {
    margin-bottom: 0;
  }

  .card__slider-nav .slide {
    margin-bottom: 0;
    margin: 0 5px;
  }

  .card__file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .card {
    margin-bottom: 30px;
  }

  .title__text {
    padding-right: 0;
  }

  .card__slider-for {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card__slider-nav {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    margin-top: 20px;
  }

  .card__slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pagenavi__item-arrow {
    width: auto;
  }

  .pagenavi__link {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 5px 0;
  }

  .popup-close {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .popup-close:after {
    font-size: 20px;
  }

  .title__backlink {
    display: none;
  }

  .pagenavi__item {
    margin: 0;
  }

  .popup__button {
    width: auto;
    margin: 0 15px;
  }

  .popup__title {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .personal__order-more {
    margin-bottom: 30px;
  }

  .header__search-form-input {
    font-size: 18px;
  }

  .header__search-form-button button, .header__search-form-close {
    font-size: 20px;
    color: #4C5256;
  }

  .header__search-form-block {
    width: 100%;
  }

  .header__search-form-close {
    width: 20px;
    font-size: 30px;
  }

  .header__search-form-button button {
    font-size: 40px;
  }

  .header__search-form-button {
    width: 40px;
  }

  .header__search-form-input {
    padding: 0;
  }

  .header__logo {
    height: 40px;
    display: inline-block;
  }

  .about-wrap {
    padding-right: 0;
  }

  .header__search {
    padding-left: 0;
  }

  .question__button i {
    font-size: 35px;
  }

  .question__button i:after {
    font-size: 20px;
  }

  .question__text {
    display: none;
  }

  .to-top {
    width: 32px;
    height: 32px;
  }

  .to-top i {
    font-size: 18px;
  }

  .to-top.active_el {
    margin-bottom: 15px;
  }

  .page-control {
    right: 10px;
  }

  .footer__menu .col {
    width: 100%;
  }

  .footer__menu {
    padding: 20px 0;
    display: none;
  }

  .footer__info {
    padding-top: 0;
    border-top: none;
  }

  .pagenavi__item-arrow, .pagenavi__item-arrow .pagenavi__link {
    width: auto;
    margin: 0 2px;
  }

  .sidebar {
    margin-bottom: 20px;
  }

  .sidebar__block {
    margin-bottom: 15px;
  }

  .additional-goods .title {
    margin: 30px 0;
  }

  .additional-goods .title_sub {
    font-size: 14px;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .content.content--block {
    margin: 20px 0;
  }
}
@media all and (max-width: 730px) {
  .header__top > div.header__message {
    display: none;
  }

  .header__top {
    padding-left: 20px;
  }

  .header__top > div {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__tel {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media all and (max-width: 650px) {
  .card__slider-nav .slide {
    width: 50px;
    height: 50px;
  }

  .header_fixed .question__block {
    top: 50px;
    height: calc(100vh - 50px);
  }

  #map {
    max-height: 65vh;
  }

  .header_fixed .header__menu {
    height: 50px;
  }

  .header_fixed .header__top {
    margin-bottom: 50px;
  }

  .header__sign a:first-of-type:before {
    display: none;
  }

  .title-page, .title {
    font-size: 32px;
    line-height: 1.1;
  }

  .link-icon div {
    display: none;
  }

  .link-icon i {
    margin-right: 0;
  }

  .header__tel, .header__mail {
    padding-right: 15px;
    margin-right: 15px;
  }

  .header__sign a:first-of-type {
    margin-left: 0;
  }

  .header__top {
    padding: 0 15px;
  }

  .header__menu {
    padding: 15px;
    height: 80px;
  }

  .accept-buy {
    height: 50px;
    width: 240px;
  }

  .accept-buy__text {
    font-size: 16px;
  }

  .accept-buy__icon {
    width: 45px;
    height: 45px;
  }

  .header_fixed .accept-buy {
    height: 50px;
  }
  .header_fixed .accept-buy__icon {
    width: 45px;
    height: 45px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
    padding: 15px;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }

  .footer__logo {
    height: 50px;
  }
}
@media all and (max-width: 600px) {
  .index-catalog__title {
    font-size: 22px;
    left: 20px;
    bottom: 20px;
  }

  .index-catalog__wrap {
    margin-bottom: 15px;
    height: 70px;
  }

  .calc-block__param {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .calc-block__section--field .calc-block__param-value {
    width: auto;
  }

  .calc-block__section--result .calc-block__title {
    width: auto;
    text-align: center;
  }

  .calc-block__section--result > .icon {
    display: none;
  }

  .calc-block__section--result .calc-block__param {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .calc-block__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .calc-block .button--main {
    padding: 5px 10px;
  }

  .calc-block__buttons-item {
    margin-bottom: 10px;
  }
  .calc-block__buttons-item:last-of-type {
    margin-bottom: 0;
  }

  .calc-block__value-result {
    width: auto;
    margin-left: 0;
    border: none;
  }

  .calc-block__param-title-wrapper {
    margin-bottom: 5px;
  }

  .news__share .ya-share2__container_size_m .ya-share2__item {
    margin-right: 3px;
  }

  .news__share-text {
    font-size: 14px;
  }

  .card__param, .card__param-value {
    border: none;
    width: 100%;
  }

  .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #4c5256;
    overflow: hidden;
  }
  .card__row:first-of-type {
    border-top: 1px solid #4c5256;
  }
  .card__row.active_el .card__param-value {
    border-top-width: 1px;
    max-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card__row.active_el .card__param:before {
    display: none;
  }

  .card__param {
    color: #4c5256;
    cursor: pointer;
    width: 100%;
    padding-right: 35px;
    background: #eee;
    position: relative;
  }
  .card__param:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 1px;
    background: #A0A7AB;
  }
  .card__param:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #A0A7AB;
  }

  .card__param-value {
    border: 0 solid #c9cbcc;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
  }

  .banner-slider .slide__img:after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
@media all and (max-width: 540px) {
  .news__share {
    margin-top: 20px;
  }

  [name="register_submit_button"], .button[name="Login"], .button[name="send_account_info"], .button[name="change_pwd"] {
    width: 457px;
    max-width: 100%;
    font-size: 22px;
    padding: 15px;
  }
}
@media all and (max-width: 550px) {
  .pagenavi-block--indent {
    margin: 30px 0;
  }

  .meta-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .meta-info__total {
    width: 100%;
  }

  .meta-info__sort {
    width: 100%;
  }

  .breadcrumbs__item {
    padding-right: 15px;
  }

  .breadcrumbs__item:after {
    right: 5px;
  }

  .title-page {
    margin: 20px 0;
  }
}
@media all and (max-width: 530px) {
  .personal__order-block-list {
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .personal__order-list-col--name {
    padding: 0 5px;
  }

  .personal__tabs {
    margin: 20px 0;
  }

  .personal__order-date-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }

  .personal__order-date-wrap {
    width: calc(100% - 40px);
    margin-top: 10px;
  }

  .personal__order-date input[type='text'] {
    width: 100%;
  }

  .personal .personal__order-date-block .personal__order-text {
    width: 25px;
  }

  .personal__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .personal__tabs-item {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border: 0;
  }

  .card__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card__article span:first-child {
    font-size: 18px;
  }

  .card__article {
    width: 100%;
    margin-bottom: 10px;
  }

  .card__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card__line .row {
    width: 100%;
  }

  .card__btns, .card .buy-block {
    width: 100%;
  }

  .card .color--radial {
    width: 25px;
    height: 25px;
  }

  .card__colors-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }

  .card__line-buy {
    position: relative;
  }
}
@media all and (max-width: 500px) {
  .title-page, .title {
    font-size: 21px;
  }

  .order-title {
    font-size: 20px;
  }

  .item__main-block {
    width: 100%;
  }

  .card__buy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .card__colors-wrap {
    margin-bottom: 10px;
  }

  .card__price {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .card .buy-block__items {
    width: 200px;
  }

  .button {
    font-size: 18px;
  }

  .order-cart__article, .order-cart__item-price, .order-cart__price {
    font-size: 18px;
  }

  .order-cart__title-link {
    font-size: 16px;
  }

  .order-cart__wrap {
    margin-bottom: 10px;
  }

  .order-cart .buy-block__wrap {
    margin-top: 10px;
  }

  .order-cart__article {
    margin-bottom: 0;
  }

  .order-cart__basket a {
    font-size: 21px;
  }
}
@media all and (max-width: 470px) {
  .accept-buy {
    width: 173px;
    padding-right: 5px;
  }

  .header_fixed .accept-buy {
    height: 40px;
  }
  .header_fixed .accept-buy__icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .slick-dots li {
    margin: 0;
  }

  .popup__forgot-text {
    font-size: 20px;
  }

  .popup__button-link {
    font-size: 25px;
  }

  .card .buy-block__button-wrap {
    width: 145px;
  }

  .card .buy-block__items {
    width: 130px;
  }

  .card .buy-block__button-wrap .buy-block__button--favorite {
    font-size: 23px;
  }

  .card .buy-block__button-wrap .buy-block__button--compare {
    font-size: 20px;
  }

  .mini-card-list .slide {
    width: 100%;
  }

  .order-cart__item-block--order {
    width: 100%;
    padding: 0;
  }

  .order-cart__info {
    padding: 0;
  }

  .button_change {
    padding: 10px 5px;
  }

  .order-cart__item-block--price {
    width: 100%;
    padding-bottom: 0;
  }

  .personal__order-list-item--table .personal__order-list-col--num {
    display: none;
  }

  .personal__order-list-item--table .personal__order-list-col--total-price {
    min-width: 80px;
    width: 80px;
    max-width: 80px;
    text-align: center;
  }

  .personal__order-list-item--table .personal__order-list-col--vend {
    min-width: 70px;
    width: 70px;
    max-width: 70px;
  }

  .personal__order-list-item--table .personal__order-list-col--price, .personal__order-list-item--table .personal__order-list-col--count {
    min-width: 80px;
    width: 80px;
    max-width: 80px;
  }

  .header__search {
    padding-right: 5px;
  }

  .header__favorite, .header__compare {
    padding: 0 5px;
  }

  .header__search {
    font-size: 20px;
    padding-right: 10px;
  }

  .header__sign a {
    font-size: 14px;
  }

  .header__sign a:before {
    top: 3px;
  }

  .header__favorite a:before, .header__cart i, .header__compare a:before {
    font-size: 20px;
  }

  .header__count {
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    right: -5px;
    border: solid 2px #eee;
    top: -8px;
  }

  .header__cart {
    padding-left: 5px;
  }

  .header__btn-menu {
    font-size: 25px;
  }

  .breadcrumbs__item {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
  }
}
@media all and (max-width: 380px) {
  .header__logo img {
    max-width: 120px;
  }

  .header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 250px) {
  .d-sm-block {
    display: block !important;
  }
}

/* End */


/* Start:/local/templates/arlight/components/bitrix/catalog.section/slider/themes/blue/style.css?1555483778825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/arlight/components/bitrix/system.auth.form/.default/style.css?1555483778443*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/arlight/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/arlight/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}


/* End */
/* /local/templates/arlight/css/bootstrap-reboot.min.css?15584203333966 */
/* /local/templates/arlight/css/bootstrap-grid.min.css?157650190342134 */
/* /local/templates/arlight/css/bootstrap-table.css?15554837784053 */
/* /local/templates/arlight/css/slick.css?15554837781776 */
/* /local/templates/arlight/css/slick-theme.css?15554837782535 */
/* /local/templates/arlight/css/lity.min.css?15554837783383 */
/* /local/templates/arlight/css/plyr.css?155548377824205 */
/* /local/templates/arlight/css/jquery.fancybox.min.css?155548377813924 */
/* /local/templates/arlight/css/jquery-ui.min.css?155548377819064 */
/* /local/templates/arlight/css/jquery.scrollbar.css?155548377822160 */
/* /local/templates/arlight/css/style.css?1577192581200420 */
/* /local/templates/arlight/css/responsive.css?157710353046706 */
/* /local/templates/arlight/components/bitrix/catalog.section/slider/themes/blue/style.css?1555483778825 */
/* /local/templates/arlight/components/bitrix/system.auth.form/.default/style.css?1555483778443 */
