@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

.cookiesText {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    background: #fff;
    color: #999;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 10px 30px 15px;
    border-top: 1px solid #d2d2d2 !important;
    display: table;
    z-index: 999999;
}

#textLogo {
    text-indent: 100%;
    font-size: 0;
    color: transparent;
}


#PNSORTx2 {
    display: none;
}

.cookiesText .cookiestextIn {
    color: #183873;
}

.AlertNote {
    text-align: center;
}

.cookiesText .confirm {
    display: inline-block;
    margin-right: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #183873;
    box-sizing: border-box;
}

    .cookiesText .confirm a {
        color: white;
        display: inline-block;
        padding: 8px 20px 10px 20px;
        width: 100%;
        box-sizing: border-box;
    }

.cookiesText .moreinfo {
    display: inline-block;
    max-width: 120px;
    text-decoration: underline;
    font-size: 14px;
    padding: 2px 20px;
    font-weight: bold;
    color: white;
}

    .cookiesText .moreinfo a {
        color: #183873;
    }

.cookies-content-1 {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 30px;
}

.cookies-content-2 {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 30px;
    width: 340px;
    text-align: right;
}

@media (max-width: 480px) {
    .c-basket-user-delivery__form .c-userForm__fieldset__section_afterLegend .c-userForm__fieldset__section__block {
        margin-left: 0px;
    }

        .c-basket-user-delivery__form .c-userForm__fieldset__section_afterLegend .c-userForm__fieldset__section__block .c-login {
            margin-left: 15px;
        }

        .c-basket-user-delivery__form .c-userForm__fieldset__section_afterLegend .c-userForm__fieldset__section__block .c-login__forgot, .c-basket-user-delivery__form .c-userForm__fieldset__section_afterLegend .c-userForm__fieldset__section__block .c-login__register {
            margin-left: 0 !important;
        }

    .c-display-sings__button-pannel{
        display:block !important;
    }
}

.c-product-box__gallery-only-videos, .c-tabs-zone iframe {
    min-height: 350px;
}

.c-basket-user-delivery__form .c-login .c-logbutton {
    padding-left: 0;
}

.c-login-bottom {
    margin-left: 0px !important;
}

@media (min-width: 480px) and (max-width: 768px) {
    .c-basket-user-delivery__form .c-userForm__fieldset__section_afterLegend .c-userForm__fieldset__section__block {
        margin-left: 0px !important;
    }
}


@media(max-width: 1000px) {

    .cookies-content-1 {
        display: table-row;
    }

    .cookiestextIn {
        display: table-cell;
        padding: 6px 30px;
    }

    .cookies-content-2 {
        display: table-row;
    }

    .confirm {
        display: table-cell;
        vertical-align: middle;
        margin: 8px 0;
    }

    .moreinfo {
        display: table-cell;
        vertical-align: middle;
        margin: 8px 0px;
    }

}

/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */


.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
    transition: top .3s,right .3s,bottom .3s,left .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 25px;
    border-radius: 0;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #656565;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        zoom: 1;
        -webkit-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #656565;
    background-color: #f2f2f2;
    border-color: transparent;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #656565;
        background-color: #d9d9d9;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-default:hover {
        color: #656565;
        background-color: #d9d9d9;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #656565;
        background-color: #d9d9d9;
        border-color: rgba(0, 0, 0, 0);
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #656565;
            background-color: #c7c7c7;
            border-color: rgba(0, 0, 0, 0);
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #f2f2f2;
        border-color: transparent;
    }

    .btn-default .badge {
        color: #f2f2f2;
        background-color: #656565;
    }

.btn-primary {
    color: #fff;
    background-color: #ff7200;
    border-color: #e66700;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #cc5b00;
        border-color: #662e00;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #cc5b00;
        border-color: #a84b00;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #cc5b00;
        border-color: #a84b00;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #a84b00;
            border-color: #662e00;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #ff7200;
        border-color: #e66700;
    }

    .btn-primary .badge {
        color: #ff7200;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #3B8F02;
    border-color: #317602;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #265d01;
        border-color: #000000;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #265d01;
        border-color: #183901;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #265d01;
        border-color: #183901;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #183901;
            border-color: #000000;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #3B8F02;
        border-color: #317602;
    }

    .btn-success .badge {
        color: #3B8F02;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #0d2c78;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #030a1c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #e6e6e6;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.c-product-gift .close {
    padding-right: 5px;
    padding-top: 5px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.fade {
    opacity: 0;
    -moz-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #e6e6e6;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #e6e6e6;
}

.text-primary {
    color: #ff7200;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #cc5b00;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #ff7200;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #cc5b00;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f2f2f2;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #e6e6e6;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f2f2f2;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #e6e6e6;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f2f2f2;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #808080;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e6e6e6;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #808080;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #808080;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #808080;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: inset 2px 0 5px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 2px 0 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 0 5px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-webkit-input-placeholder {
        color: #aaa;
    }

    .form-control:-moz-placeholder {
        color: #aaa;
    }

    .form-control::-moz-placeholder {
        color: #aaa;
    }

    .form-control:-ms-input-placeholder {
        color: #aaa;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f2f2f2;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 40px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 40px;
    line-height: 40px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 40px;
    line-height: 40px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 40px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 50px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c0c0c0;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 40px;
    line-height: 40px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #808080;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #808080;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0d2c78;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #030a1c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .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-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1440px) {
    .col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #f2f2f2;
            }

        .nav > li.disabled > a {
            color: #e6e6e6;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #e6e6e6;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #f2f2f2;
        border-color: #0d2c78;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #e6e6e6;
            border-radius: 0px 0px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #f2f2f2 #f2f2f2 #e6e6e6;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #BFBFBF;
            background-color: #fff;
            border: 1px solid #e6e6e6;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #ff7200;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #808080;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #737373;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #ff7200;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #e6e6e6;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #e6e6e6;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -moz-transform: translate(0, -25%);
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        zoom: 1;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    margin-top: 30px;
    margin-bottom: 20px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0px;
    }
}

@media (min-width: 992px) {
    .js-navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .js-navbar-header,
.container-fluid > .js-navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .container > .js-navbar-header,
    .container-fluid > .js-navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #0d2c78;
    border-color: #417ebb;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #0a215a;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #417ebb;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #0a215a;
        color: #555;
    }

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #0a215a;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #ffffff;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        zoom: 1;
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.navbar:before,
.navbar:after,
.js-navbar-header:before,
.js-navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.c-userForm__fieldset__section:before,
.c-userForm__fieldset__section:after,
.userForm__fieldset__section:before,
.userForm__fieldset__section:after,
.c-userForm__fieldset__section__block:before,
.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:before,
.userForm__fieldset__section__block:after,
.l-myAccountMenu:before,
.l-myAccountMenu:after,
.loginform fieldset:before,
.loginform fieldset:after,
.c-login:before,
.c-login:after,
.loginForm:before,
.loginForm:after,
.l-marketPlaces__regions:before,
.l-marketPlaces__regions:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-header:after,
.modal-footer:after,
.navbar:after,
.js-navbar-header:after,
.navbar-collapse:after,
.c-userForm__fieldset__section:after,
.userForm__fieldset__section:after,
.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:after,
.l-myAccountMenu:after,
.loginform fieldset:after,
.c-login:after,
.loginForm:after,
.l-marketPlaces__regions:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1440px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table !important;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
}

@media (min-width: 1440px) {
    .visible-xl-block {
        display: block !important;
    }
}

@media (min-width: 1440px) {
    .visible-xl-inline {
        display: inline !important;
    }
}

@media (min-width: 1440px) {
    .visible-xl-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1440px) {
    .hidden-xl {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }
/*
    Flaticon icon font: Flaticon
    Creation date: 29/11/2016 12:22
    */
@font-face {
    font-family: "Flaticon";
    src: url("../less/1-tools/flaticon/font/Flaticon.eot?v=1489582520958");
    src: url("../less/1-tools/flaticon/font/Flaticon.eot?v=1489582520958?#iefix") format("embedded-opentype"), url("../less/1-tools/flaticon/font/Flaticon.woff?v=1489582520958") format("woff"), url("../less/1-tools/flaticon/font/Flaticon.ttf?v=1489582520958") format("truetype"), url("../less/1-tools/flaticon/font/Flaticon.svg#Flaticon?v=1489582520958") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../less/1-tools/flaticon/font/Flaticon.svg#Flaticon?v=1489582520958") format("svg");
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-arrows-down:before {
    content: "\f100";
}

.flaticon-arrows-left:before {
    content: "\f101";
}

.flaticon-arrows-right:before {
    content: "\f102";
}

.flaticon-arrows-up:before {
    content: "\f103";
}

.flaticon-box:before {
    content: "\f104";
}

.flaticon-businessman:before {
    content: "\f105";
}

.flaticon-calendars:before {
    content: "\f106";
}

.flaticon-cart:before {
    content: "\f107";
}

.flaticon-catalog:before {
    content: "\f108";
}

.flaticon-close:before {
    content: "\f109";
}

.flaticon-compare:before {
    content: "\f10a";
}

.flaticon-delete:before {
    content: "\f10b";
}

.flaticon-delete-bin:before {
    content: "\f10c";
}

.flaticon-dog:before {
    content: "\f10d";
}

.flaticon-down:before {
    content: "\f10e";
}

.flaticon-edit:before {
    content: "\f10f";
}

.flaticon-overview:before {
    content: "\f118";
}

.flaticon-facebook:before {
    content: "\f110";
}

.flaticon-gift:before {
    content: "\f111";
}

.flaticon-home-button:before {
    content: "\f112";
}

.flaticon-information:before {
    content: "\f113";
}

.flaticon-label:before {
    content: "\f114";
}

.flaticon-left:before {
    content: "\f115";
}

.flaticon-list:before {
    content: "\f116";
}

.flaticon-mail:before {
    content: "\f117";
}

.flaticon-menu:before {
    content: "\f118";
}

.flaticon-money:before {
    content: "\f119";
}

.flaticon-print:before {
    content: "\f11a";
}

.flaticon-right:before {
    content: "\f11b";
}

.flaticon-search:before {
    content: "\f11c";
}

.flaticon-settings:before {
    content: "\f11d";
}

.flaticon-signout:before {
    content: "\f11e";
}

.flaticon-success:before {
    content: "\f11f";
}

.flaticon-up:before {
    content: "\f120";
}

.flaticon-user:before {
    content: "\f121";
}

.flaticon-warehouse:before {
    content: "\f122";
}

.flaticon-warning:before {
    content: "\f123";
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 0px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

    .daterangepicker:before,
    .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

@media screen and (max-width: 479px) {
    .daterangepicker {
        left: 15px !important;
    }
}

@media screen and (min-width: 564px) {
    .daterangepicker .right {
        float: right;
    }
}

@media screen and (min-width: 564px) {
    .daterangepicker .left {
        float: left;
    }
}

.daterangepickerbuttons {
    clear: both;
    padding: 0 4px;
}

.daterangepicker_start_input,
.daterangepicker_end_input {
    width: 50%;
    float: left;
    padding: 0 4px;
    margin-bottom: 15px;
}

    .daterangepicker_start_input label,
    .daterangepicker_end_input label {
        position: relative;
        top: 28px;
        left: 5px;
    }

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

    .daterangepicker.dropup:before {
        top: initial;
        bottom: -7px;
        border-bottom: initial;
        border-top: 7px solid #ccc;
    }

    .daterangepicker.dropup:after {
        top: initial;
        bottom: -6px;
        border-bottom: initial;
        border-top: 6px solid #fff;
    }

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

    .daterangepicker .calendar label {
        font-size: 12px;
    }

    .daterangepicker .calendar.single .calendar-table {
        border: none;
    }

    .daterangepicker .calendar th,
    .daterangepicker .calendar td {
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 0px;
    background: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

    .daterangepicker td.available:hover,
    .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit;
    }

    .daterangepicker td.week,
    .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        background-color: #fff;
        border-color: transparent;
        color: #999;
    }

    .daterangepicker td.in-range {
        background-color: rgba(255, 114, 0, 0.3);
        border-color: transparent;
        color: #000;
        border-radius: 0;
    }

    .daterangepicker td.start-date {
        border-radius: 0px 0 0 0px;
    }

    .daterangepicker td.end-date {
        border-radius: 0 0px 0px 0;
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 0px;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: #ff7200;
        border-color: transparent;
        color: #fff;
    }

    .daterangepicker th.month {
        width: auto;
    }

    .daterangepicker td.disabled,
    .daterangepicker option.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through;
    }

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

    .daterangepicker .input-mini.active {
        border: 1px solid #08c;
        border-radius: 0px;
    }

.daterangepicker .daterangepicker_input {
    position: relative;
}

    .daterangepicker .daterangepicker_input i {
        position: absolute;
        left: 8px;
        top: 8px;
    }

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

    .daterangepicker .calendar-time select.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.ranges {
    font-size: 11px;
    float: none;
    padding: 4px;
    text-align: left;
    clear: both;
}

    .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .ranges li {
        font-size: 13px;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 0px;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .ranges li:hover {
            background: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

        .ranges li.active {
            background: #08c;
            border: 1px solid #08c;
            color: #fff;
        }
/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single.ltr .ranges,
        .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .daterangepicker.single.rtl .ranges,
        .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .daterangepicker.ltr .ranges,
            .daterangepicker.ltr .calendar {
                float: left;
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .daterangepicker.rtl .ranges,
            .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none;
    }
}

body,
html {
    font-size: 14px;
    color: #808080;
}

h1 {
    font-size:;
    font-weight: 700;
    line-height:;
    margin:;
    padding:;
    color: #0c2b70;
}

h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #0c2b70;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    line-height:;
    margin:;
    padding:;
    color: #0c2b70;
}

.page_article h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #0c2b70;
}

.page_article h3 {
    font-size: 14px;
    font-weight: 700;
    line-height:;
    margin:;
    padding:;
    color: #0c2b70;
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
}

.l-main-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.l-footer {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.print-only {
    display: none;
}

.page_category {
    -webkit-flex-grow: 10;
    flex-grow: 10;
}

.l-info {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 992px) {
}

.flexbox .c-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
}

@media (min-width: 520px) {
    .flexbox .c-info {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 40px;
    }
}

.c-info .l-user-login {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

@media (min-width: 520px) {
    .c-info .l-user-login {
        width: auto;
    }
}

.c-info .c-user-login {
    height: 40px;
}

@media (min-width: 520px) {
    .c-info .c-user-login {
        border-right: 1px solid #e6e6e6;
    }
}

.flexbox .c-info .c-user-login {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-info .c-user-login__nav {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
}

.c-info .c-user-login__nav_item {
    display: inline-block;
}

    .c-info .c-user-login__nav_item:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f10e";
        margin: 0 10px;
        color: #808080;
    }

    .c-info .c-user-login__nav_item:hover {
        position: relative;
    }

        .c-info .c-user-login__nav_item:hover > .c-user-login__subnav {
            display: inline-block;
        }

.c-info .c-user-login__nav_link {
    color: #808080;
    text-decoration: underline;
}

    .c-info .c-user-login__nav_link:hover {
        text-decoration: none;
    }

.c-info .c-user-login__subnav {
    list-style-type: none;
    margin: 0;
    padding: 10px 15px;
    display: none;
    position: absolute;
    top: 18px;
    right: -15px;
    min-width: 120px;
    z-index: 100;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .c-info .c-user-login__subnav {
        left: 5px;
        right: auto;
    }
}

.c-info .c-user-login__subnav_item {
    display: block;
}

.c-info .c-user-login__subnav_link {
    color: #808080;
    white-space: nowrap;
}

.c-info .c-user-menu {
    height: 40px;
}

.flexbox .c-info .c-user-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-info .c-user-menu__nav {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
}

.c-info .c-user-menu__nav_item {
    display: inline-block;
}

    .c-info .c-user-menu__nav_item:hover > .c-user-menu__subnav {
        display: block;
    }

.c-info .c-user-menu__nav_link {
    color: #808080;
}

    .c-info .c-user-menu__nav_link:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f10e";
        margin: 0 10px;
        color: #808080;
    }

    .c-info .c-user-menu__nav_link:hover {
        text-decoration: none;
    }

        .c-info .c-user-menu__nav_link:hover:before {
            display: inline-block;
            font-family: "Flaticon";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 1;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            font-size: 10px;
            content: "\f120";
            margin: 0 10px;
            color: #808080;
        }

.c-info .c-user-menu__subnav {
    list-style-type: none;
    margin: 0;
    padding: 10px 15px;
    display: none;
    position: absolute;
    min-width: 125px;
    z-index: 100;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.c-info .c-user-menu__subnav_item {
    display: block;
}

.c-info .c-user-menu__subnav_link {
    color: #808080;
}

.c-header {
    height: 82px;
}

.flexbox .c-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-header {
        height: 164px;
    }
}

@media screen and (max-width: 500px) {
    .c-header {
        height: 246px;
    }
}

.l-menu {
    background-color: #0d2c78;
    color: #fff;
}

.c-menu {
    height: 50px;
    line-height: 50px;
    line-height: normal;
    position: relative;
}

.flexbox .c-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.l-breadcrumbs {
    /*border-bottom: 1px solid #e6e6e6;*/
    /*margin-bottom: 10px;*/
}

.c-breadcrumbs {
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .c-breadcrumbs.c-view {
        margin: 0;
    }
}

.flexbox .c-breadcrumbs__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-breadcrumbs__nav_item {
    position: relative;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flexbox .c-breadcrumbs__nav_item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-breadcrumbs__nav_item.js-ecllips {
    padding: 0 10px 0 30px;
    height: 50px;
    cursor: pointer;
    display: none;
}

    .c-breadcrumbs__nav_item.js-ecllips div {
        max-width: none;
    }

    .c-breadcrumbs__nav_item.js-ecllips.is-activ {
        background: #f2f2f2;
        border-bottom: 1px solid #e6e6e6;
        width: 80%;
    }

        .c-breadcrumbs__nav_item.js-ecllips.is-activ div {
            width: 100%;
            text-align: right;
        }

        .c-breadcrumbs__nav_item.js-ecllips.is-activ:after {
            border-left: 17px solid #f2f2f2;
        }

@media screen and (max-width: 768px) {
    .flexbox .c-breadcrumbs__nav_item.js-ecllips {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-breadcrumbs__nav_item div {
    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1200px) and (min-width: 1199px) {
    .c-breadcrumbs__nav_item div {
        max-width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .c-breadcrumbs__nav_item div {
        max-width: 150px;
    }
}

/*.c-breadcrumbs__nav_item:before {
    content: '>';
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    right: -18px;
    z-index: 1;
}*/

.c-breadcrumbs__nav_item:after {
    content: '>';
    /*display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    right: -17px;
    z-index: 2;*/
}

.c-breadcrumbs__nav_item:hover {
    background: #fafafa;
}

    .c-breadcrumbs__nav_item:hover:before {
        /*content: '>';
        font-size: x-large;
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 17px solid #e6e6e6;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        right: -18px;
        z-index: 3;*/
    }

    .c-breadcrumbs__nav_item:hover:after {
        content: '>';
        font-size: x-large;
        /*display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 17px solid #fafafa;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        right: -17px;
        z-index: 4;*/
    }

.c-breadcrumbs__nav_item:first-of-type a {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .c-breadcrumbs__nav_item:first-of-type a {
        padding: 0 10px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .c-breadcrumbs__nav_item:first-of-type.is-border {
        border-bottom: 1px solid #e6e6e6;
    }
}

.c-breadcrumbs__nav_item.last {
    color: #0c2b70;
    padding: 0 0 0 40px;
    text-transform: uppercase;
}

    .c-breadcrumbs__nav_item.last:hover,
    .c-breadcrumbs__nav_item.last:active {
        background: none;
    }

    .c-breadcrumbs__nav_item.last:after,
    .c-breadcrumbs__nav_item.last:before {
        display: none;
    }

    .c-breadcrumbs__nav_item.last div {
        max-width: 500px;
        overflow: visible;
    }

@media screen and (max-width: 1200px) {
    .c-breadcrumbs__nav_item.last {
        max-width: 230px;
    }
}

@media screen and (max-width: 768px) {
    .l-breadcrumbs {
        display: none;
    }
}

.c-breadcrumbs__nav_homeicon:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f112";
    margin: 0 5px 0 0;
    color: #BFBFBF;
}

@media screen and (max-width: 1200px) {
    .c-breadcrumbs__nav_homeicon + div {
        display: none;
    }
}

.c-breadcrumbs__nav_link {
    color: #808080;
    width: 100%;
    margin: 0 0 0 10px;
    padding: 0 20px;
    text-transform: uppercase;
    height: 50px;
}

.flexbox .c-breadcrumbs__nav_link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-breadcrumbs__nav_link:hover {
    color: #808080;
}

.c-breadcrumbs__subnav {
    display: none;
}

@media screen and (max-width: 768px) {
    .c-breadcrumbs__subnav.js-subnav.is-open {
        display: block;
        margin: 0 15px;
        padding: 20px 0 20px 35px;
        text-transform: uppercase;
    }

    .c-breadcrumbs__subnav_item {
        width: 90%;
    }

        .c-breadcrumbs__subnav_item div {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
        }

        .c-breadcrumbs__subnav_item.last {
            color: #0c2b70;
        }

    .c-breadcrumbs__subnav_link {
        color: #808080;
    }
}

.page_articlelist .c-heading {
    margin-top: 5px;
    margin-bottom: 35px;
}

.page_article {
    margin-top: 0px !Important;
}

body.commodity .l-main-content {
    margin-top: 0px;
}
.l-main-content {
    margin-top: 20px;
}

.l-footer-user {
    position: relative;
}

.l-footer-payment {
    position: relative;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 992px) {
    .l-footer-payment {
        position: inherit;
    }
}

.c-footer-info {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
}

.flexbox .c-footer-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 480px) {
    .flexbox .c-footer-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-footer-info .l-footer-servis {
    width: 25%;
    background-color: #fff;
    padding: 35px 20px 45px 20px;
}

@media screen and (max-width: 992px) {
    .c-footer-info .l-footer-servis {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .l-footer-servis {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .c-footer-info .l-footer-servis {
        width: 100%;
    }
}

.c-footer-info .l-footer-user {
    width: 75%;
    padding: 35px 20px 0 20px;
}

@media screen and (max-width: 992px) {
    .c-footer-info .l-footer-user {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .l-footer-user {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .c-footer-info .l-footer-user {
        width: 100%;
    }
}

.c-footer-info .l-footer-menu {
    width: 33.33333333%;
}

@media screen and (max-width: 992px) {
    .c-footer-info .l-footer-menu {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .l-footer-menu {
        width: 100%;
        text-align: center;
    }
}

.c-footer-info .l-footer-newsleater {
    width: 33.33333333%;
}

@media screen and (max-width: 992px) {
    .c-footer-info .l-footer-newsleater {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .l-footer-newsleater {
        width: 100%;
        text-align: center;
    }
}

.c-footer-info .l-footer-payment {
    width: 100%;
    /*padding: 30px 20px; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-footer-info .c-footer-servis__symbols {
    margin-bottom: 15px;
}

.c-footer-info .c-footer-servis__symbols_icon {
    background-color: #DCEDCC;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.flexbox .c-footer-info .c-footer-servis__symbols_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-info .c-footer-servis__symbols_icon:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 30px;
    content: "\f113";
    margin: 0;
    color: #3B8F02;
}

.c-footer-info .c-footer-servis__infobox {
    margin-bottom: 35px;
}

.c-footer-info .c-footer-servis__infobox_title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c-footer-info .c-footer-servis__infobox_text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.c-footer-info .c-footer-servis__infobox_annotation {
    font-size: 13px;
    color: #0c2b70;
    display: inline-block;
    width: 100%;
}

    .c-footer-info .c-footer-servis__infobox_annotation span:nth-child(1) {
        font-weight: 400;
        padding-right: 30px;
        width: 50%;
        float: left;
        text-align: right;
    }

    .c-footer-info .c-footer-servis__infobox_annotation span:nth-child(2) {
        font-weight: 700;
        width: 50%;
        float: left;
    }

.flexbox .c-footer-info .c-footer-user {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.c-footer-info .c-footer-menu__title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c-footer-info .c-footer-menu__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.c-footer-info .c-footer-menu__menu_link {
    font-size: 13px;
    color: #808080;
    line-height: 28px;
}

.c-footer-info .c-footer-payment img {
    max-width: 100%;
}

.c-footer-info .c-newsleater__title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c-footer-info .c-newsleater__annotation {
    margin-bottom: 30px;
}

.c-footer-info .c-newsleater__input-group {
    margin-bottom: 30px;
    max-width: 400px;
}

.c-footer-info .c-newsleater__fb, .c-footer-info .c-newsleater__instagram {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .c-footer-info .c-newsleater__fb, .c-footer-info .c-newsleater__instagram {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .c-newsleater__fb span, .c-footer-info .c-newsleater__instagram span {
        display: inline-block;
        vertical-align: middle;
    }
}

.c-footer-info .c-newsleater__fb_icon {
    color: #808080;
}

@media screen and (max-width: 768px) {
    .c-footer-info .c-newsleater__fb_icon, .c-footer-info .c-newsleater__instagram_icon {
        width: 100%;
        text-align: center;
        display: block !Important;
    }
}

.flexbox .c-footer-info .c-newsleater__fb_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-info .c-newsleater__fb_icon:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 40px;
    content: "\f110";
    margin: 0 15px 0 0;
    color: #3B5998;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .c-footer-info .c-newsleater__fb_icon:before {
        vertical-align: middle;
    }
}

.c-footer-info .c-newsleater__fb_icon:hover, .c-footer-info .c-newsleater__instagram_icon:hover {
    text-decoration: none;
}

    .c-footer-info .c-newsleater__fb_icon:hover:before {
        color: #344e86;
    }

    .c-footer-info .c-newsleater__fb_icon:hover span, .c-footer-info .c-newsleater__instagram_icon span {
        text-decoration: underline;
    }

.c-footer-info .c-newsleater__heureka_icon {
    background: url(../img/overeno-zakazniky.png);
    width: 93px;
    height: 92px;
    display: inline-block;
}

.c-footer-info .c-newsleater__heureka img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .c-footer-info .c-newsleater__heureka img {
        width: 50%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-footer-info .c-newsleater__heureka img {
        width: 100%;
        height: 100%;
    }
}

.flexbox .c-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer span {
    padding: 30px 30px;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .c-footer span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}

.c-footer a {
    font-size: 13px;
    color: #808080;
    text-decoration: underline;
}

    .c-footer a:hover {
        text-decoration: none;
    }

.checkCodeBox {
    margin: -15px 0 15px;
}

.l-news {
    width: 100%;
    background: #ffe000;
}

    .l-news .c-news {
        animation-duration: .8s;
        -webkit-animation-duration: .8s;
        -moz-animation-duration: .8s;
        -o-animation-duration: .8s;
        -webkit-animation-name: slideUp;
        animation-name: slideUp;
        background: #fff;
        color: #999;
        font-size: 17px;
        font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
        position: relative;
        width: 100%;
        display: table;
        max-width: 1300px;
        background: #ffe000;
        display: flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        color: black;
    }

    .l-news .c-news_news-content-1 {
        display: table-cell;
        vertical-align: middle;
        padding: 6px 6px;
    }

    .l-news .c-news_news-content-2 {
        display: table-cell;
        padding-right: 5px;
        width: 10px;
        vertical-align: middle;
    }

        .l-news .c-news_news-content-2 span {
            display: inline-block;
            font-family: "Flaticon";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 1;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            font-size: 20px;
            content: "\f109";
            margin: 0;
            color: #0c2b70;
        }

            .l-news .c-news_news-content-2 span:hover {
                cursor: pointer;
            }

@media (max-width: 1000px) {
    .news-content-1 {
        display: table-row;
    }
}

.cetelem-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0d2c78;
    text-transform: uppercase;
    margin-top: 20px;
}

.cetelem table {
    border-collapse: initial;
    border-spacing: 30px 3px;
}

    .cetelem table td + td {
        text-align: right;
    }

.cetelem select {
    width: 100%;
}

.cetelem input[type='text'] {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    text-align: right;
}

.cetelem input[type='submit'] {
    background: #79C000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 0 50px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.l-logo {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-logo {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .l-logo {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .l-logo {
        float: left;
        width: 16.66666667%;
    }
}

@media screen and (max-width: 500px) {
    .l-logo {
        width: 100%;
    }
}

.c-logo__title {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

    .c-logo__title a {
        text-decoration: none;
    }

        .c-logo__title a:hover,
        .c-logo__title a:focus,
        .c-logo__title a:action {
            text-decoration: none;
        }

    .c-logo__title img {
        max-width: 100%;
        padding-right: 30px;
    }

.c-logo__alt-logo {
    display: none;
}

.l-motto {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (max-width: 767px) {
    .l-motto {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-motto {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .l-motto {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .l-motto {
        float: left;
        width: 16.66666667%;
    }
}

.c-motto {
    margin-right: 30px;
}

.l-search {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-search {
        float: left;
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .l-search {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .l-search {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 500px) {
    .l-search {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .l-search {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 15px;
    }

    .l-header {
        position: relative;
    }
}

.c-search {
    margin-right: 30px;
}

@media screen and (max-width: 992px) {
    .c-search {
        margin-right: 0;
    }
}

.l-user-info {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-user-info {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .l-user-info {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .l-user-info {
        float: left;
        width: 16.66666667%;
    }
}

.c-user-info {
    margin-right: 30px;
}

@media screen and (max-width: 1200px) and (min-width: 480px) {
    .c-user-info {
        margin-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .c-user-info {
        margin-right: 0px;
    }
}

.flexbox .c-user-info__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .flexbox .c-user-info__link {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .flexbox .c-user-info__link {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.c-user-info__link:hover {
    text-decoration: none;
}

    .c-user-info__link:hover .c-user-info__ico:before {
        color: #2C6298;
    }

    .c-user-info__link:hover .c-user-info__text {
        color: #b3b3b3;
    }

.c-user-info__ico {
    height: 40px;
    width: 40px;
    color: #0d2c78;
    border-radius: 0;
    padding: 0;
}

.flexbox .c-user-info__ico {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-user-info__ico:hover {
    text-decoration: none;
}

.c-user-info__ico:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 30px;
    content: "\f121";
    margin: 0;
    color: #0d2c78;
    text-decoration: none;
}

.c-user-info__text {
    color: #808080;
}

.c-user-info a {
    color: #808080;
}

    .c-user-info a:hover {
        color: #737373;
    }

.l-basket-info {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-basket-info {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .l-basket-info {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .l-basket-info {
        float: left;
        width: 16.66666667%;
    }
}

.c-basket-info__icon {
    position: relative;
    margin-right: 15px;
}

    .c-basket-info__icon:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 30px;
        content: "\f107";
        margin: 0;
        color: #0d2c78;
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        text-align: center;
    }

@media screen and (min-width: 992px) {
}

.c-basket-info__icon_text {
    display: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}

@media screen and (max-width: 599px) {
    .flexbox .c-basket-info__icon_text {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .flexbox .c-basket-info__icon_text {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-basket-info__icon_text span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #0d2c78;
    border-radius: 50%;
}

.flexbox .c-basket-info__text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .flexbox .c-basket-info__text {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
    .c-basket-info__price {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .c-basket-info__price {
        display: none;
    }
}

.c-basket-info__price__amount {
    font-size: 13px;
    color: #808080;
}

.c-basket-info__price__box {
    font-size: 15px;
    font-weight: bold;
}

.c-basket-info__link:hover {
    text-decoration: none;
}

    .c-basket-info__link:hover .c-basket-info__icon:before {
        color: #2C6298;
    }

    .c-basket-info__link:hover .c-basket-info__icon_text span {
        background-color: #2C6298;
    }

    .c-basket-info__link:hover .c-basket-info__price__amount {
        color: #b3b3b3;
    }

    .c-basket-info__link:hover .c-basket-info__price__box {
        color: #174ed4;
    }

@media screen and (min-width: 992px) {
    .l-menu-category {
        max-width: 230px;
    }

    .flexbox .l-menu-category {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media screen and (max-width: 992px) {
    .l-menu-category {
        max-width: none;
        width: 100%;
    }

    .flexbox .l-menu-category {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .flexbox .l-menu-category {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.l-menu-category__subnav {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .l-menu-category .js-open.js-response-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

@media screen and (min-width: 769px) {
    .l-menu-category .js-open.js-desktop-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

.c-menu-category {
    border-left: 1px solid #417ebb;
    border-right: 1px solid #417ebb;
}

@media screen and (max-width: 992px) {
    .c-menu-category {
        border: none;
    }
}

.c-menu-category__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-menu-category__nav_item {
    display: inline-block;
    width: 100%;
    /*&:hover,
      &:focus {
        >.l-menu-category__subnav{
          @media screen and (max-width: @screen-sm) {
            &.js-response-menu {
              display: inline-block;
              z-index: 10;
            }
          }
          @media screen and (min-width:@screen-sm) {
            &.js-desktop-menu {
              display: inline-block;
              z-index: 10;
            }
          }
        }
      }*/
}

@media screen and (max-width: 992px) {
    .c-menu-category__nav_item {
        width: auto;
    }
}

.c-menu-category__nav_link {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 15px;
    white-space: nowrap;
    cursor: pointer;
    /*.hasChild {
                line-height: 32px;
                width: 100%;
                display: inline-block;
                font-size: 15px;
                text-transform: uppercase;
                padding: 0 20px 0 30px;
                position: relative;

                &:after {
                    display: inline-block;
                    font-family: "Flaticon";
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    line-height: 1;
                    text-decoration: inherit;
                    text-rendering: optimizeLegibility;
                    text-transform: none;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    font-smoothing: antialiased;
                    font-size: 8px;
                    content: "\f11b";
                    margin: 0;
                    color: #808080;
                    text-decoration: none;
                    position: absolute;
                    right: 20px;
                    top: 12px;
                }

                &:hover {
                    background: #fff;
                    text-decoration: none;
                }
            }*/
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .c-menu-category__nav_link {
        padding: 0 10px;
    }
}

.c-menu-category__nav_link:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    content: "\f116";
    margin: 0;
    color: #fff;
}

.c-menu-category__nav_link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2C6298;
    position: relative;
}

.c-menu-category__nav_link span {
    white-space: nowrap;
    padding-left: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .c-menu-category__nav_link span {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .c-menu-category__subnav {
        padding: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .flexbox .c-menu-category__subnav {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (min-width: 768px) {
    .c-menu-category__subnav_menu {
        width: 40%;
        display: inline-block;
        padding: 35px 0 40px 0;
        background: #f2f2f2;
        list-style-type: none;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-category__subnav_menu {
        width: 30%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-category__subnav_menu {
        width: 25%;
    }
}

.c-menu-category__subnav_link {
    /**/
    /*}*/
}

    .c-menu-category__subnav_link span {
        width: 100%;
        padding-right: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-menu-category__subnav_link.noChild {
        line-height: 32px;
        width: 100%;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0 20px 0 30px;
        cursor: pointer;
    }

        .c-menu-category__subnav_link.noChild:hover,
        .c-menu-category__subnav_link.noChild:focus,
        .c-menu-category__subnav_link.noChild:active {
            background: #fff;
            text-decoration: none;
        }

.flexbox .c-menu-category__subnav_link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .c-menu-category__subnav_link {
        line-height: 50px;
    }
}

.c-menu-category__subnav_link:hover,
.c-menu-category__subnav_link:focus,
.c-menu-category__subnav_link:active {
    background: #fff;
    text-decoration: none;
}

.c-menu-category__subnav_link.hasChild {
    line-height: 32px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 30px;
    position: relative;
}

    .c-menu-category__subnav_link.hasChild:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 8px;
        content: "\f11b";
        margin: 0;
        color: #808080;
        text-decoration: none;
        position: absolute;
        right: 20px;
        top: 12px;
    }

    .c-menu-category__subnav_link.hasChild:hover,
    .c-menu-category__subnav_link.hasChild:focus,
    .c-menu-category__subnav_link.hasChild:active {
        background: #fff;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .c-menu-category__subnav_link_submenu {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-category__subnav_link_submenu {
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-category__subnav_link_submenu {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav {
        background: #f2f2f2;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }
}

.c-menu-category__subnav__subnav_item {
    background: #F2F2F2 !Important;
    /*&:hover,
      &.js-open {
        @media screen and (max-width: @screen-sm) {
          background: @white;
        }
        &.has-child {
          @media screen and (max-width: @screen-sm) {
            &:after {
              .use-icon-font(15px, @font-Flaticon-down, @gray-dark, 0);
            }
          }
        }
      }*/
}

@media screen and (max-width: 768px) {
    .flexbox .c-menu-category__subnav__subnav_item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav_item {
        line-height: 50px;
        padding: 0 20px 0 10px;
        border-bottom: 1px solid #fff;
    }
}

.c-menu-category__subnav__subnav_item.has-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav_item.has-child:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 15px;
        content: "\f11b";
        margin: 0;
        color: #808080;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav_link {
        padding: 0 25px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        padding-right: 15px;
        width: calc(95%);
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav_submenu {
        display: none;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav__subnav_submenu.js-open {
        display: block;
        width: 100%;
    }
}

.flexbox .c-menu-category__subnav_link.noChild {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .c-menu-category__subnav_link.noChild {
        line-height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .l-menu-category {
        max-width: 230px;
    }

    .flexbox .l-menu-category {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media screen and (max-width: 992px) {
    .l-menu-category {
        max-width: none;
        width: 100%;
    }

    .flexbox .l-menu-category {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .flexbox .l-menu-category {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.l-menu-category__subnav {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .l-menu-category .js-open.js-response-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

@media screen and (min-width: 769px) {
    .l-menu-category .js-open.js-desktop-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

.c-menu-category {
    border-left: 1px solid #417ebb;
    border-right: 1px solid #417ebb;
}

@media screen and (max-width: 992px) {
    .c-menu-category {
        border: none;
        width: 100%;
    }
}

#profitechnika a {
    border: none;
    text-align: right;
}

#profitechnika .js-desktop-menu.js-open {
    display: block;
    z-index: 1060;
}

    #profitechnika .js-desktop-menu.js-open a {
        border-bottom: 1px solid #fff;
        text-align: left;
    }

        #profitechnika .js-desktop-menu.js-open a.hasChild {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        #profitechnika .js-desktop-menu.js-open a:after {
            right: 0;
        }

        #profitechnika .js-desktop-menu.js-open a span {
            display: inline-block;
        }

#profitechnika ul {
    padding-left: 0;
}

.c-menu-category__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-menu-category__nav_item {
    display: inline-block;
    width: 100%;
    /*&:hover,
      &:focus {
        >.l-menu-category__subnav{
          @media screen and (max-width: @screen-sm) {
            &.js-response-menu {
              display: inline-block;
              z-index: 10;
            }
          }
          @media screen and (min-width:@screen-sm) {
            &.js-desktop-menu {
              display: inline-block;
              z-index: 10;
            }
          }
        }
      }*/
}

@media screen and (max-width: 992px) {
    .c-menu-category__nav_item {
        width: auto;
    }
}

.c-menu-category__nav_link {
    font-size: 3vw;
    padding: 0 1vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 15px;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 768px) {
    .c-menu-category__nav_link {
        font-size: 15px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .c-menu-category__nav_link {
        padding: 0 10px;
    }
}

.c-menu-category__nav_link:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    margin: 0;
    color: #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.c-menu-category__nav_link:hover,
.c-menu-category__nav_link:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2C6298;
    position: relative;
}

    .c-menu-category__nav_link:hover:before,
    .c-menu-category__nav_link:focus:before {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.c-menu-category__nav_link span {
    white-space: nowrap;
    padding-left: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .c-menu-category__nav_link span {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .c-menu-category__subnav {
        padding: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .flexbox .c-menu-category__subnav {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (min-width: 768px) {
    .c-menu-category__subnav_menu {
        width: 40%;
        display: inline-block;
        padding: 26.5px 0 40px 0;
        background: #f2f2f2;
        list-style-type: none;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-category__subnav_menu {
        width: 30%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-category__subnav_menu {
        width: 25%;
    }
}

.c-menu-category__subnav_link span {
    width: 100%;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-menu-category__subnav_link.noChild {
    line-height: 32px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 30px;
    cursor: pointer;
}

.flexbox .c-menu-category__subnav_link.noChild {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-menu-category__subnav_link.noChild:hover,
.c-menu-category__subnav_link.noChild:focus,
.c-menu-category__subnav_link.noChild:active {
    background: #fff;
    text-decoration: none;
}

.c-menu-category__subnav_link.hasChild {
    line-height: 32px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 30px;
    position: relative;
}

    .c-menu-category__subnav_link.hasChild:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 8px;
        content: "\f11b";
        margin: 0;
        color: #808080;
        text-decoration: none;
        position: absolute;
        right: 20px;
        top: 12px;
    }

    .c-menu-category__subnav_link.hasChild:hover,
    .c-menu-category__subnav_link.hasChild:focus,
    .c-menu-category__subnav_link.hasChild:active {
        background: #fff;
        text-decoration: none;
    }

.c-menu-vipcategory__subnav_link.hasChild {
    line-height: 32px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 30px;
    position: relative;
}

    .c-menu-vipcategory__subnav_link.hasChild:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 8px;
        content: "\f11b";
        margin: 0;
        color: #808080;
        text-decoration: none;
        position: absolute;
        right: 20px;
        top: 12px;
    }

    .c-menu-vipcategory__subnav_link.hasChild:hover,
    .c-menu-vipcategory__subnav_link.hasChild:focus,
    .c-menu-vipcategory__subnav_link.hasChild:active {
        background: #fff;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .c-menu-category__subnav_submenu {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-category__subnav_submenu {
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-category__subnav_submenu {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav {
        background: #f2f2f2;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }
}

.c-menu-category__subnav_item {
    background: #F2F2F2;
    /*&:hover,
      &.js-open {
        @media screen and (max-width: @screen-sm) {
          background: @white;
        }
        &.has-child {
          @media screen and (max-width: @screen-sm) {
            &:after {
              .use-icon-font(15px, @font-Flaticon-down, @gray-dark, 0);
            }
          }
        }
      }*/
}

    .c-menu-category__subnav_item:hover,
    .c-menu-category__subnav_item:focus {
        background: #fff;
    }

@media screen and (max-width: 768px) {
    .flexbox .c-menu-category__subnav_item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav_item {
        line-height: 50px;
        padding: 0 20px 0 10px;
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav_link {
        padding: 0 25px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        padding-right: 15px;
        width: 100%;
        position: relative;
    }

        .c-menu-category__subnav_link:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #808080;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -4px;
        }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav_submenu {
        display: none;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-category__subnav_submenu.js-open {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .c-menu-subcategory {
        padding: 35px 30px 40px 30px;
        line-height: normal;
    }

    .flexbox .c-menu-subcategory {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-subcategory__item {
        padding-left: 60px;
        border-bottom: 1px solid #f2f2f2;
    }

        .c-menu-subcategory__item:first-child {
            border-top: 1px solid #f2f2f2;
        }

        .c-menu-subcategory__item:last-child {
            border-bottom: none;
        }
}

@media screen and (min-width: 769px) {
    .c-menu-subcategory__item {
        width: 33.33333333%;
        margin-bottom: 35px;
        padding: 0 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .c-menu-subcategory__item {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-menu-subcategory__link {
        font-size: 15px;
        font-weight: 700;
        color: #0c2b70;
    }

        .c-menu-subcategory__link:hover {
            text-decoration: none;
        }
}

@media screen and (max-width: 768px) {
    .c-menu-subcategory__link {
        display: inline-block;
        width: 100%;
        color: #808080;
        text-decoration: underline;
    }

        .c-menu-subcategory__link:hover {
            text-decoration: none;
        }
}

@media screen and (min-width: 768px) {
    .c-menu-subcategory__submenu {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    .c-menu-subcategory__submenu_link {
        font-size: 13px;
        font-weight: 400;
        color: #808080;
        text-decoration: underline;
    }

        .c-menu-subcategory__submenu_link:hover {
            text-decoration: none;
        }
}

.l-menu-vipcategory {
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

@media screen and (max-width: 992px) {
    .l-menu-vipcategory {
        display: none;
    }
}

.l-menu-vipcategory__subnav {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .l-menu-vipcategory .js-open.js-response-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

@media screen and (min-width: 769px) {
    .l-menu-vipcategory .js-open.js-desktop-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

.c-menu-vipcategory__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.flexbox .c-menu-vipcategory__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.c-menu-vipcategory__nav_item {
    display: inline-block;
    cursor: pointer;
    /*&:hover,
      &:focus {
        >.l-menu-vipcategory__subnav,
        >.l-menu-category__subnav{
          @media screen and (max-width: @screen-sm) {
            &.js-response-menu {
              display: inline-block;
              z-index: 10;
            }
          }
          @media screen and (min-width:@screen-sm) {
            &.js-desktop-menu {
              display: inline-block;
              z-index: 10;
            }
          }
        }
      }*/
}

@media (min-width: 992px) {
    #profitechnika {
        display: none;
    }
}

@media (min-width: 992px) {
    .flexbox .c-menu-vipcategory__nav_item {
        flex-grow: 1;
    }
}

@media screen and (max-width: 992px) {
    .c-menu-vipcategory__nav_item:nth-child(1) {
        border-left: 1px solid #417ebb;
    }
}

.c-menu-vipcategory__nav_link {
    font-size: 3vw;
    padding: 0 1vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-right: 1px solid #417ebb;
}

@media (min-width: 768px) {
    .c-menu-vipcategory__nav_link {
        font-size: 15px;
        padding: 0 20px;
    }
}

.c-menu-vipcategory__nav_link:hover,
.c-menu-vipcategory__nav_link:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2C6298;
    position: relative;
}

.c-menu-vipcategory__nav_link span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

@media screen and (min-width: 769px) {
    .c-menu-vipcategory__subnav {
        padding: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .flexbox .c-menu-vipcategory__subnav {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.c-menu-vipcategory__subnav_item {
    background: #F2F2F2 !Important;
}

@media screen and (min-width: 768px) {
    .c-menu-vipcategory__subnav_menu {
        width: 40%;
        margin: 0;
        display: inline-block;
        padding: 35px 0 40px 0;
        background: #f2f2f2;
        list-style-type: none;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-vipcategory__subnav_menu {
        width: 30%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-vipcategory__subnav_menu {
        width: 25%;
    }
}

.c-menu-vipcategory__subnav_link span {
    width: 100%;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flexbox .c-menu-vipcategory__subnav_submenu {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
    .c-menu-vipcategory__subnav_submenu {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .c-menu-vipcategory__subnav_submenu {
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .c-menu-vipcategory__subnav_submenu {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .c-menu-vipcategory .js-open.js-response-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

@media screen and (min-width: 769px) {
    .c-menu-vipcategory .js-open.js-desktop-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        z-index: 10;
    }
}

.l-banners-box {
    margin-bottom: 40px;
}

    .l-banners-box:before,
    .l-banners-box:after {
        content: " ";
        display: table;
    }

    .l-banners-box:after {
        clear: both;
    }

    .l-banners-box:before,
    .l-banners-box:after {
        content: " ";
        display: table;
    }

    .l-banners-box:after {
        clear: both;
    }

.l-banner-slider {
    width: 100%;
}

@media (min-width: 992px) {
    .l-banner-slider {
        width: 70%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .l-banner-slider {
        height: 310px;
        padding: 0 330px 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .l-banner-slider {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .l-banner-slider {
        display: none;
    }
}

.l-banner-static {
    border: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
    .l-banner-static {
        width: 27%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .l-banner-static {
        height: 310px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .l-banner-static {
        display: none;
    }
}

.c-banners-box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-banner-slider {
    position: relative;
}

@media (min-width: 1200px) {
    .c-banner-slider {
        height: 310px;
    }
}

.c-banner-static {
    float: right;
    width: auto;
    max-width: 100%;
    background-color: silver;
}

@media (min-width: 1200px) {
    .c-banner-static {
        height: 310px;
        width: 315px;
    }
}

.c-banner-static__imgcontainer {
    max-height: 100%;
    width: auto;
    text-align: center;
}

@media (min-width: 1200px) {
    .c-banner-static__imgcontainer {
        height: 310px;
        width: 100%;
    }
}

.c-banner-static__imgcontainer img {
    display: block;
    max-width: 100%;
    height: auto;
}

.l-vip-products {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 992px) {
}

.c-vip-products__title {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 0;
}

.flexbox .c-vip-products__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-vip-products__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-vip-products__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-vip-products__title h2 {
        width: 80%;
    }
}

.c-vip-products__title:before,
.c-vip-products__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.related {
    margin-bottom: 0px;
}

.l-benefits {
    margin-bottom: 55px;
}

.c-benefits {
    background-color: #ebf5fb;
    border-bottom: 3px solid #d4e0ed;
    padding: 18px 20px;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .c-benefits {
        padding-bottom: 0;
    }
}

.c-benefits__item {
    display: inline-block;
    width: 25%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .c-benefits__item {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .c-benefits__item {
        width: 100%;
    }
}

.c-benefits__image {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #d4e0ed;
    border-radius: 50%;
    margin-right: 16px;
    float: left;
    text-align: center;
}

.c-benefits__title {
    width: 100%;
    padding-left: 68px;
    padding-right: 15px;
}

    .c-benefits__title h2 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.c-benefits__text {
    width: 100%;
    padding-left: 68px;
    padding-right: 15px;
}

    .c-benefits__text span {
        font-size: 13px;
        display: inline-block;
        width: 100%;
        /*white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;*/
    }

.c-benefits .icon__experiences {
    font-size: 23px;
    font-weight: 700;
    color: #0c2b70;
}

.c-benefits .icon__stock:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 30px;
    content: "\f104";
    margin: 0;
    color: #0c2b70;
    line-height: 52px;
}

.c-benefits .icon__delivery:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 30px;
    content: "\f122";
    margin: 0;
    color: #0c2b70;
    line-height: 52px;
}

.c-benefits .icon__other:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 30px;
    content: "\f105";
    margin: 0;
    color: #0c2b70;
    line-height: 52px;
}

.l-tabs-zone {
    margin-bottom: 50px;
    clear: both;
}

.c-tabs-zone {
    /* h1, h2, h3, h4, h5 {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #666;
    }

    img {
        margin: 0;
        padding: 0;
        border: 0;
    }

    p {
        margin: 0;
        padding: 0;
    }

    ul, dl, table {
        margin-top: 0;
        margin-bottom: 1.3em;
    }

    div {
        height: auto;
        _height: 0;
        margin: 0;
        padding: 0;
    }

    .detailParamIn {
        display: table;
        width: 100%;

        .pnName {
            display: table-cell;
            width: 30%;
            font-weight:bold;
        }

        .pnValue {
            display: table-cell;
        }
    }*/
}

    .c-tabs-zone img,
    .c-tabs-zone iframe {
        max-width: 100%;
        height: auto;
        padding: 10px;
    }

@media print {
    .c-tabs-zone {
        padding: 0 15px;
    }

        .c-tabs-zone img {
            margin: 0 auto;
        }

        .c-tabs-zone br {
            display: none;
        }
}

.c-tabs-zone table {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-tabs-zone table {
        width: auto;
    }

        .c-tabs-zone table td {
            display: block;
            width: auto;
        }
}

.c-tabs-zone .detailParamIn {
    padding: 5px;
    width: 100%;
}

    .c-tabs-zone .detailParamIn:nth-child(even) {
        background: rgba(0, 0, 0, 0.05);
    }

@media screen and (min-width: 992px) {
    .c-tabs-zone .detailParamIn {
        display: table;
    }
}

.c-tabs-zone .detailParamIn .pnName {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .c-tabs-zone .detailParamIn .pnName {
        display: table-cell;
        width: 30%;
    }
}

.c-tabs-zone .detailParamIn .pnValue {
    display: table-cell;
}

@media screen and (min-width: 992px) {
    .c-tabs-zone .detailParamIn .pnValue {
        padding-left: 1ex;
    }
}

.hp {
    margin-bottom: 0px;
}

.l-brands {
    display: inline-block;
    padding: 50px 0;
}

    .l-brands:before,
    .l-brands:after {
        content: " ";
        display: table;
    }

    .l-brands:after {
        clear: both;
    }

    .l-brands:before,
    .l-brands:after {
        content: " ";
        display: table;
    }

    .l-brands:after {
        clear: both;
    }

.c-brands__item,
.c-brands__button-pannel {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /*@media screen and (max-width:@screen-lg) {
            margin-bottom: 30px;
        }*/
}

@media (min-width: 768px) {
    .c-brands__item,
    .c-brands__button-pannel {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .c-brands__item,
    .c-brands__button-pannel {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .c-brands__item,
    .c-brands__button-pannel {
        float: left;
        width: 16.66666667%;
    }
}

@media screen and (max-width: 500px) {
    .c-brands__item,
    .c-brands__button-pannel {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }
}

.c-brands__link:hover,
.c-brands__link:active {
    text-decoration: none;
}

.c-brands__imgcontainer {
    width: 150px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.c-brands__button-pannel {
    text-align: center;
}

.c-page-descriptions {
    margin-bottom: 40px;
}

.c-page-descriptions__title {
    margin: 3px 0 35px;
}

.page_category .c-page-descriptions__title {
    margin-top: 32px;
}

.c-page-descriptions__title h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-page-descriptions__text {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 13px 46px 13px 46px;
}

.c-page-descriptions__description {
    overflow: hidden;
    max-height: 99px;
	margin-bottom: 20px;
}

.c-page-descriptions__description.is-opened {
    max-height: none;
	margin-bottom: 10px;
}

.c-page-descriptions__description p {
    margin: 0px 0 15px;
}

.c-page-descriptions__button {
    position: relative;
    text-align: center;
    top: -16px;
}

.button_description {
    display: inline-block;
    background: #BFBFBF;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 14px 0 15px;
    font-size: 13px;
    cursor: pointer;
}

.button_description:after {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f100";
    margin: 0 0 0 12px;
    color: #fff;
    text-decoration: none;
}

.button_description.is-opened:after {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f103";
    margin: 0 0 0 12px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
}

.c-page-descriptions__image {
    float: left;
    display: inline-block;
    height: 100px;
    margin-right: 46px;
}

@media screen and (max-width: 992px) {
    .c-page-descriptions__image {
        float: left;
    }
}

.c-page-descriptions__imgcontainer {
    width: 110px;
    height: 100px;
    background-size: cover;
    background-position: 50%;
}

.c-page-descriptions__description .ellipsis {
    overflow: hidden;
    height: 98px;
    line-height: 28px;
    border: 5px solid #f2f2f2;
}

    .c-page-descriptions__description .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 98px;
    }

    .c-page-descriptions__description .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .c-page-descriptions__description .ellipsis:after {
        content: "\02026";
        font-size: 15px;
        color: #808080;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -40px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f2f2f2), color-stop(50%, #f2f2f2));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #f2f2f2 50%, #f2f2f2);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #f2f2f2 50%, #f2f2f2);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #f2f2f2 50%, #f2f2f2);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #f2f2f2 50%, #f2f2f2);
    }

@media screen and (max-width: 992px) {
    .c-page-descriptions__description {
        /*display: inline;*/
    }

        .c-page-descriptions__description .ellipsis {
            display: inline;
            overflow: initial;
            height: auto;
            border: none;
        }

            .c-page-descriptions__description .ellipsis > :first-child {
                display: inline;
                float: none;
                margin-left: 0;
            }

            .c-page-descriptions__description .ellipsis:after,
            .c-page-descriptions__description .ellipsis:before {
                display: none;
            }
}

.l-subcategory {
    margin-bottom: 20px;
}

    .l-subcategory:before,
    .l-subcategory:after {
        content: " ";
        display: table;
    }

    .l-subcategory:after {
        clear: both;
    }

    .l-subcategory:before,
    .l-subcategory:after {
        content: " ";
        display: table;
    }

    .l-subcategory:after {
        clear: both;
    }

.c-subcategory {
    margin: 0 -10px;
}

.c-subcategory__item {
    width: 25%;
    float: left;
    margin-bottom: 12px;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .c-subcategory__item {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 768px) {
    .c-subcategory__item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .c-subcategory__item {
        width: 100%;
    }
}

.c-subcategory__item a {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
    text-decoration: none;
}

    .c-subcategory__item a:hover {
        border: 1px solid #0d2c78;
        border-bottom: 2px solid #0d2c78;
    }

    .c-subcategory__item a h2 {
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.l-vip-category {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.l-vip-category-box {
    margin: 0 -10px;
}

.l-vip-category-box__item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .l-vip-category-box__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .l-vip-category-box__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .l-vip-category-box__item {
        float: left;
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .l-vip-category-box__item {
        margin-bottom: 20px;
    }
}

.c-vip-category__title {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
}

.flexbox .c-vip-category__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-vip-category__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-vip-category__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-vip-category__title h2 {
        width: 80%;
    }
}

.c-vip-category__title:before,
.c-vip-category__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.c-vip-category-box {
    width: 100%;
}

    .c-vip-category-box a {
        text-decoration: none;
    }

        .c-vip-category-box a:hover {
            text-decoration: none;
        }

.c-vip-category-box__item {
    padding: 20px;
    border: 1px solid transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

    .c-vip-category-box__item:hover,
    .c-vip-category-box__item:focus {
        box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }

.c-vip-category-box__images {
    /* width: 80px;
  height: 55px;      */
    float: left;
}

.c-vip-category-box__imgcontainer {
    /*width: 80px;
  height: 55px; */
    background-size: cover;
    background-position: 50%;
}

.c-vip-category-box__title {
    display: block;
    text-align: left;
    margin-left: 95px;
}

    .c-vip-category-box__title h2 {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .c-vip-category-box__title .ellipsis {
        overflow: hidden;
        height: 45px;
        line-height: 18px;
        border: 5px solid #fff;
    }

        .c-vip-category-box__title .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 45px;
        }

        .c-vip-category-box__title .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-vip-category-box__title .ellipsis:after {
            content: "\02026";
            font-size: 13px;
            color: #808080;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -28px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

.c-vip-category-box__price {
    display: block;
    text-align: left;
    margin-left: 100px;
    font-size: 18px;
    font-weight: 700;
    color: #0c2b70;
}

.l-product-catalog:before,
.l-product-catalog:after {
    content: " ";
    display: table;
}

.l-product-catalog:after {
    clear: both;
}

.l-product-catalog:before,
.l-product-catalog:after {
    content: " ";
    display: table;
}

.l-product-catalog:after {
    clear: both;
}

.c-product-catalog .c-product-box__item {
    height: 593px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.c-product-catalog .c-product-box__images {
    height: 130px;
}

.c-product-catalog .c-product-box__title {
    height: 70px;
    margin-bottom: 0px;
}

.c-product-catalog .c-product-box__descriptions {
    height: 70px;
}

.c-product-catalog .c-product-box__badges__line_tabcatalog {
    height: 75px;
    margin-bottom: 5px;
}

.c-product-catalog .c-product-box__oldprice {
    height: 10px;
    margin-bottom: 10px;
}

.c-product-catalog .c-product-box__price {
    height: 15px;
    margin-bottom: 20px;
}

.c-product-catalog .c-product-box__stock {
    height: 16px;
    margin-bottom: 22px;
    font-size: 15px;
    color: #56c000;
    font-weight: 700;
}

.c-product-catalog .c-product-box__button-pannel {
    height: 40px;
    margin-bottom: 22px;
}

.l-row-product-catalog {
    margin-bottom: 30px;
}

    .l-row-product-catalog:before,
    .l-row-product-catalog:after {
        content: " ";
        display: table;
    }

    .l-row-product-catalog:after {
        clear: both;
    }

    .l-row-product-catalog:before,
    .l-row-product-catalog:after {
        content: " ";
        display: table;
    }

    .l-row-product-catalog:after {
        clear: both;
    }

.c-row-product-catalog .l-product-box__item {
    width: 100%;
}

.c-row-product-catalog .c-product-box__item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    text-decoration: none;
    max-width: inherit;
    margin-bottom: 0;
}

.flexbox .c-row-product-catalog .c-product-box__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .c-row-product-catalog .c-product-box__item {
        padding: 20px 0;
    }
}

.c-row-product-catalog .c-product-box__item:hover {
    text-decoration: none;
}

.c-row-product-catalog .c-product-box__images {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    height: auto;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .c-row-product-catalog .c-product-box__images {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .c-row-product-catalog .c-product-box__images {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .c-row-product-catalog .c-product-box__images {
        float: left;
        width: 16.66666667%;
    }
}

.c-row-product-catalog .c-product-box__image {
    width: 100%;
    height: auto;
    display: inline;
}

.flexbox .c-row-product-catalog .c-product-box__image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-row-product-catalog .c-product-box__imgcontainer {
    width: 100%;
    max-width: 180px;
    height: 120px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.c-row-product-catalog .c-product-box__badges__circle {
    top: -10px;
    left: -10px;
    right: auto;
}

@media screen and (max-width: 991px) {
    .c-row-product-catalog .c-product-box__badges__circle {
        top: 0;
        left: 0;
    }
}

.c-row-product-catalog .c-product-box__box {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .c-row-product-catalog .c-product-box__box {
        float: left;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .c-row-product-catalog .c-product-box__box {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .c-row-product-catalog .c-product-box__box {
        float: left;
        width: 16.66666667%;
    }
}

@media screen and (max-width: 992px) and (min-width: 480px) {
    .c-row-product-catalog .c-product-box__box {
        padding-right: 20px;
    }
}

@media screen and (max-width: 520px) {
    .c-row-product-catalog .c-product-box__box {
        width: 50%;
        padding-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .c-row-product-catalog .c-product-box__box {
        width: 50%;
        padding-right: 0;
    }
}

.c-row-product-catalog .c-product-box__box_text {
    text-align: left;
    float: left;
    width: 83.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 50px 0 0;
}

@media (min-width: 768px) {
    .c-row-product-catalog .c-product-box__box_text {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .c-row-product-catalog .c-product-box__box_text {
        float: left;
        width: 41.66666667%;
    }
}

@media (min-width: 1200px) {
    .c-row-product-catalog .c-product-box__box_text {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 1199px) {
    .c-row-product-catalog .c-product-box__box_text {
        padding: 0 20px;
    }
}

.flexbox .c-row-product-catalog .c-product-box__box_text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .flexbox .c-row-product-catalog .c-product-box__box_text {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.c-row-product-catalog .c-product-box__stock {
    height: 16px;
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #56c000;
    font-weight: 700;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.c-row-product-catalog .c-product-box__title {
    margin-bottom: 0;
    width: 100%;
    text-overflow: ellipsis;
}

    .c-row-product-catalog .c-product-box__title h2 {
        width: 100%;
    }

@media (min-width: 480px) {
    .c-row-product-catalog .c-product-box__title h2 {
        overflow: hidden;
        white-space: nowrap;
    }
}

.c-row-product-catalog .c-product-box__descriptions {
    color: #808080;
    font-size: 13px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-row-product-catalog .c-product-box__badges__line_tabcatalog {
    height: auto;
    margin-bottom: 0;
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .c-row-product-catalog .c-product-box__badges__line_tabcatalog {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .c-row-product-catalog .c-product-box__badges__line_tabcatalog {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .c-row-product-catalog .c-product-box__badges__line_tabcatalog {
        float: left;
        width: 16.66666667%;
    }
}

@media screen and (max-width: 768px) {
    .c-row-product-catalog .c-product-box__badges__line_tabcatalog {
        margin-top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .c-row-product-catalog .c-product-box__badges__line_tabcatalog {
        width: 100%;
        margin-bottom: 20px;
    }
}

.c-row-product-catalog .c-product-box__badges__line_tabcatalog .badges__line_tabcatalog {
    text-align: left;
    margin: 0 auto;
}

.c-row-product-catalog .c-product-box__oldprice {
    text-align: right;
    margin-bottom: 0;
    height: auto;
}

.c-row-product-catalog .c-product-box__price {
    text-align: right;
    margin-bottom: 0;
    height: auto;
}

.c-row-product-catalog .c-product-box__button-pannel {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    height: 40px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        float: left;
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        float: left;
        width: 16.66666667%;
    }
}

@media screen and (max-width: 1199px) {
    .c-row-product-catalog .c-product-box__button-pannel .button_basket {
        padding: 0 15px;
    }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket:before {
            margin: 0;
        }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket > span {
            display: none;
        }
}

@media screen and (max-width: 991px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        text-align: left;
    }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket {
            padding: 0 15px;
        }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket:before {
                margin-right: 15px;
            }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket > span {
                display: inline-block;
            }
}

@media screen and (max-width: 767px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        text-align: right;
        padding-right: 20px;
    }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket {
            padding: 0 15px;
        }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket:before {
                margin-right: 15px;
            }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket > span {
                display: inline-block;
            }
}

@media screen and (max-width: 520px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        width: 16.66666667%;
    }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket {
            padding: 0 15px;
        }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket:before {
                margin: 0;
            }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket > span {
                display: none;
            }
}

@media screen and (max-width: 400px) {
    .c-row-product-catalog .c-product-box__button-pannel {
        width: 50%;
        padding-right: 0;
    }

        .c-row-product-catalog .c-product-box__button-pannel .button_basket {
            padding: 0 15px;
        }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket:before {
                margin-right: 15px;
            }

            .c-row-product-catalog .c-product-box__button-pannel .button_basket > span {
                display: inline-block;
            }
}

.c-product-slider {
    overflow: hidden;
}

    .c-product-slider .c-product-box__item {
        height: 593px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 40px;
    }

    .c-product-slider .c-product-box__images {
        height: 130px;
    }

    .c-product-slider .c-product-box__title {
        height: 70px;
        margin-bottom: 0px;
    }

    .c-product-slider .c-product-box__descriptions {
        height: 70px;
    }

    .c-product-slider .c-product-box__badges__line_tabcatalog {
        height: 75px;
        margin-bottom: 5px;
    }

        .c-product-slider .c-product-box__badges__line_tabcatalog .badges__line_tabcatalog {
            text-align: right;
            width: 59%;
            margin: 0 auto;
        }

    .c-product-slider .c-product-box__oldprice {
        height: 10px;
        margin-bottom: 10px;
    }

    .c-product-slider .c-product-box__price {
        height: 15px;
        margin-bottom: 20px;
    }

    .c-product-slider .c-product-box__stock {
        height: 16px;
        margin-bottom: 22px;
        font-size: 15px;
        color: #56c000;
        font-weight: 700;
    }

    .c-product-slider .c-product-box__button-pannel {
        height: 40px;
        margin-bottom: 22px;
    }

.flexbox .js-related-products__button-pannel {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flexbox .js-related-products__button-pannel {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.c-product-catalog .c-product-box__badges__line_tabcatalog .badges__line_tabcatalog {
    text-align: left;
    width: 59%;
    margin: 0 auto;
}

.js-related-products__button-pannel_page {
    font-size: 13px;
    color: #808080;
    margin: 0 8px;
}
/*.related .badges__line_tabcatalog {
  text-align: center;
}  */
/*.related .badges__line_tabcatalog .badges__line_item {
  width: 140px;
  display: inline-flex;
}  */
.related .c-product-box__item {
    margin-bottom: 0px;
}

.c-detail .c-product-box__title {
    text-align: center;
    /*margin: 3px 0 35px;*/
}

    .c-detail .c-product-box__title h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        text-transform: none;
    }

    .c-detail .c-product-box__title h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        text-transform: none;
    }

.c-detail .c-product-box__images {
    width: 50%;
    height: 50%;
    float: left;
    display: inline-block;
    margin-top: -45px;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__images {
        width: 100%;
        float: none;
    }
}

.c-detail .c-product-box__image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__image {
        height: auto;
        margin-top: 25px;
    }
}

.c-detail .c-product-box__imgcontainer {
    display: block;
    width: 90%;
    height: 100%;
    padding-bottom: 50%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.c-detail .c-product-box__imgcontainer_img {
    display: none;
}

@media screen and (max-width: 1200px) {
    .c-detail .c-product-box__imgcontainer {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__imgcontainer {
        background-size: contain;
        background-position: top center;
        height: 100%;
        padding-bottom: 50%;
    }
}

.c-detail .c-product-box__gallerys {
    width: 100%;
}

.c-detail .c-product-box__gallery {
    width: 70%;
    height: 78px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .c-detail .c-product-box__gallery {
        width: 80%;
    }
}

.flexbox .c-detail .c-product-box__gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-detail .c-product-box__gallery .slick-list {
    width: 100%;
    overflow: hidden;
}

.c-detail .c-product-box__gallery_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

    .c-detail .c-product-box__gallery_item:hover {
        text-decoration: none !Important;
    }

.c-detail .c-product-box__gallery_imgcontainer {
    height: auto;
    /*background-size: contain;
    background-position: center;
    background-repeat: no-repeat;*/
    max-width: 100%;
    width: auto;
}

.c-detail .c-product-box__badges__line_tabcatalog {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    /*margin-bottom: 30px;*/
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__badges__line_tabcatalog {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__badges__line_tabcatalog {
        display: none;
    }
}

.c-detail .c-product-box__badges__line_tabcatalog.in-imgcontainer {
    display: none;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__badges__line_tabcatalog.in-imgcontainer {
        display: block;
        text-align: left;
    }

        .c-detail .c-product-box__badges__line_tabcatalog.in-imgcontainer .badges__line_item {
            float: none;
        }
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__badges__line_tabcatalog.in-tobasket {
        display: block;
    }
}

.c-detail .c-product-box__badges__line_tabcatalog .badges__line_tabcatalog {
    display: inline-block;
    width: 100%;
}

.c-detail .c-product-box__badges__line_tabcatalog .badges__line_item {
    float: left;
    margin-right: 22px;
}

@media screen and (min-width: 768px) {
    .c-detail .c-product-box__badges__circle {
        right: auto;
        left: 0;
    }
}

.c-detail .c-product-box__badges__circle .badges__circle_item {
    text-align: center;
}

.c-detail .c-product-box__descriptions {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    font-size: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__descriptions {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__descriptions .ellipsis {
    height: auto;
    overflow: inherit;
    line-height: inherit;
    border: none;
}

    .c-detail .c-product-box__descriptions .ellipsis:before,
    .c-detail .c-product-box__descriptions .ellipsis:after {
        display: none;
    }

    .c-detail .c-product-box__descriptions .ellipsis > div {
        margin-left: 0;
        display: inline-block;
        float: none;
    }

.c-detail .c-product-box__technical {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    font-size: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__technical {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__prezent {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__prezent {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__prezent:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 25px;
    content: "\f111";
    margin: 0 15px 0 0;
    color: #ff7200;
}

.c-detail .c-product-box__prezent_item {
    color: #ff7200;
    font-size: 15px;
    position: relative;
}

.c-detail .c-product-box__prezent_icon, .c-detail .c-product-box-commodity__prezent_icon {
    color: #ff7200;
    font-size: 15px;
    font-weight: 700;
}

.c-detail .c-product-box__stock {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    margin-bottom: 20px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__stock {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__stock span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.c-detail .c-product-box__info {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__info {
        width: 100%;
        margin-left: 0;
    }
}

.flexbox .c-detail .c-product-box__info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.c-detail .c-product-box__info_infolist {
    margin-right: 15px;
}

    .c-detail .c-product-box__info_infolist a {
        color: #808080;
        text-decoration: underline;
        font-size: 13px;
    }

        .c-detail .c-product-box__info_infolist a:hover {
            text-decoration: none;
        }

.c-detail .c-product-box__info_number {
    font-size: 13px;
}

.c-detail .c-product-box__oldprice {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__oldprice {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__oldprice .oldprice__stock,
.c-detail .c-product-box__oldprice .oldprice__unit {
    text-decoration: line-through;
}

.c-detail .c-product-box__oldprice .oldprice__sale {
    margin-left: 5px;
}

.c-detail .c-product-box__tobasket {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__tobasket {
        width: 100%;
        margin-left: 0;
    }
}

.flexbox .c-detail .c-product-box__tobasket {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .c-detail .c-product-box__tobasket_item {
        margin-bottom: 10px;
    }
}

.c-detail .c-product-box__price {
    margin-right: 60px;
    margin-bottom: 0;
    height: auto;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-detail .c-product-box__price {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .c-detail .c-product-box__price {
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-detail .c-product-box__price .price__stock,
.c-detail .c-product-box__price .price__unit {
    font-size: 32px;
    font-weight: 700;
}

.c-detail .c-product-box__quantity {
    margin-right: 15px;
}

.c-detail .c-product-box__quantity_input {
    text-align: right;
    padding: 0 10px;
    max-width: 50px;
}

.c-detail .c-product-box__button-pannel {
    margin-right: 15px;
}

.c-detail .c-product-box__cetelem_link {
    background-image: url(../../img/vyvoj/Hello_Bank_by_Cetelem_small.png);
    width: 70px;
    height: 41px;
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
}

.c-detail .c-product-box__cetelem_title {
    display: none;
}

.c-detail .c-product-box__other {
    width: 50%;
    margin-left: 50%;
    display: block;
    height: auto;
    margin-top: 45px;
    border-top: 1px solid #e6e6e6;
    /*padding-top: 20px;
    margin-bottom: 40px;*/
}

.flexbox .c-detail .c-product-box__other {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-detail .c-product-box__other {
        width: 100%;
        margin-left: 0;
    }
}

.c-detail .c-product-box__other_item {
    padding-bottom: 20px;
    display:none;
}

.c-detail .c-product-box__other_item.compare-up{
    display: block;
    float: right;
}


@media screen and (max-width: 768px) {
    .compare-down {
        display: block !important;
    }
        .compare-up {
            margin-bottom: 0px;
        }
}

    .c-detail .c-product-box__other_link {
        color: #808080;
        text-decoration: underline;
        margin-right: 25px;
        font-size: 13px;
    }

    .c-detail .c-product-box__other_link:hover {
        text-decoration: none;
    }

    .c-detail .c-product-box__other_link.compare:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f10a";
        margin: 0 10px 0 0;
        color: #808080;
        text-decoration: none;
    }

    .c-detail .c-product-box__other_link.sendto:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f117";
        margin: 0 10px 0 0;
        color: #808080;
        text-decoration: none;
    }

    .c-detail .c-product-box__other_link.print:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f11a";
        margin: 0 10px 0 0;
        color: #808080;
        text-decoration: none;
    }

    .c-detail .c-product-box__other_link.watchdog:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f10d";
        margin: 0 10px 0 0;
        color: #808080;
        text-decoration: none;
    }

.gift_modal{
    position: absolute;
    z-index: 1;
    border: 1px solid #e6e6e6;
}


@media screen and (min-width: 992px) {
    .gift_modal {
        margin-left: 111px;
    }
}

.storeWidget {
    background-image: url('/img/widget-blue-redesign.png');
    background-repeat: no-repeat;
    z-index: 999;
    height: 100px;
    display: none;
    position: absolute;
    width: 166px;
}

    .storeWidget span {
        font-size: 12px !Important;
        Color: black;
        left: 10px;
        top: 10px;
        position: relative;
        font-weight: 100 !Important;
    }

.l-product-accessories {
    display: inline-block;
    width: 100%;
}

.l-product-accessories-box {
    margin: 0 -10px;
}

.l-product-accessories-box__item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .l-product-accessories-box__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .l-product-accessories-box__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .l-product-accessories-box__item {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 1200px) {
    .l-product-accessories-box__item {
        margin-bottom: 20px;
    }
}

.c-product-accessories {
    margin-bottom: 20px;
}

.c-product-accessories__title {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
}

.flexbox .c-product-accessories__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-product-accessories__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-product-accessories__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-product-accessories__title h2 {
        width: 80%;
    }
}

.c-product-accessories__title:before,
.c-product-accessories__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.c-product-accessories-box {
    width: 100%;
}

    .c-product-accessories-box a {
        text-decoration: none;
    }

        .c-product-accessories-box a:hover {
            text-decoration: none;
        }

.c-product-accessories-box__item {
    padding: 15px;
    border: 1px solid transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    width: 100%;
}

    .c-product-accessories-box__item:focus,
    .c-product-accessories-box__item:hover {
        box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }

.c-product-accessories-box__images {
    width: 80px;
    height: 120px;
    float: left;
}

.flexbox .c-product-accessories-box__images {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-product-accessories-box__imgcontainer {
    width: 80px;
    height: 55px;
    background-size: cover;
    background-position: 50%;
}

.c-product-accessories-box__title {
    display: block;
    text-align: left;
    margin-left: 95px;
}

    .c-product-accessories-box__title h2 {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
    }

    .c-product-accessories-box__title .ellipsis {
        overflow: hidden;
        height: 36px;
        line-height: 24px;
        border: 5px solid #fff;
    }

        .c-product-accessories-box__title .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 36px;
        }

        .c-product-accessories-box__title .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-product-accessories-box__title .ellipsis:after{
            content: "\02026";
            font-size: 15px;
            color: #0c2b70;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -35px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

.c-product-accessories-box__descriptions {
    display: block;
    text-align: left;
    margin-left: 95px;
    margin-bottom: 10px;
}


    .c-product-accessories-box__descriptions span {
        color: #808080;
        font-size: 13px;
        line-height: 20px;
    }

    .c-product-accessories-box__descriptions .ellipsis {
        overflow: hidden;
        height: 50px;
        line-height: 20px;
        border: 5px solid #fff;
    }


        .c-product-accessories-box__descriptions .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 50px;
        }

        .c-product-accessories-box__descriptions .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-product-accessories-box__descriptions .ellipsis:after {
            content: "\02026";
            font-size: 13px;
            color: #808080;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -28px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

.c-product-accessories-box__price {
    display: block;
    text-align: left;
    margin-left: 100px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0c2b70;
}

.flexbox .js-product-accessories__button-pannel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .flexbox .js-product-accessories__button-pannel{
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.js-product-accessories__button-pannel_page {
    font-size: 13px;
    color: #808080;
    margin: 0 8px;
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .js-product-accessories__button-pannel_page {
        text-align: right;
        width: auto;
    }
}

.l-basket-button {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.first-step .l-basket-button {
    padding-bottom: 30px;
    border-bottom: none;
}

.c-loginaction {
    margin-left: 0 !important;
    margin-top: 40px !important;
}

.c-logbutton {
    padding-left: 15px;
}

.log-form {
    position: relative;
}

.logintip {
    left: 15px;
}

button.btn-remove {
    width: 80px;
}

.c-basket .l-basket-nav {
    margin-top: 30px;
    margin-bottom: 20px;
}

.flexbox .c-basket .l-basket-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-basket .l-basket-nav__item {
    width: 25%;
    position: relative;
    padding-right: 15px;
}

    .c-basket .l-basket-nav__item:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #fff;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        left: 0;
    }

    .c-basket .l-basket-nav__item:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #f2f2f2;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 0;
    }

    .c-basket .l-basket-nav__item:first-of-type:before {
        display: none;
    }

    .c-basket .l-basket-nav__item:last-of-type {
        padding-right: 0;
    }

        .c-basket .l-basket-nav__item:last-of-type:after {
            display: none;
        }

    .c-basket .l-basket-nav__item.is-active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #0d2c78;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 0;
    }

    .c-basket .l-basket-nav__item.is-active .c-basket-nav__number,
    .c-basket .l-basket-nav__item.is-active .c-basket-nav__title {
        font-weight: 700;
    }

    .c-basket .l-basket-nav__item.is-active a {
        text-decoration: none;
    }

        .c-basket .l-basket-nav__item.is-active a:hover {
            text-decoration: none;
        }

    .c-basket .l-basket-nav__item.back:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #4983BD;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 0;
    }

.c-basket .c-basket-nav__item {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .c-basket .c-basket-nav__item {
        padding-left: 15px;
    }
}

.c-basket .c-basket-nav__item.is-active {
    background-color: #0d2c78;
}

    .c-basket .c-basket-nav__item.is-active .link,
    .c-basket .c-basket-nav__item.is-active .c-basket-nav__link {
        color: #fff;
    }

.c-basket .c-basket-nav__item.back {
    background-color: #4983BD;
}

    .c-basket .c-basket-nav__item.back .link,
    .c-basket .c-basket-nav__item.back .c-basket-nav__link {
        color: #fff;
    }

.c-basket .c-basket-nav__link {
    width: 100%;
    height: 50px;
    color: #0c2b70;
}

.flexbox .c-basket .c-basket-nav__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-basket .c-basket-nav__link:hover {
    text-decoration: none;
}

.c-basket .c-basket-nav__number {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .c-basket .c-basket-nav__number {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.c-basket .c-basket-nav__title {
    padding-left: 5px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
    display: inline-block;
}

@media (max-width: 767px) {
    .c-basket .c-basket-nav__title {
        display: none !important;
    }
}

.c-basket__title {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.flexbox .c-basket__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-basket__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-basket__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-basket__title h2 {
        width: 80%;
    }
}

.c-basket__title:before,
.c-basket__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.c-basket .loginform {
    width: 100%;
}

.c-basket-table {
    width: 100%;
    margin-bottom: 30px;
}

    .c-basket-table tr:not(.c-basket-table__item) .amount,
    .c-basket-table tr:not(.c-basket-table__item) .price {
        display: none;
    }

    .c-basket-table tr:not(.c-basket-table__item) .sum {
        display: block;
    }

@media (min-width: 992px) {
    .c-basket-table tr:not(.c-basket-table__item) .amount,
    .c-basket-table tr:not(.c-basket-table__item) .price {
        display: table-cell;
    }
}

.c-basket-table th {
    border-bottom: 1px solid #e6e6e6;
    background-color: #fafafa;
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    padding: 11px 5px;
}

.c-basket-table td {
    padding: 8px;
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 992px) {
    .c-basket-table th {
        display: none;
    }

    .c-basket-table td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 40% !important;
        position: relative;
    }

        .c-basket-table td:before {
            width: 40%;
            position: absolute;
            left: 10px;
            text-align: left;
            display: inline-block;
            content: attr(data-table-header);
            font-size: 13px;
            font-weight: 400;
            color: #808080;
        }

    td .c-basket-table__item_name {
        padding-left: 20%;
    }

        td .c-basket-table__item_name:before {
            width: 20%;
        }

    td .c-basket-table__item_price {
        padding-left: 50%;
    }

        td .c-basket-table__item_price:before {
            width: 50%;
        }
}

@media screen and (max-width: 992px) {
    .c-basket-table__item:nth-child(even) {
        background: #fafafa;
    }
}

.c-basket-table__item_images {
    width: 16.66666667%;
}

.c-basket-table__item_name {
	/*width: 41.66666667%;*/
	width: 38.83333333%;
}

.c-basket-table__item_unitprice {
	/*width: 12.5%;*/
	width: 16%;
	font-size: 13px;
}

.c-basket-table__item_price {
	/*width: 12.5%;*/
	width: 16%;
	font-size:13px;
}

.c-basket-table__item_amount {
    width: 8.33333333%;
}

.c-basket-table__item_delete {
    width: 4.16666667%;
}

.c-basket-table__item_price_left {
	float: left;
	color: #808080;
	font-weight: normal;
	font-size: 13px;
}

@media screen and (max-width: 992px) {
    .c-basket-table__item_delete {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .c-basket-table__item_images {
        text-align: right;
        margin-right: 0;
    }
}

.c-basket-table__item_image {
    display: inline-block;
}

.c-basket-table__item_imgcontainer {
    width: 110px;
    height: 75px;
    background-size: cover;
    margin-left: 20px;
}

.c-basket-table__item_img {
    width: 0;
    height: 0;
}

.c-basket-table__item_name_link {
    font-size: 18px;
    width: 100%;
    display: block;
}

.c-basket-table__item_type {
    font-size: 13px;
    width: 100%;
}

.c-basket-table__item_unitprice {
    /*font-size: 18px;*/
    color: #0c2b70;
    text-align: right;
}

.c-basket-table__item_price {
    /*font-size: 18px;*/
    color: #0c2b70;
    font-weight: 700;
    text-align: right;
}

.c-basket-table__item_amount_input {
    text-align: right;
    max-width: 48px;
    height: 40px;
    padding: 6px 12px;
}

.flexbox .c-basket-table__item_amount_input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .flexbox .c-basket-table__item_amount_input-group {
        display: inline-block;
        width: 100%;
    }
}

.c-basket-table__item_amount_unit {
    border: none;
    background: none;
    font-size: 16px;
    padding: 0 5px;
}

.c-basket-table__item_delete_link:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f10b";
    margin: 0;
    color: #ff7200;
}

.c-basket-delivery {
    margin-bottom: 60px;
}

.c-basket-delivery__title {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 0;
}

.flexbox .c-basket-delivery__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-basket-delivery__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-basket-delivery__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-basket-delivery__title h2 {
        width: 80%;
    }
}

.c-basket-delivery__title:before,
.c-basket-delivery__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.c-basket-paiment {
    margin-bottom: 60px;
}

.c-basket-paiment__title {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 35px;
    margin-left: 0;
}

.flexbox .c-basket-paiment__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-basket-paiment__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .c-basket-paiment__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .c-basket-paiment__title h2 {
        width: 80%;
    }
}

.c-basket-paiment__title:before,
.c-basket-paiment__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.c-basket-paiment__title_text {
    margin-right: 10px;
}

.c-basket-paiment__title_image {
    max-width: 64px;
    max-height: 42px;
    margin: 0 5px;
}

.c-basket-paiment .list__title.list__title {
    width: 39%;
}

.flexbox .c-basket-paiment .list__title.list__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.c-basket-paiment .list__descriptions.list__descriptions {
    width: 61%;
}

.flexbox .c-basket-paiment .list__descriptions.list__descriptions {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.c-basket-additional-info .c-basket-input-additionalinfo {
    height: 100px;
    resize: none;
}

.c-basket-summary {
    background-color: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 30px;
}

.flexbox .c-basket-summary {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .flexbox .c-basket-summary {
        display: inline-block;
        width: 100%;
    }
}

.c-basket-summary__salecupon {
    font-size: 15px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 992px) {
    .c-basket-summary__salecupon {
        float: left;
        width: 66.66666667%;
    }
}

.c-basket-summary__salecupon_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .c-basket-summary__salecupon_item {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .c-basket-summary__salecupon_item {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.c-basket-summary__salecupon_item:last-of-type {
    margin-bottom: 0;
}

.c-basket-summary__salecupon_link {
    display: inline-block;
    width: auto;
    color: #808080;
    cursor: pointer;
    font-weight: normal;
}

    .c-basket-summary__salecupon_link:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 17px;
        content: "\f114";
        margin: 0 15px 0 0;
        color: #0c2b70;
        text-decoration: none;
    }

    .c-basket-summary__salecupon_link:hover {
        text-decoration: none;
    }

        .c-basket-summary__salecupon_link:hover:before {
            text-decoration: none;
        }

    .c-basket-summary__salecupon_link.js-open {
        background: #fafafa;
        padding: 5px 0;
    }

.c-basket-summary__salecupon .js-sphere-accordion {
    padding: 5px 0;
    background: #fafafa;
    display: none;
}

@media (min-width: 768px) {
    .c-basket-summary__salecupon .js-sphere-accordion {
        margin-left: 15px;
    }
}

.c-basket-summary__salecupon .js-sphere-accordion.js-open {
    display: block;
}

.c-basket-summary__salecupon__cupon {
    max-width: 320px;
}

.c-basket-summary__totalprice {
    text-align: right;
}

.flexbox .c-basket-summary__totalprice {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .c-basket-summary__totalprice {
        width: 100%;
    }
}

.c-basket-summary__saleprice {
    font-size: 15px;
    margin: 0 0 20px;
}

    .c-basket-summary__saleprice.js-activeSale {
        display: none;
    }

        .c-basket-summary__saleprice.js-activeSale.js-open {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: flex-between;
            -moz-box-pack: flex-between;
            -ms-flex-pack: flex-between;
            -webkit-justify-content: flex-between;
            justify-content: flex-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

.c-basket-summary__saleprice_text {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .c-basket-summary__saleprice_text {
        width: 100%;
    }
}

.c-basket-summary__saleprice_value {
    width: 50%;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 480px) {
    .c-basket-summary__saleprice_value {
        width: 100%;
    }
}

.c-basket-summary__text {
    color: #0c2b70;
    font-size: 18px;
}

    .c-basket-summary__text:after {
        content: ':';
    }

@media (min-width: 480px) {
    .c-basket-summary__text {
        padding-right: 40px;
    }
}

@media screen and (max-width: 480px) {
    .c-basket-summary__text {
        width: 100%;
    }
}

.c-basket-summary__value {
    color: #0c2b70;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .c-basket-summary__value {
        width: 100%;
    }
}

.flexbox .c-basket-summary__box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 479px) {
    .c-basket-summary__box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .c-basket-summary__box .c-basket-summary__text {
            text-align: left;
        }
}

.c-basket-user-delivery {
    margin-bottom: 80px;
}

    .c-basket-user-delivery .ui-tabs-anchor {
        -webkit-box-align: start;
        -moz-box-align: -moz-flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: -ms-flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .c-basket-user-delivery .ui-tabs-anchor .radio-hub-label {
            position: relative;
        }

            .c-basket-user-delivery .ui-tabs-anchor .radio-hub-label .empty {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /*z-index: 200;*/
                cursor: pointer;
            }

        .c-basket-user-delivery .ui-tabs-anchor .radioDesc {
            display: block;
            padding-left: 33px;
        }

.c-basket-ordered {
    margin-bottom: 60px;
}

	.c-basket-ordered .c-basket-table__item_amount_unit,
	.c-basket-ordered .c-basket-table__item_name_link,
	.c-basket-ordered .c-price__currency_Symbol,
	/*.c-basket-ordered .c-price__value_number */ {
		font-size: 15px;
	}
c-basket-ordered .c-price__value_number {
	font-size: 13px;
}

    .c-basket-ordered .c-basket-table__item_name_type {
        font-size: 13px;
    }

    .c-basket-ordered thead .c-basket-table__item_amount,
    .c-basket-ordered thead .c-basket-table__item_name,
    .c-basket-ordered thead .c-basket-table__item_price,
    .c-basket-ordered thead .c-basket-table__item_unitprice {
        padding: 10px 18px;
    }

@media screen and (max-width: 992px) {
    .c-basket-ordered thead .c-basket-table__item_amount,
    .c-basket-ordered thead .c-basket-table__item_name,
    .c-basket-ordered thead .c-basket-table__item_price,
    .c-basket-ordered thead .c-basket-table__item_unitprice {
        padding: 8px;
    }
}

.c-basket-ordered tbody .c-basket-table__item_amount,
.c-basket-ordered tbody .c-basket-table__item_name,
.c-basket-ordered tbody .c-basket-table__item_price,
.c-basket-ordered tbody .c-basket-table__item_unitprice {
    padding: 18px;
}

@media screen and (max-width: 992px) {
    .c-basket-ordered tbody .c-basket-table__item_amount,
    .c-basket-ordered tbody .c-basket-table__item_name,
    .c-basket-ordered tbody .c-basket-table__item_price,
    .c-basket-ordered tbody .c-basket-table__item_unitprice {
        padding: 8px;
    }
}

.c-basket-benefits {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.c-basket-benefits__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

    .c-basket-benefits__item:last-of-type {
        margin-bottom: 0;
    }

.c-basket-benefits__link {
    display: inline-block;
    width: 100%;
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
}

    .c-basket-benefits__link:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 17px;
        content: "\f114";
        margin: 0 15px 0 0;
        color: #BFBFBF;
        text-decoration: none;
    }

    .c-basket-benefits__link:hover {
        text-decoration: none;
    }

        .c-basket-benefits__link:hover:before {
            text-decoration: none;
        }

    .c-basket-benefits__link.js-open {
        background: #fafafa;
        padding: 15px 0 0 30px;
    }

.c-basket-benefits .js-benefit-accordion,
.c-basket-benefits .js-sphere-accordion {
    padding: 30px;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}

    .c-basket-benefits .js-benefit-accordion.js-open,
    .c-basket-benefits .js-sphere-accordion.js-open {
        display: block;
    }

.c-basket-benefits__cupon {
    max-width: 320px;
}

.c-basket-agree {
    margin-bottom: 80px;
}

.c-basket-agree__item {
    width: 100%;
    margin-bottom: 35px;
}

    .c-basket-agree__item .control {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        color: #808080;
    }

        .c-basket-agree__item .control input {
            display: none;
        }

    .c-basket-agree__item .control__indicator {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 12px;
        width: 12px;
        background-color: #E9E9E9;
        border: 1px solid #C6C6C6;
        border-radius: 2px;
        margin: 0 6px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

        .c-basket-agree__item .control__indicator:after {
            content: '';
            display: none;
        }

    .c-basket-agree__item .control:hover input ~ .control__indicator,
    .c-basket-agree__item .control input:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-basket-agree__item .control input:checked ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-basket-agree__item .control:hover input:not([disabled]):checked ~ .control__indicator,
    .c-basket-agree__item .control input:checked:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-basket-agree__item .control input:disabled ~ span {
        color: #b3b3b3;
        cursor: no-drop;
    }

    .c-basket-agree__item .control input:disabled ~ .control__indicator {
        background: #E9E9E9;
        opacity: 0.5;
        cursor: no-drop;
    }

    .c-basket-agree__item .control input:checked ~ .control__indicator:after {
        display: block;
    }

    .c-basket-agree__item .control__checkbox .control__indicator:after {
        width: 4px;
        height: 8px;
        border: solid #585858;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .c-basket-agree__item .control__checkbox input:disabled ~ .control__indicator:after {
        border-color: #a4a4a4;
    }

    .c-basket-agree__item .control__radio .control__indicator {
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-basket-agree__item .control__radio .control__indicator:after {
            width: 6px;
            height: 6px;
            background: #585858;
            border-radius: 50%;
        }

    .c-basket-agree__item .control__radio input:disabled ~ .control__indicator:after {
        background: #E9E9E9;
    }

    .c-basket-agree__item:last-of-type {
        margin-bottom: 0;
    }

    .c-basket-agree__item a {
        text-decoration: underline;
    }

        .c-basket-agree__item a:focus,
        .c-basket-agree__item a:hover {
            text-decoration: none;
        }

.c-basket-button .button {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    min-width: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexbox .c-basket-button .button-pannel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 479px) {
    .flexbox .c-basket-button .button-pannel {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }
}

.c-basket-button .button-pannel.with-border {
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
}

.c-basket-button .button_prev {
    background: #b2b2b2;
    font-size: 15px;
    font-weight: 700;
    padding: 0 25px;
}

    .c-basket-button .button_prev:hover {
        background: #a5a5a5;
    }

    .c-basket-button .button_prev:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f101";
        margin: 0 15px 0 0;
        color: #fff;
    }

@media screen and (max-width: 479px) {
    .c-basket-button .button_prev {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}

.c-basket-button .button_next {
    background: #79C000;
    font-size: 15px;
    font-weight: 700;
}

    .c-basket-button .button_next:hover {
        background: #69a700;
    }

    .c-basket-button .button_next:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0 0 0 15px;
        color: #fff;
    }

@media screen and (max-width: 479px) {
    .c-basket-button .button_next {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}

.c-basket .list__box {
    list-style-type: none;
    padding-left: 0;
}

.flexbox .c-basket .list__box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-basket .list__item {
    width: 100%;
    padding: 14px 15px 10px;
    min-height: 66px;
    border-bottom: 1px solid #e6e6e6;
}

.flexbox .c-basket .list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-basket .list__item.js-checked {
    background: #fafafa;
}

.c-basket .list__item.js-checked .control{
    cursor:default;
}

.c-basket .list__label {
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .flexbox .c-basket .list__label {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.c-basket .list__indicator {
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .c-basket .list__indicator {
        margin-top: 8px;
    }
}

.c-basket .list__text {
    width: 95%;
}

.flexbox .c-basket .list__text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .flexbox .c-basket .list__text {
        display: inline-block;
    }
}

.c-basket .list__title {
    font-size: 15px;
    font-weight: 700;
    color: #0c2b70;
}

.flexbox .c-basket .list__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 39%;
    -ms-flex: 1 1 39%;
    flex: 1 1 39%;
}

.c-basket .list__descriptions {
    font-size: 15px;
}

.flexbox .c-basket .list__descriptions {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 46%;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
}

.c-basket .list__descriptions div,
.c-basket .list__descriptions p,
.c-basket .list__descriptions span {
    padding: 0;
    margin: 0;
    display: block;
}

.js-checked .showMap .showMapButton{
    font-weight:bold;
    cursor:pointer;
    display:inline-block;
}

.c-basket .list__price {
    font-size: 18px;
    font-weight: 700;
    color: #0c2b70;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .c-basket .list__price {
        margin: 30px 0 10px;
    }
}

.flexbox .c-basket .list__price {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 15%;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
}

.c-basket .list__price_number {
    white-space: nowrap;
}

.c-basket .list__price_unit {
    font-weight: 400;
    white-space: nowrap;
}

.c-basket .list__label input:disabled ~ span .list__price,
.c-basket .list__label input:disabled ~ span .list__title {
    color: #BFBFBF;
}

.c-basket .list__label input:disabled ~ span .list__title_image {
    opacity: 0.3;
}

.fourth-step__title {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.flexbox .fourth-step__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fourth-step__title h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.flexbox .fourth-step__title h2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .fourth-step__title h2 {
        width: 80%;
    }
}

.fourth-step__title:before,
.fourth-step__title:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
}

.fourth-step__box {
    display: inline-block;
    width: 100%;
    background: #FAFAFA;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.fourth-step__item {
    width: 25%;
    float: left;
    padding: 19.7px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
    min-height: 88px;
}
    .fourth-step__item.delpay {
        border-bottom:none;
    }

    @media screen and (max-width: 992px) {
        .fourth-step__item {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 768px) {
    .fourth-step__item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .fourth-step__item {
        width: 100%;
    }
}

.fourth-step__item_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: #0c2b70;
    margin-bottom: 10px;
}

.fourth-step__item_text {
    font-size: 15px;
    font-weight: 700;
    color: #0c2b70;
}

.fourth-step__usersText {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #0c2b70;
}

.branches select.branche {
    margin: 12px 0 !important;
    width: 100%;
}

.branches select.country {
    width: 49%;
    display: inline-block;
}

.branches select.region {
    width: 49%;
    float: right;
    display: inline-block;
}

@media (max-width: 992px) {
    .branches select.country {
        margin-top: 12px;
    }

    .branches select.region {
        margin-top: 12px;
    }

    .c-basket-paiment .list__title.list__title {
        width: 100%;
    }

    .c-basket-paiment .list__descriptions.list__descriptions {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .branches select.country {
        width: 100%;
        margin-top: 12px;
    }

    .branches select.region {
        width: 100%;
        margin: 12px 0;
    }
}
/* Registration */
@media (min-width: 768px) {
    .registration {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.registration__left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.registration__left__form__action {
    border: 0;
    font-weight: bold;
    float: right;
}

.registration__right {
    display: none;
}

.c-userForm,
.userForm {
    border-bottom: none;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
}

    .c-userForm:before,
    .userForm:before,
    .c-userForm:after,
    .userForm:after {
        content: " ";
        display: table;
    }

    .c-userForm:after,
    .userForm:after {
        clear: both;
    }

    .c-userForm:before,
    .userForm:before,
    .c-userForm:after,
    .userForm:after {
        content: " ";
        display: table;
    }

    .c-userForm:after,
    .userForm:after {
        clear: both;
    }

.c-userForm__tip,
.userForm__tip {
    padding: 50px 0 15px 0;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.c-userForm__fieldset,
.userForm__fieldset {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .c-userForm__fieldset,
    .userForm__fieldset {
        float: left;
        width: 100%;
    }
}

.c-userForm__fieldset__legend,
.userForm__fieldset__legend {
    padding: 0 15px;
    margin: 0 auto;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #0d2c78;
    background: #fff;
    text-transform: uppercase;
    width: auto;
    position: relative;
    top: 12px;
}

.c-userForm__fieldset__section,
.userForm__fieldset__section {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #d9d9d9;
}

.order .c-userForm__fieldset__section,
.order .userForm__fieldset__section {
    margin-left: 0;
    margin-right: 0px;
}

.c-userForm__fieldset__section_afterLegend,
.userForm__fieldset__section_afterLegend {
    padding-top: 40px;
}

.c-userForm__fieldset__section_mailUS,
.userForm__fieldset__section_mailUS {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.c-userForm__fieldset__section__block,
.userForm__fieldset__section__block {
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .c-userForm__fieldset__section__block,
    .userForm__fieldset__section__block {
        margin: 0;
    }
}

.c-userForm__fieldset__section__block:before,
.userForm__fieldset__section__block:before,
.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:after {
    content: " ";
    display: table;
}

.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:after {
    clear: both;
}

.c-userForm__fieldset__section__block:before,
.userForm__fieldset__section__block:before,
.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:after {
    content: " ";
    display: table;
}

.c-userForm__fieldset__section__block:after,
.userForm__fieldset__section__block:after {
    clear: both;
}

.c-userForm__fieldset__section__block.freetext,
.userForm__fieldset__section__block.freetext {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.fake-textarea {
    min-height: 100px;
    height: auto;
    overflow-x: hidden;
}

.agreement__block {
    margin-bottom: 15px;
}

    .agreement__block .control-label p {
        display: inline;
        margin: 0;
    }

@media screen and (min-width: 768px) {
    .agreement__block .control-label .input-checkbox {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 580px) {
    .agreement__block .control-label {
        max-width: 370px;
        display: inline-block;
    }
}

.req_char {
    color: #d9534f;
}

.sized.form-group {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 480px) {
    .sized.form-group {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .sized.form-group {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .sized.form-group {
        float: left;
        width: 25%;
    }
}

.sized.form-group_double-size {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

    .sized.form-group_double-size.name {
        clear: both;
    }

@media (min-width: 768px) {
    .sized.form-group_double-size {
        float: left;
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .sized.form-group_double-size {
        float: left;
        width: 50%;
    }
}

.sized.form-group .control-label {
    margin-bottom: 15px;
}

.sized.form-group .control-label__text {
    font-size: 15px;
    line-height: 1;
    color: #0d2c78;
    font-weight: 400;
}

.input-checkbox.sized.form-group .control-label__text,
.input-radio.sized.form-group .control-label__text {
    color: #808080;
}

.sized.form-group .req_char {
    z-index: 100;
}

.sized.form-group .help-inline {
    text-align: left;
    color: #d9534f;
    font-size: 12px;
    position: relative;
}

    .sized.form-group .help-inline:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f123";
        margin: 0 0.5ex 0 0;
        color: inherit;
    }

@media screen and (min-width: 581px) {
    .sized.form-group .help-inline {
        white-space: nowrap;
        position: absolute;
        top: 15px;
    }
}

@media (min-width: 768px) {
    .sized.form-group .help-inline {
        left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sized.form-group .help-inline {
        font-size: 10.2px;
        left: 10px;
    }

        .sized.form-group .help-inline:before {
            left: -2px;
        }
}

.sized.form-group.input-textarea {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

    .sized.form-group.input-textarea .form-control {
        max-width: 100%;
    }

.sized.form-group.input-checkbox,
.sized.form-group.input-radio {
    width: 100%;
}

    .sized.form-group.input-checkbox:last-of-type,
    .sized.form-group.input-radio:last-of-type {
        margin-bottom: 0;
    }

    .sized.form-group.input-checkbox .form-control,
    .sized.form-group.input-radio .form-control,
    .sized.form-group.input-checkbox .control-label,
    .sized.form-group.input-radio .control-label,
    .sized.form-group.input-checkbox .controls,
    .sized.form-group.input-radio .controls {
        width: auto;
        margin-bottom: 0;
        padding-left: 1ex;
        display: inline;
        position: static;
        vertical-align: middle;
        box-shadow: none;
    }

@media screen and (min-width: 580px) {
    .sized.form-group.input-checkbox .form-control,
    .sized.form-group.input-radio .form-control,
    .sized.form-group.input-checkbox .control-label,
    .sized.form-group.input-radio .control-label,
    .sized.form-group.input-checkbox .controls,
    .sized.form-group.input-radio .controls {
        display: inline-block;
    }
}

.sized.form-group.input-checkbox .control-label,
.sized.form-group.input-radio .control-label {
    cursor: pointer;
    display: inline;
    padding-left: 0;
}

.sized.form-group.input-checkbox .help-inline,
.sized.form-group.input-radio .help-inline {
    white-space: normal;
    display: inline-block;
    padding-left: 15px;
}

    .sized.form-group.input-checkbox .help-inline:before,
    .sized.form-group.input-radio .help-inline:before {
        position: absolute;
        left: 0;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
    }

@media screen and (min-width: 581px) {
    .sized.form-group.input-checkbox .help-inline:before,
    .sized.form-group.input-radio .help-inline:before {
        position: static;
        transform: translateY(0);
    }
}

@media screen and (min-width: 581px) {
    .sized.form-group.input-checkbox .help-inline,
    .sized.form-group.input-radio .help-inline {
        white-space: nowrap;
        top: auto;
        padding-left: 0;
        bottom: -15px;
        left: 15px;
    }
}

.sized.form-group.input-checkbox .req_char,
.sized.form-group.input-radio .req_char {
    top: 10px;
    right: auto;
    padding-left: .25ex;
}

.sized.form-group.input-radio {
    width: auto;
}

.sized.form-group_right {
    float: right;
}

.sized.form-group_action {
    margin-bottom: 0;
}

@media screen and (max-width: 580px) {
    .sized.form-group.rwd-special {
        padding-right: 35px;
    }
}

.form-group label {
    font-size: 15px;
    line-height: 1;
    color: #0d2c78;
    font-weight: 400;
}

.help-inline p {
    display: inline-block;
    margin: 0;
}

.light-italic {
    font-style: italic;
    font-weight: 400;
}

[for="bAgreement"] .req_char {
    display: none;
}

.l-filterMA {
    visibility: visible;
}

.flexbox .l-filterMA {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .flexbox .l-filterMA {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.l-filterMA_date {
    float: left;
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .l-filterMA_date {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .l-filterMA_date {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 580px) {
    .l-filterMA_date {
        width: 100%;
        padding: 0;
    }
}

.l-filterMA_state {
    float: left;
    width: 58.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}

@media screen and (max-width: 1199px) {
    .l-filterMA_state {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .l-filterMA_state {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .l-filterMA_state {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 580px) {
    .l-filterMA_state {
        width: 100%;
        padding: 0;
    }
}

.l-filterMA_number {
    float: left;
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .l-filterMA_number {
        float: left;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .l-filterMA_number {
        float: left;
        width: 25%;
    }
}

@media screen and (max-width: 479px) {
    .l-filterMA_number {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

.l-filterMA_cancel {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    padding-top: 27px;
}

@media (min-width: 768px) {
    .l-filterMA_cancel {
        float: left;
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .l-filterMA_cancel {
        float: left;
        width: 8.33333333%;
    }
}

@media screen and (max-width: 479px) {
    .l-filterMA_cancel {
        width: 100%;
        padding: 0;
    }
}

.l-filterMA_cancel .cancel-filter {
    width: 100%;
}

.l-tabs_myAccount .c-tabs {
    border-bottom: 1px solid #d9d9d9;
}

.l-tabs_myAccount .c-tabs__nav {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .l-tabs_myAccount .c-tabs__nav {
        margin-bottom: -1px;
    }
}

.l-tabs_myAccount .c-tabs__header:before,
.l-tabs_myAccount .c-tabs__header:after {
    content: " ";
    display: table;
}

.l-tabs_myAccount .c-tabs__header:after {
    clear: both;
}

.l-tabs_myAccount .c-tabs__header:before,
.l-tabs_myAccount .c-tabs__header:after {
    content: " ";
    display: table;
}

.l-tabs_myAccount .c-tabs__header:after {
    clear: both;
}

.l-tabs_myAccount .c-tabs__collapse.in {
    clear: both;
    border-bottom: none;
    padding: 0;
}

.l-tabs_myAccount .c-tabs__navItem {
    display: block;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .l-tabs_myAccount .c-tabs__navItem {
        display: inline-block;
        width: auto;
    }
}

.c-filterMA {
    margin-bottom: 30px;
    width: 100%;
}

.c-filterMA__loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
}

    .c-filterMA__loading.fade {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .c-filterMA__loading.in {
        zoom: 1;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .c-filterMA__loading .ajaxLoader {
        margin-top: -5vh;
        margin-left: -5vh;
    }

.c-filterMA__section {
    width: 100%;
}

@media screen and (max-width: 479px) {
    .c-filterMA__section_state .btn-group {
        table-layout: auto;
    }

        .c-filterMA__section_state .btn-group .btn {
            padding: 6px;
        }
}

@media screen and (min-width: 1200px) {
    .c-filterMA__section_state .btn-group {
        table-layout: auto;
    }
}

.c-filterMA .not-visible {
    visibility: hidden;
}

.daterangepickerbuttons,
.ranges {
    width: 100%;
}

.flexbox .daterangepickerbuttons,
.flexbox .ranges {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.range_inputs {
    width: 100%;
}

td.actions {
    white-space: nowrap;
}

.flexbox td.actions {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

label[for='form-receipt'] {
    font-size: 15px;
    line-height: 1;
    color: #0d2c78;
    font-weight: 400;
}

.orderLegend {
    width: 100%;
    float: left;
}

    .orderLegend .orderLegend-t {
        padding: 10px 0 5px 0;
        font-weight: bold;
        color: #2c2c2c;
    }

    .orderLegend .orderLegendTab div {
        width: 150px;
        margin: 2px 0 0 0;
        padding: 2px 0 2px 6px;
    }

    .orderLegend .state_0 {
        background: #CFFECF;
    }

    .orderLegend .state_1 {
        background: #EED2B4;
    }

    .orderLegend .state_10 {
        background: #fde7d6;
    }

    .orderLegend .state_2 {
        background: #ffffcc;
    }

    .orderLegend .state_3 {
        background: #FFE5E0;
    }

    .orderLegend .state_4 {
        background: #fed6ff;
    }

    .orderLegend .state_5 {
        background: #d6f1ff;
    }

    .orderLegend .state_9 {
        background: #cccccc;
    }

tr.state_-0 {
    background: #CFFECF;
}

tr.state_-1 {
    background: #EED2B4;
}

tr.state_-10 {
    background: #fde7d6;
}

tr.state_-2 {
    background: #ffffcc;
}

tr.state_-3 {
    background: #FFE5E0;
}

tr.state_-4 {
    background: #fed6ff;
}

tr.state_-5 {
    background: #d6f1ff;
}

tr.state_-9 {
    background: #cccccc;
}

tr.state_-0 {
    background: #CFFECF;
}

tr.state-1 {
    background: #EED2B4;
}

tr.state-10 {
    background: #fde7d6;
}

tr.state-2 {
    background: #ffffcc;
}

tr.state-3 {
    background: #FFE5E0;
}

tr.state-4 {
    background: #fed6ff;
}

tr.state-5 {
    background: #d6f1ff;
}

tr.state-9 {
    background: #cccccc;
}

tr.state_0 {
    background: #CFFECF;
}

tr.state_1 {
    background: #EED2B4;
}

tr.state_10 {
    background: #fde7d6;
}

tr.state_2 {
    background: #ffffcc;
}

tr.state_3 {
    background: #FFE5E0;
}

tr.state_4 {
    background: #fed6ff;
}

tr.state_5 {
    background: #d6f1ff;
}

tr.state_9 {
    background: #cccccc;
}

.l-myAccountMenu {
    margin-left: -15px;
    margin-right: -15px;
}

.l-myAccountMenu__item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 7.5px 0;
}

@media (min-width: 768px) {
    .l-myAccountMenu__item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .l-myAccountMenu__item {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .l-myAccountMenu__item {
        float: left;
        width: 25%;
    }
}

.c-myAccountMenu__item {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .c-myAccountMenu__item:hover {
        border: 1px solid #0d2c78;
        border-bottom: 2px solid #0d2c78;
    }

    .c-myAccountMenu__item a {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-myAccountMenu__item:hover {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    }

.c-myAccountMenu__icon {
    margin: 0 15px 0 0;
}

    .c-myAccountMenu__icon:before {
        font-size: 19px;
    }

.c-myAccountMenu__name {
    font-size: 18px;
    margin: 0;
}

.userdata .alert {
    margin-top: 30px;
    margin-bottom: 0;
}

.c-detail.table {
    margin-bottom: 30px;
}

.c-detail__head {
    font-weight: 700;
}

.c-detail__item {
    display: table-row;
}

    .c-detail__item:nth-child(odd) span {
        background: #fafafa;
    }

.c-detail__item_label,
.c-detail__item_value {
    display: table-cell;
    padding: 6px 12px;
    border-bottom: 1px solid #ddd;
}

.c-detail .price,
.c-detail .price1,
.c-detail .price2,
.c-detail .price3 {
    text-align: right;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

        .table-container::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 14px;
            height: 14px;
        }

        .table-container::-webkit-scrollbar-thumb {
            border-radius: 8px;
            border: 3px solid #fff;
            background-color: rgba(0, 0, 0, 0.3);
        }

    .table-container-outer {
        position: relative;
    }

    .table-container-fade {
        position: absolute;
        right: 0;
        width: 30px;
        height: 100%;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }
}

.l-compare {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-compare {
        float: left;
        width: 100%;
    }
}

.l-compare__pageTitle {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-compare__pageTitle {
        float: left;
        width: 100%;
    }
}

.l-compare__topButtons {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    text-align: center;
    margin: 20px 0 40px 0;
}

@media print {
    .l-compare__topButtons {
        display: none;
    }
}

.l-compare__placeHolder {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .l-compare__placeHolder {
        float: left;
        width: 100%;
    }
}

.l-compare__wrapper {
    position: relative;
}

    .l-compare__wrapper:before,
    .l-compare__wrapper:after {
        content: " ";
        display: table;
    }

    .l-compare__wrapper:after {
        clear: both;
    }

    .l-compare__wrapper:before,
    .l-compare__wrapper:after {
        content: " ";
        display: table;
    }

    .l-compare__wrapper:after {
        clear: both;
    }

@media (min-width: 480px) {
    .l-compare__topButtons {
        text-align: right;
    }
}

.c-compare__wrapper {
    overflow: auto;
    width: 100%;
}

    .c-compare__wrapper:before,
    .c-compare__wrapper:after {
        content: " ";
        display: table;
    }

    .c-compare__wrapper:after {
        clear: both;
    }

    .c-compare__wrapper:before,
    .c-compare__wrapper:after {
        content: " ";
        display: table;
    }

    .c-compare__wrapper:after {
        clear: both;
    }

    .c-compare__wrapper .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

        .c-compare__wrapper .table-container::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 14px;
            height: 14px;
        }

        .c-compare__wrapper .table-container::-webkit-scrollbar-thumb {
            border-radius: 8px;
            border: 3px solid #fff;
            background-color: rgba(0, 0, 0, 0.3);
        }

    .c-compare__wrapper .table-container-outer {
        position: relative;
        padding-left: 150px;
    }

@media screen and (min-width: 768px) {
    .c-compare__wrapper .table-container-outer {
        padding-left: 190px;
    }
}

@media screen and (min-width: 992px) {
    .c-compare__wrapper .table-container-outer {
        padding-left: 300px;
    }
}

.c-compare__wrapper .table-container-fade {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.c-compare__pageTitle h2 {
    color: #0d2c78;
    font-size: 28px;
    font-weight: 700;
}

.c-compare__btn {
    display: inline-block;
    padding: 11px 20px;
    color: white;
    font-size: 13px;
    border-radius: 4px;
    background-color: #0d2c78;
}

    .c-compare__btn:hover {
        background-color: #081b4a;
        color: white;
        text-decoration: none;
    }

.c-compare__btn-print {
    background-color: #0d2c78;
}

.c-compare__btn-back {
    background-color: #b3b3b3;
}

    .c-compare__btn-back:hover {
        background-color: #9a9a9a;
    }

.c-compare__delete a {
    display: inline-block;
    padding: 8px 15px;
    color: white;
    font-size: 13px;
    background-color: #0d2c78;
    margin-bottom: -1px;
}

    .c-compare__delete a:hover {
        background-color: #081b4a;
        color: white;
        text-decoration: none;
    }

.c-compare__cell {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    text-align: center;
    padding: 5px 10px;
    width: 250px;
    min-width: 210px;
    height: 42px;
}

.c-compare__cell-noBorder {
    border: 0;
    padding: 0;
}

.c-compare__cell-bottomBorder {
    border-bottom: 1px solid #e6e6e6;
}

.c-compare__cell_productInfo {
    padding: 10px;
}

.c-compare__tableBody {
    border-bottom: 1px solid #e6e6e6;
}

    .c-compare__tableBody tr:last-of-type .c-compare__title {
        height: 43px;
        border-bottom: 1px solid #e6e6e6;
    }

.c-compare__title {
    position: absolute;
    left: 0;
    width: 150px;
    min-width: 0;
    border-right: 0;
    border-left: 0;
    color: #0d2c78;
    font-weight: 200;
    text-align: left;
    height: 42px;
    padding-top: 2px;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

@media print {
    .c-compare__title {
        position: static;
        width: auto;
        display: table-cell;
    }
}

@media screen and (min-width: 768px) {
    .c-compare__title {
        width: 190px;
    }
}

@media screen and (min-width: 992px) {
    .c-compare__title {
        width: 300px;
    }
}

.c-compare__title .ellipsis {
    overflow: hidden;
    height: 50px;
    line-height: 20px;
    border: 5px solid #fff;
}

    .c-compare__title .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 50px;
    }

    .c-compare__title .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .c-compare__title .ellipsis:after {
        content: "\02026";
        font-size: 14px;
        color: #0d2c78;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -38px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    }

@media screen and (min-width: 768px) {
    .c-compare__title {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
    }
}

.c-compare__title:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

.c-compare__delete {
    height: auto;
}

@media print {
    .c-compare__delete {
        display: none;
    }
}

.c-compare__product {
    padding: 10px;
}

.c-compare__product-name {
    margin-top: 10px;
}

    .c-compare__product-name a {
        font-weight: 200;
    }

        .c-compare__product-name a:hover {
            color: #0d2c78;
            text-decoration: none;
        }

.c-compare__product-image {
    width: 100%;
    max-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .c-compare__product-image img {
        max-width: 100%;
        max-height: 100%;
    }

.c-compare__product-code {
    color: #b3b3b3;
    font-weight: 200;
    font-size: 13px;
}

.c-compare__price-summary {
    color: #0d2c78;
    font-size: 16px;
    line-height: 1;
}

.c-compare__price-noWat {
    color: #b3b3b3;
    font-weight: 200;
    font-size: 11px;
}

.c-compare__producer {
    height: 41px;
}

    .c-compare__producer a {
        font-weight: 200;
    }

        .c-compare__producer a:hover {
            color: #0d2c78;
            text-decoration: none;
        }

.c-compare__parameter {
    color: #0d2c78;
    font-weight: 200;
}

@media (min-width: 480px) {
    .c-compare__bottomBtns {
        float: right;
    }

        .c-compare__bottomBtns .btn-gray {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .c-compare__title {
        width: 300px;
    }

    .c-compare__wrapper {
        overflow: auto;
        overflow-x: inherit;
        overflow-y: inherit;
        width: 100%;
    }
}

.watchDogRowUnderLimitValue,
.wd_watchDogMainDiv,
.watchDogRowButtons {
    clear: both;
}

    .watchDogRowUnderLimitValue:before,
    .wd_watchDogMainDiv:before,
    .watchDogRowButtons:before,
    .watchDogRowUnderLimitValue:after,
    .wd_watchDogMainDiv:after,
    .watchDogRowButtons:after {
        content: " ";
        display: table;
    }

    .watchDogRowUnderLimitValue:after,
    .wd_watchDogMainDiv:after,
    .watchDogRowButtons:after {
        clear: both;
    }

    .watchDogRowUnderLimitValue:before,
    .wd_watchDogMainDiv:before,
    .watchDogRowButtons:before,
    .watchDogRowUnderLimitValue:after,
    .wd_watchDogMainDiv:after,
    .watchDogRowButtons:after {
        content: " ";
        display: table;
    }

    .watchDogRowUnderLimitValue:after,
    .wd_watchDogMainDiv:after,
    .watchDogRowButtons:after {
        clear: both;
    }

.modal-body__WatchDog_formBox {
    clear: both;
}

    .modal-body__WatchDog_formBox:before,
    .modal-body__WatchDog_formBox:after {
        content: " ";
        display: table;
    }

    .modal-body__WatchDog_formBox:after {
        clear: both;
    }

    .modal-body__WatchDog_formBox:before,
    .modal-body__WatchDog_formBox:after {
        content: " ";
        display: table;
    }

    .modal-body__WatchDog_formBox:after {
        clear: both;
    }

.modal-body__WatchDog .form-group {
    clear: both;
}

.modal-button__wrp {
    margin-bottom: 15px;
    clear: both;
}

    .modal-button__wrp a {
        margin-left: 15px;
    }

.modal-content {
    margin: 0;
}

.c-watchdog__table {
    width: 100%;
}

.c-watchdog__thead {
    height: 40px;
    display: none;
    background-color: #F2F2F2;
}

.c-watchdog__hcell {
    padding: 10px;
    border: 1px solid #e6e6e6;
    color: #0d2c78;
    white-space: nowrap;
}

.c-watchdog__cell {
    color: black;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 10px 0;
    padding-left: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-watchdog__cell:last-of-type {
        border-bottom: 1px solid #e6e6e6;
    }

    .c-watchdog__cell:before {
        content: attr(data-table-header);
        position: absolute;
        left: 20px;
        width: 45%;
        white-space: nowrap;
        padding-right: 10px;
        color: #0d2c78;
        font-weight: 700;
        font-size: 14px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.c-watchdog__btn span {
    line-height: 1;
}

.c-watchdog__btn-edit {
    color: #0d2c78;
    font-size: 25px;
    margin-right: 5px;
}

    .c-watchdog__btn-edit:hover {
        color: #081b4a;
    }

.c-watchdog__btn-delete {
    color: #b3b3b3;
    font-size: 25px;
}

    .c-watchdog__btn-delete:hover {
        color: #9a9a9a;
    }

@media (min-width: 768px) {
    .c-watchdog__thead {
        display: table-header-group;
    }

    .c-watchdog__cell {
        display: table-cell;
        padding: 10px;
        border: 1px solid #e6e6e6;
    }

        .c-watchdog__cell:before {
            display: none;
            padding: 0;
            width: 0;
        }

    .c-watchdog__cell_btn {
        text-align: center;
        padding: 5px;
        padding-left: 10px;
        white-space: nowrap;
    }
}

.loginform .l-login {
    padding-left: 0;
    padding-right: 0;
}

.l-login_modalForm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .l-login_modalForm {
        float: left;
        width: 66.66666667%;
    }
}

.l-login_modalInfoText {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .l-login_modalInfoText {
        float: left;
        width: 33.33333333%;
    }
}

.loginform .l-login_modalInfoText {
    padding-left: 15px;
}

.l-login_modalFooterText {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .l-login_modalFooterText {
        float: left;
        width: 100%;
    }
}

.loginform fieldset {
    margin-left: -15px;
    margin-right: -15px;
}

.loginform .sized {
    clear: both;
}

.c-login {
    margin-left: -15px;
    margin-right: -15px;
}

    .c-login:before,
    .c-login:after {
        content: " ";
        display: table;
    }

    .c-login:after {
        clear: both;
    }

    .c-login:before,
    .c-login:after {
        content: " ";
        display: table;
    }

    .c-login:after {
        clear: both;
    }

@media (min-width: 768px) {
    .c-login {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 480px) {
    .flexbox .c-login {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .l-login_modalInfoText .c-login {
        margin-left: 0;
        margin-right: 0;
    }
}

.loginform .c-login_changePwd {
    margin: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .loginform .c-login_changePwd {
        float: left;
        width: 66.66666667%;
    }
}

.loginform .c-login_changePwd + .c-login {
    clear: both;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .loginform .c-login_changePwd + .c-login {
        float: left;
        width: 66.66666667%;
    }
}

.flexbox .c-login__button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 480px) {
    .flexbox .c-login__button {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.c-login__label {
    float: left;
    width: 25%;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .c-login__label {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (max-width: 479px) {
    .c-login__label {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .c-login__label {
        padding-left: 0;
    }
}

.c-login__label .control-label {
    margin: 0;
}

.c-login__input {
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .c-login__input {
        float: left;
        width: 66.66666667%;
    }
}

@media screen and (max-width: 479px) {
    .c-login__input {
        width: 100%;
    }
}

.loginForm .c-login__input {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .loginForm .c-login__input {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .loginForm .c-login__input {
        float: left;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .c-login_action {
        margin-left: 25%;
        float: left;
        width: 75%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 480px) and (min-width: 768px) {
    .c-login_action {
        margin-left: 33.33333333%;
    }
}

@media (min-width: 480px) and (min-width: 768px) {
    .c-login_action {
        float: left;
        width: 66.66666667%;
    }
}

.l-login_modalInfoText .c-login_action {
    margin-bottom: 30px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .l-login_modalInfoText .c-login_action {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .l-login_modalInfoText .c-login_action {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .l-login_modalInfoText .c-login_action {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .l-login_modalInfoText .c-login_action {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .c-login_action {
        width: 100%;
        margin: 0;
    }
}

.c-login__forgot,
.c-login__register {
    margin-left: -15px;
}

.c .help-inline {
    font-size: 12px;
    color: #d9534f;
    margin-bottom: 0;
}

@media screen and (min-width: 480px) {
    .c .help-inline {
        position: absolute;
    }
}

.c .help-inline:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: inherit;
    content: "\f123";
    margin: 0 1ex 0 0;
    color: inherit;
}

@media screen and (min-width: 480px) {
    .c.form-group {
        margin-bottom: 20px;
    }
}

.loginForm {
    margin-left: -15px;
    margin-right: -15px;
}

    .loginForm a {
        text-decoration: underline;
    }

        .loginForm a:focus,
        .loginForm a:hover {
            text-decoration: none;
        }

.suggest-box {
    position: absolute;
    background: #fff;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    padding: 6px;
    z-index: 1060;
    width: 100%;
}

@media (min-width: 992px) {
    .suggest-box {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .suggest-box {
        margin-right: 30px;
    }
}

.suggest-box__in__more__btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 25px;
    border-radius: 0;
    color: #fff;
    background-color: #ff7200;
    border-color: #e66700;
    float: right;
}

    .suggest-box__in__more__btn:focus,
    .suggest-box__in__more__btn:active:focus,
    .suggest-box__in__more__btn.active:focus,
    .suggest-box__in__more__btn.focus,
    .suggest-box__in__more__btn:active.focus,
    .suggest-box__in__more__btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .suggest-box__in__more__btn:hover,
    .suggest-box__in__more__btn:focus,
    .suggest-box__in__more__btn.focus {
        color: #656565;
        text-decoration: none;
    }

    .suggest-box__in__more__btn:active,
    .suggest-box__in__more__btn.active {
        outline: 0;
        background-image: none;
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .suggest-box__in__more__btn.disabled,
    .suggest-box__in__more__btn[disabled],
    fieldset[disabled] .suggest-box__in__more__btn {
        cursor: not-allowed;
        zoom: 1;
        -webkit-opacity: 0.65;
        -moz-opacity: 0.65;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.suggest-box__in__more__btn.disabled,
fieldset[disabled] a.suggest-box__in__more__btn {
    pointer-events: none;
}

.suggest-box__in__more__btn:focus,
.suggest-box__in__more__btn.focus {
    color: #fff;
    background-color: #cc5b00;
    border-color: #662e00;
}

.suggest-box__in__more__btn:hover {
    color: #fff;
    background-color: #cc5b00;
    border-color: #a84b00;
}

.suggest-box__in__more__btn:active,
.suggest-box__in__more__btn.active,
.open > .dropdown-toggle.suggest-box__in__more__btn {
    color: #fff;
    background-color: #cc5b00;
    border-color: #a84b00;
}

    .suggest-box__in__more__btn:active:hover,
    .suggest-box__in__more__btn.active:hover,
    .open > .dropdown-toggle.suggest-box__in__more__btn:hover,
    .suggest-box__in__more__btn:active:focus,
    .suggest-box__in__more__btn.active:focus,
    .open > .dropdown-toggle.suggest-box__in__more__btn:focus,
    .suggest-box__in__more__btn:active.focus,
    .suggest-box__in__more__btn.active.focus,
    .open > .dropdown-toggle.suggest-box__in__more__btn.focus {
        color: #fff;
        background-color: #a84b00;
        border-color: #662e00;
    }

.suggest-box__in__more__btn:active,
.suggest-box__in__more__btn.active,
.open > .dropdown-toggle.suggest-box__in__more__btn {
    background-image: none;
}

.suggest-box__in__more__btn.disabled:hover,
.suggest-box__in__more__btn[disabled]:hover,
fieldset[disabled] .suggest-box__in__more__btn:hover,
.suggest-box__in__more__btn.disabled:focus,
.suggest-box__in__more__btn[disabled]:focus,
fieldset[disabled] .suggest-box__in__more__btn:focus,
.suggest-box__in__more__btn.disabled.focus,
.suggest-box__in__more__btn[disabled].focus,
fieldset[disabled] .suggest-box__in__more__btn.focus {
    background-color: #ff7200;
    border-color: #e66700;
}

.suggest-box__in__more__btn .badge {
    color: #ff7200;
    background-color: #fff;
}

.suggest-box__in__more__btn:before,
.suggest-box__in__more__btn:after {
    content: " ";
    display: table;
}

.suggest-box__in__more__btn:after {
    clear: both;
}

.suggest-box__in__more__btn:before,
.suggest-box__in__more__btn:after {
    content: " ";
    display: table;
}

.suggest-box__in__more__btn:after {
    clear: both;
}

.sb__products__title,
.sb__articles__title,
.sb__categories__title {
    display: block;
    padding: 10px;
    background: #e6e6e6;
}

.sb__products__list,
.sb__articles__list,
.sb__categories__list {
    list-style-type: none;
    padding: 0;
}

.prod__link,
.article__link,
.cat__link {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.prod__link__image,
.article__link__image,
.cat__link__image,
.prod__link__name,
.article__link__name,
.cat__link__name {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 3px;
    border-bottom: 1px solid #d9d9d9;
}

.prod__link__image,
.article__link__image,
.cat__link__image {
    width: 50px;
}

.prod__link__image__img,
.article__link__image__img,
.cat__link__image__img {
    max-width: 100%;
    height: auto;
}

.prod__link__name,
.article__link__name,
.cat__link__name {
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .form-search,
    .headertop .search-holder {
        position: static;
    }

    .js__logo-search-user-basket {
        position: relative;
    }

    .suggest-box {
        left: 0;
        width: 100%;
        margin: 0;
    }
}
/*.suggest-box ul li .img img {
  height: 50px;
  width: 50px;
}

@media screen and (max-width: @screen-xs-max) {
  .suggest-box {
    top: 138px;
  }
}


// suggest box 

.js__search {
  text-align: center;
  position: relative;
}

.suggest-box {
  width: 100%;
  left: 0%;
  background: #eeeeee;
  border: 1px solid #dddddd;
  position: absolute;
  z-index: 999;
  margin: 0 auto
}

.suggest-box h3 {
  background: #eeeeee;
  text-align: left;
  padding: 6px 12px;
  font: normal 12px/18px arial, sans-serif;
  margin: 0;
}

.suggest-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.suggest-box ul li {
  border-top: 1px solid #dddddd;
  background: white;
}

.suggest-box ul li a {
  padding: 5px 0;
  display: block;
}

.suggest-box ul li .img {
  display: inline-block;
  width: 20%;
  float: left;
  vertical-align: middle;
}

.suggest-box ul li .name {
  text-align: left;
  display: inline-block;
  width: 75%;
  float: left;
  font: normal 14px/18px arial, sans-serif;
  padding-left: 10px
}

.suggest-box ul li .name strong {
  text-align: left;
  display: inline-block;
  width: 100%;
  float: left;
  font: normal 14px/20px arial, sans-serif;
}

.suggest-box .btn {
  margin: 10px 10px
}
@media (max-width: 979px) and (min-width: 768px) {
	.suggest-box {width:100%;left:0%;background:#eeeeee; border:1px solid #dddddd;position:absolute;z-index: 999;margin: 0 auto}
	.suggest-box ul li .img {display: inline-block;width:19%;float:left;vertical-align: middle;}
}


// suggest box 
@media screen and (max-width: @screen-){
  .suggest-box {width:100%;left:0%;background:#eeeeee; border:1px solid #dddddd;position:absolute;z-index: 999;margin: 0 auto}
	.suggest-box ul li .img {display: inline-block;width:19%;float:left;vertical-align: middle;}

}
	
*/
.fifth-step {
    margin: 60px auto 0;
    text-align: center;
    width: 100%;
}

    .fifth-step .c-basket__thx {
        font-size: 28px;
        font-weight: 700;
        color: #0c2b70;
        margin-bottom: 20px;
    }

.flexbox .fifth-step .c-basket__thx {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 500px) {
    .flexbox .fifth-step .c-basket__thx {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fifth-step .c-basket__thx:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 40px;
    content: "\f11f";
    margin: 0 15px 0 0;
    color: #79C000;
}

@media screen and (max-width: 500px) {
    .fifth-step .c-basket__thx:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 40px;
        content: "\f11f";
        margin: 0 0 20px 0;
        color: #79C000;
    }
}

.fifth-step .c-basket__info {
    font-size: 15px;
    line-height: 38px;
}

.fifth-step .c-basket__print {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
    padding: 25px 0 0 0;
    margin-bottom: 60px;
}

.fifth-step .c-basket__print_link {
    font-size: 15px;
    color: #808080;
    display: inline-block;
    text-decoration: underline;
}

    .fifth-step .c-basket__print_link:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 17px;
        content: "\f119";
        margin: 0 15px 0 0;
        color: #BFBFBF;
        text-decoration: none;
    }

    .fifth-step .c-basket__print_link:hover,
    .fifth-step .c-basket__print_link:focus {
        text-decoration: none;
    }

        .fifth-step .c-basket__print_link:hover:before,
        .fifth-step .c-basket__print_link:focus:before {
            display: inline-block;
            font-family: "Flaticon";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 1;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            font-size: 17px;
            content: "\f119";
            margin: 0 15px 0 0;
            color: #BFBFBF;
            text-decoration: none;
        }

.fifth-step .c-basket-banner {
    padding-bottom: 110px;
    border-bottom: 1px solid #e6e6e6;
}

.fifth-step .c-basket-banner__imgContainer {
    display: none;
    width: 100%;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .fifth-step .c-basket-banner__imgContainer.desktop {
        display: block;
        min-height: 111px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fifth-step .c-basket-banner__imgContainer.tablet {
        display: block;
        min-height: 222px;
    }
}

@media screen and (max-width: 768px) {
    .fifth-step .c-basket-banner__imgContainer.mobile {
        display: block;
        min-height: 333px;
    }
}
/*
  position: absolute;
  left: 20px;
  top: 0;
}  */
/*.related .badges__line_tabcatalog{position:relative;}        */
.badges__line_item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .badges__line_item:nth-child(n+4) {
        display: none;
    }

.l-filters {
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
    background-color: #FAFAFA;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.l-sort-products {
    border-bottom: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
}

    .l-sort-products:before,
    .l-sort-products:after {
        content: " ";
        display: table;
    }

    .l-sort-products:after {
        clear: both;
    }

    .l-sort-products:before,
    .l-sort-products:after {
        content: " ";
        display: table;
    }

    .l-sort-products:after {
        clear: both;
    }

.c-filters {
    display: inline-block;
    width: 100%;
}

.c-sort-products {
    padding: 0 20px;
    position: relative;
}

.flexbox .c-sort-products {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 499px) {
    .flexbox .c-sort-products {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        padding: 10px 20px;
    }
}

.flexbox .c-sort-products__sort {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .flexbox .c-sort-products__sort {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 439px) {
    .flexbox .c-sort-products__sort {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.flexbox .c-sort-products__price {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .flexbox .c-sort-products__price {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        padding: 0 0 20px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media screen and (max-width: 499px) {
    .flexbox .c-sort-products__price {
        padding: 20px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-sort-products__price_amount .amount_right {
    margin-left: 30px;
    min-width: 83px;
    display: inline-block;
}

.c-sort-products__price_amount .amount_left {
    margin-right: 30px;
}

@media screen and (max-width: 499px) {
    .c-sort-products__price_amount {
        float: left;
    }

    .flexbox .c-sort-products__price_amount {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        text-align: center;
    }
}

.c-sort-products__price_amount input[type=text] {
    border: 0;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: transparent;
    padding: 0 12px;
    box-shadow: none;
    margin-left: 20px;
}

@media screen and (max-width: 499px) {
    .c-sort-products__price_amount input[type=text] {
        text-align: center;
    }
}

.c-sort-products__price_amount input[type=text].amount_left {
    text-align: right;
}

@media screen and (max-width: 499px) {
    .c-sort-products__price_amount input[type=text].amount_left {
        text-align: center;
    }
}

.c-sort-products__price_slider-range {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

@media screen and (max-width: 991px) {
    .c-sort-products__price_slider-range {
        min-width: inherit;
    }
}

@media screen and (max-width: 499px) {
    .c-sort-products__price_slider-range {
        max-width: inherit;
    }

    .flexbox .c-sort-products__price_slider-range {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

.c-sort-products__price_slider-range .ui-slider {
    top: 10px;
}

@media screen and (max-width: 991px) and (min-width: 500px) {
    .c-sort-products__sortinglist {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 499px) {
    .c-sort-products__sortinglist {
        position: relative;
        right: auto;
        top: auto;
        padding: 20px 0;
    }
}

.c-sort-products__sortinglist_table {
    float: right;
}

    .c-sort-products__sortinglist_table:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 20px;
        content: "\f108";
        margin: 0;
        color: #808080;
        margin: 0 5px;
        cursor: pointer;
    }

    .c-sort-products__sortinglist_table.active:before,
    .c-sort-products__sortinglist_table:hover:before {
        color: #0c2b70;
    }

.c-sort-products__sortinglist_row {
    float: right;
}

    .c-sort-products__sortinglist_row:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 20px;
        content: "\f118";
        margin: 0;
        color: #808080;
        margin: 0 5px;
        cursor: pointer;
    }

    .c-sort-products__sortinglist_row.active:before,
    .c-sort-products__sortinglist_row:hover:before {
        color: #0c2b70;
    }

.c-display-parameters {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 20px;
}

.flexbox .c-display-parameters {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .flexbox .c-display-parameters {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-display-parameters__title {
    min-width: 150px;
}

@media screen and (max-width: 991px) {
    .c-display-parameters__title {
        width: 100%;
        padding-bottom: 10px;
    }
}

.c-display-parameters__box {
    margin-top: 5px;
}

.c-display-parameters__item {
    margin: 5px 10px;
    float: left;
}

    .c-display-parameters__item .control {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        color: #808080;
    }

        .c-display-parameters__item .control input {
            display: none;
        }

    .c-display-parameters__item .control__indicator {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 12px;
        width: 12px;
        background-color: #E9E9E9;
        border: 1px solid #C6C6C6;
        border-radius: 2px;
        margin: 0 6px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

        .c-display-parameters__item .control__indicator:after {
            content: '';
            display: none;
        }

    .c-display-parameters__item .control:hover input ~ .control__indicator,
    .c-display-parameters__item .control input:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-parameters__item .control input:checked ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-parameters__item .control:hover input:not([disabled]):checked ~ .control__indicator,
    .c-display-parameters__item .control input:checked:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-parameters__item .control input:disabled ~ span {
        color: #b3b3b3;
        cursor: no-drop;
    }

    .c-display-parameters__item .control input:disabled ~ .control__indicator {
        background: #E9E9E9;
        opacity: 0.5;
        cursor: no-drop;
    }

    .c-display-parameters__item .control input:checked ~ .control__indicator:after {
        display: block;
    }

    .c-display-parameters__item .control__checkbox .control__indicator:after {
        width: 4px;
        height: 8px;
        border: solid #585858;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .c-display-parameters__item .control__checkbox input:disabled ~ .control__indicator:after {
        border-color: #a4a4a4;
    }

    .c-display-parameters__item .control__radio .control__indicator {
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-display-parameters__item .control__radio .control__indicator:after {
            width: 6px;
            height: 6px;
            background: #585858;
            border-radius: 50%;
        }

    .c-display-parameters__item .control__radio input:disabled ~ .control__indicator:after {
        background: #E9E9E9;
    }

    .c-display-parameters__item .control__indicator {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

@media screen and (max-width: 479px) {
    .c-display-parameters__item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

.c-display-sings {
    padding: 8px 20px;
    position: relative;
}

.flexbox .c-display-sings {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .flexbox .c-display-sings {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-display-sings__title {
    min-width: 150px;
    margin-bottom: 5px;
    line-height: 21px;
    padding: 5px 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (max-width: 991px) {
    .c-display-sings__title {
        width: 100%;
        padding-bottom: 10px;
    }
}

.c-display-sings__flex {
    width: 100%;
}

.flexbox .c-display-sings__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flexbox .c-display-sings__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-display-sings__box {
    height: 36px;
    overflow: hidden;
    width: 100%;
}

.c-display-sings__item {
    margin: 5px 10px;
    float: left;
}

    .c-display-sings__item .control {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        color: #808080;
    }

        .c-display-sings__item .control input {
            display: none;
        }

    .c-display-sings__item .control__indicator {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 12px;
        width: 12px;
        background-color: #E9E9E9;
        border: 1px solid #C6C6C6;
        border-radius: 2px;
        margin: 0 6px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

        .c-display-sings__item .control__indicator:after {
            content: '';
            display: none;
        }

    .c-display-sings__item .control:hover input ~ .control__indicator,
    .c-display-sings__item .control input:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-sings__item .control input:checked ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-sings__item .control:hover input:not([disabled]):checked ~ .control__indicator,
    .c-display-sings__item .control input:checked:focus ~ .control__indicator {
        background: #E9E9E9;
    }

    .c-display-sings__item .control input:disabled ~ span {
        color: #b3b3b3;
        cursor: no-drop;
    }

    .c-display-sings__item .control input:disabled ~ .control__indicator {
        background: #E9E9E9;
        opacity: 0.5;
        cursor: no-drop;
    }

    .c-display-sings__item .control input:checked ~ .control__indicator:after {
        display: block;
    }

    .c-display-sings__item .control__checkbox .control__indicator:after {
        width: 4px;
        height: 8px;
        border: solid #585858;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .c-display-sings__item .control__checkbox input:disabled ~ .control__indicator:after {
        border-color: #a4a4a4;
    }

    .c-display-sings__item .control__radio .control__indicator {
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-display-sings__item .control__radio .control__indicator:after {
            width: 6px;
            height: 6px;
            background: #585858;
            border-radius: 50%;
        }

    .c-display-sings__item .control__radio input:disabled ~ .control__indicator:after {
        background: #E9E9E9;
    }

@media screen and (max-width: 479px) {
    .c-display-sings__item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }

        .c-display-sings__item span {
            white-space: nowrap;
        }
}

.flexbox .c-display-sings__button-pannel {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    .c-display-sings__button-pannel {
        width: 100%;
        text-align: right;
    }
}

.c-filter-sort:before,
.c-filter-sort:after {
    content: " ";
    display: table;
}

.c-filter-sort:after {
    clear: both;
}

.c-filter-sort:before,
.c-filter-sort:after {
    content: " ";
    display: table;
}

.c-filter-sort:after {
    clear: both;
}

.flexbox .c-filter-sort {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 499px) {
    .flexbox .c-filter-sort {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
    }
}

.c-filter-sort__title {
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 499px) {
    .c-filter-sort__title {
        width: 100%;
        text-align: center;
    }
}

.c-filter-sort__date {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.c-filter-sort__date_title {
    float: left;
}

.c-filter-sort__date_title_active {
    float: left;
    color: #0d2c78;
    font-weight: bold;
}

.c-filter-sort__date:hover {
    color: #0d2c78;
    text-decoration: none;
}

.c-filter-sort__name {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.c-filter-sort__name_title {
    float: left;
}

.c-filter-sort__name_title_active {
    float: left;
    color: #0d2c78;
    font-weight: bold;
}

.c-filter-sort__name:hover {
    color: #0d2c78;
    text-decoration: none;
    cursor: pointer;
}

.c-filter-sort__price {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.c-filter-sort__price_title {
    float: left;
}

.c-filter-sort__price_title_active {
    float: left;
    color: #0d2c78;
    font-weight: bold;
}

.c-filter-sort__price:hover {
    color: #0d2c78;
    text-decoration: none;
    cursor: pointer;
}

.c-filter-sort__code {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.c-filter-sort__code_title {
    float: left;
}

.c-filter-sort__code_title_active {
    float: left;
    color: #0d2c78;
    font-weight: bold;
}

.c-filter-sort__code:hover {
    color: #0d2c78;
    text-decoration: none;
    cursor: pointer;
}

.c-filter-sort .button-pannel {
    float: left;
    margin-left: 10px;
}

.noUi-target {
    margin-top: 11px;
    height: 7px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background: #808080;
    border: none;
}

.noUi-base {
    height: 7px;
}

.connect-color {
    border-radius: 2px;
    background: #ff7200;
}

.noUi-horizontal .noUi-handle {
    /* Style for "Rounded Re" */
    width: 26px;
    height: 30px;
    top: -11px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #ddd;
    background-image: linear-gradient(to top, #ddd 0%, #fff 100%);
    position: relative;
}

    .noUi-horizontal .noUi-handle:before {
        color: #808080;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3D(-50%, -50%, 0);
        background: none;
    }

    .noUi-horizontal .noUi-handle:after {
        display: none;
    }

.noUi-horizontal .noUi-handle-lower:before {
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    content: 'od';
    height: auto;
    width: auto;
    background: none;
}

.noUi-horizontal .noUi-handle-upper:before {
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    content: 'do';
    height: auto;
    width: auto;
    background: none;
}

.l-product-box__item {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (max-width: 479px) {
    .l-product-box__item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .l-product-box__item {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .l-product-box__item {
        float: left;
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .l-product-box__item {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .last .l-product-box__item {
        display: none;
    }
}

.commodityCatalog {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-product-box__info_number {
    margin-right: 135px;
    width: 98%;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.l-detail .c-product-box__info_number,
.modal-body_toBasket .c-product-box__info_number {
    position: static;
}

@media (min-width: 992px) {
    .c-product-box__info_number {
        position: static;
        width: auto;
    }
}

.c-product-box a:focus,
.c-product-box a:hover {
    text-decoration: none;
}

.c-product-box__item {
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid transparent;
    border-bottom-color: #e7e7e7;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .c-product-box__item {
        border-bottom-color: transparent;
    }
}

@media screen and (max-width: 992px) {
    .c-product-box__item {
        max-width: 320px;
        margin-bottom: 30px;
    }
}

.c-product-box__item:focus,
.c-product-box__item:hover {
    border: 1px solid #e7e7e7;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.c-product-box__images {
    margin: 0 auto 30px;
    display: inline-block;
    height: 130px;
}

.c-vip-products .c-product-box__images {
    margin-top: 5px;
}

.c-product-box__badges__line {
    position: absolute;
    top: 0;
    left: 20px;
    text-align: left;
}

.c-product-box__badges__circle {
    position: absolute;
    top: 0;
    right: 20px;
}

.c-product-box .badges__line_item span {
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    padding: 0 10px 0 18px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    min-width: 60px;
    position: relative;
    margin-bottom: 5px;
    background-color: #e6e6e6;
}

    .c-product-box .badges__line_item span:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #e6e6e6;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__new {
    background-color: #79C000;
}

    .c-product-box .badges__line_item .line__new:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #79C000;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__akce {
    background-color: #EA0020;
}

    .c-product-box .badges__line_item .line__akce:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #EA0020;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__tip {
    background-color: #0078CC;
}

    .c-product-box .badges__line_item .line__tip:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #0078CC;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__doprava {
    background-color: #FF7200;
}

    .c-product-box .badges__line_item .line__doprava:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #FF7200;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__exposed {
    background-color: #FFCC00;
}

    .c-product-box .badges__line_item .line__exposed:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #FFCC00;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.c-product-box .badges__line_item .line__sale {
    background-color: #CE1ED4;
}

    .c-product-box .badges__line_item .line__sale:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #CE1ED4;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

@media print {
    .c-product-box .badges__line_item span[class^="line"]:before {
        display: none;
    }
}

.c-product-box .badges__circle_item {
    background-color: silver;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

    .c-product-box .badges__circle_item span {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 700;
        color: #0d2c78;
    }

    .c-product-box .badges__circle_item.circle__sleva {
        background-color: #ccea00;
    }

.c-product-box__image {
    display: inline-block;
    height: 130px;
}

.c-product-box__imgcontainer {
    height: 130px;
    width: 200px;
    margin: 0 auto;
    background-size: cover;
}

.c-product-box__title {
    display: block;
    margin-bottom: 20px;
}

    .c-product-box__title h2 {
        font-size: 18px;
        font-weight: 400;
    }

    .c-product-box__title .ellipsis {
        overflow: hidden;
        height: 70px;
        line-height: 28px;
        border: 5px solid #fff;
    }

        .c-product-box__title .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 70px;
        }

        .c-product-box__title .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-product-box__title .ellipsis:after {
            content: "\02026";
            font-size: 18px;
            color: #0c2b70;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -38px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

.c-product-box__descriptions {
    display: block;
    font-size: 13px;
}

    .c-product-box__descriptions .ellipsis {
        overflow: hidden;
        height: 70px;
        line-height: 20px;
        border: 5px solid #fff;
    }

        .c-product-box__descriptions .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 70px;
        }

        .c-product-box__descriptions .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-product-box__descriptions .ellipsis:after {
            content: "\02026";
            font-size: 13px;
            color: #808080;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -30px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

.c-product-box__stock {
    display: block;
    height: 16px;
    margin-bottom: 15px;
}

    .c-product-box__stock span {
        font-size: 15px;
        font-weight: 700;
    }

        .c-product-box__stock span.stock__stock {
            color: #56c000;
        }

        .c-product-box__stock span.stock__onorder {
            color: #7fbbe5;
        }

        .c-product-box__stock span.stock__outofstock {
            color: #e57f8d;
        }

.c-product-box__price {
	display: block;
	/*display: table-cell;*/
	height: 14px;
	margin-bottom: 10px;
	min-width:170px;
	text-align:center;
}

.c-product-box__price .price__stock,
.c-product-box__price .price__unit{
    font-size: 18px;
	color:#0c2b70;
	font-weight:bold;
}

.c-product-box__price_left,
.c-product-box__price_right {
	font-size: 13px;
}

.c-product-box__price_left {
	float: left;
	color: #808080;
}

.c-product-box__price_right {
	color: #0c2b70;
	font-weight: 700;
}

.c-product-box__oldprice {
    display: block;
    height: 10px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 20px;
}

.inbasket {
    position: static;
    margin-right: inherit;
}

.l-vip-products .c-product-box a .badges__line_item span {
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    padding: 0 10px 0 18px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    min-width: 60px;
    position: relative;
    margin-bottom: 0;
    background-color: #e6e6e6;
}

    .l-vip-products .c-product-box a .badges__line_item span:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #e6e6e6;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__new {
    background-color: #79C000;
}

    .l-vip-products .c-product-box a .badges__line_item .line__new:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #79C000;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__akce {
    background-color: #EA0020;
}

    .l-vip-products .c-product-box a .badges__line_item .line__akce:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #EA0020;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__tip {
    background-color: #0078CC;
}

    .l-vip-products .c-product-box a .badges__line_item .line__tip:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #0078CC;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__doprava {
    background-color: #FF7200;
}

    .l-vip-products .c-product-box a .badges__line_item .line__doprava:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #FF7200;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__exposed {
    background-color: #FFCC00;
}

    .l-vip-products .c-product-box a .badges__line_item .line__exposed:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #FFCC00;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

.l-vip-products .c-product-box a .badges__line_item .line__sale {
    background-color: #CE1ED4;
}

    .l-vip-products .c-product-box a .badges__line_item .line__sale:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #CE1ED4;
        border-right: 22.5px solid transparent;
        position: absolute;
        right: -21.42857143px;
    }

@media print {
    .l-vip-products .c-product-box a .badges__line_item span[class^="line"]:before {
        display: none;
    }
}

.c-articles__item {
    padding-bottom: 30px !Important;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px !Important;
}

@media screen and (min-width: 768px) {
    .c-articles__item {
        margin-bottom: 30px !Important;
    }

    .flexbox .c-articles__item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-articles__image {
    display: inline-block;
    min-width: 270px;
    max-width: 270px;
    height: 170px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .c-articles__image {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .c-articles__image {
        min-width: auto;
        max-width: auto;
        width: 100%;
        
    }
    
    
}

.c-articles__imgcontainer {
    width: 270px;
    height: 170px;
    margin: 0 auto;
    background-size: cover;
    background-position: 50%;
}

@media screen and (max-width: 768px) {
    .c-articles__imgcontainer {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .c-articles__conntent {
        padding-left: 65px;
    }
}

.c-articles__title {
    display: inline-block;
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: -5px;
}

@media screen and (max-width: 768px) {
    .c-articles__title {
        width: 100%;
    }
}

.c-articles__title h2 {
    font-size: 18px;
    line-height: 18px;
}

.c-articles__title .ellipsis {
    overflow: hidden;
    height: 30px;
    line-height: 20px;
    border: 5px solid #fff;
}

    .c-articles__title .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 30px;
    }

    .c-articles__title .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .c-articles__title .ellipsis:after {
        content: "\02026";
        font-size: 18px;
        color: #0c2b70;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -28px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    }

@media screen and (max-width: 768px) {
    .c-articles__title h2 {
        line-height: 1.42857143;
    }

    .c-articles__title .ellipsis {
        display: inline-block;
        width: 100%;
        overflow: initial;
        height: auto;
        line-height: inherit;
        border: 5px solid transparent;
    }

        .c-articles__title .ellipsis:before,
        .c-articles__title .ellipsis:after {
            display: none;
        }
}

.c-articles__date {
    font-size: 13px;
    margin-bottom: 10px;
}

    .c-articles__date span:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f106";
        margin: 0 15px 0 0;
        color: #ff7200;
    }

.c-articles__text {
    font-size: 15px;
    line-height: 24px;
    margin-left: -5px;
}

    .c-articles__text .ellipsis {
        overflow: hidden;
        height: 84px;
        line-height: 24px;
        border: 5px solid #fff;
    }

        .c-articles__text .ellipsis:before {
            content: "";
            float: left;
            width: 5px;
            height: 84px;
        }

        .c-articles__text .ellipsis > *:first-child {
            float: right;
            width: 100%;
            margin-left: -5px;
        }

        .c-articles__text .ellipsis:after {
            content: "\02026";
            font-size: 13px;
            color: #808080;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -35px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
        }

@media screen and (max-width: 768px) {
    .c-articles__text .ellipsis {
        display: inline-block;
        width: 100%;
        overflow: initial;
        height: auto;
        line-height: inherit;
        border: 5px solid transparent;
    }

        .c-articles__text .ellipsis:before,
        .c-articles__text .ellipsis:after {
            display: none;
        }
}

.c-articles__button-pannel {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .no-image {
        display: none;
    }
}

.articleHead {
    margin-top: 30px;
}

    .articleHead .image {
        max-width: 270px;
        margin-right: 20px;
        display: inline-block;
        float: left;
    }

@media screen and (max-width: 768px) {
    .articleHead .image {
        width: 100%;
    }
}

.articleHead .anotation {
    /* display: inline-block;  */
    min-height: 190px;
}

@media screen and (max-width: 768px) {
    .articleHead .anotation {
        width: 100%;
    }
}

.button-pannel.vertical {
    height: 30px;
    margin: 10px 0 10px 10px;
    position: relative;
}

.button {
    border: none;
}

.button_addon {
    height: 40px;
    border-width: 0;
    background: #ff7200;
    color: #fff;
    font-size: 0;
}

    .button_addon:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 25px;
        content: "\f11c";
        margin: 0;
        color: #fff;
        width: 100%;
    }

.button_signup {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ff7200;
    color: #fff;
    font-weight: 700;
}

.button_detailInvoice {
    background: #ff7200;
    font-weight: 700;
    color: #fff;
}

    .button_detailInvoice:focus,
    .button_detailInvoice:hover {
        background: #cc5b00;
        color: #fff;
    }

.button_thin {
    height: 40px;
}

.button_state {
    height: 40px;
    border: 1px solid #f2f2f2;
    background: #e6e6e6;
}

    .button_state.active,
    .button_state:focus,
    .button_state:hover {
        background: #ff7200;
        color: #fff;
        border: 1px solid rgba(255, 114, 0, 0.4);
    }

.button_clear {
    background: none;
    border: none;
    height: 40px;
    padding-left: 0;
    padding-right: 24px;
}

.l-filterMA .button_clear {
    padding-right: 0;
    float: right;
}

.button_clear:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: "Open Sans", sans-serif;
    content: "\f10b";
    margin: 0 6px 0 0;
    color: #d9534f;
    text-decoration: none;
}

.button_clear:focus,
.button_clear:hover {
    text-decoration: none;
    background: none;
}

    .button_clear:focus:before,
    .button_clear:hover:before {
        color: #a02622;
    }

    .button_clear:focus .button__text,
    .button_clear:hover .button__text {
        text-decoration: underline;
    }

.button_search {
    background: #ff7200;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 0;
    padding: 0;
}

.flexbox .button_search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button_search:hover {
    background: #e66700;
}

.button_search:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 25px;
    content: "\f11c";
    margin: 0;
    color: #fff;
    width: 100%;
}

.button_submit {
    background: #ff7200;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.flexbox .button_submit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button_submit:hover {
    background: #e66700;
    color: #fff;
    text-decoration: none;
}

.button__cta,
.button_basket {
    background: #79C000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 0 36px 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

    .button__cta:hover,
    .button_basket:hover {
        background: #69a700;
        color: #fff;
        text-decoration: none;
    }

.button__cta {
    padding-right: 15px;
}

    .button__cta:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0 0 0 18px;
        color: #fff;
        text-decoration: none;
    }

.button_basket:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    content: "\f107";
    margin: 0 15px 0 0;
    color: #fff;
    text-decoration: none;
}

.button_more {
    display: inline-block;
    background: #0d2c78;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
    padding: 0 14px 0 20px;
    font-size: 13px;
}

    .button_more:hover {
        background: #0b2461;
        color: #fff;
        text-decoration: none;
    }

    .button_more:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0 0 0 18px;
        color: #fff;
        text-decoration: none;
    }

.button_pager-more {
    display: inline-block;
    background: #0d2c78;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 13px;
}

    .button_pager-more:hover {
        background: #0b2461;
        color: #fff;
        text-decoration: none;
    }

.button_brands {
    display: inline-block;
    background: #BFBFBF;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
    padding: 0 14px 0 20px;
    font-size: 13px;
    cursor: pointer;
}

    .button_brands:hover {
        background: #b2b2b2;
        color: #fff;
        text-decoration: none;
    }

    .button_brands:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0 0 0 18px;
        color: #fff;
        text-decoration: none;
    }

    .button_brands.in-filter {
        white-space: nowrap;
    }

.flexbox .button_brands.in-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button_brands.in-filter:after {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f100";
    margin: 0 0 0 18px;
    color: #fff;
    text-decoration: none;
}

.button_brands.in-filter.is-activ:after {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f103";
    margin: 0 0 0 18px;
    color: #fff;
    text-decoration: none;
}

.button_up {
    display: inline-block;
    background: none;
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    margin-top: 2px;
    position: absolute;
    top: 0;
}

    .button_up:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f120";
        margin: 0;
        color: #808080;
        text-decoration: none;
    }

    .button_up:hover:before {
        color: #0d2c78;
        text-decoration: none;
    }

.button_up_active {
    display: inline-block;
    background: none;
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    color: #0d2c78;
}

    .button_up_active:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f120";
        margin: 0;
        color: #808080;
        text-decoration: none;
        color: #0d2c78;
    }

.button_down {
    display: inline-block;
    background: none;
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    margin-bottom: 2px;
    position: absolute;
    bottom: 0;
}

    .button_down:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f10e";
        margin: 0;
        color: #808080;
        text-decoration: none;
    }

    .button_down:hover:before {
        color: #0d2c78;
        text-decoration: none;
    }

.button_down_active {
    display: inline-block;
    background: none;
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    margin-bottom: 2px;
    position: absolute;
    bottom: 0;
    color: #0d2c78;
}

    .button_down_active:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
        content: "\f10e";
        margin: 0;
        color: #808080;
        text-decoration: none;
        color: #0d2c78;
    }

.button_prev {
    display: inline-block;
    background: #b3b3b3;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    margin: 0 4px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

    .button_prev:hover {
        background-color: #b3b3b3;
        color: #fff;
        text-decoration: none;
    }

    .button_prev:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f101";
        margin: 0;
        color: #fff;
        text-decoration: none;
    }

.button_next {
    display: inline-block;
    background: #b3b3b3;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    margin: 0 4px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

    .button_next:hover {
        background-color: #b3b3b3;
        color: #fff;
        text-decoration: none;
    }

    .button_next:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0;
        color: #fff;
        text-decoration: none;
    }

.button_myAccount {
    height: 40px;
}

.btOrderDetail .button_myAccount.button_prev {
    width: auto;
    max-width: 100px;
}

.flexbox .button_myAccount {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button_myAccount.button_left:before {
    margin-right: 1ex;
}

.modal .button_toBasket,
.modal button_back {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.modal .button {
    background: #b2b2b2;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin: 5px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

    .modal .button:hover {
        background: #a5a5a5;
        text-decoration: none;
    }

    .modal .button:after,
    .modal .button:before {
        text-decoration: none;
    }

.modal .button_back:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    content: "\f101";
    margin: 0 8px 0 0;
    color: #fff;
}

.modal .button_toBasket {
    background: #79C000;
}

    .modal .button_toBasket:hover {
        background: #69a700;
    }

    .modal .button_toBasket:after {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 13px;
        content: "\f102";
        margin: 0 0 0 8px;
        color: #fff;
    }

.modal .button_action {
    background: #79C000;
    height: 50px;
    padding: 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .modal .button_action:hover {
        background: #69a700;
    }

.modal .button_aditionals a {
    display: block;
}

.modal .button_close {
    background: transparent;
    color: #b2b2b2;
    height: 28px;
    line-height: 28px;
    margin: 5px;
    padding: 0;
}

    .modal .button_close:hover {
        background: transparent;
        color: #a5a5a5;
    }

    .modal .button_close:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 29px;
        content: "\f109";
        margin: 0;
        color: #b2b2b2;
    }

.js-menu-tabs-zone .ui-tabs-anchor {
    line-height: 32px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 30px;
}

.flexbox .js-menu-tabs-zone .ui-tabs-anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .js-menu-tabs-zone .ui-tabs-anchor {
        line-height: 50px;
    }
}

.js-menu-tabs-zone .ui-tabs-anchor.hasChild:after {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 8px;
    content: "\f11b";
    margin: 0;
    color: #808080;
    text-decoration: none;
}

.js-menu-tabs-zone .ui-tabs-anchor:hover,
.js-menu-tabs-zone .ui-tabs-anchor:focus,
.js-menu-tabs-zone .ui-tabs-anchor:active {
    background: #fff;
    text-decoration: none;
}

.js-menu-tabs-zone .ui-tabs-active {
    background: #fff;
    text-decoration: none;
}

.js-hp-tabs-zone .ui-tabs-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: -1px;
}

.js-hp-tabs-zone .ui-tabs-tab {
    display: inline-block;
}

    .js-hp-tabs-zone .ui-tabs-tab:last-of-type a {
        border-right: 1px solid #e6e6e6;
    }

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-tab {
        display: block;
        border: none;
    }
}

.js-hp-tabs-zone .ui-tabs-anchor {
    display: inline-block;
    padding: 18px 60px;
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #f2f2f2;
    font-size: 15px;
    text-decoration: none;
    color: #808080;
}

@media screen and (max-width: 1200px) {
    .js-hp-tabs-zone .ui-tabs-anchor {
        padding: 18px 40px;
    }
}

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-anchor {
        width: 100%;
        border: 1px solid #e6e6e6;
        border-left: 5px solid #e6e6e6;
        height: 60px;
        line-height: 60px;
        padding: 0 40px;
        margin-bottom: -1px;
    }
}

.js-hp-tabs-zone .ui-tabs-anchor:hover,
.js-hp-tabs-zone .ui-tabs-anchor:active {
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #0c2b70;
    position: relative;
}

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-anchor:hover,
    .js-hp-tabs-zone .ui-tabs-anchor:active {
        border: 1px solid #e6e6e6;
        border-left: 5px solid #0c2b70;
    }
}

.js-hp-tabs-zone .ui-tabs-anchor:hover:before,
.js-hp-tabs-zone .ui-tabs-anchor:active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #0c2b70;
}

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-anchor:hover:before,
    .js-hp-tabs-zone .ui-tabs-anchor:active:before {
        display: none;
    }
}

.js-hp-tabs-zone .ui-tabs-active .ui-tabs-anchor {
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #0c2b70;
    position: relative;
}

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-active .ui-tabs-anchor {
        border: 1px solid #e6e6e6;
        border-left: 5px solid #0c2b70;
    }
}

.js-hp-tabs-zone .ui-tabs-active .ui-tabs-anchor:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #0c2b70;
}

@media screen and (max-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-active .ui-tabs-anchor:before {
        display: none;
    }
}

.js-hp-tabs-zone .ui-tabs-panel {
    border: 1px solid #e6e6e6;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .js-hp-tabs-zone .ui-tabs-panel {
        padding: 40px 40px 40px 40px;
    }
}

.js-banner-tabs-zone {
    position: relative;
    border: 1px solid #e6e6e6;
}

    .js-banner-tabs-zone .ui-tabs-nav {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        left: 0;
        right: 0px;
        bottom: 0;
    }

.flexbox .js-banner-tabs-zone .ui-tabs-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.js-banner-tabs-zone .ui-tabs-tab {
    background: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.flexbox .js-banner-tabs-zone .ui-tabs-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.js-banner-tabs-zone .ui-tabs-tab:last-child {
    border-right: none;
}

.js-banner-tabs-zone .ui-tabs-anchor {
    color: #808080;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}

.flexbox .js-banner-tabs-zone .ui-tabs-anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.js-banner-tabs-zone .ui-tabs-anchor span {
    display: inline-block;
    width: 100%;
}

.js-banner-tabs-zone .ui-state-hover,
.js-banner-tabs-zone .ui-state-active {
    background: #fff;
    text-decoration: none;
    color: #0c2b70;
    position: relative;
}

    .js-banner-tabs-zone .ui-state-hover:before,
    .js-banner-tabs-zone .ui-state-active:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 2px;
        background: #0c2b70;
    }

    .js-banner-tabs-zone .ui-state-hover .ui-tabs-anchor,
    .js-banner-tabs-zone .ui-state-active .ui-tabs-anchor {
        color: #0c2b70;
        text-decoration: none;
    }

.js-basket-tabs-zone .ui-tabs-nav {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
}

.flexbox .js-basket-tabs-zone .ui-tabs-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    .flexbox .js-basket-tabs-zone .ui-tabs-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.js-basket-tabs-zone .ui-tabs-tab {
    margin: 0 10px;
}

.flexbox .js-basket-tabs-zone .ui-tabs-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
}

@media screen and (max-width: 768px) {
    .flexbox .js-basket-tabs-zone .ui-tabs-tab {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 768px) {
    .js-basket-tabs-zone .ui-tabs-tab {
        margin: 0;
    }
}

.js-basket-tabs-zone .ui-tabs-tab:first-child {
    margin: 0;
}

.js-basket-tabs-zone .ui-tabs-tab:last-child {
    margin: 0;
}

.js-basket-tabs-zone .ui-tabs-anchor {
    display: inline-block;
    width: 100%;
    padding: 27px 20px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.flexbox .js-basket-tabs-zone .ui-tabs-anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.js-basket-tabs-zone .ui-tabs-anchor label {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.flexbox .js-basket-tabs-zone .ui-tabs-anchor label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.js-basket-tabs-zone .ui-tabs-anchor input {
    margin: 0 20px 0 0;
    box-shadow: none;
    border: none;
    background: none;
}

.js-basket-tabs-zone .ui-state-hover .ui-tabs-anchor,
.js-basket-tabs-zone .ui-state-active .ui-tabs-anchor {
    background: #fafafa;
    color: #0c2b70;
    text-decoration: none;
}

.ui-slider {
    position: relative;
    background-color: #808080;
    height: 7px;
    text-align: left;
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    display: block;
    border: 0;
    background: #ff7200;
    background-position: 0 0;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -11px;
    width: 26px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .ui-slider-handle:before {
        display: inline-block;
        width: 26px;
        height: 30px;
        line-height: 26px;
        font-size: 13px;
        text-align: center;
        border: 1px solid #BFBFBF;
        border-radius: 4px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(90deg, #dddddd 0%, #ffffff 100%);
        background-image: -moz-linear-gradient(90deg, #dddddd 0%, #ffffff 100%);
        background-image: -o-linear-gradient(90deg, #dddddd 0%, #ffffff 100%);
        background-image: linear-gradient(0deg, #dddddd 0%, #ffffff 100%);
    }

    .ui-slider-handle:first-of-type {
        margin-left: -13px;
    }

        .ui-slider-handle:first-of-type:before {
            content: "od";
        }

    .ui-slider-handle:last-of-type {
        margin-left: -13px;
    }

        .ui-slider-handle:last-of-type:before {
            content: "do";
        }

.l-pagination.top {
    margin-bottom: 30px;
}

.flexbox .c-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flexbox .c-pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.flexbox .c-pagination__pager_articles {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flexbox .c-pagination__pager_articles:hover,
    .flexbox .c-pagination__pager_articles:focus {
        cursor: auto;
    }

@media screen and (max-width: 768px) {
    .c-pagination__number,
    .c-pagination__pager,
    .c-pagination__button-pannel {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
}

.c-pagination__number_title,
.c-pagination__pager_title,
.c-pagination__button-pannel_title {
    margin: 0 15px 0 0;
}

.c-pagination__number_ecllip,
.c-pagination__pager_ecllip,
.c-pagination__button-pannel_ecllip {
    margin: 0 5px 0 0;
    color: #0d2c78;
}

.c-pagination__number_item,
.c-pagination__pager_item,
.c-pagination__button-pannel_item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: #f2f2f2;
    text-align: center;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
    .c-pagination__number_item.resp,
    .c-pagination__pager_item.resp,
    .c-pagination__button-pannel_item.resp {
        display: none;
    }
}

.c-pagination__number_item:hover,
.c-pagination__pager_item:hover,
.c-pagination__button-pannel_item:hover,
.c-pagination__number_item.active,
.c-pagination__pager_item.active,
.c-pagination__button-pannel_item.active {
    background-color: #0d2c78;
    text-decoration: none;
    color: #fff;
}

.c-pagination__number_prev,
.c-pagination__pager_prev,
.c-pagination__button-pannel_prev,
.c-pagination__number_next,
.c-pagination__pager_next,
.c-pagination__button-pannel_next {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: #b3b3b3;
    font-size: 13px;
    text-align: center;
}

    .c-pagination__number_prev:hover,
    .c-pagination__pager_prev:hover,
    .c-pagination__button-pannel_prev:hover,
    .c-pagination__number_next:hover,
    .c-pagination__pager_next:hover,
    .c-pagination__button-pannel_next:hover,
    .c-pagination__number_prev.active,
    .c-pagination__pager_prev.active,
    .c-pagination__button-pannel_prev.active,
    .c-pagination__number_next.active,
    .c-pagination__pager_next.active,
    .c-pagination__button-pannel_next.active {
        background-color: #0d2c78;
        text-decoration: none;
        color: #fff;
    }

.c-pagination__number_prev,
.c-pagination__pager_prev,
.c-pagination__button-pannel_prev {
    margin: 0 5px 0 0;
}

    .c-pagination__number_prev:before,
    .c-pagination__pager_prev:before,
    .c-pagination__button-pannel_prev:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 12px;
        content: "\f101";
        margin: 0;
        color: #fff;
        font-weight: 700;
    }

    .c-pagination__number_prev:hover,
    .c-pagination__pager_prev:hover,
    .c-pagination__button-pannel_prev:hover,
    .c-pagination__number_prev:focus,
    .c-pagination__pager_prev:focus,
    .c-pagination__button-pannel_prev:focus {
        cursor: pointer;
    }

.c-pagination__number_next:before,
.c-pagination__pager_next:before,
.c-pagination__button-pannel_next:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 12px;
    content: "\f102";
    margin: 0;
    color: #fff;
    font-weight: 700;
}

form {
    display: inherit;
    width: 100%;
}

input {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: inset 2px 0 5px 3px rgba(0, 0, 0, 0.05);
    color: #808080;
}

    input[type=radio],
    input[type=checkbox] {
        height: auto;
    }

.control {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}

    .control input {
        display: none;
    }

.control__indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12px;
    width: 12px;
    background-color: #E9E9E9;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    margin: 0 6px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

    .control__indicator:after {
        content: '';
        display: none;
    }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #E9E9E9;
}

.control input:checked ~ .control__indicator {
    background: #E9E9E9;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #E9E9E9;
}

.control input:disabled ~ span {
    color: #b3b3b3;
    cursor: no-drop;
}

.control input:disabled ~ .control__indicator {
    background: #E9E9E9;
    opacity: 0.5;
    cursor: no-drop;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control__checkbox .control__indicator:after {
    width: 4px;
    height: 8px;
    border: solid #585858;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control__checkbox input:disabled ~ .control__indicator:after {
    border-color: #a4a4a4;
}

.control__radio .control__indicator {
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .control__radio .control__indicator:after {
        width: 6px;
        height: 6px;
        background: #585858;
        border-radius: 50%;
    }

.control__radio input:disabled ~ .control__indicator:after {
    background: #E9E9E9;
}

.modal {
    min-width: 320px;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-watchDog_loginButton {
    background: #79C000;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

    .modal-watchDog_loginButton:hover {
        background: #69a700;
        color: #fff;
        text-decoration: none;
    }

.modal-button__wrp {
    margin-top: 10px;
}

.modal-dialog {
    background-color: white;
}

@media screen and (min-width: 890px) {
    .modal-dialog {
        width: 100%;
        max-width: 920px;
        margin: 172px auto;
    }
}

@media screen and (max-width: 992px) {
    .modal-dialog {
        margin: 40px auto;
    }
}

@media screen and (max-width: 890px) {
    .modal-dialog {
        width: 100%;
    }
}

.modal-content {
    border-radius: 0;
    margin: 0 30px;
}

@media screen and (max-width: 480px) {
    .modal-content {
        margin: 0 5px;
    }
}

.modal-header {
    position: relative;
}

.flexbox .modal-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header:before,
.modal-header:after {
    content: none;
}

.modal-header .button_close {
    position: absolute;
    right: 18px;
    top: 18px;
}

.modal-header_watchdog {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #0c2b70;
    margin: 30px 15px 20px 15px;
}

.flexbox .modal-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-title_toBasket:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 31px;
    content: "\f107";
    margin: 0 20px 0 0;
    color: #79C000;
}

.modal-title_login:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 31px;
    content: "\f121";
    margin: 0 20px 0 0;
    color: #0c2b70;
}

.modal-title_WatchDog {
    margin-top: 40px;
}

    .modal-title_WatchDog:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 31px;
        content: "\f10d";
        margin: 0 20px 0 0;
        color: #0c2b70;
    }

.modal-body {
    width: 100%;
}

    .modal-body:before,
    .modal-body:after {
        content: " ";
        display: table;
    }

    .modal-body:after {
        clear: both;
    }

    .modal-body:before,
    .modal-body:after {
        content: " ";
        display: table;
    }

    .modal-body:after {
        clear: both;
    }

.modal-body_toBasket {
    padding-top: 0px;
    padding-bottom: 0px;
}

.flexbox .modal-body_toBasket {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-body_toBasket .l-product-box {
    width: 100%;
}

.modal-body_toBasket .l-product-box__item {
    width: 100%;
}

.modal-body_toBasket .c-product-box {
    width: 100%;
}

.modal-body_toBasket .c-product-box__item {
    border: 0;
    max-width: none;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flexbox .modal-body_toBasket .c-product-box__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .flexbox .modal-body_toBasket .c-product-box__item {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-body_toBasket .c-product-box__item:hover {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-body_toBasket .c-product-box__images {
    height: 75px;
    margin: 0 60px 0 0;
}

@media screen and (max-width: 992px) {
    .modal-body_toBasket .c-product-box__images {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .modal-body_toBasket .c-product-box__images {
        margin-bottom: 30px;
    }
}

.modal-body_toBasket .c-product-box__image {
    height: 75px;
    display: flex;
    align-items: center;
}

.modal-body_toBasket .c-product-box__imgcontainer {
    max-width: 75px;
    height: auto;
    width: auto;
}

.modal-body_toBasket .c-product-box__title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .modal-body_toBasket .c-product-box__title {
        margin-bottom: 30px;
        width: 100%;
    }
}

.modal-body_toBasket .c-product-box__title h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .modal-body_toBasket .c-product-box__title h2 {
        text-align: center;
    }
}

.modal-body_toBasket .c-product-box__quantity {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .modal-body_toBasket .c-product-box__quantity {
        text-align: center;
    }
}

.modal-body_toBasket .c-product-box__info_number {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.modal-body__WatchDog_formBox {
    margin-top: 10px;
}

.modal-footer {
    text-align: inherit;
}

.flexbox .modal-footer_login {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-footer_login:before,
.modal-footer_login:after {
    display: none;
}

.flexbox .modal-button-pannel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .flexbox .modal-button-pannel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.modal-button-pannel_toBasket {
    margin-bottom: 40px;
}

.modal-product-box {
    overflow: hidden;
}

.flexbox .modal-product-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 860px) {
    .flexbox .modal-product-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.modal-product-box__item {
    width: 40%;
}

@media screen and (max-width: 860px) {
    .modal-product-box__item {
        width: 80%;
    }
}

.modal.l-vip-products {
    margin-bottom: 10px;
}

.modal.c-product-box__info_number {
    text-align: left;
    margin: 0 40px;
}

@media (min-width: 768px) {
    .modal-body_toBasket .c-product-box__box_text {
        width: 60%;
        text-align: left;
    }

        .modal-body_toBasket .c-product-box__box_text .c-product-box__info_number {
            text-align: left;
        }
}

.modal .button_toBasket,
.modal .button_back {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-slider {
        height: 310px;
    }
}

.js-banner-homepage .slick-list {
    border: 1px solid #e6e6e6;
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-list {
        height: 310px;
    }
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-track {
        height: 310px;
    }
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-slide {
        height: 310px;
    }
}

.js-banner-homepage .slick-imgContain {
    /*background-image: none !important;*/
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-imgContain {
        height: 310px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
    }
}

.js-banner-homepage .slick-image {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .js-banner-homepage .slick-image {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.js-slick-dots {
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .js-slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.flexbox .js-slick-dots .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 991px) {
    .js-slick-dots .slick-track {
        width: auto !important;
    }
}

.js-slick-dots .slick-active {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 11px 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    height: auto;
    width: auto !important;
}

@media (min-width: 1200px) {
    .js-slick-dots .slick-active {
        padding: 11px 46px;
    }
}

.js-slick-dots .slick-active:nth-child(5) {
    border-right: none;
}

.flexbox .js-slick-dots .slick-active {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 991px) {
}

.js-slick-dots .slick-active:hover,
.js-slick-dots .slick-current {
    background: #fff;
    text-decoration: none;
    color: #0c2b70;
    cursor: pointer;
    position: relative;
}

    .js-slick-dots .slick-active:hover:before,
    .js-slick-dots .slick-current:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 2px;
        background: #0c2b70;
    }

.l-view {
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.c-view {
    margin: 0 auto;
    max-width: 1300px;
    min-width: 290px;
}

@media screen and (max-width: 1330px) {
    .c-view {
        margin: 0 15px;
    }
}

@media screen and (max-width: 992px) {
    .c-view {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-view.c-menu {
        margin: 0;
    }
}

.l-sitemap {
    width: 100%;
}

@media (min-width: 768px) {
    .l-sitemap > ul {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .l-sitemap > ul {
        column-count: 4;
    }
}

.l-marketPlaces__title {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #0d2c78;
    text-decoration: none;
    cursor: pointer;
    height: 60px;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-marketPlaces__block {
    margin-bottom: 5px;
}

.l-marketPlaces__region {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .l-marketPlaces__region {
        float: left;
        width: 50%;
    }
}

.l-marketPlaces__regions {
    margin-left: -15px;
    margin-right: -15px;
}

.l-marketPlaces__content {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .l-marketPlaces__content.isOpen {
        max-height: 1000px;
    }

.l-marketPlaces__contentInner {
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin: 0 5px;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .l-marketPlaces__contentInner img {
        padding-right: 10px;
    }

.l-dictionary__search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

    .l-dictionary__search span {
        margin-right: 10px;
    }

    .l-dictionary__search input:focus,
    .l-dictionary__search input:hover {
        outline: 0;
    }

    .l-dictionary__search .input_text {
        padding: 0 10px;
    }

    .l-dictionary__search .button {
        width: auto;
        padding: 0 10px;
    }

        .l-dictionary__search .button:focus,
        .l-dictionary__search .button:hover {
            color: #fff;
        }

.l-dictionary .dictionaryList {
    padding: 20px 0;
}

    .l-dictionary .dictionaryList h2 {
        font-size: 26px;
    }

    .l-dictionary .dictionaryList ul {
        padding: 0;
    }

    .l-dictionary .dictionaryList li {
        list-style: none;
    }

@media (min-width: 768px) {
    .l-dictionary .dictionaryList ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .l-dictionary .dictionaryList ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.l-dictionaryAlphabet a,
.l-dictionaryAlphabet span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.l-dictionaryAlphabet span {
    background-color: #f2f2f2;
    color: #dadada;
}

.l-dictionaryAlphabet a {
    background-color: #ebf5fb;
    color: #0c2b70;
    text-decoration: none;
}

    .l-dictionaryAlphabet a.isActive {
        background-color: #ff7200;
        color: #fff;
    }

    .l-dictionaryAlphabet a:hover {
        text-decoration: none;
        color: #ebf5fb;
        background-color: #0c2b70;
    }

@page {
    size: A4;
    margin: 2em 1em;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
    }

    .l-infomenu,
    .l-search,
    .l-user-info,
    .l-basket-info,
    .l-main-content_left-column,
    .l-bottom,
    .l-footer,
    .l-info,
    .l-share,
    .l-menu,
    .l-banners-box,
    .l-benefits,
    .l-toBasket,
    .c-filter_tabs,
    .breadcrumbs__navbar,
    .param-selected__clear-all,
    a[href]:after,
    .button,
    .flexbox .button,
    .flaticon-delete,
    .c-sorting_top,
    .c-sorting_itemsOnPage,
    .c-articles__button-pannel,
    .l-filters,
    .l-pagination,
    .c-product-box__other,
    .flexbox .c-detail .c-product-box__other,
    .c-product-box__quantity,
    .c-product-box__cetelem,
    .c-product-box__info_infolist,
    .cookiesText {
        display: none;
    }

    .print-only {
        display: block !important;
    }

    #heurekaTableft,
    #heurekaIfrBoxleft {
        display: none !important;
    }

    .l-subCats__cat {
        display: block !important;
    }

    .l-subCats__name {
        overflow: visible;
    }

    .c-detail .c-product-box__info_energy-label,
    .c-product-box .badges__line_item .line__new {
        background: #79C000 !important;
    }

    .c-product-box__imgcontainer:before {
        content: " " attr(data-img-src) " ";
    }

    .c-pagination__item .is-active {
        border: 1px solid #000;
    }

    .js-hp-tabs-zone .ui-tabs-panel {
        display: block !important;
    }

    .l-breadcrumbs {
        border: none;
        display: none;
    }

    .l-sorting {
        margin: 0;
    }

    .product-box,
    .l-product-box__item {
        page-break-inside: avoid;
        width: 33.33%;
    }

    .l-header {
        margin-bottom: 30px;
    }

    .param-selected__btn {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }

        .param-selected__btn + .param-selected__btn:before {
            content: ', ';
        }

    .l-main-content_right-column,
    .l-container,
    .param-selected__holder {
        width: 100%;
    }

    .c-logo__print {
        display: block;
    }

    .c-tabs__content .c-tabs__tab {
        display: block;
    }

    .ui-tabs .ui-tabs-tab {
        display: none;
    }

    .ui-tabs .ui-tabs-active {
        display: block;
        width: 100%;
        text-align: center;
    }

        .ui-tabs .ui-tabs-active a {
            border: none;
            font-weight: 700;
        }

    .detailLinks {
        display: none !important;
    }

    .param-selected__holder:before {
        content: 'Filter: ';
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .c-detail .c-product-box__gallery {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

    .c-detail .c-product-box__gallery_item,
    .c-detail .c-product-box__gallery_imgcontainer {
        height: auto;
        border: none;
    }
}

.cookiesText {
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
}

@media print {
    .cookiesText {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sendMin3 {
        padding-left: 15px;
    }
}

html input[disabled] {
    color: #f2f2f2;
    cursor: not-allowed;
}

.detailSendBT {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
}

.flexbox .detailSendBT {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .flexbox .detailSendBT {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.flexbox .buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .flexbox .buttons {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.modal-content {
    margin: 0;
}

#myModalWatchDog {
    position: absolute;
    overflow: visible;
    height: auto;
}

#wd_watchDogMainTable {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.c-detail .c-product-box__badges__line_tabcatalog .badges__line_item:nth-child(n+4) {
    display: block;
}
/*# sourceMappingURL=/css/redesign-style.css.map */

@media screen and (max-width: 767px) {
    .l-basket-info {
        position: absolute;
        width: 136px;
        top: 12px;
        right: 15px;
    }

    .l-user-info {
        position: absolute;
        width: inherit;
        top: 10px;
        right: 170px;
    }

    .l-logo {
        position: absolute;
        width: 210px;
        top: 10px;
        left: 15px;
    }

    .c-header {
        height: 120px;
    }

    .c-menu-category__nav_link {
        font-size: inherit;
    }
}

.ga-conversion {
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 599px) {

    .c-detail .c-product-box__title {
        text-align: center;
        margin: 0px 0 25px;
    }

    .c-page-descriptions__title {
        margin: 0px 0 25px;
    }

    .l-basket-info {
        position: absolute;
        width: inherit;
        top: 10px;
        right: 5px;
    }

    .l-user-info {
        position: absolute;
        width: inherit;
        top: 10px;
        right: 70px;
        xbackground: gainsboro;
        width: 40px;
    }

    .l-logo {
        position: absolute;
        width: inherit;
        top: 13px;
        left: 15px;
    }

    .c-logo__title img {
        height: 30px;
    }

    .c-header {
        height: 120px;
    }

    .c-menu-category__nav_link {
        font-size: inherit;
    }

    .c-basket-info__icon_text {
        height: 22px;
        width: inherit;
        min-width: 22px;
        top: -3px;
        right: -6px;
    }

        .c-basket-info__icon_text span {
            height: 18px;
            width: inherit;
            min-width: 18px;
            line-height: 18px;
        }

    .c-user-info__text {
        display: none;
    }

    .c-user-info__ico:before {
        font-size: 29px;
    }

    .l-main-content {
        xmargin-top: 0;
    }

    .l-info, .c-info {
        border: none;
        background: none;
        height: 0px !important;
        position: relative;
    }

    .l-user-menu {
        display: none;
    }

    .c-info .l-user-login {
        border: none;
    }

    .flexbox .c-info .c-user-login {
        border: none;
        background: none;
        width: 40px;
        height: inherit;
        position: absolute;
        z-index: 1000;
        top: 10px;
        right: 54px;
        display: block;
        xbackground: yellow;
    }

    .c-info .c-user-login__nav_item {
        padding: 5px;
    }

        .c-info .c-user-login__nav_item > a {
            font-size: 0;
        }

        .c-info .c-user-login__nav_item:before {
            display: none;
        }

    .c-info .c-user-login__nav {
        padding: 0;
    }

    .c-info .c-user-login__nav_item:before {
        display: inline-block;
        font-family: "Flaticon";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 29px;
        content: "\f121";
        margin: 0;
        text-decoration: none;
        color: #0078cc;
    }

    .c-info .c-user-login__subnav {
        top: 36px;
    }
}

.c-product-box__present::before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    content: "\f111";
    color: #ff7200;
    /*position: absolute;
    left: 20px;*/
    z-index: 1;
    /*margin-top: 25px;*/
}

.c-product-box__present-text {
    color: #ff7200;
    font-size: 15px;
    font-weight: 700;
    height: 20px;
}

.c-product-box__presentBottom::before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    content: "\f111";
    color: #ff7200;
    position: absolute;
    left: 21px;
    top: 160px;
    z-index: 1;
}

.c-product-box__presentBottomList::before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    content: "\f111";
    color: #ff7200;
    float: left;
    z-index: 1;
    margin-top: -2%;
}

.c-detail .c-product-box__info_energy-label {
    display: flex;
    height: 44px;
    line-height: 40px;
    background-color: black;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-right: 38px;
    margin-right: 30px;
    position: relative;
    text-decoration: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.c-detail .c-product-box__info_energy-label:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid black;
    border-bottom: 22px solid black;
    border-left: 22px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    /*right: -18px;*/
}

.c-detail .c-product-box__info_energy-label:hover {
   opacity:0.6;
}

.c-detail .c-product-box__info_energy-label:hover:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid black;
    border-bottom: 22px solid black;
    border-left: 22px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    /*right: -18px;*/
}


/*.c-detail .c-product-box__info_energy-label.c-energyColor1{
    background-color: #00A652;
}
.c-detail .c-product-box__info_energy-label.c-energyColor2{
    background-color: #4DB748;
}
.c-detail .c-product-box__info_energy-label.c-energyColor3{
    background-color: #BDD72E;
}
.c-detail a.c-product-box__info_energy-label.c-energyColor4 {
    background-color: #FEF303;
}
.c-detail .c-product-box__info_energy-label.c-energyColor5{
    background-color: #FFB810;
}
.c-detail .c-product-box__info_energy-label.c-energyColor6{
    background-color: #F37022;
}
.c-detail .c-product-box__info_energy-label.c-energyColor7{
    background-color: #EE1C25;
}*/

/* TV 2014 A+ a� F ---------------------------------------*/
.c-detail .c-product-box__info_energy-label.enl_TV_2014_Ax {
    background-color: #00A652;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_A {
    background-color: #4DB748;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_B {
    background-color: #BDD72E;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_C {
    background-color: #FEF303;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_D {
    background-color: #FFB810;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_E {
    background-color: #F37022;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2014_F {
    background-color: #EE1C25;
}
/* TV 2017 A++ a� E --------------------------------------*/
.c-detail .c-product-box__info_energy-label.enl_TV_2017_Axx {
    background-color: #00A652;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_Ax {
    background-color: #4DB748;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_A {
    background-color: #BDD72E;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_B {
    background-color: #FEF303;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_C {
    background-color: #FFB810;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_D {
    background-color: #F37022;
}
.c-detail .c-product-box__info_energy-label.enl_TV_2017_E {
    background-color: #EE1C25;
}
/* WM, DW, FR 2010 A+++ a� D --------------------------------------*/
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_Axxx {
    background-color: #00A652;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_Axx {
    background-color: #4DB748;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_Ax {
    background-color: #BDD72E;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_A {
    background-color: #FEF303;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_B {
    background-color: #FFB810;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_C {
    background-color: #F37022;
}
.c-detail .c-product-box__info_energy-label.enl_WM_DW_FR_2010_D {
    background-color: #EE1C25;
}
/* vysava�e 2013 A a� G --------------------------------------*/
.c-detail .c-product-box__info_energy-label.enl_VC_2013_A {
    background-color: #00A652;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_B {
    background-color: #4DB748;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_C {
    background-color: #BDD72E;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_D {
    background-color: #FEF303;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_E {
    background-color: #FFB810;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_F {
    background-color: #F37022;
}
.c-detail .c-product-box__info_energy-label.enl_VC_2013_G {
    background-color: #EE1C25;
}
/*  enl_TV_2014_
    enl_TV_2017_
    enl_wm_2010_
    enl_dw_2010_
    enl_fr_2010_
    enl_VC_2013_
*/
.slick-list .c-product-box__item .c-product-box__images{
    margin: 0 auto 30px;
    display: inline-block;
    height: 170px;
}
.c-product-box__images .badges__line_tabcatalog{
    height:40px;
}
.c-filters div.active-item .control__indicator:after{
    display:block;
    
}
.c-filter-item:not(.active-item) a:focus .control__indicator:after{display:block;}
.active-item a:focus .control__indicator:after{display:none;}
.control__indicator{display:none;}

.paymentCompletitionSuccess:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    content: "\f11f";
    margin: 0 15px 0 0;
    color: #79C000;
}

.paymentCompletitionFail:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 2;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    content: "\f109";
    /*margin: 0 15px 0 0;*/
    color: #ed0b0b;
}

#imgrepay{
    width: 18em;
    object-fit: none;
}

/*-----------------------------------------------------------*/
.NoProductOnStorePanel {
    width: 100%;
    padding: 30px 46px 30px 46px;
    margin-bottom: 20px;
}

@media only screen and (orientation: portrait) {
    .l-marketPlaces__contentInner {
        display: block;
    }

        .l-marketPlaces__contentInner img {
            margin-bottom: 15px;
            margin-left: 20px;
        }
        .l-marketPlaces__contentInner .infoData {
            margin-left: 20px;
        }
}

.c-basket-agree__item input{
    margin-right:10px;
}
.c-basket-agree__item label {
    font-weight: 500;
}

.c-basket-table__price__normalweight {
	font-weight: normal;
}

.c-basket-table__item_price_right {
	font-size: 13px;
}

.heupoint{
    margin-top:20px !important;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(39, 40, 44, 0.6);
    cursor:default;
}

.modal2-content {
    background-color: #fefefe;
    margin: 15% auto !important;
    padding: 20px !important;
    border: 1px solid #888;
    width: 40%;
}

.modal2-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align:center;
    width:40px;
    height:40px;
    position:relative;
    top:-20px;
    right:-20px;
}

    .modal2-close:hover,
    .modal2-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal2-content .m-info{
        padding-top:10px;
    }

    .modal2-content .seznamMap{
        width:100%;
        height:350px;
    }

    .brancheDesc::after{
        clear:both;
        content:"";
        display:table;
    }

    .branchAddress,.branchContact,.branchHours{
        float:left;
    }

    .branchAddress{
        width:32%;
        padding-right:10px;
    }

    .branchContact{
        width:32%;
        padding-right:10px;
    }

    .branchHours .hours span{
        display:inline;
    }

    .branchHours .hours{
        display:table;
    }
        .branchHours .hours div {
            display: table-row;
        }
        .branchHours .hours div span{
            display: table-cell;
            padding-right:10px;
        }
        .branchHours .hours div strong{
            display: table-cell;
        }
            .branchHours .hours div strong:first-of-type {
                padding-right:5px;
            }

.del-adress .showMap {
    margin-top: 10px!important;
}
@media(max-width:1440px) {
    .modal2-content {
        width: 55%;
    }
}
@media(max-width:1280px) {
    .modal2-content {
        width: 60%;
    }
}
@media(max-width:1024px){
    .modal2-content{
        width:74%;
    }
}
@media(max-width:896px) {
    .modal2-content {
        width: 95%;
    }
}
@media(max-width:800px) {
    .modal2-content {
        width: 100%;
    }
}
@media(max-width:799px) {
    .branchAddress, .branchContact, .branchHours {
        float: none;
    }
    .brancheInfo .seznamMap .hud{
        display:none;
    }
}

@media(max-width:1200px) {
    .compare-up {
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .c-detail .c-product-box__descriptions {
        margin-bottom: 15px;
    }
    .c-detail .c-product-box__technical {
        margin-bottom: 15px;
    }
    .c-detail .c-product-box__stock {
        margin-bottom: 15px;
    }
    .c-detail .c-product-box__other {
        margin-bottom: 15px;
    }
    .c-detail .c-product-box__other {
        margin-bottom: 15px;
        margin-top: 30px
    }
}

@media(max-width:991px) {
    .compare-up {
        margin-bottom: 10px;
    }
    .c-detail .c-product-box__descriptions {
        margin-bottom: 10px;
    }
    .c-detail .c-product-box__technical {
        margin-bottom: 10px;
    }
    .c-detail .c-product-box__stock {
        margin-bottom: 10px;
    }
    .c-detail .c-product-box__info {
        margin-bottom: 10px;
    }
    .c-detail .c-product-box__other {
        margin-bottom: 10px;
        margin-top: 25px
    }
}

@media(max-width:860px) and (min-width:768px) {
    .compare-up {
        margin-bottom: 5px;
    }

    .c-detail .c-product-box__descriptions {
        margin-bottom: 5px;
    }

    .c-detail .c-product-box__technical {
        margin-bottom: 5px;
    }

    .c-detail .c-product-box__stock {
        margin-bottom: 5px;
    }

    .c-detail .c-product-box__info {
        margin-bottom: 5px;
    }
    .c-detail .c-product-box__other {
        /*margin-bottom: 5px;*/
        margin-top: 15px
    }
}

.commodity-gift_modal {
    position: absolute;
    z-index: 1;
    border: 1px solid #e6e6e6;
}

.commodity-gift_modal {
    background-color: white;
}

.c-product-gift-box__item:focus,
.c-product-gift-box__item:hover {
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.c-product-gift-box__item {
    padding: 15px;
    border: 1px solid transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.c-product-gift-box__images {
    width: 80px;
    height: 120px;
    float: left;
}
.c-product-gift-box__descriptions {
    display: block;
    text-align: left;
    margin-left: 95px;
    margin-bottom: 10px;
}

.c-product-gift-box__title .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.c-product-gift-box__title .ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 36px;
}

.c-product-gift-box__title .ellipsis {
    overflow: hidden;
    height: 36px;
    line-height: 24px;
    border: 5px solid #fff;
}

.c-product-gift-box__title h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.c-product-gift-box__title {
    display: block;
    text-align: left;
    margin-left: 95px;
}

.c-product-gift-box__imgcontainer {
    width: 80px;
    height: 55px;
    background-size: cover;
    background-position: 50%;
}

.c-product-gift-box__descriptions .ellipsis:after {
    content: "\02026";
    font-size: 13px;
    color: #808080;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -28px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
}

.c-product-gift-box__descriptions .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.c-product-gift-box__descriptions .ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 50px;
}

.c-product-gift-box__descriptions .ellipsis {
    overflow: hidden;
    height: 50px;
    line-height: 20px;
    border: 5px solid #fff;
}

.c-product-gift-box__descriptions span {
    color: #808080;
    font-size: 13px;
    line-height: 20px;
}

.c-product-gift-box__price {
    display: block;
    text-align: left;
    margin-left: 100px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0c2b70;
}

.c-product-box__daysdiscount {
    height: 75px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding: 10px 0 10px 0;
}

.daysDiscountHeader {
    font-size: 18px;
}


.daysDiscountText {
    font-size: 12px;
}

.c-product-box__daysdiscount_detail {
    width: 50%;
    margin: 0 0 20px 50%;
    display: block;
    height: auto;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.daysDiscountHeader_detail {
    font-size: 24px;
    padding-top: 20px;
}

.daysDiscountText_detail {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .c-product-box__daysdiscount_detail {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .daysDiscountHeader_detail {
        font-size: 18px;
        padding-top: 10px;
    }

    .daysDiscountText_detail {
        padding-bottom: 10px;
    }
}

.c-product-box__daysdiscount_homepage {
    margin: -20px 0 20px 0;
    display: block;
    height: 75px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding: 10px 0 10px 0;
}

.c-detail .c-product-box__info_energy-label_range {
    position: relative;
    font-size: 12px;
    color: #000;
    background: #fff;
    line-height: 11px;
    margin-right: 10px;
    min-width: 19px;
}

.c-detail .c-product-box__info_energy-label_A {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-detail .c-product-box__info_energy-label_arrow {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
}

.c-detail .c-product-box__info_energy-label_arrowOverlap {
    position: absolute;
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 24px solid white;
    border-bottom: 24px solid white;
    border-left: 24px solid transparent;
    margin-top: -3px;
}

.c-detail .c-product-box__info_energy-label_G {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (max-width: 480px) {
    .c-detail .c-product-box__info_energy-label_arrow {
        font-size: 13px;
        top: 38%;
    }

    .c-product-box__energy-label_arrow, .c-compare__energy-label_arrow {
        line-height: 1;
    }
}

.blueframe {
    border-style: solid;
    border-width: 3px;
    border-color: #0c2b70;
    margin: 10px;
    position: relative;
    color: black;
}

    .blueframe img {
        height: 25%;
        margin: 30px 0;
    }

.button_blue {
    color: white;
    background-color: #0c2b70;
    border: none;
    font-size: large;
    margin: 3px;
    min-width: 115px;
}

#adultHoverBox .modal-dialog {
    width: 35%;
}

@media screen and (max-width: 992px) {
    #adultHoverBox .modal-dialog {
        width: 50%;
    }
}

@media screen and (max-width: 776px) {
    #adultHoverBox .modal-dialog {
        width: 95%;
    }
}

.modal-open .modal_adult {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal_adult {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    min-width: 320px;
    background-color: rgba(0, 0, 0, 0.5);
}

/* START - sipka v katalogu */

.c-product-box__energy-label {
    display: flex;
    height: 28px;
    line-height: 26px;
    background-color: black;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    padding-right: 1px;
    position: relative;
    text-decoration: none !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    outline: none !important;
}

.c-product-box__energy-label:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.c-product-box__energy-label_range {
    position: relative;
    font-size: 8px;
    color: #000;
    background: #fff;
    line-height: 6px;
    margin-right: 5px;
    min-width: 10px;
}

@-moz-document url-prefix() {
    .c-product-box__energy-label_range {
        font-size: 10px;
    }
}

.c-product-box__energy-label_A {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-product-box__energy-label_arrow {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 9px;
}

.c-product-box__energy-label_G {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-product-box__arrow-right {
    position: absolute;
    right: -14px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid black;
}

.c-product-box__arrow-right > div {
    width: 0;
    position: relative;
    left: -14px;
    top: -13px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid black;
}

.c-product-box__left-images {
    position: absolute;
    top: 0;
    left: 20px;
}
/* END - sipka v katalogu */

/* START - sipka pro srovnavac */
.c-compare__energy-label {
    display: inline-flex;
    height: 28px;
    line-height: 26px;
    background-color: black;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    padding-right: 1px;
    position: relative;
    text-decoration: none !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    outline: none !important;
}

.c-compare__energy-label:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.c-compare__energy-label_range {
    position: relative;
    font-size: 8px;
    color: #000;
    background: #fff;
    line-height: 6px;
    margin-right: 5px;
    min-width: 10px;
}

@-moz-document url-prefix() {
    .c-compare__energy-label_range {
        font-size: 10px;
    }
}

.c-compare__energy-label_A {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-compare__energy-label_arrow {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 9px;
}

.c-compare__energy-label_G {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-compare__arrow-right {
    position: absolute;
    right: -14px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid black;
}

.c-compare__arrow-right > div {
    width: 0;
    position: relative;
    left: -14px;
    top: -13px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid black;
}

/* END - sipka pro srovnavac */



